/*------------ Font Include ------------*/
	@font-face {
		font-family: 'WorkSans-Regular';
		src: url('../fonts/WorkSans-Regular.eot');
		src: local('WorkSans-Regular'), url('../fonts/WorkSans-Regular.woff') format('woff'), url('./fonts/WorkSans-Regular.ttf') format('truetype');
	}
	@font-face {
		font-family: 'WorkSans-Medium';
		src: url('../fonts/WorkSans-Medium.eot');
		src: local('WorkSans-Medium'), url('../fonts/WorkSans-Medium.woff') format('woff'), url('./fonts/WorkSans-Medium.ttf') format('truetype');
	}
	@font-face {
		font-family: 'WorkSans-SemiBold';
		src: url('../fonts/WorkSans-SemiBold.eot');
		src: local('WorkSans-SemiBold'), url('../fonts/WorkSans-SemiBold.woff') format('woff'), url('./fonts/WorkSans-SemiBold.ttf') format('truetype');
	}
	@font-face {
		font-family: 'WorkSans-Bold';
		src: url('../fonts/WorkSans-Bold.eot');
		src: local('WorkSans-Bold'), url('../fonts/WorkSans-Bold.woff') format('woff'), url('./fonts/WorkSans-Bold.ttf') format('truetype');
	}

/**
 * Images
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */

img.alignright,
.wp-caption.alignright,
img.alignleft,
.wp-caption.alignleft {
    height: auto;
    max-width: 50%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
	height: auto;
	max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter { margin: 0 0 22px 0; }

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}

img.aligncenter,
.wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/**
 * Clearfix
 * Apply clearing without adding additional markup
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after { clear: both; }




	/*------------ Default css ------------*/
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
    iframe {
        border: 0;
		width: 100%;
    }

	.radio-page iframe {
		width: 60%;
		height: 250px;
		border: 1px solid #ccc;
		margin: 10px 0;
	}

	.blue_bars, .gray_bars {
		width: 100%;
		background-repeat: no-repeat !important;
		background-position: 78% 100% !important;
		padding: 35px 0px;
		-webkit-background-size: contain !important;
	    -moz-background-size: contain !important;
	    -o-background-size: contain !important;
	    background-size: contain !important;
	}
    @media (max-width: 992px) {
        /* remove background image on tablet/mobile and set to solid color */
        .blue_bars {
            background: #09a6f5 !important;
        }
    }
	h2,.h2,h3,.h3{
		font-family: 'WorkSans-SemiBold';
	}
	.screen-reader-text {
	    position: absolute !important;
	    left: -999em;
	}
	.gray_bars .bar_Section{
		color: #000 !important;
	}
	.blue_bars .bar_Section {
		color: #fff;
	}
	.bottom_barssection  {
		margin-top: 20px;
		width: 100%;
		background: #fff;
	}
	.item-banner h2 a {
	    color: #fff;
	}
	#search_container {
		margin-bottom: 10px;
	}
	.search_page_single li a, .search_page_single li span.current, .search_page_single li span.dots {
	    height: 40px !important;
	    float: left;
	    padding: 5px 10px;
	}
	.search_page_single li span.current {
		color: #337ab7;
	}
	.search_page_single li span.current, .search_page_single li a:hover{
		color: #23527c;
		background-color: #eee;
		border-color: #ddd;
	}
	.search_page_single li a.prev > i {
	    margin-right: 6px;
	}
	.search_page_single li a.next > i {
	    margin-left: 6px;
	}
	.search_page_single li h2 {
		display: none;
	}
	body {
		background-color: #ffffff;
		font-family: 'WorkSans-Regular';
		font-size: 16px;
		color: #000000;
		background-color: #eeeeee;
	}

	ul, ol { list-style: none; }

	a, .btn{
		text-decoration: none;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
	}
	a:hover{
		 text-decoration: none;
		 color: #000;
	}
	.article-change h2 {
	    display: none;
	}
	.article-change .nav-previous a > i {
	    margin-right: 9px;
	}
	.article-change .nav-next a > i {
	    margin-left: 9px;
	}

