/* CSS Document, однако */
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
div {
	position: relative;
}
.site-body {
	margin: 0 auto;
	max-width: 1260px;
	box-shadow: 0px 0px 10px #000000;
}
.shareButtons {
	top: 99px;
	right: 108px;
}

.page_block {
	margin-bottom: 30px;
}
.page_block a {
	text-decoration: none;
}
.page_block a:hover {
	text-decoration: underline;
}
.page_block_shadow {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: url('/i/page_block_shadow.png') center bottom repeat-x;
	z-index: 2;
}
.page_block_header {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 20px;
	text-transform: uppercase;
	box-sizing: border-box;
}
.page_block_header a {
	color: #ffffff;
}


/* SITE HEADER */
.site_header {
	width: 100%;
	height: 65px;
	background: #ffffff;
}
.site_logo {
	position: absolute;
	width: 225px;
	height: 65px;
	background: #242424;
}
.site_logo img {
	position: absolute;
	bottom: 0px;
	left: 30px;
	width: 165px;
	height: 45px;
}

.site_menu {
	position: absolute;
	top: 0px;
	left: 245px;
	width: 645px;
	height: 65px;
	font-size: 1px;
}
.site_menu a {
	display: block;
	padding: 10px 20px;
	color: #242424;
	text-decoration: none;
	white-space: nowrap;
}
.site_menu a:hover {
	background: #e0e0e0;
	text-decoration: none;
}
.site_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #242424;
}
.site_menu ul li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px 10px;
	line-height: 65px;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	cursor: default;
}
.site_menu ul li:hover {
	background: #f0f0f0;
}
.site_menu ul li ul {
	position: absolute;
	display: none;
	top: 65px;
	left: 0px;
	background: #f0f0f0;
	z-index: 15;
}
.site_menu ul li ul li {
	display: block;
	padding: 0px;
	min-width: 160px;
	line-height: 22px;
}
.site_menu ul li:hover > ul {
	display: block;
}

.site_user {
	position: absolute;
	right: 0px;
	width: 360px;
	height: 65px;
	overflow: hidden;
}
.site_enter {
	position: absolute;
	bottom: 0px;
	right: 30px;
	width: 330px;
	height: 45px;
	line-height: 45px;
	font-size: 26px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	background: #f8931f;
	cursor: pointer;
}
.site_enter:hover {
	color: #ffffff;
	background: #242424;
}
.site_exit {
	position: absolute;
	left: 0px;
	width: 31px;
	height: 65px;
	background: url('/i/ico_exit.png') center center no-repeat #e0e0e0;
	cursor: pointer;
}
.site_exit:hover {
	background-color: #f8931f;
}
.site_avatar {
	position: absolute;
	left: 30px;
}
.site_avatar img {
	width: 65px;
	height: 65px;
}
.site_user_data {
	position: absolute;
	right: 0px;
	width: 265px;
	height: 65px;
	text-align: right;
	color: #444444;
	cursor: pointer;
	text-transform: uppercase;
}
.site_user_data:hover {
	background: #f0f0f0;
}
.site_user_data a {
	text-decoration: none;
}
.site_user_name {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 20px;
}
.site_user_name span {
	color: #f8931f;
}
.site_user_info {
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-size: 12px;
	font-weight: 300;
	color: #808080;
}
.site_user_messages {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	padding: 5px 10px;
	font-size: 17px;
	font-weight: 700;
	color: #ffffff !important;
	text-decoration: none;
	background: #d0d0d0;
}
.site_user_messages:hover {
	background: #f8931f;
}

.site_navigation {
	padding: 0px 30px;
	font-size: 18px;
}
@media (max-width: 768px) {
    .site_navigation {
        padding: 0px 10px;
    }
}
.site_navigation a {
    display: inline-block;
    padding: 7px 10px 6px 10px;
    height: 31px;
	line-height: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	background: #444444;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #242424;
	vertical-align: top;
}
.site_navigation a:hover {
	color: #faac38;
	background: #505050;
	text-decoration: none;
}
.site_navigation a:visited {
    color: #ffffff;
}
.site_navigation a.active {
	background: #fcc450;
	color: #242424;
}

