
/* 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; 
	margin-top:0px;
}
.responsive-tabs .text{ padding:10px 2px;}
.responsive-tabs p{ font-size:12px;}
.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: 0px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 13px; margin: 1.2em 0 0 0; padding:0; font-family: 'Roboto', sans-serif; padding-bottom:12px; line-height:1em; text-transform:uppercase;}
.responsive-tabs__list__item { background:#1D1D1D; padding:8px 15px;  margin-right:1em; border-radius:3px; border: 0px solid #B9B9B9; color:#fff; }
.responsive-tabs__list__item:hover {border-top:0px solid #BD0505; background:#2585AB; }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {border-top:0px solid #BD0505; background:#2585AB; border-bottom-color: #B9B9B9; }

.responsive-tabs__panel { margin-bottom:0px; border-bottom:0px solid #B9B9B9; border-left:0px solid #B9B9B9; border-right:0px solid #B9B9B9; overflow:hidden;}

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0.5em; border-radius: 2px; border: 1px solid #ccc; /*box-shadow: 0px 2px 3px rgba(0,0,0,0.4)*/;
		background: #F6F6F6;
		position: relative;
		font-size:14px;
		text-transform:uppercase;
		
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #5A5A5A;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #E5E5E5;}
	.responsive-tabs__heading--active { background: #E5E5E5;}
	.responsive-tabs__heading--active:after {
		border-bottom: 7px solid #5A5A5A;
		border-top:0;
		
	 }
}

/* END - Optional - Basic Skin */
