
.resp-tabs-list > li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left; padding:10px; background-color:#e7e7e7; margin-bottom:10px;
}

.resp-tabs-list > li:hover {background-color:#b8191d !important; color:#FFFFFF !important}




.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {
	margin-bottom: 10px !important; background-color:#b8191d !important; color:#FFFFFF !important}


.resp-content-active, .resp-accordion-active {
    display: block;
}




h2.resp-accordion {
    border-top: 1px solid #c1c1c1;
    margin: 0px;
    padding: 10px; background:url(../images/more.png) right center no-repeat; background-position:98%;
}
h2.resp-accordion:last-child {border-bottom: 1px solid #c1c1c1;}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px !important; background:url(../images/less.png) right center no-repeat; background-position:98%;
}

/*
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
*/

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%; margin-right:5%;
}

.resp-vtabs .resp-tabs-list > li {
    display: block;
    cursor: pointer;
    float: none; background:#e7e7e7 url(../images/more.png) right center no-repeat; background-position:98%;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 65%;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;}

/*.resp-vtabs { border-bottom: 1px solid #c1c1c1;}*/

.resp-vtabs .resp-tabs-list > li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important; background:#e7e7e7 url(../images/less.png) right center no-repeat; background-position:98%;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
}

/*-----------Accordion styles-----------*/

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {

}


.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion  img, h2.resp-accordion p {display:inline-block !important; vertical-align:middle; text-align:left;}
h2.resp-accordion p {margin-left:10px}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
	
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
	
    }
	.resp-tab-content {margin:20px 20px}
	
}

@media screen and (min-width: 768px) {
.resp-vtabs ul.resp-tabs-list {width: 32%; margin-right:3%;}
.resp-vtabs .resp-tabs-container {width: 65%; min-height: 250px;}
.resp-tab-content {margin:0px 0}

}
@media screen and (min-width: 1280px) {
.resp-vtabs ul.resp-tabs-list {width: 30%; margin-right:15%;}
.resp-vtabs .resp-tabs-container {width: 55%; min-height: 250px;}

}