
@import url("fonts/opensans.css");

#popup {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;    
    display: block;
	z-index: 1000;
    background-color: rgba(22,22,22,0.75);
}

.reveal-modal {
    position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
	text-align: center;
	color: #444;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}

#testo_popup {
	width: 100%;
	margin: 0px auto;
	text-align: left;
}

.titolo_evento.pop{
	top: -59px;
	width: 100%;
	position: relative;
}

.btncapo{
	display: inline-block;
	color: #435B9B;
	background-color: transparent;
	border: 2px solid #435B9B;
	padding: 10px 30px;
	text-decoration: none !important;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	line-height: 22px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-weight: bold;
}

.btncapo:hover{
	color: #FFF;
	background-color: #435B9B;
}

#chiudi_popup {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background-image: url('/img/fancybox_sprite.png');
    cursor: pointer;
    z-index: 11;
}

html, body{
	width: 100%;
	padding: 0px;
	margin: 0px;	
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	font-size: 13px;	
	background-color: #ffffff;	
	line-height: 22px;
}

table, tr, td, img{
	border: 0;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}

td{
	padding: 0;
}

a{
	text-decoration: none;
	color: #222222;
}

h1{
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: 700;
	color: #435B9B;
}

img{
	border: 0px;
}

input, select, textarea{
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	font-size: 13px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 22px;
	height: auto;
}

section{	
	margin-top: 40px;
}

footer{
	margin-top: 40px;
	background-color: #FFF;
}

footer.home{
	margin-top: 0;
	background-color: #f5f5f5;
}

.input{
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	background-color: #F9F9F9;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	position: relative;
	z-index: 10;
}

.input:focus{
	background-color: #fff;
	box-shadow: none;
}

.left_50{
	width: 50%;
	float: left;
}

.right_50{
	width: 50%;
	float: right;
}

.align{
	text-align: right;
	width: 35%;
}

.valutazione1 {
  text-align: center;
  float: left;
  width: 6%;
}

.valutazione2, .valutazione4 {
  text-align: center;
  float: left;
  width: 17%;
}

.valutazione3 {
  text-align: center;
  float: left;
  width: 26%;
}

.tabella_container{
	overflow-x: scroll;
}

.meteo_container{
    position: relative;
    height: 385px;
    overflow: hidden;
}

.meteo_container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	border: none;
}

#absolute_head{
	position: fixed;
	width: 100%;
	z-index: 13;
	background-color: #435B9B;
}

#cnt_head{
	display: block;
	position: relative;
	margin: 0px auto;
	max-width: 1340px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#cnt_photo{
	margin: 0px auto;
	display: block;
	max-width: 1920px;
	position: relative;
	box-shadow: 0px 0px 15px #9A9A9A;
}

#cnt_photo_nav{
	margin: 0px auto;
	max-width: 1020px;
}

#cnt_section{
	margin: 0px auto;
	max-width: 1340px;
	padding: 0px 20px;
	min-height: 460px;
}

#cnt_section.lista{
	max-width: 1380px;
}

#cnt_foot_back{
	margin: 0px auto;
	background-color: #FFF;
	box-shadow: 0px 0px 8px #A6A6A6;
}

#cnt_foot{
	position: relative;
	margin: 0px auto;
	max-width: 1340px;
	padding: 0px 20px;
}

#cnt_foot a:hover{
	text-decoration: underline;	
}

#cnt_copy{
	margin: 0px auto;
	max-width: 1340px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 40px;
	font-size: 12px;
}

#cnt_lng{
	position: absolute;
	top: 0px;
	right: 20px;
}

#logo{
	margin: 0;
	float: left;
	padding: 10px 0;
}

#logo a{
	display: block;
	line-height: 0;
	height: 59px;
}

#cnt_menu{
	position: relative;
	float: right;
	padding-top: 30px;
}

#menu_trigger{
	display: none;
	padding: 10px;
	border: 1px solid #FFF;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	background-image: url('/img/sandwich.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	background-size: cover;
	border-radius: 5px;
	background-origin: content-box;
	margin-top: 8px;
}

#menu_trigger:hover{
	background-color: rgba(255,255,255,0.1);
}

#menu_secondario_trigger{
	display: none;
	padding: 10px 0;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;	
}

#menu{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

#menu > li{
	position: relative;
	display: inline-block;
	margin-right: -4px;
}

#menu > li.last{
	margin-right: 0;
}

#menu > li > a{
	color: #FFF;
	display: block;
	padding: 0 20px;
	border-left: #999999 1px solid;	
	font-weight: 700;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	position: relative;
	font-size: 16px;
}

#menu > li:hover > a, #menu > li > a.hover{
	/*text-decoration: underline;*/
	/*font-style: italic;*/
	color: #cccccc;
}

#menu > li.first > a{
	padding-left: 0px;
	border-left: none;
}

#menu > li.last > a{
	padding-right: 0px;
}

.drop{
	display: none;
}

#menu > li > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	display: none;
	white-space: nowrap;
	z-index: 13;
	text-align: left;
	padding-top: 32px;
	box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.52);
}

#menu > li:hover > ul.lang_list{
	display: none;
}

.lang_switch{
	padding: 0 20px;
	border-left: #999999 1px solid;
	cursor: pointer;
}

.lang_switch:after{
    content: '►';
    position: absolute;
	right: 0;
	top: 1px;
	font-size: 10px;
	color: #ccc;
    -moz-transition:0.2s all;
    -webkit-transition:0.2s all;
	-moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}

.lang_switch.clicked:after{
    -moz-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
}

.lang_switch img{
	position: relative;
	top: 3px;
}

.lang_list{
	width: 100%;
	display: none;
	text-align: center;
	padding-top: 31px;
	position: absolute;
}

