/* CSS Document */
/*
font-family: 'Playfair Display', serif;
font-family: 'Montserrat', sans-serif;
*/

HTML {}
BODY { 
	font-family: 'Playfair Display', serif;
	margin: 0;
	padding: 0 0 60px 0;
}

H1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size: 15px;
	line-height: 17px;
	color: #9b837b;
}
H2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 17px;
	color: #9b837b;
}
H3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 17px;
	color: #f69465;
}
H4 {}
H5 {}
H6 {}

IMG { border: none; }
HR {
	border: none;
	border-bottom: dotted 2px #f69465;
}

.clr { clear: both; }
.err {}

/* ************************************************************** */
/*	WRAPPER
/* ************************************************************** */

#wrapper { padding: 125px 0 0 0; }

.page-width { width: 1200px; margin: 0 auto 0 auto; }

/* ************************************************************** */
/*	HEAD
/* ************************************************************** */

#head {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 15px 0 30px 0;
	z-index: 900;
	background-color: #FFF;
}
#head #logo { 
	float: left;
	width: 326px;
}
#head #logo IMG { 
	width: 100%; 
	height: auto; 
}

#head #menu {
	clear: right;
    float: right;
}
#head #menu .menutab { display: none; }
#head #menu UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table;
}
#head #menu UL LI {
	list-style-type: none;
	padding: 0 0 0 30px;
	display: table-cell;
}
#head #menu UL LI A {
	display: block;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size: 12px;
	line-height: 16px;
	color: #9b837b;
}
#head #menu UL LI A:HOVER,
#head #menu UL LI A.active { color: #f69465; }

#head #callto {	
	float: right;
	padding: 0 0 25px 50px;
	background-image: url(../images/menu-line.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#head #callto UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table;
}
#head #callto UL LI {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table-cell;
}

#head #callto UL LI.tel {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size: 12px;
	line-height: 16px;
	color: #9b837b;
	padding-right: 30px;
	vertical-align: middle;
}

#head #callto UL LI.email { 
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #9b837b;
	padding-right: 30px; 
	vertical-align: middle; 
}
#head #callto UL LI.email A {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #9b837b;
}
#head #callto UL LI.email A:HOVER { color: #f69465; }

#head #callto UL LI.sociali { font-size: 16px; line-height: 16px; }
#head #callto UL LI.sociali A { 
	color: #FFF;
	background-color: #9b837b;
	display: block;
	padding: 5px 0 5px 0;
	border-radius: 16px;
	float: left;
	text-align: center;
	width: 28px;
	margin-left: 5px;
	transition: all 0.5s ease-in-out;
}
#head #callto UL LI.sociali A:HOVER { 
	background-color: #f69465; 
	border-top-left-radius: 0px;
}

/* ************************************************************** */
/*	GRAPHIC
/* ************************************************************** */

#graphic {}
#graphic .cycle-slideshow {}
#graphic .cycle-slideshow IMG { 
	width: 100%; 
	height: auto; 
}

/* ************************************************************** */
/*	CONTENT
/* ************************************************************** */

#content {
	background-image: url(../images/flower.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 700px;
}

#content P {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color: #9b837b;
	font-style: italic;
}

#content UL, OL {}
#content UL LI, OL LI {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color: #9b837b;
	font-style: italic;
}

#content TABLE {}
#content TABLE TR {}
#content TABLE TR TD {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color: #9b837b;
	font-style: italic;
}

#content A { color: #9b837b; font-weight: 700; text-decoration: none; }
#content A:HOVER { color: #655651; }

#content H2.submenu A {}
#content H2.submenu A:HOVER, 
#content H2.submenu A.active { color: #f69465; }

#content H3 A {
	color: #f69465;
}
#content H3 A:HOVER {
	color: #9b837b;
}

#content.blog-content { width: 960px; }
#content.blog-content .tile { position: relative; width: 50%; box-sizing: border-box; float: left; padding: 10px; }
#content.blog-content .tile .image { position: relative; }
#content.blog-content .tile .image IMG { display: block; width: 100%; height: auto; }
#content.blog-content .tile .content { position: absolute; top: 10px; bottom: 10px; right: 10px; left: 10px; padding: 20px; background-color: rgba(0,0,0,0.5); text-align: left; }
#content.blog-content .tile H2.title { color: #FFF; font-size: 18px; line-height: 21px; }
#content.blog-content .tile P.date { color: #FFF; font-style: normal; }
#content.blog-content .tile P.summary { color: #FFF; font-style: normal; }
#content.blog-content .tile P.readmore { color: #FFF; font-style: normal; }
#content.blog-content .tile A { color: #FFF; font-style: normal; }

/* ************************************************************** */
/*	FOOTER
/* ************************************************************** */

#foot {}
#foot P.social { font-size: 18px; line-height: 18px; }
#foot P.social A { 
	color: #FFF;
	background-color: #9b837b;
	display: block;
	padding: 7px 0 7px 0;
	border-radius: 16px;
	float: left;
	text-align: center;
	width: 32px;
	margin-right: 7px;
	transition: all 0.5s ease-in-out;
}
#foot P.social A:HOVER { 
	background-color: #f69465; 
	border-top-left-radius: 0px;
}

