@import url(https://fonts.googleapis.com/css?family=Noticia+Text:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
/* ]======[               SASOM                ]=====[  */
/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/

body{
	font-family: "Open Sans", Courier, Arial, Helvetica, sans-serif;
	background:url(../img/body.jpg) left top repeat;
	font-weight:400;
	font-size:90%;
	margin:0px;
	padding:0px;
	border:0;
	color:#514d47;
	background-color:#FFFFFF;
	color:#454344;
}
html, body {
    height: 100%;
}
.breaker {
	clear: both;
	margin: -2px 0 0 0;
	padding: 0px;
	height: 0px;
	font-size: 0.1em;
	line-height:0.1em;
}
a{
	text-decoration:none;
	outline: 0;
}
a:hover{
	text-decoration:underline;
}
hr{
	border:0px solid;
	clear:both;
	margin: 15px 0 5px 0;
	padding:0px;
	height:10px;
	border-top:1px solid #e5e5e5;
}
.txtspace hr{
	background-color:#FFF;
}
hr.breaker{
	position:absolute;
	left:-9999px;
	width:10px;
}
form{
	margin: 0px;
	padding: 0px;
}
select, input, textarea{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
}
input[type=button],
input[type=reset],
input[type=submit]{
	background-color:#007933;
	color:#FFF;
	border-radius:4px;
	border-width:0px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
	box-shadow:3px 3px 3px #ccc;
}
h1, h2, h3, h4, h5, h6, h7{
	margin: 0px;
	padding: 0px;
}
p{
	margin: 10px 0px 10px 0px;
	padding:0px;
}
.hide{
	position:absolute;
	left:-9999px;
	clear:none;
}
fieldset{
	border:0px;
	margin:0px;
	padding:0px;
}
.noscript{
	margin:0px;
}
a img{
	border:0px;
}
.left, 
.alignleft{
	float:left;
}
img.left, 
img.alignleft{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
img.right, 
img.alignright{
	float:right;
	margin-left:8px;
	margin-bottom:8px;
}
strong{
	font-weight:700;
}

.text{
	padding:20px;
}


.boxBordered{
	background-color:#FFF;
	border-top:5px solid #eb5c17;
	position:relative;
}


/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
/* ]======[                IMQ                 ]=====[  */
/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
#rightcol h2,
#home h2{
	font-size:100%;
	margin-bottom:50px;
}
#home h3{
	font-size:130%;
	color:#009a3b;
	font-weight:normal;
	margin-bottom:10px;
}
#home h3 a{
	color:#009a3b;
}




#header{
	background-color:#FFF;
}
#header .text{
	width:958px;
	margin:0 auto;
	padding:0px;
	padding-bottom:0px;
	position:relative;
}

/* -------------------------  ACCESSIBILITA'   ------------------------*/
#accessibility{
	min-height:20px;
	padding:3px;
	position:absolute;
	top:0px;
	right:0px;
}
#accessibility .mybutton{
	float:left;
	display:inline;
	width:19px;
	height:16px;
	background:url(../img/accessibility.gif) left top no-repeat;
	text-indent:-9999px;
	text-align:left;
	border-bottom:4px solid #FFF;
}
#accessibility .mybutton.on{
	border-bottom:4px solid #eb5c16;
}
#accessibility #showpiccolo{
	background-position:left top;
}
#accessibility #showgrande{
	background-position:-19px top;
}
#accessibility #showdefault{
	background-position:-38px top;
}
#accessibility #showcontrasto{
	background-position:-57px top;
}

/* ------------------------- NAVIGAZIONE CERCA ------------------------*/
#header #cerca{
	position:absolute;
	top:50px;
	right:0px;
}
#header #cerca input.cercafield{
	border:1px solid #e5e5e5;
	background-color:#f7f7f7;
	height:20px;
	margin-right:50px;
}
#header #cerca input.cercasubmit{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#009a3c;
	border:0px;
	color:#FFFFFF;
	margin-left:-10px;
	height:24px;
	width:50px;
}


