﻿ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
	border-bottom: 1px solid #ddd;
}

.resp-tabs-list li {
	background: #f2f2f2;
	border: 1px solid #ddd;
	border-bottom: none;
    display: inline-block;
    padding: 10px 20px;
    list-style: none;
    cursor: pointer;
	margin: 0px;
}

.resp-tabs-container {
    padding-top: 30px;
    clear: left;
}

.resp-tab-content {
    display: none;
    padding: 15px 0;
}

.resp-tab-active {
	background-color: #fff !important;
    border-bottom: 1px solid #fff !important;
    margin-bottom: -1px !important;	
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
	cursor: pointer;
    font-size: 1.125em;
    border: 1px solid #ddd;
    border-bottom: 0px;
    margin: 0px;
    padding: 10px 15px;
	display: none;
}

h2.resp-tab-active {
    border-bottom: 0px solid #ddd !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #ddd !important;
    background: blue;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #ddd;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #c1c1c1;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #eee !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #ddd;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #ddd !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: 991px) {
	.resp-tabs-container {
		border-bottom: 1px solid #ddd;
	}
	ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }
    
    .resp-accordion-closed {
        display:none !important;
    }
	
	.resp-tab-content {
		border: 1px solid #ddd;
		border-bottom: 0px;
		padding: 15px;
	}
}
