﻿/* TABS */
.tabs {
    position: relative;
    margin: 0px auto 0;
	width: 100%;}
.tabs label 
{
    display: block;
    float: left;
    font-family: OpenSans-Bold, Tahoma;
    font-size: 22px;
    font-weight: 400;
    border-bottom: 3px solid #ffffff !important;
    margin: 20px 50px 40px 0;
    padding: 0px 0px 10px 0px;
    border-radius: 0px;
    color: #888;
    cursor: pointer;
    position: relative;
    top: 0px;
    min-width: 30px;
    height: auto;
    line-height: 140%;
    text-align: left;
    z-index: 1;
}



.tabs label span
{
    font-family: OpenSans-Regular, Tahoma;
	font-size: 16px;
}

	
.tabs label:hover
{
    border-bottom: 3px solid #f4f6f4;
}
	
.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,
#tab_6:checked  ~ #tab_l6,
#tab_11:checked  ~ #tab_21,
#tab_21:checked  ~ #tab_l21,
#tab_22:checked  ~ #tab_l22,
#tab_23:checked  ~ #tab_l23,
#tab_24:checked  ~ #tab_l24,
#tab_25:checked  ~ #tab_l25,
#tab_26:checked  ~ #tab_l26,
#tab_27:checked  ~ #tab_l27,
#tab_28:checked  ~ #tab_l28,
#tab_29:checked  ~ #tab_l29,
#tab_41:checked  ~ #tab_l41,
#tab_42:checked  ~ #tab_l42,
#tab_43:checked  ~ #tab_l43,
#tab_44:checked  ~ #tab_l44,
#tab_45:checked  ~ #tab_l45,
#tab_46:checked  ~ #tab_l46
{
    border-bottom: 3px solid #00ce65 !important;
    color: #000;
    border-radius: 0px;
    padding: 0px 0px 10px 0px;
    top: 0;
    z-index: 3;
}


#tab_7:checked  ~ #tab_l7,
#tab_8:checked  ~ #tab_l8,
#tab_9:checked  ~ #tab_l9,
#tab_10:checked  ~ #tab_20
{
    border-bottom: 3px solid #17b90b !important;
	color: #000;
    padding: 0 0px 5px 0;
    top: 0;
    z-index: 3;
}





.tabs_cont {

	padding: 0px 0 0 0;
	position: relative;
	z-index: 2;
}
.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	width: 100%;
    -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,
#tab_6:checked ~ .tabs_cont #tab_c6,  
#tab_7:checked ~ .tabs_cont #tab_c7,
#tab_8:checked ~ .tabs_cont #tab_c8,
#tab_9:checked ~ .tabs_cont #tab_c9,
#tab_10:checked ~ .tabs_cont #tab_c10,
#tab_11:checked ~ .tabs_cont #tab_c11,
#tab_21:checked ~ .tabs_cont #tab_c21,
#tab_22:checked ~ .tabs_cont #tab_c22,
#tab_23:checked ~ .tabs_cont #tab_c23,
#tab_24:checked ~ .tabs_cont #tab_c24,
#tab_25:checked ~ .tabs_cont #tab_c25,
#tab_26:checked ~ .tabs_cont #tab_c26,
#tab_27:checked ~ .tabs_cont #tab_c27,
#tab_28:checked ~ .tabs_cont #tab_c28,
#tab_29:checked ~ .tabs_cont #tab_c29,
#tab_41:checked ~ .tabs_cont #tab_c41,
#tab_42:checked ~ .tabs_cont #tab_c42,
#tab_43:checked ~ .tabs_cont #tab_c43,
#tab_44:checked ~ .tabs_cont #tab_c44,
#tab_45:checked ~ .tabs_cont #tab_c45,
#tab_46:checked ~ .tabs_cont #tab_c46
{
	position: static;
	left: 0;
	opacity: 1;}


#tab_l2
{
    margin: 20px 0px 40px 0;
}