/* ------------------------- NAVIGAZIONE HEADER ------------------------*/
#header #nav ul{
	margin:0px;
	padding:0px;
}
#header #nav ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	position:relative;
	padding: 0 15px 0px 0px;
	min-height:27px;
}
#header #nav ul li a{
	font-weight:bold;
	padding-right:30px;
	display:block;
	color:#00953e;
	background:url(../img/freccia_menu.png) right top no-repeat;
	min-height:24px;
}
#header #nav > ul > li > a:hover,
#header #nav ul li a.on{
	background:url(../img/freccia_menu_on.png) right top no-repeat;
}
#header #nav ul ul{
	position:absolute;
	padding:0px;
	width:195px;
	display:none;
	left:0px;
	top:27px;
	z-index:9999;
	border-top:5px solid #03993B;
	background-color:#f5f4f0;
}
#header #nav li li{
	float:none;
	padding:0;
}
#header #nav li li a{
	background-image:none;
	font-weight:normal;
	min-height:auto;
	padding:5px 25px 5px 25px;
}
#header #nav ul li:hover > ul{
	display:block;
}
#header #nav ul ul ul{
	display:none;
	margin-left:195px;
	top:-5px;
}



/* ------------------------- HOME ------------------------*/

#carouselimg{
	border-top: 5px solid #03993b;
	width:628px;
	height:385px;
	background-color:#f3f6d6;
	margin-bottom:20px;
	float:left;
	position:relative;
}
#carouselimg ul li,
#carouselimg ul{
	margin:0px;
	padding:0px;
	list-style:none;
	background-color:#f3f6d6;
	height:385px;
}
#carouselimg ul li{
	position:absolute;
	height:375px;
	margin:0px;
	padding:0px;
	list-style:none;
}
#carouselimg .didascalia{
	padding:10px 50px 10px 10px;
	position:relative;
	background-color:#F3F6D6;
}
#carouselimg .newslink{
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	width:34px;
	height:34px;
	background:url(../img/freccia_destra.png) center center no-repeat;
	text-indent:-9999px;
}

/* ------------------------- COSA TI SERVE ------------------------*/
#cosatiserve{
	background-color:#FFFFFF;
	border-top: 5px solid #03993b;
	margin-bottom:30px;
	margin-top:30px;
	padding:20px 40px 20px 40px;
	position:relative;
	float:left;
	width: 878px;
}
#cosatiserve .EveSucc{
	position:absolute;
	top:20px;
	right:40px !important;
	width:34px;
	height:34px;
	background:url(../img/freccia_destra.png) center center no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
#cosatiserve .EvePrec{
	position:absolute;
	top:20px;
	left:845px !important;
	width:34px;
	height:34px;
	background:url(../img/freccia_sinistra.png) center center no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
#interna #cosatiserve{
	padding-left:20px;
	background-color:transparent;
	width:235px;
}
#interna #cosatiserve .EveSucc{
	right:10px !important;
	top:10px !important;
}
#interna #cosatiserve .EvePrec{
	left:215px !important;
	top:10px !important;
}
#interna #cosatiserve .slidecont{
	width: 215px !important;
}
/* -------------------------   RISERVATA   ------------------------*/
#riservata{
	width:297px;
	float:right;
	margin-bottom:20px;
	background-color:#FFF;
	border-top:5px solid #eb5c17;
}
#interna #riservata{
	border-bottom:1px solid #d1c8b7;
	background-color:transparent;
	width:294px;
}
#riservata h2{
	padding:20px;
	margin-bottom:0px;
	background:url(../img/freccia_giu.png) 250px 10px no-repeat;
	cursor:pointer;
}
#riservata h2.aperto{
	background:url(../img/freccia_su.png) 250px 10px no-repeat;
}
#riservata form{
	display:none;
	padding:0 20px 20px 20px;
}
#riservata form label{
	width:85px;
	display:block;
}