/* TOP STORIES */
.top_stories {
	width: 100%;
	height: 440px;
	box-sizing: border-box;
}
.top_story {
	position: absolute;
	display: none;
	width: 870px;
	height: 440px;
	overflow: hidden;
	box-sizing: border-box;
}
.top_story.active {
	display: block;
}
.top_story_image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/i/0.png') center center no-repeat;
	background-size: cover;
}
.top_story_announce {
	position: absolute;
	bottom: 30px;
	left: 0px;
	padding: 10px 160px 10px 180px;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
}
.top_story_announce a {
	color: #ffffff;
	text-decoration: none;
}
.top_story_announce a:hover {
	text-decoration: underline;
}
.top_troy_icon {
	position: absolute;
	top: 15px;
	left: 60px;
}
.top_story_header {
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
}
.top_story_text {
}
.top_stories_header {
	padding-left: 35px;
	height: 30px;
}
.top_stories_list {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 440px;
	overflow: hidden;
}
.top_stories_line {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 100%;
	background: url('/i/top_stories_bg.png') center center;
}
.top_stories_item {
	margin-bottom: 0px;
	padding-left: 25px;
	width: 100%;
	min-height: 40px;
	box-sizing: border-box;
}
.top_stories_selector {
	padding: 10px;
	cursor: pointer;
}
.top_stories_selector:hover {
	background: #000000;
}
.top_stories_item_type {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 14px;
	height: 100%;
	background: url('/i/top_stories_item.png') top center no-repeat;
}
.top_stories_item_type.active {
	background-image: url('/i/top_stories_active.png');
}
.top_stories_item_date {
	font-size: 13px;
	text-transform: uppercase;
}
.top_stories_item_title {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

/* NEWS AND IMAGES BLOCKS */
.updates_blocks {
	width: 100%;
	height: 810px;
	box-sizing: border-box;
}
/* NEWS */
.news_updates {
	position: absolute;
	width: 870px;
	height: 810px;
	overflow: hidden;
	box-sizing: border-box;
}
.news_list {
	width: 910px;
	height: 890px;
	font-size: 1px;
}
.news_item {
	display: inline-block;
	margin: 0px 30px 30px 0px;
	width: 270px;
	height: 250px;
	background: rgba(0,0,0,1);
	overflow: hidden;
}
.news_series {
	position: absolute;
	top: 140px;
	right: 10px;
	width: 45px;
  height: 30px;
  z-index: 2;
}
.news_series img {
	padding: 5px;
	width: 35px;
  height: 20px;
  background: rgba(0,0,0,0.8);
}
.news_image {
	position: absolute;
	width: 100%;
	height: 160px;
	background: url('/i/0.png') center center no-repeat rgba(0,0,0,1);
	background-size: cover;
}
.news_info {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 90px;
	background: #f5f5f5;
}
.news_title {
	padding: 15px 20px 0px 20px;
	max-height: 36px;
	overflow: hidden;
}
.news_title a {
	line-height: 18px;
	font-size: 16px;
	color: #252525;
}
.news_date {
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 145px;
	line-height: 11px;
	font-size: 10px;
	color: #909090;
	text-transform: uppercase;
}
.news_stats {
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.news_stats_item {
	float: right;
	margin-left: 10px;
	padding-left: 22px;
	font-size: 10px;
	font-weight: 700;
	color: #909090;
}
.news_stats_icon {
	position: absolute;
	left: 0;
	width: 17px;
	height: 17px;
}
.news_stats_icon.views {
	background: url('/i/ico_views.png') center -4px no-repeat;
}
.news_stats_icon.comments {
	background: url('/i/ico_comments.png') center -3px no-repeat;
}

/* IMAGES */
.images_updates {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 810px;
	overflow: hidden;
}
.images_list {
	width: 320px;
	height: 830px;
	font-size: 1px;
}
.images_item {
	display: inline-block;
	width: 150px;
	height: 96px;
	background: url('/i/0.png') top center no-repeat rgba(0,0,0,1);
	background-size: cover;
	opacity: 1;
}
.images_item:hover {
	opacity: 0.9;
}

/* SCHEDULE LINE */
.race_schedule {
	margin: 0px -30px;
	padding: 20px 30px;
	width: 1200px;
	height: 90px;
	font-size: 1px;
	overflow: hidden;
}
.race_schedule_ruler {
	width: 1300px;
	height: 90px;
}
.race_schedule_item {
	display: inline-block;
	margin-right: 20px;
	width: 224px;
	height: 90px;
	background: #ffffff;
	vertical-align: top;
}
.race_schedule_item a {
	font-size: 16px;
}
