@import url('/fonts/opensans.css');
@import url('/fonts/nothingyoucoulddo.css');

*{
	margin: 0;
	padding: 0;
}

html{
	min-height: 100%;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 62px; /*altezza <footer>*/
}

html, body{	
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	font-size: 13px;	
	line-height: 22px;
	text-align: justify;
}

a{
	color: #444444;
}

i{
	font-style: italic;
}

.bold{
	font-weight: bold;
	text-transform: uppercase;
}

#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;
}

#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;
}

input, select, textarea{
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	font-size: 13px;
}

.clear{
	display: block;
	height: 0px;
	clear: both;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.container{
	display: block;
	max-width: 1030px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin: 0 auto;
}

.btn{
	cursor: pointer;
	border: 1px solid #56aec6;
	-webkit-transition: all 0.1s; /* Safari */
    transition: all 0.1s;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 22px;
	text-align: center;
	background-color: #56aec6;
	color: #fff;
}

.btn:hover{
	border: 1px solid #fff;
}

#head{
	display: block;
	position: relative;
	z-index: 999;
	position: absolute;
	width: 100%;
}

#lan_cnt{
	display: block;
	max-width: 1030px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin: 0 auto;
	text-align: right;
}

#lan_cnt img{
	padding: 8px 8px;
	vertical-align: middle;
}

#lan_cnt img.last{
	padding-right: 0;
}

#banda{
	padding: 13px 0;
	border-top: 1px solid #1B2131;
	border-bottom: 1px solid #1B2131;
	/*background-image: url('/img/opacity-blue-bg.png');*/
	background: #293656;
	
	/*background-color: #111116;
	background: rgb(17,17,22) transparent;
	background: rgba(17,17,22, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#111116, endColorstr=#fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#111116, endColorstr=#fff)";
	*/
}

#logo{
	float: left;
	top: 0;
	transform: translateY(-67px);
	position: absolute;
	background-color: #FFF;
	text-align: center;
}

#logo a:after{
	display: block;
	width: 0;
	height: 0;
	content: "";
	position: relative;
	bottom: -30px;
	z-index: 100;
	border-width: 0 90px 30px 90px;
	border-style: solid;
	border-color: #FFF #FFF transparent #FFF;
}

#logo a{
	line-height: 0;
	display: block;
	position: relative;
	text-align: center;
	padding-top: 20px;
}

#logo img{
	max-width: 135px;
	margin-top: 15px;
}

#menu_cnt{
	float: right;
}

#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: 36px;
}

#menu{
	list-style-type: none;
	text-align: right;
}

#menu > li{
	display: inline-block;
	margin-right: -4px;
	position: relative;
}

#menu > li.last{
	margin-right: 0;
}

#menu > li > a{
	display: block;
	padding: 5px 30px;
	border-right: 1px dotted #D5D9E1;
	text-decoration: none;
	color: #D5D9E1;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu > li > a:hover, #menu > li > a.hover{
	color: #FFF;
}

#menu > li.first > a{
	padding-left: 0;
}

#menu > li.last > a{
	padding-right: 0;
	border-right: none;
}

#menu > li > ul{
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 32px;
	padding-top: 14px;
	text-align: left;
	width: auto;
}

#menu > li:hover > ul{
	display: block;
}

#menu > li > ul > li{
	display: block;
	width: auto;
}

#menu > li > ul > li > a{
	display: block;
	text-decoration: none;
	color: #D5D9E1;
	font-size: 15px;
	padding: 10px;
	/*background-image: url('/img/opacity-blue-bg.png');*/
	background: #293656;
	width: auto;
}

#menu > li > ul > li > a:hover, #menu > li > ul > li > a.hover{
	color: #fff;
}

#photo_cnt{
	position: relative;
	overflow-y: hidden;
	border-bottom: 1px solid #999;
	z-index: 998;
	/*margin-top: -92px;*/
}

#map{
	margin-top: 0px;
	height: 680px;
}

#slideshow{
	position: relative;
	height: 680px;
}

#slideshow > .photo_slideshow{
	position: absolute;
	width: 100%;	
	height: 680px;	
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#slideshow > .photo_slideshow.active{
	z-index: 10;
	opacity: 1.0;
}

#slideshow > .photo_slideshow.last-active{
	z-index: 9;
}

#slideshow_nav{
	position: relative;
	height: 500px;
}

#slideshow_nav > .photo_slideshow_nav{
	position: absolute;
	width: 100%;	
	height: 500px;	
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#slideshow_nav > .photo_slideshow_nav.active{
	z-index: 10;
	opacity: 1.0;
}

