
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list {padding: 0 0 0 5%; background-color:#c00; width:100%; float:left;}
.responsive-tabs__list__item {border-right: 1px solid #fff; float:left; padding:10px; color:white; font-weight:800;}
.responsive-tabs__list__item h2{font-size:13px; color:white;}
.responsive-tabs__list__item:hover {background: #efefef; color:#CC0000; }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #000; color:white;}

.responsive-tabs__panel { margin-bottom: 10px; background-color:fff; float:left; width:100%; padding:0 3% 0 2%;}


.responsive-tabs.flt .responsive-tabs__panel {padding:0;}
.responsive-tabs.flt .responsive-tabs__panel .sixty{width:55%; padding:30px;}
.responsive-tabs.flt .responsive-tabs__list {padding: 0; background-color:transparent; width:100%; float:left; margin-bottom:20px;}
.responsive-tabs.flt .responsive-tabs__list__item {border-left: 1px solid #c00; float:left; padding:10px; color:#333;}
.responsive-tabs.flt .responsive-tabs__list__item:first-child {border: none; margin-left:30px;}
.responsive-tabs.flt .responsive-tabs__list__item:hover, .responsive-tabs.flt .responsive-tabs__list__item--active, 
.responsive-tabs.flt .responsive-tabs__list__item--active:hover {  background: transparent; color:#c00;}
@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 10px; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: white;
		position: relative;
		font-size:14px;
		
	}
	.responsive-tabs__heading h2{font-size:14px; color:white;}
	.fleet h2{width:100%;}
	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #efefef}
	.responsive-tabs__heading--active { background: #fff;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */

@media screen and (max-width: 800px) {
	.responsive-tabs.flt .responsive-tabs__panel .sixty, .responsive-tabs .responsive-tabs__panel .thirty{width:100%; padding:20px 5%;}
	.responsive-tabs.flt .responsive-tabs__panel .forty{display:none;}
}