@charset "utf-8";
/*-==-=-=----- GLOBALS --=-=-=-=-=-=--*/
html body, p{
	font-family: 'Lato', Helvetica, Arial,  sans-serif;
	font-weight:400;
	font-size:16px;
	margin:0px;
	padding:0px;
}
body {
	background:#207CE5;
	min-height:100%;
}
a:link {color: #fff; text-decoration: underline; }
a:active {color: #fff; text-decoration: underline; }
a:visited {color: #eee; text-decoration: underline; }
a:hover {color: #fff; text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lustria', serif;
	margin:0px;
	padding:0px;
	
}
small {
	font-size:small;
}
div {
	padding:0px;
	margin:0px;
}
.hidden {
	display:none;
}
/*-==-=-=----- Layout --=-=-=-=-=-=--*/
section#content{
	width:auto;
	margin:0;
	padding:0 16%;
	display:block;
	position:relative;
	z-index:1;
	min-height:470px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:6px solid #599CEA;
	border-top:6px solid #207CE5;
	
	background: #e6e6e6; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #e6e6e6 1%, #b7b7b7 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#e6e6e6), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #e6e6e6 1%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #e6e6e6 1%,#b7b7b7 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #e6e6e6 1%,#b7b7b7 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #e6e6e6 1%,#b7b7b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#b7b7b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
section#masthead {
	width:auto;
	margin:0;
	padding:10px 16% 0 16%;
	display:block;
	position:relative;
	min-height:140px;
		
	color:#f0f0f0;
	
	z-index:1;	

	
	background:url(../images/logo.png) no-repeat 18% 10px #599CEA;
}
footer{
	width:auto;
	padding:20px 5% 50px 5%;
	margin:0 12%;
	display:block;
	position:relative;
	
	color:#f0f0f0;
	background:#207CE5; 


	clear:both;
}
footer h6{
	font-size:22px;
}

/*-==-=-=-----    HEADER     --=-=-=-=-=-=--*/

/*-==-=-=----- CALENDAR FEAT --=-=-=-=-=-=--*/
section#masthead p, section#masthead h1, section#masthead h2{
	margin-left:140px;
	margin-right:110px;
}
#calendar {
/*	
	float:right;
	clear:none;
	display:inline-block;
	margin:25px 0px 0px 0px;
	vertical-align:top;
*/	
	position:absolute;
	top:30px;
	right:16%;

	
	height:95px;
	width:95px;	
	background-color:#f0f0f0;
	color:#000;
	text-align:center;
	
transform:rotate(3.6deg);
-ms-transform:rotate(3.6deg); /* IE 9 */
-webkit-transform:rotate(3.6deg); /* Safari and Chrome */

-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0, 0.35);
-moz-box-shadow:    7px 7px 5px 0px rgba(0,0,0, 0.35);
box-shadow:         7px 7px 5px 0px rgba(0,0,0, 0.35);
}
	#daybox{
		font-size:9px;
		padding:8px 0px 0px 0px;
		letter-spacing:3px;
		text-transform:uppercase;
		-webkit-filter: blur(0.5px);
		
	}
	#datebox {
		padding:0px;
		margin:0px;
		font-size:46px;
		-webkit-filter: blur(0.5px);
	}
	#monthbox {
		font-size:9px;
		padding:0px 0px 5px 0px;
		margin:0px;
		letter-spacing:4px;
		text-transform:uppercase;
		-webkit-filter: blur(0.5px);
	}
	
/*-==-=-=-=-=--- MAIN CONTENT --=--=-==-=--=-=*/
/*-===-=---=-=   Contact Form    -=-==-=-=-=-*/

