﻿.resp-tabs-container p{
    margin: 0px;
    padding: 0px;
	font-size:14px;
	text-align:justify;
	margin-bottom:10px;
	line-height:23px;
}

ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 14px;
    display: inline-block;
    padding: 7px 3.5%;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	background:#343434;
	color:#FFF;
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	border-right:1px solid #484848;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
	width:98%;
}

.resp-tabs-container strong {
   	color:#ea2d26;
	font-family: 'PT Sans', sans-serif;
}


h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px 0px;
}

.resp-tab-active {
	background:#ea2d26 !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
}

h2.resp-accordion {
    font-size: 13px;
    border-bottom: 1px solid #484848;
    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 #484848 !important;
    background: blue;
}


.resp-tabs-container ul {
    list-style-image:url(../images/icon2.png);
	margin-left:30px;
	margin-top:5px;
	line-height:22px;
	font-size:14px;
	
}
.resp-tabs-container ul li {
	margin-bottom:8px;
}

.ul_flot{
	float:left;
	margin-right:10%;
}






/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 23%;
	background-color: #343434;
	
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 10px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #FFF;
	
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 76%;
    clear: none;
	font-size:13px;
	line-height:22px;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-right: none;
    background-color: #e83934;
    position: relative;
    z-index: 1;
    padding: 10px 14px 10px 14px !important;
	color:#FFF;
}

.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 #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #FFFFFF;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #e53425 !important;
	color: #FFFFFF !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;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}


@media only screen and (max-width: 1200px) {
	.resp-tabs-list li {
    	padding: 7px 3%;}
}
@media only screen and (max-width: 1100px) {
	.resp-tabs-list li {
    	padding: 7px 2.5%;}
}
@media only screen and (max-width: 1000px) {
	.resp-tabs-list li {
    	padding: 7px 2%;}
}

@media only screen and (max-width: 900px) {
	.resp-tabs-list li {
    	padding: 7px 1.5%;}
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 850px) {
	.ul_flot{
	float:left;
	margin-right:0%;
	width:100%;
	}
	
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		background:#343434;
		color:#FFF;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #484848;
    }

    .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 #c1c1c1 !important;
    }
	
	.resp-tab-content {
    display: none;
    padding: 10px 10px 0px 15px;
	}
}