/* .dropdown-backdrop{
	 display:none;
 }
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
 
*/ 
 body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	background:#fff url(../images/body_bg.gif) top center no-repeat;
	
}

/*for ie8{
	
	
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
	
}*/


/*also use rgba to hex conertor*/




.img-responsive {
	margin:0 auto;
}
figure {
	margin:0;
	padding:0;
}
a {
	color: #18479f;
	text-decoration: none;
}
a:hover, a:focus {
	color: #18479f;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
}


 @media (max-width: 1199px) {
 .container {
 width:auto;

}
}
 @media (min-width: 1200px) {
 .container {
 width: 1200px;
}
}



.main_heading{
		font-size:32px;
		font-weight:200;
		color:#000;
		
		margin: 15px 0 15px;
}

 @media (max-width: 767px) {
 .main_heading{
		font-size: 25px;
       line-height: 29px;
}


}

@media (max-width: 480px) {
.main_heading{
		font-size:	23px;
		
}

}

.heading2{
	color:#333333;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	
	border-bottom:solid 2px #efe21e;
	margin:15px 0 15px 0;
	padding:0 0 5px 0;
	
	
}

.list1 li{
	
    list-style: disc outside url("../images/bullet1.png");
    padding: 4px 0 ;
  
}

.list1 li a{
	color:#333;
}

.list2 li{
	list-style:url(../images/bullet1.png) ;
	padding:0 0 6px 0px;
	
	
}

.list2{
	padding: 0 0 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.4;
}
.list2 a{
	color: #333;
}
.list2 a:hover{
	color: #18479f;
}
.navbar {
	position:static;
	min-height: 0px;
	background:#18479f;
	border: 0px;
	margin-bottom:0;
}
 @media (min-width:1200px) {
/*.navbar .container{
	padding-left:0;
	padding-right:0;
	
	
}*/
 }
 @media (max-width: 820px) {
	
.navbar {
	 padding: 0 0 0px;
	background-image:none;
}

 }





.navbar-brand {
	padding:10px 0;
	height:auto;
}
.navbar-brand figure {
	display:inline-block;
	float:left;
}
.navbar-brand > img {
	display:block;
}
.navbar-brand h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	letter-spacing:5px;
	text-transform:uppercase;
	color:#d9e0e6;
	display:inline-block;
	font-weight:normal;
	margin:0;
	padding:13px 0 0 15px;
	line-height:1.25;
	text-align:left;
	float:left;
}
.navbar-brand h1 span {
	font-style:italic;
	font-size:18px;
	text-transform:none;
	display:block;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.navbar-brand {
		display: block;
		float: none;
		margin: 0px auto 0;
	}
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand {
		margin-left: 0px;
	}
}
@media (max-width:900px) {
	.navbar-brand h1 {
		float:left;
		font-size:27px;
	}
}
@media (max-width:767px) {
	.navbar-brand {
		padding-top:50px;
	}
}
@media (max-width:767px) {
	.navbar-brand figure {
		width:18%;
	}
	.navbar-brand h1 {
		float:left;
		width:82%;
		font-size:23px;
	}
}
@media (max-width:500px) {
	.navbar-brand figure {
		width:31%;
	}
	.navbar-brand h1 {
		float:left;
		width:69%;
		font-size:23px;
		letter-spacing:2px;
		text-align:left;
		padding-top:0px;
	}
	.navbar-brand h1 span {
		font-style:italic;
		font-size:13px;
	}
	.navbar-brand {	}
}
.navbar-header {
	float:right;
	text-align:right;
	  width:55%;
}
@media (max-width: 900px) {
  .navbar-header {
  
  }
}


 @media (max-width: 767px) {
.container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px;
}
	.navbar-header {
	float:none;
	background:#18479f ;
	display:block;
	width:auto;
	height:45px;
	position:fixed;
	top:0;
	left:15px;
	right:15px;
	z-index:20;
} 

}

.top_link {
	
	display:inline-block;
	padding:30px 0 00 0;
	color:#fff;
	font-size:20px;
	
}

 @media (max-width: 767px) {
	.top_link {
	 margin-right:10px; 
	 float:right;
	 padding:5px 0 00 0;
	}
	
}
.top_link a{
	margin:0 0px 0 10px;
	
}
.btn-1{
  font-size:15px;
  color:#fff;
  border-radius:3px;
  padding:6px 16px;
  background:#18479f;
  text-transform:uppercase;
  border:solid 1px #fff;
 
}

