/**
 * CStheme Page Builder Elements styles
 */

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

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


/* Element Accordion */
.cstheme-accordion .accordion-group{
	border-top:1px solid rgba(255,255,255,0.1);
	border-right:1px solid rgba(255,255,255,0.1);
	border-left:1px solid rgba(255,255,255,0.1);
}
.cstheme-accordion .accordion-group:last-child{
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.cstheme-accordion .accordion-heading .accordion-toggle{
    position: relative;
    display:block;
	padding:13px 50px 17px 20px;
	font-weight:500;
	line-height:28px;
	font-size:22px;
	color:#fff;
	border-bottom:1px solid transparent;
	transition: background-color 0.2s ease-in-out;
}
.cstheme-accordion .active .accordion-heading .accordion-toggle{
    border-bottom-color:#d5552b;
	background-color:rgba(0,0,0,0.1);
}
.cstheme-accordion .accordion-toggle:hover{
	background-color:rgba(0,0,0,0.1);
}
.cstheme-accordion .accordion-inner{
    padding: 17px 40px 23px 20px;
}
.cstheme-accordion .accordion-inner p{
    margin-bottom:20px;
}
.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(255,255,255,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;
	padding:13px 30px 17px;
	font-weight:500;
	line-height:28px;
	font-size:22px;
	color:#fff !important;
	border-radius:0;
	border:0;
	border-left:1px solid rgba(255,255,255,0.1);
	border-top:1px solid rgba(255,255,255,0.1);
	background:none !important;
}
.cstheme-tab .nav-tabs > li:last-child > a,
.cstheme-tab .nav-tabs > li:last-child > a:hover{
	border-right:1px solid rgba(255,255,255,0.1);
}
.cstheme-tab .nav-tabs > li.active > a,
.cstheme-tab .nav-tabs > li.active > a:focus,
.cstheme-tab .nav-tabs > li.active > a:hover{
	margin-right:-1px;
	background-color:rgba(0,0,0,0.1) !important;
}
.cstheme-tab .nav-tabs > li > a:hover{
	border:0;
	border-left:1px solid rgba(255,255,255,0.1);
	border-top:1px solid rgba(255,255,255,0.1);
	background-color:rgba(0,0,0,0.1) !important;
}
.cstheme-tab .tab-content{
	padding:27px 30px;
	border-left:1px solid rgba(255,255,255,0.1);
	border-right:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(255,255,255,0.1);
	background-color:rgba(0,0,0,0.1);
}
.cstheme-tab .tab-content p{
    margin-bottom:20px;
}
.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:500;
	line-height:26px;
	font-size:20px;
	color:#fff;
}
.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;
	color:#fff;
}
.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;
	color:#fff;
}
.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;
	color:#fff;
}



/* Element Divider */
.cs-divider{
    position: relative;
    margin: 0;
}
.cs-divider div {
    height: 1px;
	margin:0 -40px;
    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{
	border:1px solid rgba(255,255,255,0.1);
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.cstheme-pricing .pricing-box:hover,
.cstheme-pricing .featured .pricing-box{
	background-color:#1d1e25;
	border-color:#1d1e25;
}
.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:40px;
	color:#fff;
}
.cstheme-pricing .pricing-header p{
	margin:0;
	font-weight:300;
	line-height:28px;
	font-size:20px;
	color:rgba(255,255,255,0.75);
}
.cstheme-pricing .pricing-top{
	padding:0 50px 43px;
}
.cstheme-pricing .pricing-top h4{
	display:inline-block;
	vertical-align:bottom;
	margin:0 10px 0 0;
	font-weight:500;
	line-height:50px;
	font-size:50px;
}
.cstheme-pricing .pricing-top h5{
	display:inline-block;
	vertical-align:bottom;
	margin:0;
	font-weight:500;
	line-height:29px;
	font-size:20px;
}
.cstheme-pricing .pricing-feature{
	margin:0;
	padding:37px 50px 33px;
	list-style:none;
}
.cstheme-pricing .pricing-feature li{
	position:relative;
	padding:0 0 12px 26px;
	font-weight:300;
	line-height:24px;
	font-size:20px;
	color:#fff;
}
.cstheme-pricing .pricing-feature li:before{
	content:'';
	position:absolute;
	left:0;
	top:14px;
	width:14px;
	height:1px;
}
.cstheme-pricing .pricing-footer{
	margin:0 -1px -1px;
}
.cstheme-pricing .price_btn{
	display:block;
	padding:18px 30px;
	font-weight:600;
	text-align:center;
	line-height:34px;
	font-size:28px;
	color:#fff;
}
.cstheme-pricing .price_btn:hover{
	color:#000;
	background-color:#fff;
}


/* Element Testimonials */
.cstheme-testimonials .testimonial-item{
	position:relative;
	margin-bottom:30px;
	padding:31px 35px 40px;
	border:1px solid rgba(255,255,255,0.1);
}
.cstheme-testimonials .testimonial-item:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:3px;
}
.cstheme-testimonials .testimonial_heading{
	margin-bottom:13px;
}
.cstheme-testimonials .testimonial_heading img{
	display:inline-block;
	margin-right:15px;
	border-radius:50%;
}
.cstheme-testimonials .testimonials_author{
	display:inline-block;
	margin:12px 5px 12px 0;
	font-weight:500;
	line-height:36px;
	font-size:30px;
	color:#fff;
}
.cstheme-testimonials .testimonials_author a{
	color:#fff;
}
.cstheme-testimonials .testimonials_author_link{
	display:inline-block;
	margin:22px 0 12px;
	font-weight:500;
	line-height:24px;
	font-size:22px;
}
.cstheme-testimonials .testimonials_author_link:hover{
	color:#fff;
}
.cstheme-testimonials .testimonial-content{
	position:relative;
}
.cstheme-testimonials .testimonial-content:before{
	content:'';
	position:absolute;
	left:50px;
	bottom:-71px;
	width: 0;
	height: 0;
	border-top: 30px solid rgba(255,255,255,0.1);
	border-right: 20px solid transparent;			
}
.cstheme-testimonials .testimonial-content:after{
	content:'';
	position:absolute;
	left:51px;
	bottom:-68px;
	width: 0;
	height: 0;
	border-top: 28px solid rgba(255,255,255,0.1);
	border-right: 18px solid transparent;			
}


