﻿/*html{
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(/img/background.jpg);
}*/

@import url('/fonts/asap.css');

html, body{
	font-family: 'Asap', sans-serif;
	color: #262222;
	font-size: 16px;
	line-height: 24px;
	height: 100%;
	text-align: justify;
}

a{
	color: #262222;
	text-decoration: underline;
}

a:hover{
	color: #11547C;
	text-decoration: none;
}

.clear{
	clear: both;
	height: 0;
}

.img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*BOTTONE*/
.btn{
	display: inline-block;
	color: #FFF;
	background-color: #262222;
	padding: 3px 20px;
	text-decoration: none;
	text-transform: lowercase;
	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;
	border: none;
}

.btn:hover, .btn:focus, .btn:active {
	color: #FFF;
	background-color: #D8241D;
}

.btn.contatti{
	display: block;
}

.btn.form{
	margin: 0 auto;
	display: block;
}

.video-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	margin-top: 40px;
}

.video-container iframe,
.video-container object,
.video-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cf:before,
.cf:after{
    content: " ";
    display: table;
}

.cf:after{
    clear: both;
}

.container{
	max-width: 1300px;
	padding: 0 20px;
	position: relative;
	margin: 0 auto;
}

.left_50{
	width: 50%;
	float: left;
}

.right_50{
	width: 50%;
	float: right;
}

.richiesta_info_td{
	width: 35%;
	text-align: right;
	padding-right: 5px;
}

.input{
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	background-color: #F9F9F9;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.input:focus{
	background-color: #fff;
	box-shadow: none;
}

#form td{
	padding-top: 5px;
	padding-bottom: 5px;
}

#form .left_50 td{
	padding-right: 10px;
}

#form .right_50 td{
	padding-left: 10px;
}

#form .btn{
	margin: 0 auto;
	display: block;
}

.line{
	background-color: #3E3E3E;
	margin: 50px 0;
	height: 1px;
}

.line.half{
	background-color: #3E3E3E;
	margin: 25px 0;
	height: 1px;
}

.lista{
	list-style-type: disc;
	padding: 0 0 0 20px;
	margin: 20px 0;
}

.lista li{
	margin-bottom: 7px;
	box-sizing: border-box;
	padding-right: 30px;
	float: left;
	width: 50%;
	font-weight: bold;
}

.lista li:nth-child(2n-1){
	clear: left;
}

#social-cnt{
	position: fixed;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #000;
	z-index: 19;
	padding: 10px;
}

.social{
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin: 10px auto;
	background-color: #FFF;
}

.social i{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 15px;
}

#header{
	position: absolute;
	width: 100%;
	z-index: 4;
	background-color: rgba(38, 34, 34, 0.65);
}

#logo-cnt{
	padding: 20px 0 10px 0;
	text-align: center;
}

#logo-cnt a{
	display: inline-block;
	line-height: 0;
}

#logo{
	max-width: 300px;
	border-radius: 38px;
	background-color: #FFF;
	border: 3px solid #D8241D;
}

#menu-cnt{
	position: relative;
	margin-bottom: 10px;
}

#menu-trigger{
	display: none;
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: #262222;
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
	background-image: url('/img/sandwich.png');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 22px;
}

#menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu-li{
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.menu-a{
	display: block;
	font-size: 18px;
	padding: 15px 20px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	line-height: 18px;
	border: 2px solid transparent;
}

.menu-li:hover .menu-a, .menu-a.active, .menu-li:hover .menu-a.active{
	background-color: #262222;
	color: #FFF;
	border-color: #FFF;
}

.sub-menu{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	background-color: #11547C;
	text-align: left;
	padding: 3px;
	z-index: 4;
}

.menu-li:hover .sub-menu{
	display: block;
}

.sub-menu-li{
	display: block;
}

.sub-menu-a{
	display: block;
	padding: 10px 80px 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.sub-menu-a:hover{
	background-color: #fff;
	color: #444;
}

#map{
	height: 100%;
	background-color: #FFF;
}

.btn#contatti{
	display: block;
	font-size: 18px;
	padding: 15px 20px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	line-height: 18px;
	
	position: absolute;
	z-index: 4;
	top: 50%;
	right: 20px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#slideshow{
	position: relative;
	height: 600px;
	margin: 0 auto;
	background-color: #262222;
	border-bottom: 3px solid #D8241D;
	box-shadow: 0 5px 16px 0px #888;
}

/*#slideshow:after{
	content: "";
	display: block; 
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #262222;
}*/

.slideshow-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.0;
}

.slideshow-image.active{
	z-index: 3;
	opacity: 1.0;
}

.slideshow-image.last-active{
	z-index: 2;
}

.slogan{
	/*
	position: absolute;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	bottom: 40px;
	left: 50%;
	background-color: rgba(38, 34, 34, 0.65);
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	padding: 5px 20px;
	*/
	
	margin: 0 0 40px 0;
	display: block;
	font-size: 60px;
	line-height: normal;
	font-style: italic;
	text-align: center;
	font-weight: 100;
}

#body{
	padding-top: 40px;
	padding-bottom: 40px;
}