.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active,
.open .dropdown-toggle.btn-1 {
  color: #333;
  background-color: #ffffff;
  
}
@media (max-width: 500px) {
	.top_link{
		font-size:18px;
	}
.top_link .btn-1{
	display:none;
	
}
.top_link a img{
	height:27px;
}
}




.navbar-toggle {
  border-radius: 0px;
    float: left;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-top: 8px;
  
   
  
}

.navbar-toggle .icon-bar {
  background:#fff;
}


@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}

@media (min-width: 980px) {
  .navbar-toggle {
    display: none;
  }
}

.center_page .container{
	background:#fff;
	padding-bottom:15px;
	padding-top:10px;
}
.banner_left{
	float:left;
	width:72%;
}
.banner_right{
	float:left;
	width:27%;
	margin:0 0 0 1%;
}

@media screen and (max-width:1050px){
.banner_left{
	float:left;
	width:68.5%;
}
.banner_right{
	float:left;
	width:30.5%;
	margin:0 0 0 1%;
}
	
	
}
@media screen and (max-width:872px){
.banner_left, .banner_right{
		float:none;
		width:auto;
		margin:0;
	
}
}
.resource {
	margin:0 auto;
}
.jumbotron {
	margin:0;
	padding:0;
	background:transparent;
	position:relative;
	
	
}
.jumbotron .img-responsive{
	margin:0;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding:21px 0 0 0;
  }
  .container .jumbotron {
  padding:0px 0 0 0;
 
  }
  .jumbotron h1 {
    font-size: 55px;
  }
}
@media screen and (max-width:767px){
	   .banner_left {
		  margin:-10px -15px 10px;
	  }
	
}
.carousel-caption{
	left:0;
	right:0;
	bottom:33%;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.8);
	
	margin:0 auto;
}
.carousel-caption h2{
	font-size:28px;
	line-height:1.2;
	text-transform:uppercase;
	margin:0px 0 0 0;
	
	
}
.carousel-caption h3{
	display:inline-block;
	margin:0 auto;
	margin:0 ;
}
.carousel-caption h3 hr{
	border:none;
	background:#fff;
	height:1px;
	float:left;
	width:50px;
	margin:15px ;
	
}

.carousel-caption h3 hr:last-child{
	float:right;
}

.carousel-caption h3 span{
	float:left;
	font-size:22px;
	text-transform:uppercase;
	display:block;
	font-weight:normal;
	
	
}
@media screen and (max-width:500px){
	.carousel-caption{
	
	bottom:38%;
	}
	.carousel-caption h2{
	font-size:16px;
	line-height:1.2;

	
}

.carousel-caption h3 hr{
	
	width:30px;
	margin:10px ;
	
}

.carousel-caption h3 span{
	
	font-size:14px;
	font-weight:bold;
	
	
	
}
	
}

/*.carousel-indicators {
    bottom: 10px;
    left: auto;
    list-style: none outside none;
    margin-left:auto;
    padding-left: 0;
    position: static;
    text-align: center;
    width: auto;
    z-index: 15;
	background:url(../images/shadow.jpg) top center no-repeat;
	height:67px;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
 
  
  border:none;
  border-radius:0px;
  background:transparent url(../images/btn_inactive.png) top center no-repeat;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0px;
  border:none;
  background:transparent url(../images/btn_active.png) top center no-repeat;
}*/
	
/*index carousel	*/

/*.jumbotron .carousel-control {
  position: absolute;
  top: 200px;
  bottom:auto;
 
  left: 0;
  width: auto;
  font-size:30px;
  color: #000;
  text-align: center;
  text-shadow:none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jumbotron .carousel-control.left {
  background-image:none;
  left: -18px;
}

.jumbotron .carousel-control.right {
  right:30px;
  left: auto;
 background-image:none;
}

.jumbotron .carousel-control:hover,
.jumbotron .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.jumbotron .carousel-control .icon-prev,
.jumbotron .carousel-control .icon-next,
.jumbotron .carousel-control .glyphicon-chevron-left,
.jumbotron .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.jumbotron .carousel-control .icon-prev,
.jumbotron .carousel-control .glyphicon-chevron-left {
  left: -40px;
    width: auto;
}

.jumbotron .carousel-control .icon-next,
.jumbotron .carousel-control .glyphicon-chevron-right {
 right: -40px;
    width: auto;
}

.jumbotron .carousel-control .icon-prev,
.jumbotron .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.jumbotron .carousel-control .icon-prev:before {
  content: '\2039';
}

.jumbotron .carousel-control .icon-next:before {
  content: '\203a';
}

	*/