.container {
	position: relative;
}
	/*------------ Bootstrap Default css changes start ------------*/
	.navbar {
		min-height: 130px;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
	}
	.navbar-default .navbar-toggle p {
		font-size: 10.6px;
		text-transform: uppercase;
		color: #045882;
		margin-top: 8px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #08a6f5;
	}
	.navbar-toggle .icon-bar {
		width: 30px;
		height: 3px;
	}
	.navbar li a {
		font-family: 'WorkSans-Medium';
		color: #333 !important;
		font-size: 14px;
		/* margin: 12px; */
}
.nav li.current-menu-item > a,
.nav li:hover > a {
	color: #045882 !important;
	text-decoration: underline;
}

	/**/
	.navbar #menu-Primary ul > li:hover > a{
		color: #045882 !important;
	}
	.navbar #menu-Primary ul > li > ul > li:hover a,
	.navbar #menu-Primary ul > li > ul > li > ul > li:hover a{
		color: #045882 !important;

	}
	.navbar #menu-Primary > li.current-page-ancestor > a,
	.navbar #menu-Primary > li.current-menu-item  > a,
    .navbar #menu-Primary > li:hover > a{
		color:#045882 !important;
        text-decoration: underline;
	}
	.navbar-default {
		background-color: #fff;
		box-shadow: 0px 0px 5px #e0e0e0;
		border: 0;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.navbar-brand {
		float: left;
		height: auto;
		padding: 15px;
        margin-top: 9px;
		font-size: 18px;
		line-height: 20px;
		width: 107% !important;
	}
	div.wpcf7-mail-sent-ok {
		float: left;
		display: none;
	}
	.thanyou-contact {
		border: 1px solid green;
	}
	.list_program ul{
		padding-left: 30px;
	}
	.list_program ul li {
		list-style: disc;
	}
	.navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
		color: #555;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
		color: #555;
		background-color: transparent;
	}
	.dropdown-menu {
		min-width: 325px !important;
	}
	.dropdown-menu {
		position: absolute;
		top: 80px;
		left: 0px;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0px;
		margin: 2px 0px 0px;
		font-size: 14px;
		text-align: left;
		list-style: outside none none;
		background-color: #2691c7;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
		color: #fff;
	}
	.navbar-nav > li > .dropdown-menu {
		border: none;
	}
	.dropdown-menu > li > a {
		padding: 10px 20px;
		color: #fff !important;
	}
	.popular-post .media-body {
        padding-right: 10px;
		width: 73%;
	}
	.video-category-detail .media-body {
		width: 315px;
	}
	.form-control:focus {
		border-color: #003048;
		outline: 0px none;
		box-shadow: none;
	}
	/*------------ Header css ------------*/
	header {
		background: #fff;
		position: relative;
		margin-bottom: 0px;
		width: 100%;
		float: left;
	}
	.cbp-af-header-shrink .dropdown-menu {
		/*top: 122px;*/
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
	}
	.cbp-af-header-shrink .navbar {
		/*min-height: 140px;*/
		border-radius: 0px;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
	}
	.navbar-nav {
		margin-left: 28px;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.navbar-right {
		margin-top: 17px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		margin-bottom: 20px;
    	margin-left: 15px;
	}
	.navbar-right p {
		font-size: 13px;
		color: #666666;
		margin: 0px 0px 6px;
	}
	.support-btn {
		min-width: 180px;
		line-height: 32px;
		border-color: #2591c7;
		color: #045882;
		font-family: 'WorkSans-Medium';
		font-size: 16px;
	}
	.support-btn:hover {
		background: #045882;
		border: 1px solid #045882;
		color: #fff;
		/*background-color: #fadd06;
		border-color: #fadd06;
*/	}
	/*---- Sticky menu style ----*/
 @media (min-width: 768px) {
	.cbp-af-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		height: 135px;
	}
}
	/* Transitions and class for reduced height */
	.cbp-af-header-shrink{
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.cbp-af-header-shrink .navbar-brand {
		width: 80%;
	}
	.cbp-af-header.cbp-af-header-shrink {
		box-shadow: 0px 0px 5px #e0e0e0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	/*.cbp-af-header-shrink .navbar-nav {
		margin: 20px 0px 30px 28px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}*/
	/*.cbp-af-header-shrink .navbar-right {
		margin-top: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}*/


	/*------------------- Content Style ---------------------*/
	.mar-bm-15 {
		margin-bottom: 15px;
	}
	.mar-tp-15{
		margin-top: 15px;
	}
	.liveStream-section {
		background: #eee;
		width: 100%;
		float: left;
		padding: 15px 0px;
	}
	.watch-btn i {
		margin-left: 3px;
		font-size: 23px;
		position: relative;
		top: 4px;
	}
		/*---- search bar style ----*/
	.stylish-input-group .input-group-addon{
		background: white !important;
		padding: 6px 24px;
	}
	.stylish-input-group .form-control{
		border-right: 0px none #fff;
		box-shadow: 0px 0px 0px;
		border-color: #ccc;
		height: 50px;
		padding: 6px 21px;
	}
	.stylish-input-group button{
		border:0;
		background:transparent;
		color: #045882;
		position: relative;
		z-index: 10;
	}
	.search-bar p {
		line-height: 20px;
		color: #666;
        margin-top: 5px;
	}
    @media (min-width: 768px) {
        .search-bar__label,
        .search-bar__form {
            float: left;
        }
        .search-bar__label {
            width: 30%;
        }
        .search-bar__form {
            width: 70%;
        }
    }
    @media (min-width: 992px) {
        .search-bar {
            margin-left: 30%;
        }
    }
    @media (min-width: 1200px) {
        .search-bar__label {
            width: 25%;
        }
        .search-bar__form {
            width: 75%;
        }
    }
	.stream-video-section {
		/*position: relative;*/

	}
	.live-stream-detail {
		margin-top: 13px;
		float: left;
		width: 100%;
	}
	.live-stream h2 {
		margin: 0px;
		font-size: 20px;
		position: absolute;
		top: -40px;
		font-family: 'WorkSans-Bold';
		color: #fadd06;
		background-color: #045882;
		padding: 9px 44px;
		border-radius: 4px 4px 0px 0px;
	}
.video-caption {
		position: absolute;
		text-align: center;
		left: 0px;
		right: 120px;
		/*top: 53%;*/
		top: 280px;
		color: #FFF;
		text-transform: uppercase;
		font-size: 25px;
		font-family: "WorkSans-Bold";
		letter-spacing: 5px;
	}
	.watch-btn {
		position: absolute;
		bottom: 90px;
		left: 0;
		right: 0;
		width: 185px;
		margin: 0 auto;
		height: 50px;
		text-align: center;
		background-color: #fadd06;
		line-height: 38px;
		color: #045882;
		border: 0;
		font-family: "WorkSans-SemiBold";
		font-size: 14px;
		text-transform: uppercase;
		padding: 6px 25px 6px 6px;
	}
	.watch-btn::after {
		content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		background: url("../images/watch_play_icon.png");
		background-repeat: no-repeat;
		bottom: 14px;
		margin: 0px 8px;
	}
	a.watch-btn span {
		margin-right: 10px;
	}
	.watch-btn:hover {
		background-color: #fff294;
		color: #045882;
	}

	.platform-logo {
		float: left;
		width: 32.3%;
		padding: 13px;
		min-height: 179px;
	}

 @media (max-width: 600px) {
	 .platform-logo {
	 	width: 48%;
	 }
}

 @media (max-width: 500px) {
	 .platform-logo {
	 	width: 100%;
	 }
}

    @media (max-width: 991px) {
        .live-stream { background: none !important; }
    }
    @media (min-width: 992px) {
        .live-stream-detail {
            display: table;
        }
        .live-stream-detail .live-stream,
        .live-stream-detail .category-right-section {
            display: table-cell;
            height: 100%;
            vertical-align: middle;
            float: none;
        }
        /*.live-stream-detail .live-stream {
            position: absolute;
        }*/
        .live-stream-detail .stream-video-section {
            height: 100%;
            top: 0;
            width: 100%;
        }
    }

    .live-stream{
        border-top: 5px solid #045882;
        position: relative;
    }
	.feature-video-section {
		float: left;
		width: 100%;
		background: #e6e6e6;
		padding-bottom: 57px;
	}
	.section-head h2 {
        background-color: #d1d1d1;
		font-size: 32px;
		font-family: 'WorkSans-SemiBold';
        line-height: 1;
		color: #333;
		margin-top: 50px;
		margin-bottom: 25px;
		position: relative;
	}
    .section-head h2 span {
        background-color: #eeeeee;
        padding-left: 5px;
        padding-right: 25px;
    }
    .feature-video-section .section-head h2 span {
        background-color: #e6e6e6;
    }
	/*.section-head h2:after{
		position: absolute;
		content: '';
		height: 26px;
		background: #d1d1d1;
		width: 78%;
		top: 44px;
		right: 0;
	}*/
	.video-category-detail {
		background-color: #fff;
		border-top: 5px solid #fadd06;
	}
	.video-category-detail .media {
		padding: 13px 15px 13px 25px;
		border-bottom: 1px solid #eee;
	}
	.video-category-detail li a .media{
		background: #f6f6f6;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
	}
	.video-category-detail li a .media:hover {
		background: #e4e4e4;
	}
	.media-heading {
		font-size: 11px;
		text-transform: uppercase;
		color: #999;
		font-family: "WorkSans-SemiBold";
		letter-spacing: 0.8px;
	}
	.media-body {
		position: relative;
		vertical-align: middle;
	}
	.media-body p {
		font-size: 15px;
		font-family: "WorkSans-SemiBold";
		color: #045882;
		margin-bottom: 0px;
		line-height: 17px;
		max-width: 80%;
	}
	.media-body::after {
		position: absolute;
		content: "";
		background: url("../images/arrow_media_rt.png");
		background-position: 0 0;
		background-attachment: scroll;
		background-repeat: no-repeat;
		width: 8px;
		height: 12px;
		right: 5px;
		top: 50%;
        margin-top: -4px;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
	}
	.media-body:hover:after {
		right: 0px;
	}
    .video-category-detail ul {
        margin: 0;
    }
	.video-category-detail li:last-child .media-body{
		float: left;
		width: 100%;
		margin-top: 35px;
		z-index: 1;
	}
	.video-category-detail li:last-child .media-body::after {
		display: none;
	}
	.video-category-detail li:last-child .media-body p {
		font-size: 34px;
		line-height: 43px;
	}
	.video-category-detail li:last-child .media-body h4 {
		margin-bottom: -5px;
	}
	.video-category-detail li:last-child .media {
		/* background: url("../images/thumb_img_last_child.png"); */
		background-repeat: no-repeat;
		height: 119px;
		background-position: 100% 47%;
		background-size: cover;
        border-bottom: 0;
		padding: 0px 26px;
		position: relative;
	}
	.video-category-detail li a .media .overlay{
		background: rgba(0,0,0,0);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
	}
	.video-category-detail li:last-child a .media:hover .overlay{
		background: rgba(228,228,228,0.5);
	}
	.video-category-detail li:last-child .media img {
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0;
		width: 100%;
	}
    @media (min-width: 992px) {

        .video-category-detail li:last-child .media img {
            height: 100%;
        }

    }
	.video-grid-lg {
		height: 614px;
		float: left;
		width: 100%;
		border-radius: 4px;
		min-height: 626px;
	}
	.video-content-detail {
		position: relative;
		width: 100%;
		float: left;
		height: 100%;
		padding: 0px 40px;
	}
	.video-content-detail::before, .grid-sm-detail::before {
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.82) 80%, rgba(0, 0, 0, 0.96) 100%);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.82) 80%, rgba(0, 0, 0, 0.96) 100%);
		background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.82) 80%, rgba(0, 0, 0, 0.96) 100%);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.82) 80%, rgba(0, 0, 0, 0.96) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.82) 80%, rgba(0, 0, 0, 0.96) 100%);
		position: absolute;
		left: 0;
		height: auto;
		right: 0;
		top: 0;
		bottom: 0;
		content: '';
		border-radius: 4px;
		z-index: 2;
	}
	.video-content-detail.remove_overlay::before, .grid-sm-detail.remove_overlay::before {
		content: none;
	}
	.video-content-detail.remove_overlay .content_videos, .grid-sm-detail.remove_overlay .content_videos {
		display: none;
	}
	.grid-sm-detail {
		height: 292px;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		position: relative;
		max-width: 294px;
		border-radius: 4px;
	}
	.play-btn{
		background: transparent url("../images/play_btn_icon_lg.png") repeat scroll 0% 0%;
		top: -150px;
		width: 100px;
		height: 100px;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.play-btn:hover{
		background-position: 100px 0px;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
	}
	.play-btn, .play-btn-sm{
		border: 0px none;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		z-index: 3;
	}
	.play-btn-sm{
		background: transparent url("../images/play_btn_icon_sm.png") repeat scroll 0% 0%;
		width: 60px;
		height: 60px;
		top: 50%;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.play-btn-sm:hover{
		background-position: 60px 0px;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
	}
	.play-btn:hover,.play-btn:focus,.play-btn:active, .play-btn-sm:hover, .play-btn-sm:focus, .play-btn-sm:active, .btn-default:active:focus, .btn-default:active:hover{
		background-color: transparent;
	}
	/*.video-info{
		position: absolute;
		bottom: 47px;
	}*/
	.video-content-detail iframe,
	.video-info-sm iframe{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	/*.video-info-sm {
		position: absolute;
		padding: 0px 22px;
		bottom: 22px;
	}*/
	.video-info-sm span {
		font-size: 10px;
		text-transform: uppercase;
		color: #ccc;
		font-family: 'WorkSans-Bold';
	}
	.video-info span {
		color: #ccc;
		font-family: 'WorkSans-SemiBold';
		font-size: 11px;
		text-transform: uppercase;
		margin-bottom: 30px;
		display: block;
		position: relative;
	}
	.video-info span:after{
		position: absolute;
		background: #045882 none repeat scroll 0% 0%;
		height: 5px;
		content: "";
		left: 0px;
		bottom: -7px;
		z-index: 100;
		right: 0;
		width: 33px;
	}
	.video-info h1{
		margin-bottom: 14px;
	}
	.video-info-sm h4{
		margin-bottom: 9px;
	}
	.video-info h1, .video-info-sm h4{
		color: #fff;
		font-family: 'WorkSans-SemiBold';
	}
	.video-info p, .video-info-sm p{
		color: #d1d1d1;
		font-family: 'WorkSans-SemiBold';
	}
	.video-info p{
		font-size: 14px;
	}
	.video-info-sm p{
		font-size: 11px;
	}
	.video-info-sm h3 {
		color: #fff;
		font-family: 'WorkSans-Bold';
	}
	.view-library p {
		font-size: 14px;
		font-family: 'WorkSans-Regular';
		margin-bottom: 20px;
	}
	.view-library {
		bottom: 33px;
		position: absolute;
		z-index: 4;
		padding: 0px 20px;
	}
	.view-library h3 {
		margin-bottom: 18px;
	}
	.view-all-vid-btn {
		background: #fadd06;
		border: 1px solid #fadd06;
		color: #045882;
		height: 35px;
		width: 155px;
		text-transform: uppercase;
		font-family: 'WorkSans-SemiBold';
		font-size: 14px;
		line-height: 21px;
	}
	.view-all-vid-btn:hover{
		background: #fff294;
		border: 1px solid #fff294;
		color: #045882;
	}
	.bg-img {
		position: relative;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
	.page-section-one{
		background-color: #045882;
		color: #fff;
	}
	.page-section-two{
		background-color: #fff;
		color: #666;
	}
	.page-section-one, .page-section-two{
		position: relative;
		width: 100%;
		float: left;
	}
	.section-contents {
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0;
		right: 0;
	}
	.section-title {
		margin-bottom: 30px;
	}
	.contents {
		margin-top: 80px;
	}
	.contents p {
		font-size: 17px;
	}
	.page-section-two .contents {
		margin-left: 60px;
	}
	.page-section-two .section-title {
		color: #333;
		font-family: 'WorkSans-SemiBold';
	}
	.page-section-one .section-title {
		color: #fff;
		font-family: 'WorkSans-SemiBold';
		line-height: 35px;
	}
	.gbn-btn {
		background: #fadd06;
		border: 1px solid #fadd06;
		height: 50px;
		width: 146px;
		line-height: 36px;
	}
	.gbn-btn-large{
		background: #fff;
		border: 2px solid #045882;
		width: 295px;
		line-height:34px
	}
	.gbn-btn-large:hover{
		background: #045882;
		border: 2px solid #045882;
		color: #fff;
	}
	.gbn-btn, .gbn-btn-large{
		color: #045882;
	}
	.gbn-btn,
    .gbn-btn-large,
    .gbn-btn-large-white {
		height: 50px;
		font-family: 'WorkSans-SemiBold';
		text-transform: uppercase;
		letter-spacing: 0.8px;
		margin-top: 40px;
	}
    @media (max-width: 767px) {

        .gbn-btn,
        .gbn-btn-large,
        .gbn-btn-large-white {
            margin-top: 20px;
        }

    }
	.gbn-btn-large-white{
		background: transparent;
		border: 2px solid #fff;
		line-height:34px;
        color: #fff;
	}
	.gbn-btn-large-white:hover{
		background: #045882;
		border: 2px solid #045882;
		color: #fff;
	}

    @media (min-width: 992px) {

        .resource_bars {
            text-align: right;
            padding-top: 50px;
            padding-bottom: 50px;
        }

    }
	.social-media-content .panel-footer,
    .our-schedule .panel-footer,
    .daily-lift .panel-footer {
		text-align: center;
		background: #eee;
		font-family: 'WorkSans-SemiBold';
		padding: 21px 0;
	}
	.social-media-content .panel-footer a > i,
    .our-schedule .panel-footer a > i,
    .daily-lift .panel-footer a > i {
		margin-left: 10px;
	}
	.newsfeed-content {
		margin-top: 82px;
	}
	.social-media-content .panel-heading {
		border-bottom: 1px solid #ccc;
		background-color: #fff;
	}
	.daily-lift .panel-heading {
		background: #08a6f5;
	}
	.daily-lift .panel-heading h3 {
		margin: 12px 0;
		color: #fff;
		font-family: 'WorkSans-SemiBold';
	}
	.daily-lift .panel-heading h3 > i {
		color: #fadd06;
		margin-right: 7px;
	}
	.daily-lift .panel-body p {
		color: #666;
		font-size: 14px;
	}
	.daily-lift .panel-body p > img {
		padding-left: 20px;
	}
	.panel-container {
		min-height: 360px;
	}
	.panel-heading {
	    max-height: 72px;
	}
	.our-schedule .panel-container .panel-body:last-child {
		border-bottom: 0;
	}
	.social-media-content .panel-container {
		overflow-y: scroll;
		max-height: 360px;
	}
	.our-schedule .panel-heading{
		background-color: #045882;
	}
	.our-schedule .panel-heading h3{
		margin: 0;
		color: #fff;
		font-family: 'WorkSans-SemiBold';
	}
	.our-schedule .panel-heading p{
		color: #fadd06;
		font-family: 'WorkSans-SemiBold';
		font-size: 18px;
		margin-bottom: 0;
	}
	.social-media-content .panel-heading h3{
		margin: 12px 0px;
		font-family: 'WorkSans-SemiBold';
	}
	.social-media-content .panel-body span, .our-schedule .panel-body span, .daily-lift .panel-body span {
		color: #999;
		font-size: 11px;
		font-family: 'WorkSans-SemiBold';
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}
	.social-media-content .panel-body p {
		font-size: 14px;
		color: #666;
		margin-bottom: 0;
	}
	.social-media-content .panel-body {
		padding: 12px 15px;
	}
    .our-schedule .panel {
        /*background: #03415F;*/
        text-align: center;
        overflow: hidden;
	}
	.our-schedule .panel-body p {
		color: #045882;
		font-size: 15px;
		font-family: 'WorkSans-SemiBold';
	}
	.our-schedule .panel-body {
		padding: 8px 15px;
		border-bottom: 1px solid #ccc;
	}
	.our-schedule iframe {
		border-radius: 4px 4px 0 0;
		margin: 0 auto -6px auto;
        /*width: 215px;*/
	}
	.social-media-content .panel-heading h3 > i {
		color: #045882;
		margin-right: 12px;
		font-size: 32px;
		vertical-align: -3px;
	}
	.social-media-content .panel-footer a,
    .our-schedule .panel-footer a,
    .daily-lift .panel-footer a {
		color:#045882;
	}
	.daily-lift .panel-body a {
		font-family: 'WorkSans-SemiBold';
		color: #045882;
		font-size: 15px;
	}
	.newsfeed-salvation-section {
		float: left;
		width: 100%;
		margin-top: 70px;
	}
	.salvation-content h1 {
		margin: 0;
		font-size: 35px;
		color: #333;
		font-family: 'WorkSans-SemiBold';
		margin-bottom: 30px;
	}
	.salvation-content p {
		font-size: 17px;
		color: #555;
	}
	.truth-select {
		float: left;
		width: 100%;
		width: 100%;
		background: #eee;
		padding: 15px 0px;
		margin-top: 15px;
		border-radius: 3px;
	}
	.truth-select .btn-select {
		margin-bottom: 0;
		min-height: 42px;
	}
	.select-label span {
		font-size: 16px;
		font-family: 'WorkSans-SemiBold';
		color: #666;
		padding-top: 10px;
		float: left;
	}
	div.wpcf7-validation-errors {
		float: left;
	}
	.go-btn {
		background: #fadd06;
		border: 1px solid #fadd06;
		color: #045882;
		text-transform: uppercase;
		font-size: 14px;
		font-family: 'WorkSans-SemiBold';
		width: 60px;
		height: 42px;
		line-height: 28px;
	}
	.go-btn:hover, .gbn-btn:hover{
		background: #fff294;
		border: 1px solid #fff294;
		color: #045882;
	}
	.salvation-content  a > span {
		float: left;
		width: 100%;
		padding-top: 36px;
		font-family: 'WorkSans-SemiBold';
		font-size: 15px;
		color: #045882;
	}
	/*--- select button---*/
	.btn-select {
		position: relative;
		padding: 0;
		min-width: 236px;
		width: 100%;
		border-radius: 0;
		margin-bottom: 20px;
	}

	.btn-select .btn-select-value {
		padding: 10px 12px;
		display: block;
		position: absolute;
		left: 0;
		right: 34px;
		text-align: left;
		text-overflow: ellipsis;
		overflow: hidden;
		border-top: none !important;
		border-bottom: none !important;
		border-left: none !important;
		font-family: 'WorkSans-SemiBold';
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 0.8px;
	}
	.btn-select-arrow i {
		color: #045882;
		font-size: 16px;
	}

	.btn-select .btn-select-arrow {
		top: 0px;
		position: absolute;
		float: right;
		line-height: 20px;
		padding: 10px 12px;
		width: 43px;
		height: 40px;
		right: 0;
		border-left: 1px solid #ccc;
	}

	.btn-select ul {
		display: none;
		background-color: white;
		color: black;
		clear: both;
		list-style: none;
		padding: 0;
		margin: 0;
		border-top: none !important;
		position: absolute;
		left: -1px;
		right: -1px;
		top: 41px;
		z-index: 999;
	}

	.btn-select ul li {
		padding: 3px 6px;
		text-align: left;
		font-size: 13px;
	}

	.btn-select ul li:hover {
		background-color: #f4f4f4;
	}

	.btn-select ul li.selected {
		color: white;
	}

	/* Default Start */
	.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
		border-color: #ccc;
	}
	.btn-select.btn-default ul li.selected {
		background-color: #ccc;
	}
	.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
		background-color: white;
		border: #ccc 1px solid;
		border-radius: 2px 0px 0px 2px;
	}

	.btn-select.btn-default:hover, .btn-select.btn-default.active {
		background-color: #e6e6e6;
	}
	/* Default End */
	.newsfeed-section {
		background-color: #fff;
		position: relative;
		float: left;
		width: 100%;
		z-index: 1;
		padding-bottom: 85px;
	}
	.newsfeed-section::after{
		position: absolute;
		background: transparent url("../images/salvation_bg.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-attachment: scroll;
		content: "";
		bottom: 0px;
		right: 0;
		height: 400px;
		width: 50%;
		z-index: 0;
	}
	.support-ministry-section {
		float: left;
		width: 100%;
		background: #08a6f5;
		color: #fff;
		padding: 42px 0px 35px 0px;
	}
	.ministry-detail h1 {
		font-size: 35px;
		font-family: 'WorkSans-SemiBold';
		margin-bottom: 37px;
		position: relative;
	}
	.ministry-detail h1::after {
		position: absolute;
		content:"";
		width: 100px;
		height: 5px;
		background: #fadd06;
		bottom: -18px;
		left: 0;
	}
	.btn-large {
		background: #fadd06;
		border: 1px solid #fadd06;
		height: 50px;
		width: 240px;
		color: #045882;
		font-family: 'WorkSans-SemiBold';
		font-size: 14px;
        line-height: 34px;
		text-transform: uppercase;
		letter-spacing: 0.8px;
	}
	.ministry-btn-section {
		text-align: center;
		position: relative;
		top: 106px;
	}
	.btn-large:hover {
		background: #fff294;
		border: 1px solid #fff294;
		color: #045882;
	}


	/* Video Archive Page and View by Show Style */
	.video-archive,
	/*body.no-sidebar .inner-page-content,*/
	.inner-page-content.view-by-show {
		padding: 50px 0;
	}

	.inner-page-content .view-by-show--text {
		padding-bottom: 20px;
	}

	.video-archive .btn {
		text-transform: uppercase;
		font: 14px 'WorkSans-SemiBold';
		border: 2px solid #1a456a;
		padding: 14px 34px;
		color: #1a456a;
	}

		.tubepress-container {
			border: 1px solid #eaeaea;
			border-radius: 3px;
			margin-top: 50px;
			margin-bottom: 50px;
			padding-top:16px;
		}

		.single-video .tubepress-container{
			margin-top:0;
		}

			.tubepress-static-player {
				padding-left: 0;
			}

			.tubepress-description {
				padding-top: 50px;
				padding-left: 20px;
				padding-right: 50px;
			}

				.tubepress-description__title {
					color: #262626;
				}

				.tubepress-description__meta {
					font: 12px 'WorkSans-SemiBold';
					padding: 10px 0 20px;
				}

				.tubepress-description__description {
					font-size: 14px;
				}

		/* Thumbnail */
		.tubepress-thumbnail-image {
			border-radius: 3px;
		}

		.tubepress-meta-group {
			font-size: 12px;
			padding: 10px 0;
		}
			.tubepress-meta-group .tubepress-meta-title {
				color: #1a456a;
				font-size: 18px;
			}
			.tubepress-meta-group .tubepress-meta-duration {
				display: inline-block;
			}
				.tubepress-meta-group .tubepress-meta-duration:after {
					content: "|";
					padding-left: 5px;
					padding-right: 5px;
				}
			.tubepress-meta-group .tubepress-meta-viewCount.js-tubepress-meta-label,
			.tubepress-meta-group .tubepress-meta-description {
				display: none;
			}
			.tubepress-meta-group .tubepress-meta-viewCount.js-tubepress-meta-value:after {
				content: " VIEWS";
				display: inline-block;
			}

		.tubepress-thumbs {
			padding-bottom: 50px;
		}

		.tubepress-pagination {
			border-top: 4px solid #eaeaea;
			padding-top: 60px;
			text-align: left;
		}
			.tubepress-pagination ul {
				box-shadow: none;
			}
				.tubepress-pagination a,
				.tubepress-pagination span {
					padding: 3px 12px;
					border: 2px solid #c1c1c1 !important;
					border-radius: 3px !important;
					text-transform: uppercase;
					font-family: 'WorkSans-SemiBold';
					margin-right: 8px;
				}
				.tubepress-pagination a:hover,
				.tubepress-pagination .active span,
				.tubepress-pagination .page-numbers.current {
					background-color: #c1c1c1;
					color: #1a476f;
				}

	.inner-page-content.view-by-show {
		margin-top: 100px;
	}

		.view-by-show h4 {
			font-family: 'WorkSans-SemiBold';
		}

		.view-by-show--item {
			display: block;
			height: 250px;
			margin-bottom: 30px;
		}

	@media (min-width: 768px) {
		.inner-page-content.view-by-show {
			margin-top: 30px;
			padding: 100px 0;
		}

		.view-by-show--item {
			height: 300px;
		}
	}



	/*------ Footer Style ------*/
	footer {
		float: left;
		width: 100%;
		background: #045882;
	}
	.home-newsletter .single {
		max-width: 650px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	.home-newsletter .single h2 {
		font-size: 22px;
		color: white;
		text-transform: uppercase;
		margin-bottom: 40px;
		font-family: 'WorkSans-Bold';
	}
	.home-newsletter .single .form-control {
		height: 50px;
		background: rgba(255, 255, 255, 0.6);
		border-color: transparent;
		border-radius: 20px 0 0 20px;
	}
	.home-newsletter .single .form-control:focus {
		box-shadow: none;
	}
	.home-newsletter .single .btn {
		min-height: 50px;
		border-radius: 0 20px 20px 0;
		background: #243c4f;
		color: #fff;
	}
	.newsletter-signin h4 {
		float: left;
		font-size: 15px;
		width: 28%;
		font-family: 'WorkSans-SemiBold';
		color: #d1d1d1;
		margin: 28px 0px 15px 0px;
	}
    .newsletter-signin .mc4wp-form-fields {
        position: relative;
    }
    .newsletter-signin .input-group-btn {
        position: static;
    }
    @media (max-width: 991px) {
        .newsletter-signin h4 {
            margin-bottom: 0;
            width: 100%;
        }
    }
	.signup-bar {
		float: left;
		width: 58%;
		max-width: 355px;
	}
	.signup-bar input {
		height: 50px;
		background: #003a57;
		border: 1px solid #003048;
		border-radius: 4px !important;
		padding: 8px 96px 8px 8px;
		color: #999;
	}
	.signup-bar .mc4wp-form-fields .input-group-btn button {
		position: absolute;
		right: 0px;
        top: 0;
		border-top-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
		z-index: 10;
	}
	.btn-theme {
		height: 50px;
		font-family: 'WorkSans-SemiBold';
		color: #045882;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		background: #fadd06;
	}
	.btn-theme:hover {
		background: #fff294;
		border: 1px solid #fff294;
		color: #045882;
	}
	.footer-app-section {
		float: left;
		width: 60%;
		margin-top: 30px;
	}
	.footer-address-detail h5, .footer-app-section h5 {
		font-size: 15px;
		color: #d1d1d1;
		font-family: 'WorkSans-SemiBold';
	}
	.footer-address-detail address {
		float: left;
		width: 100%;
		color: #fff;
		font-size: 12px;
		padding-bottom: 14px;
		border-bottom: 1px solid #004669;
		margin-bottom: 0;
	}
	.footer-address-detail address p {
		margin-top: 12px;
		letter-spacing: 0.2px;
	}
	.footer-address-detail span, .footer-menu li a {
		letter-spacing: 0.2px;
	}
	.footer-social-media {
		float: left;
		width: 100%;
		border-bottom: 1px solid #004669;
	}
	.cont-num-footer a {
		color: #fff;
	}
	.footer-social-media h5 {
		margin-top: 21px;
	}
	.footer-social-media ul {
		margin-top: 2px;
		margin-bottom: 21px;
	}
	.footer-social-media li {
		padding-right: 0;
	}
	.footer-social-media li > a {
		color: #fff;
		height: 30px;
		width: 30px;
		float: left;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
	}
	.footer-social-media ul :first-child a {
		background: #3b5998;
	}
	/* For google plus
    .footer-social-media ul :nth-child(2) a {
		background: #d34836;
	}*/
	.footer-social-media ul :nth-child(2) a {
		background: #0084b4;
	}
	.footer-menu li a {
		color: #fff;
		font-size: 12px;
	}
	.footer-menu {
		float: left;
		width: 100%;
		margin-top: 18px;
	}
	.footer-app-section ul {
		margin-top: 20px;
	}
	.footer-menu ul {
		margin-bottom: 0;
	}
	.footer-menu .copyrights {
		color: #d1d1d1;
		font-size: 11px;
	}
	.footer-app-section li {
		padding-bottom: 10px;
	}
	.footer-app-section ul span {
		float: left;
		padding-bottom: 8px;
		color: #079be5;
		font-family: 'WorkSans-SemiBold';
	}
	.footer-newsletter-section {
		float: left;
		width: 100%;
		border-bottom: 1px solid #003a57;
		padding-bottom: 18px;
	}
	.view-all-btn {
		font-family: 'WorkSans-SemiBold';
		letter-spacing: 0.8px;
		color: #045882;
		font-size: 14px;
		background: #fadd06;
		border-color: #fadd06;
		height: 35px;
		width: 155px;
		text-transform: uppercase;
		margin-bottom: 46px;
		margin-top: 10px;
	}
	.view-all-btn:hover{
		background: #fff294;
		border: 1px solid #fff294;
		color: #045882;
	}
	.footer-right{
		background: #024e74;
		padding: 4% 3%;
		float: left;
	}
	.footer-left {
		margin-top: 4%;
	}
	/*------------ inner page css start ------------*/
	.inner-page-right {
		float: left;
		width: 100%;
		line-height: 26px;
	}
	.inner-page-right article ul {
		padding:  0px 0px;
		margin-bottom: 25px;
	}
	.inner-page-right .wsp-container ul{
		padding:  10px 0px;
		margin-bottom: 15px;
	}
	.inner-page-right article li {
		position: relative;
		padding-left: 60px;
		padding-left: 60px;
		margin-bottom: 10px;
	}
	.inner-page-right article  li::before {
		position: absolute;
		content: "";
		background-color: #fadd06;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		top: 9px;
		left: 25px;
	}
	.inner-page-content {
		color: #555;
		margin-bottom: 20px
	}
	.inner-page-main {
		float: left;
		margin-top: 20px;
		width: 100%;
		background: #fff;
	}
	.second-header-top, .second-header-bottom {
		float: left;
		width: 100%;
	}
	.second-header-top {
		background-color: #eee;
	}
	.second-header-bottom {
		background-color: #e6e6e6;
	}
	.inner-main-head {
		color: #333;
		font-family: 'WorkSans-SemiBold';
	}
	ul.inner-breadcrums {
		margin: 5px 0px;
		position: relative;
	}
	ul.inner-breadcrums li {
		position: relative;
	}
	ul.inner-breadcrums li::after {
		position: absolute;
		width: 10px;
		height: 16px;
		font-size: 12px;
		bottom: 1px;
		margin-left: 0px;
	}
	ul.inner-breadcrums li:last-child:after{
		content: "";
	}
	.inner-breadcrums li a {
		color: #333;
		font-size: 12px;
		position: relative;
		z-index: 10;
	}
	.item-banner figure{
		position: relative;
	}
	.item-banner figure img {
		border-radius: 4px;
	}
	.item-banner {
		position: relative;
	}
	.article-date {
		position: absolute;
		background: #fff;
		border-radius: 0px 3px 3px 0px;
		padding: 5px 10px;
		color: #999;
		font-size: 11px;
		height: 37px;
		text-align: center;
		line-height: 26px;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		width: 170px;
		top: 25px;
		z-index: 1;
		font-weight: bold
	}
	.article-head {
        position: absolute;
        bottom: 20px;
		letter-spacing: 0.5px;
		left: 20px;
	}
	.article-head span {
		font-size: 11px;
		text-transform: uppercase;
		color: #ccc;
		font-family: 'WorkSans-SemiBold';
		letter-spacing: 0.8px;
	}
	.article-head h2 {
		margin: 0;
		font-family: 'WorkSans-SemiBold';
		font-size: 30px;
		color: #fff;
		letter-spacing: 0.5px;
	}
	.item-banner figure::before {
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);
		background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);
		position: absolute;
		left: 0;
		height: auto;
		right: 0;
		top: 0;
		bottom: 0;
		content: '';
		border-radius: 4px;
	}
	.popular-post-container {
		margin-bottom: 32px;
		float: left;
		width: 100%;
	}
	.article-pagination {
		float: left;
		width: 100%;
		margin: 55px 0 98px 0;
	}
    .pagination>div>a,
    .pagination>div>span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        /* border: 1px solid #ddd; */
        border-radius: 6px;
	    margin-right: 10px;
	    border: 2px solid #ccc;
	    text-align: center;
	    font-family: 'WorkSans-SemiBold';

    }
    .pagination>div>a:focus,
    .pagination>div>a:hover,
    .pagination>div>span:focus,
    .pagination>div>span:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }
    .pagination>div:first-child>a,
    .pagination>div:first-child>span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .article-pagination .pagination div a,
	.article-pagination .pagination li a,
	span.page-numbers.current {
		border-radius: 6px;
		margin-right: 10px;
		border: 2px solid #ccc;
		/*width: 40px;
		height: 40px;*/
		text-align: center;
		font-family: 'WorkSans-SemiBold';
	}
	.page-numbers.current {
		background-color: #eee;
	}
		.page-numbers.current:hover {
			border-color: #ccc;
			color: #337ab7;
		}
	.page-numbers.dots:hover {
		background-color: #fff;
		border-color: #ccc;
		color: #337ab7;
	}
	.article-pagination .pagination li:last-child a{
		width: 70px;
	}
	.subscribe-section {
		background: #f8f8f8;
		padding: 35px 30px;
		border-top: 5px solid #fadd06;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 23px;
	}
	.subscribe-section p {
		color: #555;
		font-size: 15px;
	}
	.have_question  {
		margin-bottom: 30px;
	}
	.have_name, .have_questions, .have_email {
		display:none;
		color: #045882;
		padding: 0px 15px;
		font-size: 14px;
	}
	.your_question {
		padding: 6px 15px !important;
	}
	.subscribe-section input {
		height: 40px;
	}
	.subscribe-section input, .subscribe-section textarea  {
		width: 100%;
		color: #999;
		font-family: 'WorkSans-SemiBold';
		padding: 0px 15px;
		font-size: 14px;
		border: 1px solid #ccc;
		border-radius: 3px;
		margin-bottom: 26px;
	}
	.subscribe-section input.submit-btn{
		margin-bottom: 0px;
	}
	.single-daily_lift .widget_wysija_cont {
		position: relative;
	}
	.single-daily_lift input.wysija-submit{
		position: absolute;
		right: 0px;
		top: -20px;
	}
	.single-daily_lift .widget_wysija {
		width: 65%;
	}
	.subscribe-section .formErrorContent {
		position: absolute !important;
		right: 6px;
		top: 68px !important;
	}
	.signup-bar .mc4wp-error, .signup-bar .mc4wp-success, .signup-bar .mc4wp-notice{
		color: #fff;
		font-size: 13px;
		margin-top: 15px;
		float: left;
		width: 100%;
	}
	.single-daily_lift .subscribe-section .formErrorContent {
		position: absolute !important;
		right: 6px;
		top: 50px !important;
	}
	.subscribe-section  p.wysija-paragraph input{
		margin-bottom: 0px;
	}
	.subscribe-section input::-webkit-input-placeholder, .widget_wysija p > input::-webkit-input-placeholder {
	   text-transform: uppercase !important;
	}
	.subscribe-section input:-moz-placeholder, .widget_wysija p > input:-moz-placeholder {
	   text-transform: uppercase !important;
	}
	.subscribe-section input::-moz-placeholder, .widget_wysija p > input::-moz-placeholder  {
	   text-transform: uppercase !important;
	}
	.subscribe-section input:-ms-input-placeholder, .widget_wysija p > input:-ms-input-placeholder {
	   text-transform: uppercase !important;
	}
	.submit-btn-40, .single-daily_lift .wysija-submit {
		height: 40px !important;
	}
	.submit-btn, .wysija-submit{
		height: 50px !important;
	}
	.submit-btn, .wysija-submit{
		width: 145px !important;
	}
	.submit-btn, .submit-btn-40, .single-daily_lift .wysija-submit, .wysija-submit {
		color: #045882 !important;
		font-family: 'WorkSans-SemiBold' !important;
		font-size: 14px;
		background: #fadd06;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		border: 1px solid #fadd06 !important;
	}
	.submit-btn:hover, .submit-btn-40:hover, .wysija-submit:hover, .single-daily_lift .wysija-submit:hover {
		background: #fff294 none repeat scroll 0% 0% !important;
		border: 1px solid #fff294 !important;
		color: #045882;
	}
	.single-daily_lift .inner-page-main {
		margin-top: 0px;
	}
	.inner-page-left {
		margin-top: 74px;
	}
	.inner-page-right article {
		margin-top: 74px;
	}
	.inner-page-right aside {
		margin-top: 40px;
		padding-bottom: 55px;
		border-bottom: 5px solid #eee;
	}
	.single-daily_lift .inner-page-right aside{
		border-bottom: none;
		margin-top: 0px;
		padding-bottom: 0px;
	}
	.popular-post-section h3,
    .categories-section h3 {
		font-family: 'WorkSans-SemiBold';
		color: #333;
		float: left;
		width: 100%;
		margin-bottom: 17px;
	}
	.media.popular-post {
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
	}
	.media.popular-post:hover{
		background: #e4e4e4;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
	}
	.content-part {
		padding-bottom: 30px;
		border-bottom: 4px solid #eee;
		margin-bottom: 37px;
		margin-top: 53px;
	}
	.content-part p {
		margin-bottom: 28px;
		color: #555;
		font-size: 17px;
	}
	.content-part h2 {
		font-size: 35px;
	}
	.content-part h3 {
		font-size: 24px;
	}
	.content-part h4 {
		font-size: 18px;
	}
	.content-part h2, .content-part h3, .content-part h4{
		color: #333;
		font-family: 'WorkSans-Bold';
		margin-bottom: 22px;
	}
	.article-inbox {
		margin-top: 75px;
	}
	.article-change {
		padding: 0px 52px;
		margin-bottom: 63px;
		float: left;
		width: 100%;
	}
	.article-change a {
		font-family: 'WorkSans-SemiBold';
		color: #045882;
		font-size: 15px;
	}
	.article-change a.pre-article > i {
		margin-right: 9px;
	}
	.article-change a.next-article > i {
		margin-left: 9px;
	}
	blockquote {
		border-left: 0px;
		border-bottom: 5px solid #eee;
		border-top: 5px solid #eee;
		color: #08A6F5;
		font-size: 24px;
		line-height: 1.6;
	}
	blockquote p {
		margin-top: 10px;
		margin-bottom: 10px !important;
	}
	.dataTables_wrapper {
		max-width: 100%;
 	   	overflow: auto;
 	   	margin-bottom: 3em !important;
	}
	.inner-breadcrums {
		font-size: 12px;
	}
	.customTable th {
	    background: transparent !important;
	    border-top: 5px solid #fadd06 !important;
	    text-transform: uppercase;
	    padding: 20px 20px 12px !important;
	}
	.customTable td {
		padding: 25px 20px 20px 20px !important;
	}
	.categories-section li a {
		width: 100%;
		padding: 20px 0px;
		float: left;
		border-bottom: 1px solid #eee;
		font-size: 15px;
		color: #045882;
		font-family: 'WorkSans-SemiBold';
		position: relative;
		text-indent: 25px;
	}
	.categories-section li a::after{
		position: absolute;
		content: "";
		background: transparent url("../images/arrow_media_rt.png") no-repeat scroll 0px 0px;
		width: 8px;
		height: 12px;
		right: 28px;
		top: 27px;
		background-size: cover;
	}
	.categories-section h3,
    .archives-section h3 {
		border-bottom: 1px solid #ccc;
		padding-bottom: 25px;
		margin-bottom: 0;
	}
	.archives-section h3 {
		font-family: 'WorkSans-SemiBold';
		color: #333;
	}
	.categories-section {
		float: left;
		width: 100%;
		margin-bottom: 32px;
	}
	.archives-section {
		float: left;
		width: 100%;
	}
	.archives-section li a {
		font-size: 15px;
		font-family: 'WorkSans-SemiBold';
		color: #045882;
	}
	.archives-section ul{
		/*-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;*/
		margin-top: 10px;
	}
	.archives-section li {
		margin: 10px 0px;
		float: left;
		width: 50%;
	}
	.inner-page-right aside {
		color: #555;
		font-size: 17px;
		padding-bottom: 58px;
	}
	.inner-page-right aside {
		margin-top: 40px;
	}
	.inner-page-right aside p {
		margin-bottom: 30px;
		-webkit-font-smoothing: antialiased;
	}
	.read-more-btn {
		border: 2px solid #045882;
		color: #045882;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		font-family: 'WorkSans-SemiBold';
		height: 50px;
		line-height: 33px;
	}
	.read-more-btn:hover{
		background: #045882 none repeat scroll 0% 0%;
		border: 2px solid #045882;
		color: #fff;
	}
	.subscribe-section h3{
		margin-top: 0;
		font-family: 'WorkSans-SemiBold';
		color: #333;
		margin-bottom: 12px;
	}
	.article-inbox p {
		font-size: 15px;
	}
	.popular-post .media-body::after {
		background: none;
	}
	.popular-post {
		border-radius: 3px;
		border: 1px solid #eee;
		margin-bottom: 25px;
	}
	.popular-post .media-body span {
		color: #999;;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 0.8px;
		font-family: 'WorkSans-SemiBold';
		margin-top: 12px;
		float: left;
		width: 100%;
	}
	.popular-post .media-body h4,
    .popular-post .media-body a{
		color: #045882;
		font-family: 'WorkSans-SemiBold';
	}

	.popular-post .media-body h4 {
		color: #333;
	}

	.popular-post .media-body a{
		font-size: 12px;
		position: relative;
	}
	.popular-post .media-body a::after{
		position: absolute;
		content: "";
		background: transparent url("../images/arrow_media_rt.png") no-repeat scroll 0px 0px;
		width: 7px;
		height: 11px;
		right: -16px;
		top: 3px;
		background-size: cover;
	}
	.article-pagination .pagination {
		margin: 0px;
	}
	.page-notation span {
		margin: 10px 0px;
		float: left;
		font-size: 14px;
		color: #555;
	}
	.contact-page input {
		height: 50px;
	}
	.contact-page input, .contact-page textarea{
		box-shadow:none;
		border: 1px solid #ccc;
	}
	.contact-page label {
		font-weight: normal;
		font-family: 'WorkSans-SemiBold';
		color: #333;
		font-size: 14px;
		text-transform: uppercase;
		text-indent: 12px;
	}
	.contact-page p {
		color: #555;
		font-size: 17px;
		margin-bottom: 50px;
	}
	.contact-page .form-group {
		margin-bottom: 40px;
	}
	.contact-page {
		float: left;
		width: 100%;
		margin-top: 75px;
		margin-bottom: 100px;
	}
	.inner-page-banner {
		position: relative;
	}
	.inner-page-banner figure::after{
		/*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);
		background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.53) 61%, rgba(0, 0, 0, 0.72) 100%);*/
		background: rgba(0,0,0,0);
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 7%, rgba(0,0,0,0.03) 10%, rgba(0,0,0,0.06) 12%, rgba(0,0,0,0.6) 97%);
		background: -webkit-gradient(left top, left bottom, color-stop(7%, rgba(0,0,0,0)), color-stop(10%, rgba(0,0,0,0.03)), color-stop(12%, rgba(0,0,0,0.06)), color-stop(97%, rgba(0,0,0,0.6)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 7%, rgba(0,0,0,0.03) 10%, rgba(0,0,0,0.06) 12%, rgba(0,0,0,0.6) 97%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 7%, rgba(0,0,0,0.03) 10%, rgba(0,0,0,0.06) 12%, rgba(0,0,0,0.6) 97%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 7%, rgba(0,0,0,0.03) 10%, rgba(0,0,0,0.06) 12%, rgba(0,0,0,0.6) 97%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 7%, rgba(0,0,0,0.03) 10%, rgba(0,0,0,0.06) 12%, rgba(0,0,0,0.6) 97%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

		position: absolute;
		left: 0;
		height: auto;
		right: 0;
		top: 0;
		bottom: 0;
		content: '';
	}
	.banner-blog-detail {
		position: absolute;
		bottom: 30px;
		margin: 0 auto;
		right: 0;
		left: 0;
	}
	.banner-blog-detail h1 {
		font-size: 54px;
		color: #fff;
		font-family: 'WorkSans-SemiBold';
	}
	.inner-page-banner span {
		color: #ccc;
		position: relative;
		font-family: 'WorkSans-SemiBold';
		font-size: 11px;
		letter-spacing: 0.8px;
		text-transform: uppercase;
	}
	.inner-page-banner span::before{
		position: absolute;
		content: '';
		background: #045882;
		width: 33px;
		height: 5px;
		bottom: -12px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.brand-logo> img {
		max-width: 100%;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		display: inline-block;
	}
	.cbp-af-header-shrink .navbar-brand img {
		/*max-width: 300px;*/
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		display: inline-block;
	}
	.cbp-af-header-shrink .navbar-brand img:first-child{
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
	}
	.required-star {
		color: #045882;
		margin-left: 4px;
	}
	.nav.navbar-nav li a.active {
		color: #2a6e92 !important;
	}
	ul.pagination .active {
		background: #ccc;
	}
	.nav-previous {
		float: left;
	}
	.nav-next {
		float: right;
	}
	.tablepress .sorting_asc::after {
	    content: '' !important;
	}
	.tablepress .sorting_desc::after {
	    content: '' !important;
	}
	.ytp-large-play-button svg {
	    display: none !important;
	}
	.content_videos {
		position: absolute;
		z-index: 4;
		bottom: 10px;
	}
	.grid-sm-detail .content_videos{
		padding: 0px 10px 0px 20px;
		bottom: 20px;
	}
    .eldership-table {
        table-layout: fixed;
    }
    .eldership-table .alignnone {
        margin-bottom: 0;
    }

.dropdown-menu .dropdown-menu {
	top: -1px !important;
}
	/*------------ Media Query ------------*/
	@media only screen and (min-width: 320px) and (max-width: 480px){
        .panel-body p > a{
            white-space: normal;
            word-wrap: break-word;
        }
        .banner-blog-detail h1 {
            font-size: 20px;
        }
        .inner-page-banner span {
            font-size: 10px;
        }
        .banner-blog-detail {
            position: absolute;
            bottom: 0;
        }
        .article-date {
            position: relative;
            background: #fadd06 none repeat scroll 0% 0%;
            border-radius: 3px;
            color: #045882;
            top: -2px;
            z-index: 1;
        }
        .article-change a {
            font-size: 13px;
        }
        .next-article {
            padding: 4px 0px;
        }
        .mobile-sm-menu ul li {
            margin: 0px 8px;
        }
        .management-team-table img.alignleft {
            float: none !important
        }
	}
	@media only screen and (min-width: 360px) and (max-width: 640px){
        .mobile-sm-menu ul li {
            margin: 0px 14px;
        }
	}
	@media only screen and (max-width: 767px) {
        .no-padd-xs{
            padding-left: 0px;
            padding-right: 0px;
        }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #777 !important;
        }
         /* menu responsive */
        .navbar-nav > li {
            float: none;
            margin: 0px 6px;
        }
        .navbar-collapse.in {
            overflow-y: visible;
        }
        .newsfeed-section::after {
            height: 250px;
            width: 100%;
            z-index: 0;
        }
        .stream-video-section{
            overflow: hidden;
        }
        .stream-video-section img {
            height: 280px;
            min-width: 500px;
        }
        .live-stream-detail {
            margin-top: 60px;
        }
        .salvation-content p {
            font-size: 15px;
            margin-bottom: 25px;
        }
        .section-head h2 {
            font-size: 24px;
        }
        .section-head h2::after {
            width: 30%;
            top: 45px;
        }
        .watch-btn i {
            margin-left: 6px;
            font-size: 22px;
            position: relative;
            top: 3px;
        }
        .watch-btn {
            width: 145px;
        }
        .video-grid-lg {
            height: 286px !important;
            min-height: 286px;
        }
        .video-grid-lg {
            background-repeat: no-repeat !important;
            background-size: cover !important;
            background-position: 50% 50% !important;
            background-attachment: scroll !important;
        }
        .video-info {
            bottom: 15px;
        }
        .video-content-detail {
            padding: 0px 25px;
        }
        .video-info p {
            font-size: 11px;
        }
        .video-info h1 {
            font-size: 16px;
            margin: 0px 0px 10px 0px;
        }
        .video-info span {
            margin-bottom: 6px;
            font-size: 9px;
        }
        .media-body p {
            font-size: 14px;
            font-family: "WorkSans-SemiBold";
            max-width: 90%;
        }
        .live-stream h2 {
            font-size: 16px;
            top: -35px;
            font-family: 'WorkSans-Bold';
            padding: 9px 20px;
        }
        .newsfeed-content {
            margin-top: 50px;
        }
        .salvation-content h1 {
            font-size: 24px;
        }
        .newsfeed-salvation-section {
            margin-top: 30px;
        }
        .daily-lift .panel-body p > img {
            padding-left: 15px;
            width: 45%;
        }
        .salvation-content a > span {
            padding-top: 0px;
        }
        .ministry-detail h1 {
            font-size: 24px;
        }
        .support-ministry-section {
            padding: 30px 0px 60px;
        }
        .newsletter-signin h4, .signup-bar {
            width: 100%;
        }
        .salvation-content a > span {
            margin-bottom: 120px;
            z-index: 1;
    		position: relative;
        }
        .video-info span::after {
            display: none;
        }
        .footer-menu {
            padding-bottom: 30px;
        }
        .footer-app-section {
            width: 100%;
        }
        .watch-btn {
            bottom: 35px;
        }
        .video-caption {
            right: 0;
            top: 50%;
            left: 50px;
            font-size: 17px;
            font-family: "WorkSans-Bold";
            letter-spacing: 2px;
        }
        .cbp-af-header {
            overflow: visible;
        }
        .video-category-detail li:last-child .media-body p {
            font-size: 28px;
            line-height: 40px;
        }
        .article-inbox input {
            margin-bottom: 0;
        }
        .article-change {
            padding: 0px;
        }
        .inner-breadcrums li a {
            margin-right: 5px;
        }
        .social-media-content .panel-heading h3 {
            font-size: 18px;
            margin-left: 35px;
        }
        .our-schedule .panel-body p {
            font-size: 14px;
        }
        .social-media-content .panel-body span, .our-schedule .panel-body span, .daily-lift .panel-body span {
            font-size: 10px;
        }
        .social-media-content .panel-heading {
            position: relative;
        }
        .social-media-content .panel-heading h3 > i {
            font-size: 23px;
            position: absolute;
            left: 18px;
            top: 20px;
        }
        .ministry-btn-section {
            text-align: left;
            position: relative;
            top: 10px;
        }
        .feature-video-section {
            padding-bottom: 0px;
        }
        .view-all-btn {
            margin-top: 30px;
        }
        .video-category-detail .media-body {
            width: 200px;
            min-width: 228px;
            padding-right: 38px;
        }
        .media-body p {
            max-width: 100%;
        }
        .single-daily_lift .widget_wysija {
            width: 100%;
        }
        .single-daily_lift input.wysija-submit {
            position: relative;
            right: 0px;
            top: -20px;
        }
        .single-daily_lift .subscribe-section .formErrorContent {
            position: absolute !important;
            right: 0px;
            top: 97px !important;
        }
        .article-head h2 {
            font-size: 20px;
        }
        .inner-page-right article {
            margin-top: 40px;
        }
	}
    @media (min-width: 768px) {
        .navbar-nav>li>a {
            padding-top: 55px;
            padding-bottom: 55px;
        }

        /*.cbp-af-header-shrink .navbar-nav>li>a {
            padding-top: 51px;
            padding-bottom: 51px;
        }*/

        .social-media-news,
        .our-schedule,
        .daily-lift {
            min-height: 485px;
        }

    }
	@media only screen and (min-width: 768px) and (max-width: 1024px){
        .container {
            max-width: 1315px;
			position: relative;
        }
        .live-stream h2 {
            position: relative;
            top: 0px;
            width: 40%;
        }
        .newsfeed-salvation-section {
            float: left;
            width: 100%;
            margin-top: 30px;
        }
        .truth-select {
            float: left;
            width: 100%;
            }
        .newsfeed-section::after {
            height: 330px;
            width: 65%;
            z-index: -1;
        }
        .cbp-af-header-shrink .navbar-brand {
            width: 50%;
        }
        .footer-right {
            min-height: 470px;
        }
        .cbp-af-header {
            overflow: visible;
        }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #777 !important;
        }
	}
	@media only screen and (min-width: 768px) and (max-width: 991px){
        .section-head h2 {
            padding-top: 12px;
        }
        .section-head h2::after {
            width: 55%;
            top: 20px;
        }
        .video-content-detail {
            padding: 0px 14px;
        }
        .video-info-sm {
            padding: 0px 10px;
        }
        .video-info-sm h3 {
            font-size: 20px;
        }
        .view-library p {
        font-size: 12px;
        }
        .view-all-vid-btn {
            height: 35px;
            width: 95%;
            font-size: 12px;
        }
        .contents p {
            font-size: 14px;
        }
        .contents {
            margin-top: 40px;
        }
        .page-section-one .section-title {
            margin: 20px 0px;
            }
        .page-section-one .section-title,
        .page-section-two .section-title {
            font-size: 20px;
        }
        .gbn-btn,
        .gbn-btn-large,
        .gbn-btn-large-white {
            margin-top: 12px;
        }
	}