.lang_list a{
	display: block;
	padding: 10px 0;
	color: #FFF;
	background-color: #435B9B;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
}

.lang_list a:hover{
	color: #018424;
	background-color: #F5F5F5;
}

#menu > li:hover > ul{
	display: block;
}

#menu > li > ul > li{
	display: block;
}

#menu > li > ul > li > a{
	display: block;
	padding: 10px 80px 10px 20px;
	color: #FFF;
	background-color: #435B9B;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
}

#menu > li > ul > li:hover > a, #menu > li > ul > li > a.hover{
	color: #018424;
	background-color: #F5F5F5;
}

#menu > li > ul > li > a > span{
	position: relative;
	left: 0px;
	display: block;
	-webkit-transition: left 0.2s;
	transition: left 0.2s;
}

#menu > li > ul > li:hover > a > span, #menu > li > ul > li > a.hover > span{
	left: 10px;
}
	
#menu_trigger{
	display: none;
}	

#photo{
	position: relative;	
	height: 109px; /*550px*/
	background-color: #ffffff;	
}

#photo DIV{
	position: absolute;
	width: 100%;	
	height: 100%;	
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background-position: center center;
	background-size: cover;
}

#photo DIV.active{
	z-index: 10;
	opacity: 1.0;
}

#photo DIV.last-active{
	z-index: 9;
}

#slogan_cnt{
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 100%;
}

#slogan{
	margin: 0px auto;
	max-width: 1020px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	text-align: right;
	z-index: 11;
	font-weight: 100;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.slogan_title{
	margin-top: 295px;
	margin-bottom: 40px;
	font-size: 80px;
}

.slogan_text{
	font-size: 30px;
}

#cnt_menu_secondario_back{
	background-color: #435B9B;
}

#cnt_menu_secondario{
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
}

#menu_secondario{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu_secondario > li{
	display: inline-block;
	margin-right: -4px;
	background-image: url('/img/meno.png');
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 13px;
}

#menu_secondario > li.first{
	background-image: none;
	padding-left: 0;
}

#menu_secondario > li.last{
	margin-right: 0;
}

#menu_secondario > li > a{
	display: block;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
}

#menu_secondario > li > a:hover, #menu_secondario > li > a.hover{
	text-decoration: underline;	
}

#menu_secondario > li.first > a{
	padding-left: 0;
}

#menu_secondario > li.last > a{
	padding-right: 0;
}

#map{
	margin: 0px auto;
	height: 700px;
}

.tooltip{
	position: relative;
	width: 150px;
	padding-bottom: 35px;
}

.titolo_tooltip{
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #222222 !important;
}

.img_tooltip{
	height: 100px;
	background-size: cover;
	background-position: center;
	margin-bottom: 5px;
}

.tooltip .btn{
	position: absolute !important;
	bottom: 0px;
	right: 0px;
	color: #fff !important;
}

#eventicomune {
	margin: 40px 0 0 0;
	border-bottom: 1px solid #ccc;	
}

#strutture{
	margin: 40px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.section_wrap{
	margin: 0px auto;
	max-width: 1340px;
	padding: 60px 20px;
}

.section_wrap.carosello{
	max-width: 1380px;
	padding: 10px 20px 60px 20px;
}

