/*
*
*	General Stylesheet Document
*
*
*/


/* Remove membership access */

#navigation, .hide-home-page, .call-text {
	display: none !important;
}

.page-template-home-no-new-membership .logo-inner #logo {
	display: inline-block;
	width: 100%;
}

.page-template-home-no-new-membership .logo-inner {
	text-align: center !important;
}

/* Remove membership access */

/*Bootstrap V3 Reset
**************************/
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none !important;
	background-color: transparent !important;
}

.navbar {
	margin-bottom: 0;
	border:none;
}

.navbar-collapse {
	max-height: none;
}

ul, ol {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0 !important;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	-webkit-transform: rotate(0);
	-webkit-backface-visibility: hidden;
}

.white {
	color: #FFFFFF;
}

.navbar-toggle {
	margin-right: 0;
}

textarea{
	resize:none !important;
}

a{
	text-decoration: none;
}


blockquote{
	border-left: 4px solid #ccc;
	margin-left: 0;
	padding-left: 20px;
}


.btn {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 100;
	background: #0c88e8;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
}


/*Nav Reset*/
.nav {

	position: static !important;
	top: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	-webkit-transition: none !important;
	right: auto !important;
}


/* Helper Classes
*************************/
.ease {
	opacity: 1;
}

.ease:hover{
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: .8; 
	transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-webkit-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
}


.navbar-toggle .icon-bar {
	display: block;
	width: 35px;
	height: 7px;
	border-radius: 1px;
	background-color: #797979;
}

.reset-pad{
	padding-left: 0;
	padding-right: 0;
}

.reset-mar{
	margin-left: 0;
	margin-right: 0;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

/*Contact Form Error Messages Fixes*/

span.wpcf7-not-valid-tip {	
	position: absolute;	
	top: 25%;	
	left: 5% !important;	
	z-index: 100;	
	border: none;	
	font-size: 10pt;	
	width: 280px;	
	padding: 2px;	
	color: #FFF !important;	
	background: #c10416 !important;	
	padding: 5px;	
	border-radius: 20px;	
	text-align: center;
}

.wpcf7-response-output{
	display: block;
	color: #E96532;
	font-size: 13px;
	text-align: left;
}

div.wpcf7-validation-errors {
	width:80%;	
	border:none !important;	
	margin: 2em 1em 1em !important;
}

div.wpcf7-mail-sent-ok {	
	width:auto !important; }



	/*Mobile Menu*/
	.icon-bar{
		display: block;
		height: 5px;
		max-width: 30px;
		margin-bottom: 3px;
	}

	.icon-bar{
		background: #333;
	}

	#mobile-nav-toggle{
		padding: 10px;
		margin-bottom: 15px;
		display: inline-block;
		width: 50px;
	}

	.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{
		margin-left: 0 ! important;
	}

	.mm-menu .mm-list{
		padding-top: 0 !important;
	}


	/*Browse Happy Text*/
	.browsehappy{
		text-align: center;
		font-size: 22px;
		background: #FFB6B6;
		margin: 0;
		padding: 20px 0;
	}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/*Submenu*/

.nav li ul{
	position:absolute;
	width: 150px;
	z-index: 99999;
	visibility: hidden;
	display: none;

}

.nav > li:hover >  ul{
	visibility: visible;
	display: block;
	/*Anim*/	
	-webkit-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
}

.nav li { position: relative; }

.nav li ul li a{
	display: block;
	background: #eee;
	color: #868686;
	text-decoration: none;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 1em;
	border-bottom: 1px solid #E6E6E6;
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
	-o-transition: all .20s ease-in-out;
	text-transform: uppercase;
}

.nav li ul li:last-child a{
	border-bottom: none;
}

.nav li ul li a:hover,
.nav li ul .current_page_item a{
	color: #fff;
	background: #0C88E8;

}

.nav ul ul{
	left:150px;
	top: 0;
	visibility: hidden; 
	display: none;
}

.nav ul li ul{
	left:149px;
	top: 0;
	visibility: hidden;
	display: none;
}

.nav ul li:hover > ul{
	visibility: visible;
	display: block;
	/*Anim*/	
	-webkit-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
} 



/*Fade in Animation of from display none to display block*/
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}


