@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*clear CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:1.3333rem;
	font-style:inherit;
	font-weight:inherit;
	outline:0;
	vertical-align:baseline;
}
:focus { outline:0; }

body {
	background:red;
	color:black;
	line-height:1;
}

ol, ul {
	list-style:none;
}
table { border-collapse:separate; border-spacing:0; }
caption, th, td { font-weight:normal; text-align:left; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }

a {
    font-family: Calibri;
    color: #F00;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.5rem;
}

a:hover {
    color: #FFF;
    font-size: 1.5rem;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
}

/*impostazioni generali*/
body {
	background-color:#E3E1E1;
	color:#036;
	font-family: Calibri;
	font-size:0.9rem;
}

h1, h2, h3 {
	color:#036;
	font-family: Calibri;
	margin-bottom:5px;
	text-transform:none;
}

h1 {
	font-size:1.6rem;
	font-family: Calibri;
    font-style: italic;
    color: #036;
	font-weight: lighter;
}

h2 {
	font-size:1.4rem;
	font-family: Calibri;
    font-style: italic;
    color: #036;
	font-weight: lighter;
}

h3 {
	font-size:1.1rem;
	font-family: Calibri;
	text-transform: uppercase;
	color: #036;
	text-align: justify;
}

h4 {
	font-size:0.9rem;
	font-family: Calibri;
	text-transform: uppercase;
	color: #036;
	background-size: cover;
	font-weight: lighter;
	text-align: center;
	padding: 5px;
}


p {
	line-height: 1.1em;
    font-style: italic;
	color: #666;
	font-size: 1.19999rem;
	font-family: Calibri;
	font-weight: 300;
	padding-top: 5px;
}

.justify {
	line-height: normal;
	color: #666;
	font-size: 1.0001rem;
	font-family: Calibri;
	font-weight: 400;
	padding: 35px;
	text-align: justify;
}


#main ul.servizi li, #main ul.news li, p {
    text-align: left;
    visibility: visible;
    font-size: 1.5rem;
}

strong {
    color: #036;
	font-weight: bold;
	font-family: Calibri;
}

.inner {
	font-size: 1.0001rem;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.line {
	width:100%;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #036;
}

.clear {
	clear:both;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}


.alpha {
	margin-left:0 !important;
	padding-left:0 !important;
	padding-bottom: 10px;
}

.omega {
	margin-right:0 !important;
	padding-right:0 !important;
}

#header, #main, #footer {
	width:100%;
}

#header, #main {
	background-color:#FFF;
}

#header {
	padding-top:20px;
}

#logo {
	text-align:center;
}


ul#nav {
	background-color:#FFF;
	font-size: 2.1em;
	color:#036;
	list-style:none;
	overflow:hidden;
	padding:10px;
	text-align:center;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	font-family: Calibri;
	font-weight: normal;
}

ul#nav a {
	color:#036;
	font-size:1.1em;
	text-transform:none;
}
ul#nav a:hover {
	font-weight: normal;
	color:#FF0004;
	background-color:#FFF;
	font-size:1.1em;
	text-transform:none;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
ul#nav li {
	float:left;
	font-size: 1.4rem;
}



ul#nav2 {
	background-color:#FFF;
	font-size: 2.1em;
	color:#036;
	list-style:none;
	overflow:hidden;
	padding:10px;
	text-align:center;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	font-family: Calibri;
	font-weight: normal;
}

ul#nav2 a {
	color:#036;
	font-size:1.1em;
	text-transform:none;
}
ul#nav2 a:hover {
	font-weight: normal;
	color:#FF0004;
	background-color:#FFF;
	font-size:1.1em;
	text-transform:none;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
ul#nav2 li {
	float:left;
	font-size: 1.4rem;
}


#main {
    padding: 20px 0;
    font-size: 1.5rem;
}

#slider {
	background-size:contain;
	margin-bottom:10px;
}

