
/* ==========================================================================
   Blogs & Atlas Header Buttons
   ========================================================================== */

/*
 Кнопки в верхнем меню для спецпроектов:

	— Районные блоги
	— Атлас

 Используются модификаторы для элементов меню:

 	 b-head-logo-holder
	 b-head-menu-holder

*/

.g-icon_coin {
	width: 38px;
	height: 24px;
	background: url(/static/css/pub/i/coin.png) no-repeat left top;
}

.g-icon_blogs {
	width: 16px;
	height: 24px;
	background: url(/static/css/pub/i/blogs_button_house.png) no-repeat left top;
}

.g-icon_atlas {
	width: 20px;
	height: 24px;
	background: url(/static/css/pub/i/atlas_button.png) no-repeat left top;
}


.b-specials-link {
	white-space: nowrap;
	font-size: 14px;
	font-family: 'bigcitysans-smallcaps', Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	color: #000;
	margin-left: 20px;
}

/* Значок NEW */

.b-specials-link__badge {
	position: relative;
	top: -7px;
	color: #b4b4b4;
	border-bottom: 1px solid #000;
	font-family: 'bigcityitalic', Georgia, Times, serif;
}


.b-specials-link_coin:hover {
	color: #ffa21a;
}

/* Модификатор для Блогов */

.b-specials-link_blogs_active,
.b-specials-link_blogs:hover {
	color: #1499fc;
}

.b-specials-link_blogs:hover .b-specials-link__badge {
	color: #1499fc;
	border-bottom: 1px solid #1499fc;
}

/* Модификатор для Атласа */

.b-specials-link_atlas {
	margin-left: 40px;
}

.b-specials-link_atlas_active,
.b-specials-link_atlas:hover {
	color: #ff5632;
}

.b-specials-link_atlas_active .b-specials-link__badge,
.b-specials-link_atlas:hover .b-specials-link__badge {
	color: #ff5632;
	border-bottom: 1px solid #ff5632;
}


.b-head-logo-holder_specials {
	border-right: 1px solid #999;
	padding-right: 20px;
}
.b-head-menu-holder_specials {
	display: none;
}

.l-head_floating .b-head-logo-holder_specials {
	border-right: 0;
	padding-right: 0;
}

.l-head_floating .b-head-menu-holder_specials {
	display: block;
}
.l-head_floating .b-specials-link {
	display: none;
}



.l-root_w-900 .l-head_floating  .b-head-menu-holder_specials {
	display: block !important;
}
.l-root_w-900 .b-specials-link__badge {
	display: none;
}
.l-root_w-900 .b-head-social_blogs {
	display: none;
}

@media screen and (max-width: 1090px) {
	.l-head_floating  .b-head-menu-holder_specials {
		display: block !important;
	}
	.b-specials-link__badge {
		display: none;
	}
	.b-head-social_blogs {
		display: none !important;
	}
}