/* -------------------------  AVVISO   ------------------------*/
#avviso{
	width:297px;
	float:right;
	margin-bottom:20px;
	color:#FFF;
	background: url("../img/servizi_bg.jpg") repeat scroll left top #008031;
}
#avviso a{
	color:#FFF;
	text-decoration:underline;
}
#avviso h2{
	font-size:120%;
	text-transform:uppercase;
	margin-bottom:10px;
}
#avviso h3{
	font-size:100%;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:0px;
	font-weight:bold;
}


#serviti{
	width:297px;
	float:right;
	margin-bottom:20px;
	background-color:#9ef800;
	border-top:5px solid #eb5c17;
	color:#000;
}
#serviti a{
	color:#000;
	text-decoration:underline;
}

#avviso2{
    background-color: #fff;
    border-top: 5px solid #eb5c17;
    margin-top: 32px;
    min-height: 198px;
    width: 627px;
}
#avviso2 a{
	color:#009a3b;
	text-decoration:underline;
}

.colLeft{
	float:left;
	width:960px;
}
.colRight{
	float:right;
	width: 145px;
}
.colRight ul{
	margin:0px;
	padding:0px;
}
.colRight ul li{
	list-style:none;
	margin:0 0 20px 0;
	padding:0px;
}


/* ------------------------- primopiano ------------------------*/
#bigBoxHome{
	width:960px;
	background:url(../img/colonna_verde.gif) right top repeat-y #FFF;
	margin-bottom:25px;
}
#primopiano{
	width:408px;
	float:left;
}


#servizi{
	width:220px;
	float:right;
	background-color:#009a3b;
	color:#FFF;
	text-align:center;
	position:relative;
}
#servizi h2{
	color:#FFF;
	text-align:left;
	margin: 20px;
}
#servizi a{
	background:url(../img/freccina.gif) left 7px no-repeat;
	padding-left:13px;
	display:block;
	color:#FFF;
}
#servizi ul{
	margin:0px;
	padding:20px;
}
#servizi ul li{
	text-align:left;
	list-style:none;
	margin:0px;
	padding:3px 0px 3px 0;
	border-bottom:1px solid #3bb168;
}
#serviziInt{
	background:url(../img/servizi_bg.jpg) left top;
}
#serviziInt ul li{
	border-bottom:0px;
}
#serviziInt a{
	background-position:left top;
	padding-left:30px;
	padding-bottom:5px;
}
#servizi a.plus{
	background:url(../img/ico_p_verde.png) center center no-repeat;
	width:34px;
	height:34px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:10px;
	top:10px;
}

#primopiano{
	position:relative;
}
#primopiano ul{
	padding:0px;
	margin:0px;
}
#primopiano ul li{
	padding:0px;
	margin:0px 0px 10px 0;
	list-style: none;
	width: 100%;
	min-height: 60px;
	display: flex;
	align-items: center;
}
#primopiano ul li img{
	float:left;
	margin-right:10px;
}
#primopiano .readAll{
	position: absolute;
	right:10px;
	top:10px;
}


#incifre{
	width:100%;
	float: right;
}
@media screen and (min-width: 550px) {
	#incifre{
		width: 297px;	
	}
}
#incifre ul, #incifre li {
	margin: 0px;
	padding:0px;
	list-style: none;
	text-transform: uppercase;
}
#incifre li {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:40px;
}
#incifre li strong{
	color:#E95E25;
	font-weight: 800;
	font-size: 36px;
	white-space: nowrap;
	display: block;
	line-height: 32px;
	text-transform: none;
}



#widget{
	width:100%;
	float: right;
	margin-top:25px;
}
@media screen and (min-width: 550px) {
	#widget{
		width: 297px;	
	}
}