#slider-lenti-a-contatto {
	background-image:url(images/Lenti-a-contatto-Treviso.jpg);
	background-size:contain;
	margin-bottom:10px;
}
#slider-vedere-bene {
	background-image:url(images/Vedere-bene-con-occhiali.jpg);
	background-size:contain;
	margin-bottom:10px;
}

#slider-null {
	background-size:contain;
	margin-bottom:0px;
}

#main .box p {
	font-size:0.8em;
}

#main ul.servizi li {
	list-style:decimal;
	list-style-position:inside;
	margin-bottom:20px;
}

#main ul.news li {
	font-size:1.4em;
	line-height:1em;
	margin-bottom:20px;
}

#footer {
    background-color: #FFF;
	padding-top:30px;
	text-align:center;
}

#copy {
    font-size: 0.85rem;
    text-align: center;
    color: #DBDBDB;
    background-color: #999;
	padding-top:15px;
	padding-bottom: 15px;
}

#ShinyStats {
	text-align:center;
	padding: 5px;
	background-color: #999;
}


#footer #copy, #footer {
	padding:10px 0 20px;
	font-size: 1rem;
	font-weight: normal;
	font-family: Calibri;
}

#sitemap {
	font-size: 1.5rem;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 2px;
}

.FormSinistra {
	text-align: left;
	font-family: Calibri;
	color: #333;
    font-size: 1.0001rem;
	font-weight: normal;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
}

.FormCentro {
    text-align: center;
	font-family: Calibri;
	color: #333;
    font-size: 1.0001rem;
	font-weight: normal;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
}

.FormDestra {
	text-align: right;
	font-family: Calibri;
	color: #333;
    font-size: 1.0001rem;
	font-weight: normal;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
}



.Rosso {
    font-size: 1.11111rem;
	color: #F00;
	vertical-align: middle;
}

.radio-check {
	height: 35px;
	width: 35px;
	vertical-align: middle;
}

.Asterisco {
	font-family: Calibri;
    font-weight: 500;
	color: #F00;
	font-size: 1.5rem;
}

.Fondo-nero-centrato {
	text-align: center;
	background-color: #000;
	padding: 0px;
	vertical-align: middle;
}


@media only screen and (min-width: 321px) and (max-width: 480px) {
	.inner {
		width:301px;
	}
	
	
	ul#nav {
	background-color:#FFF;
	color:#036;
	list-style:none;
	overflow:hidden;
	padding: 5px;
	text-align:center;
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	font-family: Calibri;
	font-weight: normal;
}
ul#nav a {
	color:#036;
	font-size: 1.19999rem;
	text-transform:none;
}
ul#nav a:hover {
	background-color: #036;
	color:#FFF;
	font-size: 1.19999rem;
	text-transform:none;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
	ul#nav li {
	float:left;	
}
	ul#nav li {
		padding: 2px 0;
		width:100%;
		font-size: 1.1rem;
	}    
    
    
    
ul#nav2 {
	background-color:#FFF;
	color:#036;
	list-style:none;
	overflow:hidden;
	padding: 5px;
	text-align:center;
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	font-family: Calibri;
	font-weight: normal;
}

