/*** --- Document params --- ***/
body,
html {
	height:100%;
	background:#FFF;
	color:#444;
	font:normal 12px/1.3 Arial, Tahoma, Helvetica, sans-serif;
}

/*** --- Default objects --- ***/
p {
	padding-bottom:1em;
}
.i-clear {
	clear:both;
}

/*** --- Links --- ***/
a {
	color:#C00;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#000;
}


/*** --- Page --- ***/
.b-page {
	position:relative;
	overflow:hidden;
	min-width:1000px;
	min-height:100%;
}


/*** --- Headline --- ***/
.b-headline {
	background:#c80000;
}
.b-headline__content {
	overflow:hidden;
	width:980px;
	height:25px;
	margin:0 auto;
	padding:4px 10px;
}
.b-headline__link {
	float:left;
	position:relative;
	padding:0 10px;
	margin-right:5px;
	background:no-repeat 7px 0;
	color:#FFF;
	font-size:12px;
	line-height:25px;
	text-decoration:none;
}
.b-headline__link:hover {
	color:#FFF;
	text-decoration:underline;
}
.b-headline__link_active,
.b-headline__link_active:hover {
	height:29px;
	background-color:#FFF;
	background-position:7px -25px;
	color:#333;
	/* border-radius */
	-webkit-border-radius:4px;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	border-radius:4px 4px 0 0;
}
.b-headline__link_active:before,
.b-headline__link_active:after {
	position:absolute;
	bottom:0;
	width:4px;
	height:4px;
	background:url(../images/b-headline__link_active.png) no-repeat 0 0;
	content:'';
}
.b-headline__link_active:before {
	left:-4px;
	background-position:-4px 0;
}
.b-headline__link_active:after {
	right:-4px;
}
/* Links */
.b-headline__link_tv {
	padding-left:29px;
	background-image:url(../images/b-headline__menu__item_tv.png) ;
}
.b-headline__link_radio {
	padding-left:28px;
	background-image:url(../images/b-headline__menu__item_radio.png);
}
.b-headline__link_nenovosti {
	padding-left:31px;
	background-image:url(../images/b-headline__menu__item_nenovosti.png) ;
}
.b-headline__link_lab {
	padding-left:28px;
	background-image:url(../images/b-headline__menu__item_lab.png);
}
.b-headline__link_urbania {
	padding-left:33px;
	background-image:url(../images/b-headline__menu__item_urbania.png);
}
.b-headline__link_login {
	padding-left:25px;
	background-image:url(../images/b-headline__menu__item_login.png);
}
/* Session */
.b-headline__session {
	float:right;
}
.b-headline__session .b-headline__link {
	margin-right:0;
	margin-left:5px;
}


