/*Табулятор-навигатор*/

/* Стили секций с содержанием */
.tab-content, .com_content {
 	display: none;
  	background: white;
}
.com_content {
	box-shadow: 0px -4px 10px #888;
}
.socialtabs, .csocialtabs  {
  display: none;
}


/* Стили вкладок (табов) */
.sociallabels, .csociallabels  {
  display: inline-block;
  margin: 0 0 -1px;
}
/* Изменения стиля заголовков вкладок при наведении */

.sociallabels, .csociallabels {
	text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.75em;
    text-transform: uppercase;
    width: 24.4%;
    margin-right: -2px!important;
    /*background: rgb(196, 196, 196);*/
    background-color:#991814;
    padding: 8px 0px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
}
.sociallabels, .csociallabels {
    display: inline-block;
    margin: 0 0 -1px;
}
.sociallabels:hover, .csociallabels:hover {
	  filter: none;
  -webkit-filter: grayscale(0);

}
/* Стили для активной вкладки */
.socialtabs:checked + .sociallabels, .csocialtabs:checked + .csociallabels {
	color: #0A233C;
    background: #FAFBFB;    
    font-weight: bold!important;
    filter: none;
    -webkit-filter: grayscale(0);
}
.csocialtabs:checked + .csociallabels {
	border: 1px solid #b1bad0;
    border-bottom: 1px solid #ECEFF3;
    margin-right: 1px!important;
    background: #ECEFF3;
    
box-shadow: 0px -5px 8px #888;
    margin-left: -1px;
    }
.socialtabs:checked + .sociallabels {
    border-bottom: 2px solid white;
}
.socialtabs:checked + .yellow {
	background: #FFF5BE;
    color: white;
    text-shadow: black 0 0 2px;
}


/* Активация секций с помощью переключателя :checked */
#tab1:checked ~ #lenta_gl,
#tab2:checked ~ #lenta_all,
#tab3:checked ~ #lenta_our,
#tab4:checked ~ #lenta_yell,
#tab5:checked ~ #lenta_sport,
#tabrub:checked ~ #tab_all,
#tabcomm:checked ~ #tab_comm

 {
  display: inline-block;
}

#socnets li a, .tabs label, .comms label {
display: inline-block;
    vertical-align: inherit;
    float: left;
    margin: 3px 0 0 2px;
    padding: 0;
    width: 32.5%;
    margin-right: 0px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1px 0px 4px 0px;
    border-radius: 4px 4px 0px 0px;
    }
#socnets li a, .tabs label {
	    box-shadow: inset 0 -5px 5px rgba(100,100,100,0.1);

}

.comms label {
	margin: 0px;
}
.imgload {
	text-align: center;
}
	.imgload IMG {
		width:50px;
	}
.lenta_stuff4 .lenta-item {
    background: #FFD700;
}
/*Табулятор-навигатор.end*/