.jumbotron .carousel-control {
		z-index:200;
	}
.jumbotron .carousel-control span{
	position:absolute;
	top:43%;
	
}

@media screen and (max-width:767px){
	
	.jumbotron .carousel-control span {
		display:none;
			}
}
	
.jumbotron .carousel-control span.control_left{
	left:0px;
	
}
	
.jumbotron .carousel-control span.control_right{
	right:0px;
	
}
.mission{
	background:#343333;
	padding:8px 15px;
	color:#fff;
	font-size:17px;
	text-align:center;
	
	
}
@media screen and (max-width:970px){
	 .banner_left {
		  margin-bottom:10px;
	  }
	  
}
@media screen and (max-width:767px){
	
.mission{
	
	font-size:13px;
	
}
}
.events{
	background:#f5f5f5;
	padding:0 10px 0px;
}
.events {
	margin-top:10px;
}
/*@media (min-width:768px) and (max-width:820px){
	.events {
		float:left;
		width:49%;
		margin:20px 0 0 1%;		
		
		
	}
	.resource {
		
		float:left;
		width:49%;
		margin:20px 1% 0 0 ;
		
	}
	
}*/
.events .heading2{
	margin-bottom:0;
}
.events .heading2 a, .donate_block .heading2 a{
	float:right;
	color:#18479f;
	font-size:14px;
	border-left:solid 1px #cecece;
	padding:0 0 0 10px;
	font-weight:normal;
	
}

.events article{
	border-bottom:solid 2px #fff;
	padding:18px 0 3px;
}
.events article:last-child{
	border:0;
	
}
@media screen and (max-width:1200px){
.events article {
    border-bottom: 2px solid #fff;
    padding: 9px 0 0px;
}

}
@media screen and (max-width:820px){
.events article {
    border-bottom: 2px solid #fff;
    padding: 9px 0 8px;
}

}
.events article h5{
	background:url(../images/calendar.png) top left no-repeat;
	width:65px;
	height:63px;
	display:inline-block;
	text-align:center;
	font-weight:normal;
	color:#9b9b9b;
	display:table-cell;
	vertical-align:top;
	font-size:13px;
	padding:0px 10px 0 0 ;
}

.events article h5 span{
	font-family:sans-serif, "Microsoft Sans Serif", arial;
	font-size:16px;
	text-transform:uppercase;
	padding:20px 0 3px 0;
	display:block;
	color:#333333;
	



}
.events section{
	display:table-cell;
		vertical-align:top;
}
.events section h4{
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.4;
	padding:0px 0 0px 0;
	margin:0;
}
.events section h4 a{
	color:#333;
	
	
}
.events section h4 a:hover{
	color:#18479f;
	
}

.donate_block label{
	font-weight:normal;
	display:block;
	margin:0 0 0 00;
}	

.btn-2{
  font-size:17px;
  color:#fff;
  padding:5px 15px 7px;
  background:#005598;
  font-weight:normal;
  line-height:1;
  margin:15px 0 0px 0;
  border-radius:3px;
 
}

	
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active,
.open .dropdown-toggle.btn-2 {
  color: #ffffff;
  background-color: #014478;
  
}

.index_quote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
	margin:20px 0 24px;
}
@media screen and (max-width:767px){
	.index_quote{

	font-size:20px;
	}
	
}
.index_block{
text-align:center;
}
.index_block a{
	position:relative;
	display:block;
	color:#333333;
	margin:30px 0 0 0;
}
.index_block a:hover{
	color:#0a4ecd;
}

.index_block h3{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px;
	background:#faee35;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	
	
	
}
@media screen and (max-width:820px){
	.index_block h3{
		font-size:14px;
		
	}
	
	
}

@media screen and (max-width:767px){
	.index_block a{
		
		display:inline-block;
	}
	
	
}
@media screen and (max-width:500px){
	.index_block a{
		
		display:block;
	}
	
	
}
footer {
	background:#18479f;
	font-size:13px;
	padding:15px 0;
	color:#fff;
	margin:15px 0 0 0 ;
	
}

footer a, footer a:focus {
	color:#fff;
	
	
}
footer  a:hover {
	color:#fff;
	
	
}