@media only screen and (max-width: 768px) {
	.page-section-one .half-section .js-height-set {
		background-position: 34% !important;
	}
}
	@media only screen and (min-width: 992px){
        .full-width{
            width:100%;
        }
        .float-lt{
            float: left;
        }
        .float-rt{
            float: right;
        }
        .no-padd {
            padding-left: 0px;
            padding-right: 0px;
        }
        .no-padd-lt {
            padding-left: 0px;
        }
        .no-padd-rt {
            padding-right: 0px;
        }
        .padd-lt-28 {
            padding-left: 28px;
        }
        .padd-rt-28 {
            padding-right: 28px;
        }
        .mar-bm-28 {
            margin-bottom: 28px;
        }
	}
	@media only screen and (min-width: 992px) and (max-width: 1024px){
        /* content css */
        .live-stream h2 {
            position: absolute;
            top: -40px;
            width: 40%;
            padding: 9px 40px;
        }
        .social-media-content .panel-heading h3 {
            margin: 14px 0px;
            font-family: 'WorkSans-Bold';
        }
        .video-category-detail .media {
            padding: 8px 20px;
        }
        .media-body p {
            font-size: 13px;
        }
        .video-category-detail li:last-child .media-body p {
            font-size: 30px;
            line-height: 45px;
        }
        .video-category-detail ul {
            margin-bottom: 0;
        }
        .section-head h2::after {
            width: 70%;
        }
        .select-label span {
            padding-top: 0;
        }
        .truth-select {
            float: left;
            width: 80%;
        }
        .contents p {
            font-size: 16px;
        }
        .contents {
            margin-top: 40px;
        }
        .page-section-one .section-title {
            margin: 20px 0px;
            }
        .page-section-one .section-title, .page-section-two .section-title {
            font-size: 30px;
        }
        .gbn-btn, .gbn-btn-large {
            margin-top: 12px;
        }
	}

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .social-media-content .panel-footer a,
        .our-schedule .panel-footer a,
        .daily-lift .panel-footer a {
            font-size: 14px;
        }
        .social-media-content .panel-heading h3 {
            font-size: 18px;
        }
        .panel-container {
            min-height: 450px;
        }
        .our-schedule iframe {
            min-height: 520px; /* Height of panel header + panel container */
        }
    }
	@media (max-width: 991px){
		.js-height-set{
			height: 1400px !important;
		}
		.js-height-set1{
			height: 1200px !important;
		}
	}
