﻿/* TABS */
.tabs {
    position: relative;
    margin: 0px auto 0;
	width: 100%;}
.tabs label 
{
    display: block;
    float: left;
    font-family: OpenSans-Regular, Calibri, Tahoma;
	text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 0px 0px 0;
    padding: 3%;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    position: relative;
    top: 0px;
    min-width: 30px;
    width: auto;
    height: auto;
    line-height: 140%;
    text-align: left;
    z-index: 1;
	    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.tabs.goroda label 
{
    margin: 0px 1.5% 40px 0.5%;
    padding: 0%;
    text-transform: none;
}

.tabs.goroda #tab_1:checked  ~ #tab_l1,
.tabs.goroda #tab_2:checked  ~ #tab_l2,
.tabs.goroda #tab_3:checked  ~ #tab_l3,
.tabs.goroda #tab_4:checked  ~ #tab_l4,
.tabs.goroda #tab_5:checked  ~ #tab_l5,
.tabs.goroda #tab_6:checked  ~ #tab_l6
{
    background: #fff;
}


	
.tabs label:hover
{

}
	
.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
{
    background: #e1eedb;
	-moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

	
#tab_1:checked  ~ #tab_l1 .tab-title-img,
#tab_2:checked  ~ #tab_l2 .tab-title-img,
#tab_3:checked  ~ #tab_l3 .tab-title-img,
#tab_4:checked  ~ #tab_l4 .tab-title-img,
#tab_5:checked  ~ #tab_l5 .tab-title-img,
#tab_6:checked  ~ #tab_l6 .tab-title-img
{
    border-bottom: 2px solid #c44018 !important;
    padding: 0 0 10px 0;
    float: left;
}



.tabs label img {
    display: block;
    width: 40px;
    margin: 0px 20px 0px 0;
    height: 40px;
    float: left;
}

.tabs label .tab-title
{
    float: left;
}

 .tab-title-img
{
    border-bottom: 2px solid #3a470b !important;
    padding: 0 0 10px 0;
    float: left;
}



.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   {
	position: static;
	left: 0;
	opacity: 1;}