@import url("//hello.myfonts.net/count/2e3498");
@font-face {font-family: 'GillSansMTStd-UltraBold';src: url('fonts/2E3498_0_0.eot');src: url('fonts/2E3498_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2E3498_0_0.woff2') format('woff2'),url('fonts/2E3498_0_0.woff') format('woff'),url('fonts/2E3498_0_0.ttf') format('truetype'),url('fonts/2E3498_0_0.svg#wf') format('svg');}

@font-face {
	font-family: 'ofl_sorts_mill_goudy_ttitalic';
	src: url('fonts/oflgoudystmtt-italic-webfont.eot');
	src: url('fonts/oflgoudystmtt-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/oflgoudystmtt-italic-webfont.woff') format('woff'),
		 url('fonts/oflgoudystmtt-italic-webfont.ttf') format('truetype'),
		 url('fonts/oflgoudystmtt-italic-webfont.svg#ofl_sorts_mill_goudy_ttitalic') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'ofl_sorts_mill_goudy_ttRg';
	src: url('fonts/oflgoudystmtt-webfont.eot');
	src: url('fonts/oflgoudystmtt-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/oflgoudystmtt-webfont.woff') format('woff'),
		 url('fonts/oflgoudystmtt-webfont.ttf') format('truetype'),
		 url('fonts/oflgoudystmtt-webfont.svg#ofl_sorts_mill_goudy_ttRg') format('svg');
	font-weight: normal;
	font-style: normal;

}
  

/**********
	Preloader Styles
*************/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(img/preloader.gif) center no-repeat #fff;
}

/**********
	Preloader Styles
*************/



html { height: 100%; }


*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #f9f9f9;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	overflow: scroll;
	overflow-x: hidden;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*body {
	line-height: 1;
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-size: 100%;
	background: #fff  url(img/menubar_bg.png) 0 0 scroll repeat-x; 
	margin: 0 auto;
/* 	border-top: 12px solid teal; */
	padding: 0;
	text-align: center;
	position: relative;
	font-family: 'ofl_sorts_mill_goudy_ttRg', serif;
}
header {
	position: relative;
	height: 156px; 
	background: transparent;
	width:100%;
	margin: 0 auto;
	text-align: left;
	border-top: none;
}
header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	/* border: 1px solid black; */
	width: 0;
	text-indent:-9999px;
}
header p {
	padding: 0; 
	margin: 0;	
}
#pageframe {
	width: 100%;
	height: 1000px;
	margin: 0 auto;
/*
	border-left: 1px solid #000;
	border-right: 1px solid #000;
*/
	position: relative;
	text-align: left; 	
}
nav ul {
/*
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
*/
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 68%;
	display: block;
	z-index: 1000;
}
nav {
	display: block;	
}
nav li {
	float: left;
	font-size: 1.2em;
	padding: 0;
	display: block;
/* 	border-top: 12px solid red; */
	margin: 92px 2% auto 2.5%;
	font-family: 'ofl_sorts_mill_goudy_ttitalic', serif;
/* font-style: italic; */
	font-weight: 400;
	text-shadow: 1px 1px #fff;
}
nav li a {
	display: block;
	text-decoration: none;
	color: #970F00;
	z-index: 1000;
/* 	border: 1px solid #000; */
}
#imgholder_test {
	left: 50%;
	position: relative;
	margin-left: -16%;
}
#wrapper {
	float: left;
}
#photoset {
	
	z-index: 900;
}
.clearboth {
	clear: both;
}
.claim, .imgholder {
	float: left;
	color: #434f67;
	font-size: 1.28em;
}
.claim p {
	margin: 1em 2.5% .7em 4.5%;
	line-height: 1.4em;
}
.claimimg{
	margin: 0 0 0 0;

/* 	width: 42%;	 */
}
.claimimg img{
	max-width: 100%;	
}
.imgholder.claimimg {
/* 	width: 40%; */
	margin: -40px 0 0 0;
	
}
.imgholder img {
	width: 100%;
}
.imgholder.claimimg img {
	width: 100%;
}
#imgholder_test {
	width: 80%;
	margin-left: -40%;
	margin-top: 1%;
/*
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
*/
	float: left;
}
#imgholder_test img {
	width: 100%;
	float: left;
}
.branded {
	font-family: 'GillSansMTStd-UltraBold', sans-serif;
	font-size: 1.3em;
}

hr {
	display: block;
	clear: both;	
}
#contatti {
	clear: both;
	float: left;
	width: 80%;
	margin: 20px 10%;
}
#contatti .branded {
	font-size: 1.2em;
	color: #960f00;
}
#gmap > p {
	line-height: 160%;
	margin: 0 0 26px;
}
#contactform input,
#contactform textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: none;
	padding: 5px 15px;
}
#contactform input:focus,
#contactform textarea:focus {
	border-color: #960f00;
}
#contactform label {
	font-family: Lato;
	font-weight: 400;
}
#contactform .gform_button.button {
	background: linear-gradient(#960f00,#d61600);
	border: medium none;
	color: #fff;
	font-family: Lato;
	text-transform: uppercase;
}
#contactform .gform_button.button:hover {
	background: linear-gradient(#d61600, #960f00);
	cursor: pointer;
}
#wpgmza_map .gm-style-iw span {
	font-size: 15px;
	font-weight: 700;
	margin-left: 73px;
}
#wpgmza_map .gm-style-iw p {
	line-height: 1.5;
}
.container {
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
}