.titolo_section{
	overflow: hidden;
	text-align: center;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.titolo_section h2{
	position: relative;
	font-size: 44px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #435B9B;
	font-weight: normal;  
	display: inline-block;
	line-height: 40px;
}

.titolo_section h2:before,
.titolo_section h2:after{
	content: "";
	position: absolute;
	height: 1px;
	background-color: #ccc;
	width: 1920px;
	top: 50%;
}

.titolo_section h2:before{
	right: 100%;
	margin-right: 15px;
}

.titolo_section h2:after{
	left: 100%;
	margin-left: 15px;
}

.testo_section{
	font-size: 22px;
	text-align: center;
	/*color: #999;*/
	color: #018424;
	font-weight: 100;
	margin: 0;
	font-style: italic;
	position: relative;
	z-index: 2;
}

.dettaglio_section{
	margin-top: 40px;
}

.carosello_cnt{
	position: relative;
}

.carosello{
	text-align: center;
	padding: 10px 0;
}

.overflow{
	overflow: hidden;
}

.left_arrow{
	position: absolute;
	top: 0;
	left: -25px;
	width: 20px;
	height: 100%;
	cursor: pointer;	
	background-image: url('/img/left.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	z-index: 12;
}

.right_arrow{
	position: absolute;
	top: 0;
	right: -25px;
	width: 20px;
	height: 100%;
	cursor: pointer;	
	background-image: url('/img/right.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	z-index: 12;
}

.elemento{
	float: left;
	display: block;
}

.struttura{
	box-sizing: border-box;
	padding: 0 20px;
	/*padding-right: 40px;*/
}

.struttura_box_cnt{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 40px;
}

.struttura_box_cnt.disabled{
	width: 25%;
}

.evento{
	box-sizing: border-box;
	padding: 0 20px;
	/*padding-right: 40px;*/
}

.evento_box_cnt{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 40px;
}

.evento_box_cnt.disabled{
	width: 25%;
}

/*.struttura_box.lista{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.struttura_box.lista.last{
	margin-right: 0;
}*/

.struttura_box{
	display: block;
	box-shadow: none;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.struttura_box:hover{
	box-shadow: 0 0 3px #444;
}

.struttura_img{
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: left;
}

.nome_struttura{
	font-weight: bold;
	font-size: 19px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	background-color: rgba(67, 91, 155, 0.62);
	display: inline-block;
	padding: 5px 10px;
	margin-top: 20px;
}

.struttura_txt{
	background-color: #f5f5f5;
	padding: 20px 20px 40px 20px;
	text-align: left;
	min-height: 88px;
	position: relative;
}

.struttura_txt .btn.continua{
	bottom: 10px;
	right: 20px;
}

.struttura_txt h4{
	padding: 0;
	margin: 0 0 10px 0;
}











.evento_box{
	display: block;
	box-shadow: none;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.evento_box:hover{
	box-shadow: 0 0 3px #444;
}

.evento_img{
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: left;
}

.nome_evento{
	font-weight: bold;
	font-size: 19px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	background-color: rgba(67, 91, 155, 0.62);
	display: inline-block;
	padding: 5px 10px;
	margin-top: 20px;
}

.evento_txt{
	background-color: #f5f5f5;
	padding: 20px 20px 40px 20px;
	text-align: left;
	min-height: 88px;
	position: relative;
}

.evento_txt .btn.continua{
	bottom: 10px;
	right: 20px;
}

.evento_txt h4{
	padding: 0;
	margin: 0 0 10px 0;
}



.row-offerte, .row-eventi{
	display: none;
}

.row-offerte.show, .row-eventi.show{
	display: block;
}

.offerta_box{
	display: block;
	box-shadow: none;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	float: left;
	width: 23.12%;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.offerta_box.dettaglio{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0;
	margin-top: 20px;
}

.offerta_box.dettaglio.primi{
	margin-top: 0;
}

.offerta_box.last{
	margin-right: 0;
}

.offerta_box:hover{
	box-shadow: 0 0 3px #444;
}

.offerta_img{
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.nome_offerta{
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	background-color: rgba(67, 91, 155, 0.62);
	display: inline-block;
	padding: 5px 10px;
	margin-top: 20px;
}

.offerta_txt{
	background-color: #FFF;
	padding: 5px 10px 20px 10px;
	min-height: 150px;
	position: relative;
}

.offerta_txt .btn.continua{
	bottom: 10px;
	right: 10px;
}

.offerta_txt h4{
	padding: 0;
	margin: 0 0 10px 0;
}

.vacanza_box{
	display: block;
	box-shadow: none;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	float: left;
	width: 30%;
	margin-right: 2.5%;
	margin-right: 5%;
	margin-bottom: 10px;
}

.vacanza_box.last{
	margin-right: 0;
}

.vacanza_box:hover{
	box-shadow: 0 0 3px #444;
	background-color: #FFF;
}

.vacanza_img{
	height: 200px;
	/*background-size: cover;*/
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
}

.vacanza_box h4{
	text-align: center;
	margin-top: 15px;
	font-size: 21px;
	font-style: italic;
	color: #435B9B;
}

.vacanza_text{
	padding: 20px;
	min-height: 88px;
	text-align: center;
}

.nome_vacanza{
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	background-color: rgba(67, 91, 155, 0.62);
	display: inline-block;
	padding: 5px 10px;
	margin-top: 20px;
}

.vacanza_txt{
	background-color: #FFF;
	padding: 5px 10px 10px 10px;
	min-height: 120px;
}

.vacanza_txt h4{
	padding: 0;
	margin: 0 0 10px 0;
}

#offerte_cnt, #eventi_cnt, #vacanze_cnt{
	position: relative;
}

.load_more_cnt{
	overflow-x: hidden;
	text-align: center;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}

.btn.load_more{
	position: relative;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 15px;
	margin: 0 auto;
	display: inline-block;
}

.btn.load_more:before{
	right: 100%;
	margin-right: 15px;
}

.btn.load_more:after{
	left: 100%;
	margin-left: 15px;
}

.btn.load_more:before, .btn.load_more:after{
	content: "";
	position: absolute;
	height: 1px;
	background-color: #ccc;
	width: 1920px;
	top: 50%;
}

.evento_box{
	display: block;
	box-shadow: none;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	float: left;
	width: 23.12%;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.evento_box.last{
	margin-right: 0;
}

.evento_box:hover{
	box-shadow: 0 0 3px #444;
}

.evento_img{
	height: 300px;
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.titolo_evento{
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	background-color: rgba(67, 91, 155, 0.62);
	display: inline-block;
	padding: 5px 10px;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	transform: translateY(calc(100% - 32px));
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.evento_box:hover .titolo_evento, .offerta_box:hover .titolo_evento{
	transform: translateY(0);
}

.data{
	font-style: italic;
	font-size: 11px;
	margin-bottom: 5px;
}

.nome_evento{
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	background-color: rgba(67, 91, 155, 0.62);
	display: inline-block;
	padding: 5px 10px;
	margin-top: 20px;
}

.evento_txt{
	background-color: #f5f5f5;
	padding: 5px 10px 20px 10px;
	min-height: 150px;
	position: relative;
}

.evento_txt .btn.continua{
	right: 10px;
	bottom: 10px;
}

.evento_txt h4{
	padding: 0;
	margin: 0 0 10px 0;
}

.elemento .img{
	height: 125px;
	margin-bottom: 10px;
	background-image: url('/img/associazione_albergatori_cecina_1.jpg');
	background-size: cover;
	background-position: center;
}

.elemento .txt{
	text-align: center;
}

.elemento h2{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
}

#offerte{
	margin:0;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}

#vacanze{
	margin:0;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}

#tipo_vacanza{
	margin:0;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}

.tipologia{
	display: block;
	width: 30%;
	height: 200px;
	background-color: #fff;
	float: left;
	margin-right: 5%;
	margin-bottom: 40px;
}

.tipologia.last{
	margin-right: 0;
}

#eventi{
	margin: 0;
	background-color: #fff;
}

#about_us{
	margin:0;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
}

#about_us.chiaro{
	border-top: 0;
	background-color: #FFF;
}

.about_us_cnt{
	float: left;
	width: 30%;
	margin-right: 5%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.about_us_cnt:hover{
	transform: translateY(-5px);
}

.about_us_cnt.last{
	margin-right: 0;
}

.about_us_img{
	width: 0;
	height: 0;
	padding: 40%;
	position: relative;
	border-radius: 100%;
	box-sizing: border-box;
	border: 2px solid #435B9B;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0 auto -24% auto;
	z-index: 2;
}

.about_us_titolo{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-100%);
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	background-color: rgba(67, 91, 155, 0.62);
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}


.about_us_txt{
	position: relative;
	border: 1px solid #ccc;
	padding: 30% 10px 20px 10px;
	background-color: #FFF;
	text-align: center;
	min-height: 126px;
}

.about_us_txt .btn.continua{
	display: block;
	margin: 10px auto 0 auto;
	position: static;
	max-width: 15px;
}

.about_us_txt .btn.continua.n1, .about_us_txt .btn.continua.n2{
	position: absolute;
	bottom: 20px;
	left: 10px;
	max-width: none;
}

.about_us_txt .btn.continua.n2{
	left: auto;
	right: 10px;
}

#ricerca{
	position: relative;
	margin: 0;
	/*border-bottom: 1px solid #ccc;
	background-color: #fff;*/
	background-image: url('/img/sfondo_section.jpg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#ricerca:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	top: 0;
	left: 0;
	z-index: 1;
}

/*#ricerca *{
	position: relative;
	z-index: 2;
}*/

#mappa_cnt{
	float: left;
	width: 45%;
	box-shadow: 0px 0px 15px #9A9A9A;
	box-sizing: border-box;
	border: 1px solid #435B9B;
	position: relative;
	z-index: 2;
}

.titolo_mappa{
	font-weight: 100;
	font-size: 25px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	background-color: #435B9B;
	padding: 20px;
}

#mini_mappa{
	height: 538px;
	width: 100%;
display: block;
}

#ricerca_outer_cnt{
	box-sizing: border-box;
	float: right;
	width: 50%;
	border-left: 1px solid #ccc;
	position: relative;
	z-index: 2;
}