@media screen and (min-width: 550px) {
	#primopiano ul li{
		padding:0px;
		margin:0px 0px 10px 0;
		list-style: none;
		float:left;
		display: block;
		width: 50%;
		width: 410px;
		display: flex;
		align-items: center;
	}
	#primopiano ul li:nth-child(odd){
		margin:0px 40px 10px 0;
	}
	#primopiano ul li a{
		display:block;
		color:#000;
	}
}




/* -------------------------     NEWS    ------------------------*/
#news{
	width:297px;
	float:right;
	height: 403px;
}
#news ul{
	margin:0px;
	padding:0px;
}
#news ul li{
	margin:0px;
	padding:10px 0 10px 0;
	list-style:none;
	border-bottom:1px solid #e5e5e5;	
}
#news ul li img{
	float:left;
}
#news ul li a{
	display:block;
	color:#eb5c17;
	font-weight: bold;
}
#news a.linknews{
	
}
#news strong{
	padding: 0 0 0 15px;
	background:url(../img/pallino_arancio.gif) left 5px no-repeat;
}
#news .plus{
	background:url(../img/ico_p_arancio.png) center center no-repeat;
	width:34px;
	height:34px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:10px;
	top:10px;
}
.simplebox{
	width:297px;
	position:relative;
	margin-top:20px;
}
.simplebox p{
	margin:0px;
	padding:0px;
}
.simplebox.right{
	float:right;
}

.elencoItem .boxbody_listentry{
	min-height:120px;
}
.elencoItem .boxbody_listentry a{
	color: #eb5c17 !important;
	font-weight: bold;
	display:block;
	text-decoration: none !important;
}
.elencoItem .boxbody_listentry > img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.elencoItem .boxbody_listentry > br{
	display:none;
}
/* ------------------------- INTERNE ------------------------*/
#container{
	width:958px;
	margin:0 auto;
	font-size:90%;
	position:relative;
}
#addthisSpace{
	position:absolute;
	right:119px;
	top:16px;
	width:160px;
}
#breadcrumbs{
	border-bottom:1px solid #d1c8b7;
	padding:10px 331px 10px 40px;
	font-size:90%;
	color:#6c6c6c;
}
#breadcrumbs a{
	color:#6c6c6c;
}
#page{
	border-top:5px solid #eb5c17;
	float:left;
	background:url(../img/page.gif) left top repeat-y #FFF;
}

#rightcol{
	width:295px;
	float:right;
	margin-left:-1px;

	margin-bottom:20px;
}
#content{
	float:left;
	width: 663px;
	border-right:1px solid #d1c8b7;
}
#content .text{
	padding:30px 40px 30px 40px;
}
#content h1.titlepage{
	color:#00963f;
	font-weight:bold;
	margin: 0px 0 20px 0;
}
#content h1{	color:#00963f; 	margin: 0px 0 0px 0;}
#content h2{	color:#00963f;	margin: 0px 0 0px 0; font-size:140%;}
#content h3{	color:#00963f;	margin: 0px 0 0px 0; font-size:120%;}
#content h4{	color:#00963f;	margin: 0px 0 0px 0; font-size:100%;}
#content h5{					margin: 0px 0 0px 0; font-size:100%;}
#content h6{					margin: 0px 0 0px 0; font-size:100%;}

/* ------------------------- BANNERHOME ------------------------*/
#bannerhome{
    width: 297px;
    float: left;
}

@media screen and (min-width: 550px) {
	#bannerhome{
		width: 628px;	
	}
}



#bannerhome ul{
	margin:0px 0 10px 0;
	padding:0px;
}
#bannerhome li{
	float:left;
	margin-left:17px;
	padding:0px;
	list-style:none;
}
#bannerhome li:first-child{
	margin-left:0px;
}





