
/**
 * Carousels
 * -----------------------------------------------------------------------------
 */ 

.animated{
	opacity: 0;
}
.animated-children [class*="col-"] > *{
	opacity: 0;
}

.white-box{
	background: rgba(255, 255, 255, .85);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.white-box.content-padding{
	padding: 5.6rem;
}
.white-box.content-padding-xs{
	padding: 3.2rem;
}

.testimonials-carousel{
	margin: 0;
	padding: 0;
}
.testimonials-carousel .testimonial{
	list-style: none;
}
.testimonials-carousel .testimonial-title{
	border-bottom: 1px solid rgba(54, 61, 64, .2);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.testimonials-carousel .owl-stage-outer{
	margin-bottom: 3.6rem;
}
.gallery-carousel .owl-stage-outer{
	padding-bottom: 3px;
}
.owl-theme .owl-controls{
	position: relative;
}
.owl-theme .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	background: none;
	border: 1px solid rgba(102, 114, 121, .7);
	margin: 0 3px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background: #00B4DF;
	border-color: #00B4DF;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: none !important;
	padding: 0 !important;
	margin: 0;
	color: #363D40 !important;
	position: absolute;
	text-transform: capitalize;
}
.owl-theme .owl-controls .owl-nav .owl-next{
	right: 0;
}
.owl-theme .owl-controls .owl-nav .owl-prev{
	left: 0;
}
.owl-theme .owl-controls .owl-nav .owl-next:after{
	content: '\f178';
	font-family: 'FontAwesome';
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	color: #00B4DF;
	line-height: 20px;
}
.owl-theme .owl-controls .owl-nav .owl-prev:before{
	content: '\f177';
	font-family: 'FontAwesome';
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	color: #00B4DF;
	line-height: 20px;
}
@media (max-width:767px) {
    .animated{
		opacity: 1;
	}
	.animated-children [class*="col-"] > {
		opacity: 1;
	}
	.white-box.content-padding,
	.white-box.content-padding-xs{
		padding: 15px;
	}
	.white-box-mobile{
		background: rgba(255, 255, 255, .85);
	}
}

/**
 * Columns
 * -----------------------------------------------------------------------------
 */
 
.content-column 			{ float:left; margin-right:3.22555%; }
.content-column.half		{ width: 48.387224% }
.content-column.one-three	{ width: 31.182966% }
.content-column.one-four	{ width: 22.580837% }
.content-column.two-three	{ width: 65.591482% }
.content-column.two-four	{ width: 48.387226% }
.content-column.three-four	{ width: 74.193611% }
.content-column.last		{ margin-right: 0 !important }
.clear						{ clear:both }
.clearfix					{ clear: none !important; }
@media (max-width:767px) {
	.content-column{
		float: none;
		margin-right: 0;
		margin-bottom: 4.2rem;
		width: 100% !important;
	}
	.col-xs{
		margin-bottom: 2.8rem;
	}
}

/**
 * Full Width Row
 * -----------------------------------------------------------------------------
 */

.fullwidth-row{
	background-image: url('/Portals/_default/Skins/Neo/images/bg-parallax-blue.jpg');
	background-repeat: no-repeat;
	background-size: cover;  
	background-position: center top;
	overflow: hidden;
}
.fullwidth-row.fixed{
	background-attachment: fixed;
}
.fullwidth-row.cover{
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.bordered-top{
	border-top: 1px solid rgba(47,53,56, .1);
}
.bordered-bottom{
	border-bottom: 1px solid rgba(47,53,56, .1);
}
@media (max-width:767px) {
	.fullwidth-row.fixed{
		background-attachment: scroll;
	}
	.fullwidth-row.cover{
		background-size: auto;
	}
}
/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.fullwidth-row{
		background-attachment: scroll !important;
		background-size: auto !important;
	}
}

/**
 * Font Awesome
 * -----------------------------------------------------------------------------
 */

.fa-boxed{
	display: inline-block;
	text-align: center;
	border-radius: 300px;
	margin: 0 1px;
	width: 24px;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	background: #363d40;
}
.fa-boxed::before{
	color: #fff;
}
.fa-boxed.fa-rss{
	background: #dca334; 
}
.fa-boxed.fa-pinterest{
	background: #dd4430; 
}
.fa-boxed.fa-facebook{
	background: #2f5c95; 
}
.fa-boxed.fa-twitter{
	background: #398feb; 
}

/**
 * Widgets
 * -----------------------------------------------------------------------------
 */
 
.sidebar-widget{
	margin-bottom: 7rem;
}
.sidebar-widget h5{
	color: #363d40;
}

/* Search */
#custom-search-form{
	position: relative;
}
#custom-search-form:after{
	content: '\f002';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 1.8rem;
	top: 0;
	right: 0;
	width: 34px;
	height: 40px;
	line-height: 40px;
	color: #363D40;
}

