#parentHorizontalTab {padding:30px 0 0 0; font-family: 'fira_sansmedium';}
.resp-tabs-list {text-align:center; font-size:0;}
.resp-tabs-list li {
    font-size: 16px;
	color:#6d5b58;
	background:#fcfbf9;
    display: inline-block;
    padding: 13px 15px;
    cursor: pointer;
    display:inline-block;
	text-transform:uppercase;
	width:25%;
	position:relative;
	z-index:999;
}

.resp-tabs-container {
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
	padding:40px;
	background:#fff;
	box-sizing:border-box;
	font-size:14px;
	font-family: 'fira_sanslight';
	-webkit-box-shadow: 0px 0px 5px 0px rgba(109, 91, 88, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(109, 91, 88, 0.75);
box-shadow:         0px 0px 5px 0px rgba(109, 91, 88, 0.75);
}

#article .themewrapper h3 {font-size:24px; font-family: 'fira_sansmedium';}
.resp-tab-content img {display:block; max-width:100%; height:auto; margin:0 auto;}

.resp-tab-active {
	position:relative;
	background:#fbfaf8;
	border-left:1px solid #aa9c79;
	border-top:1px solid #aa9c79;
	border-right:1px solid #aa9c79;
}


.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
	padding:20px 15px 13px 15px !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
position:relative;
z-index:9999;
}

h2.resp-accordion {
    font-size: 17px;
    margin: 0px;
    padding: 10px 15px;
}

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;
}


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.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;
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 750px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		background:#e4e7e3 !important;
		text-align:center;
		border-bottom:1px solid #000;
		
    }
	h2.resp-tab-active {color:#000 !important;}
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
	.resp-tab-active:after {bottom:-20px; border-top: 0.7em solid #e4e7e3;}

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.resp-tab-content {padding:10px;}
	h2.resp-accordion {background:#fff !important;}
}