/*GALLERY STYLES*/
.galleryItem {
	color: #797478;
	font: 10px/1.5 Verdana, Helvetica, sans-serif;
	 width: 16%; 
	margin:  2% 2% 2px 2%;
	float: left;
/* 	-webkit-transition: color 0.5s ease; */
}

#galleryholder h3 {
/* 	text-transform: uppercase; */
	line-height: 2;
}

#galleryholder li:hover {
	color: #000;
}



.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 20px 10px 0;
	vertical-align: top;	
	/*height: 160px;*/
}

.og-grid li img.thumb {

	width: 250px;
	/*height: 160px;*/
}
.og-grid li > a  img{
	border:1px solid #ccc;
}
.og-grid li > a,
.og-grid li > a img {
	/*border: none;*/
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: "  ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
	position:absolute;
}

.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-details {
	width: 100%;
	float: none;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.og-fullimg {
	display: none;
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details a {
	font-weight: 700;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

#galleryholder {
	width: 100%;
/* 	border-top: 1px solid black; */
/* 	border-bottom: 1px solid black; */
	float: left;
	background: #eee;
	padding-bottom: 20px;
}
#galleryholder ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
.og-details p {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	color: #999;
	font-family: 'Lato';
}
#galleryholder .og-details h3 {
	font-weight: 300;
	font-size: 32px;
	line-height: 1;
	padding: 0;
	margin-bottom: 20px;
}
#galleryholder ul li img{
	max-width: 100%;
	border: 1px solid #ddd;
	/*
padding: 0;
	margin: 0;
	width: 100%;
*/

	/*
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
*/

}
footer {
	clear: both;
	background: #ccc;
	padding: 2px 0;
}
footer p {
	color: #1b1b1b;
	text-shadow: 2px 2px 2px #fff;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}


@media screen and (min-width: 580px) {
	
	#imgholder_test {
		width: 70%;
		margin-left: -35%;
	}
	
}
@media screen and (min-width: 650px) {
	
	.og-details { float: left; width: 50%; }
	.og-fullimg { display: block; }
	#imgholder_test {
		width: 60%;
		margin-left: -30%;
	}
	
}
@media screen and (min-width: 800px) {
	
	#galleryholder .og-details h3 { font-size: 52px; }
	.og-expander p { font-size: 16px; }
	.og-expander a { font-size: 16px; }
	.claim, .imgholder {
		width: 59.0%;
	}
	.claim {
		width: 38.4%;
	}
	#imgholder_test {
		width: 385px;
		margin-left: -192px;
	}
	#contactform,
	#gmap{
		width: 48%;
		float: left;
	}
	#contactform {
		padding-right: 1%;
		border-right: 1px solid #ccc;
	}
	#gmap {
		margin-left: 3%;
	}
	
}

@media only screen and (min-width : 1040px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.22em;
	}

}/*/mediaquery*/

@media only screen and (min-width : 1060px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.26em;
	}

}
@media only screen and (min-width : 1090px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.28em;
	}
}/*/mediaquery*/

@media only screen and (min-width : 1120px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.35em;
	}
}/*/mediaquery*/

@media only screen and (min-width : 1190px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.35em;
	}

}/*/mediaquery*/

@media only screen and (min-width : 1220px) {
	nav ul {
		margin: 0 0 0 0;
		}
	nav li {
		font-size: 1.46em;
		z-index:1000;
	}
	.imgholder.claimimg {
		margin: -42px 0 0 0;
		z-index:1;
	}
	.claimimg img {
		max-width: 100%;
	}
	.claim p {
		font-size: 1.1em;
		line-height: 1.24em;
	}
}/*/mediaquery*/

@media only screen and (min-width : 1290px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.48em;
		margin-left: 3%;
	}
	#imgholder_test {
		width: 406px;
		margin-left: -203px;
	}
}/*/mediaquery*/

@media only screen and (min-width : 1340px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.5em;
		margin-left: 3.4%;
	}
	#imgholder_test {
		width: 416px;
		margin-left: -208px;
	}
}/*/mediaquery*/

@media only screen and (min-width : 1440px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.55em;
		margin-left: 3.8%;
	}
	#imgholder_test {
		width: 446px;
		margin-left: -223px;
		
	}
}/*/mediaquery*/

@media only screen and (min-width : 1540px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.55em;
		margin-left: 4.2%;
	}/*
	#imgholder_test {
		margin-left: 18px;
	}*/
}/*/mediaquery*/

@media only screen and (min-width : 1620px) {
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.55em;
		margin-left: 4.6%;
	}/*
	#imgholder_test {
		margin-left: 26px;
	}*/
}/*/mediaquery*/

@media only screen and (min-width : 1800px){
	nav ul {
		margin-left: 0%;
	}
	nav li {
		font-size: 1.55em;
		margin-left: 5.6%;
	}
}/*/mediaquery*/