@media only screen and (min-width: 768px) {
	header {
			margin-bottom: 150px;
		}

	.cbp-af-header.cbp-af-header-shrink {
			height: 114px;
		}
}
    @media only screen and (max-width: 1199px) {

        /*------------------- menu icon bar -----------------*/

		.navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		.navbar-collapse {
			z-index: 900;
		}
		.navbar-nav .open .dropdown-menu > li > a {
			line-height: 20px;
		}
		.navbar-nav .open .dropdown-menu > li > a,
		.navbar-nav .open .dropdown-menu .dropdown-header {
			padding: 5px 15px 5px 25px;
		}
		.dropdown-menu > li > a {
			display: block;
			padding: 3px 20px;
			clear: both;
			font-weight: normal;
			line-height: 1.42857143;
			color: #333;
			white-space: nowrap;
		}
		.navbar-header {
			float: none;
		}
		.navbar-toggle {
			display: block;
		}
		.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
			position: absolute;
			width: 100%;
			background: #fff;
			top: 122px;
		}
		.navbar-collapse.collapse {
			display: none!important;
		}
		.navbar-nav {
			float: none!important;
			/*margin: 7.5px -15px;*/
			margin: 7.5px -15px 7.5px -15px
		}
		.navbar-nav>li {
			float: none;
		}
		.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.navbar-text {
			float: none;
			margin: 15px 0;
		}
		/* since 3.1.0 */
		.navbar-collapse.collapse.in {
			display: block!important;
		}
		.collapsing {
			overflow: hidden!important;
		}
		.navbar-toggle {
			margin-right: 0px;
			top: 8px;
			position: absolute;
			right: 15px;
		}

		.cbp-af-header-shrink .navbar-nav {
			margin: 0;
			transition: all 0.3s ease 0s;
		}
		.navbar-nav {
			float: none !important;
			margin: 0;
		}
		.mobile-sm-menu ul {
			margin-bottom: 0;
		}
		.navbar {
			min-height: 90px;
			border-radius: 0px;
			margin-bottom: 0;
		}
		.mobile-sm-menu {
			float: left;
			width: 100%;
			position: absolute;
			right: 0px;
			text-align: center;
			border-top: 1px solid #eee;
			padding: 8px 0px;
			top: 100px;
		}

		.menu-arrow.dropdown-toggle {
            background-color: #efefef;
            border-radius: 30px;
            -webkit-border-radius: 30px;
			position: absolute;
			right: 0px;
			top: 0px;
			padding: 5px 11px;
			cursor: pointer;
		}
        .open .menu-arrow.dropdown-toggle {
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
		.js-height-set{
			height: 1300px !important;
		}
		.js-height-set1{
			height: 1000px !important;
		}
        .video-category-detail .media-body {
            width: 220px;
        }
        .video-grid-sm .grid-sm-view:nth-child(1),
        .video-grid-sm .grid-sm-view:nth-child(2) { display: none; }

        .video-grid-sm .grid-sm-view:nth-child(3) .mar-tp-15.padd-rt-28 {
            margin-top: 0 !important;
            padding-right: 15px !important;
        }
        .video-grid-sm .grid-sm-detail {
            width: 100%;
        }
    }
	@media only screen and (min-width: 1200px){
        .menu-arrow.dropdown-toggle {
            display: none;
        }
        .cbp-af-header-shrink .navbar {
            min-height: 110px;
        }
        .navbar-default .navbar-nav > li > a {
            font-size: 16px;
        }
        .stream-video-section img{
            height: 512px;
            width: 100%;
        }
        .navbar-default .navbar-nav>li>a {
            font-size: 14px;
            padding-left: 10px;
            padding-right: 10px;
        }
	}
    @media only screen and (min-width: 1300px){
        .container {
            min-width: 1280px;
        }
        .navbar-default .navbar-nav>li>a {
            font-size: 16px;
            padding-left: 15px;
            padding-right: 15px;
        }
	}
    @media only screen and (min-width: 1200px) and (max-width: 1299px){
        .video-category-detail .media-body {
            width: 260px;
        }
        .truth-select .select-label span {
            padding-top: 0;
        }
	}
	@media only screen and (min-width:1345px){
		.container {
			min-width: 1315px;
		}
	}

	/*---***--- << Search Results Page >> ---***---*/

