@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,400italic,700,700italic,800italic,800);

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

html, body {
    height: 100%;
    margin: 0;
}

/*  General */
body{
    background: #fff;
	font-family: 'Open Sans', sans-serif; 
	color:#545454;
	position: relative;
}

.wrapper{
    width: 100%;
	max-width:1200px;
    margin: 0 auto;
	position:relative;
}

.fb-like-box {padding: 30px;}

h1    { font-size: 2em; margin: .67em 0 }
h2    { font-size: 1.5em; margin: .75em 0 }
h3    { font-size: 1.17em;}
h5    { font-size: .83em; margin: 1.5em 0 }
h6    { font-size: .75em; margin: 1.67em 0 }

a {text-decoration:none; float:none; outline:none;}

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}


/*    slideshow bit   */
.billboard{
    width: 100%;
    height: 525px;
    position: relative;
}

.billboard .tagline {position:absolute; top:70px; left:50%; margin-left:-150px; z-index:999;}

#vid {
	margin: -390px auto 0px auto;
	background-color:#fff;
	position: relative;
	z-index:995;
	max-width: 880px;
	padding:20px;
    -moz-box-shadow: 0px 5px 14px rgba(22,26,30,0.49);
    -webkit-box-shadow: 0px 5px 14px rgba(22,26,30,0.49);
    box-shadow: 0px 5px 14px rgba(22,26,30,0.49);
}

#vid img {width:100%; height:auto; cursor:pointer;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:66666666;
}

/*    header    */
header{
		height: 80px;
		text-align:center;
}

header .logo{
    position:absolute;
	left:50%;
	top:0;
    margin-top: 15px;
	margin-left: -150px;
	width:300px;
	z-index:69900;
}

header #logohome{
    margin-top: 8px!important;
	margin-left: -175px!important;
	width:350px!important;
}

header nav{
    float: left;
    margin: 20px 30px;
	position: relative;
}

