@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFFFFF;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}
body dl.gallery-item + br { display: none; }
#gallery-1 .gallery-item {
float: left;
margin: 0px 15px 30px 15px !important;
text-align: center;
width: 154px !important;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
h1 {
	font-size:36px;
	margin-bottom:20px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:18px;
}
p {
	margin-top: 0;
	line-height:1.8em;
}
.alignleft {
	float: left;
	margin-right: 8px;
}
.alignright {
	float: right;
	margin-left: 8px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	height:1px;
	clear:both;
}
a img { 
	border: none;
}
a {
	color: #063;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.container {
	width: 960px;
	margin: 0 auto;
}
header {
	background-color:rgb(255, 255, 255);
	background-color:rgba(255, 255, 255, 0.9);
	height:132px;
	padding:10px 0px;
	border-bottom: 1px solid #CCC;
	margin-bottom:15px;
}
.home header {
	margin-bottom:200px;
}
.welcome {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
	font-weight: 400;
}
.welcome p {
	letter-spacing:1px;
	font-size: 36px;
	line-height:48px;
}
.logo {
	display:block;
	float:left;
}
.nav-padding {
	padding-top:99px;
}
.nav-container { width: 720px; float:right;}

nav {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	z-index: 42;

	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	
	width: 100%;
	position: relative;
}
nav ul {
	margin: 5px 0px 0px;
}
nav li {
	display:inline-block;
	list-style: none;
	margin-right:15px;
	margin-left: 15px;
}

nav li a {
	text-decoration: none;
	font-size: 24px;
	color: #333;
	font-weight: 600;
	letter-spacing:1px;
}

nav li a:hover,
nav li a.selected {
	border-bottom:#333333 3px solid;
	text-decoration:none;
}
.sticky {
	position: fixed;
	top: 0px;
	left:0px;
	width:100%;
	float:none;
	animation:thedrop 1s 1;
	-moz-animation:thedrop 1s 1;
	-webkit-animation:thedrop 1s 1;
	background: #FFF;
	opacity:0.95;
	filter: alpha(opacity=95); /* IE6-IE8 */
}
.sticky ul {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0px;
	text-align:center;
}

.sticky .nav-above {
	position: absolute;
	top:-15px;
	left:1em;
	right:1em;
	height:15px;
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}


.content {
	padding: 10px 0;
}
.content ul, .content ol {
	padding: 0 15px 0px 40px;
}
.content ul li {
	padding: 5px 0px;
}
.content section {
	margin-bottom:300px;
}
.content .box {
	background-color:rgb(255, 255, 255);
	background-color:rgba(255, 255, 255, 0.8);
	padding:15px;
	border:#CCC solid 1px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.box-left {
	width:490px;
	float:left;
}
.box-right {
	width:490px;
	float:right;
}
.content .box h2 {
	margin-bottom:15px;
	font-size:28px;
}
.content .box img {
	margin-bottom:0px;
}
.content .col2 {
	width:49%;
}
.content .col2 img {
	max-width:100%;
	height:auto;
}
.content .box .para {
	background-color:#FFF;
	padding:10px;
	border:#CCC solid 1px;
	margin: 0px 0px 0px;
}
.content .box .para p {
	margin-bottom:0px;
}