body.search-results.no-sidebar .inner-page-content {
	padding: 20px 0;
}

.search_page .inner-page-right h2 a{
	color: #045882;
}

.search_page .inner-page-right h2 i {
	color: #045882;
	font-size: 26px;
	padding-left: 8px;
}

.search_page .inner-page-right a.results-category--video:after {
	content:'\f144';
	font-family: 'FontAwesome';
	color: #045882;
	font-size: 26px;
	padding-left: 9px;
}

.search_page .inner-page-right a.results-category--article:after {
	content:'\f02d';
	font-family: 'FontAwesome';
	color: #045882;
	font-size: 24px;
	padding-left: 9px;
}

.search-results .inner-page-right .entry-footer {
    display: none;
}

.popup {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    position: absolute;
    z-index: 900000;
	background: #fff;
	background-size: cover;
    margin: auto;
    -webkit-box-shadow: 0 0 0 500px rgba(4,88,130,.7);
    box-shadow: 0 0 0 500px rgba(4,88,130,.7);
	border-radius: 10px;
	padding: 20px;
}

.popup h2 {
	font-size: 19px;
    color: #333333;
}

.popup h2:after {
	display: block;
    content: '';
    width: 16%;
    height: 5px;
    background: #fadd06;
    margin: 24px 0;
}