/*
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
	*/

	/*General Styles*/ 

	body{
		font-size: 17px;
		line-height: 24px;
		font-family: 'Roboto', sans-serif;
		color: #6d6e71;
		background: #ffffff;
	}


	a {
		color: #0c88e8;
		text-decoration: none !important;
		transition: all .30s ease-in-out;
		-moz-transition: all .30s ease-in-out;
		-webkit-transition: all .30s ease-in-out;
		-o-transition: all .30s ease-in-out;
	}

	h1{font-size: 42px;}
	h2{font-size: 35px;}
	h3{font-size: 28px;}
	h4{font-size: 21px;}
	h5,h6{font-size: 14px;}


	h1,h2,h3,h4,h5,h6{
		font-weight: 300;
		font-family: "Raleway",sans-serif;
		line-height: 1.1em;
		margin-top: 0;
	}

	blockquote {
		padding: 10px 20px;
		margin: 0 0 20px;
	}

	ul,ol{
		margin-top: 0;
		margin-bottom: 15px;
	}

	p{
		font-size: 17px;
		line-height: 24px;
		font-family: 'Roboto', sans-serif;
		margin-top: 0;
		margin-bottom: 15px;
	}

	/*Header Logo + Right Content*/

	.logo-inner #logo{
		float: left;
		margin: 15px 0;
	}

	.logo-inner .header-rightbox{
		float: right;
		margin: 46px 0;
	}

	.header-rightbox .call-text {
		font-size: 25px;
		font-family: "Raleway",sans-serif;
	}


	/*Top Area*/

	#TopHeader{
		background: #333333;
		padding: 10px 0;
	}

	.topSocial ul li{
		display: inline-block;
		vertical-align: middle;
	}

	.topSocial ul{
		margin-bottom: 0;
	}


	.topSocial{
		float: left;
	}

	.topRightMenu{
		float: right;
		margin-top: 3px;
	}


	.topRightMenu ul li a{
		color: #fff !important;
	}


	@media(max-width: 767px){

		.logo-inner #logo{
			float: none;
			margin: 15px 0;
			text-align: center;
		}

		.logo-inner .header-rightbox{
			float: none;
			margin: 20px 0;
			text-align: center;
		}

	}

	/*Navigation Area*/

	nav#navigation {
		padding: 10px 0;
		background: #0c88e8;
	}

	.nav > li > a {
		color: #FFF;
		font-size: 18px;
		padding-right: 18px;
		text-transform: uppercase;
		font-family: 'Raleway', sans-serif !important;
	}


	.desktopmenu{
		float: right;
	}

	.nav > li > a:hover, .nav > .current_page_item > a ,
	.nav > .current-menu-ancestor > a {
		background: #1581D4 !important;
	}


	/*Slider*/
	#hero-unit{
		position: relative;
	}

	#homeslider{
		position: relative;
		clear: both;
	}

	#homeslider ul.slides li{
		padding: 110px 0;
		background-size: cover !important;
	}

	h1.homeslide-title {
		margin-top: 0;
		font-weight: bold;
		color: #fff;
		font-size: 45px;
		line-height: 49px;
	}

	@media(max-width: 991px){
		h1.homeslide-title {
			font-size: 35px;
			line-height: 35px;
		}
	}

	@media(max-width: 767px){
		h1.homeslide-title {
			font-size: 28px;
			line-height: 28px;
		}
	}


	p.homeslide-desc {
		font-size: 17px;
		color: #fff;
		line-height: 17px;
	}

	a.hpmeslide-btn {
		display: inline-block;
		color: #fff !important;
		text-decoration: none !important;
		font-weight: 100;
		background: #0c88e8;
		padding: 10px 20px;
		margin-top: 10px;
		margin-bottom: 30px;
		text-transform: uppercase;
	}

	/*Bottom Slider CTA*/
	.bottom-slider-cta{
		padding: 20px 0;
		background: #0c88e8;
		clear: both;
	}

	.bottom-slider-cta-inner h3{
		margin: 0;
		text-align: center;
		color: #ffffff;
	}


	/*Generic Section Blocks*/
	.section-block{
		padding: 35px 0;
	}

	.custom-heading {
		margin-bottom: 50px;
		text-align: center;
		text-transform: uppercase;
		position: relative;
		color: #0C88E8;
		font-weight: bold;
		text-align: center;
		line-height: 34px;
	}


	.section-block2 .custom-heading{
		margin-bottom: 10px;
	}

	.section-block2  .custom-heading-paragraph {
		text-align: center;
	}


	/*4 Col Box*/
	.home-box{
		text-align: center;
	}

	.home-widget-title > h2 {
		font-size: 16px;
		font-weight: 100 !important;
		margin: 26px 0;
		text-align: center;
		text-transform: uppercase;
		color: #0c88e8;
	}

	.join {
		border: 1px solid;
		border-radius: 5px;
		margin-top: 15px !important;
		padding: 6px;
	}

	.home-widget-desc > p {
		display: block;
		min-height: 83px;
	}


	/*CTA Section*/
	.cta-section{
		background-color: #f5f5f5;
		background-size: cover !important;
		background-attachment: fixed !important;
		padding: 0;
	}

	.cta-section .ov{
		padding: 50px 0;
		padding-bottom: 75px;
		/*background: url(../images/ov.png) left top;*/
		background: rgba(0, 0, 0, 0.48);
	}

	.cta-section .custom-heading span{
		color: #ffffff !important;
	}

	.cta-inner-content,
	.cta-inner-content p{
		color: #fff;
	}

	.cta-inner-content{
		text-align: center;
	}

	a.outlined-btn {
		display: inline-block;
		padding: 12px 21px;
		border: 2px solid #fff;
		border-radius: 5px;
		color: #fff;
		font-weight: 100;
		font-size: 14px;
		text-transform: uppercase;
	}

	a.outlined-btn:hover {
		background: #fff;
		color: #333;
	}

	.parallax-window {
		background: transparent;
	}



	/*Testimonial*/
	.testimonial-section{
		background: #efefef;
		padding-bottom: 60px;
	}

	.testimonial-slider{
		max-width: 1040px;
		margin: 0 auto;
		position: relative;
	}

	.testimonial-image-col img{
		max-width: 150px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border: 2px solid #333;
	}

	.testimonial-image-col{
		width: 20%;
		display: inline-block;
		vertical-align: middle;
		margin-right: 1%;
		text-align: center;
	}

	.testimonial-content-col{
		width: 78%;
		display: inline-block;
		vertical-align: middle;
	}

	.testimonial-slider .testimonial-from {
		font-style: italic;
		line-height: 1.2em;
		padding: 10px 0 10px 15px;
		margin: 10px 0;
		border-left: 3px solid #0088cc !important;
		color: #0088cc;
		font-size: 18px;
	}


	@media(max-width: 767px){

		.testimonial-image-col{
			width: 100%;
			margin-bottom: 20px;
			display: block;
		}

		.testimonial-content-col{
			width: 100%;
			display: block;
			text-align: center;
		}

	}

	.testimonial-slider .flex-direction-nav a{
		position: absolute;
		z-index: 2;
		margin-top: -10px;
		font-size: 20px;
	}

	.testimonial-slider .flex-direction-nav .flex-prev{
		left: 0;
		top: 50%;
	}

	.testimonial-slider .flex-direction-nav .flex-next{
		right: 0;
		top: 50%;
	}


	/*CTA Video Section*/

	#home-video-cta{
		padding: 50px 0;
		position: relative;
		background: transparent;
		width: 100%;
	}

	.ytplayer-container{
		position: absolute;
		top: 0;
		z-index: -1;
	}


	#home-video-cta:before{
		border-left: 45px solid transparent;
		border-right: 45px solid transparent;
		border-top: 45px solid #ffffff;
		content: "";
		height: 0;
		left: 50%;
		margin-left: -45px;
		position: absolute;
		top: 0;
		width: 0;
		z-index: 4;
	}

	.home #home-video-cta:before{
		border-top: 45px solid #f0f0f0;
	}


	video,
	source {
		bottom: 0;
		left: 0;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
	}

	.loaded .ytplayer-container {
		display: block;
	}

	.loaded .placeholder-image {
		opacity: 0;
	}

	.ytplayer-container {
		bottom: 0;
		height: 100%;
		left: 0;
		min-width: 100%;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 3;
	}

	.placeholder-image {
		height: 100%;
		left: 0;
		min-height: 100%;
		min-width: 100%;
		position: fixed;
		top: 0;
		z-index: 1;
	}

	.ytplayer-shield {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 3;
		/*background: url(../images/ov.png) left top;*/
		background: rgba(0, 0, 0, 0.49);
	}

	.ytplayer-player {
		position: absolute;
	}


	.video-cta-section .container{
		position: relative;
		z-index: 4;
	}

	.video-cta-section .custom-heading,
	.video-cta-section .custom-heading-paragraph{
		color: #fff;
	}

	.cta-form{
		padding: 35px 20px;
		background: #ffffff;
		max-width: 585px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.cta-form input[type="text"],
	.cta-form input[type="email"],
	.cta-form textarea{
		width: 100%;
	}	

	.cta-form label{
		display: block;
		color: #000;
		text-align: left;
		font-weight: normal;
		color: #6d6e71;
	}

	/*Cform*/
	.cform input[type="text"],
	.cform input[type="email"],
	.cform textarea{
		width: 100%;
		border: medium none;
		padding-left: 10px;
		background-color: #f0f0f0;
		box-sizing: border-box;
		height: 38px;
		line-height: 38px;
		margin-bottom: 15px;
		padding: 0 10px;
		color:#000;
	}


	.cform input[type="submit"] {
		background: #c52900;
		color: #fff;
		display: inline-block;
		border: none;
		padding: 7px 80px;
		text-transform: uppercase;
	}

	.cform input[type="submit"]:hover{
		background: #962507;
	}


	/*Footer*/
	footer#footer{
		background: #333 none repeat scroll 0 0;
		color: #999;
		font-size: 15px;
		margin-bottom: 0;
		padding: 30px 0;
		text-align: center;
	}

	.footer-copyright{
		text-align: center;
	}
	.footer-copyright > h3 {
		color: #FFF;
		margin-top: 0;
		margin-bottom: 10px;

	}

	.footer-copyright > p {
		margin-bottom: 0;
		font-size: 15px;
	}

	.email-footer {
		color: #de0000;
	}


	/*Page Template*/
	.page-title-section .ov{
		padding: 115px 0 !important;
	}

	.section-highlight{
		background: #efefef !important;
	}

	h2.page-section-title {
		color: #fff;
		font-size: 35px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 38.5px;
		text-align: center;
		margin: 0;
	}

	h2.block-title {
		font-size: 35px;
		line-height: 40px;
		color: #0895ff;
		text-align: left;
		font-weight: bold;
	}

	.content-inner ul{
		list-style-type: square;
		padding-left: 25px;
		margin-bottom: 15px !important;
	}

	.content-inner ol{
		list-style-type: decimal;
		padding-left: 25px;
		margin-bottom: 15px !important;
	}

	.content-inner ul li,
	.content-inner ol li {
		color: #6d6e71;
		line-height: 30px;
	}


	/*About*/
	.page-template-page-about-us .testimonial-section{
		background: #fff !important;
	}

	.phil-img {
		float: right;
		margin-left: 30px;
		margin-top: -30px;
	}

	.phil-img img{
		max-width: 324px
	}

	.phil-text{
		display: block;
		text-align: center;
		font-size: 32px;
		line-height: 40px;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		color: #0c88e8;
		padding: 5px 0;
	}

	.phil-text span{
		display: block;
		color: #6d6e71;
		line-height: 30px;
		font-size: 17px;
		font-weight: 400;
	}

	/*Giving*/
	.giving-images img{
		border: 6px solid #EBEBEB;
	}



	/*Testimonial*/

	.testimonial-entry .testimonial-body {
		color: #4a4a4a;
	}

	.testimonial-entry{
		background:#f7f5f5;
		padding: 20px 0;
		border: 1px solid #e6e2e2;
		margin: 50px 0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;	
	}

	.testimonial-img{
		height: 102px;
		width: 102px;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}

	.testimonial-img img{
		border: 3px solid #d2cfcf;
		border-radius: 70px;
		-webkit-border-radius: 70px;
		-moz-border-radius: 70px;
		-o-border-radius: 70px;
		-ms-border-radius: 70px;
	}

	.testimonial-body{
		color: #4a4a4a;
		background: url(../images/quotation.png) no-repeat right top;
		padding-right: 13%;
	}

	.testimonial-from{
		font-weight: bold;
	}

	.testimonial-from span{
		color: #0895ff;
	}


	@media only screen and (max-width:480px){ 
		.testimonial-entry > .col-xs-4,
		.testimonial-entry > .col-xs-8{

			width: 100%;
			clear: both;
		}



		.testimonial-body{
			padding-right: 0;
			padding-top: 20px;
			background: url(../images/quotation.png) no-repeat right bottom;
		}

	}
	@media only screen and (max-width:549px){
		.header-rightbox{ float: none;text-align: center; }
		.call-text { font-size: 20px !important; }
		.footer_row input {width: 100%;}
		.testimonial-body .alignleft{display: block;float: none !important;margin:auto 2px 11px;}

	}

	.testimonial-entry .testimonial-from{
		border-left: none !important;
		padding: 0;
	}


	/*Style Blog*/
	.blog-area {
		padding: 50px 0;
		padding-top: 30px;
	}
	.blog-column {border-bottom: 1px solid #999;
		padding: 20px 0;}

		.blog-column:hover img {
			transform: scale(1.02);
			transition: all 0.3s ease 0s;
		}
		.blog-area h2 {
			font-size: 26px;
			line-height: 34px;
			margin-bottom: 5px;
			margin-top: 0;
			color: #0c88e8;
		}
		.blog-area h2:hover{
			text-decoration: underline;
			color: #333;
		} 
		.sidebar-blog .textwidget li {
			border-bottom: 1px solid;
			padding: 15px 0;
		}
		.sidebar-blog .textwidget a {
			color: #333333;
			line-height: 24px;
		}
		.sidebar-blog .textwidget a:hover {
			color: #0c88e8;
			text-decoration: underline;
		}
		.sidebar-blog h2:hover {
			color: #0c88e8;
			text-decoration: none;
		}

		.single-fimg img{
			width: 100%;
		}

		.single-fimg{
			margin-bottom: 30px;
		}

		.blog-area h2 {
			font-size: 26px;
			line-height: 34px;
			margin-bottom: 5px;
			margin-top: 0;
			color: #0c88e8;
		}

		/*Blog Sidebar*/
		.p-sidebar .wtitle{
			font-size: 26px;
			line-height: 34px;
			margin-bottom: 5px;
			margin-top: 0;
			color: #0c88e8;
		}
		.p-sidebar .widget-container li {
			border-bottom: 1px solid;
			padding: 15px 0;
		}

		.p-sidebar .widget-container a {
			color: #333333;
			line-height: 24px;
		}

		.p-sidebar >  .widget-container{
			margin-bottom: 30px;
		}


		/*Contact Form*/

		.cblock > h2{
			color: #0895FF;
			font-weight: 300;
			font-size: 32px;
			margin-bottom: 20px;
		}

		.put-bd-bottom{
			border-bottom: 1px solid #0895FF;
			padding-bottom: 20px;
			margin-bottom: 30px;
		}

		.note-form{
			margin-bottom: 30px;
		}

		.note-form input[type="text"],
		.note-form input[type="email"],
		.note-form input[type="tel"],
		.note-form input[type="date"],
		.note-form select,
		.note-form textarea{
			border: 1px solid #cdcbcb;
			height: 50px;
			margin-bottom: 15px;
			padding-left: 10px;
			width: 100%;
		}

		.note-form textarea{
			height: 180px;
		}

		.note-form input[type="submit"]{
			float: right;
			display: inline-block;
			max-width: 100px;
			width: 100%;
			background: #0895FF;
			color: #FFF;
			text-transform: uppercase;
			border: none;
			outline: none;	
			font-size: 15px;
			padding: 7px;

			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-ms-border-radius: 3px;
			-o-border-radius: 3px;
		}


		.contact-right-block .cblock > h2{
			background: #0895FF;
			color: #FFF;
			padding: 17px 10px;
			margin-top: 0;
		}

		.c-info{
			font-weight: 300;
		}

		.c-info li{
			margin-bottom: 15px;
			padding-left: 40px;
			font-size: 14px;
			padding-bottom: 5px;
			line-height: 20px !important;
			list-style: none;
		}

		.c-info {
			padding-left: 0 !important;
		}

		.c-info .i-home{
			background: url(../images/home.png) no-repeat top left;
		}

		.c-info .i-phone{
			background: url(../images/phone.png) no-repeat top left;
		}

		.c-info .i-mail{
			background: url(../images/mail.png) no-repeat top left;
		}

		.put-bd-bottom2{
			border-bottom: 1px solid #0895FF;
			padding-bottom: 7px;}




			.fancy-btn-wrap {
				position: relative;
				background: url(../images/arrow-downs.png) no-repeat bottom center;
				min-height: 185px;
				margin-bottom: 50px;
			}

			.fancy-btn {
				background: url(../images/fancy-btn.png) no-repeat top center;
				height: 119px;
				line-height: 119px;
				max-width: 335px;
				width: 100%;
				display: inline-block;
				color: #FFF;
				font-size: 25px;
			}


			/*Top Body Menu*/
			.top-body-menu{
				text-align: center;
				padding-top: 27px;
				padding-bottom: 19px;
				border-bottom: 5px solid #f1ebeb;
			}

			.top-body-menu > ul > li{
				display: inline-block;
				background: url(../images/sep.jpg) no-repeat right center;
				position: relative;
			}

			.top-body-menu > ul > li:last-child{
				background: none;
			}

			.top-body-menu > ul > li > a{
				font-size: 18px;
				font-weight: 100;
				color: #333;
				display: block;
				padding: 5px 15px;
				transition: all .30s ease-in-out;
				-moz-transition: all .30s ease-in-out;
				-webkit-transition: all .30s ease-in-out;
				-o-transition: all .30s ease-in-out;
			}

			.top-body-menu > ul > li > a:hover,
			.top-body-menu > ul > .current_page_item > a,
			.top-body-menu > ul > .current-menu-parent > a{

				text-shadow:0 0 1px #333, 0 0 1px #333, 0 0 1px #333;
			}


			.lt-ie9 .top-body-menu > ul > li > a:hover,
			.lt-ie9 .top-body-menu > ul > .current_page_item > a{
				font-weight: bold;
			}

			/*Top Body Menu Submenu*/

			.top-body-menu > ul > li ul{
				position: absolute;
				display: none;
				left: 0;
				width: 181px;
				background: #0895ff;
				z-index: 999;

			}


			.top-body-menu > ul > li ul li a{
				display: block;
				background: #0895ff;
				color: #fff;
				text-align: left;
				border-bottom: 1px dashed #55b5fe;
				padding: 7px 17px;
				font-size: 14px !important;
			}


			.top-body-menu > ul > li > ul > li:last-child > a{
				border-bottom: none !important;
			}

			.top-body-menu > ul > li:hover ul{
				display: block;
				/*Anim*/	
				-webkit-animation: fadeIn 0.5s;
				animation: fadeIn 0.5s;

			} 

			.top-body-menu > ul > li ul li a:hover,
			.top-body-menu > ul > li ul .current_page_item a{
				background: #37a8fc;
			}


			.top-body-menu > ul > li ul li{
				position: relative;
			}


			.top-body-menu ul ul li ul{
				left:181px;
				top: 0;
				visibility: hidden;
				display: none;
			}

			.top-body-menu ul ul li:hover > ul{
				visibility: visible;
				display: block;
			} 


			/*Member Heading*/
			.customheading{
				margin-bottom: 10px;
				text-transform: none;
			}

			.welcome-user {
				color: #848383 !important;
				margin-top: 0;
				text-transform: none;
				margin-bottom: 0;
			}

			.users-email {
				font-weight: 100;
				font-size: 13px;
				font-style: italic;
				color: #848383;
				text-transform: none;
			}

			/*Well Sidebar*/
			.well-sidebar .widget-container .wtitle{
				margin: 0;
				margin-bottom: 15px;
				background: #0895FF;
				color: #fff;
				font-size: 25px;
				text-align: center;
				text-transform: uppercase;
				padding: 8px 5px;
				display: block;	
				min-height: 34px;
			}

			.well-sidebar .widget-container {
				padding: 15px 20px 20px;
				font-size: 14px;
				border: 1px solid #ccc;
				box-shadow: 0 0px 4px #CCC;
				font-size: 14px;
				margin-bottom: 30px;
			}


			/* TinyNAV : styles for desktop */
			.tinynav { display: none }

			/* TinyNAV : styles for mobile */
			@media screen and (max-width: 991px) {
				.tinynav { display: block }
				.top-body-menu ul { display: none }

				select#tinynav1{
					width: 100%;
					padding: 10px;
					border: 1px solid #0c88e8;
					color: #0c88e8;
				}
			}

			/*Members Sub Pages*/

			.stacked-post-item-layout .item-media iframe{
				width: 100%;
				max-width: 360px;
				height: 235px;
			}
			@media(max-width: 767px){
				.stacked-post-item-layout .item-media iframe{
					max-width: 100% !important;
					height: 300px;
				}
			}

			.stacked-post-item-layout .post-item{
				margin-bottom: 50px;
			}


			/*Layout 1*/
			.session-vid-img{
				text-align: center;
			}

			.session-item-info > h3{
				margin-top: 0;
				margin-bottom: 10px;
				font-size: 24px;
				color:#0C88E8;
			}

			.session-item-excerpt{
				font-size: 14px;
				font-weight: 300;
				border-bottom: 1px solid #dbdada;
				margin-bottom: 10px;
			}

			.session-item-excerpt p{
				font-size: 14px;
			}

			.session-items-btn  li{
				display: inline-block;
				margin-right: 10px;
			}

			.session-items-btn  li:last-child{
				margin-right: 0 !important;
			}

			.session-items-btn  li a{
				margin-top: 4px !important;
				margin-bottom: 0 !important;
			}

			.session-items-btn > ul{
				padding-left: 0;
			}

			.session-items-btn .btn{
				padding: 10px 35px;
			}


			.red{
				background: #c52900;
			}

			.session-item{
				margin-bottom: 75px;
			}

			/*Layout 2*/
			.grid-post-item-layout > .row > .video-box{
				min-height: 440px;
				margin-bottom: 30px;
			}

			.videoblock-meta{
				text-align: center;
			}

			.vid-title{
				font-weight: 100;
				color: #0c88e8;
				font-size: 26px;
				margin: 10px auto !important;
			}

			.vid-date{
				font-weight: bold;
				font-size: 15px;
			}


			.video-block{
				text-align: center;
				padding-top: 30px;
				max-width: 387px;
				margin: 0 auto;
			}


			.customtitle{
				margin-bottom: 10px;
			}

			.watchbtn{
				display: inline-block;
				color: #fff !important;
				text-decoration: none !important;
				font-weight: 100;
				background: #0c88e8;
				padding: 16px 77px;
				margin-top: 10px;
				margin-bottom: 30px;
				text-transform: uppercase;
			}


			.item-media iframe{
				width: 100%;
				max-width: 360px;
				height: 300px;
			}


			/*Layout 3*/
			.dlbox-title{
				margin-top: 25px;
				margin-bottom: 20px;
				text-align: center;
				color: #0C88E8 !important;	
			}

			.dl-btn{
				width: 100%;
				display: block;
				text-align: center;
			}

			.dl-box{
				max-width: 250px;
				margin: 0 auto;
			}

			.dl-box-outer{
				margin-bottom: 74px;
			}


			/*Tweaks 7/5/18 */
			iframe{
				max-width: 100%;
			}

			.text-center{
				text-align: center;
			}

			.page-template-home #homeslider ul.slides li {
				padding: 30px 0 !important;
				padding-top: 50px !important;
			}

			h2.homeslide-title {
				margin-top: 0;
				font-weight: bold;
				color: #fff;
				font-size: 28px;
				line-height: 30px;
				text-align: center;
				margin-bottom: 10px;
			}

			@media(min-width: 992px){
				.slider-info-box {
					max-width: 470px;
				}


				.slider-info-box-1, .slider-info-box-2 {
					width: 49.5%;
					display: inline-block;
					vertical-align: middle;
					float: none !important;
				}

				.slider-info-box-right {
					margin-top: -49px;
				}

				.slider-info-box-1 a.hpmeslide-btn{
					width: 100%;
				}

			}

			a.hpmeslide-btn{
				text-align: center;
			}


			.slider-info-box-right {
				padding: 35px 15px;
				background: rgba(17, 17, 17, 0.59);

			}

			.slider-info-box-right a.hpmeslide-btn{
				margin-bottom: 0 !important;
			}

			@media(max-width: 991px){
				.slider-info-box-1, .slider-info-box-2{
					text-align: center;
				}
			}