.responsive-tab-top__heading { display: none;}
.responsive-tab-top__list__item { display: inline; cursor:pointer;}


@media (max-width: 767px) {
	.responsive-tab-top__list { display: none;}
	.responsive-tab-top__heading { display: block; cursor: pointer; }
	.responsive-tab-top__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tab-top__panel--closed-accordion-only { display: block !important;}
}

.responsive-tab-top-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tab-top-wrapper:before,
.responsive-tab-top-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tab-top-wrapper:after {
    clear: both;
}

.responsive-tab-top__heading:focus,
.responsive-tab-top__list__item:focus {  }

.responsive-tab-top__heading--active:focus,
.responsive-tab-top__list__item--active:focus { outline: none !important;}

.responsive-tab-top__list {font-size:14px;margin: 1.7em 0 0 0;padding: 0;border-bottom: 1px solid #ff0000;padding-bottom:11px;line-height: 1em;}
.responsive-tab-top__list__item {padding: 10px 10px;margin-right: 1em;border-top-left-radius: 5px;border-top-right-radius: 5px;color: #c3c3c3;font-weight: bolder;}
.responsive-tab-top__list__item:hover { color: #ff5d5d;
                     text-decoration:none!important; 
  -webkit-transition: all 0.5s!important;
  -moz-transition: all 0.5s!important;
  transition: all 0.5s!important;}
.responsive-tab-top__list__item--active, 
.responsive-tab-top__list__item--active:hover {border-bottom-color: #141517;color: #ff0000;font-weight: bolder;}

.responsive-tab-top__panel { margin-bottom: 50px;}

@media (max-width: 767px) {
	.responsive-tab-top__heading { 
		padding: 0.5em; border-radius: 5px; border: 2px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: #ddd;
		position: relative;
	}

	.responsive-tab-top__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-tab-top__heading:hover,
	.responsive-tab-top__heading--active:hover { background-color: #efefef}
	.responsive-tab-top__heading--active { background: #fff;}
	.responsive-tab-top__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }
}