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

.resp-tabs-list li {
    display: inline-block;
    margin: 0px 6px;
    list-style: none;
    cursor: pointer;
    float: none;
	background:#eeeeee;
	border: 1px solid #dadada;
	border-right: 3px solid #dadada;
	text-align:center;
	width:110px;
	padding:10px 30px;
	font-size:16px;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
}

.resp-tabs-list li:hover {
    border: 1px solid #643600 !important;
	border-right: 3px solid #cba04b !important;
	background:#643600 !important;
	color:#fff !important;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

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

.resp-tab-content {
    display: none;
    padding: 35px 0px 25px 0px;
}

.resp-tab-active {
    border: 1px solid #643600 !important;
	border-right: 3px solid #cba04b !important;
	background:#643600 !important;
	color:#fff !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}
.tab-content p { position:relative;}

.tab-content p.read-more { margin:50px auto 0px auto; text-align:center;}

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

.resp-tab-content {}

h2.resp-accordion {
    border: 1px solid #dcddde;
    margin: -1px 0px 0px 0px;
	background:url(../images/tab-bg.jpg) center bottom repeat-x;
	padding:25px 0px;
	font-size:24px;
	color:#939598;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 25px 0px !important;
	background:url(../images/tab-bg-active.jpg) center bottom repeat-x !important;
	color:#fff !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #f0ead8 !important;
    background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    padding: 25px 0px !important;
	background:url(../images/tab-bg-active.jpg) center bottom repeat-x !important;
	color:#fff !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #f0ead8;
}

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

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

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

h2.resp-accordion:first-child {
    border-top: 1px solid #dcddde !important;
}

/*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;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #f0ead8;
    }

    .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 #f0ead8 !important;
    }
}
