/* Stylesheets and Google fonts import */
@import url("css/font-awesome.css");
@import url("css/animations.css");
/*@import url('https://fonts.googleapis.com/css2?family="Lora", serif;:wght@400;700&display=swap');*/
/*  CSS definations for Native Church  */
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Lora:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6{
	  font-family: "Lora", serif;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}
iframe{
     border:0;
}


/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
a{
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}
#fot_menu { color:#fff !important; }
a:hover{
	text-decoration:none;
}
a:hover,
a:active,
a:focus{
	outline: 0;
	color:#666666;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;	
}
.gray-bg{
	background:#bababa;
}
.gray-text{
	color:#bababa;
}
.lgray-bg{
	background:#f8f8f8;
}
.dgray-bg{
	background:#333333;
}
img {
	max-width: 100%;	
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong, .strong {
  	font-weight: 700;
}
p {
	/*margin: 0 0 20px;*/
}
i, em, .italic{
	font-style:italic;
}
.uppercase{
	text-transform:uppercase;
}
.align-left{
	float:left;
	margin:0 25px 0 0px!important;
}
.align-right{
	float:right;
	margin:0 0 0 25px!important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;	
}
.color-text {
    color: #ffffff;
}
.through{
	text-decoration:line-through;
}
.border-radius{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 5px 0;
	color:#000;
	font-weight:400;
	line-height:1.5em;
	font-family: 'Roboto Condensed', sans-serif;
}
h1 { font-size:36px; }
h2 { font-size:16px; }
h3 { font-size:16px; }
h4 { font-size:14px; text-transform:uppercase; font-weight:normal; font-family: 'Roboto Condensed', sans-serif; }
h5 { font-size:16px; font-weight:700; }
h6 { font-size:13px; }
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{
	margin-bottom:5px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}
h1 a, h2 a, h3 a, h5 a, h6 a{
	color:#5e5e5e;
	text-decoration:none;
}
.huge{
	font-size:10em;
}
blockquote{
	margin:30px 0;
	padding:0 0 0 30px;
	border-left:3px solid;
}
blockquote p{
	margin-bottom:0;
	white-space:normal;
	font-style:italic;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
}
blockquote cite{
	color:#ffffff;
}
blockquote cite:before{
	content:"- ";
}
ul li { font-size:13px; }
p{
	font-size:18px;
	line-height:30px;
	text-align:justify;
	    color: #333;

}
p.md{
	font-size:16px;
	line-height:22px;
}
p.lg{
	font-size:30px;
	line-height:1.2em;
}
.big{
	font-size:200%;
	line-height:1.5em;
}
.thin{
	font-weight:300;
}
p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
	font-family:Georgia, serif;
    line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
hr{
	display:block;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
    /* height: 1px; */
    /* border: 0; */
    border: 2px dashed #186096;
}
hr.fw{
	display:block;
	clear:both;
	margin-top:0;
	margin-bottom:50px;
	width:100%;
	height:1px;
	border:0;
	background:#eaeaea;
}
hr.sm{
	display:inline-block;
	margin:15px 0;
	width:40px;
	height:2px;
	border:0;
	background:#eaeaea;
}
ul.checks, ul.angles, ul.carets, ul.chevrons{
	margin-bottom:15px;
}
ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li{
	margin:10px 0;
}
ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i{
	margin-right:2px;
}
ul.inline{
	margin:10px 0;
}
ul.inline > li{
	display:inline-block;
	margin-right:10px;
}
ul.inline > li i.fa{
	margin-right:2px;
}
ul.nav-list-primary > li a{
	display:block;
	padding:8px;
	border-bottom:1px solid #eceae4;
	color:#666666;
	text-decoration:none;
}
ul.nav-list-primary > li a:hover{
	text-decoration:none;
}
ul.unordered{
	margin:10px 0 10px 20px;
	list-style-type:disc;
}
ol{
	margin:10px 0 10px 30px;
	list-style-type: decimal;
}
ul.unordered ul, ol ul{
	margin:10px 0 10px 20px;
}
ul.unordered ul{
	list-style-type:circle;
}
dl{
	margin:10px 0;
}
dl dt{
	font-weight:700;
}
address.ico i{
	display:inline-block;
	float: left;
	clear:both;
	padding-top: 3px;
}
address.ico p{
	margin:0;
	padding-bottom:10px;
}
address.ico span{
	display:inline-block;
	padding-left:20px;
}
.cursive{
	font-family: 'Roboto Condensed', sans-serif;
	font-style:italic;
	text-transform:none;
	font-weight:400;
	letter-spacing:0;
}
.title-note{
	color:#ffffff;
	font-size:11px;
	font-weight:700;
	display:inline-block;
	padding:0 5px;
	line-height:20px;
	text-transform:uppercase;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-family: 'Roboto Condensed', sans-serif;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-control{
	margin-bottom:20px;
}

.newh3 a {color:#307fbe; margin-bottom:10px;}

/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}
.push-top{
	margin-top:35px;
}

/* ==================================================
   Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
.padding-tb20{
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb45{
	padding-top:45px;
	padding-bottom:45px;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px;
}
/* ==================================================
   Spacers
================================================== */
.spacer-10 {
	height:10px;
	clear:both;
	width:100%;
}
.spacer-20{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-30{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-40{
	height:40px;
	clear:both;
	width:100%;
}
.spacer-50{
	height:50px;
	clear:both;
	width:100%;
}
.spacer-75{
	height:75px;
	clear:both;
	width:100%;
}
.spacer-100{
	height:100px;
	clear:both;
	width:100%;
}

/* ----------------------------------------------------------------------------------------- */
/* Multi purpose classes */
/* ----------------------------------------------------------------------------------------- */
.overlay-transparent{
	background:rgba(0,0,0,.6);
}
.btn{
	border-width:0;
  	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.btn-default{
	border-width:1px;
}
.checkers-overlay{
	background:url(images/checkers.png) repeat;
}
.pattern-overlay{
	background:url(images/pattern.png) repeat;
}
.img-thumbnail{
	background:#f8f7f3;
	padding:5px;
}
.social-icons a{
	margin:0 8px;
	text-decoration:none;
}
.next-prev-nav{
	display:inline-block;
}
.next-prev-nav a{
	display:inline-block;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	text-decoration:none;
}
.next-prev-nav a:hover{
	color:#fff;
}
.meta-data{
	display:block;
	margin-bottom:10px;
	font-size:13px;
	font-style:italic;
	font-family: 'Roboto Condensed', sans-serif;
	color:#999999;
}
.meta-data a{
	color:#666666;
}
.meta-data a i{
	color:#999999;
}
.meta-data a:hover{
	text-decoration:none;
}
.meta-data > span{
	margin-right:20px;
	display:inline-block;
}
.meta-data i{
	margin-right:4px;
}
.meta-data > span:last-child{
	margin-right:0;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.media-box{
	position:relative;
	display:block;
	max-width:100%;
}
.media-box .zoom, .media-box .expand{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	color:#ffffff!important;
	font-size:1.5em;
	z-index:999;
	left:0;
	top:0;
	margin:0;
	background-color:rgba(0,0,0,.5);
	opacity:0;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.img-thumbnail img:hover, .img-thumbnail:hover{
	opacity:.9
}
.media-box:hover .zoom, .media-box:hover .expand{
	opacity:1;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}
.mejs-container{
	margin-bottom:20px;
}
.media-box .media-box-wrapper{
	padding:30px;
}
.info-table li{
	border-bottom:1px solid #eceae4;
	padding:10px 20px;
}
.info-table li:nth-child(2n+1) {
	background-color: #f8f7f3;
}
.info-table li i.fa{
	margin-right:5px;
}
.info-table li:last-child{
	border-bottom:0;
}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body{
	background-color:#ffffff;
	color:#666666;
	font-size:16px;
	font-weight:400;
	font-family:'Roboto Condensed', sans-serif;
	line-height:30px;
	background-attachment:fixed;
}
body.boxed .body{
	position:relative;
	margin:25px auto;
	max-width:1080px;
	width:100%;
	height:auto;
	background-color:#ffffff;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 2px rgba(0,0,0,.2);
	box-shadow:0 0 2px rgba(0,0,0,.2);
}
@media (min-width: 1200px) {
	body.boxed .body .site-header, body.boxed .body .main-menu-wrapper{
		max-width:100%;
		width:1080px;
	}
}
.site-header{
	width:100%;
}
.site-header .topbar{
	background-color:rgba(255,255,255,.8);
	height:95px;
	overflow:hidden;
	position:relative;
	z-index:3;
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 2px 0 rgba(0,0,0,.1);
	box-shadow:0 2px 0 rgba(0,0,0,.1);
}
.site-header h1.logo{
	position:relative;
	z-index:1300;
	display: table;
	margin:0;
	padding: 0px 0 5px;
	height:80px;
	vertical-align: middle;
	line-height: 0;
	overflow:hidden;
}
.logo a{
	display:table-cell;
    vertical-align:middle;
	text-decoration:none;
}
.top-navigation{
	float:right;
	font-family: 'Roboto Condensed', sans-serif;
	padding:15px 0 0 0;
}
.top-navigation li{
	float:left;
/*
	letter-spacing:2px;
*/
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
}
.top-navigation li a{
	display:inline-block;
	/* margin:0 10px; */
	text-decoration:none;
	    font-size: 16px;

}
.top-navigation li:after{
	/*content:"/";*/
}
.top-navigation li:last-child:after{
	content:""
}
.site-header .menu-toggle{
	font-size:18px;
	margin:30px 10px 0 0;
	float:right;
}
.site-header .menu-toggle:focus{
	outline:0;
}
.main-menu-wrapper{
	display:block;
	width:100%;
}
.main-menu-wrapper .col-md-12{
	position:relative;
}
.navigation{
	height:50px;
	background:#165991;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow:0 0 3px rgba(0,0,0,.4);
	box-shadow:0 0 3px rgba(0,0,0,.4);
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	z-index:2;
/*	text-align:right;*/
	font-family: 'Roboto Condensed';
	position:absolute;
	top:0;
}
.navigation > ul > li{
	display:inline-block;
	line-height:50px;
	font-size:13px;
	text-transform:uppercase;
	position:relative;
}
.navigation > ul > li i{
	font-size:13px;
}
.navigation > ul > li > a{
	padding:0 15px;
	display:block;
	text-decoration:none;
	    color: #fff;
	    font-size: 16px;

}
.navigation ul > li > a:hover, .navigation ul > li > a.current{
}
.navigation > ul > li ul{
	position:absolute;
	top:60px;
	left:30px;
	z-index:999;
	display:none;
	min-width:100%;
	height:auto;
	background:#fff;
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 2px 2px rgba(0,0,0,.2);
	box-shadow:0 2px 2px rgba(0,0,0,.2);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-left:30px;
	text-align:left;
}
.navigation > ul > li ul:before {
	position: absolute;
	left:50%;
	top: auto;
	margin: -10px 0px 0px -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 5px;
	border-bottom-color: #ffffff;
	content: " ";
	pointer-events: none;
}
.navigation > ul > li ul li ul:before {
	position: absolute;
	left:0;
	top: auto;
	margin: 15px 0px 0px -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 5px;
	border-right-color: #ffffff;
	content: " ";
	pointer-events: none;
}
.navigation > ul > li:hover ul{
	display:block;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.navigation > ul > li > ul li{
	line-height: normal;
	font-size:13px;
	position:relative;
}
.navigation > ul > li > ul li > a{
	display:block;
	padding:10px 20px;
	border-bottom:1px solid #f8f7f3;
	white-space:nowrap;
	text-decoration:none;
	    font-size: 14px;

}
.navigation > ul > li > ul li a:hover{
	text-decoration:none;
}
.navigation > ul > li > ul li:last-child a{
	border-bottom:0;
}
.navigation > ul > li > ul li ul{
	left:100%!important;
	top:0;
	min-width: inherit;
	margin-left:11px;
	position:absolute;
}
.sticky-wrapper{
	max-height:50px;
}
.is-sticky .main-menu-wrapper{
	z-index:1000;
	min-height:50px;
	background-color:rgb(24 96 150);
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}
.is-sticky .navigation{
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* Hero Slider */
.flexslider {
	margin: 0;
	padding: 0;
	background:url(images/loader.gif) no-repeat scroll center center;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
* html .slides {
	height: 1%;
}
.flexslider .slides {
	zoom: 1;
}  
.hero-slider{
	position:relative;
	top:-81px;
	margin-bottom:-81px;
	left:0;
	z-index:1;
	height:500px;
	width:100%;
	overflow:hidden;
}
.hero-slider .flex-viewport{
	width:100%;
}
.hero-slider.flexslider > ul.slides{
	height:100%;
}
.hero-slider.flexslider ul.slides li{
	height:500px;
	width:100%;
	overflow:hidden;
	position:static;
	background-attachment:scroll!important
}
.flexslider .flex-control-nav{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:111;
	left:0;
	bottom:10px;
	padding:0;
	margin:0;
}
.hero-slider.flexslider .flex-control-nav{
	bottom:-40px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.hero-slider.flexslider:hover .flex-control-nav{
	bottom:10px;
	-webkit-transition: bottom .3s .2s;
	-moz-transition: bottom .3s .2s;
	-ms-transition: bottom .3s .2s;
	-o-transition: bottom .3s .2s;
	transition: bottom .3s .2s;
}
.flexslider .flex-control-nav li{
	display:inline;
}
.flexslider .flex-control-nav a{
	width:12px;
	height:12px;
	border-radius:100%;
	background-color:#ffffff;
	display:inline-block;
	margin:0 6px;
	text-indent:-9999px;
	text-decoration:none;
}
.flexslider .flex-prev, .flexslider .flex-next{
	background:rgba(0,0,0,.6);
	color:#f8f7f3;
	display:block;
	margin-bottom:10px;
	position:absolute;
	top:50%;
	margin-top:-13px;
	right:10px;
	font-size:14px;
	line-height:25px;
	width:25px;
	height:25px;
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	display:none;
	text-align:center;
}
.flexslider .flex-prev{
	left:10px;
	right:auto;
}
.flexslider .flex-prev:before{
  content: "\f104";
}
.flexslider .flex-next:before{
  content: "\f105";
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:100px;
	height:100px;
	right:-100px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	font-size:30px;
	line-height:100px;
	display:block;
	text-align:left;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next{
	display:block;
}
.hero-slider.flexslider .flex-prev{
	left:-100px;
	padding-left:60px;
}
.hero-slider.flexslider .flex-next{
	padding-left:30px;
}
.hero-slider.flexslider:hover .flex-prev{
	left:-50px;
	-webkit-transition: left .3s .2s;
	-moz-transition: left .3s .2s;
	-ms-transition: left .3s .2s;
	-o-transition: left .3s .2s;
	transition: left .3s .2s;
}
.hero-slider.flexslider:hover .flex-next{
	right:-50px;
	-webkit-transition: right .3s .2s;
	-moz-transition: right .3s .2s;
	-ms-transition: right .3s .2s;
	-o-transition: right .3s .2s;
	transition: right .3s .2s;
}
.notice-bar, .page-header{
	background:#f8f7f3;
	padding:20px 0;
	box-shadow:0 2px 0 rgba(0,0,0,.07);
}
.notice-bar-title-icon{
	display:inline-block;
	float:left;
	margin-right:15px;
}
.notice-bar-title .title-note{
	margin-top:4px;
}
.notice-bar-title strong{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#E1241D;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
}
.notice-bar-event-title h5, .notice-bar-event-title .date{
	margin-bottom:0;
}
.counter .timer-col{
	display:inline-block;
	width:24%;
	text-align:center;
}
.timer-col #days, .timer-col #hours, .timer-col #minutes, .timer-col #seconds{
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	padding:5px 10px;
}
.timer-col #days{
	color:#ffffff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.timer-col #hours, .timer-col #minutes, .timer-col #seconds{
	background:#eceae4;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.timer-col .timer-type{
	font-size:13px;
	display:block;
	margin-top:2px;
}
.content{
    padding:15px 0px 0px 0px;
	/* padding:50px 0px 0px 0px; */
}
.featured-blocks{
	margin-bottom:30px;
}
.featured-block{
	position:relative;
}
.featured-block strong{
	background:url(images/pattern.png);
	color:#fff;
	font-weight:normal;
	display:inline-block;
	padding:5px 30px;
	margin:0;
	position:absolute;
	z-index:10;
	left:10px;
	bottom:25px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;	
	    font-size: 16px;

}
.featured-block:hover strong{
	bottom:58px;
	-webkit-transition: bottom .3s .2s;
	-moz-transition: bottom .3s .2s;
	-ms-transition: bottom .3s .2s;
	-o-transition: bottom .3s .2s;
	transition: bottom .3s .2s;
}
.featured-block .more{
	background:#ffffff;
	color:#333333;
	display:inline-block;
	padding:5px 20px 5px 30px;
	margin:0;
	position:absolute;
	z-index:9;
	left:10px;
	bottom:25px;
	font-size:16px;
}
.featured-block .img-thumbnail:hover{
	opacity:1;
}
 .post-title{
	border-bottom:1px solid #eceae4;
}
.listing-header-sub{
	text-align:right;
	padding-top:10px;
}
.listing-header-sub h5{
	display:inline-block;
}
.listing-header-sub .next-prev-nav{
	margin-left:20px;
}

 .post-content{
	border-top:4px solid #f8f7f3;
	padding-top:15px;
}
.listing .item{
	width:100%;
	padding:10px 0;
	float:left;
	border-bottom:1px solid #eceae4;
}
.event-date{
	width:100%;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#333333;
	text-align:center;
	padding:5px 0 0 0;
}
.event-date .date{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	margin-bottom:0;
	display:block;
	margin-top:2px;
	color:#e42f29;
}
.ser_left_menu li {height:30px; line-height:30px; font-size:14px;}
.facilities_he {    font-size: 22px;
 margin-bottom:0; color:#1fa340; }
.box {background:#2e7ebc !important;}
.fac_border {margin-bottom:20px;}

.format-image img {border:1px solid #ccc;}
.slides li {border:1px solid #fff;}

.in_addr, .widg {color:#fff !important; font-size:16px !important;line-height: 27px;}

.sitemap li {line-height:20px !important;  }
.sitemap li a {margin-bottom:5px !important; color:#fff !important; font-size:16px !important;}
.more_box {padding:5px !important;}
 
.event-date .month, .event-date .year{
	font-size:13px;
	font-weight:700;
	letter-spacing:2px;
	color:#999999;
	display:block;
	margin-top:4px;
}
.event-date .year{
	font-size:11px;
	margin-top:0;
	margin-bottom:2px;
}
.event-item .event-date{
	width:10%;
	float:left;
	margin-right:4%;
}
.event-item .event-detail{
	float:left;
	width:66%;
	margin-right:3%
}
.wel_re_mo{  
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin: 10px 0;
    border-radius: 0px;
    padding: 10px 20px;
    letter-spacing: 0px;
}
.event-item .to-event-url{
	float:left;
	width:17%;
	text-align:right;
	display:table;
	vertical-align:middle;
}
.event-item .to-event-url div{
	display:table-cell;
    vertical-align:middle;
}
.event-item .event-detail h4{
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:none;
	font-weight:400;
	letter-spacing:0;
	margin-bottom:0;
}
.event-item .event-detail h4 a{
  	text-decoration:none;
}
.post-listing .post{
	padding:20px 0 10px 0;
}
.post-listing .media-box{
	margin-bottom:10px;
}
.post-listing .post-title{
	margin-bottom:12px;
}
.post-listing .post-title h2, .sermons-listing h2.sermon-title{
	font-size:16px;
	margin-bottom:0;
}
.sermon .meta-data{
	margin:0;
}
.item.featured-sermon{
	border-bottom:0;
	margin-top:20px;
  	padding:30px;
	background:#f8f7f3;
  	position: relative;
	margin-bottom:10px;
}
.featured-sermon:before {
  	content: "";
  	position: absolute;
  	top: 0%;
  	right: 0%;
  	width: 0px;
  	height: 0px;
  	border-bottom: 20px solid #eceae4;
  	border-right: 20px solid transparent;
}
.featured-sermon:after {
  	content: "";
  	position: absolute;
  	top: 0%;
  	right: 0%;
  	width: 0px;
  	height: 0px;
  	border-top: 19px solid #ffffff;
  	border-left: 19px solid transparent;
}
.wel_cont {font-size:18px; color:#333;line-height:30px; text-align:justify; margin-top:5px;margin-bottom:15px }
.lat_news {font-size:13px; color:#666; line-height:22px; text-align:justify;}
.featured-sermon .date{
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	margin-bottom:5px;
	display:block;
	color:#1fa340;
}
.featured-sermon h4 a{
  	text-decoration:none;
}
.sermon-actions a{
	margin-right:10px;
	text-decoration:none;
}
.sermon-actions i{
	font-size:18px;
}
.featured-sermon-video{
	margin-bottom:20px;
}
.featured-gallery{
	padding:50px 0;
}
.featured-gallery h4{
	color:#ffffff;
}
.featured-gallery .btn{
	border:0;
}
.site-footer{
	background-color:#2e7ebc;
	padding-top:20px;
	box-shadow:0 -2px 0 rgba(0,0,0,.07);
}
.site-footer-bottom{
	background-color:#404040;
	padding:10px 0;
	font-size:13px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
}
.site-footer-bottom p{
	margin-bottom:0;
	font-size:16px;
}
.site-footer-bottom .social-icons{
	text-align:right;
}
.site-footer-bottom .social-icons a{
	color:#ffffff;
	background:#999999;
	border-radius:50%;
	width:20px;
	height:20px;
	text-align:center;
	display:inline-block;
	margin:0 0 0 8px;
	text-decoration:none;
}
.site-footer-bottom .social-icons a:hover{
	background:#666666;
}
.nav-backed-header{
	position:relative;
	z-index:1;
	margin:0;
	border:0;
}
.page-header{
	margin:0;
	position:relative;
	padding:20px 0 20px 0;
	border:0;
}
.page-header h1{
	text-transform:uppercase;
	color:#ffffff;
	margin-bottom:0;
	line-height:1em;
	font-family: 'Roboto Condensed', sans-serif;
}
.page-header p{
	color:#d8d6d1;
	margin:0;
}
ol.breadcrumb{
	margin:0;
	background:none;
	padding:90px 0 40px 0;
}
ol.breadcrumb a{
	color:#d8d6d1;
	text-decoration:none;
}
ol.breadcrumb a:hover{
	color:#fff;
	text-decoration:underline;
}
ol.breadcrumb > .active{
	color:#fff;
}
.grid-holder{
	width: 105%;
	margin-left: -3%;
	float: left;
}
.grid-holder .grid-item{
	float: left;
}
.grid-item{
	margin-bottom: 3%;
	border-bottom: medium none;
}
.grid-item-inner{
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	background:#ffffff; margin-top:10px;
}
.grid-holder .grid-item{
	margin-left: 3%;
}
.grid-holder.col-2 .grid-item{
	width:49%;
}
.grid-holder.col-3 .grid-item{
	width:29.63%;
}
.grid-holder.col-4 .grid-item{
	width:24%;
}
.grid-media{
	position:relative;
}
.grid-content{
	padding:15px 20px 1px 20px;
}
.grid-content .fa-external-link{
	margin-left:10px;
}
.events-grid .grid-item{
}
.grid-item h3{
	line-height:1em;
}
.post-title{
	margin-bottom:0;
	padding-bottom:6px;
}
.post-content{
	padding-top:20px;
}
.post-content .featured-image{
	margin-bottom:20px;
}
.single-post-header{
	margin-bottom:0;
}
.single-post-header .event-date{
	float:left;
	width:50px;
}
.single-post-header .btn-toolbar{
	margin-top:8px;
}
.single-post-header .sermon-actions, .post-comments-count{
	margin-top:15px;
}
.event-description{
}
.event-description .panel-body{
	padding:10px 0;
}
.event-description .panel-heading{
	color:#ffffff;
}
.sermon-archive .post.sermon{
	margin-bottom:30px;
	padding:30px;
	background-color:#f8f7f3;
}
.sermon-archive .post.sermon .img-thumbnail{
	background:#fff;
}
.posts-archive .post{
	margin-bottom:40px;
	padding-bottom:25px;
	border-bottom:1px solid #eceae4;
}
.posts-archive .post .img-thumbnail{
	margin-top:10px;
}
.post.sermon .post-title h3{
	margin-bottom:5px;
}
.post.sermon .post-title .sermon-actions{
	text-align:right;
	padding-top:25px;
}
.post.sermon .post-content{
	padding-top:20px;
}
.audio-container, .video-container{
	margin-bottom:30px;
}
.post-meta{
	background-color:#f8f7f3;
	border-bottom:1px solid #eceae4;
	padding:10px 20px;
	font-size:13px;
}
.post-meta i{
	margin-right:5px;
	font-size:14px;
}
.post-comments{
	margin:30px 0 0 0;
}
.comments{
	margin:0;
	list-style-type:none;
}
.comments li{
	margin-bottom:25px;
}
.comments li .post-comment-block{
	padding:25px;
	padding-bottom:5px;
	border:1px solid #eceae4;
	border-bottom-width:2px;
	background:#ffffff;
}
.comments li.admin > .post-comment-block{
	background-color:#f8f7f3;
}
.comments li .img-thumbnail{
	float:left;
	margin-right:20px;
}
.comments li h5{
	margin-bottom:5px;
}
.comments li ul{
	padding-top:25px;
	padding-left:50px;
}
.post-comment-form{
	margin:30px 0 0 0;
	border-bottom:0;
}
.post-comment-form .form-control{
	margin-bottom:20px;
}
.gallery-filter ul{
	float:right;
}

/* Post Formats */
.format-quote .media-box blockquote{
	color:#ffffff;
	padding-left:0;
	border-left:0;
}
.owl-carousel .owl-item{
	float:left;
}
.owl-carousel .owl-item img{
	width:100%;
	float:left;
}
.staff-item .social-icons{
	margin-bottom:15px;
}
.staff-item .social-icons a{
	width:25px;
	height:25px;
	display:inline-block;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	margin-left:0;
	margin-right:10px;
	text-decoration:none;
}
#gmap{
	height:350px;
	margin-bottom:30px;
	overflow:hidden;
}
#gmap iframe{
	border:0;
	width:100%;
	height:350px;
}
#message{
	margin-top:10px;
}
.fc-event-inner{
	color:#ffffff!important;
}

/* Widgets */
.widget{
	margin-bottom:30px;
	word-wrap: break-word;
}
.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: #f8f7f3;
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: #f8f7f3;
}
.widget form, .widget input, .widget select, .widget textarea{
	max-width:100%;
}
/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #666;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: #eceae4;
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
	padding-left:5px;
	padding-right:5px;
}

.widget_calendar tbody a {
	background-color: #f8f7f3;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #eceae4;
}

.widget_calendar tbody a:hover {
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

.search-form-widget{
	margin-top:10px;
}
.widget .sidebar-widget-title h3{
	border-bottom:1px solid #eceae4;
	margin-bottom:0;
	padding-bottom:15px;
}
.widget .sidebar-widget-title{
	border-bottom:4px solid #f8f7f3;
	margin-bottom:20px;
}
.widget h4.footer-widget-title{
	border-bottom:1px dotted #eceae4;
	margin-bottom:20px;
	color:#fff;
	    font-size: 18px;

}
.widget ul > li{
	border-bottom:1px dotted #fff;
	padding:5px 0;
	color:#999999;
}
.widget ul > li a{
	display:inline-block;
	text-decoration:none;
}
.widget ul > li a i{
	margin-right:5px;
}
.widget ul > li:first-child{
	padding-top:0;
}
.widget ul ul{
	margin-top:10px;
	padding-top:10px;
	margin-left:20px;
	border-top:1px solid #eceae4;
}
.widget ul ul li:last-child{
	border-bottom:0;
	padding-bottom:0;
}
.widget.widget_recent_sermons ul > li.featured-sermon:first-child{
	padding-top:30px;
}
.widget ul > li a:hover{
	text-decoration:none;
}
.widget .event-item .event-date{
	width:15%;
}
.widget.post-listing h2.post-title, .widget.sermons-listing h2.sermon-title{
	font-size:14px;
	margin-bottom:0;
}

.wel_he {color:#e1241d !important;    font-size: 28px;
}

.tagcloud a{
	display:inline-block;
	margin-right:7px;
	margin-bottom:7px;
	padding:2px 8px;
	border:1px solid #eceae4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f8f7f3;
	font-size:12px!important;
	text-decoration:none;
}
.tagcloud a:hover{
	text-decoration:none;
}
.widget-recent-posts .post-image{
	width:30%;
	float:left;
	margin-right:5%;
}
.widget-recent-posts .widget-blog-content{
	float:left;
	width:65%;
}
.widget-recent-posts .fa-angle-right{
	display:none;
}
.widget-recent-posts .fa-plus{
	margin-right:0;
}
.widget-recent-posts ul li a{
	padding:12px 0;
	text-decoration:none;
}
.widget-recent-posts ul li:first-child a{
	padding-top:8px;
}
.widget_recent_comments .fa-angle-right{
	display:none;
}
.widget_twitter_feeds li{
	font-size:16px;
	line-height:28px;
	border:0;
	padding:0;
}

.fac {background:url(../images/face.png) left top no-repeat; display:block; height:45px; border:none !important; line-height:45px; margin-bottom:5px; font-size:13px;  color:#000;} 
.fac a {margin-left:60px; } 
.you {background:url(../images/youtube.png) left top no-repeat; display:block; height:45px; border:none !important; line-height:45px; margin-bottom:5px; font-size:13px;  color:#000;}
.you a {margin-left:60px; } 
.gnail {background:url(../images/mail.png) left top no-repeat; display:block; height:45px; border:none !important; line-height:45px; margin-bottom:5px; font-size:13px;  color:#000;} 
.gnail a {margin-left:60px; } 
.twit {background:url(../images/twitter.png) left top no-repeat; display:block; height:45px; border:none !important; line-height:45px; margin-bottom:5px; font-size:13px; color:#000;}  
.twit a {margin-left:60px; } 

.powered {text-align:right;}
.powered a {color:#fff; text-decoration:none;}
.vie {text-align:left; font-size:12px !important; color:#1fa340; float:right; text-decoration:none;}
.sitemap li{ background:url(../images/bul.png) left 7px no-repeat; display:block; line-height:15px;} 
.sitemap li a {margin-left:40px;}

/*-------------------------------------------------------------------------------------------*/
/* SHORTCODE DEFINATIONS */
/*-------------------------------------------------------------------------------------------*/
/* ==================================================
   Tabs
================================================== */
.tabs{
	margin-bottom:25px;
}
.nav-tabs{
}
.nav-tabs li{
	position:relative;
	display:block;
	float:left;
	margin-right:1px;
}
.nav-tabs li a{
	display:block;
	padding:10px 20px;
	background:#f8f8f8;
	text-decoration:none;
}
.nav-tabs li a:hover{
	color:#fff;
	background:#666;
	text-decoration:none;
}
.nav-tabs li a:active, .nav-tabs li.active a{
	color:#fff;
	background:#666;
}
.tab-content{
	padding:20px 0;
	background:#ffffff;
}
.tab-content > .tab-pane{
	display:none;
}
.tab-content > .active{
	display:block;
}
/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
  	margin-bottom: 35px;
}

.accordion-group {
  	margin-bottom: 8px;
  	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	background:#f8f8f8;
	text-decoration:none;
	font-size: 13px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}
.accordion-toggle:hover{
	text-decoration:none;
}
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background:#666;
	color:#fff;
}
.accordion-heading .accordion-toggle.active {
	color:#fff;
	background:#666;
}
.accordion-heading .accordion-toggle.inactive {
	background:#f8f8f8;
}
.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #666;
    font-size: 18px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
.accordion-heading:hover .accordion-toggle i {
	color: #fff;
}
.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
	color: #666;	
}
.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
	color: #fff;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.accordion-heading.togglize .accordion-toggle i {
	margin: -8px 0 0 0;
	font-size: 18px;
}
.accordion-heading.togglize .accordion-toggle .fa-plus-circle{
	display:block;
}
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle{
	display:none;
}
.accordion-heading.togglize .accordion-toggle .fa-minus-circle{
	display:none;
}
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle{
	display:block;
}
.accordion-inner {
  	padding: 16px;
	border: 1px solid #efefef;
	background: #fff;
}

/* ==================================================
   Alerts
================================================== */

.alert {
  	margin-bottom: 20px;
  	padding: 15px 35px 15px 15px;
	border: 1px solid #efefef;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
  	background-color: #f8f8f8;
	text-shadow: none;
}

.alert .close {
 	position: relative;
  	top: 0px;
  	right: -22px;
	color: #FFFFFF;	
	text-shadow: none;
  	line-height: 20px;
	
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-ms-transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

.alert .close:hover {
	text-decoration:none;
	opacity: 1;
}
.alert-standard {
	border-color:#efefef;
  	background-color: #f8f8f8;
}
.alert-standard, .alert-standard .close {
	color:#666;
}
.alert-success {
	border-color:#d6e9c6;
  	background-color: #dff0d8;
}
.alert-success, .alert-success .close {
	color:#468847;
}
.alert-danger,
.alert-error {
	border-color:#ebccd1;
  	background-color: #f2dede;
}
.alert-danger, .alert-danger .close,
.alert-error, .alert-error .close {
	color:#b94a48;
}
.alert-info {
	border-color:#bce8f1;
  	background-color: #d9edf7;
}
.alert-info, .alert-info .close {
	color:#3a87ad;
}
.alert-warning {
	border-color:#faebcc;
  	background-color: #fcf8e3;
}
.alert-warning, .alert-warning .close {
	color:#c09853;
}

/* ==================================================
   Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  	margin-bottom: 15px;
  	height: 20px;
  	border-radius: 3px;
  	background-color: #eaeaea;
  	-webkit-box-shadow: none;
  	box-shadow: none;
	overflow: visible;
}
.progress-bar {
  	float: left;
  	width: 0%;
  	height: 100%;
  	background-color: #eaeaea;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	color: #ffffff;
  	text-align: center;
  	font-size: 12px;
  	line-height: 20px;
  	-webkit-transition: width 0.6s ease;
  	transition: width 0.6s ease;
	position: relative;
  	border-radius: 3px;
}
.progress-striped .progress-bar {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  	-webkit-animation: progress-bar-stripes 2s linear infinite;
  	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

span.progress-bar-tooltip {
	position: absolute;
	position: absolute;
	top: -28px;
	right: 5px;
	display: block;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-border-radius: 3px;
}
span.progress-bar-tooltip:after {
	position: absolute;
	bottom: -5px;
	left: 13px;
	display: block;
	width: 0;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #333 transparent;
	content: "";
}
.progress-label{
	text-transform:uppercase;
}
/* ==================================================
   Facts Counters
================================================== */	
.fact-ico{
	display:inline-block;
	width:100px;
	height:100px;
	color:#999999;
	line-height:100px;
	margin:10px 0;
}
.fact{
	display:inline-block;
	color:#999999;
	font-size:15px;
	margin-top:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style:italic
}
.counters .timer{
	display:inline-block;
	color:#333333;
	font-weight:700;
	font-size:38px;
}
.parallax .counters .timer{
	color:#ffffff;
}

/*-------------------------------------------------------------------------------------------*/
/* Parallax
/*-------------------------------------------------------------------------------------------*/
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#f8f8f8;
}
.touch .parallax, .nav-backed-header.parallax{
	background-attachment:scroll!important;
}


/*This required by breadcrumb current_item*/ 
ol.breadcrumb > .current_item{
	color:#fff;
}
/*This required by select post widget*/
.widget_selected_post .post-image{
	width:30%;
	float:left;
	margin-right:5%;
}
.widget_selected_post .widget-blog-content{
	float:left;
	width:65%;
}
.widget_selected_post .fa-angle-right{
	display:none;
}
.widget_selected_post .fa-plus{
	margin-right:0;
}
.widget_selected_post ul li a{
	padding:12px 0;
	text-decoration:none;
}
.widget_selected_post ul li:first-child a{
	padding-top:8px;
}
.listing-header h3{
    font-size: 22px !important;

}


/*After theme checker below css is required*/
.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/*-------------------------------------------------------------------------------------------*/
/* Responsive Classes
/*-------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	.navigation > ul > li > a{
		padding:0 10px;
		font-size:13px !important;
		
	}
	.gallery-filter ul li span{
		display:none;
	}
}
@media only screen and (max-width: 992px) {
	.top-navigation li{
		font-size:18px;
	}
	.notice-bar .btn-block, .notice-bar .counter{
		margin-top:20px;
	}
	.events-listing .event-date{
		width:10%;
	}
	.events-listing .event-detail{
		width:57%;
	}
	.events-listing .to-event-url{
		width:26%;
	}
	.main-menu-wrapper{
		display:none;
		background:#f8f7f3;
		height:auto;
		position:absolute;
		left:0;
		top:80px;
		z-index:9999;
		width:100%
	}
	.sticky-wrapper{
		height:auto!important
	}
	.navigation{
		background:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		height:auto;
		position:relative;
		z-index:9999;
	}
	.navigation > ul > li{
		display:block;
		width:100%;
		line-height: normal;
		text-align:left;
	}
	.navigation > ul > li > a{
		padding:20px 25px;
		border-bottom:1px solid #eceae4;
	}
	.navigation > ul > li > ul, .navigation > ul > li > ul li ul{
		position:static;
		height:auto!important;
		border-bottom:1px solid #eceae4;
		top:0;
		left:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		margin-left:0;
	}
	.navigation > ul > li > ul:before, .navigation > ul > li > ul li ul:before{
		display:none;
	}
	.is-sticky .main-menu-wrapper{
		background-color:#f8f7f3;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	.nav-backed-header{
		top:0;
		margin-bottom:0;
	}
	ol.breadcrumb{
		padding-top:20px;
	}
	.page-header{
		top:0;
		margin-bottom:0;
	}
	.post .img-thumbnail, .post .img-thumbnail{
		margin-bottom:20px;
	}
	.post.sermon .post-title .sermon-actions{
		text-align:left;
	}
	.gallery-filter ul{
		float:left;
		margin-top:20px;
	}
	ol.breadcrumb{
		padding:40px 0 40px 0;
	}
}
@media only screen and (max-width: 767px) {
	/* Isotope */
	.isotope {
		overflow: visible !important;
		height: auto !important;
	}
	.isotope-item {
		position: static !important;
		margin-right: auto;
		margin-left: auto;
		width: auto;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	.isotope-hidden {
		display: none !important;
	}
	.grid-item{
		margin-bottom: 6%;
	}
	.counter{
		margin-top:20px;
	}
	.featured-gallery{
		text-align:center;
	}
	.featured-gallery a{
		margin-bottom:20px;
		display:block;
	}
	.footer-widget{
		margin-bottom:30px;
	}
	.copyrights-col-left, .copyrights-col-right{
		text-align:center;
	}
	.copyrights-col-left{
		margin-bottom:20px;
	}
	.copyrights-col-right .social-icons{
		text-align:center;
	}
	.copyrights-col-right .social-icons a{
		margin:0 4px;
	}
	.grid-holder.col-2 .grid-item{
		width:95%;
	}
	.grid-holder.col-3 .grid-item{
		width:95%;
	}
	.grid-holder.col-4 .grid-item{
		width:95%;
	}
	.media-box{
		margin-bottom:20px;
	}
	.grid-item .media-box{
		margin-bottom:0;
	}
	.listing-header-sub .next-prev-nav{
		float:left;
	}
	.listing-header-sub h5{
		margin-right:0;
	}
	.featured-block{
		margin-bottom:20px;
	}
	.gallery-filter ul li span{
		display:none;
	}
	.page-header h1{
		font-size:24px;
	}
	.sidebar{
		float:left;
		width:100%;
		margin-top:30px;
	}
	.staff-item{
		margin-bottom:30px;
	}
}
.quick-message form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.quick-message form input[type="email"], .quick-message form input[type="text"],  form textarea {
    border: 0 none;
    float: left;
    font-size: 12px;
    height: 30px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    color: #000;
	border: 1px solid #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.quick-message form textarea { height:40px;}
.quick-message form input[type="submit"] {
    float: left;
    width: 100%;
    border: 0;
    padding: 0 30px;
    color: #000;
    font-size: 13px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.quick-message-img {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.quick-message-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;

    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);

    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.quick-message .quick-message-img:hover:before{
    opacity: 0.8;

    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.quick-message img {
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.quick-message img:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
.quick-message h6 {
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.quick-message > h6 a{
    color: #f1f1f1;

    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.quick-message > span {
    color: #939393;
    float: left;
    font-size: 11px;
    margin-top: 5px;
    text-transform: uppercase;
}
.quick-message > span i {
    font-size: 12px;
    margin-right: 10px;
}
.quick-message > p {
    line-height: 20px;
    margin-bottom: 10px;
}
.quick-message {
    float: left;
    width: 100%;
}
.quick-message > form {
    margin: 0;
}
#send_botton {     
	background: none repeat scroll 0 0 #f89726;
    border: 1px solid #4d4e4d;
    color: #fff;
	font-weight:normal;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    width:70px;
    padding:20px 20px;
    font-size: 12px;
 }
.quick-message form input, .quick-message form textarea {
    border: 1px solid #4d4e4d;
    color: #000;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
}
.quick-message form textarea{
    min-height: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#fotter_msg {
    float: left;
    width: 100%;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    display: none;
}
.quick-message input[type="submit"] {
    float: left;
    width: auto;
    margin-top: 0px;
    border-radius: 3px;
    border: 0;
    padding: 5px 30px;
    line-height: 10px;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #e9e9e9;
    text-transform: uppercase;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.bottom-footer p a {
    text-transform: ;
	color:#fff !important;
}
.bottom-footer p a:hover { color:#000 !important; }
.quick-message input[type="submit"]:hover {
    padding: 5px 40px;
}
#security_code { /*width:60%;*/width:130px; }
.txtimg { float:right;}
.home_icon { background:url(../images/Home-icon.png) left top no-repeat; padding-left:30px; display:block;font-size:13px; line-height:24px;}
.email_icon { background:url(../images/email-icon.png) left top no-repeat; padding-left:30px; display:block;font-size:16px; line-height:28px;color:#333;}
.web_icon { background:url(../images/web-icon.png) left top no-repeat; padding-left:30px; display:block;font-size:16px; line-height:24px;}
.sub_ul_li { margin-bottom:5px; }
.sub_ul_li li, .energy-auditing  li { font-size:18px; list-style:none; background:url(../images/nav_arrow.png) left 3px no-repeat; display:block; padding-left:20px; padding-bottom:15px;line-height:24px;    color: #333;
 }
.sub_ul_li li a { color:#000; }

.subheadline, .energy-auditing h1, .energy-auditing h2, .energy-auditing h3, .energy-auditing h4, .energy-auditing h5, .energy-auditing h6 { color:#146096; font-size:18px; 
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;}
selection span { color:#333; font-family:16px !important; font-size:18px; }
.wel_col { color:#146096 !important; }
.zoom .fa { position:relative; top: 50px;}
.span_align { display:inline-block; width:100px;}
.auditing-page ul { margin-bottom:15px;}
.events-listing .categories  { padding-left:0px;}
.home_read { color:#fff;}
.staff-item  .grid-content{ min-height:140px;}
/* Back to Top Button */
#back-to-top{
	position:fixed;
	right:17px;
	bottom:17px;
	padding:5px 12px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:rgba(0,0,0,.7);
	color:#ffffff;
}

.calendar_wrap {background:url(../images/calenderbg.png) left top repeat;-moz-border-radius: 20px;
-webkit-border-radius: 10px;-khtml-border-radius: 10px; border-radius: 10px;}
.cal_cotainer {margin-top:1px; width:198px; margin: 0 auto}
.cal_nav {width:189px; margin:0 auto; padding:10px 0}
.cal_left_arrow {float:left; width:31px}
.cal_caption {float:left; width:135px}
.cal_caption span {font-size:13px; font-weight:normal; text-align:center; display:block}
.cal_right_arrow {float:left; width:23px}
.week_caption {height:22px; background:url(../images/weeks.png) left top no-repeat;}
.calendar_content {width:210px}
.date_container {float:left;border:1px solid #eae1d8;background:#f9f6f3; border-right:none; line-height:25px; width:28.3px;height:25px; text-align:center;font-size:13px;font-family:"Lora", serif;; font-weight:normal}
.cal_bottom {background:url(../images/calbottom.png) left top no-repeat; height:15px}
.todaydatebg {background:url(../images/current.png) repeat-x; color:#FFFFFF;}
.selecteddate.date_container {background:url(../images/selecteddate.png) repeat-x; color:#000;}
.monthyear {color:#000;font-family:"Lora", serif;;}
.newseveul {list-style-type: none;}
.newseveul li { /*background:url(../../images/bg_events.png) repeat-x left 24px scroll;* margin-bottom: 10px; padding-bottom: 5px;/  /*border-bottom: 1px solid #ccc; */ color:#1081a6; font-size:13px;}
.newseveul li a  {color: #1F1D1D;}
.backtoevents a {float: right; color: #00ADF6; font-size:13px; background:url(../images/backicon.png) right top no-repeat; padding-right:23px;}
.event_blog { 
			background:rgba(255,255,255,0.8);
			padding:8px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			border-radius:10px;
			-moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.08);
			-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.08);
			box-shadow:0px 0px 4px 0px rgba(0,0,0,0.08);
}
.img_shw {-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); border:1px solid #DFDFDF; margin-top:16px;}
.event_blog .desc { font-size:13px; color:#353535;}
.newsbg  { background:#EEF4F8; padding:10px; border-radius: 5px;}
.news_pagination {float: right;}
.news_pagination a {color: #000;}
.gal_pager{margin: 10px 0;}
.eventnews { color:#1081a6;}
.eventnews a { font-size:13px; color:#81888B; }
#rc_con.one_quarter { 
}
.event_cal_h3{ height: 25px; line-height: 25px;}

ul#new_and_events { margin:15px 0; float:left;}
#new_and_events li{ float:left; background:url(../images/month_bg.png) left top no-repeat; height:27px; width:36px; padding:0; margin:0 2px 0 0; line-height:27px; list-style-type: none; font-size: 13px; font-weight: normal;}
#new_and_events li a {padding:0 0 0 5px; color: #333;}
form#events_frm { float: left; width: 30px;}
form#events_frm select{ height: 25px; line-height: 25px; margin: 15px 0; border: 1px solid #ccc; font-family: 'MyCustomFont1';}
#thumb p {float:left;margin-right:40px;display:block;height:151px;width:189px;}
#thumb p.last {margin-right:0;}
.core_team_accordion li { margin-bottom:5px;line-height:28px; text-align:justify;    font-size: 16px;
 }
.core_team_accordion li span { display:inline-block; width:75px;}
.news_pagination{ margin-top:-50px;}
.font-bold{
	font-weight: 600;
}

.p-bottom {
    padding-bottom: 8px;
        line-height: 21px;

}
.spl-text{
    color: #333;
    font-size: 18px;
    line-height: 23px;

}
.spl-text > strong {
	color: #2571ac;
}
.listing-cont > address{
	
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.text-white{
	color: #fff;
}
.audit-title{
margin: 10px 0;
}

.audit-title p{
	padding: 5px 0;
}

.font-style p:before{
	content: "\f101";
	  font-family: 'FontAwesome';
	  color: #e11e26;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
}
.font-style p{display: flex}
.top-space{
	margin: 20px 0;
}
.mtb{
margin: 15px 0;
}
.table-section .table  tr  td{
	border: 1px solid #a7a7a7;
	color: #fff;
}
.d-block{
	display: inline-block;
}
.bg-white{
	background: #fff;
}
.tp-caption{
	font-size: 30px !important;
	line-height: 40px !important;
}
.tp-bgimg{
	position: relative;
}
.tp-bgimg:before{
	content: "";
	position:absolute ;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000070;
}
@media only screen and (max-width:768px){
	.tp-caption{
		display: none !important;
	}
}
.ptb{
	padding: 5px 0;
}
.gap{
    margin-bottom: 10px;
}

.table-section  tbody  tr  td{
	color: #fff;

    text-transform: uppercase;
    background: #186096;
}


.counter
{
    text-align: center;
    padding: 50px 0;
    background: #ebf6ff;
}

.counter-count
{
    font-size: 42px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
}
.count-up h2{
    font-weight: 600;
    font-size: 28px;
}
.count-up p{
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 25px;
}


.mb-10{
	margin-bottom: 10px;
}

.sector-text p {
    margin: 15px 0;
    line-height: 32px;
    font-size: 18px;
    color: #333;
}
.sector-title:after{
	    position: absolute;
    top: 25px;
    content: "";
    background: #fff;
    width: 40px;
    height: 2px;
    margin-left: 8px;

}
.sector-title {
    background: #2e7ebc;
    position: relative;
    padding: 10px 0;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
        border-radius: 30px 5px;

}
.caps{
	text-transform: uppercase;
	font-weight: bold;
}
.web{
	display: flex;
}
.caps-sml{
font-weight: bold;	
}

.web p{
	    color: #fff;
    left: 10px;
    position: relative;
    top: -5px;
}
.sml-font{
	font-size: 18px;
}
.w-70{
	width: 70%;
}