header nav strong {
	padding: 9px 25px 9px 49px;
	font-size:18px;
	font-weight:600;
	background-image: url(../img/menu.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color:#e1e1e1;
	border: solid 1px #999;
	cursor:pointer;
	 letter-spacing: 3px;
	 display:block;
}

header nav strong:hover {
	color:#305840;
	background-color:#FAF1CA;
}

header a.donate {
	float:right;
	padding: 9px 25px 9px 25px;
	margin:20px 30px;
	font-size:18px;
	font-weight:600;
	background-color:#5E9226;
	border: solid 1px #54821A;
	 letter-spacing: 2px;
	 display:block;
	 position:relative;
}
a.donate img { position:absolute; left: -49px; top:-13px;}

header a:hover.donate {
	background-color:#1D4A36;
}

header nav ul {
	display:none;
}

header nav:hover ul {
	display:block;
position:absolute;
top:38px;
left:0px;
z-index:999999;
}

header nav ul li{
    list-style: none;
    display: block;
    float: left;
}

header nav ul li a{
    text-decoration: none;  
    font-size: 15px;
	color:#534f4f;
	float:left;
	padding: 10px 30px;
	border-bottom: solid 1px #534f4f;
	background-color:#fff;
	width:150px;
	text-align:left;
}

header nav ul li a:hover{
    color: #5e9024;
	background-color:#FAF2CB;
}


.tquote em {font-size:16px; line-height: 24px;}
.tquote img {float: left; margin: 0 15px 5px 0;}


/*    Services    */
.services form {margin: 21px 30px 0 30px;}

.services form .send {width:auto!important; color:#fff; background-color:#5D8E26; border: solid 1px #53841B; padding: 6px 13px; font-weight:400; font-size:18px;}

.services form .send:hover { background-color:#335741; border: solid 1px #264632;} 

.services .icon {padding-bottom:19px;}

.services p a, .btn {background-color:#5D8E26; padding: 6px 14px; border: solid 1px #53841B; color:#fff!important;}
.services p a:hover, .btn:hover {background-color:#335741;  background-color:#335741; border: solid 1px #264632;}
	

.services ul li{
    list-style: none;
    display: block;
    width: 33%;
    float: left;
	margin-top: 50px;
    text-align: center;
}

.services ul li h2{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.services ul li p{
    font-size: 15px;
    line-height: 28px; 
    margin: 30px;
    letter-spacing: .5px;
}




/*    Grass    */
.grass{
    display: block;
    width: 100%;
	color: #fff;
    padding: 50px 0;
    text-align: center;
    margin: 50px 0;
    background: url('../img/grass.jpg') no-repeat;    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.grass h2 { color:fff; font-weight:300; font-style:italic; font-size:29px;
margin: auto 20px auto 20px;}

.grass form { margin: 19px auto 40px auto ; width:50%!important; }
.grass input { background-color:#fbf4d5; padding: 8px 10px; margin: 0px 2px; color:#545454; border: solid 1px #fff; width: 28%;}
.grass .send {background-color:#fff; color:#5D8E26; font-weight:600; padding: 4px 10px; font-size:18px;}
.grass .send:hover {background-color:#fff; color:#335741;}
.grass form p {font-size:13px; margin: 19px; width:100%!important; }
.grass p.stiff { margin: 20px auto; width:50%; }
.grass a {background-color:#5D8E26; color:#fff; border:solid 1px #fff; padding: 10px 18px; font-size:18px; font-weight:700; display:block; width:150px; text-align:center; margin: 0 auto;}
.grass a:hover {color:#335741; background-color:#6AAC20;}




/*    testimonials    */
.testimonials{
    margin-top: 50px;
}
.testimonials h3 { width:90%; text-align:center; margin: 0 auto;}

.testimonials h3 a{color:#335741!important; }

.testimonials ul{
    margin-top: 10px;
    list-style: none;
}

.testimonials ul li{
    display: block;
    float: left;
    width: 33%;
}


.testimonials ul li .quotes{
    margin-right: 10px;
}

.testimonials ul li p{
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .5px;
    margin: 30px;
    padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
    position: relative;
}

.testimonials ul li p .triangle{
    display: block;
    width: 10px;
    height: 5px;
    background: url('../img/testimonial_triangle.png') no-repeat;
    position: absolute;
    bottom: -5px;
    left: 40px;
}

.testimonials ul li .client{
    margin-left: 30px;
}

.testimonials ul li .client img.avatar{
    float: left;
    margin-right: 20px;
}

.testimonials ul li .client .client_details{

}

.testimonials ul li .client .client_details h4{
    color: #7b7979;
    font-size: 14px;
    font-weight: bold;
    margin: 0 30px 10px 0;
	width:auto!important;
}

.testimonials ul li .client .client_details h5{
    color: #7b7979;
    font-size: 12px;
    margin: 0 30px 0 0;
    font-weight: normal;
	width:auto!important;
}



/*   GRAY BASE  */

.base {background-color:#b0b0b0; padding: 20px  0; margin-top:50px;}
.base ul  {margin:0px; list-style:none;}
.base ul li{
    list-style: none;
    display: block;
    width: 33%;
    float: left;
    text-align: left;
}
.base p {
	margin:30px; font-size:14px; color:#444; line-height:18px;}
	
.base .lefty {float: left; margin:0 9px 9px 0;}

.base ul ul, .base ul ul li {width:100%; margin:0px; padding:0px; float:none;}
.base li li a {border-top: solid 1px #ccc; padding:8px 0px; margin:0 30px; color:ccc; display:block;}


/*    footer    */
footer{
	width:100%;
	text-align:center;
	background-color:#8b8a8a;
	background-color:#8b8a8a;
    color: #fff;
    font-size: 14px;
    padding: 50px 0;
}


form { margin: 30px 0 0 0 ; }

input, textarea { background-color:#fbf4d5; padding: 6px 10px; margin: 9px 0; color:#333; border: solid 1px #D8CA8A; width: 90%; 	font-family: 'Open Sans', sans-serif;}

.fb-wrap {
padding: 0px 5%; width:100%; margin: 0 5%;}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style]
{width:  100% !important; }


.header{
    display: block;
    width: 100%;
	color: #335741;
    height:35%;
	min-height:180px;
	max-height:490px;
    margin: 0;   
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-attachment:fixed;
}
#about {
	background-repeat: no-repeat;
	background-position: center center no-repeat;
	background-image: url('../img/about-header.jpg');

}
#issues {
	background: url('../img/issues2-header.jpg') center center no-repeat;
}
#volunteer {
	background: url('../img/issues-header.jpg') center center no-repeat;
}

#contact {
	background: url('../img/contact-header.jpg') center center no-repeat;
}

#donate {
	background: url('../img/donate-header.jpg') center center no-repeat;
}

#events {
	background: url('../img/events-header.jpg') center center no-repeat;
}

.pages {width:100%; margin:50px 0 0 0;}
.pages p {font-size:14px; line-height:20px;margin: 0 0 22px 0;}
.pages ul, pages li  {font-size:14px; line-height:25px;margin-left:15px;}
.pages .send {width:auto; font-size:18px; color:#fff; border-color:#507611; background-color:#658B1E; padding: 10px 20px;}
.pages a {color:#5E9024;}
.pages a:hover {color:#355442;}


.pages .check {background-color:#fff; padding:0px; width:auto; border:none; }

.pages #news {width: 44%; margin: 0 3% 30px 3%; float:left;}

.pages h1 {font-weight:300; font-size:36px; margin:0 0 30px 0;}

#widescreen {width:94%; float:left; margin: 0 3%;}

#left {width:62%; float:left; margin: 0 2%;}

#left img {float:left; margin:0 20px 12px 0;}


#right {float:right; width: 30%; margin: 0 2%;}
#right img {width:100%!important; height:auto!important; margin-bottom:20px;}

.pages iframe.donor {max-width:1000px; width:100%; border:none; outline:none; height:1340px; }

.pages h1 img { margin:-4px 15px 0 0px!important; width:50px; height:auto;}

.gallery ul, .gallery li {margin: 0px; padding:0px; list-style:none; width:100%;}

.gallery li { float:left; display:inline-block; width:30%!important; text-align:center; padding:10px;}

.gallery ul img {border:solid 1px #55922B; width:100%; height:auto; margin:0px;}


.vidlib ul, .vidlib li {list-style:none; margin:0;}
.vidlib li {float:left; width:48%; padding:1%; height:345px; display:inline-block;}
.vidlib li iframe {width:100%; min-height:300; background: #fff;}







@media only screen and ( max-width: 1420px ) {
	
.billboard{ height: 410px;}
#vid {max-width: 680px; margin: -300px auto 0px auto;}
}

@media only screen and ( max-width: 1200px ) {
	
.header{
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-attachment: scroll;
}
}

@media only screen and ( max-width: 810px ) {
	header .logo, header #logohome{margin-left: -132px!important; width:264px!important;}
	
.grass input {width: 25%;}
.grass .send {width:30%; font-size:15px; font-weight:400;}
.grass p.stiff {width:90%!important; }
.grass form { width:90%!important; }

}


@media only screen and ( max-width: 768px ) {
	.billboard{ display:none;}
	#vid {max-width: 1000px; margin: 20px auto -10px auto; -moz-box-shadow:none;-webkit-box-shadow:none;  box-shadow:none; padding:0px!important;}
	.services ul li, .testimonials ul li, .base ul li {width:100%; }
	.donate img {display:none;}
	.testimonials ul li{ padding-top: 30px;}
	header{ height: 100px;}
	header nav{ position:absolute; top:50px; right:30px; margin:0px; width:48px;}
	header nav strong {padding: 9px;font-size:18px; text-indent:-10000px;}
	header .logo, header #logohome{
	left:30px;
	top:0;
    margin-top: 10px!important;
	margin-left: 0px!important;
	width:200px!important;
	height:auto;
}
header a.donate {
	float:right;
	padding: 7px 15px 7px 15px;
	margin:10px 30px;
	font-size:17px;
	letter-spacing: 1px;
}
header nav:hover ul {top:38px; right:0px; left:auto; }	

#left, #right {width:92%; float:left; margin: 0 4%;}


}
	
@media only screen and ( max-width: 480px ) {
.grass p {width:85%!important; }
.grass form  p { width:80%!important; }
.grass .send {font-size:15px; font-weight:400;}
.grass input { padding: 5px 8px; margin: 0px 1px; color:#545454; border: solid 1px #fff; width: 26%;}
.services ul li h2{font-size: 20px; }

.services ul li p{    line-height: 21px; margin: 30px; letter-spacing: 0px;}
.testimonials h3 a{font-size:17px; }

}


@media only screen and ( max-width: 370px ) {
.services p, .testimonials p, .base p { margin:20px}
header a.donate {
	float:right;
	padding: 5px;
	margin:10px;
	font-size:14px;
	letter-spacing: 1px;
}
header nav{ right:10px;}
header .logo, header #logohome{left:10px;}
.services ul li h2{font-size: 19px; margin:-15px auto; }

}


		
	