html{
	background-color: #fff;
}
body{
	font-family: 'Josefin Sans', serif;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.container{
	position: relative;
	width: 944px;
	margin: 0 auto;
}

.home h1,h2,.main-sec .right h3,.chi-siamo h1{
	font-size: 35px;
	text-transform: uppercase;
	font-weight: normal;
}

ul.list{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 55px;
}
	ul.list li{
		margin-bottom: 15px;
	}

a,a:link,a:visited{
	color: #000;
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: underline;
}


#nol , #nol a:link,#nol a:visited{
       color: #000;
       text-decoration: underline;
}

#nol2 , #nol2 a:link,#nol2 a:visited{
       color: #A09498;
       text-decoration: underline;
}


strong{font-weight: bold!important;}
em{font-style: italic!important;}

/* HEADER */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.9;
	height: 76px;
	background-color: #fff;
	z-index: 500;
}
header div.logo,.home header h1{
	position: absolute;
	left: 50%;
	top: 13px;
	width: 160px;
	height: 52px;
	margin-left: -80px;
	background: url('../img/residence-hotel-merano-logo.jpg') center center no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#openMenu{display: none;}

nav li{
	float: left;
	margin-left: 18px;
	height: 76px;
	line-height: 76px;
}
	nav li:first-child{
		margin-left: 0;
	}
nav li a{
	font-size: 12px;
}

#lang{
	position: absolute;
	right: 0;
	top: 9px;
}
#lang li{
	float: left;
	margin-left: 8px;
	color: #3e5b64;
	font-size: 10px;
}
/* header */

/* COVER PICS */
#push{height: 76px;}
#cover{
	height: 260px;
	position: relative;
}
	.home #cover{
		height: 523px;
	}
	.vicino #cover{
		background-color: #c4c1ba;
	}
	.chi-siamo #cover .anystretch img{top: 0!important;}
a.lastminute,a.preventivo,a.v360,a.last,a.whatsapp{
	display: block;
	position: absolute;
	top: 75px;
	width: 171px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	z-index: 100;
	font-size: 13px;
}
a.whatsapp{
    right: 189px;
    background: url(../img/whatsapp.png) center center no-repeat;
    background-color: #1ebea5;
    height: 40px;
    line-height: 16px;
    padding-top: 6px;
    //text-decoration: none;
    //cursor: default;
}
#whatsapp_num{ font-size: 16px;}

a.lastminute{
	right: 189px;
	background: url(../img/lastminute.jpg) center center no-repeat;
}
a.v360{
       right: 773px;
       background: url(../img/360.jpg) center center no-repeat;
}

a.preventivo{
	right: 0;
	background: url(../img/preventivo.jpg) center center no-repeat;
    background-color: #445c61;
    font-size: 19px;
    height: 54px;
    line-height: 54px;
    width: 180px;
    font-weight: bolder;

}
a.last{
       right: 585px;
       background: url(../img/last.jpg) center center no-repeat;
}

#over-box{
	position: absolute;
	right: 0;
	top: 0;
	width: 360px;
	height: 260px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
	z-index: 100;
}
	.home #over-box{height: 523px;}
#over-box a,#over-box span{
	display: block;
	width: 360px;
	height: 70px;
	padding-top: 100px;
	margin-top: 90px;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	background-repeat: no-repeat;
	background-position: center 20px;
	line-height: 28px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}

	.home #over-box a{
		height: 70px;
		margin-top: 263px;
		padding-top: 190px;
		background-position: center 35px;
		background-image: url(../img/overbox-home.png);
	}
	.camere #over-box span{
		background-image: url(../img/overbox-camere.png);
	}
	.servizi #over-box span{
		background-image: url(../img/overbox-servizi.png);
	}
	.prezzi #over-box span{
		background-image: url(../img/overbox-prezzi.png);
	}
	.contatti #over-box span{
		background-image: url(../img/overbox-contatti.png);
	}
	.gallery #over-box span{
		background-image: url(../img/overbox-gallery.png);
	}
	.news #over-box span{
		background-image: url(../img/overbox-news.png);
	}
	.vicino #over-box span{
		background-image: url(../img/overbox-vicino.png);
	}


	.lover-box{
margin:0px;
padding:0px;	
	}