ul#nav2 a {
	color:#036;
	font-size: 1.19999rem;
	text-transform:none;
}
ul#nav2 a:hover {
	background-color: #036;
	color:#FFF;
	font-size: 1.19999rem;
	text-transform:none;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
	ul#nav2 li {
	float:left;
}
	ul#nav2 li {
		padding: 2px 0;
		width:100%;
		font-size: 1.1rem;
	}
    
    

	#slider {
	background-image:url(images/Negozio-Occhiali-Treviso_400.jpg);
	background-size:contain;
	margin-bottom:10px;
	height: 190px;
	width: 301px;
	}
	
	.Centrato {
		font-size: 0.9em;
		color: #FFF;
		text-align: center;
		padding: 10px 0 10px;
		background-image: url(images/Fondo-Collezioni_400.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 924px;
		width: 301px;
}
    
	.Centrato-Italic {
    font-size: 1.2999rem;
    color: #FFF;
    text-align: center;
    padding: 10px 0 10px;
    background-image: url(images/Fondo-Collezioni_800.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 301px;
    font-style: italic;
}

	#main .box {
		margin-bottom:10px;
	}
	
	img.aboutus {
		margin-bottom:10px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.inner {
		width:461px;
	}
	
	ul#nav li {
		width: 25%;
		font-size: 1.3rem;	}
    
	ul#nav2 li {
		width: 25%;
		font-size: 1.3rem;	}

	#main .box {
		margin-bottom:10px;
	}

	img.aboutus {
		float:left;
		margin-right:20px;
	}
		
	#slider {
	background-image:url(images/Negozio-Occhiali-Treviso_400.jpg);
	background-size:contain;
	margin-bottom:10px;
		height:291px;
		width:461px;
	}
	
	#slider-dove {
		height:291px;
		width:461px;
	}
	
	.Centrato {
		color: #FFF;
		font-size: 1.0001rem;
		text-align: center;
		padding: 20px 0 20px;
		background-image: url(images/Fondo-Collezioni_400.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: auto;
		width: 461px;
}
    
	.Centrato-Italic {
    color: #FFF;
    font-size: 1.0001rem;
    text-align: center;
    padding: 20px 0 20px;
    background-image: url(images/Fondo-Collezioni_400.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 461px;
    font-style: italic;
}



}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.inner {
		width:749px;
	}
	
	ul#nav li {
		width:25%;	}
	ul#nav li {
		width:25%;	}
    
    
    ul#nav2 li {
		width:25%;	}
	ul#nav2 li {
		width:25%;	}
    
    
    

	#main .box {
		float:left;
		padding:0 1%;
		width:23.5%;
	}
	
	#content {
		float:left;
		width:74.5%;
	}
	
	img.aboutus {
		float:left;
		margin-right:20px;
	}
	
	#sidebar {
		float:right;
		width:23.5%;
	}
	
	#slider {
	background-image:url(images/Negozio-Occhiali-Treviso_800.jpg);
	background-size:contain;
	margin-bottom:10px;
		height: 474px;
		width: 749px;
	}
	
	#slider-dove {
		height:474px;
		width:749px;
	}
	
	.Centrato {
    font-size: 1.6em;
    color: #FFF;
    text-align: center;
    padding: 30px 0 30px;
    background-image: url(images/Fondo-Collezioni_800.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 749px;
    font-style: italic;
}
    
	.Centrato-Italic {
    font-size: 1.6em;
    color: #FFF;
    text-align: center;
    padding: 30px 0 30px;
    background-image: url(images/Fondo-Collezioni_800.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 749px;
    font-style: italic;
}

    
}

@media only screen and (min-width: 1025px) {
	.inner {
		width:924px;
	}

	ul#nav li {
		width:25%;
	}    
	ul#nav li {
		width:25%;
	}
    
    ul#nav2 li {
		width:25%;
	}   
	ul#nav2 li {
		width:25%;
	}
    


	#main .box {
		float:left;
		padding:0 1%;
		width:23.5%;
	}
	
	#content {
		float:left;
		width:74.5%;
	}
	
	img.aboutus {
		float:left;
		margin-right:20px;
	}
	
	#sidebar {
		float:right;
		width:23.5%;
	}
	
	#slider {
	background-image:url(images/Negozio-Occhiali-Treviso.jpg);
	background-size:contain;
	margin-bottom:10px;
		height: 586px;
		width: 924px;
	}
	
	#slider-dove {
		height:586px;
		width:924px;
	}
	

	.Centrato {
		font-size: 1.6em;
		color: #FFF;
		text-align: center;
		padding: 30px 0 30px;
		background-image: url(images/Fondo-Collezioni.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: auto;
		width: 100%;
}
    
    
	.Centrato-Italic {
    font-size: 1.6em;
    color: #FFF;
    text-align: center;
    padding: 30px 0 30px;
    background-image: url(images/Fondo-Collezioni.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 100%;
    font-style: italic;
}
    
    