.popup-inner-wrap {
	width: 91%;
}

.popup p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
}

.popup-video-block {
	background: #eeeeee;
    padding: 20px;
	border: 1px solid #cccccc;
}

.popup-video-block img {
	display: none;
}

.popup a {
    font-size: 15px;
    color: #555;
	display: inline-block;
	position: relative;
    top: 0px;
}

.popup a span {
	display: block;
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
}

.popup .youtube-button {
	background: #fadd06;
	border-radius: 10px;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 44px;
	margin-left: 0;
}

.close-button {
	position: absolute;
    right: 21px;
    top: 20px;
    border: 2px solid #045882;
    border-radius: 5px;
    padding: 5px 10px;
	color: #045882;
	font-weight: bold;
}

.close-button:hover {
	cursor: pointer;
}

@media only screen and (min-width:768px){
	.popup {
		height: 500px;
		padding: 63px;
		background: #fff url(../images/popup-background.jpg) no-repeat right;
		background-size: cover;
		position: fixed;
	}

	.popup h2 {
		font-size: 35px;
	}

	.popup a {
    	font-size: 18px;
		top: 9px;
		margin-left: 20px;
	}

	.popup p {
		font-size: 17px;
    	line-height: 1.42857143;
	}

	.popup-video-block img {
		display: inline-block;
	}

	.navbar-right {
		float: left !important;
	}

}