/* ------------------------- SUBNAV ------------------------*/
#subnav{
	background-color:#00963f;
	border-bottom:1px solid #d1c8b7;
	position:relative;
}
#subnav h4{
	background:url(../img/subnav.gif) left top no-repeat;
	 display:block;
	 width:24px;
	 height:33px;
	 text-indent:-9999px;
	 position:absolute;
	 left:-13px;
	 top:20px;	
}
#subnav ul{
	margin:0px;
	padding:20px 0 20px 0;
}
#subnav li{
	margin:0px;
	padding:5px 10px 5px 20px;
	list-style:none;
}
#subnav a{
	color:#FFF;
	
}
#subnav ul ul{
	margin:0px;
	padding:0px;
}
#subnav a.on{
	text-decoration:underline;
}

#socials{
	position:absolute;
	right:0px;
	top:134px;
	padding:10px;
	background-color:#FFF;
	opacity:.8;
}
#socials ul,
#socials ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#socials ul li{
	margin-bottom:5px;
}
#socials a{
	display:block;
	width:30px;
	height:30px;
	background:url(../img/social_color.png) left top no-repeat;
	text-indent:-9999px;
}

/* ---------------------------------------------------------*/
/* ------------------------- FOOTER ------------------------*/
/* ---------------------------------------------------------*/
#footer{
	margin-top:20px;
	padding-bottom:40px;
	border-top:5px solid #eb5c17;
	background-color:#333333;
	color:#FFF;
	font-size:90%;
}
#footer a{
	color:#FFF;
}
#footer .text{
	width:953px;
	margin:0 auto;
}
#footernav a{
	color:#FFF;
}
#footernav ul{
	margin:0px;
	padding:0px;
}
#footernav ul ul{
	margin:0px;
	padding:0px;
}
#footernav ul li{
	margin:0px 0px 5px 0px;
	padding:0px;
	list-style:none;
}
#footernav > ul > li{
	clear:both;

}
#footernav > ul > li > a{
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	padding-top:10px;
}
#footernav li li{
	float:left;
	margin-right:5px;
	padding-left:5px;
	border-left:1px solid #FFF;
}
#footernav li li:first-child{
	padding-left:0px;
	border-left:0px solid #FFF;
}
#footernav ul ul ul{
	display:none;
}
/* ------------------ SOCIAL ----------------*/
#social{
	float:left;
}
#social{
	margin:20px 0 20px 0;
	padding:0px;
}
#social li{
	float:left;
	clear:none;
	list-style:none;
}
#social a{
	display:block;
	width:30px;
	height:30px;
	background:url(../img/socials.png) left top no-repeat;
	text-indent:-9999px;
}

/* ------------------------- FOOTERISSIMO ------------------------*/
#footerissimo{
	clear:both;
	border-top:1px solid #5e5e5e;
	padding-top:10px;
}
#footerissimo ul{
	margin:15px 0px 0px 0px;
	padding:0px;
}
#footerissimo li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	margin-right:5px;
	padding-left:5px;
	border-left:1px solid #FFF;
}
#footerissimo li:first-child{
	border:0px solid;
	padding-left:0px;
}



/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
/* ]======[               INTERNA              ]=====[  */
/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/

.banner{
	margin:0px 0px 0px 20px;
	padding:0px;
}
.banner li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#content ul{
	margin:20px 0 20px 0;
	padding:0px;
}
#content li{
	margin:0px 0px 10px 0;
	list-style:none;
	background:url(../img/asterisco.png) left top no-repeat;
	padding-left:30px;
}

#content a{
	color:#000;
	text-decoration:underline;
}