/*** ---  Status --- ***/
.b-status__time {
	float:left;
	margin-right:5px;
	font-size:48px;
	line-height:50px;
}
.b-status__weather {
	float:left;
	padding-top:6px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.b-status__weather__icon {
	display:block;
}


/*** --- Header --- ***/
.b-header {
	overflow:hidden;
	width:980px;
	margin:0 auto;
	padding:20px 10px;
}
/* Logo */
.b-header__logo {
	float:left;
	height:50px;
	width:275px;
	margin-right:40px;
	background:url(../images/b-header__logo.png) no-repeat;
}
.b-header__logo_fm {
	background-image:url(../images/b-header__logo_fm.png);
}
.b-header__logo_nenovosti {
	width:289px;
	background-image:url(../images/b-header__logo_nenovosti.png);
}
.b-header__logo_life {
	width:292px;
	background-image:url(../images/b-header__logo_life.png);
}
/* Slogan */
.b-header__slogan {
	float:left;
	width:155px;
	padding:9px 0;
	color:#81858e;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
}
/* Status */
.b-header .b-status {
	float:right;
	color:#4d4d4d;
}
/* Teaser */
.b-header__teaser {
	float:right;
	margin-left:75px;
	width:240px;
	font-size:0;
	color:#444;
	text-decoration:none;
	white-space:nowrap;
}
.b-header__teaser__icon {
	display:inline-block;
	margin-right:6px;
	vertical-align:middle;
}
.b-header__teaser__text {
	display:inline-block;
	padding-left:18px;
	font-size:12px;
	line-height:1.2;
	background:url(../images/b-header__teaser__text.gif) no-repeat 0 7px;
	white-space:normal;
	vertical-align:middle;
	text-decoration:none;
}
.b-header__teaser:hover .b-header__teaser__text {
	color:#444;
	text-decoration:underline;
}


/*** --- Nav --- ***/
.b-nav {
	position: relative;
	background: #333;
	z-index: 400;
}
.b-nav_city {
	background: none;
	padding: 25px 0;
	margin-bottom: -25px;
}
.b-nav_city .b-nav__background {
	background: #333 url(../images/b-nav_city.jpg) no-repeat 0 0;
}
.b-page_time_night .b-nav_city .b-nav__background {
	background-color: #14171d;
	background-image: url(../images/b-nav_city.night.jpg);
}
.b-nav__content {
	width:980px;
	height:28px;
	margin:0 auto;
	padding:10px;
}
/* Border */
.b-nav_city .b-nav__border {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
	height: 0;
	background: #333 no-repeat;
	/* transition */
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.b-page_time_night .b-nav_city .b-nav__border  {
	background-color: #14171d;
}
.b-nav_city .b-nav__border_top {
	bottom: 73px;
	background-image: url(../images/b-nav_city__top.jpg);
	background-position: 0 100%;
}
.b-page_time_night .b-nav_city .b-nav__border_top {
	background-image: url(../images/b-nav__border_top.night.jpg);
}
.b-nav_city .b-nav__border_bottom {
	background-image: url(../images/b-nav_city__bottom.jpg);
	background-position: 0 0;
	top: 73px;
}
.b-page_time_night .b-nav_city .b-nav__border_bottom {
	background-image: url(../images/b-nav__border_bottom.night.jpg);
}
.b-nav_city:hover .b-nav__border {
	height: 25px;
}
/* Menu */
.b-nav__menu {
	float:left;
	margin-left:-10px;
}
.b-nav__menu__link {
	float:left;
	position: relative;
	overflow: hidden;
	z-index: 410;
	height:12px;
	padding:8px 10px;
	margin: 0 18px 0 2px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
	/* border-radius */
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
}
.b-nav_city .b-nav__menu__link:before {
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 14px;
	height: 27px;
	background: url(../images/b-nav__menu__link_decor.gif) no-repeat;
	content: '';
}
.b-nav_city .b-nav__menu__link:hover {
	overflow: visible;
	margin-top: -2px;
	margin-right: 16px;
	margin-left: 0;
	padding: 10px 12px;
}
.b-nav_city .b-nav__menu__link:hover:before {
	bottom: -13px;
}
.b-nav_city .b-nav__menu__link {
	background: #222;
	background: rgba(34,34,34, 0.7);
}
.b-nav__menu__link_active {
	background: #444;
}
.b-nav_city .b-nav__menu__link_active {
	background: #ababab;
}
.b-nav__menu__link:hover {
	background: #222;
	color:#FFF;
	text-decoration:none;
}
.b-nav_city .b-nav__menu__link:hover,
.b-nav_city .b-nav__menu__link_active:hover {
	background: #c80000;
}
/* Search */
.b-nav__search {
	float:right;
	position: relative;
	height:28px;
	padding:0 8px;
	background:#232222;
	/* border-radius */
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	/* box-shadow */
	-webkit-box-shadow:inset 0 2px 0 #1f1f1f;
	-moz-box-shadow:inset 0 2px 0 #1f1f1f;
	box-shadow:inset 0 2px 0 #1f1f1f;
}
.b-nav__search__field {
	float:left;
	width:194px;
	height:14px;
	margin-right:8px;
	padding:7px 2px;
	background:none;
	border:none;
	color:#FFF;
	font:normal 12px/14px Arial, Tahoma, Helvetica, sans-serif;
	outline: none;
}
.b-nav__search__field::-webkit-input-placeholder {
	color:#666;
}
.b-nav__search__field:-moz-placeholder {
	color:#666;
}
.b-nav__search__button {
	float:left;
	width:18px;
	height:28px;
	border:none;
	background:url(../images/b-nav__search__button.gif) no-repeat 50% 50%;
	text-indent:-1000px;
	cursor:pointer;
}


/*** --- Container --- ***/
.b-container {
	position: relative;
	z-index: 50;
}


/*** --- Content --- ***/
.b-content {
	width:980px;
	margin:0 auto;
	padding:50px 10px;
}
.b-content__main {
	float:left;
	width:720px;
	margin-right:30px;
}
.b-content__sidebar {
	float:left;
	width:230px;
}


/*** --- Title --- ***/
.b-title,
.b-subtitle {
	display:block;
	margin-bottom:20px;
	color:#444;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.b-title-white {
	color: white;
}
.b-title-small {
	font-size:20px;
}
.b-subtitle {
	font-size:16px;
	margin-bottom:14px;
}

.b-title__small {
	font-size: 11px;
	display: block;
}


/*** --- Complex-title --- ***/
.b-complex-title {
	margin-bottom:30px;
}
.b-complex-title .b-title,
.b-complex-title .b-sub-title {
	margin-bottom: 0;
}
.b-complex-title .b-text {
	font-size: 14px;
}
.b-complex-title .b-text p:last-child {
	padding-bottom: 0;
}


/*** --- Site --- ***/
.b-site {
	position: relative;
	z-index: 100;
	background:#C00;
}
.b-site__content {
	width:980px;
	height:48px;
	margin:0 auto;
	padding:0 10px;
}
/* Title */
.b-site__title {
	float:left;
	position:relative;
	height:48px;
	margin-right:20px;
	padding-right:35px;
	background:#820000 url(../images/b-site__title.png) no-repeat 100% 50%;
}
.b-site__title__link {
	float:left;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	line-height:48px;
	text-transform:uppercase;
	text-decoration:none;
}
.b-site__title__link:hover {
	color:#FFF;
	text-decoration:underline;
}
.b-site__title__decor {
	position:absolute;
	left:-1000px;
	width:1000px;
	height:48px;
	background:#820000;
}
/* Item */
.b-site__item {
	float:left;
	height:48px;
	padding:0 25px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	line-height:48px;
	text-transform:uppercase;
	text-decoration:none;
}
.b-site__item_active {
	color:#ffb8b8;
	background:url(../images/b-site__item_active.gif) no-repeat 50% 100%;
}
.b-site__item:hover {
	color:#FFF;
	text-decoration:underline;
}
/* Statistics */
.b-site__statistics {
	float: right;
	position: relative;
	padding: 13px 0;
	text-decoration: none;
	background:url(../images/b-site__statistics__informer.gif) no-repeat -100px -100px;
}
.b-site__statistics__title {
	display: block;
	height: 22px;
	padding: 0 12px 0 28px;
	background: #820000 url(../images/b-site__statistics.png) no-repeat 8px 50%;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	/* border-radius */
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
.b-site__statistics:hover .b-site__statistics__title {
	color: #FFF;
	text-decoration: underline;
}
.b-site__statistics__informer {
	display: none;
	position: absolute;
	top: -45px;
	padding: 10px;
	width: 88px;
	left: 50%;
	margin-left: -54px;
	height: 31px;
	background: #820000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.b-site__statistics__informer:after {
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: -4px;
	width: 7px;
	height: 4px;
	background: url(../images/b-site__statistics__informer.gif) no-repeat;
	content: '';
}
.b-site__statistics:hover .b-site__statistics__informer {
	display: block;
}


/*** --- Pages --- ***/
.b-pages {
	background:#FFF;
}
.b-pages__content {
	width:980px;
	height:48px;
	margin:0 auto;
	padding:0 10px;
}
.b-pages__item {
	float:left;
	margin-right:50px;
	color:#444;
	font-size:11px;
	font-weight:bold;
	line-height:48px;
	text-transform:uppercase;
	text-decoration:none;
}
.b-pages__item:hover {
	color:#444;
	text-decoration:underline;
}


/*** --- Footer --- ***/
.b-footer {
	background:#efefef;
}
.b-footer__content {
	position:relative;
	overflow:hidden;
	width:980px;
	padding:25px 10px 35px;
	margin:0 auto;
}
/* Partners */
.b-footer__partners {
	float:left;
	width:270px;
	margin-right:100px;
}
.b-footer__partners__title {
	display: block;
	margin-bottom:15px;
	color:#666;
	font:bold 11px/1.2 Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.b-footer__partners__link {
	display: block;
	margin-bottom: 10px;
	color:#7d7b7b;
	font:bold 10px Arial, Tahoma, Helvetica, sans-serif;
	text-decoration:none;
	vertical-align: middle;
}
.b-footer__partners__link:hover {
	color:#7d7b7b;
}
.b-footer__partners__link__logo,
.b-footer__partners__link__text {
	display: inline-block;
	vertical-align: middle;
}
.b-footer__partners__link__logo {
	width:50px;
	margin-right: 5px;
	text-align: center;
}
.b-footer__partners__link__text {
	width: 190px;
} 
.b-footer__partners__link:hover .b-footer__partners__link__text {
	text-decoration: underline;
}
/* Logo */
.b-footer__logo {
	float: left;
	width: 170px;
	margin-right: 45px;
}
/* Age */
.b-footer__age{
	float: left;
	width: 50px;
	margin-right: 45px;
}
/* Ruformat */
.b-footer__ruformat {
	float: left;
	width: 170px;
	color: #444;
	font-size: 11px;
}
/* Text */
.b-footer__text {
	float: left;
	width: 450px;
	margin-right: 45px;
	color: #444;
	font-size: 11px;
}
/* Friends */
.b-footer__friends {
	width: 100%;
	margin-bottom: 25px;
}
.b-footer__friends__item {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.b-footer__friends__item__link {
	text-decoration: none;
	opacity: 0.9;
}
.b-footer__friends__item__link:hover {
	opacity: 1;
}


/*** --- Panel --- ***/
.b-fixed-panel {
	position: absolute;
	z-index: 300;
	top: 50px;
	right: -1000px;
	width: 90px;
}
.b-fixed-panel_fixed_stick {
	position: fixed;
}

.b-shortcuts {
	position: relative;
	min-height: 31px;
	padding: 15px 0 14px;
	color: #DDD;
	background: url(../images/b-share.png);
	background: rgba(0,0,0, 0.8);
	/* border-radius */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* transition */
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

/*** --- Shortcuts --- ***/
.b-shortcuts {
	margin-bottom: 40px;
	padding: 8px;
}
.b-shortcuts__line {
	overflow: hidden;
	height: 0;
	margin: 0 8px 5px;
	border-bottom: 1px dashed #656565;
	border-bottom-color: rgba(255,255,255, 0.25);
}
.b-shortcuts__item {
	display: block;
	padding: 8px 0;
	margin-bottom: 5px;
	color: #FFF;
	text-decoration: none;
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.b-shortcuts__item_last {
	margin-bottom: 0;
}
.b-shortcuts__item:hover {
	color: #FFF;
	background: #000;
}
.b-shortcuts__item__logo {
	display: block;
	margin-bottom: 5px;
	background: url(../images/b-shortcuts__item__logo.png) no-repeat;
}
.b-shortcuts__item_tv .b-shortcuts__item__logo {
	height: 45px;
	background-position: 50% 0;
}
.b-shortcuts__item_fm .b-shortcuts__item__logo {
	height: 41px;
	background-position: 50% -50px;
}
.b-shortcuts__item_nenovosti .b-shortcuts__item__logo {
	height: 49px;
	background-position: 50% -96px;
}
.b-shortcuts__item__title {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}


/*** --- Share --- ***/
.b-share_size_mini {
	background: rgba(0,0,0, 0.2);
	cursor: pointer;
}
.b-share_size_mini:hover {
	background: rgba(0,0,0, 0.4);
}
.b-share__open {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	overflow: hidden;
	height: 31px;
	background: url(../images/b-share__open.png) no-repeat 50% 50%;
}
.b-share__label {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	padding-bottom: 6px;
	color: #505050;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
.b-splash .b-share__label,
.b-fm-splash .b-share__label,
.f-live .b-share__label {
	color: #FFF;	
}
.b-share__label:hover .b-share__label__text {
	border-bottom: 1px dotted #505050;
}
.b-splash .b-share__label:hover .b-share__label__text,
.b-fm-splash .b-share__label:hover .b-share__label__text,
.f-live .b-share__label:hover .b-share__label__text {
	border-bottom-color: #FFF;	
}
.b-share__item {
	margin-bottom: 1px;
}
.b-share__item_opened {
	background-color: #000;
}
.b-share__item__logo {
	padding: 20px;
	cursor: pointer;
}
.b-share__item__logo__icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/share/sprite.png) no-repeat;
}
.b-share__item_vk .b-share__item__logo__icon {
	background-position: 0 0;
}
.b-share__item_fb .b-share__item__logo__icon {
	background-position: 0 -60px;
}
.b-share__item_twitter .b-share__item__logo__icon {
	background-position: 0 -120px;
}
.b-share__item_odnoklassniki .b-share__item__logo__icon {
	background-position: 0 -180px;
}
.b-share__item_gplus .b-share__item__logo__icon {
	background-position: 0 -240px;
}
.b-share__item__logo:hover {
	background: #000;
}
.b-share__item__content {
	padding:0 7px;
}
.b-share__item__control {
	text-align: center;
	padding: 15px 0;
	border-top: 1px dotted #404040;
	font-size: 11px;
	line-height: 1.2;
	text-transform: uppercase;
}
.b-share__item__control a {
	color: #FFF;
	text-decoration: none;
}
.b-share__item__control a:hover {
	color: #FFF;
	text-decoration: underline;
}
.b-share__item__control iframe {
	display: block;
	margin: 0 auto;
}
.b-share__item__control table {
	margin: 0 auto;
}
.b-share__item__control > div {
	display: block !important;
	margin: 0 auto !important;
}


/* --- Form --- */
.b-form__fieldset {
	margin-bottom: 1em;
}
.b-form__label {
	display: block;
	position: relative;
	margin-bottom: 8px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.b-form__label__required {
	position: absolute;
	left: -9px;
	top: -9px;
	color: #c80000;
	font-size: 18px;
}
.b-form__label__error,
.b-form__label__note {
	color: #d43838;
	font-size: 12px;
	font-weight: normal;
}
.b-form__label__note {
	color: #999;
}


/* --- Field --- */
.b-field {
	height:21px;
	padding:6px 10px;
	border:1px solid #DDD;
	border-top-color: #CCC;
	background:#FFF;
	color:#333;
	font:normal 18px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	outline: none;
	/*border-radius*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/*border-radius*/
	-webkit-box-shadow: inset 0 1px 3px #CCC;
	-moz-box-shadow: inset 0 1px 3px #CCC;
	box-shadow: inset 0 1px 3px #CCC;
}
textarea.b-field {
	height:auto;
}
.b-field:focus {
	border-color:#BBB;
	border-top-color: #AAA;
}


/* --- Select --- */
.b-select {
	min-width: 300px;
}


/*** --- Button --- ***/
.b-button {
	position:relative;
	height:50px;
	padding:0 40px;
	border:none;
	background:#c80000 url(../images/b-button.png) repeat-x 0 0;
	color:#FFF;
	font:bold 16px/50px Arial, Tahoma, Verdana, sans-serif;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
	/* box-shadow */
	-webkit-box-shadow:0 1px 2px rgba(0,0,0, 0.4);
	-moz-box-shadow:0 1px 2px rgba(0,0,0, 0.4);
	box-shadow:0 1px 2px rgba(0,0,0, 0.4);
	/* border-radius */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
a.b-button,
span.b-button {
	display:inline-block;
}
.b-button::-moz-focus-inner {
	border:0;
}
.b-button:hover {
	background-position:0 -70px;
	color:#FFF;
}


/*** --- Box --- ***/
.i-box {
	padding: 30px;
}


/*** --- Text --- ***/

/* Lists */
.b-text ul,
.b-text ol {
	padding-bottom:0.7em;
}
.b-text ul > li,
.b-text ol > li {
	padding-bottom:0.7em;
	margin-left:2em;
}
.b-text ul > li {
	list-style:disc;
}
.b-text ol > li {
	list-style:decimal;
}

/* Titles */
.b-text h2,
.b-text h3,
.b-text h4,
.b-text h5,
.b-text h6 {
	font-size: 26px;
	font-weight: bold;
	padding: 0.3em 0 12px;
}
.b-text h2:first-child,
.b-text h3:first-child,
.b-text h4:first-child,
.b-text h5:first-child,
.b-text h6:first-child {
	padding-top: 0;
}
.b-text h3 {
	font-size:22px;
}
.b-text h4 {
	font-size:18px;
}
.b-text h5 {
	font-size: 14px;
}
.b-text h6 {
	font-size: 12px;
	text-transform: uppercase;
}

/* Important */
.b-text .important {
	background: #C00;
	padding: 20px 25px 15px;
	margin: 15px 0 30px;
	color: #FFF;
}
.b-text .important h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Table */
.b-text table {
	text-align: left;
	font-size: 12px;
	margin: 10px 0;
}
.b-text table th {
	font-size: 14px;
	font-weight: bold;
}
.b-text table th,
.b-text table td {
	padding: 7px 15px;
	border-left: 1px #c4c4c4 solid;
}
.b-text table th:first-child,
.b-text table td:first-child {
	border-left:none;
}
.b-text table .grey {
	background: #ececec;
}


/* --- Counts --- */
.n-counters {
	display: block;
	font-size: 0;
}
.n-counters__item {
	display: inline-block;
	margin-right: 15px;
	font-size: 10px;
	line-height: 1;
	padding: 2px 0 2px 20px;
	background: no-repeat 0 0;
	vertical-align: top;
}
.n-counters__item_view {
	background-image: url(../images/n-counters__item_view.png);
}
.n-counters__item_view2 {
	background-image: url(../images/n-counters__item_view.png);
	background-position: 0 -14px;
}
.n-counters__item_like {
	background-image: url(../images/n-counters__item_like.png);
}
.n-counters__item_play {
	padding-left: 14px;
	background-image: url(../images/n-counters__item_play.png);
}
.n-counters__item_control {
	cursor: pointer;
}
.n-counters__item_like.n-counters__item_control:hover,
.n-counters__item_like.n-counters__item_control_active {
	background-position: 0 -28px;
}


/*** --- Button --- ***/
.n-button {
	position: relative;
	height: 45px;
	padding: 0 20px;
	border: none;
	background: #c80000;
	color: #FFF;
	font: bold 12px/45px Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	/* border-radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.n-button,
span.n-button {
	display: inline-block;
}
.n-button::-moz-focus-inner {
	border:0;
}
.n-button:hover {
	background-color: #ce1a1a;
	color: #FFF;
}