#slideshow_nav > .photo_slideshow_nav.last-active{
	z-index: 9;
}

.slogan_cnt{
	height: inherit;
	max-width: 1030px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
}

.slogan_slideshow{
	color: #FFF;
	font-weight: 300;
	font-size: 42px;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	-ms-text-shadow: 1px 1px 2px #000;
	-o-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	float: right;
	margin-top: 400px;
}

#pop_up_cnt{
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 997;
}

.pop_up{
	position: relative;
	width: 31.4%;
	margin-right: 2.9%;
	float: left;
	top: 272px;
	-webkit-transition: top 0.1s; /* Safari */
    transition: top 0.1s;
	cursor: pointer;
}

.pop_up.hover, .pop_up:hover, .pop_up:focus{
	top: 0;
}

.pop_up.n3{
	margin-right: 0;
}

.pop_up h2{
	/*background-image: url('/img/opacity-blue-bg.png');*/
	background: #293656;
	font-size: 15px;
	color: #FFF;
	padding: 10px;
}

.pop_up a{
	display: block;
	text-decoration: none;
}

.testo_pop_up{
	background-color: #FFF;
	min-height: 240px;
	padding: 10px;
	padding-bottom: 20px;
}

.img_pop_up{
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}

.pop_up.n1 .img_pop_up{background-image: url('/img/pop_up_n1.jpg');}
.pop_up.n2 .img_pop_up{background-image: url('/img/pop_up_n2.jpg');}
.pop_up.n3 .img_pop_up{background-image: url('/img/pop_up_n3.jpg');}

#slogan{
	font-family: 'Nothing You Could Do', cursive;
	max-width: 1030px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

#slogan h1{
	font-size: 40px;
	text-align: center;
	padding: 40px 0 0;
}

#cnt_section{
	max-width: 1030px;
	padding: 0 20px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

#cnt_section.padding-imbarcazioni{
	padding: 0 53px;
}

#sx.con_offerte{
	float: left;
	width: 65%;
	
}

#dx{
	font-size: 12px;
	float: right;
	width: 30%;
}

#fascia_grigia{
	background-color: #EEEEEE;
	/*border-top: #CECECE 1px solid;*/
	margin-top: 40px;
}

#container_fascia_grigia{
	position: relative;
	max-width: 1030px;
	margin: 0 auto;
	background-image: url('/img/fascia_grigia.gif');
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding: 40px 0;
	padding-left: 20px;
	padding-right: 20px;
}

.colonna{
	float: left;
	width: 30%;
	margin-right: 5%;
}

.colonna.big{
	width: 65%;
}

.colonna.last{
	margin-right: 0;
}

.colonna .highslide{
	display: block;
	height: 150px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
}

.colonna .highslide:last-child{
	margin-bottom: 0;
}

.foto_nav{
	background-size: cover;
	height: 200px;
	margin-bottom: 20px;
	display: block;
}

.foto_nav.last{
	margin-bottom: 0;
}

.itinerario_cnt{
	border-top: 1px dotted #1B2131;
	padding: 40px 0 0 0;
	margin: 40px 0;
}

.titolo_itinerario{
	font-size: 17px;
	margin-bottom: 10px;
	font-style: italic;
}

.txt_itinerario{
	float: left;
	width: 65.7%;
	margin-right: 2.9%;
}

.img_itinerario{
	float: right;
	width: 31.4%;
}

.img_itinerario .foto_nav{
	margin-bottom: 0;
}

#foot-line{
	position: absolute;
	top: 40px;
	width: 1px;
	background-color: #293656;
	height: 160px;
	left: 48%;
}

.box_grigio{
	float: left;
	width: 45%;
	margin-right: 10%;
}

.box_grigio.last{
	margin-right: 0;
}

.titolo_box_grigio{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.sitemap{
	list-style-type: none;
	float: left;
	width: 33.33%;
}

.sitemap li{
	display: block;
}

.sitemap a{
	display: block;
	padding: 5px 5px 5px 15px;
	background-image: url('/img/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 12px;
	text-decoration: none;
}

.sitemap a:hover{
	text-decoration: underline;
}

#footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #293656;
}

#footer .container{
	color: #919090;
	font-size: 11px;
	padding: 20px 0;
	padding-left: 20px;
	padding-right: 20px;
}

#footer ul{
	float: right;
	list-style-type: none;
	text-align: right;
}

#footer ul li{
	display: inline-block;
	margin-right: -3px;
}

