.tabs {
    position: relative;
   background:#1b2e35;
}

.tabs iframe {margin:auto;}
.tabs label {
	display: block;
        padding:8px 15px;
	float: left;
	cursor: pointer;
        color:#fff;
	font-size: 15px;
	position: relative;
	top: 2px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;}
.tabs input {
	position: absolute;
	left: -9999px;}
#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3,
#tab_4:checked  ~ #tab_l4, 
#tab_5:checked  ~ #tab_l5  {
	background: #CD374A;
	top: 0;
        color:#fff;
	z-index: 3;}

.tabs_cont {
	position: relative;
	z-index: 2;
 margin-top:10px;
	}
.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;}

#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3,
#tab_4:checked ~ .tabs_cont #tab_c4,
#tab_5:checked ~ .tabs_cont #tab_c5 {
	position: static;
	left: 0;
	opacity: 1;}

.tabs #slider ul li {margin:0 !mportant;padding:0 !important;}
.inl-bl {opacity:0;}
.players-video-hr {margin-top:5px;}
.light-button {margin-top:0px !important;margin-right:-1px;}
