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

.resp-tabs-list li {
    display: inline-block;
    padding: 15px 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	color:#e36929;
	background:#fff;
	border-bottom:1px solid #dadada;
	text-align:center;
	text-transform:uppercase;
	font-size:40px;
	font-family: "Bebas Neue", sans-serif;
  	font-weight: 400;
}

.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: 0;
}

.resp-tab-active {
	color:#fff;
	background:#e36929;
    border-bottom:1px solid #e36929;
}

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

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

.resp-tab-content {
}

h2.resp-accordion {
    margin: 0px;
    padding: 5px 0;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !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: 33.33333333%;
	padding:85px 0 0 0;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 0 !important;
    margin: 0;
    cursor: pointer;
    float: none;
	position:relative;
}

.resp-vtabs li.resp-tab-active span.arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; 
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border-right-color: #e36929;
  border-width: 10px 10px 10px 10px;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 66.66667%;
    min-height: 250px;
    clear: none;
}

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

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    color:#fff;
	background:#e36929;
    border-bottom:1px solid #e36929;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin:10px 10px 0 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #e36929 !important;
	color:#fff !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
}

.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;
}

/*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: inline-block;
		width:100%;
		border-bottom:2px solid #fff;
		font-size:30px;
    }

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

    .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;
    }
}