.footer_right{
	
	
	text-align:right;
}

 @media (max-width: 767px) {
footer {
	
	padding:10px 0 10px;
	
	
}

footer, .footer_right{
	 text-align:center;	
	 }
}




 @media (max-width: 599px) {
.footer_left span{
	display:block;
}
	
 }
 
 .inner_banner{
	 background:url(../images/inner_banner1.jpg) top left no-repeat;
	 
 }
 
  .inner_banner h2{
	  color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin: 88px 0px 0px;
	padding:10px 15px;
	background:rgba(0, 0, 0, 0.5);
	  
  }
 
 .left_text, .content .donate_block{
	 margin:20px 0 0 0;
 }
 @media (min-width: 821px) {
	 
 .banner_right .donate_block{
	margin:0;
}

 }
  @media (max-width: 820px) {
	  .inner_banner{
		  margin:-10px -15px 0;
	  }
	   .inner_banner h2{
	
    font-size:20px;
   padding:10px 15px;
    margin: 40px 0px 0px;
	  
  }
 }
 @media (max-width: 599px) {
	 
	   .inner_banner h2{
	
    font-size:17px;
    padding:10px 15px;
    margin: 40px 0px 0px;
    
	  
  }
 }
 
 
 
/*inner css*/

.captcha_img{
	border:solid 1px #ccc;
	margin:0 0 10px 0;
	
}
.captcha_input{
	border:solid 1px #ccc;
	
}
.enquiry_form.form-horizontal .control-label {
    text-align: left;
}
/*.btn-1{
  font-size:17px;
  color:#fff;
  padding:3px 10px;
  background-image: -webkit-gradient(linear, 100% top, 100% bottom, from(rgba(58, 181, 227, 1)), to(rgba(29, 160, 209, 1)));
  background-image: -webkit-linear-gradient(top, color-stop(rgba(58, 181, 227, 1) 100%), color-stop(rgba(29, 160, 209, 1) 100%));
  background-image: -moz-linear-gradient(top, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
  background-image: linear-gradient(to bottom, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#803ab5e3', endColorstr='#001da0d1', GradientType=1);
}

	
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active,
.open .dropdown-toggle.btn-1 {
  color: #ffffff;
  background-color: #3ab5e3;
  border-color: #1da0d1;
}
*/


/*----------------------------------Event Page CSS -----------------------------------*/
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.main-event {
	width: 33.3%;
	float: left;
	padding: 0 15px;
}
.event-block {
	padding: 5px;
	margin-top: 20px;
	min-height: 450px;
    border-radius: 4px;
	background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.event-block:hover {
	box-shadow: 0 0 7px 0 #18479F;
}
.event-pic {
    min-height: 260px;
    overflow: hidden;
}
.event-pic img {
    max-height: 260px;
}
.event-text {
    overflow: hidden;
	max-height: 130px;
	padding: 5px 15px;
}
.event-button {
	bottom: 5px;
    position: absolute;
}
.event-button .readmore {
    font-size: 16px;
    color: #ffffff;
    display: block;
    padding: 10px 20px;
	text-align: center;
    border-radius: 7px;
    background: #18479f;
}
.event-button .readmore:hover {
	color: #000000;
}

@media (max-width: 479px) {
	.main-event {
		width: 100%;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.main-event {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.event-button {
		bottom: 0;
		position: relative;
	}
        
        .content .row {
            margin-left: 0;
            margin-right: 0;
        }
        .mobile_no_padding {
            padding-left: 0;
            padding-right: 0;
        }
        .index_block a {
            margin: 15px 0 0;
        }
}	

/* menu background hide shadow*/
.carousel-inner{
	 z-index: 1;
}

.left_text td, .left_text th {
    padding: 10px !important;
}
.carousel-control.right {
	background-image:none !important;
}
.carousel-control.left {
	background-image:none !important;
}
.video-fluid{
	width: 100%
}


.team_box{
	position:relative;
	overflow: hidden;
	margin:20px 0px;
	background:#f5f5f5;
	border:1px solid #f2f2f2;
	min-height:460px;
}
.team_box figure img{
	width:100%;
	padding:8px;
}
.team_box .team_content{
	text-align: center;
    padding: 0px 8px 8px;
}
.team_box .team_content p{
	margin:0px 0px 3px;
	font-size:15px;
}
.team_detail_box{
	position:relative;
	overflow: hidden;
	margin:10px 0px 0px;
}
.team_detail_box figure img{
	width:100%;
	padding:8px;
	background:#f5f5f5;
	border:1px solid #f2f2f2;
}
.team_detail_box .team_content{
	margin-top:15px;
	text-align:center;
	font-size:17px;
}
.team_detail_content{
	margin:10px 0px 0px;
}

.team_box .team_content p a{
	color:#000;
}
.team_box .team_content p a:hover{
	color:#18479f;
}
