/* 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 { font-size:1.2em; color:#000; font-weight:600; text-transform:uppercase; margin:2em 0 0 0; padding:0; padding-bottom:11px; line-height:1em; text-align:center;}
.responsive-tabs__list__item{background: #f4f4f4; padding:15px 20px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin:0px 5px;}
.responsive-tabs__list__item:hover {background:#000000; color:#fff;}
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {color:#fff; background:#81d742;}

.responsive-tabs__panel{padding:30px 0px;}
.responsive-tabs__panel p, .responsive-tabs__panel span{color:#000;}


@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding:0.8em 0.5em; border-radius: 5px; border:0px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: #f4f4f4;
		position: relative;
		font-size:20px;
		color:#000;
		text-transform:uppercase;
		font-weight:600;
	}

	.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;
	 }
	 .responsive-tabs__panel{padding:20px 0px; border:none; float:none;}
}

/* END - Optional - Basic Skin */
