﻿ 
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	background:#252525;
	color:#555;
	width:25%
}

.resp-tabs-container {
    padding: 0px;
   
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border:0;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 0 !important;
	 
}
li.resp-tab-active div {color: #ffb103;
background: #464646;}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
background: #464646;
margin-bottom: 10px;
}
h2.resp-accordion {
    font-size: 13px;
    font-size: 13px;
margin: 0 0 2px 0;
padding: 10px 15px;
background: #555;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
ul.resp-tabs-list li div {
padding: 15px 20px;
text-align: center;
font-size: 14px;
text-transform: uppercase;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
   float: right;
   width: 22%;
   
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: 0 0 0 15px;
    cursor: pointer;
    float: none;
	width: 100%;
	background:none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 78%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
	background:transparent;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
	color: #ffb103;  
	background:url(../images/arrow.png) left 14px no-repeat;
}

.resp-vtabs li:hover {
	background:url(../images/arrow.png) left 14px no-repeat;
	color: #ffb103;  
}

.resp-vtabs .resp-tabs-list li div {
	text-align: left;
	font-size: 14px;
	text-transform:none !important;
	background:none;
	padding: 7px 15px 7px 20px;
}

.resp-arrow {
  width: 0;
height: 0;
float: right;
margin-top: 15px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
   border: none;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 7px solid #9B9797;
margin-top: 15px;
}

#verticalTab .resp-tab-content { padding:0}
#verticalTab .content-holder {
	padding: 0 20px 0 0;
border-right: 1px solid #555;
margin-right: 25px;
margin: 0;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  
background: #222;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
     
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		padding: 2px 10px !important;
    }
	h2.resp-tab-active {
background: #333;
color: #ffb103;}
    .resp-vtabs .resp-tab-content {
      
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