#footer ul li.last{
	margin-right: 0;
}

#footer ul li a{
	padding: 0 10px;
	border-right: 1px solid #919090;
	color: #919090;
	text-decoration: none;
}

#footer ul li.first a{
	padding-left: 0;
}

#footer ul li.last a{
	padding-right: 0;
	border-right: 0;
}

#footer ul li a:hover{
	color: #fff;
}

h1.titolo_pagina{
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	display: block;
	border-bottom: 1px solid #56aec6;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}

.titolo_pagina a{
	text-decoration: none;
}

.sezione{
	display: block;
	margin-bottom: 40px;
	border-top: 1px solid #56aec6;
	padding-top: 40px;
}

.sezione a{
	text-decoration: none;
}

.titolo_sezione{
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	display: block;
	
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

.box2{
	float: left;
	width: 47.85%;
	margin-right: 4.3%;
}

.box2.last{
	margin-right: 0;
}

.img_box2{
	height: 170px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.testo_sezione{
	position: relative;
	padding-bottom: 40px;
}

.testo_sezione .btn{
	position: absolute;
	bottom: 0;
	right: 0;
}

.box3{
	float: left;
	width: 30.46%;
	margin-right: 4.3%;
}

.box3.last{
	margin-right: 0;
}

.img_box3{
	height: 110px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.box_laterale{
	border: 1px solid #ccc;
}

.titolo_box_laterale{
	background-color: #ccc;
	padding: 10px;
	font-size: 15px;
}

.contenuto_box_laterale{
	padding: 20px;
}

.blocchetto_box_laterale{
	display: block;
	text-decoration: none;	
	margin-bottom: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px dotted #1B2131;
}

.blocchetto_box_laterale:first-child{
	margin-top: 0;
}

.blocchetto_box_laterale.last, .blocchetto_box_laterale:last-child{
	margin-bottom: 0px;
	border-bottom: 0;
	padding-bottom: 0;
}

.immagine_box_laterale{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 120px;
	margin-bottom: 10px;
}

.testo_box_laterale{
}

.titolo_blocchetto_laterale{
	font-size: 14px;
}

.blocchetto_box_laterale:hover .titolo_blocchetto_laterale{
	color: #56aec6;
}

.left_50{
	width: 50%;
	float: left;
}

.right_50{
	width: 50%;
	float: right;
}

.offerta_cnt{
	margin-bottom: 0px;
}

.img_offerta{
	float: left; 
	margin-right: 2.04%; 
	width: 30.61%; 
	height: 200px;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;
}

.titolo_offerta{
	font-size: 17px;
	font-style: italic;
	margin-bottom: 10px;
}

.txt_offerta{
	position: relative; 
	float: left; 
	width: 67.26%;
	padding-bottom: 40px;
	min-height: 160px;
}

.txt_offerta .btn{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.line3{
	height: 0px;
	border-top: 1px dotted #1B2131;
	margin: 40px 0;
}

.imbarcazione_cnt{
	margin-bottom: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	border-bottom: 1px dotted #1B2131;
}

.imbarcaizone_cnt:first-child{
	margin-top: 0;
}

.imbarcazione_cnt:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.imbarcazione_cnt .btn{
	/*float: right;
	display: block;
	max-width: 150px;
	margin-top: 10px;*/
	float: right;
	margin-top: 10px;
	display: block;
	width: 50%;
	padding-left: 0;
	padding-right: 0;
}

.btn_disabled{
	background-color: #ccc;
	border: #ccc 1px solid;
	cursor: not-allowed;
}

.nome_imbarcazione{
	padding-bottom: 5px;
	font-size: 17px;
	font-style: italic;
}

.separatore{
	height: 1px;
	background-color: #eee;
	display: block;
	margin: 10px 0;
}

.descrizione_imbarcazione{
	float: right;
	width: 60%;
	box-sizing: border-box;
	padding: 20px;
	min-height: 200px;
	position: relative;
	background-color: #f5f5f5;
	border: 1px solid #CCC;
	border-left: 0;
}

.descrizione_imbarcazione .btn{
	position: absolute;
	box-sizing: border-box;
	bottom: 20px;
	width: calc(100% - 40px);
}

.col_imbarcazione{
	float: left;
	width: 30%;
	margin-right: 5%;
}

.col_imbarcazione.last{
	margin-right: 0;
}

.img_imbarcazione{
	height: 200px;
	width: 40%;
	background-size: cover;
	background-position: center center;
	display: block;
	float: left;
	border: 1px solid #CCC;
	border-right: 0;
	box-sizing: border-box;
	position: relative;
}

.ribbon-wrapper-green {
	width: 170px;
	height: 170px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	left: -3px;
}

.ribbon-green {
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 7px 0;
	left: -49px;
	top: 53px;
	width: 241px;
	background-color: #56AEC6;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	font-size: 12px;
	z-index: 99;
}

.ribbon-green:before, .ribbon-green:after {
	content: "";
	border-top:   3px solid #1B2131;   
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}

.ribbon-green:before {
	left: 0;
}
.ribbon-green:after {
	right: 0;
}

.img_imbarcazione.mr{
	margin-right: 3%;
}

.gallery_imbarcazione_cnt{
	margin: 40px 0 0 0;
}

.titolo_gallery{
	padding-bottom: 10px;
	font-style: italic;
	font-size: 17px;
}

.gallery_imbarcazione{
	height: 215px;
	display: block;
	background-size: cover;
	background-position: center;
}

.scheda_tecnica_cnt{
	float: left;
	width: 60%;
}

.prezzi_cnt .btn{
	display: block;
	margin-top: 40px;
	padding: 10px 5px;
}

.left_45{
	/*float: left;
	width: 47.5%;*/
}

.right_45{
	/*float: right;
	width: 47.5%;*/
}

.titolo_prezzi{
	margin-top: 40px;
	font-style: italic;
	font-size: 17px;
}

.tabella_tecnica{
	width: 100%;
	margin-top: 5px;
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
}

.tabella_tecnica tr{
	border: 1px solid #D9D9D9;
}

.tabella_tecnica td{
	text-align: center;
	border: 1px solid #D9D9D9;
	width: 25%;
	padding: 10px 5px;
}

.tabella_tecnica td.hidden{
	visibility: hidden;
}

.tabella_tecnica td.dato{
	background-color: #56aec6;
	color: #fff;
}

.tabella_prezzi{
	width: 100%;
	margin-top: 5px;
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
}

.tabella_prezzi tr{
	border: 1px solid #D9D9D9;
}

.tabella_prezzi td{
	text-align: center;
	border: 1px solid #D9D9D9;
	width: 50%;
	padding: 10px 5px;
}

.tabella_prezzi td.periodo{
	background-color: #56aec6;
	color: #fff;
}

.prezzi_info{
  text-align: right;
  font-style: italic;
  font-size: 12px;
  color: #666666;
}

.richiesta_info_td {
  width: 35%;
  text-align: right;
  padding-right: 20px;
}

.imbarcazione_cnt_richiesta{
	box-sizing: border-box;
	padding: 20px;
	float: left;
	width: 33.33%;
	border-left: 1px solid #ccc;
}

.imbarcazione_cnt_richiesta:nth-child(3n){
	border-left: 0;
}

.imbarcazione_cnt_richiesta label{
	cursor: pointer;
}

.imbarcazione{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.check_box{
	text-align: center;
}

.check_box input{
	width: 20px;
	height: 20px;
}

.img_dettaglio{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 160px;
	margin: 0 15% 10px 15%;	
}

.testo_dettaglio{
	float: left;
	width: 50%;
}





/******************************************MEDIA QUERY*******************************************/

@media all and (max-width: 900px){
	#pop_up_cnt{
		display: none;
	}
	
	#sx.con_offerte{
		float: none;
		width: auto;
	}
	
	#dx{
		display: block;
		float: none;
		width: auto;
	}
	
	.col_imbarcazione {
		float: none;
		width: auto;
		margin-right: 0;
		margin-top: 20px;
	}
}

@media all and (max-width: 850px){

	#map{
		margin-top: 0px;
		height: 680px;
	}

	#head{
		border-top: 1px solid #1B2131;
		border-bottom: 1px solid #1B2131;
		/*background-image: url('/img/opacity-blue-bg.png');*/
		background: #293656;
		position: static;
	}
	
	#lan_cnt{
		text-align: center;
	}
	
	#lan_cnt a:first-child img{
		padding-left: 0;
	}
	
	#logo {
		float: none;
		transform: translateY(0%);
		position: static;
		margin: 0 auto;
		background-color: #FFF;
		padding: 8px;
		border-radius: 10px;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	#logo a{
		padding-top: 0;
	}
	
	#logo a:after {
		display: none;
	}
	
	#logo img {
		margin-top: 0;
	}
	
	#menu_cnt{
		float: none;
	}
	
	#menu{
		text-align: center;
	}
	
	#banda{
		background-image: none;
		border: none;
		text-align: center;
	}
	
	#photo_cnt{
		margin-top: 0;
	}
	
	#slideshow, #slideshow > .photo_slideshow, #map{
		height: 300px;
	}
	
	#slideshow_nav{
		display: none;
	}
	
	.slogan_slideshow{
		margin-top: 140px;
	}
	
	.offerta_cnt{
		margin-bottom: 50px;
	}

	.img_offerta{
		float: none; 
		margin-right: 0; 
		width: auto;
		margin-bottom: 10px;
	}

	.txt_offerta{
		float: none; 
		width: auto;
		min-height: 0;
	}

	.txt_offerta .btn{
		position: static;
		display: block;
		width: auto;
		margin-top: 10px;
	}

	.line3{
		display: none;
	}
	
	.txt_itinerario{
		float: none;
		width: auto;
		margin-right: 0;
	}
	
	.img_itinerario{
		width: 50%;
		margin-left: 2.9%;
	}
}

