/**
 * CStheme Page Builder Elements styles
 */

.col-md-9 .row-container .container{
	width:100%;
}

.row-container.bg-scroll{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.row-container.cstheme_parallax{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}


/* Element Accordion */
.cstheme-accordion .accordion-group{
	border-top:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	background-color:#fff;
}
.cstheme-accordion .accordion-group:last-child{
	border-bottom:1px solid #e8e8e8;
}
.cstheme-accordion .accordion-heading .accordion-toggle{
    position: relative;
    display:block;
	padding:13px 50px 13px 20px;
	font-weight:400;
	line-height:28px;
	font-size:18px;
	color:#666;
	border-bottom:1px solid transparent;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.cstheme-accordion .active .accordion-heading .accordion-toggle{
    color:#222;
	border-bottom-color:#4ddab7;
	background-color:#f8f8f8;
}
.cstheme-accordion .accordion-toggle:hover{
	color:#222;
	background-color:#f8f8f8;
}
.cstheme-accordion .accordion-inner{
    padding: 17px 40px 23px 20px;
}
.cstheme-accordion .accordion-inner p{
    margin-bottom:20px;
	line-height:24px;
	font-size:16px;
}
.cstheme-accordion .accordion-inner p:last-child{
    margin-bottom: 0;
}
.cstheme-accordion .collapse{
    position: relative;
    display: none;
    overflow: hidden;
}
.cstheme-accordion .accordion-group.active .collapse,
.cstheme-accordion .accordion-group.closing .collapse{
    display: block;
}
.cstheme-accordion .accordion-heading .accordion-toggle i{
    position: absolute;
    right: 15px;
    top: 20px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
    font-size: 16px;
	color:rgba(34,34,34,0.25);
	transition: color 0.2s ease-in-out;
}
.cstheme-accordion .active .accordion-heading .accordion-toggle i{
	transform:rotate(90deg);
}


/* Element Tab */
.cstheme-tab ul.nav{
	margin:0;
	list-style:none;
}
.cstheme-tab .nav-tabs > li{
	margin-right:-1px;
	margin-bottom:-1px;
}
.cstheme-tab .nav-tabs > li > a{
	display:block;
	margin:0 !important;
	padding:13px 30px;
	font-weight:400;
	line-height:28px;
	font-size:18px;
	color:#666;
	border-radius:0;
	border:0;
	border-left:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	background:none !important;
}
.cstheme-tab .nav-tabs > li:last-child > a{
	border-right:1px solid #e8e8e8;
}
.cstheme-tab .nav-tabs > li.active > a,
.cstheme-tab .nav-tabs > li.active > a:focus,
.cstheme-tab .nav-tabs > li.active > a:hover{
	color:#222;
	border-bottom:0;
	background-color:#f8f8f8 !important;
}
.cstheme-tab .nav-tabs > li > a:hover{
	color:#222;
	background:none !important;
}
.cstheme-tab .tab-content{
	padding:27px 30px;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	background-color:#f8f8f8;
}
.cstheme-tab .tab-content p{
    margin-bottom:20px;
	line-height:24px;
	font-size:16px;
}
.cstheme-tab .tab-content p:last-child{
    margin-bottom: 0;
}


/* Element Counter */
.cstheme-counter .counters-box{
	text-align:center;
}
.cstheme-counter .counter_title{
	margin:0 0 10px;
	font-weight:400;
	line-height:28px;
	font-size:18px;
	color:#222;
}
.cstheme-counter .sep{
	display:inline-block;
	width:40px;
	height:2px;
	margin:0 0 10px;
}
.cstheme-counter .counters-box.style2 .sep{
	margin:0 0 15px;
}

/* Style 1 */
.cstheme-counter .counters-box.style1 .stat_count{
	display:block;
	margin-bottom:0;
	min-width:100px;
	font-weight:500;
	line-height:56px;
	font-size:50px;
}
.cstheme-counter .counters-box.style1 .cs-font-icon{
	display:inline-block;
	margin-bottom:13px;
}

/* Style 2 */
.cstheme-counter .counters-box.style2 .counter_heading{
	position:relative;
	margin-bottom:8px;
}
.cstheme-counter .counters-box.style2 .cs-font-icon{
	display:inline-block;
	vertical-align:middle;
	padding-right:10px;
}
.cstheme-counter .counters-box.style2 .stat_count{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
	padding-left:10px;
	min-width:100px;
	font-weight:500;
	line-height:60px;
	font-size:40px;
}
.cstheme-counter .counters-box.style2 .stat_count{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
	padding-left:10px;
	min-width:100px;
	font-weight:500;
	line-height:60px;
	font-size:40px;
}



/* Element Divider */
.cs-divider{
    position: relative;
    margin: 0;
}
.cs-divider div {
    height: 1px;
	margin:0;
    background: #bdc3c7;
}
.cs-divider i{
    position: absolute;
    left: 50%;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    top: -21px;
    margin-left: -21px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cs-divider h6{
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -9px;
    font-size: 11px;
}
.cs-divider span{
    font-weight: normal;
    padding: 13px 30px;
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-divider.divider-top i, .cs-divider.divider-top span{
    cursor: pointer;
}
.cs-divider.divider-top span{
    padding: 8px 6px;
}
.cs-divider.divider-top h6 {
    font-weight: normal;
    font-size: 9px;
    top: -7px;
}
.cs-divider.divider-right h6{
    text-align: right;
}
.cs-divider.divider-left h6{
    text-align: left;
}
.cs-divider.divider-right i{
    left: auto;
    margin-right: 15px;
    right: 0;
}
.cs-divider.divider-left i{
    left: 0;
    margin-left: 15px;
}



/* Element Partners */
.cstheme-partners-list{
	margin:0 -15px -30px;
}
.partner-item{
	display:inline-block;
	vertical-align:top;
	padding:0 15px 30px;
	text-align:center;
}
.partner-item a{
	display:block;
}
.partner-item a img{
	opacity:0.25;
	transition: opacity 0.2s ease-in-out;
}
.partner-item a:hover img{
	opacity:1;
}



/* Element Pricing Table */
.cstheme-pricing .pricing-box{
	position:relative;
	border:1px solid #e8e8e8;
	transition: background-color 0.2s ease-in-out;
}
.cstheme-pricing .pricing-box:hover,
.cstheme-pricing .featured .pricing-box{
	background-color:#f8f8f8;
}
.cstheme-pricing .pricing-box:before{
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	right:-1px;
	height:3px;
	opacity:0;
	transition: opacity 0.2s ease-in-out;
}
.cstheme-pricing .pricing-box:hover:before,
.cstheme-pricing .featured .pricing-box:before{
	opacity:1;
}
.cstheme-pricing .pricing-header{
	padding:45px 50px 28px;
}
.cstheme-pricing .pricing-header h3{
	margin:0 0 4px;
	font-weight:500;
	line-height:40px;
	font-size:32px;
	color:#222;
}
.cstheme-pricing .pricing-header p{
	margin:0;
	font-weight:300;
	line-height:28px;
	font-size:20px;
	color:#666;
}
.cstheme-pricing .pricing-top{
	padding:0 50px;
}
.cstheme-pricing .pricing-top h4{
	display:inline-block;
	vertical-align:bottom;
	margin:0 10px 0 0;
	font-weight:500;
	line-height:50px;
	font-size:60px;
}
.cstheme-pricing .pricing-top h4 span{
	font-size:40px;
}
.cstheme-pricing .pricing-top h5{
	display:inline-block;
	vertical-align:bottom;
	margin:0;
	text-transform:none;
	font-weight:500;
	line-height:29px;
	font-size:16px;
}
.cstheme-pricing .pricing-feature{
	margin:0;
	padding:37px 50px 33px;
	list-style:none;
}
.cstheme-pricing .pricing-feature li{
	position:relative;
	margin-bottom:18px;
	padding:0 0 18px 26px;
	font-weight:300;
	line-height:24px;
	font-size:18px;
	color:#666;
	border-bottom:1px dashed #e8e8e8;
}
.cstheme-pricing .pricing-feature li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.cstheme-pricing .pricing-feature li:before{
	content:'';
	position:absolute;
	left:0;
	top:14px;
	width:2px;
	height:2px;
}
.cstheme-pricing .pricing-footer{
	margin:0 -1px -1px;
}
.cstheme-pricing .price_btn{
	display:block;
	margin-bottom:-10px;
	padding:0 20px;
	height:50px;
	text-transform:uppercase;
	text-align:center;
	font-weight:500;
	line-height:50px;
	font-size:14px;
	color:#fff;
	transition: opacity 0.2s ease-in-out;
}
.cstheme-pricing .price_btn:hover{
	opacity:0.8;
}


/* Element Testimonials */
.cstheme-testimonials .testimonial-item{
	position:relative;
	margin-bottom:30px;
	padding:31px 35px 40px;
	border:1px solid #e8e8e8;
}
.cstheme-testimonials .testimonial-item:before{
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	right:-1px;
	height:3px;
}
.cstheme-testimonials .testimonial_heading{
	margin-bottom:13px;
}
.cstheme-testimonials .testimonial_heading img{
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	border-radius:50%;
}
.cstheme-testimonials .testimonials_author{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
	font-weight:500;
	line-height:24px;
	font-size:15px;
}
.cstheme-testimonials .testimonials_author_link{
	display:inline-block;
	vertical-align:middle;
	margin:0;
	font-weight:500;
	line-height:24px;
	font-size:15px;
}


/* Element Progress Bar */
.cstheme-progress.light .progress-title{
	margin-bottom:15px;
	text-transform:none;
	font-weight:400;
	line-height:24px;
	font-size:20px;
}
.cstheme-progress.light .bar-container{
	position:relative;
	height:5px;
	background-color:#f8f8f8;
}
.cstheme-progress.light .bar{
	position:absolute;
	left:0;
	top:0;
	height:5px;
}
.cstheme-progress.light .bar_percent{
	position:absolute;
	bottom:21px;
	right:0;
	width:85px;
	text-align:right;
	font-weight:600;
	line-height:24px;
	font-size:20px;
}

.cstheme-progress.massive{
	position:relative;
	height:45px;
	background-color:#f8f8f8;
}
.cstheme-progress.massive .progress-title{
	position:relative;
	z-index:5;
	display:inline-block;
	margin:0;
	padding:0 15px;
	font-weight:500;
	line-height:45px;
	font-size:16px;
	color:#fff;
}
.cstheme-progress.massive .bar{
	position:absolute;
	z-index:3;
	left:0;
	top:0;
	height:100%;
}
.cstheme-progress.massive .bar:before{
	content: attr(data-percent);
	position:absolute;
	bottom:0;
	right:15px;
	height:45px;
	font-weight:500;
	line-height:45px;
	font-size:16px;
	color:#fff;
}


/* Element Service Box */

.cstheme-service-box.style1{
	text-align:center;
}
.cstheme-service-box.style1 h4{
	margin:20px 0 20px;
}

.cstheme-service-box.style2{
	position:relative;
	padding-left:70px;
}
.cstheme-service-box.style2.no_icon{
	padding-left:0;
}
.cstheme-service-box.style2 .cs-service-icon{
	position:absolute;
	left:0;
	top:6px;
}
.cstheme-service-box.style1 .cs-service-icon i{
	display:inline-block;
}
.cstheme-service-box h4{
	margin-bottom:14px;
	line-height:38px;
	font-size:22px;
}
.cstheme-service-box.style1 h4{
	font-size:28px;
}
.cstheme-service-box p{
	margin-bottom:0;
	line-height:28px;
	font-size:18px;
}

.cstheme-service-box.no_icon .cs-service-sep{
	display:inline-block;
	width:40px;
	height:2px;
	margin:-5px 0 10px;
}


/* Element Team */
.cstheme_member_wrapper{
	overflow:hidden;
	position:relative;
}
.cstheme_member_wrapper .member-image{
	background-color:#222;
}
.cstheme_member_wrapper .member-image img{
	transition: opacity 0.2s ease-in-out;
}
.cstheme_member_wrapper:hover .member-image img{
	opacity:0.5;
}
.cstheme_member_wrapper .social_links{
	position:absolute;
	bottom:-20px;
	right:0;
	left:30px;
	opacity:0;
	transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.cstheme_member_wrapper:hover .social_links{
	bottom:30px;
	opacity:1;
}
.cstheme_member_wrapper .social_links a i{
	color:#fff;
}
.cstheme_member_wrapper .member-title{
	position:absolute;
	z-index:5;
	left:30px;
	right:30px;
	top:-20px;
	padding:0;
	opacity:0;
	transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.cstheme_member_wrapper:hover .member-title{
	top:30px;
	opacity:1;
}
.cstheme_member_wrapper .member-title h2{
	margin:0 0 4px;
	font-weight:500;
	line-height:34px;
	font-size:20px;
	color:#fff;
}
.cstheme_member_wrapper .member-pos{
	margin:0;
	font-weight:500;
	line-height:24px;
	font-size:14px;
}


/* Element Gallery */
.cstheme-gallery .gallery_item{
	margin-right:-1px;
}
.cstheme-gallery .col-sm-3.col-sm-2_5{
	width:20%;
}
.cstheme-gallery a{
	position:relative;
	display:block;
}
.cstheme-gallery img{
	width:100%;
	transition: opacity 0.2s ease-in-out;
}
.cstheme-gallery a:hover img{
	opacity:0.3;
}
.cstheme-gallery .gallery_zoom{
	width:100%;
}
.cstheme-gallery .gallery_zoom{
	position:absolute;
	z-index:25;
	right:15px;
	top:-15px;
	width:50px;
	height:50px;
	margin:0;
	opacity:0;
	transition: all 0.2s ease-in-out;
}
.cstheme-gallery a:hover .gallery_zoom{
	top:15px;
	opacity:1;
}
.cstheme-gallery .gallery_zoom:before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:19px;
	height:3px;
	margin:-1px 0 0 -9px;
	background-color:#222;
	transition: background-color 0.2s ease-in-out;
}
.cstheme-gallery .gallery_zoom:after{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:3px;
	height:19px;
	margin:-9px 0 0 -1px;
	background-color:#222;
	transition: background-color 0.2s ease-in-out;
}


/**
 *	Categories Element
 */

.evapb-categories a{
	overflow:hidden;
	position:relative;
	display:block;
	margin-bottom:30px;
	padding:36px 20px 28px 200px;
	border:1px solid #e8e8e8;
	background-color:#fff;
}
.evapb-categories a:after{
	content:'';
	position:absolute;
	top:-1px;
	bottom:-1px;
	right:-1px;
	width:3px;
}
.evapb-categories a img{
	position:absolute;
	left:-11px;
	top:-1px;
	width:auto !important;
	transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.evapb-categories a:hover img{
	left:-1px;
	opacity:0.85;
}
.evapb-categories a h6{
	margin:0;
	line-height:22px;
	font-size:18px;
	transition: color 0.2s ease-in-out;
}
.evapb-categories a span{
	display:block;
	line-height:22px;
	font-size:14px;
	color:rgba(34,34,34,0.5);
}


/**
 *	Blog Element
 */

/* Blog - Left Image */
.evapb-bloglist.left_image .post_content_wrapper > .row{
	margin-left:-20px;
	margin-right:-20px;
}
.evapb-bloglist.left_image .post_content_wrapper .col-sm-6{
	padding-left:20px;
	padding-right:20px;
}
.evapb-bloglist.left_image .col-sm-6{
	width:60%;
}
.evapb-bloglist.left_image .col-sm-6.post_fetured_img_wrap{
	width:40%;
}
.evapb-bloglist.left_image .post_format_content{
	position:relative;
	margin-top:5px;
	margin-bottom:20px;
}
.evapb-bloglist.left_image .big_post .post_format_content{
	margin-top:0;
}
.post_format_content a{
	display:block;
}
.post_format_content img{
	transition: opacity 0.2s ease-in-out;
}
.post_format_content:hover img{
	opacity:0.85;
}
.evapb-bloglist.left_image .post_meta_category{
	text-transform:uppercase;
	font-weight:500;
}
.evapb-bloglist.left_image .post_title{
	margin:17px 0 16px;
	line-height:36px;
	font-size:30px;
}
.evapb-bloglist.left_image .post_meta{
	margin:0 0 12px;
}
.evapb-bloglist.left_image .post_meta span{
	display:inline-block;
	font-weight:400;
	line-height:26px;
	font-size:14px;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.left_image .post_meta .post_meta_date{
	position:relative;
	margin-right:13px;
	padding-right:19px;
}
.evapb-bloglist.left_image .post_meta .post_meta_date:after{
	content:'';
	position:absolute;
	top:11px;
	right:0;
	width:3px;
	height:3px;
}
.evapb-bloglist.left_image .post_meta span a{
	display:block;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.left_image .post_meta span a:hover{
	color:#222;
}
.evapb-bloglist.left_image .post_meta span.post_meta_category a{
	display:inline-block;
	vertical-align:top;
}

.evapb-bloglist.left_image .post_content_wrapper{
	margin-bottom:35px;
	padding-bottom:18px;
	border-bottom:1px solid #e8e8e8;
}
.evapb-bloglist.left_image .big_post .post_content_wrapper{
	padding-bottom:33px;
}
.evapb-bloglist.left_image article.post:last-child .post_content_wrapper{
	border:0;
	margin-bottom:0;
}
.evapb-bloglist.left_image .big_post .post_meta_category{
	margin-right:27px;
}
.evapb-bloglist.left_image .big_post .post_meta_category.post_category_label:before,
.evapb-bloglist.left_image .big_post .post_meta_category.post_category_label:after{
	top:8px;
}
.evapb-bloglist.left_image .big_post .post_meta_category a{
	font-weight:500;
	font-size:12px;
}
.evapb-bloglist.left_image .big_post .post_title{
	margin:11px 0;
	line-height:50px;
	font-size:42px;
}


/* Blog - Background Image */
.evapb-bloglist.bg_image .col-md-3.col-md-2_5{
	width:20%;
	margin-right:-1px;
}
.evapb-bloglist.bg_image .post_content_wrapper{
	position:relative;
	margin-bottom:30px;
	min-height:500px;
}
.evapb-bloglist.bg_image .post_content_wrapper:before{
	content:'';
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	width:100%;
	height:60%;
	opacity:0.7;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.evapb-bloglist.bg_image .post_content_wrapper:after{
	content:'';
	position:absolute;
	z-index:3;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	background-color:#222;
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.bg_image .post_content_wrapper:hover:after{
	opacity:0.35;
}
.evapb-bloglist.bg_image .post_content_wrapper .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-color:#666;
}
.evapb-bloglist.bg_image .post_content_wrapper .post_descr_wrap{
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	bottom:0;
	padding:24px 30px;
}
.evapb-bloglist.bg_image .post_descr_wrap .post_meta_date{
	display:block;
	margin-bottom:9px;
	font-weight:400;
	line-height:20px;
	font-size:12px;
	color:rgba(255,255,255,0.65);
}
.evapb-bloglist.bg_image .post_descr_wrap .post_title{
	margin-bottom:16px;
	min-height:60px;
	line-height:30px;
	font-size:24px;
}
.evapb-bloglist.bg_image .post_descr_wrap .post_title a{
	color:#fff;
}
.evapb-bloglist.bg_image .post_descr_wrap .post_meta_category{
	float:left;
	display:block;
	text-transform:uppercase;
	font-weight:500;
	line-height:20px;
	font-size:12px;
}
.evapb-bloglist.bg_image .post_descr_wrap .post_meta_category a{
	display:inline-block;
	vertical-align:top;
}
.evapb-bloglist.bg_image .post_descr_wrap .post-meta-comments{
	float:right;
}
.post-meta-comments{
	font-weight:400;
	line-height:20px;
	font-size:14px;
	color:rgba(255,255,255,0.5);
}
.post-meta-comments i{
	position:relative;
	display:inline-block;
	width:16px;
	height:12px;
	margin-right:10px;
	opacity:0.5;
	border-radius:2px;
	background-color:#fff;
}
.post-meta-comments i:before{
	content:'';
	position:absolute;
	left:7px;
	bottom:-4px;
	width: 0;
	height: 0;
	border-top: 4px solid #fff; 
	border-left: 5px solid transparent;
}
.evapb-bloglist.bg_image.columns4 .pf_label{
	position:absolute;
	z-index:10;
	right:10px;
	top:10px;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
}
.evapb-bloglist.bg_image.columns3 .format-video .pf_label,
.evapb-bloglist.bg_image.columns2 .format-video .pf_label{
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	width:48px;
	height:48px;
	margin:-24px 0 0 -24px;
	background-repeat:no-repeat;
	background-image:url(../images/pf_video_big.png);
}
.evapb-bloglist.bg_image.columns4 .format-link .pf_label{
	background-image:url(../images/evapb_widget_pf_icons.png);
	background-position:0 0;
}
.evapb-bloglist.bg_image.columns4 .format-quote .pf_label{
	background-image:url(../images/evapb_widget_pf_icons.png);
	background-position:-24px 0;
}
.evapb-bloglist.bg_image.columns4 .format-gallery .pf_label{
	background-image:url(../images/evapb_widget_pf_icons.png);
	background-position:-48px 0;
}
.evapb-bloglist.bg_image.columns4 .format-audio .pf_label{
	background-image:url(../images/evapb_widget_pf_icons.png);
	background-position:-96px 0;
}
.evapb-bloglist.bg_image.columns4 .format-video .pf_label{
	background-image:url(../images/evapb_widget_pf_icons.png);
	background-position:-72px 0;
}


/* if 4 columns */
.evapb-bloglist.bg_image.columns4 .post_content_wrapper{
	position:relative;
	min-height:270px;
}
.evapb-bloglist.bg_image.columns4 .post_content_wrapper .post_descr_wrap{
	padding:15px 20px;
}
.evapb-bloglist.bg_image.columns4 .post_content_wrapper .post_meta{
	display:none;
}
.evapb-bloglist.bg_image.columns4 .post_descr_wrap .post_title{
	margin-bottom:0;
	min-height:60px;
	line-height:20px;
	font-size:16px;
}


/* Blog - Background Image (Carousel) */
.evapb-bloglist.carousel article.post{
	float:none;
	padding-left:0;
	padding-right:0;
}


/* Card Style */
.evapb-bloglist.card .col-md-3.col-md-2_5{
	width:20%;
	margin-right:-1px;
}
.evapb-bloglist.card .post_content_wrapper{
	position:relative;
	min-height:500px;
	background-color:#222;
}
.evapb-bloglist.card.columns2 .post_content_wrapper{
	min-height:770px;
}
.col-md-8 .evapb-bloglist.card.columns2 .post_content_wrapper{
	min-height:550px;
}
.evapb-bloglist.card .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.evapb-bloglist.card .featured_img_bg:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	background-color:#222;
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.card .post_content_wrapper:hover .featured_img_bg:before{
	opacity:0.97;
}
.evapb-bloglist.card .post_meta_category{
	position:absolute;
	z-index:5;
	top:23px;
	left:50%;
	opacity:0;
	transform:translateX(-50%);
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.card .no_featured_img .post_meta_category,
.evapb-bloglist.card .post_content_wrapper:hover .post_meta_category{
	opacity:1;
}
.evapb-bloglist.card .post_descr_wrap{
	position:absolute;
	z-index:10;
	left:40px;
	right:40px;
	top:50%;
	margin-top:22px;
	opacity:0;
	transform:translateY(-50%);
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.card .no_featured_img .post_descr_wrap,
.evapb-bloglist.card .post_content_wrapper:hover .post_descr_wrap{
	opacity:1;
}
.evapb-bloglist.card .post_meta{
	margin-bottom:17px;
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.65);
}
.evapb-bloglist.card .post_meta span{
	display:inline-block;
	vertical-align:top;
	padding:0 7px;
}
.evapb-bloglist.card .post_title{
	margin-bottom:22px;
	text-transform:none;
	line-height:32px;
	font-size:26px;
}
.evapb-bloglist.card .post_title a{
	color:#fff;
}
.evapb-bloglist.card .btn_more{
	display:inline-block;
	padding:13px 35px;
	text-transform:uppercase;
	font-weight:500;
	line-height:22px;
	font-size:12px;
	color:rgba(255,255,255,0.25);
}
.evapb-bloglist.card .btn_more:hover{
	color:#fff;
}
.evapb-bloglist.card .post_content_wrapper:hover .post_format_label.video{
	visibility:hidden;
	opacity:0;
}

/* quote format */
.evapb-bloglist.card .format-quote .post_content_wrapper{
	border:1px solid rgba(34,34,34,0.1);
	background-color:#fff;
	transition: border-color 0.2s ease-in-out;
}
.evapb-bloglist.card .format-quote .post_descr_wrap{
	margin-top:-24px;
	opacity:1;
}
.evapb-bloglist.card .post_format_quote_label{
	display:block;
	width:42px;
	height:31px;
	margin-bottom:31px;
	background-image:url(../images/pf_quote.png);
	background-repeat:no-repeat;
}
.evapb-bloglist.card .format-quote .post_title a{
	color:#222;
}
.evapb-bloglist.card .format-quote .quote_author_name{
	position:relative;
	margin:0;
	padding-left:14px;
	text-transform:none;
	font-weight:400;
	line-height:22px;
	font-size:12px;
	color:#222;
}
.evapb-bloglist.card .format-quote .quote_author_name:before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:8px;
	height:2px;
}

/* link format */
.evapb-bloglist.card .format-link .post_content_wrapper{
	border:1px solid rgba(34,34,34,0.1);
	background-color:#fff;
	transition: border-color 0.2s ease-in-out;
}
.evapb-bloglist.card .format-link .post_descr_wrap{
	margin-top:-24px;
	opacity:1;
}
.evapb-bloglist.card .post_format_link_label{
	display:block;
	width:36px;
	height:36px;
	margin-bottom:31px;
	background-image:url(../images/pf_link.png);
	background-repeat:no-repeat;
}
.evapb-bloglist.card .format-link .post_title{
	margin-bottom:56px;
}
.evapb-bloglist.card .format-link .post_title a{
	color:#222;
}
.evapb-bloglist.card .format-link .pf_link_url{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding-left:14px;
	text-transform:none;
	font-weight:400;
	line-height:22px;
	font-size:12px;
	color:#222;
}
.evapb-bloglist.card .format-link .pf_link_url:hover{
	color:#222;
}
.evapb-bloglist.card .format-link .pf_link_url:before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:8px;
	height:2px;
}


/* Top Image Style 1 */
.evapb-bloglist.top_img.style1 .post_format_content{
	position:relative;
}
.evapb-bloglist.top_img.style1 .post_title{
	margin-bottom:11px;
	line-height:21px;
	font-size:18px;
}
.evapb-bloglist.top_img.style1 .post_meta span{
	display:inline-block;
	vertical-align:top;
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.top_img.style1 .post_meta span.post_meta_category{
	margin-right:40px;
}
.evapb-bloglist.top_img.style1 .post_meta span.post_meta_category a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:500;
	font-size:12px;
}
.evapb-bloglist.top_img.style1 .post-meta-comments i{
	background-color:rgba(34,34,34,0.35);
}
.evapb-bloglist.top_img.style1 .post-meta-comments i:before{
	border-top-color:rgba(34,34,34,0.35);
}
.post_format_label.video{
	position:absolute;
	z-index:5;
	top:50%;
	left:50%;
	display:block;
	width:48px;
	height:48px;
	margin:-24px 0 0 -24px;
	background-repeat:no-repeat;
	background-image:url(../images/pf_video_big.png);
	background-repeat:no-repeat;
	background-position:center center;
	transition: opacity 0.2s ease-in-out;
}
.post_format_label.video:hover{
	opacity:0.5;
}


/* Top Image Style 2 */
.evapb-bloglist.top_img.style2 .col-md-3.col-md-2_5{
	width:20%;
	margin-right:-1px;
}
.evapb-bloglist.top_img.style2 .post_format_content{
	position:relative;
}
.evapb-bloglist.top_img.style2 .post_meta_category{
	margin-bottom:8px;
}
.evapb-bloglist.top_img.style2 .post_title{
	margin-bottom:8px;
	text-transform:uppercase;
	line-height:26px;
	font-size:22px;
}
.evapb-bloglist.top_img.style2.columns4 .post_title{
	line-height:24px;
	font-size:18px;
}
.evapb-bloglist.top_img.style2.columns5 .post_title{
	line-height:24px;
	font-size:16px;
}
.evapb-bloglist.top_img.style2 .post-content{
	line-height:26px;
	font-size:16px;
}
.evapb-bloglist.top_img.style2 .post_meta,
.evapb-bloglist.top_img.style2 .post_meta .post-meta-comments{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.top_img.style2 .post_meta span{
	display:inline-block;
	vertical-align:top;
	margin-right:25px;
}
.evapb-bloglist.top_img.style2 .post-meta-comments i{
	background-color:rgba(34,34,34,0.35);
}
.evapb-bloglist.top_img.style2 .post-meta-comments i:before{
	border-top-color:rgba(34,34,34,0.35);
}

/* quote format */
.evapb-bloglist.top_img.style2 .format-quote .post_content_wrapper{
	padding:40px 40px 35px;
	background-color:#f5f5f5;
}
.evapb-bloglist.top_img.style2 .post_format_quote_label{
	display:block;
	width:42px;
	height:31px;
	margin-bottom:31px;
	background-image:url(../images/pf_quote.png);
	background-repeat:no-repeat;
}
.evapb-bloglist.top_img.style2 .format-quote .post_title{
	margin-bottom:25px;
	text-transform:none;
	line-height:32px;
	font-size:26px;
}
.evapb-bloglist.top_img.style2 .format-quote .post_title a{
	color:#222;
}
.evapb-bloglist.top_img.style2 .format-quote .quote_author_name{
	position:relative;
	margin:0;
	padding-left:14px;
	text-transform:none;
	font-weight:400;
	line-height:22px;
	font-size:12px;
	color:#222;
}
.evapb-bloglist.top_img.style2 .format-quote .quote_author_name:before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:8px;
	height:2px;
}

/* link format */
.evapb-bloglist.top_img.style2 .format-link .post_content_wrapper{
	padding:35px 40px 35px;
	background-color:#f5f5f5;
}
.evapb-bloglist.top_img.style2 .post_format_link_label{
	display:block;
	width:36px;
	height:36px;
	margin-bottom:31px;
	background-image:url(../images/pf_link.png);
	background-repeat:no-repeat;
}
.evapb-bloglist.top_img.style2 .format-link .post_title{
	margin-bottom:55px;
	text-transform:none;
	line-height:32px;
	font-size:26px;
}
.evapb-bloglist.top_img.style2 .format-link .post_title a{
	color:#222;
}
.evapb-bloglist.top_img.style2 .format-link .pf_link_url{
	position:relative;
	display:inline-block;
	margin:0;
	padding-left:14px;
	text-transform:none;
	font-weight:400;
	line-height:22px;
	font-size:12px;
	color:#222;
}
.evapb-bloglist.top_img.style2 .format-link .pf_link_url:before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:8px;
	height:2px;
}

/* Top Image Style 3 */
.evapb-bloglist.top_img.style3 .post_format_content{
	position:relative;
}
.evapb-bloglist.top_img.style3 .post_descr_wrap{
	padding:25px 30px 23px;
	border:1px solid #e8e8e8;
	border-top:0;
	background-color:#fff;
}
.evapb-bloglist.top_img.style3 .post_meta_category{
	margin-bottom:8px;
}
.evapb-bloglist.top_img.style3 .post_title{
	margin-bottom:24px;
	min-height:48px;
	text-transform:uppercase;
	line-height:24px;
	font-size:20px;
}
.evapb-bloglist.top_img.style3 .post_meta,
.evapb-bloglist.top_img.style3 .post_meta .post-meta-comments{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.top_img.style3 .post_meta span{
	display:inline-block;
	vertical-align:top;
}
.evapb-bloglist.top_img.style3 .post-meta-comments i{
	background-color:rgba(34,34,34,0.35);
}
.evapb-bloglist.top_img.style3 .post-meta-comments i:before{
	border-top-color:rgba(34,34,34,0.35);
}

/* Top Image Style 4 */
.evapb-bloglist.top_img.style4 .post_content_wrapper{
	transition: box-shadow 0.2s ease-in-out;
}
.evapb-bloglist.top_img.style4 .post_content_wrapper:hover{
	box-shadow:5px 10px 20px rgba(0,0,0,0.08);
}
.evapb-bloglist.top_img.style4 .post_format_content{
	position:relative;
}
.evapb-bloglist.top_img.style4 .post_meta_category_wrap{
	position:absolute;
	z-index:20;
	left:0;
	bottom:0;
	padding:4px 20px;
	background-color:rgba(34,34,34,0.35);
}
.evapb-bloglist.top_img.style4 .post_descr_wrap{
	padding:25px 30px 0;
	border:1px solid #e8e8e8;
	border-top:0;
	background-color:#fff;
}
.evapb-bloglist.top_img.style4 .post_title{
	margin-bottom:18px;
	line-height:24px;
	font-size:20px;
}
.evapb-bloglist.top_img.style4 .post-content{
	line-height:26px;
	font-size:16px;
}
.evapb-bloglist.top_img.style4 .post_meta{
	margin:0 -30px;
	padding:13px 30px;
	border-top:1px solid #e8e8e8;
}
.evapb-bloglist.top_img.style4 .post_meta,
.evapb-bloglist.top_img.style4 .post_meta .post-meta-comments{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.top_img.style4 .post_meta span{
	display:inline-block;
	vertical-align:top;
}
.evapb-bloglist.top_img.style4 .post-meta-comments i{
	background-color:rgba(34,34,34,0.35);
}
.evapb-bloglist.top_img.style4 .post-meta-comments i:before{
	border-top-color:rgba(34,34,34,0.35);
}
.evapb-bloglist.top_img.style4 .btn_more{
	display:inline-block;
	vertical-align:top;
	margin-right:18px;
	text-transform:uppercase;
	font-weight:500;
	line-height:22px;
	font-size:14px;
	color:#222;
}


/* Big BG Images */
.row-container.full_width .big_bg_images{
	margin-left:-20px;
	margin-right:-20px;
	float:none;
	width:auto;
}

.evapb-bloglist.big_bg_images{
	padding-left:25px;
	padding-right:25px;
}
.evapb-bloglist.big_bg_images article.post{
	width:50%;
	margin-right:-1px;
	padding:0 5px 10px;
}
.evapb-bloglist.big_bg_images article.post.big_post{
	width:100%;
}
.evapb-bloglist.big_bg_images .post_content_wrapper{
	position:relative;
	min-height:430px;
}
.evapb-bloglist.big_bg_images .big_post .post_content_wrapper{
	min-height:550px;
}
.evapb-bloglist.big_bg_images .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.evapb-bloglist.big_bg_images .featured_img_bg:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.45;
	background-color:#222;
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.big_bg_images .post_content_wrapper:hover .featured_img_bg:before{
	opacity:0.8;
}
.evapb-bloglist.big_bg_images .post_descr_wrap{
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	width:400px;
	transform:translate(-50%, -50%);
	transition: opacity 0.2s ease-in-out;
}
.col-md-8 .evapb-bloglist.big_bg_images .post_descr_wrap{
	left:30px;
	right:30px;
	width:auto;
	transform:translate(0, -50%);
}
.evapb-bloglist.big_bg_images .big_post .post_descr_wrap{
	width:710px;
}
.evapb-bloglist.big_bg_images .post_content_wrapper:hover .post_descr_wrap{
	visibility:hidden;
	opacity:0;
}
.evapb-bloglist.big_bg_images .post_meta{
	margin-bottom:17px;
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.evapb-bloglist.big_bg_images .big_post .post_meta{
	margin-bottom:13px;
}
.evapb-bloglist.big_bg_images .post_meta a{
	color:rgba(255,255,255,0.75);
}
.evapb-bloglist.big_bg_images .post_meta span{
	display:inline-block;
	vertical-align:top;
}
.evapb-bloglist.big_bg_images .post_meta span.post_meta_date{
	position:relative;
	margin-right:13px;
	padding-right:17px;
}
.evapb-bloglist.big_bg_images .post_meta span.post_meta_date:after{
	content:'';
	position:absolute;
	top:10px;
	right:0;
	width:3px;
	height:3px;
}
.evapb-bloglist.big_bg_images .post_title{
	margin-bottom:0;
	text-transform:none;
	line-height:41px;
	font-size:34px;
}
.col-md-8 .evapb-bloglist.big_bg_images .post_title{
	line-height:32px;
	font-size:26px;
}
.evapb-bloglist.big_bg_images .big_post .post_title{
	margin-bottom:17px;
	line-height:62px;
	font-size:52px;
}
.evapb-bloglist.big_bg_images .post_title a{
	color:#fff;
}
.evapb-bloglist.big_bg_images .post-content{
	line-height:30px;
	font-size:18px;
	color:#fff;
}
.evapb-bloglist.big_bg_images .btn_more{
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	padding:13px 35px;
	text-transform:uppercase;
	font-weight:500;
	line-height:22px;
	font-size:14px;
	color:#fff;
	border:1px solid rgba(255,255,255,0.65);
	opacity:0;
	transform:translate(-50%,-50%);
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.evapb-bloglist.big_bg_images .post_content_wrapper:hover .btn_more{
	opacity:1;
}
.evapb-bloglist.big_bg_images .post_content_wrapper .btn_more:hover{
	color:#fff;
}


/* Blog Posts Page Metro Style */

.evapb-bloglist.metro{
	margin-right:-1px;
}
.evapb-bloglist.metro .post{
	padding:0;
	margin-right:-1px;
}
.evapb-bloglist.metro.columns1 .post{
    width: 100%;
}
.evapb-bloglist.metro.columns2 .post{
    width: 50%;
}
.evapb-bloglist.metro.columns3 .post{
    width: 33.33%;
}
.evapb-bloglist.metro.columns4 .post{
    width: 25%;
}
.evapb-bloglist.metro.columns5 .post{
    width: 20%;
}
.evapb-bloglist.metro.columns2 .sizing_width2,
.evapb-bloglist.metro.columns2 .sizing_wh2{
	width:100%;
}
.evapb-bloglist.metro.columns3 .sizing_width2,
.evapb-bloglist.metro.columns3 .sizing_wh2{
	width:66.6667%;
}
.evapb-bloglist.metro.columns4 .sizing_width2,
.evapb-bloglist.metro.columns4 .sizing_wh2{
	width:50%;
}
.evapb-bloglist.metro.columns5 .sizing_width2,
.evapb-bloglist.metro.columns5 .sizing_wh2{
	width:40%;
}

.evapb-bloglist.metro .post_content_wrapper{
	overflow:hidden;
	position:relative;
	height:380px;
	background-color:#222;
}
.evapb-bloglist.metro .post_content_wrapper:before{
	content:'';
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
	width:100%;
	height:50%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(34,34,34,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(34,34,34,0.6) 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(34,34,34,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#99f9f7f2',GradientType=0 );
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.metro .post_content_wrapper:hover:before{
	opacity:0;
}
.evapb-bloglist.metro .featured_img_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.metro .post_content_wrapper:hover .featured_img_bg{
	opacity:0.25;
}
.evapb-bloglist.metro .post_descr_wrap{
	position:absolute;
	z-index:10;
	left:40px;
	right:40px;
	bottom:50px;
}
.evapb-bloglist.metro .post_title{
	margin-bottom:16px;
	text-transform:uppercase;
	line-height:36px;
	font-size:30px;
}
.evapb-bloglist.metro .sizing_width2 .post_title,
.evapb-bloglist.metro .sizing_wh2 .post_title{
	margin-bottom:14px;
	line-height:50px;
	font-size:42px;
}
.evapb-bloglist.metro .post_title a{
	display:block;
	color:#fff;
}
.evapb-bloglist.metro .post_meta_category{
	float:left;
	line-height:22px;
}
.evapb-bloglist.metro .post_meta{
	float:right;
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.evapb-bloglist.metro .post_meta span{
	display:inline-block;
	vertical-align:top;
}


/* Blog Posts listing on hover */
.evapb_blog_carousel.listing_hover{
	overflow:hidden;
	min-height:590px;
	width:calc(100% - 15px);
	padding:22px 29px 49px;
	border:1px solid #e8e8e8;
}
.evapb_blog_carousel.listing_hover .cstheme-title.mb30{
	margin-bottom:0;
}
.evapb_blog_carousel.listing_hover .posts_carousel_list{
	position:relative;
	padding-left:370px;
}
.evapb_blog_carousel.listing_hover .post_content_wrapper{
	margin-bottom:24px;
	padding-bottom:25px;
	border-bottom:1px solid #e8e8e8;
}
.evapb_blog_carousel.listing_hover .active .post_content_wrapper{
	margin-bottom:22px;
	border-bottom-width:3px;
}
.evapb_blog_carousel.listing_hover .post_format_content{
	position:absolute;
	left:0;
	top:6px;
	opacity:0;
	transition: opacity 0.2s ease-in-out;
}
.evapb_blog_carousel.listing_hover .active .post_format_content{
	opacity:1;
}
.evapb_blog_carousel.listing_hover .post_title{
	margin-bottom:9px;
	line-height:29px;
	font-size:18px;
}
.evapb_blog_carousel.listing_hover .post_meta{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(34,34,34,0.75);
}
.evapb_blog_carousel.listing_hover .post_meta span{
	display:inline-block;
	vertical-align:top;
}
.evapb_blog_carousel.listing_hover .post_meta span.post_meta_date{
	margin-right:30px;
}
.evapb_blog_carousel.listing_hover .post-meta-comments i{
	background-color:rgba(34,34,34,0.35);
}
.evapb_blog_carousel.listing_hover .post-meta-comments{
	color:rgba(34,34,34,0.75);
}
.evapb_blog_carousel.listing_hover .post-meta-comments i:before{
	border-top-color:rgba(34,34,34,0.35);
}


/* First Big Images */
.evapb_blog_carousel.fisrt_big_img{
	overflow:hidden;
	width:calc(100% - 30px);
	margin-left:15px;
	margin-right:15px;
	padding:22px 29px 0;
	border:1px solid #e8e8e8;
}
.evapb_blog_carousel.fisrt_big_img .cstheme-title.mb30{
	margin-bottom:0;
}
.evapb_blog_carousel.fisrt_big_img .item{
	position:relative;
	padding-left:50%;
}
.evapb_blog_carousel.fisrt_big_img .small_post{
	margin-left:30px;
}
.evapb_blog_carousel.fisrt_big_img .small_post .post_content_wrapper{
	position:relative;
	padding-left:140px;
	min-height:90px;
	margin-bottom:30px;
}
.evapb_blog_carousel.fisrt_big_img .small_post .post_content_wrapper.no_featured_img{
	padding-left:0;
	min-height:20px;
}
.evapb_blog_carousel.fisrt_big_img .small_post .post_format_content{
	position:absolute;
	left:0;
	top:0;
	margin-bottom:15px;
}
.evapb_blog_carousel.fisrt_big_img .small_post .post_meta_date{
	display:block;
	margin-bottom:14px;
	font-weight:400;
	line-height:13px;
	font-size:12px;
	color:rgba(34,34,34,0.65);
}
.evapb_blog_carousel.fisrt_big_img .small_post .post_title{
	margin:0;
	line-height:20px;
	font-size:16px;
}
.evapb_blog_carousel.fisrt_big_img .big_post{
	position:absolute;
	left:0;
	top:0;
	bottom:30px;
	width:50%;
	min-height:450px;
}
.evapb_blog_carousel.fisrt_big_img .big_post .featured_img_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.evapb_blog_carousel.fisrt_big_img .big_post .featured_img_bg:before{
	content:'';
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(34,34,34,0.35);
}
.evapb_blog_carousel.fisrt_big_img .big_post .featured_img_bg:after{
	content:'';
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	width:100%;
	height:60%;
	opacity:0.7;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.evapb_blog_carousel.fisrt_big_img .big_post .post_descr_wrap{
	position:absolute;
	z-index:5;
	left:40px;
	right:40px;
	bottom:34px;	
}
.evapb_blog_carousel.fisrt_big_img .big_post .post_title{
	margin-bottom:30px;
	line-height:29px;
	font-size:24px;
}
.evapb_blog_carousel.fisrt_big_img .big_post .post_title a{
	color:#fff;
}
.evapb_blog_carousel.fisrt_big_img .big_post .post_meta{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.evapb_blog_carousel.fisrt_big_img .big_post .post_meta span{
	display:inline-block;
	vertical-align:middle;
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.evapb_blog_carousel.fisrt_big_img .big_post .post_meta span.post_meta_date{
	position:relative;
	margin-right:10px;
	padding-right:16px;
}
.evapb_blog_carousel.fisrt_big_img .big_post .post_meta span.post_meta_date:after{
	content:'';
	position:absolute;
	top:9px;
	right:0;
	width:3px;
	height:3px;
}
.evapb_blog_carousel.fisrt_big_img .big_post .post_meta span a{
	display:block;
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.evapb_blog_carousel.fisrt_big_img .big_post .post_meta span a:hover{
	color:#fff;
}

.evapb_blog_carousel.fisrt_big_img .owl-controls .owl-nav > div{
	top:-43px;
}


/* Small carousel */
.evapb_blog_carousel.small_carousel .post_descr_wrap{
	padding:0 20px;
	min-height:85px;
	border-bottom:1px solid rgba(34,34,34,0.1);
}
.evapb_blog_carousel.small_carousel .post_format_content a{
	display:block;
	background-color:#343434;
}
.evapb_blog_carousel.small_carousel .post_format_content img{
	transition: opacity 0.2s ease-in-out;
}
.evapb_blog_carousel.small_carousel .post_content_wrapper:hover .post_format_content img{
	opacity:0.55;
}
.evapb_blog_carousel.small_carousel .post_title{
	margin:0;
	line-height:20px;
	font-size:16px;
}
.evapb_blog_carousel.small_carousel .owl-controls .owl-dots{
	bottom:-24px;
}
.evapb_blog_carousel.small_carousel .lessthan5 .owl-controls{
	display:none;
}
.evapb_blog_carousel.small_carousel .lessthan5 .post_descr_wrap{
	border:0;
}


/* Card Clean Style */
.evapb-bloglist.card_clean .post{
	margin-bottom:30px;
}

.evapb-bloglist.card_clean .post,
.evapb-bloglist.card_clean .post.format-aside,
.evapb-bloglist.card_clean .post.format-link,
.evapb-bloglist.card_clean .post.format-quote{
	width:33.33333333%;
}
.evapb-bloglist.card_clean .post.format-standard.has_featured_image,
.evapb-bloglist.card_clean .post.format-image.has_featured_image,
.evapb-bloglist.card_clean .post.format-gallery.has_featured_image,
.evapb-bloglist.card_clean .post.format-audio.has_featured_image,
.evapb-bloglist.card_clean .post.format-video.has_featured_image{
	width:66.66666667%;
}
.evapb-bloglist.card_clean .post.format-standard.has_featured_image .post_descr_wrap,
.evapb-bloglist.card_clean .post.format-image.has_featured_image .post_descr_wrap,
.evapb-bloglist.card_clean .post.format-gallery.has_featured_image .post_descr_wrap,
.evapb-bloglist.card_clean .post.format-audio.has_featured_image .post_descr_wrap,
.evapb-bloglist.card_clean .post.format-video.has_featured_image .post_descr_wrap{
	position:absolute;
	top:39px;
	right:35px;
	bottom:0;
	width:calc(50% - 50px);
}

.row-container.full_width .evapb-bloglist.card_clean.col-md-12{
	padding-left:0;
	padding-right:0;
}
.row-container.full_width .evapb-bloglist.card_clean .post{
	margin-right:-1px;
}
.row-container.full_width .evapb-bloglist.card_clean .post,
.row-container.full_width .evapb-bloglist.card_clean .post.format-aside,
.row-container.full_width .evapb-bloglist.card_clean .post.format-link,
.row-container.full_width .evapb-bloglist.card_clean .post.format-quote{
	width:25%;
}
.row-container.full_width .evapb-bloglist.card_clean .post.format-standard.has_featured_image,
.row-container.full_width .evapb-bloglist.card_clean .post.format-image.has_featured_image,
.row-container.full_width .evapb-bloglist.card_clean .post.format-gallery.has_featured_image,
.row-container.full_width .evapb-bloglist.card_clean .post.format-audio.has_featured_image,
.row-container.full_width .evapb-bloglist.card_clean .post.format-video.has_featured_image{
	width:50%;
}

.evapb-bloglist.card_clean .post .post_content_wrapper{
	position:relative;
	padding:38px;
	border:1px solid #e8e8e8;
	background-color:#fff;
	transition: box-shadow 0.2s ease-in-out;
}
.evapb-bloglist.card_clean .post .post_content_wrapper:hover{
	box-shadow:5px 10px 20px rgba(0,0,0,0.08);
}
.evapb-bloglist.card_clean .post.format-status .post_content_wrapper{
	padding:0;
	border:0;
}
.evapb-bloglist.card_clean .post.format-status .post_content_wrapper:after{
	content:'';
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	width:100%;
	height:60%;
	opacity:0.7;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.evapb-bloglist.card_clean .post.format-status .post_descr_wrap a.pf__instagram_label{
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	display:block;
	width:82px;
	height:82px;
	margin:-41px 0 0 -41px;
	text-align:center;
	background-color:#fff;
}
.evapb-bloglist.card_clean .post.format-status .post_descr_wrap a.pf__instagram_label:hover{
	background-color:#222;
}
.evapb-bloglist.card_clean .post.format-status .post_descr_wrap a.pf__instagram_label i{
	display:block;
	line-height:82px;
	font-size:24px;
	color:#222;
	transition: color 0.2s ease-in-out;
}
.evapb-bloglist.card_clean .post.format-status .post_descr_wrap a.pf__instagram_label:hover i{
	color:#fff;
}
.evapb-bloglist.card_clean .post.format-status .post_title{
	position:absolute;
	z-index:10;
	left:20px;
	right:20px;
	bottom:26px;
	margin:0;
	text-transform:none;
	text-align:center;
	line-height:28px;
	font-size:20px;
}
.evapb-bloglist.card_clean .post.format-status .post_title a{
	color:#fff;
}
.evapb-bloglist.card_clean .post.format-status .instagram-pics{
	margin:0;
	list-style:none;
}
.evapb-bloglist.card_clean .post.format-status .instagram-pics li{
	float:left;
	width:50%;
}
.evapb-bloglist.card_clean .post.format-aside .post_content_wrapper{
	padding-top:40px;
	height:370px;
	text-align:center;
	border:0;
	background-color:#51d4fa;
}
.evapb-bloglist.card_clean .post.format-aside .fa{
	display:inline-block;
	vertical-align:top;
	width:50px;
	height:50px;
	margin:0 auto 15px;
	line-height:50px;
	font-size:42px;
	color:rgba(255,255,255,0.5);
}
.evapb-bloglist.card_clean .post.format-aside .twitter-time{
	display:block;
	margin-bottom:18px;
	font-weight:400;
	line-height:24px;
	font-size:14px;
	color:rgba(255,255,255,0.5);
}
.evapb-bloglist.card_clean .post.format-aside .twitter-text{
	display:block;
	margin-bottom:18px;
	font-weight:500;
	line-height:26px;
	font-size:22px;
	color:#fff;
}
.evapb-bloglist.card_clean .post.format-aside .twitter-text a{
	display:inline-block;
	vertical-align:top;
	font-weight:400;
	line-height:30px;
	font-size:18px;
	color:#fff;
}
.evapb-bloglist.card_clean .post.format-aside .twitter-text a:hover{
	text-decoration:underline;
}
.evapb-bloglist.card_clean .post.format-aside .owl-controls .owl-dots{
	bottom:0;
	
}
.evapb-bloglist.card_clean .post.format-aside .owl-controls .owl-dot,
.evapb-bloglist.card_clean .post.format-gallery .owl-controls .owl-dot{
	background-color:rgba(255,255,255,0.5);
}
.evapb-bloglist.card_clean .post.format-aside .owl-controls .owl-dot:hover,
.evapb-bloglist.card_clean .post.format-aside .owl-controls .owl-dot.active,
.evapb-bloglist.card_clean .post.format-gallery .owl-controls .owl-dot:hover,
.evapb-bloglist.card_clean .post.format-gallery .owl-controls .owl-dot.active{
	background-color:#fff;
}

.evapb-bloglist.card_clean .post.format-standard .featured_img_bg,
.evapb-bloglist.card_clean .post.format-image .featured_img_bg,
.evapb-bloglist.card_clean .post.format-gallery .pf_slider_wrap,
.evapb-bloglist.card_clean .post.format-video .pf_video_wrap{
	position:absolute;
	left:-1px;
	top:-1px;
	bottom:-1px;
	width:calc(50% - 15px);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.evapb-bloglist.card_clean .post.format-standard .featured_img_bg .post_permalink,
.evapb-bloglist.card_clean .post.format-image .featured_img_bg .post_permalink,
.evapb-bloglist.card_clean .post.format-gallery .pf_slider_wrap .post_permalink{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
}
.evapb-bloglist.card_clean .post.format-video .pf_video_wrap iframe{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100% !important;
}
.evapb-bloglist.card_clean .post.format-video .video_player .pf_video_play{
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	width:36px;
	height:36px;
	margin:-18px 0 0 -18px;
	background-image:url(../images/pf_video.png);
	background-repeat:no-repeat;
	background-position:center center;
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.card_clean .post.format-video .video_player .pf_video_play:hover{
	opacity:0.5;
}
.evapb-bloglist.card_clean .post.format-video .video_player iframe{
	opacity:0;
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.card_clean .post.format-video .video_player.show_video iframe{
	opacity:1;
}
.evapb-bloglist.card_clean .post.format-video .video_player.show_video .pf_video_play,
.evapb-bloglist.card_clean .post.format-video .video_player.show_video .post_share_wrap{
	display:none;
}
.evapb-bloglist.card_clean .post.format-standard .post_meta_author,
.evapb-bloglist.card_clean .post.format-image .post_meta_author,
.evapb-bloglist.card_clean .post.format-gallery .post_meta_author,
.evapb-bloglist.card_clean .post.format-video .post_meta_author{
	position:relative;
	display:block;
	margin-bottom:35px;
	padding-left:60px;
}
.evapb-bloglist.card_clean .post.format-standard .post_meta_author img,
.evapb-bloglist.card_clean .post.format-image .post_meta_author img,
.evapb-bloglist.card_clean .post.format-gallery .post_meta_author img,
.evapb-bloglist.card_clean .post.format-video .post_meta_author img{
	position:absolute;
	left:0;
	top:1px;
	border-radius:50%;
}
.evapb-bloglist.card_clean .post.format-standard .post_meta_author b,
.evapb-bloglist.card_clean .post.format-image .post_meta_author b,
.evapb-bloglist.card_clean .post.format-gallery .post_meta_author b,
.evapb-bloglist.card_clean .post.format-video .post_meta_author b{
	display:block;
	font-weight:500;
	line-height:20px;
	font-size:14px;
	color:#222;
	transition: color 0.2s ease-in-out;
}
.evapb-bloglist.card_clean .post.format-standard .post_meta_author span,
.evapb-bloglist.card_clean .post.format-image .post_meta_author span,
.evapb-bloglist.card_clean .post.format-gallery .post_meta_author span,
.evapb-bloglist.card_clean .post.format-video .post_meta_author span{
	display:block;
	font-weight:300;
	line-height:20px;
	font-size:14px;
	color:#999;
}
.evapb-bloglist.card_clean .post.format-standard .post_meta_date,
.evapb-bloglist.card_clean .post.format-image .post_meta_date,
.evapb-bloglist.card_clean .post.format-gallery .post_meta_date,
.evapb-bloglist.card_clean .post.format-video .post_meta_date{
	display:block;
	margin-bottom:16px;
	font-weight:400;
	line-height:24px;
	font-size:14px;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.card_clean .post.format-standard .post_title,
.evapb-bloglist.card_clean .post.format-image .post_title,
.evapb-bloglist.card_clean .post.format-gallery .post_title,
.evapb-bloglist.card_clean .post.format-video .post_title{
	margin-bottom:16px;
	font-weight:500;
	line-height:32px;
	font-size:26px;
}
.evapb-bloglist.card_clean .post.format-standard .post_meta,
.evapb-bloglist.card_clean .post.format-image .post_meta,
.evapb-bloglist.card_clean .post.format-gallery .post_meta,
.evapb-bloglist.card_clean .post.format-video .post_meta{
	position:absolute;
	bottom:38px;
	right:38px;
	left:38px;
	padding-right:45px;
}
.evapb-bloglist.card_clean .post.format-standard.has_featured_image .post_meta,
.evapb-bloglist.card_clean .post.format-image.has_featured_image .post_meta,
.evapb-bloglist.card_clean .post.format-gallery.has_featured_image .post_meta,
.evapb-bloglist.card_clean .post.format-video.has_featured_image .post_meta{
	left:0;
}
.evapb-bloglist.card_clean .post.format-standard .post-meta-comments,
.evapb-bloglist.card_clean .post.format-image .post-meta-comments,
.evapb-bloglist.card_clean .post.format-gallery .post-meta-comments,
.evapb-bloglist.card_clean .post.format-video .post-meta-comments{
	position:absolute;
	top:0;
	right:0;
	line-height:30px;
	font-size:14px;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.card_clean .post.format-standard .post-meta-comments i,
.evapb-bloglist.card_clean .post.format-image .post-meta-comments i,
.evapb-bloglist.card_clean .post.format-gallery .post-meta-comments i,
.evapb-bloglist.card_clean .post.format-video .post-meta-comments i{
	background-color:#a6a6a6;
}
.evapb-bloglist.card_clean .post.format-standard .post-meta-comments i:before,
.evapb-bloglist.card_clean .post.format-image .post-meta-comments i:before,
.evapb-bloglist.card_clean .post.format-gallery .post-meta-comments i:before,
.evapb-bloglist.card_clean .post.format-video .post-meta-comments i:before{
	border-top-color:#a6a6a6;
}
.evapb-bloglist.card_clean .post.format-standard .post_meta_category,
.evapb-bloglist.card_clean .post.format-image .post_meta_category,
.evapb-bloglist.card_clean .post.format-gallery .post_meta_category,
.evapb-bloglist.card_clean .post.format-video .post_meta_category{
	padding:6px 20px 6px 58px;
}
.evapb-bloglist.card_clean .post.format-standard .post_category_label:before,
.evapb-bloglist.card_clean .post.format-image .post_category_label:before,
.evapb-bloglist.card_clean .post.format-gallery .post_category_label:before,
.evapb-bloglist.card_clean .post.format-video .post_category_label:before{
	left:25px;
	top:12px;
}
.evapb-bloglist.card_clean .post.format-standard .post_category_label:after,
.evapb-bloglist.card_clean .post.format-image .post_category_label:after,
.evapb-bloglist.card_clean .post.format-gallery .post_category_label:after,
.evapb-bloglist.card_clean .post.format-video .post_category_label:after{
	left:35px;
	top:12px;
}
.evapb-bloglist.card_clean article.post span.post_meta_category,
.evapb-bloglist.card_clean article.post span.post_meta_category a{
	color:#fff !important;
}
.evapb-bloglist.card_clean article.post span.post_meta_category a:hover{
	color:rgba(255,255,255,0.5) !important;
}
.evapb-bloglist.card_clean article.post .post_category_label{
	display:inline-block;
}
.evapb-bloglist.card_clean article.post .post_category_label:before,
.evapb-bloglist.card_clean article.post .post_category_label:after{
	background-color:#fff;
}

.evapb-bloglist.card_clean .post.format-link .post_content_wrapper{
	text-align:center;
	border:0;
	background-color:#222;
}
.evapb-bloglist.card_clean .post.format-link .pf_link{
	display:inline-block;
	vertical-align:top;
	margin-top:11px;
	width:28px;
	height:32px;
	background-image:url(../images/pf_link2.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.evapb-bloglist.card_clean .post.format-link .post_descr_wrap{
	position:absolute;
	left:38px;
	right:38px;
	top:50%;
	margin-top:-11px;
	transform:translateY(-50%);
}
.evapb-bloglist.card_clean .post.format-link .post_meta_date{
	display:block;
	margin-bottom:18px;
	font-weight:400;
	line-height:24px;
	font-size:14px;
	color:rgba(255,255,255,0.5);
}
.evapb-bloglist.card_clean .post.format-link .post_title{
	margin-bottom:0;
	text-transform:none;
	font-weight:500;
	line-height:26px;
	font-size:22px;
}
.evapb-bloglist.card_clean .post.format-link .post_title a{
	color:#fff;
}
.evapb-bloglist.card_clean .post.format-link .post_title a:hover{
	color:rgba(255,255,255,0.5);
}
.evapb-bloglist.card_clean .post.format-link .pf_link_url{
	position:absolute;
	left:38px;
	right:38px;
	bottom:38px;
	font-weight:400;
	line-height:24px;
	font-size:16px;
	color:#999;
}
.evapb-bloglist.card_clean .post.format-link .pf_link_url:hover{
	color:#fff;
}

.evapb-bloglist.card_clean .post.format-quote .post_content_wrapper{
	text-align:center;
	padding-top:59px;
	border:0;
	background-color:#222;
}
.evapb-bloglist.card_clean .post.format-quote .pf_quote{
	display:inline-block;
	vertical-align:top;
	width:34px;
	height:26px;
	background-image:url(../images/pf_quote2.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.evapb-bloglist.card_clean .post.format-quote .post_descr_wrap{
	position:absolute;
	left:53px;
	right:53px;
	top:50%;
	transform:translateY(-50%);
}
.evapb-bloglist.card_clean .post.format-quote .post_title{
	position:relative;
	margin-bottom:0;
	padding-bottom:36px;
	text-transform:none;
	font-weight:500;
	line-height:26px;
	font-size:22px;
}
.evapb-bloglist.card_clean .post.format-quote .post_title:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-25px;
	width:49px;
	height:1px;
	background-color:rgba(255,255,255,0.35);
}
.evapb-bloglist.card_clean .post.format-quote .post_title a{
	color:#fff;
}
.evapb-bloglist.card_clean .post.format-quote .post_title a:hover{
	color:rgba(255,255,255,0.5);
}
.evapb-bloglist.card_clean .post.format-quote .pf_quote_author{
	position:absolute;
	left:38px;
	right:38px;
	bottom:55px;
	margin:0;
	font-weight:400;
	line-height:24px;
	font-size:14px;
	color:#fff;
}


/* Big Top Image blog list style */
.evapb-bloglist.big_top_img .post_content_wrapper{
	margin-bottom:35px;
	padding-bottom:35px;
	border-bottom:1px solid #e8e8e8;
}
.evapb-bloglist.left_image article.post:last-child .post_content_wrapper{
	border:0;
	margin-bottom:0;
}
.evapb-bloglist.big_top_img .post_format_content{
	position:relative;
	margin-top:5px;
	margin-bottom:20px;
}
.evapb-bloglist.big_top_img .post_meta_category{
	margin-right:27px;
	text-transform:uppercase;
	font-weight:500;
}
.evapb-bloglist.big_top_img .post_meta span.post_meta_category a{
	display:inline-block;
	vertical-align:top;
	font-weight:500;
	font-size:12px;
}
.evapb-bloglist.big_top_img .post_meta_category.post_category_label:before,
.evapb-bloglist.big_top_img .post_meta_category.post_category_label:after{
	top:8px;
}
.evapb-bloglist.big_top_img .post_title{
	margin:11px 0;
	line-height:50px;
	font-size:42px;
}
.evapb-bloglist.big_top_img .post_meta{
	margin:0 0 2px;
}
.evapb-bloglist.big_top_img .post_meta span{
	display:inline-block;
	font-weight:400;
	line-height:26px;
	font-size:14px;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.big_top_img .post_meta .post_meta_date{
	position:relative;
	margin-right:13px;
	padding-right:19px;
}
.evapb-bloglist.big_top_img .post_meta .post_meta_date:after{
	content:'';
	position:absolute;
	top:11px;
	right:0;
	width:3px;
	height:3px;
}
.evapb-bloglist.big_top_img .post_meta span a{
	display:block;
	color:rgba(34,34,34,0.65);
}
.evapb-bloglist.big_top_img .post_meta span a:hover{
	color:#222;
}

/* Twitter (aside) Format */
.evapb-bloglist.big_top_img .post.format-aside .post_content_wrapper{
	padding:40px 50px 70px;
	text-align:center;
	border:0;
	background-color:#51d4fa;
}
.evapb-bloglist.big_top_img .post.format-aside .fa{
	display:inline-block;
	vertical-align:top;
	width:50px;
	height:50px;
	margin:0 auto 15px;
	line-height:50px;
	font-size:42px;
	color:rgba(255,255,255,0.5);
}
.evapb-bloglist.big_top_img .post.format-aside .twitter-time{
	display:block;
	margin-bottom:18px;
	font-weight:400;
	line-height:24px;
	font-size:14px;
	color:rgba(255,255,255,0.5);
}
.evapb-bloglist.big_top_img .post.format-aside .twitter-text{
	display:block;
	margin-bottom:18px;
	font-weight:500;
	line-height:26px;
	font-size:22px;
	color:#fff;
}
.evapb-bloglist.big_top_img .post.format-aside .twitter-text a{
	display:inline-block;
	vertical-align:top;
	font-weight:400;
	line-height:30px;
	font-size:18px;
	color:#fff;
}
.evapb-bloglist.big_top_img .post.format-aside .twitter-text a:hover{
	text-decoration:underline;
}
.evapb-bloglist.big_top_img .post.format-aside .owl-controls .owl-dots{
	bottom:-20px;
}
.evapb-bloglist.big_top_img .post.format-aside .owl-controls .owl-dot,
.evapb-bloglist.big_top_img .post.format-gallery .owl-controls .owl-dot{
	background-color:rgba(255,255,255,0.5);
}
.evapb-bloglist.big_top_img .post.format-aside .owl-controls .owl-dot:hover,
.evapb-bloglist.big_top_img .post.format-aside .owl-controls .owl-dot.active,
.evapb-bloglist.big_top_img .post.format-gallery .owl-controls .owl-dot:hover,
.evapb-bloglist.big_top_img .post.format-gallery .owl-controls .owl-dot.active{
	background-color:#fff;
}

/* Link Format */
.evapb-bloglist.big_top_img .post.format-link .post_content_wrapper{
	padding:40px;
	text-align:center;
	border:0;
	background-color:#222;
}
.evapb-bloglist.big_top_img .post.format-link .pf_link{
	display:inline-block;
	vertical-align:top;
	margin-top:11px;
	width:28px;
	height:32px;
	background-image:url(../images/pf_link2.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.evapb-bloglist.big_top_img .post.format-link .post_descr_wrap{
	margin-top:30px;
	margin-bottom:30px;
}
.evapb-bloglist.big_top_img .post.format-link .post_meta_date{
	display:block;
	margin-bottom:18px;
	font-weight:400;
	line-height:24px;
	font-size:14px;
	color:rgba(255,255,255,0.5);
}
.evapb-bloglist.big_top_img .post.format-link .post_title{
	margin-bottom:0;
	text-transform:none;
	font-weight:500;
	line-height:26px;
	font-size:22px;
}
.evapb-bloglist.big_top_img .post.format-link .post_title a{
	color:#fff;
}
.evapb-bloglist.big_top_img .post.format-link .pf_link_url{
	font-weight:400;
	line-height:24px;
	font-size:16px;
	color:#999;
}
.evapb-bloglist.big_top_img .post.format-link .pf_link_url:hover{
	color:#fff;
}

/* Quote Format */
.evapb-bloglist.big_top_img .post.format-quote .post_content_wrapper{
	text-align:center;
	padding-top:59px;
	padding-bottom:59px;
	border:0;
	background-color:#222;
}
.evapb-bloglist.big_top_img .post.format-quote .pf_quote{
	display:inline-block;
	vertical-align:top;
	width:34px;
	height:26px;
	margin-bottom:30px;
	background-image:url(../images/pf_quote2.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.evapb-bloglist.big_top_img .post.format-quote .post_descr_wrap{
	
}
.evapb-bloglist.big_top_img .post.format-quote .post_title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:36px;
	text-transform:none;
	font-weight:500;
	line-height:26px;
	font-size:22px;
}
.evapb-bloglist.big_top_img .post.format-quote .post_title:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-25px;
	width:49px;
	height:1px;
	background-color:rgba(255,255,255,0.35);
}
.evapb-bloglist.big_top_img .post.format-quote .post_title a{
	color:#fff;
}
.evapb-bloglist.big_top_img .post.format-quote .post_title a:hover{
	color:rgba(255,255,255,0.5);
}
.evapb-bloglist.big_top_img .post.format-quote .pf_quote_author{
	margin:0;
	font-weight:400;
	line-height:24px;
	font-size:14px;
	color:#fff;
}

/* Video Format */
.evapb-bloglist.big_top_img .post.format-video iframe{
	width:100%;
}
.evapb-bloglist.big_top_img .post.format-video .pf_video_wrap{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.evapb-bloglist.big_top_img .post.format-video .video_player .pf_video_play{
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	width:36px;
	height:36px;
	margin:-18px 0 0 -18px;
	background-image:url(../images/pf_video.png);
	background-repeat:no-repeat;
	background-position:center center;
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.big_top_img .post.format-video .video_player .pf_video_play:hover{
	opacity:0.5;
}
.evapb-bloglist.big_top_img .post.format-video .video_player iframe{
	opacity:0;
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.big_top_img .post.format-video .video_player.show_video iframe{
	opacity:1;
}
.evapb-bloglist.big_top_img .post.format-video .video_player.show_video .pf_video_play,
.evapb-bloglist.big_top_img .post.format-video .video_player.show_video .post_share_wrap{
	display:none;
}

/* Instagram Format */
.evapb-bloglist.big_top_img .post.format-status .post_descr_wrap{
	position:relative;
}
.evapb-bloglist.big_top_img .post.format-status .post_content_wrapper{
	padding:0;
	border:0;
}
.evapb-bloglist.big_top_img .post.format-status .pf__instagram_label{
	position:absolute;
	left:0;
	top:0;
	width:32px;
	height:32px;
	line-height:32px;
	font-size:28px;
	color:#222;
}
.evapb-bloglist.big_top_img .post.format-status .post_title{
	margin-top:0;
	margin-bottom:20px;
	padding-left:55px;
	line-height:32px;
	font-size:22px;
}
.evapb-bloglist.big_top_img .post.format-status .instagram-pics{
	margin:0;
	list-style:none;
}
.evapb-bloglist.big_top_img .post.format-status .instagram-pics li{
	float:left;
	width:25%;
	background-color:#fff;
}
.evapb-bloglist.big_top_img .post.format-status .instagram-pics img{
	transition: opacity 0.2s ease-in-out;
}
.evapb-bloglist.big_top_img .post.format-status .instagram-pics li:hover img{
	opacity:0.85;
}




/**
 *	Top Slider Element
 */


.evapb_top_slider{
	position:relative;
}

/* Sldier preloader */
.top_slider_preloader {
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color:#fff;
}

.top_slider_preloader_in {
	position:absolute;
	left:50%;
	top:50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-radius: 100%;
	box-shadow: 10px 10px rgba(0,0,0,0.71), -10px 10px rgba(223,223,223,0.69), -10px -10px rgba(0,0,0,0.71), 10px -10px rgba(223,223,223,0.69);
		-o-box-shadow: 10px 10px rgba(0,0,0,0.71), -10px 10px rgba(223,223,223,0.69), -10px -10px rgba(0,0,0,0.71), 10px -10px rgba(223,223,223,0.69);
		-ms-box-shadow: 10px 10px rgba(0,0,0,0.71), -10px 10px rgba(223,223,223,0.69), -10px -10px rgba(0,0,0,0.71), 10px -10px rgba(223,223,223,0.69);
		-webkit-box-shadow: 10px 10px rgba(0,0,0,0.71), -10px 10px rgba(223,223,223,0.69), -10px -10px rgba(0,0,0,0.71), 10px -10px rgba(223,223,223,0.69);
		-moz-box-shadow: 10px 10px rgba(0,0,0,0.71), -10px 10px rgba(223,223,223,0.69), -10px -10px rgba(0,0,0,0.71), 10px -10px rgba(223,223,223,0.69);
	animation: cssload-spin ease infinite 2.6s;
		-o-animation: cssload-spin ease infinite 2.6s;
		-ms-animation: cssload-spin ease infinite 2.6s;
		-webkit-animation: cssload-spin ease infinite 2.6s;
		-moz-animation: cssload-spin ease infinite 2.6s;
}

@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgba(0,0,0,0.68), -10px 10px rgba(223,223,223,0.68), -10px -10px rgba(0,0,0,0.7), 10px -10px rgba(223,223,223,0.69);
	}
	25% {
		box-shadow: -10px 10px rgba(223,223,223,0.66), -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.71), 10px 10px rgba(0,0,0,0.7);
	}
	50% {
		box-shadow: -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.68), 10px 10px rgba(0,0,0,0.69), -10px 10px rgba(223,223,223,0.69);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgba(0,0,0,0.68), -10px 10px rgba(223,223,223,0.68), -10px -10px rgba(0,0,0,0.7), 10px -10px rgba(223,223,223,0.69);
	}
	25% {
		box-shadow: -10px 10px rgba(223,223,223,0.66), -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.71), 10px 10px rgba(0,0,0,0.7);
	}
	50% {
		box-shadow: -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.68), 10px 10px rgba(0,0,0,0.69), -10px 10px rgba(223,223,223,0.69);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgba(0,0,0,0.68), -10px 10px rgba(223,223,223,0.68), -10px -10px rgba(0,0,0,0.7), 10px -10px rgba(223,223,223,0.69);
	}
	25% {
		box-shadow: -10px 10px rgba(223,223,223,0.66), -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.71), 10px 10px rgba(0,0,0,0.7);
	}
	50% {
		box-shadow: -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.68), 10px 10px rgba(0,0,0,0.69), -10px 10px rgba(223,223,223,0.69);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgba(0,0,0,0.68), -10px 10px rgba(223,223,223,0.68), -10px -10px rgba(0,0,0,0.7), 10px -10px rgba(223,223,223,0.69);
	}
	25% {
		box-shadow: -10px 10px rgba(223,223,223,0.66), -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.71), 10px 10px rgba(0,0,0,0.7);
	}
	50% {
		box-shadow: -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.68), 10px 10px rgba(0,0,0,0.69), -10px 10px rgba(223,223,223,0.69);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgba(0,0,0,0.68), -10px 10px rgba(223,223,223,0.68), -10px -10px rgba(0,0,0,0.7), 10px -10px rgba(223,223,223,0.69);
	}
	25% {
		box-shadow: -10px 10px rgba(223,223,223,0.66), -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.71), 10px 10px rgba(0,0,0,0.7);
	}
	50% {
		box-shadow: -10px -10px rgba(0,0,0,0.69), 10px -10px rgba(223,223,223,0.68), 10px 10px rgba(0,0,0,0.69), -10px 10px rgba(223,223,223,0.69);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

/* Style1 */
.top_slider.style1{
	position:relative;
	height:550px;
}
.top_slider.style1 .top_slider_slide{
	position:relative;
	height:550px;
}
.top_slider.style1 .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.top_slider.style1 .featured_img_bg:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.45;
	background-color:#222;
}
.top_slider.style1 .top_slider_descr{
	position:absolute;
	z-index:10;
	left:18%;
	right:18%;
	top:50%;
	text-align:center;
	transform:translateY(-50%);
}
.top_slider.style1 .post_meta_category{
	display:inline-block;
	margin-bottom:11px;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style1 .post_meta_category a{
	display:inline-block;
	vertical-align:top;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style1 .post_title{
	margin-bottom:11px;
	line-height:62px;
	font-size:52px;
}
.top_slider.style1 .post_title a{
	display:block;
	color:#fff;
}
.top_slider.style1 .post_meta{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style1 .post_meta span{
	display:inline-block;
	vertical-align:top;
}
.top_slider.style1 .post_meta span.post_meta_date{
	position:relative;
	margin-right:10px;
	padding-right:17px;
}
.top_slider.style1 .post_meta span.post_meta_date:after{
	content:'';
	position:absolute;
	top:9px;
	right:0;
	width:3px;
	height:3px;
}
.top_slider.style1 .post_meta a{
	display:block;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style1 .post_meta a:hover{
	color:#fff;
}

#top_slider_thumb.style1{
	position:absolute;
	z-index:5;
	left:15px;
	right:15px;
	bottom:0;
}
#top_slider_thumb.style1 .slides li{
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.2);
	transition: border-color 0.2s ease-in-out;
}
#top_slider_thumb.style1 .slides li.flex-active-slide,
#top_slider_thumb.flexslider .slides li.flex-active-slide{
	border-color:#fff;
}
#top_slider_thumb.style1 .slides li h2{
	margin:0;
	padding:27px 30px;
	line-height:17px;
	font-size:14px;
	color:rgba(255,255,255,0.5);
	cursor:pointer;
	transition: color 0.2s ease-in-out;
}
#top_slider_thumb.style1 .slides li.flex-active-slide h2{
	color:#fff;
}


/* Style2 */
.top_slider_wrap.style2{
	overflow:hidden;
	position:relative;
	height:550px;
}
.top_slider.style2{
	float:right;
	width:990px;
}
#top_slider_thumb.style2{
	position:absolute;
	left:0;
	top:0;
	width:160px;
}
.top_slider.style2 .top_slider_slide{
	position:relative;
	height:550px;
}
.top_slider.style2 .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.top_slider.style2 .featured_img_bg:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.45;
	background-color:#222;
}
.top_slider.style2 .top_slider_descr{
	position:absolute;
	z-index:10;
	left:80px;
	right:15%;
	top:50%;
	transform:translateY(-50%);
}
.top_slider.style2 .post_meta_category{
	display:inline-block;
	margin-bottom:11px;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style2 .post_meta_category a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style2 .post_title{
	margin-bottom:11px;
	text-transform:none;
	line-height:62px;
	font-size:52px;
}
.top_slider.style2 .post_title a{
	display:block;
	color:#fff;
}
.top_slider.style2 .post_meta{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style2 .post_meta span{
	display:inline-block;
	vertical-align:top;
}
.top_slider.style2 .post_meta span.post_meta_date,
.top_slider.style2 .post_meta span.post_meta_author{
	position:relative;
	margin-right:10px;
	padding-right:17px;
}
.top_slider.style2 .post_meta span.post_meta_date:after,
.top_slider.style2 .post_meta span.post_meta_author:after{
	content:'';
	position:absolute;
	top:9px;
	right:0;
	width:3px;
	height:3px;
}
.top_slider.style2 .post_meta a{
	display:block;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style2 .post_meta a:hover{
	color:#fff;
}

#top_slider_thumb.flexslider.style2 .slides > li{
	float:none !important;
	margin-bottom:26px;
	cursor:pointer;
	border-bottom:1px solid rgba(34,34,34,0.1);
	transition: border-color 0.2s ease-in-out;
}
#top_slider_thumb.flexslider.style2 .slides > li:last-child{
	margin-bottom:0;
	border-bottom:0;
}
#top_slider_thumb.flexslider.style2 .slides h2{
	margin:17px 0 20px;
	text-transform:none;
	line-height:17px;
	font-size:14px;
}
#top_slider_thumb.flexslider.style2 .slides li img{
	transition: opacity 0.2s ease-in-out;
}
#top_slider_thumb.flexslider.style2 .slides li.flex-active-slide img{
	opacity:0.55;
}
#top_slider_thumb.flexslider.style2 .top_slider_thumb_img{
	display:block;
	width:160px;
	height:80px;
	background-color:#222;
}

/* Style 3 */
.top_slide_wrap.style3 .big_post{
	position:relative;
	float:left;
	width:690px;
	height:650px;
}
.top_slide_wrap.style3 .small_post{
	position:relative;
	float:right;
	width:470px;
	height:320px;
	margin-bottom:10px;
}
.top_slide_wrap.style3 .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.top_slide_wrap.style3 .featured_img_bg:before{
	content:'';
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.35;
	background-color:#222;
}
.top_slide_wrap.style3 .featured_img_bg:after{
	content:'';
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	width:100%;
	height:60%;
	opacity:0.7;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.top_slide_wrap.style3 .top_slider_descr{
	position:absolute;
	z-index:10;
	left:40px;
	right:40px;
	bottom:30px;
}
.top_slide_wrap.style3 .post_title{
	margin-bottom:16px;
	line-height:30px;
	font-size:24px;
}
.top_slide_wrap.style3 .big_post .post_title{
	margin-bottom:14px;
	line-height:50px;
	font-size:42px;
}
.top_slide_wrap.style3 .post_title a{
	display:block;
	color:#fff;
}
.top_slide_wrap.style3 .post_meta_category{
	float:left;
	line-height:22px;
}
.top_slide_wrap.style3 .post_meta{
	float:right;
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style2 .post_meta span{
	display:inline-block;
	vertical-align:top;
}


/* Style4 */
.top_slider.style4{
	position:relative;
	height:350px;
}
.top_slider.style4 .top_slider_slide{
	position:relative;
	height:350px;
}
.top_slider.style4 .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.top_slider.style4 .featured_img_bg:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.45;
	background-color:#222;
}
.top_slider.style4 .top_slider_descr{
	position:absolute;
	z-index:10;
	left:60px;
	top:50%;
	width:570px;
	transform:translateY(-50%);
}
.top_slider.style4 .post_meta_category{
	display:inline-block;
	margin-bottom:11px;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style4 .post_meta_category a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style4 .post_title{
	margin-bottom:17px;
	text-transform:none;
	line-height:48px;
	font-size:40px;
}
.top_slider.style4 .post_title a{
	display:block;
	color:#fff;
}
.top_slider.style4 .post_meta{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style4 .post_meta span{
	display:inline-block;
	vertical-align:top;
}
.top_slider.style4 .post_meta span.post_meta_date{
	position:relative;
	margin-right:10px;
	padding-right:17px;
}
.top_slider.style4 .post_meta span.post_meta_date:after{
	content:'';
	position:absolute;
	top:9px;
	right:0;
	width:3px;
	height:3px;
}
.top_slider.style4 .post_meta a{
	display:block;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style4 .post_meta a:hover{
	color:#fff;
}
.top_slider.style4 .post_meta span.post_meta_category{
	margin-right:22px;
}
.top_slider.style4 .post_meta span.post_meta_category a{
	display:inline-block;
	font-size:12px;
}

/* Style 5 */
.top_slider.style5{
	margin-left:-40px;
	margin-right:-40px;
}
.top_slider.style5 .post_share_wrap{
	right:0;
}
.top_slider.style5 .top_slider_slide,
.top_slider.style5 .top_slider_slide .container{
	position:relative;
	height:550px;
}
.top_slider.style5 .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.top_slider.style5 .featured_img_bg:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.45;
	background-color:#222;
}
.top_slider.style5 .top_slider_descr{
	position:absolute;
	z-index:10;
	left:0;
	right:15%;
	bottom:30px;
}
.top_slider.style5 .post_meta_category{
	display:inline-block;
	margin-bottom:11px;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style5 .post_meta_category a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style5 .post_title{
	margin-bottom:11px;
	text-transform:none;
	line-height:62px;
	font-size:52px;
}
.top_slider.style5 .post_title a{
	display:block;
	color:#fff;
}
.top_slider.style5 .post_meta{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style5 .post_meta span{
	display:inline-block;
	vertical-align:top;
}
.top_slider.style5 .post_meta span.post_meta_date,
.top_slider.style5 .post_meta span.post_meta_author{
	position:relative;
	margin-right:10px;
	padding-right:17px;
}
.top_slider.style5 .post_meta span.post_meta_date:after,
.top_slider.style5 .post_meta span.post_meta_author:after{
	content:'';
	position:absolute;
	top:9px;
	right:0;
	width:3px;
	height:3px;
}
.top_slider.style5 .post_meta a{
	display:block;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style5 .post_meta a:hover{
	color:#fff;
}

/* Style 6 */
.row-container.full_width .top_slider.style6{
	margin-left:-40px;
	margin-right:-40px;
}
.top_slider.style6 .top_slider_slide{
	position:relative;
	height:660px;
}
.row-container.boxed .top_slider.style6.col4 .top_slider_slide{
	height:540px;
}
.top_slider.style6 .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.top_slider.style6 .featured_img_bg:before{
	content:'';
	position:absolute;
	z-index:10;
	left:0;
	bottom:0;
	width:100%;
	height:50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.top_slider.style6 .featured_img_bg:after{
	content:'';
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	transition: opacity 0.2s ease-in-out;
}
.top_slider.style6 .top_slider_slide:hover .featured_img_bg:after{
	opacity:1;
}
.top_slider.style6 .top_slider_descr{
	position:absolute;
	z-index:10;
	left:30px;
	right:30px;
	bottom:30px;
	text-align:center;
}
.top_slider.style6 .post_meta_category{
	display:inline-block;
	margin-bottom:11px;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style6 .post_meta_category a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:500;
	line-height:22px;
	font-size:12px;
}
.top_slider.style6 .post_title{
	margin-bottom:14px;
	text-transform:uppercase;
	line-height:38px;
	font-size:28px;
}
.row-container.boxed .top_slider.style6.col4 .post_title{
	line-height:28px;
	font-size:18px;
}
.top_slider.style6 .post_title a{
	display:block;
	color:#fff;
}
.top_slider.style6 .post_meta{
	font-weight:400;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.row-container.boxed .top_slider.style6.col4 .post_meta,
.row-container.boxed .top_slider.style6.col4 .post_meta a,
.row-container.boxed .top_slider.style6.col4 .post-meta-comments{
	line-height:20px;
	font-size:11px;
}
.top_slider.style6 .post_meta span{
	display:inline-block;
	vertical-align:top;
}
.top_slider.style6 .post_meta span.post_meta_date,
.top_slider.style6 .post_meta span.post_meta_author{
	position:relative;
	margin-right:10px;
	padding-right:17px;
}
.row-container.boxed .top_slider.style6.col4 .post_meta span.post_meta_date,
.row-container.boxed .top_slider.style6.col4 .post_meta span.post_meta_author{
	margin-right:5px;
	padding-right:12px;
}
.top_slider.style6 .post_meta span.post_meta_date:after,
.top_slider.style6 .post_meta span.post_meta_author:after{
	content:'';
	position:absolute;
	top:9px;
	right:0;
	width:3px;
	height:3px;
}
.top_slider.style6 .post_meta a{
	display:block;
	line-height:22px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
}
.top_slider.style6 .post_meta a:hover{
	color:#fff;
}

.top_slider.style6 .owl-controls .owl-nav .owl-prev{
	left:30px;
	right:auto;
	top:50%;
}
.top_slider.style6 .owl-controls .owl-nav .owl-next{
	right:30px;
	top:50%;
}
.top_slider.style6 .owl-controls .owl-nav > div:before{
	font-size:40px;
	color:rgba(255,255,255,0.5);
}
.top_slider.style6 .owl-controls .owl-nav > div:hover:before{
	color:#fff;
}


/* MailChimp Element */
.evapb-column .mailchimp_form_descr{
	float:left;
	width:300px;
}
.evapb-column .mailchimp_form_descr h6{
	margin-bottom:3px;
	line-height:22px;
	font-size:18px;
}
.evapb-column .mailchimp_form_descr span{
	margin-bottom:3px;
	line-height:22px;
	font-size:18px;
}
.evapb-column .mc4wp-form{
	margin:0;
	padding:0;
}
.evapb-column .mc4wp-form h6{
	margin:0 0 2px;
	text-transform:uppercase;
	font-weight:500;
	line-height:22px;
	font-size:18px;
}
.evapb-column .mc4wp-form span{
	display:block;
	margin-bottom:10px;
	font-weight:300;
	line-height:20px;
	font-size:16px;
	color:#222;
}
.evapb-column .mc4wp-form p.mailchimp_email{
	float:left;
	position:relative;
	width:540px;
	margin:0;
}
.evapb-column .mc4wp-form p i{
	position:absolute;
	left:0;
	bottom:10px;
	width:40px;
	height:50px;
	text-align:right;
	font-weight:700;
	line-height:48px;
	color:#222;
}
.evapb-column .mc4wp-form input{
	width:100%;
	margin-bottom:10px;
	padding-left:50px;
	border:0;
	background-color:#fff;
}
.evapb-column .mc4wp-form p.mailchimp_submit{
	float:right;
	width:305px;
	margin:0;
}
.evapb-column .mc4wp-form input[type="submit"]{
	margin-bottom:-10px;
	padding:0 20px;
	width:100%;
	height:50px;
	text-transform:uppercase;
	line-height:50px;
	transition: opacity 0.2s ease-in-out;
}
.evapb-column .mc4wp-form input[type="submit"]:hover{
	opacity:0.8;
}


/* Widget Twitter */
.evapb_widget_last_tweets{
	padding:23px 30px 35px;
	border:1px solid #e8e8e8;
}
.evapb_widget_last_tweets .widget-title i{
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
	line-height:24px;
	font-size:26px;
	color:#55acee;
}
.evapb_widget_last_tweets .carousel .owl-controls .owl-nav > div{
	top:-45px;
}
.evapb_widget_last_tweets .carousel .owl-controls .owl-nav .owl-prev:before{
	color:rgba(34,34,34,0.25);
}
.evapb_widget_last_tweets .carousel .owl-controls .owl-nav .owl-next:before{
	color:rgba(34,34,34,0.25);
}
.evapb_widget_last_tweets .carousel .owl-controls .owl-nav > div:hover:before{
	color:#222;
}
.evapb_widget_last_tweets .twitter-time{
	display:block;
	margin-bottom:6px;
	font-weight:400;
	line-height:20px;
	font-size:14px;
	color:rgba(34,34,34,0.65);
}
.evapb_widget_last_tweets .twitter-text{
	line-height:26px;
	font-size:16px;
	color:#222;
}

.evapb_widget_last_tweets .grid > div{
	margin-top:30px;
}
.evapb_widget_last_tweets .grid > div:first-child{
	margin-top:0;
}



/* Sidebar */
.row-container.full_width > .row > .col-md-4.sidebar_wrap{
	width:22%;
}
.row-container.full_width > .row > .col-md-8{
	width:78%;
}


@media only screen and (max-width: 1025px) {
	
	.row-container .row{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
}

@media only screen and (max-width: 768px) {
	.row-container.full_width{
		width:auto !important;
		margin-left:-40px !important;
		margin-right:-40px !important;
	}
	.row-container.pl40.pr40{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.cstheme-team{
		display:inline-block;
		vertical-align:top;
	}
	
	.cstheme-gallery .gallery_item{
		float:left;
		width:50%;
	}
}

@media only screen and (max-width: 480px) {
	
	.cstheme-tab .nav-tabs > li{
		float:none;
	}
	.cstheme-tab .nav-tabs > li > a,
	.cstheme-tab .nav-tabs > li > a:hover{
		border-right:1px solid #e8e8e8;
	}
	.partner-item{
		width:100% !important;
	}
	.cstheme-gallery .gallery_item{
		float:none;
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	
}