div#gallery {
	background-color:#666;
	text-align:center;
	margin-bottom:20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.55);
}
div#gallery img{
	padding:2%;
	width:20%;
	height:auto;
}
div#contactdiv{
	width:300px;
	margin:10px 0 10px 20px ;
	float:right;
	display:inline-block;
	padding-bottom:5px;
	position:relative;
	height:auto;
	background-color:#599CEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.55);
}
	div#contactdiv p{
		color:#fff;
	}
	p.contactheading{
		font-size:18px;
		font-weight:bold;
		text-align:center;
		letter-spacing:1px;
		text-shadow: -1px 1px 8px rgba(255, 255, 255, 0.4), 1px -1px 8px rgba(255, 255, 255, 0.4)
	}
	p.contacttext{
		font-size:11px;
		text-align:center;
		letter-spacing:1px;
	}
	div#form{
		color:#FFF;
		width:290px;
		background-color:#207CE5; 
		margin-left:auto;
		margin-right:auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	div#form form{
		padding:5px;
	}
	div#form form p{
		font-size:11px;
		font-weight:bold;
		padding-left:4px;
		padding-bottom:0;
		margin-bottom:0;
	}
	#customer_mail, #name {
		width:auto;
		margin:0 20px 0 0;
	}
/* -==-=-=-=-=--- GUTTERS ---=--=-==-=-=-=-=-- */
#leftgutter{
	display:block;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:88%;
	background-color:rgba(255, 255, 255, 0.4);
	z-index:2;	
	-webkit-box-shadow: inset -135px 0px 160px -6px rgba(255, 255, 255, 0.60);
	-moz-box-shadow: inset -135px 0px 160px -6px rgba(255, 255, 255, 0.60);
	box-shadow: inset -135px 0px 160px -6px rgba(255, 255, 255, 0.60);
}
#rightgutter{
	display:block;
	position:fixed;
	top:0;
	bottom:0;
	left:88%;
	right:0;
	background-color:rgba(255, 255, 255, 0.4);
	z-index:2;
	-webkit-box-shadow: inset 135px 0px 160px -6px rgba(255, 255, 255, 0.60);
	-moz-box-shadow: inset 135px 0px 160px -6px rgba(255, 255, 255, 0.60);
	box-shadow: inset 135px 0px 160px -6px rgba(255, 255, 255, 0.60);

}
/* -==-=-=-=-=--- MODAL ---=--=-==-=-=-=-=-- */
div#modal {
	position:fixed;
	top:0;
	right:0;
	left:0;
	
	color:#f0f0f0;
	background-color:#207CE5;
	
	padding: 30px;
	margin: 20% 30%;
	z-index:100;
	
	-webkit-box-shadow: 0px 0px 300px 100px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 300px 100px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 300px 100px rgba(255, 255, 255, 1);
	
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	div#modal h1:first-of-type{	
		border-bottom:6px solid #f0f0f0;
		margin-bottom:30px;
	}
	div#modal p#close{
		position:absolute;
		top:10px;
		right:10px;
		height:20px;
		line-height:16px;
		font-size: 14px;
		cursor:pointer;
		
	}
	div#modal p#close:hover{
		color:#000;
	}
@media only screen and (min-width: 769px) and (max-width: 850px) {
#calendar {
	display:none;
}
section#masthead p, section#masthead h1, section#masthead h2{
	margin-left:120px;
	margin-right:10px;
}
}

@media only screen and (min-width: 641px) and (max-width: 768px) {

#calendar {
	display:none;
}
section#content{
	padding-bottom:430px;
}
div#contactdiv{
	position:absolute;
	bottom:40px;
	left:50%;
	margin:0 0 0 -150px;
}
section#masthead p, section#masthead h1, section#masthead h2{
	margin-left:120px;
	margin-right:10px;
}
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
section#masthead p {
	font-size: 12px;
	}  
section#masthead h1 {
	font-size: 16px;
	}
section#masthead h2 {
	font-size: 14px;
	}
section#masthead p, section#masthead h1, section#masthead h2{
	margin-left:120px;
	margin-right:10px;
}
#calendar {
	display:none;
}
section#content{
	padding-bottom:430px;
}
div#contactdiv{
	position:absolute;
	bottom:40px;
	left:50%;
	margin:0 0 0 -150px;
}
#leftgutter{ display:none; }
#rightgutter{ display:none; }