#ricerca_cnt{
	margin-left: 10%;
}

#cerca_struttura{
	height: 275px;
	margin-bottom: 50px;
	background-color: #435B9B;
	box-shadow: 0px 0px 15px #9A9A9A;
	padding: 20px;
	box-sizing: border-box;
}

#cerca_offerta{
	height: 275px;
	background-color: #018424;
	box-shadow: 0px 0px 15px #9A9A9A;
	padding: 20px;
	box-sizing: border-box;
}

#cerca_struttura h5, #cerca_offerta h5{
	font-weight: 100;
	font-size: 25px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

/*.separatore-form-cnt{
	overflow: hidden;
	text-align: center;
}

.separatore-form{
	position: relative;
	margin-top: 10;
	margin-bottom: 10px;
	color: #FFF;
	display: inline-block;
}

.separatore-form:before {
	right: 100%;
	margin-right: 15px;
}

.separatore-form:after {
	left: 100%;
	margin-left: 15px;
}

.separatore-form:before, .separatore-form:after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #FFF;
	width: 900px;
	top: 50%;
}*/

.separatore-form{
	height: 1px;
	background-color: #ccc;
	margin-top: 30px;
}

.cerca_home{
	margin-top: 20px;
}

.cerca_home.per_nome_struttura .input_cnt{
	float: left;
	width: 45%;
	margin-right: 10%;
}

.cerca_home.per_nome_struttura .input_cnt.last{
	margin-right: 0;
	width: 45%;
	padding-top: 27px;
}

.cerca_home.per_tipologia_struttura .input_cnt{
	float: left;
	width: 45%;
	margin-right: 10%;
}

.cerca_home.per_tipologia_struttura .input_cnt.last{
	margin-right: 0;
	width: 45%;
	padding-top: 27px;
}

.cerca_home.per_data_offerte .input_cnt{
	display: block;
	width: auto;
	margin-bottom: 27px;
}

.cerca_home.per_data_offerte .input_cnt label{
	float: left;
	width: 45%;
	margin-bottom: 0;
	height: 34px;
	line-height: 34px;
}

.cerca_home.per_data_offerte .input_cnt .input{
	float: right;
	width: 55%;
}

.cerca_home.per_data_offerte .input_cnt.last{
	float: right;
	width: 55%;
}

.cerca_home.per_data_offerte .input_cnt.last .input{
	float: none;
	width: 100%;
}

.input_cnt > input, .input_cnt > select{
	min-height: 34px;
}

