ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

ul.resp-tabs-list, #tab.tab_item-0 ul.resp-tabs-list {
    background:url(/common/img/tabs-bg-full.png) no-repeat;
    height:50px;
    width:100%;
    position: relative;
    z-index: 1;
}

#tab {
    background: #fff;
    background: url(/common/img/white-bg.png) transparent;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 55, 0.2);
    -mox-box-shadow: 0 0 8px rgba(0, 0, 55, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 55, 0.2);
    -webkit-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
}

#tab.js-enabled {
    max-height: 50px;
    overflow: hidden; 
}

#tab.open.js-enabled {
    max-height: 2000px;
}
#tab.tab_item-1 ul.resp-tabs-list {
    background:url(/common/img/tabs-bg-full.png) no-repeat 0 -50px;
}
#tab.tab_item-2 ul.resp-tabs-list {
    background:url(/common/img/tabs-bg-full.png) no-repeat 0 -100px;
}
#tab.tab_item-3 ul.resp-tabs-list {
    background:url(/common/img/tabs-bg-full.png) no-repeat 0 -150px;
}
#tab.tab_item-4 ul.resp-tabs-list {
    background:url(/common/img/tabs-bg-full.png) no-repeat 0 -200px;
}
#tab.tab_item-5 ul.resp-tabs-list {
    background:url(/common/img/tabs-bg-full.png) no-repeat 0 -250px;
}
#tab.tab_item-6 ul.resp-tabs-list {
    background:url(/common/img/tabs-bg-full.png) no-repeat 0 -300px;
}

.resp-tabs-list li {
	color:#fff;
    font-size: 15px;
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	width:128px;
    height:50px;
    position:relative;
	text-align: center;
}
.resp-tabs-list li span {
    display: block;
    padding: 10px 24px 11px;
    margin-top:4px;
    border-left:1px solid #fff;
    font-weight: 400;
    letter-spacing: 0.8px;
    letter-spacing: 0 \9; /* under IE 9 */
}
.resp-tabs-list li:first-child span {
    border-left: 0;
}
.resp-tabs-list li:last-child span {
    border-right:1px solid #fff;
}
.resp-tabs-list li div.icon {
    background: url(/common/img/tab-icons.png) no-repeat 0 0;
    position:absolute;
    left:10px;
    top:13px;
    width:14px;
    height:14px;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0 21px;
    margin:24px 0;
    min-height:458px;
    height: auto;
}
.resp-tab-content.no-right-padding {
    padding-right:0;
}

.resp-tabs-list li.resp-tab-active span {
    background:none;
    border:none;
}
.resp-tabs-list li.resp-tab-active + li span {
    border-left:0 solid transparent;
}

.resp-tab-active {
    border-bottom: none;
    background:none !important;
	color:#25414b !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    /*border: 1px solid #c1c1c1;*/
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    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 #c1c1c1 !important;
    background: blue;
}
/*-----------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: #fff;
    border: 1px solid #c1c1c1;
    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: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    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 #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !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;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    .resp-arrow {
        margin-top:12px;
    }
    .resp-tabs-container {
        background:#fff !important;
    }
    ul.resp-tabs-list {
        display: none;
    }
    .resp-tab-content .row {
        padding:0 15px;
    }
    h2.resp-accordion {
        display: block;
        font-size:16px;
        font-weight:700;
        text-transform:uppercase;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .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;
    }
    .news-panel .left-col, .news-panel > div {
        background:#fff;
        min-height:0 !important;
    }
    .resp-tab-content {
        height:auto;
    }
    .panel {
        min-height: 0px;
        border-bottom:1px solid #c1c1c1;
        padding-bottom:6px !important;
    }
}