#home-slider,#home-slider li{
	height: 523px;
}
#cover .bx-prev,#cover .bx-next{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	height: 43px;
	width: 28px;
	background-image: url(../img/home-slider-controls.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 100;
}
#cover .bx-prev{
	left: 40px;
	background-position: center left;
}
	#cover .bx-prev.disabled{
		display: none;
	}
#cover .bx-next{
	right: 40px;
	background-position: center right;
}
	#cover .bx-next.disabled{
		display: none;
	}
/* cover pics */

/* MAIN SECTION */
.home .main-sec {
	height: 940px;
}
.main-sec.camera1 {
	height: 620px;
}
.main-sec.camera2 {
	height: 580px;
}
.main-sec.camera3 {
	height: 660px;
}
.main-sec.camera4 {
	height: 620px;
}
.contatti .main-sec {
	height: 530px;
}
.news .main-sec.pari{
	background-color: #d7dada
}
.main-sec .left{
	position: relative;
	width: 584px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}
	.news .main-sec .left{
		left: 0;
	}
.main-sec .right{
	position: relative;
	width: 310px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	padding: 0 25px;
}
	.home .main-sec .right{
		background-color: #d6d0cb;
	}
	.main-sec.camera1 .right{
		background-color: #e0d9ba;	
	}
	.main-sec.camera2 .right{
		background-color: #9eadb1;	
	}
	.main-sec.camera3 .right{
		background-color: #feeda7;	
	}
	.main-sec.camera4 .right{
		background-color: #d6d0cb;	
	}
	.contatti .main-sec .right{
		background-color: #e3d8cc;
	}
	.news .main-sec .right{
		left:0;
		width: 258px;
	}
.home h1,.main-sec h2,.main-sec .right h3{
	margin: 75px auto 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cececf;
	border-bottom: 1px solid rgba(0,0,0,.2);
	text-align: center;
}
	.home h1,.main-sec .left h2{
		width: 384px;
	}

	#lefth2{
		width: 484px;
		font-size: 24px;
	}

	.main-sec .right h2,.main-sec .right h3{
		width: 250px;
	}
	.news .main-sec .left h2{
		width: 100%;
		text-align: left;
		font-size: 33px;
		padding-bottom: 15px;
		margin-bottom: 20px;
		color: #384548;
	}
.main-sec .left p{
	width: 444px;
	text-align: center;
	margin: auto;
}
	.contatti .main-sec .left p{
		font-size: 18px;
		color: #3e5b64;
		line-height: 1.5em;
		margin-bottom: 75px;
	}
	.news .main-sec .left p{
		width: 100%;
		margin-bottom: 70px;
		text-align: left;
		font-size: 16px;
		color: #565656;
	}
		.news .main-sec .left p.date{
			font-size: 14px;
			color: #384548;
			margin-bottom: 20px;
		}
.main-sec .left .img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9999px;
	height: 291px;
}
	.home .main-sec .left .img{
		background-color: #615151;
	}
	.camere .main-sec .left .img{
		background-color: #dec19d;
	}
	.contatti .main-sec .left .img{
		background-color: #e3d8cc;
	}
	.news .main-sec .left .img{
		width: 258px;
	}
.main-sec .left img{
	position: absolute;
	bottom: 0;
	right: 0;
}
	.camere .main-sec .left .img img{
		position: static;
	}
.news .main-sec .right img{
	margin-top: 75px;
}
.camere .main-sec .left .img .slider-container{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 584px;
	height: 291px;
}