/* Blog Archives */
.widget_archive ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_archive li{
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #e0e3e4;
	position: relative;
}
.widget_archive li::before{
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
}
.widget_archive li:last-child{
	border-bottom: none;
}
.widget_archive li > strong{
	font-weight: normal;
}

@media (max-width:767px) {
	#side:first-of-type{
		padding-bottom: 5.6rem;
	}
	#side:last-of-type{
		padding-top: 5.6rem;
	}
}

/**
 * Posts
 * -----------------------------------------------------------------------------
 */

.entry{
	padding: 5.6rem 0;
	border-bottom: 1px solid #e0e3e4;
}
.entry.sticky{
	padding: 5.6rem 4.2rem;
	background: #ecf0f1;
}
.entry.single{
	border-bottom: none;
}
.entry:first-child{
	padding-top: 0;
}
.entry:not(.sticky):last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.entry h1 > small,
.entry h2 > small,
.entry h3 > small,
.entry.quote blockquote > small{
	text-transform: none;
	padding-top: 1rem;
	color: #00B4DF;
	font-size: 1.4rem;
	line-height: 1.4;
}
.entry.quote blockquote > small::before{
	display: none;
}
.entry .wp-image{
	margin-top: 2.8rem;
	margin-bottom: 1.4rem;
}
.entry .fa-calendar,
.entry .fa-comments-o{
	margin-right: .5rem;
}
.meta{
	font-size: 1.4rem;
	margin-top: 4.2rem;
	padding-top: 2.8rem;
}
.meta::before{
	content: '';
	display: block;
	width: 33%;
	border-top: 0.4rem solid rgba(54, 61, 64, .1);
	margin-top: -2.8rem;
	position: absolute;
}
.meta .fa{
	margin-right: 5px;
	color: #00B4DF;
}
.comments ul,
.comments li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments > ul{
	padding: 2.8rem 0 8.4rem 0;
}
.comments > ul li{
	margin-bottom: 4.2rem;
}
.comments > ul li:last-child{
	margin-bottom: 0;
}
.comments > ul > li > ul{
	padding: 2.8rem 0 2.8rem 5.6rem;
	margin: 2.8rem 0 0 2.8rem;
	border-left: 1px solid #e0e3e4;
}
.comments .avatar{
	width: 60px;
	height: 60px;
	border-radius: 300px;
	margin-right: 2.8rem;
	margin-bottom: 1.4rem;
}
.comments h6{
	border-bottom: 1px solid #e0e3e4;
	padding-bottom: 0.7rem;
	margin-top: 0;
}
.comments .comment-author h6{
	border-bottom-width: 4px;
	border-bottom-color: #00B4DF;
}
.comments p{
	margin: 0;
	
}
.comments .btn-link{
	margin-left: 10px;
	padding: 0;
}
#comment-form{
	padding-top: 1.4rem;
}
#comment-form .form-group{
	margin-bottom: 1.4rem;
}
#comment-form .fa{
	margin-right: 0.7rem;
}
@media (max-width:767px) {
	.entry.sticky{
		padding: 2.8rem;
	}
         section.steth, .hide-bg {
            background-image: none !important;
        }
}