@media only screen and (min-width:1024px){
	.popup .youtube-button {
    	float: right;
		margin-left: 20px;
	}
	.navbar-right {
		float: right!important;
		margin-left: 0;
		margin-right: 5px;
	}
}

@media only screen and (min-width:1200px){
	.popup-inner-wrap {
    	width: 66%;
	}
}

.videos-per-page-dropdown{
	padding: 15px;
}

/* Small Phones */
@media only screen and (max-width : 290px) {
    .page-id-110 .management-team-table img.alignleft{
        float:none !important;
    }
}

/* Phones */
@media only screen and (max-width : 480px) {
    .page-id-110 .management-team-table .auto-style10 p{
        max-width: 50px;
        line-height: 20px;
    }
}


/*.article-no-image h2{
    color:#333;
}*/

@media only screen and (min-width: 768px) {
    .footer-videos-perpage{
        position: absolute;
        margin-top:-193px;
    }
}

@media only screen and (max-width : 1200px) {
	.table-wrapper {
			overflow-y: scroll;
	}
}

/*------- homepage "Truth About" select --------*/
.truth-form > div {
	z-index: 999;
}


/*------- CTA Button --------*/
.cta-buttons {
	margin-bottom: 20px;
}
	
.cta-buttons [class^="col-"] {
	margin-bottom: 20px;
}

	.cta-button {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		color: #fff;
		padding: 20px;
		margin-bottom: 20px;
		height: 340px;
		overflow: hidden;
		position: relative;
	}

		.cta-button .cta-button--title {
			position: absolute;
			bottom: 20px;
			transition: all .3s ease;
			text-shadow: 1px 1px #000;
		}

		.cta-button .cta-button--text {
			visibility: hidden;
			opacity: 0;
			transition: all .3s ease;
			text-shadow: 1px 1px #000;
		}

			.cta-button .btn {
				margin-top: 0;
				text-shadow: none;
			}