#content table{
	border-collapse:collapse;
	width:100%;
	margin-top:20px;
}
#content table caption{
	font-weight:bold;
}
#content table th{
	padding:5px;
	background-color:#00963F;
	border:1px solid #FFF;
	color:#FFF;
	text-align:left;
	vertical-align:top;
}
#content table td{
	padding:5px;
	border:1px solid #FFF;
	vertical-align:top;
}
tr:nth-child(even) {background-color: #F7F7F7}
tr:nth-child(odd) {background-color: #ECECEC}


.newslettersubscription-form > div{
	margin-bottom:10px;
}

/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
/* ]==========[     MOBILE    ]=========[  */
/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
#navSmall{
	text-align:center;
	padding: 0 0 10px 0;
}
/* For portrait layouts only */
@media screen and (max-width: 976px) {
	#breadcrumbs{
		padding:10px 10px 10px 10px;
	}
	#container,
	#header .text,
	#footer .text{
		width:auto !important;
	}
	#container{
		
	}
	#page{
		float:none;
		background-image:none;
	}
	#content{
		float:none;
		width:100%;
		border:0px;
	}
	#rightcol{
		float:none;
		width:100%;
	}
	#interna #riservata{
		float:none;
		width:auto !important;
	}
	#home #riservata{
		width:30%;
	}
	#riservata h2{
		padding: 20px 20px 20px 0;
	}
	#home #riservata h2{
		padding: 20px 20px 20px 20px;
	}
	#content .text{
		padding:10px;
	}
	#nav{
		display:none;
	}
	#rightcol h2{
		margin:10px;
	}
	#interna #cosatiserve,
	#interna #cosatiserve .slidecont ul,
	#interna #cosatiserve .slidecont{
		width: 100% !important;
		height: auto !important;
		position:relative !important;
		padding:0px;
	}
	#interna #cosatiserve .slidecont li{
		height:125px !important;
	}
	#interna #cosatiserve .slidecont ul{
		margin:0 10px 0 10px !important;
	}
	#interna #cosatiserve .EveSucc, #interna #cosatiserve .EvePrec{
		display:none !important;
	}
	.banner li{
		float:left;
		margin-right:10px;
	}
	#subnav h4{
		display:none;
	}
	#subnav a#apriCloseMobileNav{
		display:block;
		padding:20px;
		background:url(../img/menu_apri.png) 20px 6px no-repeat !important;
		text-indent:-9999px;
	}
	#subnav a#apriCloseMobileNav.on{
		background:url(../img/menu_chiudi.png) 20px 6px no-repeat !important;
	}
	
	/* =========[ HOME ]=========*/
	#bigBoxHome{
		width:100%;
		float:none;
		background-image:none;
	}
	#cosatiserve{
		height:auto !important;
	}
	#cosatiserve li{
		height:110px !important;
		width:157px !important;
	}
	#cosatiserve .EveSucc{
		display:none !important;
	}
	.slidecont, .slidecont ul{
		width:auto !important;
		height:auto !important;
		position:relative !important;
		overflow: hidden !important;
	}
	#primopiano{
		width:65%;
	}
	#servizi{
		width:35%;
	}
	#news{
		width:100%;
	}
	#carouselimg{
		width:70%;
	}
	#carouselimg img{
		width:100%;
	}
	#serviti, #avviso{
		width:30%;
	}
}

/* se max-width: 550px tre versioni, 800 due versioni*/
@media screen and (max-width: 550px) {
	#cerca{
		display:none;
	}
	#header{
		text-align:center;
	}
	#header h1{
		margin-left:-10px;
	}
	#header h1 img{
		width:220px;
		height:auto !important;
		margin-top:10px;
	}
	#footernav{
		display:none;
	}
	#cosatiserve{
		padding:20px;
	}
	#cosatiserve li{
		height:96px !important;
		width:126px !important;
	}
	#cosatiserve img{
		height:95px !important;
		width:125px !important;
	}
	
	/* =========[ HOME ]=========*/
	#carouselimg{
		width:100%;
	}
	#home #riservata,
	#serviti, #avviso{
		float:none;
		width:100%;
	}
	#servizi, #primopiano{
		float:none;
		width:100%;
	}
	#servizi h2{
		margin:0px;
		padding:20px;
	}
	#bannerhome{
		padding:20px;
	}
	#bannerhome li{
		margin:0 1px -3px 0;
	}
	#bannerhome li img{
		width:125px !important;

	}
}



/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
/* ]==========[        SCHERMO A 1024      ]=========[  */
/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
@media only screen and (min-width: 965px) and (max-width: 1122px) {


}