@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Della+Respira);

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#433427;
	background:#f7f7f3;
	font-family: 'Della Respira', serif;
}

p { line-height:1.4em; margin-top:0; }

header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#2e2210;
	z-index:30;
}

#menu-mobile {
	position:fixed;
	top:8px;
	left:15px;
	color:#FFF;
	display:none;
	font-size:1.4em;
	cursor:pointer;
	z-index:100;
}


/* LANG MENU */
#lang {
	list-style-type:none;
	font-size:0.7em;
	/*display:inline-block;*/
	display:none !important;
	z-index:40;
	position:fixed;
	top:5px;
	right:10px;
}

#lang li {
	display:inline-block;
	margin:0 5px;
	padding:0;
}

#lang li a {
	text-decoration:none;
	color:#fff !important;
	padding:3px 7px;
}

#lang li a:hover, #lang li a.attivo {
	color:#2E2210 !important;
	background:#D4C7A9;
}




#logo {
	position:fixed;
	top:-40px;
	left:50%;
	margin-left:-200px;
	width:400px;
	z-index:50;
	transition:all 500ms; -moz-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;
}

#logo img {
	width:100%;
	height:auto;	
}

#menu ul {
	margin:55px 0 20px 0;
	padding:0;
	list-style-type:none;
	transition:all 500ms; -moz-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;	
}
#menu ul li {
	display:inline-block;
	margin:0;
	padding:0;
	width:200px;
	text-align:center;
	list-style-type:none;
}
#menu ul li a {
	color:#f7f7f3 !important;
	text-decoration:none;
	display:block;
	line-height:36px;
	margin:0 20px;
}
#menu ul li a:hover, #menu ul li a.attivo {
	color:#2E2210 !important;
	background:#D4C7A9;
	text-decoration:none;
	display:block;
}

#offset {
	height:110px;
}




#menu-mob {	background:#2E2210;	}
#menu-mob .spazio { height:80px; }
#menu-mob #menu-mob-wrapper { display:none; }
#menu-mob-wrapper ul {
	margin:30px 0 0 0;
	padding:0;
	list-style-type:none;
	transition:all 500ms; -moz-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;	
}
#menu-mob-wrapper ul li {
	margin:0;
	padding:0;
	text-align:center;
}
#menu-mob-wrapper ul li a {
	color:#f7f7f3 !important;
	text-decoration:none;
	display:block;
	line-height:48px;
	border-bottom:1px solid #3E2E15;
}
#menu-mob-wrapper ul li a:hover {
	background:#2B1F0F;
	text-decoration:none;
}











.trecols-small-wrapper {
	width:85%;
	margin:0 auto;	
}

.social-button {
	display:inline-block;
	width:100px;
	text-align:center;
	text-decoration:none;
}