@media all and (max-width: 745px){
	.scheda_tecnica_cnt, .prezzi_cnt{
		width: 47.5%;
	}
}

@media all and (min-width: 801px){
	#menu{
		display: block !important;
	}
}

@media all and (max-width: 800px){
	html{
		padding-bottom: 84px;
	}
	
	#logo{
		margin-bottom: 0;
		float: left;
		margin-bottom: 30px;
	}
	
	#menu_trigger{
		display: block;
	}
	
	#banda{
		padding: 0;
	}
	
	#menu{
		display: none;
		text-align: left;
		position: absolute;
		/*background: url('/img/opacity-blue-bg.png');*/
		background: rgba(41, 54, 86, 0.95);
		border-top: 1px solid #1B2131;
		border-bottom: 1px solid #1B2131;
		width: 100%;
		left: 0;
		z-index: 999;
	}
	
	#menu > li{
		display: block;
		margin-right: 0;
	}
	
	#menu > li > a, #menu > li.first > a{
		border: none;
		padding: 10px 20px;
	}


	.box2, .box3, .box_grigio{
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#foot-line{
		display: none;
	}
	
	.colonna, .colonna.big{
		float: none;
		width: auto;
		margin-right: 0;
	}
	
	#footer .container{
		text-align: center;
	}
	
	#footer ul{
		float: none;
		text-align: center;
	}
	
	.imbarcazione_cnt_richiesta{
		margin-bottom: 60px;
	}
	
	.img_dettaglio, .testo_dettaglio{
		float: none;
		width: auto;
		margin-right: 0;
	}
	
	.testo_dettaglio{
		margin-top: 20px;
	}
}

