html { font-size:18px !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important; -ms-box-sizing: border-box !important;}
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html,body{height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing: border-box;text-align:justify;}
h1,h2,h3,h4,h5{margin:0;padding:0}
strong,b{font-weight:bold}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
/*img{max-width:100%;}*/

body a{	/*transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;*/}
body{text-rendering:auto;/*optimizeLegibility; optimizeSpeed;*/-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing: border-box;background:#ccc/*#cbe7f3*/;
font-family: Tahoma, Trebuchet MS, Verdana, sans-serif, Arial;}
.top-bar .row{max-width: 100%;}
.row{width: 1280px;max-width: 100%;}
#container { width: 96%; display:inline-block; background:#fff;}
header { width: 100%;padding:0em}
#content { display:block;vertical-align:top;height:auto;overflow:visible;min-height: 100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing: border-box;text-align:justify;/*height:auto; background: url("../sfondi/sf_menuleft.png") repeat-y #fff;/*background-size:cover / contain;*/}

p {font-size: 0.925em; /*1em*/; word-wrap:break-word;  font-style:normal}
/*nav {font-size: 1em;}*/
img {max-width:100%;}
#logo, #intestazione{/*float: left;*/background:#000;margin:0px;padding:0px}

#logo img, #intestazione img {max-width: 100%;width:100%;}
article img, #logosx{max-width:100%;}
#logosx img{max-width:100%;width:60%;border:1px solid #ccc;-webkit-border-radius: 3.5em;-moz-border-radius: 3.5em;border-radius: 3.5em;margin-bottom:1.2em;-moz-box-shadow: 3px 3px 5px #000;-webkit-box-shadow: 3px 3px 5px #000;box-shadow: 3px 3px 5px #000;}
.wrap{	width:95%; margin: 0 auto; /*background:#fff*/}
.menu{background-color:#cbe7f3;/*height:2em;*/display: inline-block;margin:0em 0em 0em 0em;width:100%;
background: -moz-linear-gradient(top, #9ebfd3, #c7ffff);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ebfd3), color-stop(100%,#c7ffff));
	background: -webkit-linear-gradient(top, #9ebfd3, #c7ffff);
	background: -o-linear-gradient(top, #9ebfd3, #c7ffff);
	background: -ms-linear-gradient(top, #9ebfd3, #c7ffff);
	background: linear-gradient(top, #9ebfd3, #c7ffff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ebfd3', endColorstr='#c7ffff',GradientType=0 )}

.menutop{ /*font-size: 15px;*/ font-size: 1.1rem; font-weight: 500; padding:0;}
.menutop ul li {display: inline-block;margin: 0;padding:0.4rem 0;line-height:1.2rem;}
.menutop ul li a {display: inline-block; padding: 0.4rem 0.8rem !important; line-height:1.2rem; white-space: nowrap; color: #000099; text-decoration: none; /*padding:1em*/}
.menutop ul li a:hover {background-color:#dfdfdf;color: #FFF;background: -moz-linear-gradient(top, rgba(145,215,223,1) 0%, rgba(40,47,141,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,215,223,1)), color-stop(100%,rgba(40,47,141,1)));
	background: -webkit-linear-gradient(top, rgba(145,215,223,1) 0%,rgba(40,47,141,1) 100%);
	background: -o-linear-gradient(top, rgba(145,215,223,1) 0%,rgba(40,47,141,1) 100%);
	background: -ms-linear-gradient(top, rgba(145,215,223,1) 0%,rgba(40,47,141,1) 100%);
	background: linear-gradient(top, rgba(145,215,223,1) 0%,rgba(40,47,141,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91D7DF', endColorstr='#282F8D',GradientType=0 );
	-webkit-border-radius: 0.5em;-moz-border-radius: 0.5em;border-radius: 0.5em; padding: 0.4rem 0.8rem !important; padding:0.4rem 0.8rem !important}
.menutop-sel {margin:0;padding: 0.3rem 0.8rem !important; line-height:1.2rem; white-space: nowrap; 
	background:#cc0000;color: #FFF !important;background: -moz-linear-gradient(top, rgba(221,146,146) 0%, rgba(204,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,146,146,1)), color-stop(100%,rgba(204,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	background: linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9292', endColorstr='#cc0000',GradientType=0 );
	-webkit-border-radius: 0.5em;-moz-border-radius: 0.5em;border-radius: 0.5em;min-width:initial !important }

.menuactive {background:#cc0000;color: #FFF !important;background: -moz-linear-gradient(top, rgba(221,146,146) 0%, rgba(204,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,146,146,1)), color-stop(100%,rgba(204,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	background: linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9292', endColorstr='#cc0000',GradientType=0 );
	-webkit-border-radius: 0.5em;-moz-border-radius: 0.5em;border-radius: 0.5em; padding: 0.4rem 0.8rem !important;}

body{font-family: Tahoma, Trebuchet MS, Verdana, sans-serif, Arial; }

.sfmenutop{background-color:#cbe7f3;/*height:2em;*/
background: -moz-linear-gradient(top, #9ebfd3, #c7ffff);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ebfd3), color-stop(100%,#c7ffff));
	background: -webkit-linear-gradient(top, #9ebfd3, #c7ffff);
	background: -o-linear-gradient(top, #9ebfd3, #c7ffff);
	background: -ms-linear-gradient(top, #9ebfd3, #c7ffff);
	background: linear-gradient(top, #9ebfd3, #c7ffff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ebfd3', endColorstr='#c7ffff',GradientType=0 )}
	
.ombra {-moz-box-shadow: 5px 5px 10px #000;-webkit-box-shadow: 5px 5px 10px #000;box-shadow: 5px 5px 10px #000;}
/* Navigation */
#home{display:block;}
.hh{height:100% !important;min-height:100% !important; }
.menutop a{ display: inline-block; padding: 1em; white-space: nowrap;}
.menutop .collapse,.menuleft .collapse{ display: none;}
.menuleft a{ display:block; padding: 1em; white-space:pre-line; word-wrap:break-word}
.wleft{width:14.3% !important;}
.wmain{width:85.7% !important;}
#page_cn{width:85.5% !important;vertical-align:top;height:auto;/*height:100%; auto;*/float:left;display:block;padding:2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing: border-box;text-align:justify;}
#page_sx{width:14.4% !important;vertical-align:top;height:auto;/*height:100% !important;min-height:100% !important;*/float:left;display:block;padding:1.2em 0.2em 1em 0.2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing: border-box;background: url("../sfondi/sf_menuleft.png") repeat-y;}
.col1{z-index:1;background: url("../sfondi/sf_menuleft.png") repeat-y;width:100%;min-height:100%;height:100% }.col2{background: #fff }
/* Navigation Smartphone */
#toggle-navigazione { display: inline-block; width:4.5em; margin:0.3em;padding:0.2em 0.4em 0.2em 0.2em; background: #036 url(../images/nav-ico.png) no-repeat 5px center;color:#fff;;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
#toggle-navigazione:hover{background:#cc0000 url(../images/nav-ico.png) no-repeat 5px center}
.btn-responsive-menu{display: none;float: right;padding:5px;cursor:pointer;margin:  0px 20px 0 0;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background:#333;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.icon-bar{display: block;width: 18px;height: 2px;margin:5px;background-color: #f5f5f5;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}
.show{display:none!important}
#smart{display:none}
#nav-smart{display:none;z-index: 20;}
#menu-smart-top{display:block;}
#menu-smart-top li {display: block;margin: 0;padding:0;text-align:left}
#menu-smart-top li a {display: block; padding: 0.2rem 0.2rem 0.2rem 0.4rem !important;line-height:1.2rem; white-space: nowrap; color: #000099; text-decoration: none; border-bottom:1px dotted #efefef;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing: border-box;}
#menu-smart-top li a:hover {color: #fff; background:#91D7DF;text-decoration: none; /*padding:1em*/}
#menu-smart-left li a{text-indent:0.5rem}
#menu-principale{margin-left:0.5em;margin-right:0.5em;width: 100%;}
#menu-principale ul{/*display:inline-table;*/width: 100%;}
#menu-principale li{min-width: 10%;text-align:center;/*display:table-cell;*/}
.topsocial{padding:0.3em 0.2em 0em 1.2em;display:inline-block;}
/*Menu Left*/
.menuleft{ font-size: 70%; padding:0; text-transform:uppercase}
.menuleft ul {line-height:1.2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing: border-box;padding: 0em 0.4em 2em 0.2em}
.menuleft ul li {margin: 0;padding:0;height:auto;}
.menuleft ul li a {color: #fff; display: block; padding: 0.3rem !important; line-height:1.6 rem; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin:0}
.menuleft ul li.sauna a {color: #ff1916; display: block; padding: 0.3rem !important; line-height:1.6 rem; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin:0}
.menuleft ul li a:hover {background-color:#dfdfdf;color: #FFF;background: -moz-linear-gradient(top, rgba(145,215,223,1) 0%, rgba(40,47,141,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,215,223,1)), color-stop(100%,rgba(40,47,141,1)));
	background: -webkit-linear-gradient(top, rgba(145,215,223,1) 0%,rgba(40,47,141,1) 100%);
	background: -o-linear-gradient(top, rgba(145,215,223,1) 0%,rgba(40,47,141,1) 100%);
	background: -ms-linear-gradient(top, rgba(145,215,223,1) 0%,rgba(40,47,141,1) 100%);
	background: linear-gradient(top, rgba(145,215,223,1) 0%,rgba(40,47,141,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91D7DF', endColorstr='#282F8D',GradientType=0 );
	-webkit-border-radius: 0.5em;-moz-border-radius: 0.5em;border-radius: 0.5em; padding: 0.3rem 0.3rem !important;}
.menuleft-sel {margin:0 !important;padding: 0.3rem 0.3rem !important; line-height:1.6 rem; 
	background-color:#dfdfdf;color: #FFF !important;background: -moz-linear-gradient(top, rgba(221,146,146) 0%, rgba(204,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,146,146,1)), color-stop(100%,rgba(204,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	background: linear-gradient(top, rgba(221,146,146) 0%,rgba(204,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9292', endColorstr='#cc0000',GradientType=0 );
	-webkit-border-radius: 0.5em;-moz-border-radius: 0.5em;border-radius: 0.5em; }
.menuattivita{padding: 0.4em 0.4em 0.4em 0.2em;background:rgba(0, 0, 0, 0.8);color:#fff;border:1px solid #fff;font-weight:bold;font-size:110%;margin-right:0.1em}
.menuattivita span{margin: 0em 0.4em 0em 1em;}
h1{font-size:24px;text-align:left}
h2{font-size:22px;color:#39C;/*text-decoration:underline;*/text-align:left;margin:0px;padding:0px;}
h3{font-size:20px;}h3.location{font-size:22px;color:#39C;text-align:left;margin:0px;padding:0px;}.red{color:#c62828 !important}
h4{font-size:18px;}
h5{font-size:16px;}
h1.titpagina{font-size:24px; color:#cc0000;font-weight:bold;}
#corpo{padding:1em 0em 1em 0em;font-size:18px;line-height:1.6em}
#corpo img{margin:1em}
.contdiv{display:table; width: 100%;}
.divcont{display:table-cell;vertical-align:top;}
#promozione{margin:1em 1em 2em 1em;font-size: 24px;color: #333;font-weight: bold;padding:1.5em 2.5em 1.5em 2.5em;border:1px solid #069;/* background: rgba(159, 209, 247, 0.4);*/display:inline-block;background: -webkit-linear-gradient(top, rgba(159,209,247,0.4) 0%,rgba(255,255,255,1) 100%); background: -moz-linear-gradient(top, rgba(159,209,247,0.4) 0%, rgba(255,255,255,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,209,247,0.4)), color-stop(100%,rgba(255,255,255,1)));background: -o-linear-gradient(top, rgba(159,209,247,0.4) 0%,rgba(255,255,255,1) 100%); background: -ms-linear-gradient(top, rgba(159,209,247,0.4) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(top, rgba(159,209,247,0.4) 0%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9edfc', endColorstr='#ffffff',GradientType=0 );
}
.titprom{font-size: 28px;color:#E60000;margin-bottom:1.25em}
.txprom{font-size: 24px;color:#333}
.nbprom{font-size: 16px;color:#777;font-weight:normal}
.endprom{font-size: 14px;color:#aaa;font-weight:normal}

/* foto selezionate */
.bdfoto{border-radius:0.5em;-webkit-border-radius:0.5em;-o-border-radius:0.5em;-moz-border-radius:0.5em;-ms-border-radius:0.5em;}
/*.fotogly{moz-opacity: 1;opacity: 1;filter: alpha(opacity=100);padding:0.2em;border:1px solid #999999;	background-color:#FFFFFF;}*/
img.fotogly{padding:0.2em;border:1px solid #999999;background-color:#FFFFFF;}
img.art{max-width:200px}img.promo{max-width:600px}
img.home{max-width:270px/*300*/;border:none}
a:hover img.fotogly, a:hover img.home, a:hover img.promo{moz-opacity: .8;opacity: .8;filter: alpha(opacity=80); }
a:img.fotogly, a:img.home,  a:img.promo{moz-opacity: 1;	opacity: 1;	filter: alpha(opacity=100);}
.hlink{float:left;font-size:14px}
.hlink img{margin:0px 5px 0px 0px!important}
.halg{color: #3973F9;text-decoration:none;float:right;}
.attach img{margin:0.2em !important;}
.ln_p {height: 1px;background: url(../sfondi/ln_p.gif) 0 0 repeat-x;margin: 0.4em 0.3em;}
/*.halg A:{color: #3973F9;text-decoration:none;border:none;}
.halg A:link{color: #3973F9;text-decoration:none;border:none;padding:4px 0px 4px 0px;}
.halg A:hover{color: #3973F9;text-decoration:none;border:none;background:#AFCFFE;}
.halg A:visited{color: #3973F9;text-decoration:none;border:none;background:none;}*/
.allinclusive{white-space:pre-line;height:auto}
#corpo a,#corpo a:link,#corpo a:visited, #promozione a,#promozione a:link,#promozione a:visited,.or_ii a.tel{color: #007EF0;text-decoration:none !important;}
#corpo a:hover,#corpo a:active, #promozione a:hover,#promozione a:active,.or_ii a.tel:hover{color: #cc0000;text-decoration:underline !important;}
.av_ind{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 10px;color:#1E75DF;text-decoration:none;}
.av_ind a:link{color:#1E75DF;text-decoration:none;}
.av_ind a:hover{color:#1E75DF;text-decoration:underline;}
.av_ind a:visited{color:#1E75DF;text-decoration:none;}
#corpo .lkhome{color:#000 !important;text-decoration:none !important;cursor: text}
#corpo a:hover.lkhome {text-decoration:none !important;}
/** Tab. Orari **/
#orari_ap, #dati_contatti{width:auto;}
.btab{border:1px solid #999;text-align:left;color:#333;display:inline-block;font-size:18px}
.btab > div{padding:0em 2em;}
.r0{background:#900;color:#fff;} .r00{background:#1d264f;color:#fff;}
.r1{background:#fff;height:auto}
.r2{background:#efefef;height:auto}
.btab h2{color:#fff;text-align:center;text-decoration:none;padding:0.4em 2em;font-size:22px}
.or_gg{float:left;display:inline-block;padding:0.4em 1em 0.4em 0em}
.or_hh{float:right;display:inline-block;padding:0.4em 0em 0.4em 1em}
.or_note{color:#c00;font-size:18px}
.or_ii{display:block;padding:0.4em 0.5em !important}
.pc50{/*min-width:48%;*/display:inline-block;padding:0;margin:1em 0em 0em 0em}
#dovesiamo .btab h2{padding:0.4em 1em;}
#dovesiamo .btab > div{padding:0em 1em;}
#dovesiamo .or_gg{padding:0.4em 0.5em 0.4em 0em}
#dovesiamo .or_hh{padding:0.4em 0em 0.4em 0.5em}
#dovesiamo .or_hh{padding:0.4em 0.5em !important}
.plf{float:left;vertical-align:top} .prt{float:right;vertical-align:top}
.dove_note{display:none}
#dovesiamo .dove_note{display:block;color:#c00;font*size:18px}
#dovesiamo .or_note{display:none}

/** Footer **/
#footer {width: 100%;background: #1d264f/*#222323*/;color: #8e8d8d; min-height:2.5em;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing: border-box;height:auto;display:block}
#divsocial{margin: 0em 1em 0em 2em;}
.footaddr {color: #e0e0e0; line-height:1.2em;font-size:14px;padding:1em 2em;}
.footaddr span{color: #8e8d8d; }
.foot_mail a:, #foot_tel a: {text-decoration:none; color:#D7D7D7;}
.foot_mail a:link, #foot_tel a:link {text-decoration:none; color:#D7D7D7;}
.foot_mail a:hover, #foot_tel a:hover {text-decoration:underline !important; color:#89C4EF !important;}
.foot_mail a:visited, #foot_tel a:visited {color:#D7D7D7;}
/*google maps*/
.google-maps { position: relative; padding-bottom: 36.36%; padding-top: 0px; height: 0;  overflow: hidden;}
.google-maps iframe { position: absolute; top: middle; left: center; width: 100%; height: 100%;}
/*.google-maps iframe { max-width:1100px;max-height:400px; width: 100%; height: 100%;}*/
#fgallery ul{  list-style: none !important;  list-style-image: none !important; width: 100%;  height: auto;  left: 0px; position:relative;text-align:center !important}
#fgallery ul li{float: none; display: inline-block; zoom: 1;  vertical-align: top;  border: none;  padding: 0 0 7px 7px;
  background-image: none;  list-style-type: none !important;  -webkit-transition: all 0.3s ease-out;  -moz-transition: all 0.3s ease-out;  -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out; margin:0}
#fgallery ul li a{display: block; float: left; border: 1px solid #D6D6D6; padding: 8px; color: red; overflow: hidden; /*width: 200px; height: 200px; */vertical-align: middle; text-align: center; background: rgba(255,255,255,0.3);}
#fgallery ul li img {  margin: 0px;  padding: 0px;  border: 0px solid white;  max-width: none;  max-height: none;  width: 200px;/* auto*/;}
#fgallery ul li a:hover{background:#DBE6ED;	border:1px solid #BFCFD9;	color:#000;}
.tour{white-space: nowrap;overflow: hidden;}
.cdesktop{display:block}.cmobile{display:none}.idesktop{display:inline-block}.imobile{display:none}
/*video*/
#hframevideo{width:100%;text-align:center;max-width:560px}
.hrwd-video {height: 0;	overflow: hidden;padding-bottom: 56.25%;padding-top: 30px;position: relative;}
.hrwd-video iframe,.hrwd-video object,.hrwd-video embed {	height: 100%;	left: 0;	position: absolute;	top: 0;	width: 100%;}

.rsep{display:block;height:10px;border-bottom: 1px solid #e3e5e9;margin: 0 0 0.5em;}

/*Media Query */
@media screen and (max-width: 1370px) {
/* .topsocial{padding:0.3em 0.2em 0em 0.8em;}*/
#menu-principale li{min-width: 9.6%;}
}	
@media screen and (max-width: 1300px) {
/* .topsocial{padding:0.3em 0.2em 0em 0.8em;}*/
#menu-principale li{min-width: 8.9%;}
}	
@media screen and (max-width: 1200px) {
	#nav-smart{display:none;}
	#intestazione{max-height:171px}
	.menutop ul li a {padding: 0.4rem 0.7rem 0.4rem 0.7rem !important;}
	.menutop ul li a:hover, .menutop-sel {border-radius: 0.5em; padding: 0.4rem 0.7rem !important;}
	.menutop-sel, .menuleft-sel {margin:0;}
	.menutop { font-size:17px !important;}
	.menuleft { font-size:12px !important;}
	#corpo{font-size:17px;line-height:1.5em}
	img.art{max-width:200px}
	h1,h1.titpagina{font-size:24px} h2{font-size:22px} h3{font-size:20px} h4{font-size:18px} h5{font-size:16px}
	.titprom{font-size: 28px;}.txprom, #promozione{font-size: 24px;}.nbprom{font-size: 16px;}.endprom{font-size: 14px;}
	/*.topsocial{padding:0.25em 0.2em 0em 0.55em;}*/
	.hlink{font-size:14px}
	.btab{font-size:17px} .btab h2{font-size:24px} .or_note, .dove_note{font-size:17px;}
	#menu-principale li{min-width: 8.8%;}
	.tour span {margin: 0em 0.2em 0em 0.2em !important}
}
@media screen and (max-width: 1024px) {
	#nav-smart{display:none;}
	.menutop ul li a {padding: 0.3rem 0.6rem 0.3rem 0.6rem !important;}
	.menutop ul li a:hover, .menutop-sel {border-radius: 0.5em; padding: 0.3rem 0.6rem !important;}
	#intestazione{max-height:171px}
	.menutop { font-size:16px !important;}
	.menuleft { font-size:11px !important;}
	#corpo{font-size:16px;line-height:1.5em}
	img.art{max-width:180px}
	h1,h1.titpagina{font-size:22px} h2{font-size:20px} h3{font-size:18px} h4{font-size:16px} h5{font-size:15px}
	.titprom{font-size:24px;}.txprom, #promozione{font-size:22px;}.nbprom{font-size:14px;}.endprom{font-size:13px;}
	.footaddr {font-size:13px;}
	#foot_tel{clear:both;display:inline-block}
	/*.topsocial{padding:0.2em 0.2em 0em 0.2em;}*/
	.hlink{font-size:13px}
	.btab{font-size:16px} .btab h2{font-size:22px} .or_note, .dove_note{font-size:16px;}
	#menu-principale li{min-width: 8.9%;}
	img.home{max-width:230px !important/*250*/} img.home{width:100% !important}
}
@media screen and (max-width: 960px) {
		.plf, .prt{float:none !important}
		#menu-principale li{min-width: 9.0%;}
		.menutop { font-size:14px !important;}
}
@media screen and (max-width: 900px) {
	.menutop ul li a {padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;}
	.menutop ul li a:hover, .menutop-sel{border-radius: 0.5em; padding: 0.25rem 0.5rem !important;}
	#menu-principale{margin-left:.7em;margin-right:.7em;}
	.btab{font-size:16px} .btab h2{font-size:22px} .or_note, .dove_note{font-size:16px;}
	.titprom{font-size:22px;}.txprom, #promozione{font-size:20px;}.nbprom{font-size:13px;}.endprom{font-size:12px;}
	img.promo{max-width:80%}
	}
@media screen and (max-width: 850px) {
	#menu-principale li{min-width: 7.8%;}
	#menu-principale{margin-left:0;margin-right:0;}
}
@media screen and (max-width: 768px) {
	#smart{display:block;margin-bottom:1em}
	#menuhor{display:none !important}
	#page_sx{display:none !important}
	#page_cn{width:100% !important;height:auto !important;padding:1em}
	#content {background:#fff}
	.show{display:block!important}
	#nav-smart{width:auto;background:#a1c3d6;padding:2px;}
	.menutop .collapse{display:block}
	#menu-principale{display:none}
	#menu-smart-top li{height:auto !important; white-space:normal}
	#menu-smart-top li a {padding-left: 0.5rem !important;line-height:1.4rem;}
	/*.menutop ul li a {padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;}
	.menutop { font-size:15px !important;}*/
	.menuleft { display:none;font-size:10px !important;}
	#intestazione{max-height:171px}
	#corpo{font-size:15px;line-height:1.4em}
	img.art{max-width:160px}
	h1,h1.titpagina{font-size:20px}	h2{font-size:18px} h3{font-size:16px} h4{font-size:15px} h5{font-size:14px}
	.titprom{font-size:20px;}.txprom, #promozione{font-size:18px;}.nbprom{font-size:13px;}.endprom{font-size:12px;}
	.footaddr {font-size:11px;}
	.ombra {-moz-box-shadow: 0.2em 0.3em 0.6em #000;-webkit-box-shadow: 0.2em 0.3em 0.6em #000;box-shadow: 0.2em 0.3em 0.6em #000;}
	.hlink{font-size:12px}
	/*.topsocial{width:80%}*/
	.btab{font-size:15px;} .btab h2{font-size:20px;padding:0.4em 1em;} .or_note, .dove_note{font-size:15px;} .btab > div{padding:0em 1em;}
	.plf{float:left;vertical-align:top} .prt{float:right;vertical-align:top}
	img.home{max-width:180px/*200*/ !important}
	.cdesktop{display:none}.cmobile{display:block}.idesktop{display:none}.imobile{display:inline-block}
}
@media screen and (max-width: 730px) {
	.plf, .prt{float:none !important}
	}
@media screen and (max-width: 640px) {
	#menuhor{display:none !important}
	.show{display:block!important}
	#nav-smart{width:auto;background:#a1c3d6;padding:2px;}
	#page_cn{width:100% !important;height:auto !important}
	.menutop .collapse{display:block}
	#menu-principale{display:none}
	/*.menutop ul li a {padding: 0.4rem 0.4rem 0.4rem 0.4rem !important;}
	.menutop { font-size:13px !important;}*/
	.menuleft { display:none;font-size:10px !important;}
	#intestazione{max-height:171px}
	#corpo{font-size:13px;line-height:1.3em}
	img.art{display:block;clear:both;max-width:40%;}img.promo{display:block;clear:both;max-width:80%;}
	.contdiv{display:block;clear:both;}
	.divcont {display:block;clear:both;}
	.divcont img{max-width:100% !important;margin:0.5em 0em 0.5em 0em !important}
	h1,h1.titpagina{font-size:18px}	h2{font-size:16px} h3{font-size:14px} h4{font-size:13px} h5{font-size:12px}
	.titprom{font-size:18px;}.txprom, #promozione{font-size:16px;}.nbprom{font-size:12px;}.endprom{font-size:11px;}
	.footaddr {font-size:10px;}
	.ombra {display:none}
	.hlink{font-size:11px}
	.btab{font-size:13px} .btab h2{font-size:18px;padding:0.4em 0.2em;} .or_note, .dove_note{font-size:13px;}
	.50pc{padding:1em 0.5em;}
	img.home{max-width:180px/*200*/ !important}
}
@media screen and (max-width: 480px) {
	#promozione{margin:0.5em;padding:0.5em;display:block}
}
@media screen and (max-width: 380px) {
	img.art{display:block;clear:both;max-width:100%}
	.divcont {display:block;clear:both;}
	.btab > div{padding:0em 0.4em;}
	.btab h2{padding:0.4em 0.2em;font-size:16px}
    .or_gg{padding:0.4em 0.1em 0.4em 0em;font-size:12px;}
    .or_hh{padding:0.4em 0em 0.4em 0.1em;font-size:12px;}
	.or_ii{font-size:12px;}
	img.home{width:100% !important}
	}