#foot2 {}
#foot2 P.social { font-size: 18px; line-height: 18px; }
#foot2 P.social A { 
	color: #FFF;
	background-color: #f69465;
	display: block;
	padding: 7px 0 7px 0;
	border-radius: 16px;
	float: left;
	text-align: center;
	width: 32px;
	margin-right: 7px;
	transition: all 0.5s ease-in-out;
}
#foot2 P.social A:HOVER { 
	background-color: #9b837b; 
	border-top-left-radius: 0px;
}

#foot3 {
	background-image: url(../images/menu-line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 60px 0 50px 0;
}
#foot3 .left { float: left; width: 50%; box-sizing:border-box; padding: 10px 20px; }
#foot3 .right { float: right; width: 50%; box-sizing:border-box; padding: 10px 20px; border-left: solid 1px #F69465; }

#foot3 P {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #9b837b;
}

#foot3 A { color: #9b837b; font-weight: 400; text-decoration: none; }
#foot3 A:HOVER { color: #655651; }

#foot3 P.social { font-size: 18px; line-height: 18px; }
#foot3 P.social A { 
	color: #FFF;
	background-color: #f69465;
	display: block;
	padding: 7px 0 7px 0;
	border-radius: 16px;
	float: left;
	text-align: center;
	width: 32px;
	margin-right: 7px;
	transition: all 0.5s ease-in-out;
}
#foot3 P.social A:HOVER { 
	background-color: #9b837b; 
	border-top-left-radius: 0px;
}

#foot3 .col { float: left; width: 33.3333%; box-sizing: border-box; padding: 0 10px 0 10px; }
#foot3 .c1 { width: 40%; }
#foot3 .c2 { width: 40%; }
#foot3 .c3 { width: 20%; padding-top: 76px; }

#foot3 INPUT[type=text] { box-sizing: border-box; width: 100%; border: none; background-color: #E5E3E3; padding: 6px; margin: 6px 0 6px 0; font-size: 12px; line-height: 15px; color: #655651; font-family: 'Montserrat', sans-serif; }
#foot3 INPUT[type=submit] { box-sizing: border-box; width: 100%; border: none; background-color: #f69465; padding: 4px; margin: 6px 0 6px 0; font-size: 12px; line-height: 15px; color: #FFF; font-family: 'Montserrat', sans-serif; }

#foot3 .err { color: #A00; }

/* ************************************************************** */
/* ***** RESPONSIVE ********************************************* */
/* ************************************************************** */

@media screen and (max-width: 1220px) {

	/* ************************************************************** */
	/*	WRAPPER
	/* ************************************************************** */
	
	#wrapper { padding: 100px 0 0 0; }
	.page-width { width: 960px; }
	
	/* ************************************************************** */
	/*	HEAD
	/* ************************************************************** */
	
	#head {
		padding: 15px 0 20px 0;
	}
	#head #logo { 
		width: 260px;
	}
	
	#head #menu {}
	
	#head #callto {	
		padding: 0 0 17px 50px;
		background-position: left 7px;
	}

}

@media screen and (max-width: 980px) {
	
	/* ************************************************************** */
	/*	WRAPPER
	/* ************************************************************** */
	
	#wrapper { padding: 75px 0 0 0; }
	.page-width { width: auto; margin: 0 10px 0 10px; }
	
	/* ************************************************************** */
	/*	HEAD
	/* ************************************************************** */
	
	#head {
		padding: 15px 0 10px 0;
	}
	#head #logo { 
		width: 200px;
	}
	
	#head #menu {
		float: right;
		width: 100%;
		margin-top: -40px;
	}
	#head #menu .menutab { 
		display: block; 
		font-size: 18px;
		line-height: 18px;
		text-align: right;
		color: #9b837b;
		padding: 10px;
		cursor: hand;
		cursor: pointer;
	}
	#head #menu UL {
		width: 100%;
		margin: 0;
		padding: 0;
		background-color:#ede1dd;
		clear: both;
	}
	#head #menu UL LI {
		margin: 0;
		padding: 0;
		display: block;
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
	}
	#head #menu UL LI A {
		font-size: 14px;
		line-height: 19px;
		display: block;
		padding: 10px;
		border-top: solid 1px #dfd0cb;
	}
	#head #menu UL LI A:HOVER {	
		background-color: #dfd0cb;
		color: #9b837b;
	}
	
	#head #callto { display: none; }

	/* ************************************************************** */
	/*	CONTENT
	/* ************************************************************** */
	
	#content { width: 100%; }
	
	#content.blog-content { width: 100%; }
	#content.blog-content .tile { position: relative; width: 50%; box-sizing: border-box; float: left; padding: 10px; }
	
}

@media screen and (max-width: 790px) {
	#content.blog-content { width: 100%; }
	#content.blog-content .tile { position: relative; width: 100%; box-sizing: border-box; float: left; padding: 10px; }
}

@media screen and (max-width: 720px) {
	
	#foot3 .left { float: none; width: 100%; }
	#foot3 .right { float: none; width: 100%; border-left: none; padding: 55px 20px 0 20px; }	
	#foot3 .col { float: none; width: 33.3333%; padding: 0; }
	#foot3 .c1 { width: 100%; }
	#foot3 .c2 { width: 100%; }
	#foot3 .c3 { width: 100%; padding-top: 0; }
}

@media screen and (max-width: 440px) {
	#content.blog-content .tile P.summary { display: none; }
}