.color-block{
	padding-top: 120px;
	height: 145px;
}
	.servizi .color-block{
		background: #5a2822 url(../img/color-bg_servizi.png) center 45px no-repeat;
	}
	.prezzi .color-block{
		background: #13888f url(../img/color-bg_video.png) center 45px no-repeat;
	}
	.contatti .color-block{
		background: #3e5b64 url(../img/color-bg_faq.png) center 55px no-repeat;
	}
	.color-block.video{
		background: #412930 url(../img/color-bg_video.png) center 45px no-repeat;
	}
	.color-block.foto{
		background: #3e5b64 url(../img/color-bg_foto.png) center 45px no-repeat;
	}
.color-block .label{
	width: 385px;
	font-size: 34px;
	text-align: center;
	padding-bottom: 25px;
	margin: auto;
	margin-bottom: 20px;
	color: #fff
}
	.servizi .color-block .label{
		border-bottom: 1px solid #79504b;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.prezzi .color-block .label{
		border-bottom: 1px solid #073639;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.contatti .color-block .label,.color-block.foto .label{
		border-bottom: 1px solid #627a81;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.color-block.video .label{
		border-bottom: 1px solid #645157;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
.color-block .sub{
	font-size: 18px;
	text-align: center;
}
	.servizi .color-block .sub{
		color: #e26758
	}
	.prezzi .color-block .sub{
		color: #073639
	}
	.contatti .color-block .sub,.color-block.foto .sub{
		color: #b3c4c9
	}
	.color-block.video .sub{
		color: #a09498;
	}

.contatti .full{
	width: 390px;
	text-align: center;
}
.full h2,.contatti .full h3,.chi-siamo h1{
	border-bottom: 1px solid #cececf;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 50px;
	color: #384548;
}
	.contatti .full h3{
		font-size: 18px;
		margin-bottom: 15px;
		border: 0;
	}
	.chi-siamo h1{
		width: 400px;
		margin: 50px auto 20px;
		text-align: center;
	}
.full p{
	color: #565656;
	font-size: 16px;
	margin-bottom: 30px;
}
	.contatti .full p{
		padding-bottom: 50px;
		border-bottom: 1px solid #cececf;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}

.fotolist,.videolist{
	margin-bottom: 35px;
	text-align: center;
}
.fotolist a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 183px;
	height: 183px;
	padding: 10px;
	border-color: #3e5b64;
	border-color: rgba(62,91,100,.8);
	border-style: solid;
	border-width: 1px;
	margin: 35px 13px 0;
}
.fotolist a:hover{
	background-color: #3e5b64;
	background-color: rgba(62,91,100,.8);
}
.videolist iframe{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 35px 13px 0;
}
/* main section */

/* VICINO */
.vicino #filtri ul{
	float: left;
	margin-top: 75px;
	width: 250px;
}
.vicino #filtri li{
	height: 35px;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-top: 5px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #444;
}
	.vicino #filtri li.sport{background-image: url(../img/icons/icon-sport-grey.jpg);}
	.vicino #filtri li.trasporti{background-image: url(../img/icons/icon-trasporti-grey.jpg);}
	.vicino #filtri li.eventi{background-image: url(../img/icons/icon-eventi-grey.jpg);}
	.vicino #filtri li.relax{background-image: url(../img/icons/icon-relax-grey.jpg);}
	.vicino #filtri li.cibo{background-image: url(../img/icons/icon-cibo-grey.jpg);}
	.vicino #filtri li.cultura{background-image: url(../img/icons/icon-cultura-grey.jpg);}

#vicino .gm-style-iw{
	width: 250px;
	height: 100px;
}
#vicino .gm-style-iw{
	line-height: 1.5em;
	font-size: 12px;
	text-transform: uppercase;
}
#vicino .gm-style-iw strong{
	font-size: 14px;
}
#vicino .gm-style-iw a{
	color: #00c
}
/* vicino */

/* NEWS SECTION */
#n-prev,#n-next{
	position: absolute;
	top: 80px;
}
#n-prev{
	left: 55px;
}
#n-next{
	right: 55px;
}
#n-prev a,#n-next a{
	display: block;
	width: 13px;
	height: 19px;
	background-image: url(../img/news-controls.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
	#n-prev a.disabled,#n-next a.disabled{
		display: none;
	}