/* Element Progress Bar */
.cstheme-progress.light .progress-title{
	margin-bottom:15px;
	font-weight:400;
	line-height:24px;
	font-size:20px;
	color:#fff;
}
.cstheme-progress.light .bar-container{
	position:relative;
	height:5px;
	background-color:rgba(255,255,255,0.05);
}
.cstheme-progress.light .bar{
	position:absolute;
	left:0;
	top:0;
	height:5px;
}
.cstheme-progress.light .bar:before{
	content: attr(data-percent);
	position:absolute;
	bottom:21px;
	right:0;
	width:85px;
	margin-right:-42px;
	text-align:center;
	font-weight:600;
	line-height:24px;
	font-size:20px;
}

.cstheme-progress.massive{
	position:relative;
	height:45px;
	background-color:#1d1e25;
}
.cstheme-progress.massive .progress-title{
	position:relative;
	z-index:5;
	display:inline-block;
	margin:0;
	padding:0 10px;
	font-weight:500;
	line-height:45px;
	font-size:20px;
	color:#1d1e25;
}
.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:-8px;
	height:45px;
	font-weight:700;
	line-height:45px;
	font-size:20px;
	transform:translateX(100%);
}


/* 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:100px;
}
.cstheme-service-box.style2.no_icon{
	padding-left:0;
}
.cstheme-service-box.style2 .cs-service-icon{
	position:absolute;
	left:0;
	top:0;
}
.cstheme-service-box h4{
	margin-bottom:14px;
	line-height:42px;
	font-size:40px;
	color:#fff;
}
.cstheme-service-box p{
	margin-bottom:0;
	line-height:32px;
	font-size:20px;
	color:#fff;
}

.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_descr{
	position:absolute;
	left:0;
	right:0;
	bottom:-20%;
	padding:20px 35px;
	opacity:0;
	transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.cstheme_member_wrapper:hover .cstheme_member_descr{
	bottom:0;
	opacity:1;
}
.cstheme_member_descr:before{
	content:'';
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0.85;
}
.cstheme_member_wrapper .cstheme_member_descr > div{
	position:relative;
	z-index:5;
	display:inline-block;
	vertical-align:middle;
}
.cstheme_member_wrapper .member_socials{
	width:29%;
	text-align:right;
}
.cstheme_member_wrapper .member_socials a{
	display:block;
	margin:10px 0;
	font-weight:500;
	line-height:22px;
	font-size:16px;
	color:rgba(255,255,255,0.5);
}
.cstheme_member_wrapper .member_socials a:hover{
	color:#fff;
}
.cstheme_member_wrapper .member-title{
	width:70%;
}
.cstheme_member_wrapper .member-title h2{
	margin:0 0 4px;
	font-weight:500;
	line-height:36px;
	font-size:32px;
	color:#fff;
}
.cstheme_member_wrapper .member-title p{
	margin:0;
	font-weight:500;
	line-height:24px;
	font-size:20px;
}


/* Element Gallery */
.cstheme-gallery .gallery_item{
	margin-right:-1px;
}
.cstheme-gallery .col-md-3.col-md-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:#fff;
	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:#fff;
	transition: background-color 0.2s ease-in-out;
}



@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 rgba(255,255,255,0.1);
	}
	.partner-item{
		width:100% !important;
	}
	.cstheme-gallery .gallery_item{
		float:none;
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	
}






