.social-button-wrapper { margin:2em 0 1em 0; }
.social-button a { color:#D00612 !important; text-decoration:none; }
.social-button a:hover { color:#E51A26 !important; text-decoration:none; }
.social-button span { color:#000 !important; }


.heading-wrapper {
	background:rgba(177,156,127,0.85);
	padding:60px 0 10px 0;	
}

h1 {
	margin:0 0 0.5em 0;
	font-size:2.8em;
	font-weight:normal;
}

h1.heading { color:#2e2210; font-size:2.5em; }

h2 {
	margin:0 0 0.5em 0;
	font-size:2em;
	font-weight:normal;
}

h3 {
	margin:0 0 0.5em 0;
	font-size:1.3em;
	font-weight:normal;
}

h3.heading { color:#514b41; }

a {
	transition:all 500ms; -moz-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;
	text-decoration:none;
	color:#433427 !important;
}
a:hover {
	text-decoration:underline;
}

a img { border:none !important; }


/* LAYOUT */
.centra {
	width:1240px;
	margin:0 auto;	
}
.sx { float:left; }
.dx { float:right; }
.clear { clear:both; }

.one {
	width:100%;
	padding:80px 50px;
}
.aurea-small { 
	width:38.2%; 
	padding:50px;
}
.aurea-big { 
	width:61.7%;
	padding:50px;
}
.duecols {
	width:50%;
	padding:50px;
}
.trecols {
	width:33.3%;
	padding:50px 35px;
}
.quattrocols {
	width:25%;
	padding:50px 25px;
}

footer {
	background:#D4C7A9 url(../images/footer-bg.png) center top no-repeat;
	text-align:center;
	padding-top:30px;
}

footer div.wrapper {
	background:#2e2210;
}



/* CLASSI */
.responsive { width:100%; height:auto; }
.space { height:2em; }
.small { font-size:0.9em; }
.x-small { font-size:0.8em; }
.big { font-size:1.6em; }
.medium { font-size:1.3em; }
.centra-txt { text-align:center; }

.claim { padding:1em 0 1em 0; }
.bg-beige { background:#d4c7a9; }
.beige { color:#a4997e; }

.content-wrapper {
	margin:0 auto;
	width:60%;	
}
.txt-wrapper { padding:0; }
.txt-wrapper.sx { padding-right:40px !important; }
.txt-wrapper.dx { padding-left:40px !important; }

.spazio-titoli { height:200px; }

.home-th {
	display:block;
	float:left;
	width:25%;
	height:210px;
	overflow:hidden;
}

.home-th .img-wrap {
	margin:10px 5px;
	position:relative;
}

.home-th img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	filter: grayscale(60%); -webkit-filter: grayscale(60%); -moz-filter: grayscale(60%); -o-filter: grayscale(60%); -ms-filter: grayscale(60%);
	transition:all 250ms; -moz-transition:all 250ms; -o-transition:all 250ms; -webkit-transition:all 250ms;
}

.home-th .th-button {
	position:absolute;
	top:75px;
	left:15%;
	width:70%;
	height:auto;
	text-align:center;
	border:2px #F7F7F3 solid;
	background:rgba(26,10,8,0.50);
	color:#F7F7F3;
	padding:0.4em 0;
	transition:all 500ms; -moz-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;
}

.home-th:hover .th-button {
	background:rgba(26,10,8,0.90);
}

.home-th:hover img {
	filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0);	-o-filter: grayscale(0); -ms-filter: grayscale(0);
}




.no-margin { margin:0 !important; }
.no-margin-top { margin-top:0 !important; }

.no-padding { padding:0 !important; }
.padding { padding:30px; }

.bottone {
	display:inline-block; 
	text-align:center;
	line-height:30px;
	font-weight:bold;
	text-decoration:none !important;
	padding:12px 30px;
	background:#D4C7A9;
	transition:all 500ms; -moz-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;
}
.bottone:hover {
	background:#F7F7F3;
}






/* MAPS */
#map { width:100%; height:400px; }
#tooltip { padding:0; text-align:left; width:200px; height:90px; margin:0; overflow:hidden; }
#tooltip p { display:inline; padding:0; margin:0 10px 0 0; }



/* LAYERSLIDER */
.ls-l h2 {
	color:rgba(255,255,255,0.85);
	font-weight:300;
	font-size:3em;
	text-shadow:#150B06 0 0 3px;
}



#top{
	background:#D4C7A9;
    width:100px;
	font-size:0.65em;
	padding:0.6em;
	border:1px solid #2E2210;
	text-transform:uppercase;
    text-align:center;
    position:fixed;
    bottom:10px;
    right:10px;
    cursor:pointer;
    display:none;
    color:#2E2210;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index:100000;
}

#top:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}




/* CLASSI FOTO */
.th-01 { position:relative;	width:90%; margin-bottom:10px; }
.th-02 { position:relative; left:20px;	width:50%; margin-bottom:10px; }
.th-03 { position:relative; left:-20px;	width:70%; margin-bottom:10px; }
.th-04 { position:relative; left:-30px;	width:60%; margin-bottom:10px; }
.th-05 { position:relative; left:-30px;	width:40%; margin-bottom:10px; }
	
	
	
	
.th-showcase {
	display:block;
	text-decoration:none;
	cursor:pointer;
	padding:20px;
	width:50%;
 }
.th-showcase:hover {
	background:#ddd;
	text-decoration:none !important;	 
 }

.th-showcase img {
	filter: grayscale(0.3);
  	-webkit-filter: grayscale(0.3);
  	-moz-filter: grayscale(0.3);
  	-o-filter: grayscale(0.3);
  	-ms-filter: grayscale(0.3);	
}
.th-showcase:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);	
}
	