#n-prev a{
	background-position: top left;
}

#n-next a{
	background-position: top right;
}
#npg{
	text-align: center;
	margin-bottom: 60px;
}
#npg .bx-pager-item{
	display: inline-block;
	margin: 0 20px;
}
	.lt-ie8 #npg .bx-pager-item{
		display: inline;
		zoom: 1;
	}
#npg a{
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/news-pager.jpg) center bottom no-repeat;
}
	#npg a.active{
		background-position: center top;
	}
.notizia{
	border-bottom: 1px solid #cececf;
	border-bottom: 1px solid rgba(0,0,0,.2);
	margin-bottom: 20px;
	padding-bottom: 15px
}
.main-sec .notizia h3{
	font-size: 13px;
	text-transform: uppercase;
	padding: 0;
	border: 0;
	text-align: left;
	width: 100%;
	margin: 0 auto 15px;
}
/* news section */

/* CONTACT SPECIALS */
#map{
	height: 290px;
}
.contatti a.facebook,.contatti a.pdf,.contatti a.gplus,.contatti a.instagram,.contatti a.tumblr,.contatti a.twitter{
 	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	height: 44px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #7a7065;
}
.contatti a.facebook{
	background-image: url(../img/face-contact.jpg);
	line-height: 1.3em;
}
.contatti a.pdf{
	background-image: url(../img/pdf-contact.jpg);
	line-height: 44px;
}
.contatti a.gplus{
	background-image: url(../img/googleplus-icon.png);
	line-height: 1.3em;
}

.contatti a.instagram{
        background-image: url(../img/instagram44.png);
                line-height: 1.3em;
}
                
.contatti a.tumblr{
        background-image: url(../img/tumlr44.png);
        line-height: 1.3em;
}
                                
.contatti a.twitter{
        background-image: url(../img/twitter44.png);
        line-height: 1.3em;
}
                                                
/* contact specials */

/* FOOTER */
#bottom-map,#bottom-map .container{
	height: 305px;
}
#bottom-map .short-contact{
	float: right;
	width: 310px;
	height: 100%;
	padding: 0 25px;
	background-color: #d1dcdb;
	font-weight: normal;
	color: #5a5f59;
}
.short-contact h2{
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #abb3ac;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.short-contact p{position: relative;}

.short-contact a.facebook,.short-contact a.google,.short-contact a.twi,.short-contact a.tum,.short-contact a.ist{
	display: block;
#	position: absolute;
#	right: 0;
#	top: 0;
	width: 39px;
	height: 39px;
	background: url(../img/face-link.jpg) center center no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
	margin-top:10px;
	
	
}
.short-contact a.google{
	background-image: url(../img/gplus-link.png);
	margin-left:5px;
}

.short-contact a.twi{
       background-image: url(../img/twitter.png);
       margin-left:5px;
}
.short-contact a.tum{
       background-image: url(../img/tumblr.png);
       margin-left:5px;
}
.short-contact a.ist{
       background-image: url(../img/instagram.png);
       margin-left:5px;
}


#page-bottom{
	height: 115px;
	background-color: #747e7f;
	color: #fff;
}
#page-bottom p{
	float: right;
	height: 115px;
	line-height: 115px;
}
#page-bottom a{
	margin-left: 55px;
}
#page-bottom img{
	vertical-align: middle;
}