.input_cnt.last input{
	width: 100%;
	display: block;
	background-color: #CCC;
	color: #444;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

.input_cnt label{
	display: block;
	margin-bottom: 5px;
	color: #FFF;
	font-style: italic;
}

.box{
	position: relative;
	float: left;
	display: block;
	width: 30.6%;
	margin-right: 4.09%;
	margin-bottom: 41px;
	border-radius: 1px;
	min-height: 379px;
	background-color: #f0f0f0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.box a{
	display: block;
	cursor: pointer;
}

.box:hover{
	box-shadow: 0px 0px 8px #A6A6A6;
	background-color: #FAFAFA;
	margin-top: -3px;
}

.box .btn{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.lastbox{
	margin-right: 0px;
}
	
.img_box{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 157px;
}
	
.pad_box{
	padding: 20px 20px 60px 20px;
}

.box h2{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #435B9B;
}

.slide_offerte, .slide_eventi{
	position: absolute;
	display: block;
	width: 100%;
	z-index: 8;
	opacity: 0.0;
}

.slide_offerte.active, .slide_eventi.active{
	z-index: 10;
	opacity: 1.0;
}

.slide_offerte.last-active, .slide_eventi.last-active{
	z-index: 9;
}

.btn{
	background-color: #435B9B;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.btn.disabled{
	cursor: not-allowed;
	background-color: #808EB3;
}

.btn:hover{
	background-color: #018424;
}

.titolo_pagina{
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: 700;
	color: #435B9B;
	text-transform: uppercase;
}

.titolo_pagina_big{
	overflow: hidden;
	text-align: center;
	max-width: 1340px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.titolo_pagina_big h1{
	position: relative;
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #435B9B;
	font-weight: normal;  
	display: inline-block;
	line-height: 40px;
	padding-bottom: 0;
}

.titolo_pagina_big h1:before,
.titolo_pagina_big h1:after{
	content: "";
	position: absolute;
	height: 1px;
	background-color: #ccc;
	width: 1920px;
	top: 50%;
}

.titolo_pagina_big h1:before{
	right: 100%;
	margin-right: 15px;
}

.titolo_pagina_big h1:after{
	left: 100%;
	margin-left: 15px;
}

.box_foot{
	position: relative;
	float: left;
	display: block;
	width: 30%;	
	margin-right: 5%;	
	color: #222222;	
	font-size: 12px;
}

.box_foot.first{
	width: 65%;
}

.pad_box_foot{
	padding: 20px;
}

.lastbox_foot{
	margin-right: 0px;
}

.box_foot h2{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #222222;
}
	
.sitemap{
	width: 100%;
}
	
.sitemap_row{
	width: 33.33%;
	vertical-align: top;
}

.line1{
	position: absolute;
	top: 40px;
	left: 33%;
	height: 200px;
	width: 1px;
	background-color: #ccc;
}

.line2{
	position: absolute;
	top: 20px;
	left: 60%;
	height: 120px;
	width: 1px;
	background-color: #ccc;
}
	
.line3{
	height: 1px;
	background-color: #eee;
	margin: 50px 0;
}

#left_dettaglio{
	float: left;
	width: 33.33%;
}

#right_dettaglio{
	float: right;
	width: 63.33%;
}

.img_struttura{
	display: block;
	height: 300px;
	margin-bottom: 20px;
	background-position: center;
	background-size: cover;/*
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f5f5f5;
	border: 1px solid #444;*/
}

#quick_info_struttura{
	margin-bottom: 20px;
	padding: 25px 25px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #f5f5f5;
}

#tabella_dettaglio{
	width: 100%;
}

.riga_dettaglio:after{
	content:'';
	display: block;
	height: 1px;
	background-color: #ccc;
	margin: 8px 0;
}

.label_dettaglio, .data_dettaglio{
	font-style: italic;
	text-align: left;
	vertical-align: top;
}

.data_dettaglio{
	text-align: right;
	font-style: normal;
	width: 60%;
}

#tabella_dettaglio tr.last td{
	padding-bottom: 0 !important;
}

#menu_tab{
	width: 100%;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 1px;
}

#menu_tab > li{
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 10px 5px;
	text-align: center;
	display: inline-block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #f5f5f5;
	min-width: 100px;
	cursor: pointer;
	margin-right: 2px;
	position: relative;
}

#menu_tab > li.open{
	background-color: #FFF;
	border-bottom: 1px solid #fff;
}

.tab_struttura.mobile{
	display: none;
	cursor: pointer;
	padding: 10px;
	background-color: #435B9B;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}

.tab_struttura.mobile.open{
	margin-bottom: 0;
}

#menu_tab > li.tab_offerte{
	float: right;
	background-color: #018424;
	border: 1px solid #018424;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	margin-right: 0;
}

#tabs{
	border: 1px solid #ccc;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#tabs.offerte{
	border-top-right-radius: 0px;
}

.tab{
	padding: 20px;
	display: none;
}

.tab#mappa{
	display: block;
}

.solo_per{
	font-weight: bold;
	font-size: 19px;
	margin: 0;
	padding: 0;
	color: #435B9B;
	margin-bottom: 10px;
}

.btn.dettaglio{
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 15px;
}

.btn.continua{
	position: absolute;
}

.btn.dettaglio.booking_online{
	background-color: #018424;
}

.btn.dettaglio.booking_online:hover{
	background-color: #CCC;
}

.btn.back{
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	background-color: #CCC;
	color: #222;
}

.evento_cnt, .struttura_cnt, .offerta_cnt, .azienda_cnt, .vacanza_cnt{
	margin-bottom: 0px;
}

.img_evento, .img_offerta, .img_azienda, .img_vacanza{
	float: left; 
	margin-right: 2.04%; 
	width: 30.61%; 
	height: 150px;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;
}

.txt_evento, .txt_struttura, .txt_offerta, .txt_azienda, .txt_vacanza{
	position: relative; 
	float: left; 
	width: 67.26%;
	padding-bottom: 46px;
	min-height: 104px;
}

.txt_evento .btn, .txt_offerta .btn, .txt_azienda .btn, .txt_vacanza .btn, .bottoni{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.img_struttura_dettaglio, .postcard{
	width: 31.33%;
	float: left;
	height: 180px;
	margin-right: 3%;
	margin-top: 20px;
	background-size: cover;
	background-position: center;
	display: block;
}

.img_struttura_dettaglio.first{
	margin-top: 0;
}

.img_struttura_dettaglio.n3, .postcard.n4{
	margin-right: 0;
}

.descrizione_struttura, .photogallery_struttura, .servizi_struttura, .listino_struttura, .condizioni_struttura, .mappa_struttura{
	margin: 30px 0;
}

.photogallery_cnt{
	margin-top: 20px;
}

#tabella_prezzi{
	width: 100%;
}

#tabella_prezzi tr{
	border-bottom: 1px solid #ccc;
}

#tabella_prezzi th{
	background-color: #435B9B;
	color: #fff;
	font-size: 14px;
	padding: 7px 10px;
	text-align: left;
	font-weight: bold;
}

#tabella_prezzi th.sistemazione{
	text-align: right;
}

#tabella_prezzi td{
	padding: 3px 10px;
}

