@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);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,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;}
a:hover {color:#c00;}

/*a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color:#c00;
}

a:hover {
	color: #1f201f;
}*/

/*****
-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:0; padding: 26px 15px; font-size:16px;}

.navbar.no-background .breadcrumb > .active { color:#E4E4E4;}
.navbar .breadcrumb > .active  { color:#666;}
.breadcrumb li a { color:#00adef; font-weight:600;}
.breadcrumb li a:hover { color:#ccc;}

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

h1 { font-size:30px; font-weight: 700; line-height:38px; color:#7f2614; text-transform:uppercase;}
h2 { font-size:30px; font-weight: 500; line-height:38px; color:#7f2614;}
h3 { font-size:24px; font-weight: 500; line-height:30px; color:#000;}
h4 { font-size:20px; font-weight: 500; line-height:26px; color:#000;}
h5 { font-size:18px; font-weight: 500; line-height:22px; color:#000;}

body {  font-family: 'Roboto', Helvetica, sans-serif;  font-size:15px; color:#333; line-height:22px; 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; opacity:0.4; filter:alpha(opacity=40); }
#back-top a:hover span { background-color:#333; opacity:1; filter:alpha(opacity=1);}

.limit { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/* List Style */

ul.listing { list-style:none; margin:0; padding:0; margin-bottom:10px;}
ul.listing li:before {    
font-family: 'FontAwesome';
content: '\f0da ';
position:absolute;
top:0; left:0;
}
ul.listing li { position:relative; padding-left:14px;}

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;}

ul.list li+li {
    margin-top: 7px;
}

main ul {margin-left:12px;}

main ol {margin-left:14px;}
main ol li { padding-left:5px;}

