/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs_glove{

}
.tabs_glove > DIV {
	/*border-top: 1px solid #c7c7c7*/
	padding:0 0 80px 0;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs_glove > DIV h2 {
	font-size: 34px;
	font-weight:700;
}

.tabs_glove > UL.horizontal {
	list-style: none outside none;
	margin: 0 15px 0 10px;
	text-align:right;
	background-image:url(../images/red-line.png);
	background-repeat:no-repeat;
	background-position: left bottom;
}

.tabs_glove > UL.horizontal LI {
	margin: 0 -8px 0 0;
	display: inline-block;
	position:relative;
	background-color:#fff;
	padding-left:10px;
}
.tabs_glove > UL.horizontal LI.active:after {
	position:absolute;
	top:12px;
	left:27px;
	content:url(../images/arrow_red.png);
}
.tabs_glove > UL.horizontal LI:hover:after {
	position:absolute;
	top:12px;
	left:27px;
	content:url(../images/arrow_red.png);
}

.tabs_glove > UL.horizontal LI A {
	color: #484848;
	display: block;
	width:300px;
	font-size: 18px;
	font-weight: 700;
	text-align:center;
	padding: 0 30px 0 56px;
	line-height:39px;
	text-decoration: none;
	position:relative;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	background-image:url(../images/btn-grey-bg.png);
	background-repeat:no-repeat;
	background-size:300px 42px;
}

.tabs_glove > UL.horizontal LI A:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background: #fff;
	content:"";
	-webkit-transition:height 0.3s;
	transition:height 0.3s;
}

.tabs_glove > UL.horizontal LI.active A, .tabs_glove > UL.horizontal LI.active:hover A {
	color: #cc2129;
}
.tabs_glove > UL.horizontal LI:hover A{
	color: #cc2129;
}




@media (max-width:767px){
	.tabs_glove{
		margin-top:0;
	}
	.tabs_glove > DIV {
		padding:0px;
	}
	.tabs_glove > UL.horizontal {
		padding:0;
		text-align:center;
		background-position: center bottom;
	}
	.tabs_glove > UL.horizontal LI {
		margin: 5px 0 0 0;
	}
	/*.tabs_glove > UL.horizontal LI.active:after {
		content:"";
	}*/
	.tabs_glove > UL.horizontal LI A:after {
		height: 100%;
		background: #f3f3f3;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.tabs_glove > UL.horizontal {
    	margin: 0 0 0 0;
	}
}

@media (max-width:359px){
	.tabs_glove > UL.horizontal LI {
		padding-left:0px;
	}
	.tabs_glove > UL.horizontal LI.active:after {
		left:17px;
	}
	.tabs_glove > UL.horizontal LI:hover:after {
		left:17px;
	}	
}

