@charset "utf-8";
/* CSS Document */

@import url(https://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:#990000; }
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; display:inline-block;}
.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; margin-left:0;
	border-color: #E5E4E4;
    border-style: solid;
    border-width: 0px 0 1px 0;
    margin-bottom: 10px;
    padding: 8px 0;}
.breadcrumb li a { color:#1f3881;}
.breadcrumb li a:hover { color:#000;}

h1, h2, h3, h4, h5 {font-family: 'Oswald', sans-serif; margin-top:5px;}

h1 {font-size:28px; font-weight:400; line-height:30px; color:#1f3881; }
h2 {font-size:28px; font-weight: 400; line-height:30px; color:#1f3881;}
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:auto; background:#fff;}


/*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';
position:absolute;
top:0; left:0;
}
ul.listing li { position:relative; padding-left:14px;}
ul.listing li a { color:#1f3881}
ul.listing li a:hover { color:#000}

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:#1f3881;}
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; margin-bottom:7px;}

.main { text-align:justify;}

.btn-default, a.btn-default { background:#163881; color:#fff; border-color:#003366;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn-default:hover, .btn-default.focus, .btn-default:focus { background:#333; color:#fff; border-color:#000}

.btn-primary { background-color: #fff; border-color: #ccc; color: #333;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary { background-color: #e6e6e6; border-color: #ccc; color: #333;}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #ccc
}

.btn-danger, a.btn-danger { color:#fff;}

.btn-donate { padding:1px 15px; font-weight:bold; text-transform:uppercase; font-size:16px!important; font-family: 'Oswald', sans-serif; letter-spacing:1px; background-color:#990000;}
.btn-donate img { margin-right:10px;}
.btn-donate { color:#fff!important;}

.banner { position:relative;}
.innerbanner { overflow:hidden; background:#000 url(../images/innerbanner.jpg) no-repeat top center; background-size:cover; text-align:center;}
.innerbanner h1 { color:#fff; margin-top:20px; margin-bottom:25px;}
#black { background:#000000;}

main { margin:10px 0;}
.main { min-height:300px;}

.socialmedia {white-space:nowrap; margin:10px 0;  line-height:0;}
.socialmedia li {  display:inline-block; padding-left:2px; vertical-align:middle; margin-right:3px;}
.socialmedia li img { width:42px;}

footer {background:#333333; color:#fff; }
.footer {padding:25px 0 10px;}
.footer, .footer a {  color:#cccccc;  font-size:12px;  }
.footer a:hover { color:#2cafe5;}
.footer h3 { color:#fff; text-transform:uppercase; margin-top:15px;}
.footer h4 { 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, .copyright a{color: #cccccc; text-decoration: none;}
.footlist a:hover, .copyright a:hover{color: #2cafe5; text-decoration: none;}

.footlt { float:left;}
.footrt { float:right;}

.copyright { background:#1e1e1e; padding:20px 0 10px; font-size:12px;}

.footer ul.listing li { }
.footer ul.listing li a { color:#ccc}
.footer ul.listing li a:hover { color:#fff}

.footcenter { text-align:center;}
.footcenter p { display:inline-block}

.footer hr { border-color:#666;}

#logo { text-align:center; width:228px;}
#logo img { max-width:100%;}
.logotxt { margin-top:40px;}
.logotxt h2 { font-size:36px; color:#1f3881; line-height:46px; text-align:center;}

 .top-bar { background:rgba(220,220,220,1.00)}
.navbg { background:url(../images/navbg.png) repeat-x; }
.navigation {float:left; }

.search { display:inline-block; margin-left:15px; float:right; margin-top:5px;}
header.smaller .top-bar .navbg .search { display:none;}

.searchpanel { margin:0; padding:0 10px 0 0; clear:right; margin:7px 0 7px;  width:230px;}
.searchpanel { float:right;}
.searchpanel .btn-default { background:#fff; border:1px solid #ccc;}
.searchpanel .input-group .form-control { float:right;}
.searchpanel .input-group-btn .fa { color:#1b4279;}

#fontlinks { float:right;}
.lang { float:right; margin-left:10px;}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width:125px;}

.toprt { margin-top:10px; float:right; margin-bottom:10px;}
.topbtn { clear:both; text-align:right; margin:10px 0;}

/*Top Nav*/
.topnav {font-family: 'Oswald', sans-serif; margin-top:5px; text-transform:uppercase;}
.topnav .btn-default {  background:#000; color:#fff; border-color:#003366;}
.topnav .btn-default:hover, .topnav .btn-default.focus, .topnav .btn-default:focus { background-color:#1f3881; color:#fff; border-color:#000}


.toplink { clear:both;}
.topnav {white-space : nowrap;  margin :0px 0 10px; float : right; }
.topnav li { display : inline; list-style-type : none; padding : 0; margin : 0; color:#1f3881;}
.topnav li:after { content:"|"}
.topnav li:last-child:after { content:""}
.topnav li a {padding : 7px 7px; color:#1f3881; margin-left:-4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;}
.topnav li a:hover, .topnav li.active a { color:#fff;background:#1f3881; }

header .navbg {top:-50px; z-index:999; background:#000;
	-webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;}
	  
header.smaller .navbg {position:fixed; width:100%; top:0; }

header.smalle #fontlinks { position:fixed;}

#maintop { background:#1f3881; padding:15px 0; text-align:center;}
#maintop h1 { color:#fff;}

/* Link Style */
ul#owl-links { margin-left:0;}
ul#owl-links li { padding:10px; list-style:none;}

.link_image { position: relative;overflow: hidden; height:175px; border:5px solid #fff;}
.link_image a img { 
	width: 100%; 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;
}
.link_image a .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding:10px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	-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;
}
.link_image a .overlay { 
	color: #ccc;
	overflow:hidden;
	line-height: 20px;
	text-align:center; padding-top:15px;
}
.link_image a .overlay h3 { color:#fff; font-size:30px; text-transform:uppercase;}
.link_image a .overlay p { height:60px; overflow:hidden;}
.link_image a .overlay .link { color:#fff; font-weight:bold;}

.link_image a:hover .overlay { opacity: 0}
.link_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);
}

.date { margin-bottom:2px;}

/**/
.newslist.brd {background:#fff; padding:5px 10px; 
	-webkit-border-radius: 5px;	-moz-border-radius: 5px; -o-border-radius: 5px;	border-radius: 5px}
.newslist {margin-bottom:10px;}
.newslist:after { content:""; display:table; clear:both;}
.newslist .thumb { width:120px; height:70px; float:left; overflow:hidden; margin:5px 10px 5px 0;}
.newslist .thumb img { max-width:100%; min-height:100%;}
.newslist .detail { overflow:hidden;}

.orgtxt { font-size:18px;}

.blockdetail .thumb { width:40%; float:left; overflow:hidden; margin:5px 10px 5px 0;}
.blockdetail .thumb img { max-width:100%;}

.blockdetail ul.thumb li { display:none;}
.blockdetail ul.thumb li:first-child { display:block;}

.blockdetail .dtd { margin-bottom:0; color:#999;}
.blockdetail .desc { overflow:hidden;}
.blockdetail h4 { margin-top:5px; margin-bottom:10px; }
.blockdetail .date { margin-top:5px; margin-bottom:5px; color:#666; font-size:1.2em;}

a.more:link { color:#990000;}
a.more:hover { color:#FF0000;}

/**/
.eventblock { margin-bottom:10px; clear:both;}
.eventblock:after { content:""; display:table; clear:both;}
.eventblock .day { background:#1f3881; width:80px; height:110px;  font-family: 'Oswald', sans-serif; font-size:30px; text-align:center; line-height:30px; padding-top:15px; float:left; margin:5px 10px 5px 0; color:#fff;}
.eventblock .day .date { margin-bottom:10px;}
.eventblock .day span { font-size:20px; text-transform:uppercase; display:inline-block; border-top:2px solid #ccc; padding-top:5px; }
.eventblock .detail { overflow:hidden;}

input.cur { width:90%; display:inline-block; }

/**/
ul.owl-gal { margin:0; padding:0;}
	
ul.owl-gal li{margin: 0px 5px 10px; list-style:none; overflow:hidden; background:#6e6e6e; position:relative; text-align:center;
border: 1px solid #6e6e6e; overflow:hidden;
-moz-box-shadow: 0 5px 3px -3px #6e6e6e; -webkit-box-shadow: 0 5px 3px -3px #6e6e6e; box-shadow: 0 5px 3px -3px #6e6e6e;
-webkit-border-radius: 5px;	-moz-border-radius: 5px; -o-border-radius: 5px;	border-radius: 5px;

}
	
ul.owl-gal li {border: 1px solid #6e6e6e; overflow:hidden; height:200px;
-moz-box-shadow: 0 5px 3px -3px #6e6e6e; -webkit-box-shadow: 0 5px 3px -3px #6e6e6e; box-shadow: 0 5px 3px -3px #6e6e6e;
}

ul.owl-gal 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-gal li img:hover{
	-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-gal 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-gal li a .title { background:rgba(0,0,0,0.70); color:#fff; padding:10px; position:absolute; bottom:0; width:100%; text-align:center; margin:0; font-weight:400;}


/**/
.galblock {}
.galblock {margin: 10px 0; list-style:none; overflow:hidden; background:#6e6e6e; position:relative; text-align:center;
border: 1px solid #6e6e6e; overflow:hidden;
-moz-box-shadow: 0 5px 3px -3px #6e6e6e; -webkit-box-shadow: 0 5px 3px -3px #6e6e6e; box-shadow: 0 5px 3px -3px #6e6e6e;
-webkit-border-radius: 5px;	-moz-border-radius: 5px; -o-border-radius: 5px;	border-radius: 5px;}

.galblock { position: relative;overflow: hidden; }
.galblock .video { position:absolute; top:20%; left:36%; z-index:999;}
.galblock span.video { background:url(../images/video.png) no-repeat; height:64px; width:64px; margin-top:25px;}

.galblock 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;
	}
.galblock img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
.galblock 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);
}
.galblock_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: 0;
}
.galblock_image a:hover .overlay { opacity: 0}

.galblock a .title { background:rgba(0,0,0,0.70); color:#fff; padding:10px; position:absolute; bottom:0; width:100%; text-align:center; margin:0; font-weight:400;}


.texturebg { background:url(../images/texturebg.jpg) repeat fixed; padding:20px 0; color:#fff; margin:15px 0;}
h3.tbox { color:#fff; font-size:34px; line-height:44px;}
h3.tbox.bigtxt {color:#fff; font-size:60px; line-height:80px; text-shadow: 1px 1px 2px #333; text-align:center;}

.col-xs-hide {}
.graybg { background:#f5f5f5; padding:15px 0;}
.bluebg { background:#1f3881; padding:15px 0;}
.bluebg h2 { color:#fff;}
.martb { margin:15px auto;}
.ellipsis {overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;  width:100%;}
.vrline { border-left:2px solid #cccccc;}

/**/
.servicelist { list-style:none; margin-left:0;}
.servicelist li { background:#1f3881;  margin-bottom:1px; color:#fff;}
.servicelist li a { color:#fff; padding:10px 10px 10px 25px; display:block}
.servicelist li:before {    
font-family: 'FontAwesome';
content: '\f105';
position:absolute;
top:15; left:9;
 padding:10px 0px 10px 15px;
}
.servicelist li:hover, .servicelist li.active {background:#990000}

/* My Tab */
ul#newsTab { list-style:none; margin-left:0;}
ul#newsTab li {margin-bottom:-2px; font-family: 'Oswald', sans-serif; margin-top:5px; font-size:18px;}
ul#newsTab li a { color:#666;}
ul#newsTab > li.active > a, ul#newsTab > li.active > a:focus, ul#newsTab > li.active > a:hover { color:#1f3881; }
.tab-content { border:1px solid #DDDDDD ; padding:10px 15px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;}

/*Key*/
ul.keylist { list-style:none; margin:0; padding:0; margin-bottom:10px;}
ul.keylist li:before {    
font-family: 'FontAwesome';
content: '\f105';
position:absolute;
top:0; left:0;
}
ul.keylist li { position:relative; padding-left:14px; min-width:32%; margin-bottom:5px; float:left; margin-right:1%;}
ul.keylist li a { color:#1f3881;}
ul.keylist li a:hover { color:#000;}

.subscribe { border:5px solid #1f3881; padding:10px; text-align:center;}

#owl-sponsors .item { text-align:center;}

.blogthumb { text-align:center; margin-bottom:10px;}
.post { margin:15px 0; display:inline-block;}
.post .list { display:inline-block; margin-right:10px;}

.thumb-list { list-style:none; margin-left:0;}
.thumb-list li { border-bottom:1px dashed #7E7E7E; margin-bottom:10px;}
.thumb-list li .date { line-height:10px; margin-bottom:3px; color:#7E7E7E}
.thumb-list li .title { font-weight:bold; margin-bottom:5px}
.thumb-list li .desciption {overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;  width:100%;}

.title a {color:#1f3881}
.title a:hover {color:#333}

.thumb { margin-bottom:10px;}
.fcaption { font-size:12px; color:#666; margin-bottom:10px; margin-top:5px;}

.grayblock { background:#f5f5f5; padding:15px; margin-bottom:10px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.grayblock .title { color:#1f3881; font-size:16px; font-weight:bold;}


ul.projects { margin:0; padding:0;}
	
ul.projects li {margin: 0px 5px 10px; list-style:none; overflow:hidden; background:#fff; position:relative; text-align:center;
border: 1px solid #ccc; overflow:hidden;
/*-moz-box-shadow: 0 5px 3px -3px #6e6e6e; -webkit-box-shadow: 0 5px 3px -3px #6e6e6e; box-shadow: 0 5px 3px -3px #6e6e6e; */
-webkit-border-radius: 5px;	-moz-border-radius: 5px; -o-border-radius: 5px;	border-radius: 5px;

}
	
ul.projects li p { color:#1f3881; padding:10px 10px 5px;}

ul.projects li img{  max-width: 100%; /*max-height:100%;*/ border-bottom:1px solid #2b2929;
-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.projects li { min-height:224px;}

.thumblt { float:left; width:40%; margin:2px 15px 5px 0; text-align:center;}
.thumbrt { float:right; width:40%; margin:2px 0 5px 15px; text-align:center;}
.thumblt img, .thumbrt img { max-width:100%;}
.thumbrt .caption, .thumblt .caption { font-size:12px; color:#666; padding:5px; background:#f5f5f5;}


/****** Color******
 Blue : #1f3881;
 
 **********/

/* Responsive Media Query */

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.wrapper { background:#F50B0B /*red*/}
	header .navbg {background:#000; }
	header.smaller .navbg {background:url(../images/navbg.png) repeat-x;}
	.blogthumb { height:400px; overflow:hidden}
	.galblock { height:200px;}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.wrapper { background:#0B6EF5 /*blue*/}
	header.smaller .navbg .searchpanel { display:none;}
	.search { position:absolute; right:5px;}
	ul.keylist li { position:relative; padding-left:14px; min-width:49%; display:inline-block}
	.blogthumb { height:330px; overflow:hidden}
	.galblock { height:146px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.wrapper { background:#32F50B /*green*/}
	#logo { text-align:center; width:auto;}
	.logotxt { margin-top:30px;}
	.logotxt h2 { font-size:32px; color:#1f3881; line-height:42px; text-align:center;}
	header.smaller .navbg .searchpanel { display:none;}
	ul.keylist li { position:relative; padding-left:14px; min-width:49%; display:inline-block}
	.galblock { height:146px;}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.wrapper { background:#F5800C /*orange*/}
	.col-xs-hide { display:none}
	.footlt, .footrt { float:none; text-align:center;}
	#logo { text-align:center; width:200px; margin:auto;}
	.logotxt { margin-top:10px;}
	.logotxt h2 { font-size:28px; color:#1f3881; line-height:36px; text-align:center;}
	.searchpanel { margin:0; padding:0 10px 0 0; clear:right; margin:7px 0 7px;  width:100%;}
	header .navbg {top:0px;}
	header.smaller .navbg {position:relative; width:100%; top:0;}
	.vrline { border-left:0px solid #cccccc; border-top:2px solid #ccc; padding-top:10px;}
	ul.keylist li { position:relative; padding-left:14px; min-width:49%; display:inline-block}
	.footer { text-align:center; }
	.blockdetail .thumb { width:100%; float:none; overflow:hidden; margin:5px 0px 5px 0;}
	ul.listing li:before { font-family: 'FontAwesome'; content: '\f105'; position:relative; top:0; left:-5px;}
	.thumblt, .thumbrt { float:none; width:100%; margin:2px 0px 10px 0; text-align:center;}
}

@media (min-width: 480px) and (max-width: 767px) {
	.wrapper { background:#F54D0B /*dark orange*/}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.wrapper { background:#F5E50B /*yellow*/}
	ul.keylist li { position:relative; padding-left:14px; min-width:100%; display:inline-block}
	.col-xs-6 { float:none; width:100%;}
}