.btn-default, a.btn-default { background:none; color:#29aae2; border-color:#23a1d7; border-radius:0;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn-default:hover { background-color:#000; color:#fff; border-color:#000}

.btn-default.white { background:#fff; color:#333;}

a.btn-default.bluebtn {background:#29aae2; color:#fff; border-color:#23a1d7;}
a.btn-default.bluebtn:hover { background-color:#000; color:#fff; border-color:#000}

.banner { position:relative; margin-bottom:15px;}

main { margin:10px 0 0;}

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

footer {background:#000 url(../images/footerbg.jpg) no-repeat; background-size:cover; color:#ccc; }
.footer {padding:25px 0 10px;}
.footer, .footer a {  color:#cccccc;  }
.footer a:hover { color:#fff;}

.footer h3 { color:#fff;}
.inline { display:inline-block; vertical-align:middle;}
.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: #2cafe5; text-decoration: none;}

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

.navigation { float:right; position:relative; z-index:99;}

.thumb { margin-bottom:7px;}
.thumb img { max-width:100%;}
.thumblt { float:left; width:350px; margin:2px 15px 5px 0;}
.thumbrt { float:right; width:350px; margin:2px 0 5px 15px;}
.thumblt img, .thumbrt img { max-width:100%;}

.search { display:inline-block; margin-left:10px; float:right; margin-top:7px; }

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


/*** Carousel Fade Effect ***/
.carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity;  overflow:hidden;}
.carousel-fade.zoomin .carousel-inner .item.active img { transition: transform 5000ms linear 0s; transform: scale(1.05, 1.05);}
.carousel-fade .carousel-inner .active { opacity: 1;}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1;}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1;}
.carousel-fade .carousel-control { z-index: 2;}
.carousel-control { padding-top:30%;}
/* Carousel Fade Effect */

.header  { text-align:center; margin-bottom:10px;}
.header::after { display: block; content: ""; background: #23377e;	width: 150px; height: 2px; margin:5px auto 5px; }

.midlinetxt {}
.midlinetxt { position: relative; text-align: left;}
.midlinetxt span { background: #fff; padding: 0 15px 0 0; position: relative; z-index: 1;}
.midlinetxt:before { background: #4277d3; content: ""; display: block; height: 1px; position: absolute; top: 50%; width: 100%;}
.midlinetxt:before { left: 0; }



.blockdetail .thumb {  width:350px; float:left; overflow:hidden; margin:5px 15px 5px 0;}
.blockdetail .thumb img { max-width:100%;}
.blockdetail ul.thumb li { display:none; position:relative;}
.blockdetail ul.thumb li:first-child { display:block;}

.blockdetail ul.thumb li span { padding:5px; position:absolute; z-index:999; width:100%; left:0; bottom:0; background:rgba(0,0,0,0.70); color:#fff; text-align:center; font-size:12px;}
.blockdetail .date { font-weight:bold; font-size:16px; padding-top:5px; color:#949494}

.clr-rt { clear:right;}
.clr-lt { clear:left;}


/*Float Button Left*/
.floatbtn a{ position:fixed; z-index:999; top:100px; margin-left:-10px; text-align:right; transition: width 0.4s; -webkit-transition: width 0.4s; /* Safari */
transition-property:margin;
-moz-transition-property: margin; /* Firefox 4 */
-webkit-transition-property:margin; /* Safari and Chrome */
-o-transition-property:margin; /* Opera */
}
.floatbtn a:hover{ margin-left:0px;}

/*Float Button Right*/
.floatbtn-rt a{ position:fixed; z-index:999; top:200px; right:0; margin-right:-10px; text-align:right; transition: width 0.4s; -webkit-transition: width 0.4s; /* Safari */
transition-property:margin;
-moz-transition-property: margin; /* Firefox 4 */
-webkit-transition-property:margin; /* Safari and Chrome */
-o-transition-property:margin; /* Opera */
}
.floatbtn-rt a:hover{ margin-right:0px;}

/*Float Button Social Media*/
.floatbtn {}
.floatbtn-social a{ position:fixed; z-index:999; top:170px; margin-left:-25px; text-align:right; transition: width 0.4s; -webkit-transition: width 0.4s; /* Safari */
transition-property:margin;
-moz-transition-property: margin; /* Firefox 4 */
-webkit-transition-property:margin; /* Safari and Chrome */
-o-transition-property:margin; /* Opera */
}
.floatbtn-social a:hover{ margin-left:0px;}
.floatbtn-social.btn01 a{top:170px;}
.floatbtn-social.btn02 a{top:220px;}
.floatbtn-social.btn03 a{top:270px;}
.floatbtn-social.btn04 a{top:320px;}

.service-box { text-align: center; margin:10px; }
.service-box .thumb { }

.speech {
  background: #f9f9f9;
  padding:10px 0;
}
.speech:before {
  color: #999;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.20em;
  vertical-align: -0.4em;
}
.speech:after {
  color: #999;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.20em;
  vertical-align: -0.5em;
}

/* Gallery */
.gallery { margin-bottom:25px;}

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

.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:40px;}

.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.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 0;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.galblock_image a .overlay h5{
	color: #FFF;
	position: absolute;
	height: 70px; overflow:hidden;
	top: 50%;
	left: 0px;
	right: 0px;
	margin-top: -25px;
	line-height: 24px;
	text-align:center;
	letter-spacing:1px;
}
.galblock_image a:hover .overlay { opacity: 1;
-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);}



blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

a.more { font-size:18px; color:#800000;}
a.more:after { font-family: 'FontAwesome'; content: '\f105'; padding-left:5px; }
a.more:hover { color:#cc0000}

.navbar-brand { margin-top:-8px;}
.navbar-brand img { width:192px;}
.logo {}


/*Home Section style
==================*/

.home{
    background: url(../images/home-bg1.jpg) no-repeat top center;  overflow: hidden;
    background-size: cover;
    position: relative;
    padding-top: 175px;
    padding-bottom: 50px;
    width:100%;
}
.home.inner { padding-bottom:10px; padding-top:30px;}
.home.inner .home_text h1{ margin-bottom:5px;}


.navbar-brand { padding: 12px 15px;}
nav.navbar.bootsnav ul.nav li .fa { font-size:18px;}
nav.navbar.bootsnav ul.nav li.active > a{
    color:#24a8e1;
}
nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: #333;
}
nav.navbar.bootsnav.no-background.white ul.nav > li.active > a {
    color: #24a8e1;
}

nav.navbar.bootsnav .navbar-toggle .fa { font-size:21px;}

.homesection { text-align:center; color:#fff;}
.homesection .thumb {}
.homesection h2 { color:#fff; font-weight:700; letter-spacing: 1px;}
.homesection h3 { color:#ccc; margin:20px 0;}


#clockdiv {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px; margin:20px 0;
}

#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: rgba(0,0,0,0.60);
  display: inline-block;
}

#clockdiv div > span { font-family: 'Oswald', sans-serif; font-weight:700; min-width:70px;
  padding: 15px;
  border-radius: 3px;
  background: #FFFFFF;
  display: inline-block;
}

.smalltext {
  padding-top: 5px;
  font-size: 16px;
}

#clockdiv span {
   color: #1a1a1a;
}


.bg-white{background-color: #fff;}
.bg-gray{background-color:#ebebeb}
.bg-light{background-color:#ffd5cd}
.bg-undefined{background-color:#e8eaf6}
.bg-brown {background-color:#7f2614; color:#ccc;}

.volunteerbg { background:#fff url(../images/volunteerbg.jpg) no-repeat bottom center;}
.volunteerbg.padtb50 { padding:50px 0 100px;}

.bg-subscribe { background:url(../images/subscribebg.jpg) no-repeat bottom center; background-size:cover; text-align:center;}
.bg-subscribe h2{ color:#fff;}

.bg-brown h2 { color:#fff;}
.bg-brown a.btn-default { background:none; color:#fff; border-color:#fff;}
.bg-brown a.btn-default:hover {background-color:#000; color:#fff; border-color:#000}

.bigtxt { font-size:18px; line-height:26px;}

.padtb50 { padding:50px 0;}

.head_title{ 
    padding-bottom: 1.143rem; 
    overflow: hidden; 
}
/*.head_title::after { display: block; content: ""; background: #7f2614;	width: 150px; height: 2px; margin:5px 0 0; }*/


.subscribe .form-control, .subscribe .btn {
		min-height: 46px;
		border-radius: 3px; 
	}
	.subscribe .form-control {
		box-shadow: none;
		border-color: #dbdbdb;
	}
	.subscribe .form-control:focus {
		border-color: #7f2614;
		box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
	}
    .subscribe .btn {
        color: #fff;
        border-radius: 4px;
		background: #7f2614;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
		padding: 6px 20px;
		min-width: 150px;
        border: none;
    }
	.subscribe .btn:hover, .subscribe .btn:focus {
		background: #00adef;
		outline: none;
	}
	.subscribe .input-group {
		margin: 30px 0 15px;
	}

.partner { margin:10px 5px 15px;}
.partner img { max-width:100%;}

.hello h1 { color:#fff; letter-spacing:1px; }
img.conthumb { width:24px; margin-right:5px; }

.form-control-feedback { color:#ccc;}
.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2;
}
.required-field {
    color: #f45858;
    display: inline;
    font-size: 18px;
    line-height: 12px;
}
.gcaptcha { margin-bottom:10px; text-align:left; display:inline-block;}

.platinume { background:#c3d1dc;}
.gold {background:#f2eba2;}
.silver { background:#cacaca;}
.special { background:#d5c3dc;}

.caption { font-size:13px; line-height:18px; text-align:center; margin-top:7px; color:#848484}

.form input, .form textarea {  border:1px solid #23a1d7; border-radius:0;}



label{
	position: relative;
	cursor: pointer;
}

input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}
/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px; font-size:18px;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #29aae1;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px; font-size:18px;
}

input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #29aae1;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

.label-text { font-weight:normal;}
.custom-file { }
.form .custom-file input { border:none;}

.fblock { background:#ebebeb; border:1px solid #dfdfdf; padding:15px 25px;}

#freetier, #pretier { display:none;}
.padlt { padding-left:25px;}


/* Responsive Media Query */

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.thumblt { float:left; width:450px; margin:2px 15px 5px 0;}
	.thumbrt { float:right; width:450px; margin:2px 0 5px 15px;}
	.platinume, .gold, .silver, .special { min-height:490px;}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
	nav.navbar.bootsnav ul.nav > li > a{ padding: 24px 7px; }
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	.navbar-brand { padding: 5px 15px;}
	.navbar-brand { height:64px;}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	.footlt, .footrt { float:none; text-align:center;}
	.thumblt { float:left; width:300px; margin:2px 15px 5px 0;}
	.thumbrt { float:right; width:300px; margin:2px 0 5px 15px;}
	.blockdetail .thumb {  width:100%; float:none; overflow:hidden; margin:5px 0 10px 0;}
	.navbar-brand { padding: 5px 15px;}
	.thumblt, .thumbrt { float:none; width:100%; margin:2px 0 7px 0;}
	.navbar-brand { height:64px;}
}

@media (min-width: 480px) and (max-width: 767px) {
	

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	
	.col-xs-6 { width:100%; float:none;}
	
	.frt, .flt {float : none; text-align:center;}
	
}