@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

* {margin : 0; padding : 0; outline: none !important;}
.clear, .clr { clear : both;}
.gap { clear : both; height : 10px;}
.frt {float : right;}
.flt {float : left;}
img {border : 0;}
form {margin : 0;}
/*ol, ul {list-style:none;}*/


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a:link, a:visited {text-decoration : none; color:#009933;}
a:hover {color:#c00;}
/*****
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
*****/

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

.result {width:100px; text-align:left;margin-left:10px; float:left; }
.captcha { float:left; padding-top:2px;}
form em { color:#FF0000;}

.map-content  {height:400px; position:relative; overflow:hidden; margin-top:10px; }
.map-content iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}
.map-content figure iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}

.breadcrumb { background:none; border-radius:0;
	border-color: #E5E4E4;
    border-style: solid;
    border-width: 1px 0;
    margin-bottom: 10px; margin-left:0;
    padding: 8px 0;}
.breadcrumb li a { color:#006633;}
.breadcrumb li a:hover { color:#cc0000;}

h1, h2, h3, h4, h5 {font-family: 'Oswald', sans-serif; margin-top:5px;}

h1 {font-size:26px; font-weight: 400; line-height:30px; text-transform: uppercase; color:#006633; }
h2 { font-size:24px; font-weight: 400; line-height:30px; color:#000; color:#006633;}
h3 { font-size:22px; font-weight: 400; line-height:26px; color:#000;}
h4 { font-size:20px; font-weight: 400; line-height:24px; color:#000;}
h5 { font-size:16px; font-weight: 400; line-height:22px; color:#000;}

body { font-family: 'Open Sans', Helvetica, sans-serif; font-size:14px; color:#333; line-height:20px; background:#e8e8e8; }


/*Back to Top*/
#back-top {position: fixed; bottom:40px;z-index:99; right:25px; display:none; width:41px;height:41px;}
#back-top a:hover {color:#333; }
#back-top span {width:41px;height:41px; display: block;	background:url(../images/up-arrow.gif) no-repeat center center #333;border-radius: 50%; opacity:0.4; filter:alpha(opacity=40); }
#back-top a:hover span { background-color:#333; opacity:1; filter:alpha(opacity=1);}


/* List Style */

ul.listing { list-style:none; margin:0; padding:0; margin-bottom:10px;}
ul.listing li:before {    
font-family: 'FontAwesome';
content: '\f105';
margin:0 10px 0 0px;
}

ul.list { list-style:none; margin-left:0; padding-left:0;}
ul.list li { background:url(../images/sqr.jpg) no-repeat 0 7px; padding-left:16px;}
ul.list li a { color:#333;}
ul.list li a:hover { color:#3399cc;}
ul.list li li {list-style:none; padding-left:15px; margin-left:-20px; background:url(../images/subsqr.jpg) no-repeat 0 7px;}

main ul {margin-left:12px;}

main ol {margin-left:14px;}
main ol li { padding-left:5px;}

.btn-default, a.btn-default { background:#006633; color:#fff; border-color:#004f28;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn-default:hover { background-color:#333; color:#fff; border-color:#000}

.navigation { }

.banner { position:relative; margin:10px 0 0;
-webkit-box-shadow: 0 0px 3px 3px #cccccc;
box-shadow: 0 0px 3px 3px #cccccc; 
}

.box {padding:10px 15px; margin-top:10px; background:#fff;
-webkit-box-shadow: 0 0px 3px 3px #cccccc;
box-shadow: 0 0px 3px 3px #cccccc; }

main { margin:10px 0;}

header { background:url(../images/hdrbg.png) no-repeat center bottom;}

.socialmedia {white-space:nowrap; text-align:right; margin:5px 0;  line-height:0;}
.socialmedia li {  display:inline-block; padding-left:2px; vertical-align:middle;}
.socialmedia li img { width:32px;}

.top-bar { border-bottom:1px solid #cccccc;}

.topnav {white-space : nowrap; line-height:26px;  margin:5px 0;}
.topnav li { display : inline; list-style-type : none; padding : 0; margin : 0; color:#006633; margin-right:10px; font-size:16px; font-weight:bold; }
.topnav li a {padding : 0 2px; color:#cccccc;}
.topnav li a:hover { color:#009933;}
.topnav li .fa { font-size:18px; vertical-align:middle;}

.headtext {margin-top:10px;}
.donate { margin-top:15px;}


ul#owl-service { margin:0; padding:0;}
	
ul#owl-service li{ margin: 10px; list-style:none; overflow:hidden; background:#fff; position:relative; height:215px; text-align:center;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	}

ul#owl-service li img{  max-width: 100%; max-height:100%;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

ul#owl-service li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


		
ul#owl-service li a .title { background:#52514f; color:#fff; padding:5px; position:absolute; bottom:0; width:100%; text-align:center; margin:0; font-weight:bold; font-size:16px;}


.grayblock { background:#eaeaea; padding:7px 15px; margin-bottom:10px; min-height:280px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;}

.welcometxt { text-align:center; margin:15px 0;}

.footer { background:#333 url(../images/footerbg.png) no-repeat 96% 90%; margin-top:-15px; padding:15px 15px 5px; color:#ccc; text-align:center; font-size:12px; line-height:18px;
-webkit-box-shadow: 0 3px 3px 3px #cccccc;
box-shadow: 0 3px 3px 3px #cccccc;}

.footer a:link, .footer a:visited { color:#ccc;}
.footer a:hover { color:#009933;}
.footer h5 { color:#fff;}


.footlist{ text-align:center }                      
.footlist li{ display: inline; list-style-type: none; padding: 0; margin:0; color:#cccccc;}
.footlist a { padding: 0px 2px; }
.footlist a:link, .footlist a:visited {color: #cccccc; text-decoration: none;}
.footlist a:hover{color: #009933; text-decoration: none;}


/*Gallery*/
.box_grid { background:#006633; margin-bottom:10px; margin-top:5px; text-align:center;}
.box_grid_image { position: relative;overflow: hidden; }
.box_grid_image a img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*.box_grid_image a .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.box_grid_image a:hover .overlay { opacity: 0}
.box_grid_image a .overlay span {
	color: #FFF;
	position: absolute;
	height: 50px;
	top: 50%;
	left: 0px;
	right: 0px;
	margin-top: -25px;
	line-height: 50px;
	text-align:center
}*/

.box_grid_image a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.box_grid p.title { margin-bottom:0;}
.box_grid_content { color:#fff; padding:5px; /*min-height:70px;*/}
.box_grid_content a { color:#fff; }

.animtxt { margin:0 15px;}

.thumbrt { float:right; margin:0 0 10px 15px; width:350px;}
.thumbrt2 {float:right; margin:0 0 10px 15px; width:200px;}

.thumblt { float:left; margin:0 15px 10px 0; width:200px;}

#slider2 { }
.img-thumbnail { background-color:#ededed;}

.rightblock { background:#fff; padding:20px 10px; border:4px solid #ededed}

.brd { padding:5px 0;}

/*** Color 
Green : #006633;

******/

/* Responsive Media Query */

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.wrapper { background:#F50B0B /*red*/}
	.box_grid_image { height:170px; }
	
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.wrapper { background:#0B6EF5 /*blue*/}
	.box_grid_image { height:137px; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.wrapper { background:#32F50B /*green*/}
	.headtext {margin-top:5px;}
	.donate { margin-top:5px;}
	ul#owl-service li{ height:150px;}
	.box_grid_image { height:140px; }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.wrapper { background:#F5800C /*orange*/}
	.socialmedia {text-align:center;}
	.donate { margin-top:0px;}
	.headtext {margin-top:0px;}
	
}

@media (min-width: 480px) and (max-width: 767px) {
	.wrapper { background:#F54D0B /*dark orange*/}
	ul#owl-service li{ height:170px;}
	.box_grid_image { height:180px; }
	.thumbrt { float:right; margin:0 0 10px 15px; width:300px;}
	
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.wrapper { background:#F5E50B /*yellow*/}
	.col-full { float:none; width:100%;}
	ul#owl-service li{ height:auto;}
	.col-xs-6 { float:none; width:100%;}
	
	.thumbrt { float:none; margin:0 0 15px 0; width:100%;}

}