﻿
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
	width: 100%;
}
.resp-tabs-list li {
    font-size: 1em;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
	font-family: 'Oswald', sans-serif;
	border: 1px solid #000;

}


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

.box-tab { width: 100%; height: auto; float: left; position: relative; padding: 10px 0 0 0; }
.box-tab h1			{ color: #000; font-family: 'Oswald', sans-serif; font-size: 1.2em; text-transform: uppercase; padding: 10px 0 10px 0; margin: 15px 0 15px 0; border-bottom: 5px solid #e5e6e6; }


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

.resp-tab-content {
    display: none;
	padding-top:10px;color:#364059;
}

.resp-tab-active {
    margin-bottom: -1px !important;
    padding: 12px 15px 14px 15px !important;color:#364059; background-color: #000; color:#fff;
}

.resp-tab-active {
	border: 2px solid #364059; color:#fff;background-color:#ededec; background-color: #000;

}

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

.resp-tab-content {color:#fff;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #364059;
    border-top: 0px solid #364059;
    margin: 0px;
    padding: 10px 15px;
	color:#364059;color:#fff;
}

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

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

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #364059;
    border: 1px solid #000;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

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

.resp-vtabs li.resp-tab-active {
    border-right: none;
    background-color: #364059;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.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 #fff;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #ccc !important;
	border-radius: 0;
	color:#364059;
	border: 1px solid #fff;
	border-bottom: 1px solid #364059;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;	color:#ccc;

}
.resp-easy-accordion .resp-tab-content {

}

.resp-easy-accordion .resp-tab-content:last-child {
}

.resp-jfit {
    width: 100%;
    margin: 0px;
	background-color:#ededec;		color:#fff;

}
	@media handheld, only screen and (max-width: 767px) {


h2.resp-accordion:first-child {	
}
.resp-tabs-container {
    padding: 0;
    clear: left;
	height:auto;border-bottom: 1px solid #fff;
}


@media only screen and (max-width: 768px) {
    ul.resp-tabs-list { display: none;	color:#364059; background-color:#fff; border: 1px solid #fff; }
    h2.resp-accordion { display: block;	color:#364059; border: 1px solid #fff; font-family: 'Oswald', sans-serif; border: 2px solid #000; color:#000; font-size: 1em; margin-bottom: 10px; }
    .resp-vtabs .resp-tab-content {	color:#364059;border: 1px solid #fff; background-color:#fff; }
	.box-tab { width: 100%; height: auto; float: left; position: relative; padding: 20px 0 20px 0; border: 1px solid #fff; }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
h2.resp-tab-active {
    background: #000 !important;
	border-radius: 0;
	color:#fff;
	border-bottom: none;padding: 20px
}
.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 #000;
}

}