.first_row .td_servizio{
	padding: 20px 0 0 0;
}

.td_servizio{
	padding: 40px 0 20px 0;
}

.td_servizio img{
	vertical-align: middle;
}

.margin_bottom{
	margin-bottom: 10px;
}
	
.left_50{
	width: 50%;
	float: left;
}

.right_50{
	width: 50%;
	float: right;
}
	
.richiesta_info_td{
	width: 35%;
	text-align: right;
}

.richiesta_info_td.large{
	width: 17.5%;
}

.colonna_strutture{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	min-height: 340px;
}

.colonna_strutture_cnt .colonna_strutture:first-child{
	border-left: none;
}

.titolo_tipologia{
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	background-color: #435B9B;
	margin-bottom: 10px;
}

.ricerca_cnt{
	background-color: #f5f5f5;
	margin-top: 15px;
	min-height: 64px;
}

.ricerca_cosa, .ricerca_quando, .ricerca_invia{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
}

.ricerca_cosa{
	width: 66.66%;
	padding: 10px 15px;
}

.ricerca_quando{
	line-height: 59px;
	border-left: 1px solid #FFF;
	width: 25%;
}

.ricerca_invia{
	width: 8.333333333333332%;
	background-color: #435B9B;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 64px;
	font-size: 25px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.ricerca_invia:hover{
	background-color: #018424;
}

.postcard_big{
	background-size: cover;
	background-position: center;
	float: left;
	width: 48.04%;
	height: 384px;
}

#cartolina{
	float: right;
	width: 48.04%;
}

#limite_cartolina{
	text-align: right;
	font-style: italic;
}

.membro{
	float: left;
	width: 25%;
}
	
#copy_l{
	float: left;
	color: #999999;
}

#copy_r{
	float: right;
}

.clear{
	display: block;
	height: 0px;
	clear: both;
}

#menu_copy{
	float: right;
	margin: 0px;	
	padding: 0px;
	list-style-type: none;
	padding-top: 0px;
}

#menu_copy > li{
	display: inline-block;
	margin-right: -3px;
}

#menu_copy > li.last{
	margin-right: 0;
}

#menu_copy > li > a{
	color: #222222;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border-left: #999999 1px solid;	
	color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 13px;
	line-height: 13px;
}

#menu_copy > li > a:hover{
	color: #435B9B;
}

#menu_copy > li.first > a{	
	border-left: none;
}

#menu_copy > li.last > a{
	padding-right: 0px;
}

#cookie-disclaimer{
	background-color: #000;
	color: #FFF;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 10px 0;
	font-size: 13px;
}

#cookie-disclaimer .container{
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#titolo-cookies{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#cookie-disclaimer a, #cookie-disclaimer span{
	text-decoration: underline;
	color: #fff;
	cursor: pointer;
}


#strutture_indicatore_1, #strutture_indicatore_2, #strutture_indicatore_3, #strutture_indicatore_4{
	display: none;
}

#offerte_indicatore_1, #offerte_indicatore_2, #offerte_indicatore_3, #offerte_indicatore_4{
	display: none;
}

#eventi_indicatore_1, #eventi_indicatore_2, #eventi_indicatore_3, #eventi_indicatore_4{
	display: none;
}


@media all and (max-width: 1449px){
	.left_arrow, .right_arrow{
		width: 50px;
		height: 50px;
		border: 1px solid #ccc;
		border-radius: 100%;
		background-color: #fff;
		left: 0;
		top: 125px;
	}
	
	.right_arrow{
		left: auto;
		right: 0;
	}
}

@media all and (max-width: 1245px){
	.about_us_cnt, .about_us_cnt.last{
		float: none;
		width: auto;
		display: block;
		margin: 0 auto 40px auto;
		max-width: 500px;
	}
	
	.about_us_cnt:hover{
		transform: translateY(0);
	}
}

@media all and (max-width: 1200px){
	#strutture_indicatore_4{
		display: block;
	}
	
	#offerte_indicatore_4{
		display: block;
	}
	
	#eventi_indicatore_4{
		display: block;
	}
}

@media all and (max-width: 1140px){
	.colonna_strutture{
		width: 50%;
		min-height: 400px;
	}
	
	.colonna_strutture:nth-child(3){
		border-left: 0;
	}
}

@media all and (max-width: 1117px){
	#popup {
		width: 100%;
		height: 100%;
		top: 0;
		position: fixed;    
		display: block;
		z-index: 1000;
		background-color: rgba(22,22,22,0.75);
	}

	.reveal-modal {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 40%;
		text-align: center;
		color: #444;
		background-color: #fff;
		padding: 30px;
		box-sizing: border-box;
		border-radius: 5px;
	}

	#testo_popup {
		height: auto;
		margin-bottom: 50px;
	}
	
	.titolo_evento.pop{
		top: -104px;
	}
}

@media all and (max-width: 600px){
	.colonna_strutture{
		width: auto;
		float: none;
		min-height: 0;
		border: 0;
		padding: 0;
		margin-top: 20px;
	}
	
	.colonna_strutture:first-child{
		margin-top: 0;
	}
	
	.reveal-modal {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 40%;
		text-align: center;
		color: #444;
		background-color: #fff;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 5px;
	}
	
	#testo_popup{
		margin-bottom: 90px;
	}
	
	.titolo_evento.pop{
		top: -147px;
	}
}

@media all and (max-width: 1000px){
	.offerta_box, .evento_box{
		width: 48.75%;
	}
	
	.offerta_box.n2, .evento_box.n2{
		margin-right: 0;
	}
}

@media all and (max-width: 600px){
	.offerta_box, .evento_box{
		float: none;
		width: auto;
		margin-right: 0;
	}
	.row-offerte.show, .row-eventi.show {
		padding-top: 0px;
	}
}

