
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display:inline-block; vertical-align:top; /*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: none;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 1.2em; margin: 2em 0 0 0; padding:0 48px 11px;/* border-bottom: 1px solid #ddd; */line-height: 1em;}
.responsive-tabs__list__item { background:url(../images/tab_nav.jpg) repeat-x 0 0; padding:20px 0 20px 20px; line-height:22px; /*background: #eee;  margin-right: 1em;  border-top-left-radius: 5px; border-top-right-radius: 5px; border: 1px solid #ddd;  width:293px; margin-right:97px;*/ width:27.3%; color:#ffffff; position:relative; margin-right:9%; height:61px; }
.responsive-tabs__list__item:before{ content:''; position:absolute; left:-45px; 
top:0; background:url(../images/tab_nav_lft.png) no-repeat 0 0; width:45px; height:61px;}
.responsive-tabs__list__item:after{ content:''; position:absolute; right:-45px; top:0; background:url(../images/tab_nav_rt.png) no-repeat 0 0; width:45px; height:61px;}

.responsive-tabs__list__item:hover { background:url(../images/tab_nav_active.jpg) repeat-x 0 0;}
.responsive-tabs__list__item:hover:after{content:''; position:absolute; right:-45px; top:0; background:url(../images/tab_nav_active_ft.jpg) no-repeat 0 0 !important; width:45px; height:61px;}
.responsive-tabs__list__item:hover:before{content:''; position:absolute; right:-45px; top:0; background:url(../images/tab_nav_lft_hr.png) no-repeat 0 0 !important; width:45px; height:61px;}
.responsive-tabs__list__item.responsive-tabs__list__item--active:after, 
.responsive-tabs__list__item.responsive-tabs__list__item--active:hover:after
{content:''; position:absolute; right:-45px; top:0; background:url(../images/tab_nav_active_ft.png) no-repeat 0 0 !important; width:45px; height:61px;}
.responsive-tabs__list__item.responsive-tabs__list__item--active:before, 
.responsive-tabs__list__item.responsive-tabs__list__item--active:hover:before
{content:''; position:absolute; right:-45px; top:0; background:url(../images/tab_nav_lft_hr.png) no-repeat 0 0 !important; width:45px; height:61px;}
.responsive-tabs__list__item:last-child:after,
.responsive-tabs__list__item:first-child:before { display:none;}
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {   background:url(../images/tab_nav_active.jpg) repeat-x 0 0;  border-bottom-color: #fff;}
.responsive-tabs__list__item:first-child:before { display:none;}
.responsive-tabs__list__item:last-child{margin-right:0;}
.responsive-tabs__panel { background:#f0f0f0; padding:30px 22px;  margin-bottom: 50px;}

@media (max-width: 1200px) {
.responsive-tabs__list {
	font-size: 0.9em;
}
}
@media (max-width:999px) {
	.responsive-tabs__list
	{
		padding:0 3px 11px;
	}

}
@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0.5em; 
		border: 1px solid #ccc; 
		background: #ddd;
		position: relative;
	}

	.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: #4c5d7b; color:#ffffff;}
	.responsive-tabs__heading--active { background: #4c5d7b; color:#ffffff;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #ffffff;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */
