/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
}
.wrap{
	margin:0 auto;
	width:80%;
}
.h_bg,.nav_bg{
	background: url('../images/h_bg.png');
}
.header{
	padding:2%;
}
.logo{
	float: left;
}
.h_txt{
	float: right;
	margin: 2% 0;
}
.h_txt h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	color: #ffffff;
	text-transform: capitalize;
	letter-spacing: 1px;
}
/*main*/
.main_bg{
	background: url('../images/main_bg.png');
	min-height: 800px;
}
.main{
	padding:3% 2% 2%; 
}
/*  navigation */
.nav_bg{
	padding:0 1%;
	border-bottom: 5px solid #D4D9B0;
}
.nav {
	display: block;
	width: 80%;
	float: right;
}
.nav li {
	width: 19.3333%;
	list-style: none;
	float:left;
	margin-right: 5px;
}
.nav li a {
	background:#41570E;
	text-shadow: 0px 1px 0 #0F0F0F;
	font-family: 'Open Sans Condensed', sans-serif;
	height: 60px;
	line-height: 60px;
	padding: 0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	text-decoration: none;
	display: block;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-left-radius: 10px;
	-o-border-top-right-radius: 10px;
}
.nav li a:hover{
	color:#fff;
}
.nav li.active a {
	color: #202020;
	text-shadow: 0px 1px 0 #FFF9F9;
	background: rgb(235,237,219);
	background: -moz-linear-gradient(top,  rgba(235,237,219,1) 0%, rgba(224,228,198,1) 24%, rgba(219,223,189,1) 56%, rgba(212,217,176,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,237,219,1)), color-stop(24%,rgba(224,228,198,1)), color-stop(56%,rgba(219,223,189,1)), color-stop(99%,rgba(212,217,176,1)));
	background: -webkit-linear-gradient(top,  rgba(235,237,219,1) 0%,rgba(224,228,198,1) 24%,rgba(219,223,189,1) 56%,rgba(212,217,176,1) 99%);
	background: -o-linear-gradient(top,  rgba(235,237,219,1) 0%,rgba(224,228,198,1) 24%,rgba(219,223,189,1) 56%,rgba(212,217,176,1) 99%);
	background: -ms-linear-gradient(top,  rgba(235,237,219,1) 0%,rgba(224,228,198,1) 24%,rgba(219,223,189,1) 56%,rgba(212,217,176,1) 99%);
	background: linear-gradient(to bottom,  rgba(235,237,219,1) 0%,rgba(224,228,198,1) 24%,rgba(219,223,189,1) 56%,rgba(212,217,176,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeddb', endColorstr='#d4d9b0',GradientType=0 );
}
.nav li a:hover {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	color: #202020;
	text-shadow: 0px 1px 0 #FFF9F9;
	background: rgb(235,237,219);
	background: -moz-linear-gradient(top,  rgba(235,237,219,1) 0%, rgba(224,228,198,1) 24%, rgba(219,223,189,1) 56%, rgba(212,217,176,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,237,219,1)), color-stop(24%,rgba(224,228,198,1)), color-stop(56%,rgba(219,223,189,1)), color-stop(99%,rgba(212,217,176,1)));
	background: -webkit-linear-gradient(top,  rgba(235,237,219,1) 0%,rgba(224,228,198,1) 24%,rgba(219,223,189,1) 56%,rgba(212,217,176,1) 99%);
	background: -o-linear-gradient(top,  rgba(235,237,219,1) 0%,rgba(224,228,198,1) 24%,rgba(219,223,189,1) 56%,rgba(212,217,176,1) 99%);
	background: -ms-linear-gradient(top,  rgba(235,237,219,1) 0%,rgba(224,228,198,1) 24%,rgba(219,223,189,1) 56%,rgba(212,217,176,1) 99%);
	background: linear-gradient(to bottom,  rgba(235,237,219,1) 0%,rgba(224,228,198,1) 24%,rgba(219,223,189,1) 56%,rgba(212,217,176,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeddb', endColorstr='#d4d9b0',GradientType=0 );
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-left-radius: 10px;
	-o-border-top-right-radius: 10px;
}
/*slider*/
.camera_overlayer {
	box-shadow: 0px 56px 36px -60px #121D12;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
/*cnt-btm*/
.grid_1_of_3{
	display: block;
	float:left;
	margin: 3% 0 2% 3%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 31.33333%;
}
.images_1_of_3  h3{
	margin-bottom: 4%;
	color: #729E0C;
	text-transform: capitalize;
	font-size: 2.2em;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 1px 0 #fff;
}
.images_1_of_3 p.txt{
	margin-top:6%;
}
.images_1_of_3 p{
	font-size: 0.8125em;
	color: #5a5a5a;
	line-height: 1.8em;	
}
.blog_desc  p{
	font-size: 0.8125em;
	color: #5a5a5a;
	line-height: 1.8em;	
}
.blog_post{
	margin-bottom: 4%;
}
.blog_heading p span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.4em;
	line-height: 20px;
	text-transform: uppercase;
	color: #202020;
	text-shadow: 0px 1px 0 #fff;
}
.blog_heading p.date {
	padding: 5px 0 5px;
}
p.date span.author{
	text-decoration: none;
	cursor: pointer;
	font-size: 1.2em;
	text-transform: none;
	letter-spacing: 1px;
}
p.date span.author:hover{
	text-decoration:underline;
}
.images_1_of_3 img{
	margin-top: 5px;
	padding:5px;
	background:#ffffff;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.blog_d nav ul li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.4em;
	line-height: 20px;
	text-transform: uppercase;
	color: #202020;
	text-shadow: 0px 1px 0 #fff;
}
.blog_d {
	margin-top: 4%;
}
.blog_d p{
	margin-top: 2%;
}
/*footer*/
.footer-bg{
	border-bottom: 5px solid #D4D9B0;
	background: url('../images/f_bg.png');
}
.grid_1_of_2{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_2:first-child {
	 margin-left: 0;
} 
.images_1_of_2 {
	width: 46.2%;
	padding:1.5%;
}
.grid_1_of_2 h3{
	margin-bottom: 4%;
}
.grid_1_of_2 h3{
	color: #729E0C;
	text-transform: capitalize;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
}
.grid_1_of_2 h4{
	margin-bottom: 2%;
}
.grid_1_of_2 h4{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#555555;
	font-size: 1.4em;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.grid_1_of_2 h4 span{
	color: #729E0C;
}
.grid_1_of_2 p{
	font-size: 0.8125em;
	color: #5a5a5a;
	line-height: 1.8em;
}
.images_1_of_2 p img{
	float: left;
	margin-right: 4%;
}
.images_1_of_2 img {
	margin-top: 5px;
	padding: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
/* Button 8 */
.button{
	margin: 4% 0;
}
.btn {
	border: none;
	font-family: inherit;
	font-size: 0.8924em;
	text-shadow: 0px 1px 0 #5A5A5A;
	color: #FFFFFF;
	cursor: pointer;
padding: 14px 28px;
	text-transform: capitalize;
	letter-spacing: -0px;
	font-weight: 700;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.perspective {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	display: inline-block;
}
.btn-8 {
	display: block;
	background: #9FAF2B;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.btn-8:active {
	background: #97A725;
}
/* Button 8a */
.btn-8a:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: -40%;
	background: #97A725;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	transform-origin: 0% 100%;
	transform: rotateX(90deg);
}
.btn-8a:hover {
	-webkit-transform: rotateX(-20deg);
	-moz-transform: rotateX(-20deg);
	-ms-transform: rotateX(-20deg);
	transform: rotateX(-20deg);
}
/*---*/
.ftr-bg{
	background: #656B5C;
}
.copy{
	padding: 30px;
	text-align:center;
}
.copy p{
	font-size: 0.8125em;
	color: #ffffff;
	line-height: 1.8em;
}
.copy p a{
	letter-spacing:1px;
	font-size: 1.2em;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #BCD408;
}
.copy p a:hover{
	color:#ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
}
/**** About ****/
.about-data{
	float:left;
	width:66.333%;
	margin-right:2.333%;
}
.sidebar{
	float:left;
	width: 30.333%;
}
.about-desc{
	float: left;
	width: 54.333%;
	margin-left: 6.333%;
}
.about-img{
	float:left;
	width: 38.333%;
}
.about-img img{
	padding: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.about-data h2{
	margin-bottom: 4%;
	color: #729E0C;
	text-transform: capitalize;
	font-size: 2.2em;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 1px 0 #fff;
}
.sidebar h2{
	margin-bottom: 4%;
	color: #729E0C;
	text-transform: capitalize;
	font-size: 2.2em;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 1px 0 #fff;
}
.about-desc h4{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #555555;
	font-size: 1.4em;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.about-data p{
	margin-top: 2%;
	font-size: 0.8125em;
	color: #5a5a5a;
	line-height: 1.8em;
}

.blog_posts {
	padding:10px 0 20px 0;
}
.blog_date {
	float: left;
	width:20%;
}
.blog_date img{
	margin-top: 5px;
	padding: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0px 12px 14px -14px #121D11;
	-moz-box-shadow:0px 12px 14px -14px #121D11;
	-o-box-shadow:0px 12px 14px -14px #121D11;
}
.blog_desc {
	float: left;
	padding-left:2%;
	width:78%;
}
.blog_heading p.date {
	padding-bottom: 5px;
}
.blog_desc p {
	line-height: 1.8em;
}
/***Services*/
.services {
	margin-top:2%;
	display: inline-block;
}
.boxes h2{
	color: #729E0C;
	text-transform: capitalize;
	font-size: 2.2em;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 1px 0 #fff;
}
.boxes li p{
	margin-top:4%;
	font-size: 0.8125em;
	color: #5a5a5a;
	line-height: 1.8em;
}
.lb-album .btn1{
	margin-top: 10px;
}
.boxes li.btn1{
	padding: 0 10px 10px;
}
.lb-album{
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
.lb-album li{
	float: left;
	width: 21.333%;
	margin-left:4.333%;
	position: relative;
}
.lb-album li:first-child{
	margin-left:0;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a img{
	padding: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.lb-album li > a{
	position: relative;
}
.lb-album li > a span{
	position: absolute;
	bottom:70px;
	left:110px;
	width:36px;
	height:36px;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a img:hover{
	opacity:0.6;
}
.lb-album li > a:hover span{
	opacity:1;
	background:url(../images/zoom.png) no-repeat;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background:rgba(24, 23, 23, 0.91);
}
.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	position: absolute;
	right:26%;
	top:6%;
	width:27px;
	height:27px;
	background:url('../images/close.png') no-repeat;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: scaleDown 1.2s ease-in-out;
	-moz-animation: scaleDown 1.2s ease-in-out;
	-o-animation: scaleDown 1.2s ease-in-out;
	-ms-animation: scaleDown 1.2s ease-in-out;
	animation: scaleDown 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes scaleDown {
  0% { -webkit-transform: scale(10,10); opacity: 0; }
  100% { -webkit-transform: scale(1,1); opacity: 1; }
}
@-moz-keyframes scaleDown {
  0% { -moz-transform: scale(10,10); opacity: 0; }
  100% { -moz-transform: scale(1,1); opacity: 1; }
}
@-o-keyframes scaleDown {
  0% { -o-transform: scale(10,10); opacity: 0; }
  100% { -o-transform: scale(1,1); opacity: 1; }
}
@-ms-keyframes scaleDown {
  0% { -ms-transform: scale(10,10); opacity: 0; }
  100% { -ms-transform: scale(1,1); opacity: 1; }
}
@keyframes scaleDown {
  0% { transform: scale(10,10); opacity: 0; }
  100% { transform: scale(1,1); opacity: 1; }
}
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}
/***Contact*/
form{
	margin-top: 2%;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_1_of_3 h3	{
	margin-bottom: 4%;
	color: #729E0C;
	text-transform: capitalize;
	font-size: 2.2em;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 1px 0 #fff;
}
.span_2_of_3 h3	{
	color: #729E0C;
	text-transform: capitalize;
	font-size: 2.2em;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 1px 0 #fff;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	color: #5a5a5a;
	display:block;
	font-size:0.8125em;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: Arial, Geneva,Helvetica, sans-serif;
	color: #202020;
	padding: 8px;
	display: block;
	width: 98%;
	background: #FAFCF4;
	border: 1px solid #C9D1B7;
	outline: none;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	text-transform: capitalize;
	padding: 8px 20px;
	color: #FFF;
	cursor: pointer;
	background: #9FAF2B;
	border: 1px solid #88942C;
	position: absolute;
	right: 0;
	text-shadow: 0px 1px 0 #5B683B;
}
.contact-form input[type="submit"]:hover{
	background: #88942C;
}
.company_address p{
	font-size: 0.8125em;
	color: #5a5a5a;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
	color: #690101;
	-webkit-transition:0.9s;
}
.map{
	margin-top: 6%;
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}
/*details*/
.details h2{
	color: #729E0C;
	text-transform: capitalize;
	font-size: 2.2em;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 1px 0 #fff;
}
.det-pic{
	padding:2% 0;
}
.det-pic img{
	padding: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.det-para {
	margin: 0% 0 2%;
}
.det-para p{
	font-size: 0.8125em;
	color: #5a5a5a;
	line-height: 1.8em;
}
/*404*/
.page{
	padding:10% 0;
	text-align:center;
}
.page h2{
	text-shadow: 0px 1px 0 #fff;
	font-size: 12em;
	color: #729E0C;
}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.nav {
		width: 100%;
		float: none;
	}
	.blog_date {
		width:12 %;
	}
	.blog_desc {
		width: 78%;
	}
	.about-data {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.sidebar {
		float: none;
		width: 100%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.logo {
		width: 42.333%;
	}
	.nav li {
		width: 18.3333%;
		list-style: none;
		float: left;
	}
	.grid_1_of_2 {
		float: none;
		margin: 0% 0 1% 1.6%;
	}
	.images_1_of_2 {
		width: 97.2%;
		padding: 1.5%;
	}
	.grid_1_of_2 h3 {
		margin-bottom: 2%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.logo {
		width: 42.333%;
	}
	.h_txt h2 {
		font-size: 1.4em;
	}
	.grid_1_of_3 {
		float: none;
		margin: 3% 0 1% 0%;
	}
	.images_1_of_3 {
		width: 99.33333%;
	}
	.lb-album li {
		width: 46.333%;
		margin-left: 0%;
		margin-right: 20px;
	}
	.col {
		float:none;
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width: 99.2%;
		padding: 1.5%;
	}
	.span_2_of_3 {
		width: 96.1%;
		padding: 1.5%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.h_txt h2 {
		font-size: 1.2em;
	}
}