@media all and (max-width: 960px){
	
	.membro {
		float: none;
		width: 100%;
		padding-bottom: 40px;
	}	
	
	#mappa_cnt{
		float: none;
		width: auto;
	}
	
	#ricerca_outer_cnt{
		float: none;
		width: auto;
		border-left: 0;
		margin-top: 40px;
	}
	
	#ricerca_cnt{
		margin-left: 0;
	}
	
	#strutture_indicatore_3{
		display: block;
	}
	
	#offerte_indicatore_3{
		display: block;
	}
	
	#eventi_indicatore_3{
		display: block;
	}
}

@media all and (max-width: 1000px){
	#strutture_indicatore_2{
		display: block;
	}
	
	#offerte_indicatore_2{
		display: block;
	}
	
	#eventi_indicatore_2{
		display: block;
	}
}

@media all and (max-width: 630px){
	#strutture_indicatore_1{
		display: block;
	}
	
	#offerte_indicatore_1{
		display: block;
	}
	
	#eventi_indicatore_1{
		display: block;
	}
}
	
@media (min-width: 1051px){
	#menu{
		display: block !important;
	}
}
	
	
	
@media (max-width: 1050px){
	/*#absolute_head{
		position: static;
	}
	
	#space{
		display: none;
	}*/
	
	#cnt_head{
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#cnt_lng{
		position: static;
		text-align: center;
	}
	
	#logo{
		float: left;
		text-align: left;
	}
	
	#cnt_menu{
		float: none;
		padding-top: 10px;
		position: static;
	}	
	
	#menu_trigger{
		display: block;
	}
	
	#menu{
		float: none;
		display: none;
		text-align: left;
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #617ECC;
		border-top: 1px solid #051235;
		z-index: 1000;
	}
	
	#menu li{
		display: block;
		margin: 0;
	}
	
	#menu li a, #menu > li.first > a, #menu > li.last > a{
		display: block;
		border: none;
		padding: 10px 20px;
	}
	
	#menu > li > a > span, #menu > li > a > span{
		position: relative;
		left: 0px;
		display: block;
		-webkit-transition: left 0.2s;
		transition: left 0.2s;		
	}
	
	#menu > li:hover > a, #menu > li > a.hover{
		color: #018424;
		background-color: #F5F5F5;
	}
	
	#menu > li:hover > a > span{
		left: 10px;
	}
	
	#menu > li > ul {
		position: static;
		display: block;
		padding-top: 0;
		box-shadow: none
	}
	
	#menu > li > ul > li > a {
		display: block;
		padding: 10px 0px 10px 40px;
		background-color: transparent;
		font-weight: bold;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	.lang_cnt{
		padding: 10px 0 4px 0;
		border-top: 1px solid #ccc;
	}
	
	.lang_switch{
		display: inline-block;
		border-left: 0;
		float: left;
	}
	
	.lang_switch:after{
		display: none;
	}
	
	.lang_switch img{
		padding: 10px 0;
		top: 0;
	}
	
	.lang_list{
		display: inline-block !important;
		position: static;
		width: auto;
		padding-top: 0;
		float: left;
	}
	
	.lang_list a{
		display: inline-block;
		padding: 10px 0;
		color: #FFF;
		background-color: transparent;
		float: left;
	}
	
	.lang_list a:hover {
		background-color: transparent;
	}
}

@media all and (max-width: 1062px){
	.struttura_box_cnt{
		width: 50%;
	}
}

@media all and (max-width: 928px){
	.nome_struttura{
		display: block;
		text-align: center;
	}
	
	.stelle_cnt{
		display: block;
	}
}

@media all and (max-width: 720px){
	.struttura_box_cnt{
		float: none;
		width: auto;
		padding: 0;
	}
}

@media (max-width: 1006px){
	.box{
		width: auto;
		float: none;
		margin-right: 0;
	}
	
	.box:hover{
		margin-top: 0;
	}
	
	#cnt_copy{
		padding-bottom: 20px;
	}
	
	#copy_l, #copy_r, #menu_copy{
		float: none;
		text-align: center;
	}
	
	.img_evento, .img_offerta, .img_azienda{
		float: none; 
		margin-right: 0; 
		width: auto; 
		min-height: 150px;
		background-size: cover; 
		background-repeat: no-repeat; 
		background-position: center center;
		margin-bottom: 20px;
	}

	.txt_evento, .txt_struttura, .txt_offerta, .txt_azienda{
		position: relative; 
		float: none; 
		width: auto;
		padding-bottom: 0;
		min-height: 104px;
	}

	.txt_evento .btn, .txt_offerta .btn, .txt_azienda .btn, .bottoni{
		position: static;
		display: block;
		margin-top: 20px;
		text-align: center;
	}
}

@media all and (max-width: 980px){
	#menu_tab{
		display: none;
	}
	
	.tab_struttura.mobile{
		display: block;
	}
	
	#tabs{
		border: 0;
	}
	
	.tab{
		border: 1px solid #ccc;
		border-top: 0;
		margin-bottom: 5px;
	}

}

@media all and (max-width: 930px){
	.vacanza_box, .vacanza_box.last{
		float: none;
		width: auto;
		margin: 0 auto 40px auto;
		max-width: 500px;
	}
	
	.vacanza_img{
		padding-top: 15px;
	}
	
	.vacanza_box h4 {
		text-align: center;
		font-size: 21px;
		font-style: italic;
		color: #435B9B;
		margin: 0;
	}
	
	.vacanza_text {
		padding: 20px;
		min-height: 0;
		text-align: center;
	}
}

@media all and (max-width: 700px){
	#left_dettaglio{
		float: none;
		width: auto;
	}
	
	#right_dettaglio{
		float: none;
		width: auto;
		margin-top: 40px;
	}
}


