@charset "utf-8";
/* CSS Document */

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

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
	text-align:left;
}

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

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

.resp-tab-content {
    display: none;
    padding: 15px;
	min-height:30em;
}

.resp-tab-active {
	border: 1px solid #bdd441 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #bdd441 !important;
	border-bottom: 0px #fff solid !important;
	background:#e6edeb !important;
	color: #385c5b !important;
}

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

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

.resp-tab-content {
    border: 1px solid#fff;
	border-top-color: #bdd441;
}

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

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

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

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

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
	
	background: #5ba4a4;
	background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	color: #fff;
	letter-spacing: 1px;	
	font-weight: bold;	
	/*
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);*/
    border-radius: 3px 0 0 3px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	/*
	font-size: 15px;
	line-height:normal;
	height: 40px;
	position: relative;
	padding: 10px 20px;
	display: block;
	width: 160px;
	text-transform: uppercase;
	text-align: right;
	float: left;
	clear: both;
	*/
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 73%;
    min-height: 250px;
    clear: none;
	background-color: #fff;
    border: 1px solid #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
	
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
	padding-bottom:3em;
}
.resp-vtabs .resp-tab-content h2 {color: #398080; text-transform:capitalize; text-align:left; line-height:1.3em;}
.resp-vtabs .resp-tab-content p {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	color: #777;
	padding-left: 15px;
	border-left: 8px solid rgba(189,212,65, 0.15);
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
margin-bottom: 4px !important;
/*
border-top: 1px solid;
border: 1px solid #bdd441 !important;
border-left: 4px solid #bdd441 !important;
border-right: 1px #FFF solid !important;
*/
border-top: 4px solid #bdd441 !important;
color: #385c5b;
border-right: 0 !important;
background: #e6edeb;
}

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

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #000;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #fff;
}

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

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

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

h2.resp-accordion:first-child {
    border-top: 1px solid #fff;/* !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;
		background: #5ba4a4;
		background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
		background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
		background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
		background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
		background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
		color: #fff;
		letter-spacing: 1px;	
		font-weight: bold;	
		/*
		text-shadow: 1px 1px 1px rgba(255,255,255,0.3);*/
	    border-radius: 3px 0 0 3px;
    	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
		border:#5ba4a4;
		text-align:left;
    }

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

    .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 {
        border-bottom: 1px solid #fff !important;
    }
}


