﻿ul.resp-tabs-list {
    margin: 0px 0;
    padding: 0px;
    font-weight:normal;
    display:table;
    width:auto;
    font-weight: bold;
    margin: 0 auto;
}

ul.resp-tabs-list p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}


.resp-tabs-list li {
    font-size: 16pt;
    display:table-cell;
    text-align:center;
    margin-right: 25px;
    margin-bottom:15px;
    list-style: none;
    cursor: pointer;
    /*text-transform:uppercase;*/
    color:#FFF;
    /*width:25%;*/
    width:40%;
    
}





.resp-tabs-list .resp-tab-item span label {
    font-weight:normal;
    color: #FFF;
}

   .tabs-radio:nth-of-type(1):checked ~ .resp-tabs-list > li:nth-of-type(1) label, .tabs-radio:nth-of-type(2):checked ~ .resp-tabs-list > li:nth-of-type(2) label, .tabs-radio:nth-of-type(3):checked ~ .resp-tabs-list > li:nth-of-type(3) label, .tabs-radio:nth-of-type(4):checked ~ .resp-tabs-list > li:nth-of-type(4) label, .tabs-radio:nth-of-type(5):checked ~ .resp-tabs-list > li:nth-of-type(5) label {
    color: #503C00;
    background: #E6DEC8;
    display: block;
    padding: 20px 0;
    margin: 0 1px 0 0;
        }

.resp-tabs-list .resp-tab-active span label { 
    color: #333 !important;
}




.resp-tabs-list li, .resp-tabs-list li a  { -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; }



h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none!important;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
   
}

.resp-tab-active {
    border-bottom: none;
   
}

.resp-content-active, .resp-accordion-active {
    display: block;
}



h2.resp-accordion {
    font-size: 14pt;
    border-top: 0px solid #e9e7db;
    margin: 0px;
    font-weight:bold;
    padding: 10px 2%;
}

h2.resp-tab-active {
    border-bottom: 0px solid #e9e7db !important;
    margin-bottom: 0px !important;
    padding: 10px 2% !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e9e7db !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 22%;
    padding:0px;
	margin-top:10px;
}

.resp-vtabs .resp-tabs-list li {
    display:block;
    padding:9px 0px 9px 10px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    list-style:inherit;
    border:#DDD dotted 1px;
    /*background:#FBF7F7;*/
}

.resp-vtabs .resp-tabs-list li:hover { color:#333;   }

.resp-vtabs .resp-tabs-container {
    background-color: #fff;
    float: left;
    width: 78%;
    clear: none;
    position:relative;
    display:table;
    vertical-align:top;
}

.resp-vtabs .resp-tab-content {
    position:relative;
    padding:10px;
}
.resp-vtabs .resp-tab-content p{line-height:15pt; color:#888; margin:0 0 10px 0px;}
.resp-vtabs .resp-tab-content h2 { font-size:15pt; margin-bottom:10px;   }
.resp-vtabs li.resp-tab-active {
    border-right: none;
    position: relative;
    z-index: 1;
    color:#665a75;
    font-weight:bold;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #00609D;
}

h2.resp-tab-active span.resp-arrow {border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 9px solid #FFF;}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background-color:#1e4480 !important;
	/*font-size:14px;*/
    color:#FFF;

}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
        color:#333;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #e9e7db;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #e9e7db !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block!important;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #e9e7db !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;*/
        width: inherit;
        font-size: 105% !important;
        border-bottom: 1px solid #DDD;
        text-transform: uppercase;
        padding: 15px !important;
    }

    h2.resp-tab-active {
    color:#FFF;
}

    .resp-vtabs .resp-tab-content {
        border: 1px solid #e9e7db;
        border-top:none;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
        padding:0%;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #e9e7db !important;
    }



}
