/* ----------------------------- Responsive tabs --------------------- */

ul.tabs-list{margin:0;padding:0;background:#323333}
.tabs-list li{display:inline-block;padding:13px 0;margin:0;list-style:none;cursor:pointer;float:left;color: #fafafa;width: 33.33%;text-align:center}
.tabs-container{padding:0;clear:left}
h2.accordion{cursor:pointer;padding:5px;display:none}
.tab-content{display:none}
.tab-active{border-bottom:none;margin-bottom:-1px!important;border-bottom:none;background-color: #7670B3 !important;}
.content-active,.accordion-active{display:block}
.tab-content{position:relative}
h2.accordion{font-size:13px;border-bottom:1px solid #fff;margin:0;padding:10px 15px;text-transform:uppercase}
h2.tab-active{border-bottom:0 solid #fff!important;margin-bottom:0!important;padding:10px 15px!important}
h2.tab-title:last-child{border-bottom:12px solid #fff!important;background:blue}
.vtabs ul.tabs-list{float:left;width:30%}
h2[role=tab]{color:#fff!important}
.vtabs .tabs-list li{display:block;padding:15px!important;margin:0;cursor:pointer;float:none}
.vtabs .tabs-container{padding:0;background-color:#fff;border:1px solid #fff;float:left;width:68%;min-height:250px;border-radius:4px;clear:none}
.vtabs .tab-content{border:none}
.vtabs li.tab-active{border:1px solid #fff;border-right:none;background-color:#fff;position:relative;z-index:1;margin-right:-1px!important;padding:14px 15px 15px 14px!important}
.arrow{width:0;height:0;float:right;margin-top:3px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:12px solid #fff}
h2.tab-active span.arrow{border:none;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid #E77E24}
h2.tab-active{background:#734C17!important}
.easy-accordion h2.accordion{display:block}
.easy-accordion .tab-content{border:1px solid #fff}
.easy-accordion .tab-content:last-child{border-bottom:1px solid #fff!important}
.jfit{width:100%;margin:0}
.tab-content-active{display:block}
h2.accordion:first-child{border-top:1px solid #fff!important}
/* -----------------------------------------------------------------------         Custom CHanges ------------------------ */
.gallery-tabs .tabs-list li{font-size:10pt;font-weight:normal;width:24.9%;border:none;margin:0;padding-left:0;padding-right:0;border-right:1px solid #FFF}
.tab-menu{padding-top:3px}
.gallery-tabs .tab-menu,.gallery-tabs .resp-tab-item{background-image:url(../images/btm-section.jpg);background-position:center center}
.resp-tabs-list li,.gallery-tabs .resp-tab-active{padding:13px 25px!important}
.gallery-tabs .tab-content{background:rgba(255,255,255,0.5);padding:20px;min-height:150px;border:1px solid #EEEFF0}
.gallery-tabs .tab-active{background-color:#734C17;padding:13px 0;color:#FFF}
.tabs-subPage .tab-content{background-color:#f9f9f9;border:1px solid #e3e3e3;min-height:150px;padding:20px}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 719px) {
	.product-tabs {
		margin-top: 0 !important;
	}
	ul.tabs-list {
		display: none;
	}
	.tabs-container h2.accordion {
		background-color: #11632E;
	}
	h2.accordion {
		display: block;
	}
	.vtabs .tab-content {
		border: 1px solid #C1C1C1;
	}
	.vtabs .tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}
	.accordion-closed {
		display:none !important;
	}
	.vtabs .tab-content:last-child {
		border-bottom: 1px solid #fff !important;
	}
}
/*--------------------------- Custom styles ---------------------------*/


.tabs-container h2.accordion { background-color:#000 }
h2.tab-active { background-color:#002E6E !important}