#body.home{
	padding-top: 40px;
	padding-bottom: 55px;	
}

.box-home{
	position: relative;
	top: 0;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 30%;
	margin-right: 5%;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.box-home:last-child{
	margin-right: 0;
}

.box-home:hover{
	color: #262222;
}

.box-home .fa{
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	color: #FFF;
	background-color: #D8241D;
	border: 1px solid #D8241D;
	padding: 0px 20px;
	font-size: 30px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.box-home:hover > .fa, .box-home .fa:hover{
	background-color: #FFF;
	color: #D8241D;
}

.box-icon{
	height: 0;
	width: 0;
	padding: 15%;
	margin: 0 auto;
	border-radius: 100%;
	position: relative;
	border: 3px solid #D8241D;
	text-align: center;
	background-color: #FFF;
	text-decoration: none;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.box-home:hover .box-icon{
	background-color: #D8241D;
	border-color: #FFF;
}

.box-icon .fa{
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #D8241D;
}

.box-home:hover .box-icon .fa{
	color: #FFF;
}

.box-text{
	background-color: #FFF;
	padding: 65px 20px 30px 20px;
	margin-top: -60px;
	box-shadow: 0px 0px 20px -4px #262222;
	min-height: 124px;
}

.box-title{
	position: absolute;
	left: 0;
	box-sizing: border-box;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #D8241D;
	background-color: rgba(255,255,255,.8);
	cursor: pointer;
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.box-home:hover .box-title, .box-title:hover{
	color: #D8241D;
	/*color: #FFF;
	text-shadow: 0 0 3px #FFF;
	background-color: #D8241D;*/
}

.box-img{
	height: 0;
	width: 0;
	border: 0;
	overflow: hidden;
	padding: 35%;
	margin: 0 auto;
	border-radius: 100%;
	position: relative;
	border: 3px solid #D8241D;
	position: relative;
	background-color: #FFF;
	/*border: 2px solid #D8241D;*/
}

.box-text .btn{
	display: block;
	margin-top: 20px;
}

.box-text-cnt{
	margin-top: 20px;
}

.box-text-cnt .input{
	margin-bottom: 10px;
}

.box-text-cnt .input:last-child{
	margin-bottom: 0;
}

#case-history-home{
	box-sizing: border-box;
}

.case-history{
	height: 252px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.case-history-title{
	padding: 0 5px;
	margin-top: 190px;
	background-color: rgba(38, 34, 34, 0.65);
	display: inline-block;
	color: #FFF;
}

.titolo-pagina{
	margin: 0;
	padding: 0px 0 20px 0;
	font-size: 35px;
	font-weight: 100;
	line-height: 35px;
	font-style: italic;
}

.titolo-secondario{
	margin: 20px 0 0 0;
	padding: 0px 0 15px 0;
	font-size: 25px;
	font-weight: 100;
	line-height: 25px;
	font-style: italic;
}

.colonna{
	width: 26.66666%;
	margin-right: 10%;
	float: left;
}

.colonna.last{
	margin-right: 0;
}

.colonna .highslide{
	display: block;
	height: 180px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	background-color: #444;
	/*border: 1px solid #808080;*/
}

.colonna .highslide.big{
	height: 400px;
}


.colonna .highslide.last{
	margin-bottom: 0;
}

q{
    display: block;
	font-style: italic;
	font-size: 20px;
	text-align: center;
}

q:before, q:after{
	display: block;
	margin: 5px 0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 
q:before{
    content: "\f10d";
}
 
q:after{
	content: "\f10e";
}

#footer{
}

#big-footer-cnt{
	margin-bottom: 5px;
	background-color: #262222;
	color: #FFF;
}

.box-foot{
	width: 21.25%;
	margin-right: 5%;
	float: left;
	box-sizing: border-box;
	padding: 40px 0px;
	font-size: 13px;
	position: relative;
}

.box-foot .btn{
	position: absolute;
	bottom: 0;
	right: 20px;
}

.box-foot:last-child{
	margin-right: 0;
}

.box-foot-title{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
	font-size: 14px;
	font-style: italic;
}

#sitemap_left{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 5px;
}

#sitemap_right{
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 5px;
}

#sitemap a{
	display: block;
	text-decoration: none;
	color: #FFF;
}

#sitemap a:hover{
	text-decoration: underline;
	color: #FFF;
}

#sitemap a.tec{
	font-style: italic;
}

.orario{
	width: 100%;
}

.orario.contatti{
	width: 65%;
}

.giorno{
	font-style: italic;
}

.giorno, .ora{
	border-bottom: 1px dotted #CCC
}

.ora{
	text-align: right;
}

.orario-space{
	height: 0px;
}

#calcola-itinerario-cnt input{
	margin-bottom: 10px;
}

/*PHOTOGALLERY*/

.tipologie{
	width: 21.25%;
	float: left;
}

.disclaimer-gallery{
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-style: italic;
	border-bottom: 1px solid #dedede;
}

.get-content{
	font-size: 14px;
	padding: 5px 0 5px 20px;
	cursor: pointer;
	position: relative;
}

.get-content.hover{
	font-weight: bold;
}