.news-post {
	min-height:154px;
	padding:15px;
	margin-bottom:20px;
	border: 1px solid #CCC;
	background-color:#FFFFFF;
}
.news-post img {
	border: 2px solid #cfcfcf;
}
.news-post h2 {
	margin-bottom:5px !important;
}
.news-post h4 {
	margin-bottom:5px !important;
}
.news-post p {
}
.news-post .post-info {
	font-size:10px;
	color:#999999;
}
.wpcf7-text {
	width: 400px;
	font-size: 16px;
	padding: 5px;
}
.wpcf7-textarea {
	width: 685px;
	font-size: 16px;
	padding: 5px;
}
.wpcf7-submit {
	color: #FFF;
	background-color: #363;
	text-shadow: none;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	border: 1px solid #363;
	font-weight: 700;
	text-transform: uppercase;
}
.wpcf7-submit:hover {
		color: #363;;
	background-color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	background-color:rgb(255, 255, 255);
	background-color:rgba(255, 255, 255, 0.8);
	padding:15px 15px 10px;
	border:#CCC solid 1px;
	text-align:center;
	position: relative;
	clear: both;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
footer p {
	margin-bottom:0px;
}
footer p small {
	font-size:12px;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
/*media queries*/  

@media only screen and (max-width: 959px) {
		.nav-padding {
		padding-top:0px;
		}
		nav ul {
			text-align:center;
		}
		.sticky ul {
		margin: 0 auto;
		}
		header {
		height: auto;
		}
		.logo {
		float:none;
		margin: 0px auto;
		}
		
		nav ul {
		margin: 15px 0px 0px;
		}
}

	/* #Tablet (Portrait) width of 768px */  
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.sticky ul,
		.container { 
   			width: 700px;
   		}
		.wpcf7-text {

}
.wpcf7-textarea {
	width: 541px;
}
		img {
			max-width:668px;
			height:auto !important;
		}
		.nav-container { width: 700px; clear:both; float:none; }
		#gallery-1 .gallery-item {
				margin: 0px 7px 15px 6px !important;

}
	}
	
	/* #Mobile (Portrait) width of 320px */

    @media only screen and (max-width: 767px) {
		.content section {
			padding-top:60px;
		}
	.wpcf7-text {
	width: 260px;
}
.wpcf7-textarea {
	width: 260px;
}
.welcome p {
	letter-spacing:1px;
	font-size: 24px;
	line-height:36px;
}
		.sticky ul,
		.container { 
        	width: 300px;
        } 
		.news-post {
			min-height:79px;
		}
		.news-post img {
			width:75px;
			height:auto;
		}
		img {
			max-width:278px;
			height:auto !important;
		}
		
		.nav-container { width: 300px; clear:both; float:none; }
		.content .box {
			padding:10px;
		}
		.box-right,
		.box-left {
		width:278px;;
		float:none
		}
		.content .col2 {
	width:100%;
	float:none !important;
}
		#gallery-1 .gallery-item {
			float: none !important;
			margin: 0px auto 30px auto !important;
			text-align: center;
			width: 154px !important;
}
	nav li a {
		font-size: 16px;
		line-height:36px;
	}
	
 	}
 	
 	/* Mobile (Landscape) width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.sticky ul,
		.container {
        	width: 400px;
        }
		img {
			max-width:378px;
			height:auto;
		}
		
		.wpcf7-text {
	width: 360px;
}
.wpcf7-textarea {
	width: 360px;
}
		.sticky ul {
	margin: 0 auto;
		}
		 .nav-container { width: 400px; clear:both; float:none; }
		 .box-right,
		 .box-left {
		width:378px;;
		float:none
		}
	}
@media (min-height: 350px) {
	body {
		padding-bottom: 100px;
	}
	.home header { 
	margin-bottom:70px;
	}
	.welcome {
		margin-bottom:100px;
	}
}
@media (min-height: 450px) {
	body {
		padding-bottom: 100px;
	}
	.home header { 
	margin-bottom:120px;
	}
	.welcome {
		margin-bottom:150px;
	}
}	
@media (min-height: 550px) {
	body {
		padding-bottom: 100px;
	}
	.home header { 
	margin-bottom:170px;
	}
	.welcome {
		margin-bottom:200px;
	}
}	
@media (min-height: 650px) {
	body {
		padding-bottom: 100px;
	}
	.home header { 
	margin-bottom:220px;
	}
	.welcome {
		margin-bottom:250px;
	}
}
@media (min-height: 750px) {
	body {
		padding-bottom: 200px;
	}
	.home header { 
	margin-bottom:270px;
	}
	.welcome {
		margin-bottom:300px;
	}
}
@media (min-height: 850px) {
	body {
		padding-bottom: 300px;
	}
	.home header { 
	margin-bottom:320px;
	}
	.welcome {
		margin-bottom:350px;
	}
}
@media (min-height: 950px) {
	body {
		padding-bottom: 400px;
	}
	.home header { 
	margin-bottom:370px;
	}
	.welcome {
		margin-bottom:400px;
	}
}
@media (min-height: 1050px) {
	body {
		padding-bottom: 500px;
	}
	.home header { 
	margin-bottom:420px;
	}
	.welcome {
		margin-bottom:450px;
	}
}
