
.tabpadbord {padding:30px 10px; border:solid 1px #bf0718;}
.tabpadtop {padding-top:20px}

.resp-tabs-list > li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left; padding:15px 0;
}



/*.tablihov {background:url(../images/bluearw30.png) right center no-repeat; background-position:95%; transition: all 2s}
.tablihov:hover {background:url(../images/bluearw.png) right center no-repeat; background-position:95%; transition:all 2s;}*/
.tablihov p {font-size:11pt; font-weight:bold}

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

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

.resp-tab-content {
    display: none;
}

.resp-tab-active {/*background:url(../images/bluearw.png) right center no-repeat; background-position:95%*/;
}


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




h2.resp-accordion {
    border-top: 1px solid #c1c1c1;
    margin: 0px;
    padding: 10px 0px;  /*background:url(../images/bluearwdn.jpg) right center no-repeat !important; background-position:95% !important;*/ font-size:12pt
}
h2.resp-accordion:last-child {border-bottom: 1px solid #c1c1c1;}


h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 0px !important; /*background:url(../images/bluearw.png) right center no-repeat !important; background-position:95% !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: 29%;
}

.resp-vtabs .resp-tabs-list > li {
    display: block; width:100%;
    cursor: pointer;
    float: none; margin-bottom:0px; background-color:transparent; padding:20px 20px;
}
.resp-tab-active {background-color:#fff !important; color:#bf0718 !important; border-top:solid 1px #bf0718; border-bottom:solid 1px #bf0718}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 70%; padding-left:0px;
    min-height:initial;
    clear: none;  border-left:solid 5px #bf0718
}

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

.resp-vtabs { border-bottom: none;}

.resp-vtabs > li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
	margin-bottom:10px; 
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
}

/*-----------Accordion styles-----------*/

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

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

}


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

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

h2.resp-accordion  img, h2.resp-accordion p {display:inline-block !important; vertical-align:middle; text-align:left;}
h2.resp-accordion p {margin-left:10px}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1023px) {
ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
	
    }

    .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 {
	
    }
	.resp-tab-content {margin:5px}
	
}

@media screen and (min-width: 1024px) {
.resp-vtabs ul.resp-tabs-list {width: 29%;}
.resp-vtabs .resp-tabs-container {width: 70%; min-height: 250px;}
.resp-tab-content {margin:0px 0}
.tabpadbord {padding:30px 60px;}
.tablihov {font-size:14pt}
.resp-vtabs .resp-tabs-container {padding-left:50px;}

}
@media screen and (min-width: 1280px) {

}