.get-content:before{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #262222;
}

.get-content.hover:before{
	background-color: #D8241D;
}

.contenuto{
	width: 73.75%;
	float: right;
}

.photo-gallery{
	display: block;
	box-sizing: border-box;
	/*border: 1px solid #808080;*/
	height: 225px;
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.photo-gallery:nth-child(3n){
	margin-right: 0;
}

.photo-gallery .img{
	display: block;
	width: 100%;
	height: 100%;
}

.highlight-img{
	float: left;
	width: 30%;
	margin-right: 5%;
	height: 200px;
}

.highlight-text{
	float: right;
	width: 65%;
	box-sizing: border-box;
	min-height: 200px;
	padding-bottom: 40px;
	position: relative;
}

.highlight-text .btn{
	position: absolute;
	right: 0;	
	bottom: 0;
}

#small-footer{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
}

#copy{
	float: left;
}

#menu-foot-cnt{
	float: right;
}

#menu-foot{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.menu-foot-li{
	display: block;
	float: left;
}

.menu-foot-a{
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 15px;
	color: #666;
}

.menu-foot-a:hover, .menu-foot-a.active{
	text-decoration: underline;
	color: #666;
}

#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;
	text-align: center;
}

#titolo-cookies{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	
	display: none;
}

#cookie-disclaimer a{
	color: #FFF;
}

#cookie-disclaimer .btn{
	margin-left: 20px;
}

#gallery-home{
	margin: 60px 0 0 0;
	padding: 0px 0px;
	box-sizing: border-box;
}

.fa-angle-left, .fa-angle-right{
	font-size: 30px !important;
	padding: 9px 4px;
}

.gallery-home{
	text-decoration: none;
	display: block;
	height: 230px;		
}


@media all and (min-width: 991px){
	#menu{
		display: block !important;
	}
}

@media all and (max-width: 990px){
	html{
		background-image: none;
	}
	
	#header {
		position: static;
		background-color: #262222;
	}
	
	#menu-cnt{
		margin-bottom: 0;
	}
	
	#menu-cnt .container{
		padding: 0;
	}
	
	#menu{
		display: none;
		text-align: left;
		border: 0;
		margin: 0;
	}
	
	#menu-trigger{
		display: block;
	}
	
	.menu-li{
		display: block;
		margin: 0;
	}
	
	.menu-a{
		border: 0;
		padding: 10px 20px;
		border-top: 1px solid #FFF;
		margin: 0;
	}
	
	.menu-a:hover, .menu-a.active, .menu-a.active:hover, .menu-li:hover .menu-a, .menu-li:hover .menu-a:hover{
		background-color: #FFF;
		color: #262222;
		text-decoration: none;
	}
	
	#slideshow{
		height: 300px;
	}
	
	#slideshow.nav{
		/*display: none;*/
	}
	
	#slideshow.nav.dove-siamo{
		display: block;
		height: 300px;
	}
	
	#slogan-cnt{
		display: none;
	}
	
	.slogan{
		font-size: 30px;
		padding-top: 10px;
		line-height: 30px;
	}
	
	.box-home{
		width: 47.5%;
		margin-right: 5%;
	}
	
	.box-home:nth-child(2n+2){
		margin-right: 0;
	}
	
	.box-home:nth-child(3), .box-home:nth-child(4){
		margin-top: 40px;
	}
	
	.colonna{
		width: 32%;
		margin-right: 2%;
	}
	
	.box-foot.sitemap{
		display: none;
	}
	
	.box-foot{
		width: 32%;
		margin-right: 2%;
	}
}

@media all and (max-width: 735px){	
	.slogan {
		box-sizing: border-box;
		left: 0%;
		width: 100%;
		white-space: normal;
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		font-size: 22px;
	}
	
	.box-home{
		float: none;
		width: auto;
		margin: 0 0 40px 0;
	}
	
	.box-home:last-child{
		margin-bottom: 0;
	}
	
	.colonna{
		float: none;
		width: auto;
		height: auto !important;
		margin-right: 0;
	}
	
	.tipologie, .contenuto{
		width: auto;
		float: none;
	}
	
	.photo-gallery {
		width: 47.5%;
		margin-bottom: 0;
		margin-top: 40px;
	}
	
	.photo-gallery:nth-child(3n){
		margin-right: 20px;
	}
	
	.photo-gallery:nth-child(2n+2){
		margin-right: 0;
	}
	
	.box-foot{
		float: none;
		width: auto;
		margin-right: 0;
		padding: 20px 0px;
	}
	
	.left_50, .right_50{
		float: none;
		width: auto;
	}
	
	.orario.contatti{
		width: 100%;
	}
	
	#copy{
		float: none;
		text-align: center;
	}
	
	#menu-foot-cnt{
		float: none;
	}
	
	#menu-foot{
		text-align: center;
	}
	
	.menu-foot-li{
		display: inline-block;
		float: none;
	}
	
	.menu-foot-li.first .menu-foot-a{
		margin-left: 0;
	}
}

@media all and (max-width: 450px){
	.photo-gallery {
		width: auto;
		float: none;
		margin: 40px 0 0 0 !important;
	}
}