
/* REQUIRED for core functionality */
#tablist1-tab1 {     
    
				background: -moz-linear-gradient(top, #f2f2f2 0%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ccc',GradientType=0 );
    box-shadow: inset 0 5px 3px -2px #f2f2f2; color:#fff; border-radius:5px;
    width:30%; color:#c81b1f;
}


	#tablist1-tab2 {     background: -moz-linear-gradient(top, #f2f2f2 0%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ccc',GradientType=0 );
    box-shadow: inset 0 5px 3px -2px #f2f2f2;color:#c81b1f; border-radius:5px; width:30%;  }
	#tablist1-tab3 {     background: -moz-linear-gradient(top, #f2f2f2 0%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ccc',GradientType=0 );
    box-shadow: inset 0 5px 3px -2px #f2f2f2; color:#c81b1f; border-radius:5px; width:30%; }
	#tablist1-tab4 {     background: -moz-linear-gradient(top, #f2f2f2 0%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#ccc 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ccc',GradientType=0 );
    box-shadow: inset 0 5px 3px -2px #f2f2f2; color:#fff; border-radius:5px; width:30%; }
	
.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;
	color:#fff;
	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; padding: 0;  padding-bottom:11px; line-height: 1em;}
.responsive-tabs__list__item {  padding: 10px 95px;  margin-right: 1.2em; margin-left:15px; border-radius:5px; }
.responsive-tabs__list__item:hover {background: #efefef; }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #000; }
		
.responsive-tabs__list__item--active {  box-shadow: -5px -5px 5px -3px #c827d2 inset; background:#c81b1f !important;  color:#fff !important; }

.responsive-tabs__panel { margin-bottom: 50px;}

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding:2px;
		border-radius: 5px; border: 1px solid #000; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	
  box-shadow: inset 0 5px 3px -2px #c827d2;
		position: relative;
		font-size:25px;
	}
.responsive-tabs h2 {
  font-size: 15px;
}
	.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;
	 }
}