/* Hover */
.cta-button:hover:before {
	background: rgba(0,0,0,0.7);
	content: "";
	display: block;
	width: 1200%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .3s ease;
}

.cta-button:hover .cta-button--title {
	position: relative;
	bottom: auto;
	z-index: 10;
}
.cta-button:hover .cta-button--text {
	position: relative;
	visibility: visible;
	opacity: 1;
	z-index: 10;
}


/* Video Archive Page & Video By Show Page - Responsive */
/* Homepage - Responsive */

@media (max-width: 992px) {
	.video-archive, .inner-page-content.view-by-show {
	    padding: 20px 0;
	}

	.inner-page-content.view-by-show {
	    margin-top: 20px;
	}

	.inner-page-content .view-by-show--text {
	    display: block;
	    clear: both;
	    padding-top: 20px;
	}

	.home .video-category-detail .media-body {
	    width: 520px;
	}
}

/* Parent Page - Responsive */
/* Blog Page - Responsive */

@media (max-width: 768px) {
	.cta-button:hover:before {
	    display: none;
	}

	.cta-button:hover .cta-button--title {
		position: absolute;
		bottom: 20px;
	}

	.inner-page-left {
	    margin-top: 14px;
	}

	.article-pagination {
	    float: left;
	    width: 100%;
	    margin: 55px 0 28px 0;
	}
}



/* Homepage - Responsive */

@media (max-width: 680px) {
	.home .video-category-detail .media-body {
	    width: 420px;
	}
}

/* Homepage - Responsive */

@media (max-width: 600px) {
	.home .video-category-detail .media-body {
	    width: 350px;
	}
}

/* Homepage - Responsive */

@media (max-width: 520px) {
	.home .video-category-detail .media-body {
	    width: 315px;
	}
}


/* Video Archive Page - Responsive */
/* Homepage - Responsive */


@media (max-width: 450px) {
	.tubepress-thumb {
	    max-width: 100%;
	}

	.tubepress-thumbnail-image {
	    max-width: 100%;
	    height: auto;
	}

	.tubepress-meta-group {
	    max-width: 100%;
	}

	.home .video-category-detail .media-body {
	    width: 220px;
	}
}

/* Homepage - Responsive */


@media (max-width: 370px) {
	.home .media-left img {
	    display: none;
	}

	.home .video-category-detail .media {
	    padding: 13px 15px 13px 15px;
	}

	.menu-arrow.dropdown-toggle {
	    border-radius: 0px;
	    -webkit-border-radius: 0px;
	    width: 80px;
	    height: 30px;
	    text-align: center;
	}
}

@media (max-width: 767px) {
	.hidden-xs { display: none }
}

@media (min-width: 768px) {
	.hidden-sm-up { display: none }
}

.video-popup-link { 
	position: relative;
	background-size: cover !important;
	cursor: pointer; 
}

.btn-video-youtube {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 60px;
	background: url('../images/icon_youtube_hover.png') center center no-repeat;
	background-size: cover;
	border: none;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .75;
	transition: .2s linear;
	z-index: 1000;
}

.video-popup-link:hover .btn-video-youtube { opacity: 1; }

.video-popup-container {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(4,88,130,.7);
	border-radius: 10px;
	z-index: 10000;
}

.video-popup-active { display: block; }

.video-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 850px;
	max-height: 480px;
	padding: 25px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-popup__close {
	position: absolute;
	top: -35px;
	right: 0;
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/icon_close.png) center center no-repeat transparent;
	border: none;
}