@media (max-width: 880px){
	.left_50, .right_50{
		float: none;
		width: auto;
	}
	
	.richiesta_info_td, .align{
		text-align: left;
	}
	
	.valutazione1, .valutazione2{
		width: 35%;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.valutazione3, .valutazione4{
		width: 65%;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 843px){
	.box_foot.hide_mobile{
		display: none;
	}
	
	.line1{
		display: none;
	}
	
	.box_foot{
		width: 50%;
		float: right;
		text-align: right;
		margin-right: 0;
	}
	
	.line2{
		left: 50%;
	}
	
	.box_foot.lastbox_foot{
		text-align: left;
		float: left;
	}
	
	.line2{
		display: none;
	}
}

@media all and (max-width: 600px){
	.line2{
		display: none;
	}
}

@media all and (max-width: 475px){
	#cerca_struttura, #cerca_offerta{
		height: auto;
	}
	
	.cerca_home.per_nome_struttura .input_cnt, .cerca_home.per_tipologia_struttura .input_cnt{
		float: none;
		width: auto;
		margin-right: 0;
	}
	
	.cerca_home.per_nome_struttura .input_cnt.last, .cerca_home.per_tipologia_struttura .input_cnt.last{
		margin-right: 0;
		width: auto;
		padding-top: 0;
	}
	
	.cerca_home.per_data_offerte .input_cnt {
		margin-bottom: 10px;
	}
	
	.cerca_home.per_data_offerte .input_cnt label{
		float: none;
		width: auto;
	}
	
	.cerca_home.per_data_offerte .input_cnt .input {
		float: none;
		width: 100%;
	}
	
	.cerca_home.per_data_offerte .input_cnt.last {
		float: none;
		width: auto;
		margin-bottom: 0;
		margin-top: 27px;
	}
}

@media all and (max-width: 420px){
	.about_us_txt .btn.continua.n1, .about_us_txt .btn.continua.n2 {
		position: static;
		display: block;
		margin-top: 10px;
	}
}

@media all and (max-width: 400px){
	.box_foot{
		float: none;
		width: auto;
		text-align: left;
	}
	
	.pad_box_foot{
		padding: 20px 0;
	}
}

@media all and (max-width: 380px){
	#cerca_offerta, #cerca_struttura{
		height: auto;
	}
	
	.input_cnt, .input_cnt.last{
		float: none;
		width: auto;
		margin-right: 0;
		margin-top: 10px;
		padding-top: 0;
	}
	
	.input_cnt.last{
		margin-top: 37px;
	}
}

@media (max-width: 660px){
	.bottoni_offerta .btn{
		display: block;
		padding: 5px 0;
		text-align: center;
		margin: 20px 0;
	}
	
	.postcard_big{
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	
	#cartolina{
		float: none;
		width: auto;
	}
}

@media (max-width: 530px){
	.bottoni{
		margin-top: 30px;
	}
	
	.booking_online{
		margin-top: 30px;
	}
	
	.bottoni .btn, .booking_online{
		display: block;
		margin-top: 10px;
		max-width: none;
		text-align: center;
		width: 100%;
		padding: 5px 0;
	}
	
	.img_struttura_dettaglio, .postcard{
		float: none;
		margin-right: 0;
		display: block;
		width: auto;
		height: 250px;
	}
	
	.img_struttura_dettaglio.first{
		margin-top: 20px;
	}
	
	.img_struttura_dettaglio.first.n1{
		margin-top: 0;
	}
}

/*
	.left_section, .right_section{
		float: none;
		width: 100%;
	}
	
	.box{
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.photogallery_home{
		height: 100px;
		margin-right: 2%;
		margin-bottom: 5px;
	}
	
	.btn{
		right: 20px;
		padding-right: 20px%;
		padding-left: 20px%;
	}
	
	.box_foot{
		margin-right: 0;
		float: none;
		width: 100%;
		background-image: url('/img/line.png');
		background-repeat: no-repeat;
		background-position: 50.04% bottom;
		background-size: 95.92% 1px;
	}
	
	.box_foot.lastbox_foot{
		background-image: none;
	}
	
	.line1, .line2{
		display: none;
	}

	.left_50, .right_50{
		width: 100%;
		float: none;
	}
	
	.richiesta_info_td{
		width: 30%;
		text-align: left;
	}
	
	#tipologie_trigger{
		display: block;	
	}
	
	.tipologie{
		display: none;
		padding-top: 20px;
	}
	
	.tipologie, .contenuto{
		width: 100%;
		float: none;
	}
	
	.contenuto{
		margin-top: 40px;
	}
	
	#copy_l{
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#copy_r{
		float: none;
		display: block;
		text-align: center;
	}
	
	#menu_copy{
		float: none;
		display: block;
		text-align: center;
	}
	
	#menu_copy li{
		float: none;
		display: inline-block;
		margin-left: -4px;
	}
}	

@media all and (max-width: 500px){
	#slogan_home{
		font-size: 21px;
		margin: 20px 0;
	}

	.news_cnt, .tipologie_prodotti, .prodotti_cnt{
		margin-bottom: 31px;
	}

	.img_news, .txt_news, .img_tipologia, .txt_tipologia, .img_prodotto, .txt_prodotto{
		float: none;
		width: 100%;
	}
	
	.img_news, .img_tipologia, .img_prodotto{
		margin-bottom: 10px;
	}
	
	.txt_news, .txt_tipologia, .txt_prodotto{
		padding-bottom: 30px;
	}
	
	.line3{
		display: none;
	}
	
	.txt_news .btn, .txt_tipologia .btn, .txt_prodotto .btn{
		position: static;
		float: none;
		width: 100%;
		text-align: center;
		padding: 5px 0;
		margin-top: 10px;
	}
	
	.img-container.left, .img-container.right{
		width: 100%;
		float: none;
	}
}*/