@media all and (max-width: 630px){
	.imbarcazione_cnt{
		position: relative;
	}
	
	.img_imbarcazione{
		width: auto;
		float: none;
		border: 0;
	}
	
	.descrizione_imbarcazione{
		float: none;
		width: auto;
		min-height: 0;
		border: 0;
		position: static;
	}
	
	.nome_imbarcazione{
		position: absolute;
		top: 20px;
		left: 0;
		padding: 10px;
		width: 100%;
		color: #FFF;
		text-shadow: 1px 1px 2px #000;
		/*background-image: url('/img/opacity-blue-bg.png');*/
		background: #293656;
		box-sizing: border-box;
		text-align: right;
	}
	
	.descrizione_imbarcazione .btn{
		position: static;
		width: auto;
		margin-top: 20px;
		display: block;
		float: none;
	}
}

@media all and (max-width: 600px){
	.slogan_slideshow{
		font-size: 30px;
	}
	
	.left_50, .right_50{
		float: none;
		width: auto;
	}
	
	.richiesta_info_td {
	  width: 30%;
	  text-align: left;
	}
}

@media all and (max-width: 550px){	
	.txt_itinerario, .img_itinerario{
		float: none;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
	
	.scheda_tecnica_cnt, .prezzi_cnt{
		float: none;
		width: auto;
		margin-top: 40px;
	}
}

@media all and (max-width: 400px){
	.immagine_box_laterale, .testo_box_laterale{
		float: none;
		width: auto;
	}
	
	html{
		padding-bottom: 0;
	}
	
	#footer{
		position: static;
	}
}

@media all and (max-width: 385px){
	#slogan h1{
		font-size: 25px;
	}
}

@media all and (max-width: 300px){
	.box_grigio.first{
		display: none;
	}
}

@media all and (max-width: 250px){
	#logo{
		width: 40%;
	}
	
	#logo img{
		max-width: 100%;
	}
}