/* TABLET */
@media screen and (max-width: 950px){
	.home h1,h2,.main-sec .right h3,.chi-siamo h1{font-size: 30px;max-width: 100%;}

	.container{
		width: 100%;
		max-width: 944px;
	}

	#openMenu{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 76px;
		height: 76px;
		line-height: 76px;
		text-align: center;
		text-transform: uppercase;
	}

	nav{
		display: none;
		position: absolute;
		width: 100%;
		top: 76px;
		left: 0;
		background: #fff;
		overflow: hidden;
	}
	nav ul{width: 50%;}
	nav li{
		float: none;
		text-align: center;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#lang{
		width: 50px;
		right: none;
		left: 0;
	}
	#lang li{float: none;}
	#lang li a{
		display: block;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
		margin-right: 10px;
	}
	.home #over-box{
		display: none;
	}

	.main-sec{
		height: auto !important;
	}
	.main-sec .left{
		width: 100%;
	}
	.main-sec .right{
		width: 90%;
		padding: 0 5%;
	}
	.main-sec .left p{
		width: 384px;
		max-width: 100%;
	}
	
	.main-sec .left .img{
		position: static;
		background-color: transparent !important;
		width: 100% !important;
		height: auto !important;
		text-align: center;
		margin: 75px 0 30px;
	}
	.main-sec .left .img img,.camere .main-sec .left .img .slider-container{
		position: static;
		margin: auto;
		max-width: 100%;
	}
}

/* CELLULARI */
@media screen and (max-width: 768px){
	.vicino #filtri{
		display: none;
	}

	#over-box{
		margin-top: 90px;
		height: 170px;	
		width: 100%;
	}
	#over-box span{margin: auto;margin-top: 0;max-width: 100%;}


}



/* HELPER */
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom: 1;}

.left{float: left;}
.right{float: right;}

.center{text-align: center!important;}

/* modal */
body.modal{padding: 25px;}
.modal h1{
	font-size: 30px;
	margin-bottom: 30px;
}
.modal h2{
	font-size: 24px;
	margin-bottom: 24px;
	margin-top: 30px;
}
.modal p{
	margin-bottom: 16px;
	line-height: 1.5em;
}
.modal table{
	margin-bottom: 16px;
	text-align: center;
}
.modal td{
	padding: 10px;
	border: 1px solid #222;
	vertical-align: middle;
}
.modal ul{
	list-style: disc inside;
	padding-left: 16px;
	margin-bottom: 16px;
}
.modal li{line-height: 1.5em;}

.h2small{
 font-size: 24px;
}

.linkprenota:link {
  color:#066;
  text-decoration: underline;
}

.linkprenota:visited {
  color:#066;
}

p.date{
  font-size: 12px;
  color: #384548;
  margin-bottom: 20px;
}

/* AWB */
#formcont{
background: #5a2822 url(../img/color-bg_foto.png) center 45px no-repeat;
text-align: left;
height: 175px;
}

#contatto label{display: block; font-weight: bold; text-align: left; margin-top: 12px;}
#contatto input, #contatto textarea{display: block; border: 1px solid #ddd; width: 100%;}
#contatto textarea {height: 150px; margin-bottom: 12px;}
#invio {margin-bottom: 40px; }
#invio button{border: 1px solid #ddd; background-color: #5a2822; color: #fff; width: 100%; padding-top: 8px; padding-bottom: 8px;}
.error{color: #f00; text-align: left;}

#okinvio{color: #090; text-align: left; font-size: 110%; margin-bottom: 10px;}
#formcontasub{font-size: 130%; color: #ffff1a;font-weight: bold; margin-bottom: 5px;}

#bar{
   position:fixed;
   left:0px;
   bottom:0px;
   padding: 10px 5px;
   width:100%;
   background:#333;
   opacity: 0.95;
   padding-top: 20px;
   z-index: 999;
   text-align: center;
   

}	
#predati {max-width: 944px; margin: 0 auto;}
.presu{float: left; margin-right: 25px;}
#prensuButt{float: left; margin-top: 8px;}
#bar label{text-transform: lowercase; font-weight: bold; color: #efefef; font-size: 1.2em;}

#prensubito{
   height: 45px; 
   background-color: #f00; 
   color: #fff; 
   border: 1px solid #efefef;
   text-transform: uppercase; 
   font-weight: bold; 
   padding: 4px 8px;
   cursor: pointer;
}

#prensubito:hover{
   background-color: #ff3333
}  
   