* {
	margin: 0;
	padding: 0;
}

img {
	border-width: 0;
}

input, textarea, button {
	font-family: "Segoe UI", Helvetica, Arial, Sans-Serif !important;
	font-size: 15px;
}

input:focus, select:focus, texarea:focus {
	outline: none;
}

header, nav, section, article, aside, footer {
	display: block;
}

table {
	border-collapse: separate;
}

input:focus, select:focus, texarea:focus {
	outline: none;
}
/*body {
    background-image: url('../images/bg_body.png'), url('../images/bg_top2.png');
    background-repeat: repeat, repeat-x;
    background-color: #2b436c;
    font-family: "Segoe UI", Helvetica, Arial, Sans-Serif;
}*/
body {
	/*background-image: url('../images/bg_top2.png');
    background-repeat: repeat-x;*/
	background-color: #254271;
	color: #333;
	font-family: "Segoe UI", Helvetica, Arial, Sans-Serif;
	font-size: 15px;
}

.clearfix {
	clear: both;
}

.sprite {
	background: url('../images/sprite_icons3.png');
}

a {
	color: #333;
	text-decoration: none;
}

a:hover, a.current {
	color: #f60;
	text-decoration: none !important;
}

a.default-underline {
	text-decoration: underline;
}

a.default-underline:hover {
	text-decoration: none;
}

/*a:visited {
    color: #afafaf;
}*/
#wrapper {
	margin: 0 auto;
	width: 100%;
}

.black10 {
	background-color: #e6e7e8;
}

textarea.black10 {
	font-family: "Segoe UI", Helvetica, Arial, Sans-Serif;
}

.blue {
	background-color: #4b70b5;
}

/* Top menu */
.top-menu {
	height: 56px;
	margin: 15px 0 10px; /* 89px*/
	position: relative;
}

.logo {
	background: url('../images/logo_rcc5.png') no-repeat;
	position: absolute;
	display: block;
	width: 144px;
	height: 50px;
	top: 7px;
	left: 7px;
	font-size: 0;
}

.logo:hover {
	opacity: 0.8;
}

.top-menu-button {
	position: absolute;
	display: block;
	font-size: 0;
}

.top-menu-button-contact {
	background-position: 0px -284px;
	width: 15px;
	height: 26px;
	top: 16px;
	left: 225px;
}

.top-menu-button-contact:hover {
	background-position: 0px -315px;
}

.top-menu-button-ad {
	background-position: 0px 0px;
	width: 26px;
	height: 27px;
	top: 16px;
	left: 333px;
}

.top-menu-button-ad:hover {
	background-position: 0px -32px;
}

.top-menu-button-search {
	background-position: 0px -626px;
	width: 22px;
	height: 25px;
	top: 16px;
	left: 448px;
}

.top-menu-button-search:hover {
	background-position: 0px -596px;
}

.top-menu-search {
	display: block;
	height: 40px;
	margin: 3px 0 0 10px;
}

.top-menu-search input[type="text"] {
	background-color: transparent;
	border: 1px solid #8e3f10;
	color: #fff;
	margin-top: 2px;
	padding: 6px 5px 7px 10px;
	outline: none;
	width: 260px;
}

.subscribe {
	display: none;
	margin: 0;
	/* height: 40px; */
	position: relative;
}

.subscribe .error {
	position: absolute;
	top: -22px;
	/* background: #646464; */
}

.subscribe input[type="text"] {
	font-size: 15px;
	background-color: rgb(71, 149, 221);
	box-shadow: inset 1px 1px 7px 1px #1461A8;
	/*border: 1px solid #319BFF;*/
	/* border-color: gray; */
	color: #fff;
	/*margin-top: -2px;*/
	padding: 9px 5px 11px 10px;
	outline: none;
	width: 190px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
}

.subscribe:hover  input[type="text"] {
	/*border: 1px solid #5F9CFF;*/
	
}

.subscribe .button {
	display: inline-block;
	*display: inline;
	font-size: 15px;
	text-align: center;
	/*vertical-align: middle;*/
	/*border: 1px solid #0687FF;*/
	background-color: #1F70BB;
	color: #fff;
	text-align: center;
	margin-left: -5px;
	/*    margin-top: -2px;*/
	/**margin-top: -14px;*/
	padding: 9px 5px 11px 10px;
	/**padding: 6px 10px 3px 10px;*/
	width: 130px;
	cursor: pointer;
	zoom: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
}

.subscribe .button:hover {
	background: #2093FF;
	box-shadow: inset 0 2px 10px 1px #319BFF;
	color: #F6F6F6;
}
/*
.footer-subscribe {
    display: block;
    width: 480px;
    margin: 20px 0;
}

.footer-subscribe input[type="text"] {
    width: 200px;
    background-color: transparent;
    border: 1px solid #8e3f10;
    padding: 5px;
    color: #fff;
    outline: none;
    font-family: Segoe UI;
}

.footer-subscribe .button {
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #6a6a6a;
    background-color: #e8e8e8;
    color: #6a6a6a;
    text-align: center;
    width: 250px;
    cursor: pointer;
}
*/

/* Contacts */
.contacts {
	width: 100%;
	margin: 0px auto;
	min-height: 300px;
	position: relative;
}

.contacts-text {
	position: absolute;
	top: 5%;
	left: 6%;
	width: 540px;
	max-width: 80%;
	line-height: 180%;
}

.contacts-text span {
	display: inline-block;
	font-size: 120%;
	color: #ffffff;
	background: #1F4787;
	padding: 0 10px 0 10px;
}

.contacts-close {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	font-size: 0;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -728px;
}

.contacts-close:hover {
	background-position: 0 -753px;
	cursor: pointer;
}

.feedback {
	background: #e6e7e8;
	position: absolute;
	top: 300px;
	left: 0;
	margin: 1px 0 0 0;
	width: 970px;
	height: 175px;
}

.feedback-tbl {
	width: 715px;
	margin: 22px 0 25px 40px;
}

.feedback-tbl input[type="text"], .feedback-tbl textarea {
	border: 1px solid #666;
	padding: 2px;
	margin: 0 0 0 10px;
	font-family: "Segoe UI", Helvetica, Arial, Sans-Serif;
}

.feedback-tbl textarea {
	border: 1px solid #666666;
	font-size: 13px;
	height: 100px;
	overflow: auto;
	width: 100%;
	padding: 5px 0 0 10px;
	margin: 10px 0 0 0;
}

.feedback-send {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	font-size: 0;
	right: 50px;
	top: 63px;
	width: 122px;
	height: 52px;
	background-position: 0 -778px;
}

.feedback-send:hover {
	background-position: 0 -835px;
	cursor: pointer;
}

/* Top content: Quote, Calendar, Video */
.top-content {
	/* margin-top: 10px; */
	
}

.top-content-height {
	/* float: left; */
	min-height: 145px;
	padding-bottom: 1px;
	padding-right: 1px;
	box-sizing: border-box;
}

.top-content-quote {
	width: 100%;
	/* padding-bottom: 10px; */
	/* background: red; */
}

.top-content-quote>div {
	min-height: 146px;
}

.top-content-quote-text {
	color: #333;
	word-wrap: break-word;
	/*padding: 31px 35px 0px 38px;*/
	padding: 10% 10% 0 10%;
	text-align: left;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.top-content-quote-text:hover {
	/* border-left: 1px solid #f60; */
	color: #f60;
	text-shadow: 1px 1px 0px #fff;
}

.top-content-quote-text-person {
	font-size: 14px;
	text-align: right;
	padding: 10%;
	color: #333;
}

/*.top-content-quote-link {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    font-size: 0;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-position: 0 -114px;
}

.top-content-quote-link:hover {
    background-position: 0 -144px;
}*/
.top-content-calendar {
	width: 259px;
}

.top-content-calendar-item {
	position: relative;
	min-height: 72px;
	height: 72px;
	max-height: 72px;
	overflow: hidden;
	word-wrap: break-word;
}

.top-content-calendar-item:hover .top-content-calendar-text {
	text-shadow: 1px 1px 0px #fff;
}

.top-content-calendar-item.inactive {
	
}

.top-content-calendar-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 72px;
	width: 100%;
	background: url('../images/bg_calendar.png');
	z-index: 1;
}

.top-content-calendar-date {
	float: left;
	width: 28%;
	height: 100%;
	background-color: #f58634;
	color: #fff;
	font-weight: lighter;
}

.top-content-calendar-date-inner {
	padding: 1px 3px 0;
	text-align: center;
}

.top-content-calendar-date-inner .day {
	font-size: 39px;
}

.top-content-calendar-date-inner .month {
	font-size: 13px;
	margin-top: -6px;
}

.top-content-calendar-item:hover .day, .top-content-calendar-item:hover .month
	{
	text-shadow: -1px -1px 0px #C66B2A;
}

.top-content-calendar-conf {
	float: right;
	height: 100%;
	width: 72%;
	position: relative;
}

.top-content-calendar-text {
	padding: 10px 5px 0 20px;
	font-weight: lighter;
	font-size: 14px;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

/*.top-content-calendar-link {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    font-size: 0;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-position: 0 -174px;
}

.top-content-calendar-link:hover {
    background-position: 0 -204px;
}*/
.top-content-calendar-item.inactive .top-content-calendar-link {
	display: none;
}

.top-content-video {
	width: 259px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 1px;
}

.top-content-video img {
	display: block;
	width: 100%;
}

.top-content-video.for-list {
	float: left;
	width: 235px;
	position: relative;
	margin: 0 10px 10px 0;
}

.top-content-video.mr0 {
	margin-right: 0 !important;
}

.video-button {
	position: absolute;
	top: 0px;
	left: 0px;
	/* background-position: 0 -892px; */
	width: 100%;
	height: 100%;
	outline: none;
	background: url(../images/video_play.png) no-repeat 60% 20px;
	opacity: 0.7;
}

.video-button:hover {
	/* background-position: 0 -922px; */
	cursor: pointer;
	outline: none;
}

.video-text-wrapper {
	position: relative;
	overflow: hidden;
	width: 235px;
	margin-top: -82px;
	height: 77px;
}

.video-text {
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	width: 100%;
	/*    opacity: 0;
    transition: all 200ms ease-in-out 0s;
    margin-top: 40px;*/
	background: #254271;
}

.video_shadow {
	background: -webkit-radial-gradient(black, rgba(255, 255, 255, 0) 43%,
		black); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(black, rgba(255, 255, 255, 0) 43%, black);
	/* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(black, rgba(255, 255, 255, 0) 43%,
		black); /* For Firefox 3.6 to 15 */
	background: linear-gradient(black, rgba(255, 255, 255, 0) 43%, black);
	//
	background: url(../images/video_shadow.png) repeat-x top left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.video-text p {
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	padding: 7px 20px 10px;
}

.top-content-video:hover .video_shadow {
	opacity: 0.5;
}

.video-link-all {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 150px;*/
	/* clear: both; */
}

.video-link-all p {
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	padding: 10px;
	text-align: right;
}

.video-link-all a {
	display: block;
	padding: 3px 6px 3px 6px;
	/* background-color: #4B70B5; */
	color: #fff;
	text-align: center;
	text-decoration: underline;
}

.top-long-banner {
	margin-top: 1px;
	height: auto;
	/* position: relative; */
	text-align: center;
	background: none;
}

.banner a {
	display: block;
	height: auto;
	/* margin: 0px auto; */
	text-align: center;
}

a.flash {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 5;
	top: 0px;
	left: 0px;
	/*background-color: rgba(255,112,0,0.5);*/
}

.news-item img {
	vertical-align: top;
}

.banner a img {
	display: inline-block;
	/* width: 100%; */
	margin-bottom: -4px;
	max-width: 480px;
	width: 100%;
}

.top-long-banner a img {
	max-width: 970px;
	width: 100%;
}

/* Content */
.content-wrapper {
	position: relative;
	top: 0px;
	overflow: hidden;
}

.nano {
	height: 600px;
}

.lc-inner-container, .rc, .aside {
	padding: 1px;
	padding-left: 0;
	padding-top: 0;
	box-sizing: border-box;
	/* padding-left: 0px; */
}

.lc {
	float: left;
	width: 30%;
	/* margin-right: 10px; */
	/* box-sizing: border-box; */
	position: relative;
	min-height: 100px;
	min-width: 250px;
	max-width: 480px;
}

.rc {
	float: left;
	width: 40%;
	min-width: 450px;
	max-width: 650px;
}

.aside {
	float: left;
	width: 260px;
	padding-left: 0px;
	padding-top: 0px;
}

.lc-inner {
	font-size: 15px;
	left: 0px;
	width: 100%;
}

.json .lc-inner-container {
	width: 30%;
	position: fixed;
	min-width: 250px;
	max-width: 480px;
}

.only_lc .lc {
	max-width: none;
	width: 100%;
}

.only_lc .rc {
	display: none;
}

.only_lc .aside {
	display: none;
}

.json .only_lc .lc-inner-container {
	max-width: none;
	width: 100%;
}

.quotes_block {
	color: #fff;
	font-size: 13px;
	margin: 8px 0 0;
	padding: 6px 12px;
}

.quotes_block .row {
	overflow: hidden;
	padding: 1px 12px;
}

.quotes_block .row .col {
	float: left;
}

.quotes_block .row .col.name {
	width: 46%;
}

.quotes_block .row .col.bid {
	color: #f7f9fb;
	width: 26%;
}

.quotes_block .row .col.change {
	width: 28%;
}

.quotes_block .row .col.change.positive {
	color: #00ac81;
}

.quotes_block .row .col.change.negative {
	color: #f90562;
}

.quotes_block hr {
	background: #3b6f98;
	border: 0;
	height: 1px;
	margin: 8px 0;
}

@media screen and (max-width: 1200px) {
	.aside {
		width: 100%;
		float: none;
		clear: both;
		padding-top: 1px;
	}
	.json .aside {
		padding-left: 40%;
	}
	.lc, .json .lc-inner-container {
		width: 40%;
	}
	.lc-inner-container {
		padding-bottom: 0px;
	}
	.rc {
		width: 60%;
		max-width: none;
		padding-bottom: 0px;
		/* padding-top: 0px; */
	}
	.top-content-height {
		/* float: left; */
		min-height: 0px;
		width: 100%;
		padding-right: 0px;
	}
	.video_shadow {
		display: none;
	}
	.top-content-video img {
		/* float: left; */
		/* text-align: left; */
		
	}
	.top-content-video .video-text {
		float: left;
		width: 60%;
		padding-bottom: 20px;
		background: none;
	}
	.top-content-video .video-text p {
		color: #333;
		text-decoration: none !important;
		text-shadow: 1px 1px 0px #EBEBEB;

		/* color: #f60; */
	}
	.top-content-video:hover .video-text p {
		color: #f60;
	}
	.video-link-all {
		bottom: 0px;
		top: auto;
	}
	.video-link-all a {
		color: #333;
	}
	.video-button {
		background: none;
	}
	.top-content-video .image_container {
		width: 40%;
		float: left;
	}
	.top-content-calendar-item {
		height: 40px;
		min-height: 40px;
	}
	.top-content-calendar-date-inner {
		text-align: left;
	}
	.top-content-calendar-bg {
		width: 100%;
		height: 100%;
	}
	.top-content-calendar-date-inner .day {
		font-size: 24px;
		text-align: left;
		padding-left: 13px;
		display: inline;
	}
	.top-content-calendar-date-inner .month {
		/* float: left; */
		display: inline;
		padding-left: 20px;
	}
	.top-content-video {
		background: #e6e7e8;
	}
	.top-content-quote {
		width: 100%;
		min-height: 0px;
	}
	.top-content-calendar {
		
	}
	.aside .footer {
		
	}
}

/*.lc-inner a {
    color: #1a1a1a;
    text-decoration: none;
}

.lc-inner a:hover {
    color: #f60;
    text-decoration: underline;
}*/
h1 {
	color: #373435;
	display: block;
	font-size: 21px;
	font-weight: lighter;
	line-height: 1.2;
	margin: 2px 0 0 0;
}

.header, h2 {
	color: #373435;
	display: block;
	font-size: 21px;
	font-weight: lighter;
	/*margin: 25px 0 15px 40px;*/
	margin: 3.5% 5.4% 3% 6%;
	/* margin-right: 10px; */
}

.header.orange {
	color: #f60;
}

.header.subheader {
	margin-top: 10px;
	margin-right: 20px;
	display: inline-block;
}

.header.dashed {
	border-bottom: 1px dashed #f60;
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 1%;
	/* ATTENTION! margin of 2% make Firefox bugy somehow. */
}

.header.small {
	font-size: 15px;
	font-weight: normal;
	color: #4d4d4d;
}

.fs21, .fs21 span {
	font-size: 21px !important;
	height: 30px;
	overflow: hidden;
	display: block;
}

.fs21 div {
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
}

.last-news {
	line-height: 20px;
	list-style-type: none;
	font-size: 15px;
	box-shadow: 0 3px 3px -2px #989898;
}

.most-read-inner .last-news {
	/*padding-top: 10px;*/
	line-height: 20px;
	list-style-type: none;
	font-size: 15px;
	box-shadow: none;
}

/*.last-news li {
    padding: 10px 35px 10px 35px;
    margin: 0 10px 0 0;
}*/
.last-news li {
	position: relative;
}

.last-news li .actions {
	display: none;
	position: absolute;
	right: 20px;
	top: 0;
	width: 90px;
	height: 24px;
	background-color: #aaa;
	opacity: 0.9;
	z-index: 20;
	/*box-shadow: 1px 1px 1px 1px #aaa;*/
}

.last-news li a {
	display: block;
	padding: inherit;
	/*padding: 10px 35px 15px 40px;*/
	padding: 2% 5.4% 3% 6%;
}

.last-news li a.hide {
	color: #aaa !important;
}

.last-news li a.basket {
	/*    color: #aaa !important;*/
	
}

.last-news a.top {
	border-left: 5px solid #f00;
	/*padding-left: 37px;*/
	padding: 3.5% 5.4% 6% 5%;
	/*    margin-left: 40px;*/
	vertical-align: middle;
}

.last-news a.mailing {
	background: #A2E3FF;
	/*    margin-left: 40px;*/
}

.last-news li a:hover {
	background: #D6D6D6;
	color: #333;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px #EBEBEB;
}

/*.last-news li a.yandex_news:hover {
  background: #F5F5F5;
}*/
.last-news li a.current {
	background: #D6D6D6;
	color: #f60;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px #EBEBEB;
}

.last-news li:hover .actions {
	display: block;
}

.exclusive-mark {
	float: left;
	margin: 2% 2% 0 2%;
	font-size: 12px;
	background: #F0002E;
	padding: 0 7px;
	color: #fff;
	border-radius: 10px;
	cursor: default;
	overflow: hidden;
	width: 7px;
	transition: all 0.2s ease-in-out;
	box-shadow: inset 1px 1px 2px 1px #D00028;
	text-shadow: -1px -1px #C30126;
}

.exclusive-mark:hover {
	width: 60px;
}

.leed_title {
    font-size: 16px;
}
.leed_txt {
    font-size: 13px;
    /* color: #ccc; */
    background-color: #f7f7f7;
    padding: 1% 2% 2% 2%;
    font-style: italic;
    font-weight: 400;
    margin: 1.5% 5.4% 3% 3.7%;
}

.rubricator {
	margin: -10px 0 6px 50px;
}

.rubricator.admin-rubricator {
	margin: -10px 0 10px -30px;
}

.rubricator-item {
	display: inline-block;
	background-repeat: no-repeat;
	height: 20px;
	margin: 20px 0 0 0;
	padding-left: 30px;
	width: 175px;
	vertical-align: text-top;
}

.rubricator-item:hover, .rubricator-item.current {
	text-decoration: none !important;
	text-shadow: 1px 1px 0px #ffffff;
}

.rubricator-item div {
	position: relative;
	margin-top: -5px;
}

.rubricator-item-analytics {
	background-position: 0 -64px;
}

.rubricator-item-analytics:hover, .rubricator-item-analytics.current {
	background-position: 0 -89px;
}

.rubricator-item-companies {
	background-position: 0 -234px;
}

.rubricator-item-companies:hover, .rubricator-item-companies.current {
	background-position: 0 -259px;
}

.rubricator-item-cs {
	background-position: 0 -346px;
}

.rubricator-item-cs:hover, .rubricator-item-cs.current {
	background-position: 0 -371px;
}

.rubricator-item-env {
	background-position: 0 -396px;
}

.rubricator-item-env:hover, .rubricator-item-env.current {
	background-position: 0 -421px;
}

.rubricator-item-gov {
	background-position: 0 -446px;
}

.rubricator-item-gov:hover, .rubricator-item-gov.current {
	background-position: 0 -471px;
}

.rubricator-item-invest {
	background-position: 0 -496px;
}

.rubricator-item-invest:hover, .rubricator-item-invest.current {
	background-position: 0 -521px;
}

.rubricator-item-market {
	background-position: 0 -546px;
}

.rubricator-item-market:hover, .rubricator-item-market.current {
	background-position: 0 -571px;
}

.rubricator-item-tech {
	background-position: 0 -656px;
}

.rubricator-item-tech:hover, .rubricator-item-tech.current {
	background-position: 0 -681px;
}

.top-news {
	overflow: hidden;
}

.small-news-block {
	display: table;
	border-spacing: 1px;
	border-collapse: separate;
	margin-left: -1px;
	margin-bottom: -1px;
	margin-right: -2px;
}

.small-news-row {
	display: table-row;
}

.news-item {
	display: block;
	line-height: 0;
	font-size: 0;
	position: relative;
}

.news-item:hover {
	background: #E2E3E4;
}

.news-item p {
	font-size: 15px;
	line-height: 20px;
	padding: 7px 20px 10px;
	box-shadow: inset 0 6px 4px -4px rgba(0, 0, 0, 0.2);
}

.news-item:hover p {
	box-shadow: inset 0 6px 6px -3px rgba(0, 0, 0, 0.2);
}

.news-item a {
	display: block;
	height: 100%;
}

.news-item a:hover {
	display: block;
	height: 100%;
	text-shadow: 1px 1px 0px #F9F9F9;
}

.big p {
	background: #E6E7E8;
	cursor: pointer;
	font-size: 21px;
	line-height: 27px;
	padding: 7px 20px 15px;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.big:hover p {
	background: #E2E3E4;
}

/*.big img {
    height: 300px;
    width: 480px;
}*/
.small {
	display: table-cell;
	height: 100%;
	width: 50%;
}

/*.small img {
    height: 145px;
    width: 235px;
}*/
.left-offset {
	margin-left: 10px;
}

.top-news-item {
	float: left;
	width: 235px;
	height: 145px;
	margin-top: 10px;
	position: relative;
}

.top-news-item.big {
	width: 480px;
	height: 300px;
	margin-top: 0 !important;
}

.top-news-item.left-offset {
	margin-left: 10px;
}

.top-news-item .top-news-item-text {
	opacity: 0.85;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.top-news-item .top-news-item-text p {
	font-size: 15px;
	line-height: 20px;
	padding: 7px 20px 10px;
}

.top-news-item:hover p {
	text-shadow: 1px 1px 0px #fff;
}

.most-read {
	margin-top: 1px;
}

.most-read-inner {
	padding: 1px 0 20px 0;
	font-size: 14px;
}

.most-read-inner .last-news {
	margin-top: -11px !important;
}

.article {
	/*padding: 16px 35px 30px 40px;*/
	padding: 3.5% 5.4% 6% 6%;
	font-size: 15px;
}

.article-inner {
	
}

.article-inner h2 {
	line-height: 25px;
	margin-left: 0 !important;
}

.back {
	float: left;
	background-position: 0 -706px;
	display: block;
	width: 29px;
	height: 17px;
	font-size: 0;
}

.back:hover {
	opacity: 0.8;
}

.send {
	float: right;
	font-size: 15px;
}

.article-text {
	color: #333;
}

.article-text img {
	width: 100%;
	cursor: pointer;
}

.article-text p {
	padding-top: 17px;
}

.article-text p:first-child {
	padding-top: 16px;
}

.article-text a {
	color: #0B51C3;
	text-decoration: underline;
}

.article-text a:hover {
	color: #F58634;
	text-decoration: underline !important;
}

.article-navi {
	margin: 0 0 16px -14px;
}

.article-tags {
	padding: 13px 0;
}

.article-text ul, .article-text ol {
	padding: 5px 0 5px 40px;
}

.tag {
	display: inline-block;
	padding: 2px 5px;
	margin: 5px 5px 0 0;
	color: #4d4d4d;
	background-color: #d2d3d5;
	font-size: 14px;
	transition: all 0.05s linear 0s;
}

.tag:hover {
	text-decoration: none;
	color: #4d4d4d;
	background-color: #b3b3b3;
}

.date {
	padding: 2px 10px 2px 0;
	color: #4d4d4d;
}

.article-bottom {
	text-align: right;
}

.print-link {
	background: url('../images/print-sprite.png') no-repeat top left;
	background-position: 0 -30px;
	width: 20px;
	height: 20px;
	display: block;

	/*    padding: 20px 0 0 0;
    color: #3e4095;
    text-align: right;*/
}

.print-link:hover {
	background-position: 0 0;
}

.rel-img {
	position: absolute;
	top: 1857px;
	left: 190px;
}

/* Calendar table */
.calendar {
    background: #f4f4f4;
    border-spacing: 1px;
	width: 100%;
}

.calendar td {
    background: #e6e7e8;
	height: 30px;
}

.calendar .day,
.calendar .month,
.calendar .organizer_title,
.calendar .place_title {
	background-color: #f58634;
	color: white;
	font-size: 21px;
	font-weight: lighter;
}

.calendar.full-calendar .month {
	width: 32%;
}

.calendar.full-calendar .organizer_title {
	width: 22%;
}

.calendar.full-calendar .place_title {
	width: 46%;
}

.calendar .day {
	width: 30px;
	vertical-align: middle;
	text-align: center;
}

.calendar .day.long {
	width: 105px;
	font-size: 21px;
}

.calendar .day div {
	margin-top: -1px;
}

.calendar .day.long div {
	/*margin-top: 1px;*/
	text-align: left;
	padding: 0 0 0 10px;
}

.calendar .day.long span {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
	padding: 1px 0 0 0;
}

.calendar .month {
	vertical-align: middle;
}

.calendar .month div {
	padding: 4px 8px 4px 39px;
}

.calendar .organizer_title,
.calendar .place_title {
	vertical-align: middle;
}

.calendar .organizer_title div,
.calendar .place_title div {
	padding: 4px 8px;
}

.calendar .name {
	font-size: 15px;
	/* border-left: 1px solid #1f4787; */
}

.calendar .name,
.calendar.full-calendar .organizer,
.calendar.full-calendar .place {
	position: relative;
}

.calendar .name a,
.calendar.full-calendar .organizer a,
.calendar.full-calendar .place a {
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 0;
    text-indent: -9999px;
}

.calendar .name a:hover,
.calendar.full-calendar .organizer a:hover,
.calendar.full-calendar .place a:hover {
	background: #D6D6D6;
	text-decoration: none;
	color: #373435;
	text-shadow: 1px 1px 0px #ebebeb;
    text-indent: 0;
}

.calendar .name a.current,
.calendar.full-calendar .organizer a.current,
.calendar.full-calendar .place a.current {
	background: #D6D6D6;
	text-decoration: none;
	color: #f60;
	text-shadow: 1px 1px 0px #ebebeb;
    text-indent: 0;
}

.calendar .day,
.calendar .name,
.calendar.full-calendar .organizer,
.calendar.full-calendar .place {
	padding-top: 1px;
	vertical-align: top;
}

.calendar.full-calendar .day {
	width: 30px;
}

.calendar.full-calendar .name {
	width: 28%;
}

.calendar .name div,
.calendar.full-calendar .organizer div,
.calendar.full-calendar .place div {
	padding: 3px 0 7px 10px;
}

.hidden-small {
	display: block;
}

.visible-small {
	display: none;
}

@media ( max-width : 960px) {
	.calendar.full-calendar .day {
		width: 6%;
	}
	.calendar.full-calendar .name {
		width: 26%;
	}
}

@media ( max-width : 840px) {
	.calendar.full-calendar .day, .calendar.full-calendar .month,
    .calendar.full-calendar .organizer_title,
	.calendar.full-calendar .place_title {
		font-size: 18px;
	}
	.calendar.full-calendar .organizer_title div,
    .calendar.full-calendar .place_title div {
		padding: 2px 4px;
	}
	.calendar.full-calendar .name, .calendar.full-calendar .organizer,
		.calendar.full-calendar .place {
		font-size: 14px;
	}
	.calendar.full-calendar .name div,
    .calendar.full-calendar .organizer div,
	.calendar.full-calendar .place div {
		padding: 2px 4px;
	}
}

@media ( max-width : 480px) {
	.calendar.full-calendar .day, .calendar.full-calendar .month,
    .calendar.full-calendar .organizer_title,
	.calendar.full-calendar .place_title {
		font-size: 16px;
	}
	.calendar.full-calendar .name,
    .calendar.full-calendar .organizer,
	.calendar.full-calendar .place {
		font-size: 12px;
	}
	.hidden-small {
		display: none;
	}
	.visible-small {
		display: block;
	}
}

@media ( max-width : 320px) {
	.calendar.full-calendar .day,
    .calendar.full-calendar .month,
    .calendar.full-calendar .organizer_title,
	.calendar.full-calendar .place_title {
		font-size: 14px;
	}
	.calendar.full-calendar .name,
    .calendar.full-calendar .organizer,
	.calendar.full-calendar .place {
		font-size: 11px;
	}
}

.calendar-content {
	
}

.calendar-content-inner {
	/*padding: 33px 35px 35px 40px;*/
	padding: 5% 5% 7% 6%;
	font-size: 15px;
	color: #333;
}

.calendar-content-inner p {
	padding-top: 13px;
	line-height: 20px;
}

.calendar-content-inner a {
	color: #0B51C3;
	text-decoration: underline;
}

.calendar-content-inner a:hover {
	color: #F58634;
	text-decoration: underline !important;
}

.calendar-content-inner ul {
	padding: 5px 0 5px 40px;
}

.hot-topics {
	line-height: 20px;
	list-style-type: disc;
	font-size: 15px;
	padding: 0 13px 0 19px;
}

.hot-topics li {
	padding: 13px 0 0 19px;
}

.calendar-year {
	background: #F58634;
    border: 1px solid #f4f4f4;
    border-bottom: 0;
	font-size: 21px;
	color: #fff;
	/* border: 1px solid #f58634; */
	display: block;
	padding: 0 0 0 10px;
	box-shadow: inset -4px -4px 12px 1px #DD772F;
}

.calendar-past .calendar-year {
	background: #cbcbcb;
	box-shadow: inset -4px -4px 12px 1px #BDBDBD;
}

.calendar-past .day, .calendar-past .month,
.calendar-past .organizer_title,
.calendar-past .place_title {
	background-color: #cbcbcb;
}
/* Search results */
.search-results {
	padding: 10px 0 0 0;
}

.search-results .mark {
	color: #f58634;
}

.search-results dl {
	
}

.search-results dt {
	padding: 18px 0 0 0;
}

.search-results dd {
	padding: 14px 0 0 0;
}

.search-results dd.short {
	font-size: 19px;
	padding: 9px 0 0 0 !important;
}

.video-item, .video-snapshot {
	height: 146px;
}

.video-snapshot {
	float: left;
	width: 236px;
}

.video-description {
	margin: 0 0 0 240px;
}

.video-description p {
	padding: 20px;
}

/* Footer */
.footer {
	font-size: 8px;
	color: #fff;
	text-align: left;
	margin: 20px;
	box-sizing: border-box;
	width: 235px;
}

.footer a {
	color: white;
	text-decoration: underline;
}

.aside .footer {
	padding: 0px;
}

.techsupport {
	font-size: 12px;
}

/* Admin */
.admin-block {
	margin-top: 0;
}

.admin-block-inner {
	padding: 10px;
	font-size: 14px;
}

legend {
	padding: 1px 5px;
}

.sprite-actions {
	background: url('../images/sprite_actions_09092014.png');
	position: absolute;
	display: block;
	cursor: pointer;
}

.sprite-actions:hover {
	opacity: 0.5;
}

.actions-del {
	background-position: 0 0;
	width: 14px;
	height: 14px;
	top: 5px;
	left: 65px;
}

.actions-show {
	background-position: 0 -74px;
	width: 20px;
	height: 10px;
	top: 7px;
	left: 33px;
}

.actions-hide {
	background-position: 0 -50px;
	width: 20px;
	height: 14px;
	top: 6px;
	left: 33px;
}

.actions-basket {
	background-position: 0 -94px;
	width: 17px;
	height: 20px;
	top: 2px;
	left: 67px;
}

.actions-subscribe {
	background-position: 0 -122px;
	width: 19px;
	height: 20px;
	top: 2px;
	left: 4px;
}

.actions-subscribe-off {
	background-position: 19px -122px;
	width: 19px;
	height: 20px;
	top: 2px;
	left: 4px;
}

.admin-info {
	display: block;
	margin: 20px 0 15px 40px;
}

.admin-info-elem {
	display: inline-block !important;
	color: #373435;
	display: block;
	font-size: 21px;
	font-weight: lighter;
}

.admin-info-elem.active {
	color: #FF6600;
	border-bottom: 1px dashed #FF6600;
}

.admin-info-elem.active_trash {
	color: red;
	border-bottom: 1px dashed red;
}

.admin-info-date {
	
}

.admin-info-hide {
	margin: 0 25px;
	cursor: pointer;
}

.admin-info-basket {
	
}

.admin-info-date:hover, .admin-info-hide:hover, .admin-info-basket:hover
	{
	cursor: pointer;
	color: #FF6600;
}

.admin-info-hide-icon {
	background: url("../images/sprite_actions.png") no-repeat 0 -50px;
	width: 20px;
	height: 14px;
	display: inline-block;
	margin-left: 5px;
}

.admin-info-hide:hover .admin-info-hide-icon, .admin-info-hide.active .admin-info-hide-icon
	{
	background: url("../images/sprite_actions.png") no-repeat -26px -50px;
	width: 20px;
	height: 14px;
	display: inline-block;
	margin-left: 5px;
}

.admin-info-basket-icon {
	background: url("../images/sprite_actions.png") no-repeat 0 -94px;
	width: 17px;
	height: 20px;
	display: inline-block;
	margin-left: 5px;
}

.admin-info-basket:hover .admin-info-basket-icon, .admin-info-basket.admin-info-elem.active .admin-info-basket-icon
	{
	background: url("../images/sprite_actions.png") no-repeat -29px -94px;
	width: 17px;
	height: 20px;
	display: inline-block;
	margin-left: 5px;
}

.admin-info-hide-cnt, .admin-info-basket-cnt {
	display: inline-block;
}

#rcc-citation-person {
	width: 150px;
}

#rcc-citation-save {
	
}

#rcc-citation-save:hover {
	cursor: pointer;
}

/* Banners */
.banner-form {
	background: #FFFDB9;
	border: none;
	margin: 1px 0;
	padding: 5px;
	/*    width: 480px;*/
}

.banner-form label {
	margin-left: 10px;
}

.banner-form .from {
	width: 100px;
}

.banner-form .to {
	width: 100px;
	margin: 0 15px 0 1px;
}

.banner-form .name-baner {
	width: 100px;
}

.banner-form .link-baner {
	width: 100px;
	margin-left: 1px;
}

.color-baner {
	width: 70px;
}

.banner-form .save {
	float: right;
}

.banner-form {
	
}

.del {
	background: none;
	border: none;
	float: right;
	margin: 2px 10px 0 0;
	color: red;
}

.banner-form .checkbox-flash {
	margin: 0 30px 0 5px;
	vertical-align: middle;
}

/*POP-UP for video*/
iframe#video {
	border: none;
	height: 100%;
	width: 100%;
}

#popup {
	/*border: 5px solid #373737;*/
	/*outline: solid 5px #f60;*/
	opacity: 0;
	display: none;
	background: #000;
	position: fixed;
	z-index: 30;
	top: 10%;
	left: 10%;
	/* margin: -150px 0 0 -240px; */
	width: 80%;
	height: 80%;
}

#hover {
	opacity: 0;
	cursor: pointer;
	display: none;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 25;
	text-align: center;
	margin: 0;
}

.youtube {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

.print {
	display: block;
	float: right;
	margin-right: 10px;
}

.del-conf {
	/*    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FF0000;
    margin: 2px 10px 0 0;*/
	background: none;
	border: none;
	margin: 2px 10px 0 0;
	color: red;
}

.error {
	font-size: 12px;
	color: red;
}

.subscribe_ok {
	color: #8ab8d7;
	width: 326px;
	font-size: 13px;
	text-align: right;
}

.subscribe_ok b {
	color: #0687FF;
}

/*TOP Menu NEW*/
header {
	margin: 0px;
	background-color: rgb(37, 66, 113);
	color: #CECEF0;
	width: 100%;
	z-index: 25;
}

#logo {
	background: url(../images/logo_small.png);
	cursor: pointer;
	height: 35px;
	width: 90px;
	float: left;
	margin: 13px 0 0 10px;
}

#slogan {
	float: left;
	font: 12px/17px "Segoe UI", Helvetica, Arial, Sans-Serif;
	margin: 11px 0 0 20px;
	width: 180px;
}

header .topmenu {
	list-style: none;
	/*width: 100%;*/
	position: relative;
	float: right;
	height: 61px;;
	/* vertical-align: middle; */
}

header .topmenu li {
	float: left;
	height: 100%;
}

header .topmenu li a {
	color: inherit;
	display: block;
	height: 100%;
	line-height: 61px;
	padding: 0px 20px;
}

header .topmenu li a:hover, header .topmenu li.active a {
	/*background: #cbcbcb;*/
	background: #305186;
	/*color: #1c1c1c;*/
}

#menu {
	list-style: none;
	height: 40px;
	position: relative;
	/* top: 51px; */
	width: 100%;
	/*background: #646464;*/
	background: rgba(37, 66, 113, 1);
	clear: both;
	box-shadow: 0 1px 5px -1px #000;
	color: #DDEAFF;
}

#menu li {
	float: left;
	position: relative;
	min-height: 40px;
	/* float: none; */
	/* width: 100%; */
	/* text-align: center; */
	box-sizing: border-box;
}

#menu>li.active>a {
	border-bottom: 5px solid #AFAFAF;
	background: rgb(30, 54, 94);
	box-sizing: border-box;
	color: #F1F6FF;
}

#menu li a {
	display: block;
	height: 40px;
	padding: 0 20px;
	float: left;
	/* text-transform: uppercase; */
	/* font: 11px/40px "Segoe UI", Helvetica, Arial, Sans-Serif; */
	line-height: 40px;
	color: inherit;
	text-decoration: none;
	text-align: center;
}

#menu li:hover {
	background: #305186;
	color: #F1F6FF;
	text-shadow: 0 -1px #022B6E;
}

#menu .submenu {
	/* background: #cbcbcb; */
	background: #305186;
	z-index: 1000;
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 405px;
}

#menu li:hover .submenu, #menu li.hover .submenu {
	display: block;
}

#menu .submenu ul {
	list-style: none;
	/* height: 40px; */
	float: left;
	width: 50%;
}

#menu .submenu li {
	float: none;
}

#menu .submenu li a {
	height: auto;
	padding: 0 20px;
	padding-left: 30px;
	/* color: white; */
	text-align: left;
}

#menu .submenu li a:hover {
	text-decoration: underline !important;
}

.add-news {
	/*background: url(../images/icons/add-icon3.png);  */
	background-repeat: no-repeat;
	background-position: 0 -950px;
	display: inline-block;
	margin: 0 10px 0 0;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

.attention {
	margin: 10px;
	color: #fff;
	font-size: 12px;
}

.attention a {
	color: #0687FF;
	text-decoration: underline;
}

.attention a:hover {
	color: #f60;
}

/*suggest news*/
.suggest-form {
	margin-top: 30px;
}

.suggest-form .input, .suggest-form .checkbox, .suggest-form .submit,
	.suggest-form textarea {
	border: 1px solid #b5b5b5;
	font-family: Segoe UI;
	width: 100%;
	padding: 6px 10px;
	box-sizing: border-box;
	font-size: 15px;
}

.suggest-form .checkbox {
	width: auto;
	padding: 0px;
	background: #ffffff;
	vertical-align: middle;
	margin-right: 5px;
}

.suggest-form .submit {
	border: 1px solid #7d7d7d;
	width: 120px;
	background: #f2f2f2;
	cursor: pointer;
	margin-left: 10px;
}

.suggest-form .submit:hover {
	background: #c0c0c0;
	color: white;
}

.suggest-form textarea {
	margin-top: 10px;
	height: 400px;
	margin-bottom: 30px;
}

.suggest-form .unit {
	width: 250px;
	float: left;
	padding-right: 13px;
	box-sizing: border-box;
	color: #9b9b9b;
	font-size: 10px;
}

.suggest-form .unit2 {
	width: 375px;
	float: right;
	text-align: right;
}

.suggest-form .unit2 a {
	color: #333;
	text-decoration: underline;
}

.suggest-form .success {
	background: #C6E7C3;
	margin-top: 20px;
	padding: 20px;
	color: rgb(1, 104, 5);
}

.suggest-form .error {
	background: #E7CDC3;
	font-size: 15px;
	margin-top: 20px;
	padding: 20px;
	color: rgb(109, 1, 1);
}

.last-news li a.suggested {
	background: #fffba0;
	padding-bottom: 15px;
}

.sa_author {
	color: #ffc315;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	right: 11px;
}

.rules_popup {
	display: none;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.rules_popup .popup {
	padding: 30px;
	padding-left: 35px;
	padding-top: 15px;
	background: #e6e6e6;
	width: 480px;
	height: 400px;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -240px;
	margin-top: -200px;
	text-align: justify;
	line-height: 1.2;
	overflow-y: scroll;
	cursor: auto;
}

.popup-close {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	font-size: 0;
	right: 50%;
	margin-right: -270px;
	margin-top: -225px;
	top: 50%;
	width: 20px;
	height: 20px;
	background-position: 0 -753px;
	cursor: pointer;
}

.other_videos_button {
	display: block;
	background: #eee;
	border: 1px solid gray;
	/* padding: 0px; */
	clear: both;
	text-align: center;
	padding: 4px;
	cursor: pointer;
}

.questions {
	color: #fff;
	display: block;
	background: #0DCB00;
	border: 1px solid #009860;
	box-shadow: inset 0 2px 10px 1px #00915C;
	font-size: 17px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 5px 10px;
	text-shadow: -1px -1px #008150;
}

.questions:hover {
	background: #00D824;
	border: 1px solid #00EE93;
	box-shadow: inset 0 2px 10px 1px #00C97F;
	color: #fff;
	text-shadow: 1px 1px #00A868;
}

/*.pool_popup
{
 display: none;
 width: 726px;

 position: fixed;
 top: 50%;
 left: 50%;
 margin-left:-363px;
 margin-top: -100px;
 z-index: 999;
 
}
.pool_overlay {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.85);  
  width: 100%;
  height: 100%;
}*/
.pool_overlay {
	z-index: 999;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.85);
	width: 746px;
	height: 225px;
}

.pool_popup {
	display: none;
	width: 726px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}

.pool_popup div {
	height: 125px;
	width: 705px;
	border: 10px solid #de0000;
	background: url(../images/pool_image.gif);
}

.pool_popup a {
	background: url(../images/pool_border.gif) #de0000;
	padding: 5px;
	display: block;
	margin-top: 10px;
	font-size: 30px;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.pool_popup a.close {
	padding: 0px;
	display: inline;
	margin: 0px;
	background: none;
	font-size: 15px;
	color: white;
	position: absolute;
	top: -30px;
	right: 0px;
	text-decoration: underline;
	text-shadow: 1px 1px 2px black;
}

.pool_popup a span {
	display: block;
	background: #de0000;
	height: 37px;
	padding-top: 3px;
}

.pool_popup a span:hover {
	background: #FF0000;
}

.loadmoreajaxloader {
	padding: 20px;
}

.loadmore {
	display: none;
	text-align: center;
	/* color: rgb(37, 66, 113); */
	/* border: 1px dashed rgb(37, 66, 113); */
	/* width: 100%; */
	margin: 0px auto;
	padding: 9px;
	cursor: pointer;
	/* font-weight: bold; */
	/* display: inline; */
	background: rgb(215, 215, 215);
}

.loadmore span {
	color: rgb(37, 66, 113);
	border-bottom: 1px dashed rgb(37, 66, 113);;
}

.l_video_item {
	clear: both;
}

.l_video_item a {
	display: block;
	margin-bottom: 4px;
}

.l_video_item a:hover, .l_video_item a.current {
	background: #D6D6D6;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px #EBEBEB;
}

.l_video_item a:hover img, .l_video_item a.current img {
	opacity: 1;
}

.l_video_item img {
	float: left;
	width: 33%;
	opacity: 0.5;
}

.l_video_item p {
	box-sizing: border-box;
	width: 67%;
	float: left;
	/* border-left: 10px solid; */
	padding: 10px;
}

.auto-resizable-iframe {
	/*max-width: 420px;*/
	margin: 0px auto;
}

.auto-resizable-iframe>div {
	position: relative;
	padding-bottom: 75%;
	height: 0px;
}

.auto-resizable-iframe iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.lc_video_tabs {
    position: relative;
}
.lc_video_tabs .video_tabs .video_tab {
    background: #004073;
    color: #F1F6FF;
    float: left;
    position: relative;
    width: 50%;
}
.lc_video_tabs .video_tabs .video_tab a {
    bottom: 0;
    color: #F1F6FF;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
}
.lc_video_tabs .video_tabs .video_tab.current a {
    background: #00335f;
    color: #F1F6FF;
    text-indent: 0;
}
.lc_video_tabs .video_tabs .video_tab div {
    padding: 10px;
    text-align: center;
}

.lc_search {
	position: relative;
}

.lc_search input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*cursor:pointer;*/
}

.lc_search input[type=text] {
	background: #EDEDED;
	border: 1px solid #C9C9C9;
	width: 100%;
	box-sizing: border-box;
	color: #969696;
	padding: 9px;
	padding-left: 20px;
}

.lc_search input[type=submit] {
	position: absolute;
	right: 26px;
	top: 0px;
	width: 40px;
	height: 100%;
	cursor: pointer;
	/* padding: 5px; */
	background: url(/images/icons/search.png) no-repeat 1px 2px;
	background-position: 7px 9px;
	line-height: 300%;
	border: none;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

.lc_search_tabs {
	font-size: 13px;
	margin-top: -4px;
}

.lc_search_tabs a {
	border: 1px solid #C9C9C9;
	color: #969696;
	/* font-size: 13px; */
	padding: 3px 8px;
	display: inline-block;
}

.lc_search_tabs a:hover, .lc_search_tabs a.active {
	background: rgb(244, 244, 244);
}

.context_main, .context_article {
	margin-top: 1px;
}

.news_section {
	background: #AFAFAF;
	color: white;
	padding: 2px 0px;
	padding-left: 20px;
	z-index: 100;
	position: relative;
	border-bottom: 1px solid #808080;
}

.lc_search form {
	display: block;
	position: relative;
}

.lc_search .advanced {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 100%;
	cursor: pointer;
	border: 0px;
	background: #EDEDED url(/images/icons/advanced_search.png) no-repeat
		center center;
	border-bottom: 1px solid #C9C9C9;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #ccc;
	border-right: 0px;
	box-sizing: border-box;
}

.lc_search .advanced_hover {
	background: #EDEDED url(/images/icons/advanced_search2.png) no-repeat
		center center;
	border-bottom: 0px;
}

#advanced_options {
	display: none;
	background: #EDEDED;
	padding: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #C9C9C9;
	font-size: 15px;
}

#advanced_options span {
	padding-left: 20px;
	color: #333;
}

#advanced_options select {
	/* margin-left: 10px; */
	/* width: 100%; */
	font-size: 15px;
	min-width: 110px;
	font-family: "Segoe UI", Helvetica, Arial, Sans-Serif !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#advanced_options select[name=year] {
	min-width: 85px;
}

#advanced_options label {
	position: relative;
}

#advanced_options label:after {
	content: '<>';
	font: 11px "Consolas", monospace;
	color: #aaa;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 4px;
	top: 1px;
	padding: 0 0 2px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	pointer-events: none;
}

#search_progress {
	background: #FF7C25;
	height: 3px;
	width: 0%;
	margin-top: 0px;
	position: relative;
	opacity: 1;
	box-shadow: -2px 1px 1px 1px rgba(199, 81, 3, 0.64);
}

.top-content-calendar-header {
	background: #f58634;
	margin-bottom: 1px;
	padding: 5px 28px;
}

.top-content-calendar-header a {
	color: white;
	font-size: 20px;
	font-weight: lighter;

	/* padding: 19px; */
}

.admin-block-inner fieldset, textarea, input {
	box-sizing: border-box;
}

.last-news a.top img {
	width: 40%;
	float: left;
	/* margin-left: -37px;
 margin-right: 20px;*/
	margin-left: -3%;
	margin-right: 3%;
	display: none;
	/* vertical-align: middle; */
}

@media screen and (max-width: 767px) {
	.lc, .rc, .aside {
		min-width: 0px;
		max-width: 100%;
		width: 100%;

		/* padding-bottom: 0px; */
	}
}

.mobile_rubricator {
	display: none;
}

@media screen and (max-width: 767px) {
	#whatsup {
		display: none;
	}
	#menu li:hover .submenu {
		display: none;
	}
	#menu li {
		float: none;
		width: 100%;
		border-bottom: 1px solid rgb(30, 54, 94);
		/* position: static; */
	}
	#menu li a {
		display: block;
		width: 100%;
		float: none;
		/* text-align: left; */
		box-sizing: border-box;
	}
	#menu {
		height: 40px;
		overflow: hidden;
		transition: height 0.3s ease-out 0.3s;
		/* z-index: 999; */
		/* box-shadow: 0 1px 5px -3px #000; */
	}
	#menu.large {
		height: 80px;
	}
	#menu>li:first-child>a {
		background: rgb(30, 54, 94) url('/images/toggleview.png') no-repeat top
			7px right 7px;
		/*border-bottom: 5px solid #AFAFAF;*/
		box-sizing: border-box;
		color: #F1F6FF;
	}
	#menu.toggled>li:first-child>a {
		color: inherit;
		border-bottom: 0px none;
		background: url('/images/toggleview.png') no-repeat top 7px right 7px;
	}
	#menu>li.active>a {
		border-bottom: 0px none;
		color: inherit;

		/* background: none; */
	}
	#menu .submenu {
		display: none;
		/*
  position: static;
  width: 100%;
  top: 0px;
  background: #AFAFAF;
  transition: height 1s ease-out 0.5s;
  overflow: hidden;
  height: 0px;
  display: block;
 */
	}
	/*
 #menu li.active .submenu
 {
  height: 100%;
 }
 #menu .submenu ul
 {
  width: 100%;
 
  float: none;
}
  #menu .submenu li a
  {
    color: white; 
    text-align: left;
  }
  #menu .submenu li:hover
  {
   background: #9F9F9F;
  }
  */
	.top-news {
		display: none;
	}
	.loadmore {
		display: block;
	}
	.nano .content {
		overflow: visible !important;
	}
	.news_section {
		display: none;
	}
	#mobile_submenu {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		cursor: pointer;
		background: #AFAFAF;
		border: none;
		color: white;
		padding: 0 0 4px 0;
		padding-left: 20px;
		z-index: 100;
		position: relative;
		/* border-bottom: 1px solid #808080; */
		width: 100%;
		cursor: pointer;
		text-decoration: underline;
		font-family: "Segoe UI", Helvetica, Arial, Sans-Serif;
		font-size: 15px;
	}
	.last-news a.top img {
		display: inline-block;
	}
	#menu>li.active.news_menu>a {
		background: rgb(30, 54, 94) url('/images/toggleview.png') no-repeat top
			7px right 7px; //
		border-bottom: 0px;
		border-bottom: 0px;
	}
	#menu .submenu li.active>a {
		background: rgb(175, 175, 175);
		//
		url
		('/images/toggleview.png')
		no-repeat
		top
		right;
	}
	.mobile_rubricator {
		background: #AFAFAF;
		height: 40px;
		width: auto;
		overflow: hidden;
		position: relative;
		display: none;
	}
	.mobile_rubricator li {
		float: left;
		display: block;
	}
	.mobile_rubricator li a {
		background: #AFAFAF;
		color: rgb(77, 77, 77);
		height: 100%;
		display: block;
		padding: 0 20px;
		box-sizing: border-box;
		line-height: 40px;
	}
	.mobile_rubricator li a.active {
		color: white;
	}
	.mobile_rubricator ul {
		position: absolute;
		white-space: nowrap;
	}
}

/*#menu.toggled, #menu .submenu.toggled
  {           
   //height: 100%; 
   display: block;
  }
  */
@media screen and (max-width: 1200px) {
	.context_topright {
		display: none;
	}
	.context_main {
		display: none;
	}
}

.conferences_text_block {
	padding-top: 30px;
}

.lc_tab .block_begin {
	/*border-top: 3px solid #F60;
    box-shadow: inset 0 1px 3px -1px #000000;*/
	
}

.lc_tab .block_end {
	/*border-bottom: 3px solid #F60;
    box-shadow: 0 1px 3px -2px #000000;*/
	
}

.lc_tab .yandex_news {
	/* border-left: 5px solid #F60;*/
	/*border-right: 3px solid #F60;*/
	/* background: white;*/
	
}

.lc_tab .yandex_news_bg {
	border-left: 3px solid #F60;
	border-right: 3px solid #F60;
}

#contextAD_right {
	/*padding: 5%;*/
	background: #fff;
}

#yandex_ad_main {
	/*padding: 3%;*/
	background: #fff;
}

#yandex_ad_under_artile {
	/*padding: 3%;*/
	background: #fff;
}

.ie_old {
	position: relative;
	background: #fff7dd;
	padding: 15px;
	padding-right: 30px;
	text-align: center;
	font: 12px/17px 'Segoe UI', Helvetica, Arial, Sans-Serif;
}

.ie_old .close {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 15px;
	right: 15px;
	background: url(/images/close.gif) no-repeat 0 0;
	cursor: pointer;
}

#ZSRaiting {
	background: #1CBB82;
	color: #fff !important;
	transition: 0.2s all;
}

#ZSRaiting:hover {
	background: #09AB71;
	color: #fff !important;
	/*text-shadow:  0 -1px #0C794D;*/
	text-shadow: none;
}

.tagscats td {
	vertical-align: top;
	padding: 10px;
}

.tagscats thead td {
	font-weight: bold;
}

.tagssearch {
	border-collapse: collapse;
	width: 100%;
}

.tagssearch td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #923798;
}

.tagssearch thead td {
	font-weight: bold;
}

#tags_ajax_content {
	padding-top: 20px;
}

#tags_ajax_content .keywords {
	width: 100%;
	margin: 5px 0px;
}

#tags_ajax_content .button {
	padding: 0px 10px;
	float: right;
}

#tags_ajax_content .article-link {
	margin-top: 10px;
}

#tags_ajax_content .article-link a {
	color: blue;
	text-decoration: underline;
}

#tags_ajax_content .glyphicon {
	font-size: 17px;
	margin-right: 13px;
}

#tags_ajax_content .tag_name a {
	border-bottom: 1px dashed;
}

.feedback_stars {
	font-size: 40px;
	color: rgb(197, 195, 188);
	cursor: default;
}

#feedback-form .feedback_stars {
	cursor: pointer;
}

.feedback_stars .glyphicon-star {
	color: rgb(255, 189, 0);
}

.feedback_stars .hovered {
	color: rgb(255, 189, 0);
}

.feedback_stars .hovered:before {
	content: "\e006";
}

.feedback_stars  span {
	padding: 4px;
	transition: all 0.5s ease;
}

.feed_item {
	padding-left: 80px;
	padding-bottom: 20px;
	padding: 20px;
	margin-left: 60px;
	transition: all 1s ease;
}

.backend .feed_item:hover {
	background: rgba(146, 55, 152, 0.13);
	cursor: pointer;
}

.feed_item .date {
	text-shadow: 1px 1px 0px #F9F9F9;
	/* background: #E6E7E8; */
	font-size: 21px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #f60;
	padding-bottom: 10px;
}

.feed_list h2 {
	margin-left: 0px;
	padding-left: 80px;
}

.feed_item p {
	
}

.feed_comment_item {
	padding: 20px 0px;
	border-bottom: 1px solid #C1C1C1;
}

.feed_comment_item .email {
	font-size: 22px;
}

.feed_comment_item .text {
	padding-bottom: 20px;
}

.feed_comment_item img {
	width: auto;
	height: auto;
	vertical-align: middle;
}

.feed_comment_item .browser {
	padding: 8px;
}

.feed_comment_item .feed_del, .feed_list .feed_del {
	float: right;
	color: red;
}

#feedback-news-form {
	padding-left: 80px;
}

#feedback-news-end, #feedback-feeds-end {
	padding-left: 80px;
	padding-top: 50px;
	color: #BBBBBB;
	padding-bottom: 50px;
}

.col-1-2 {
	width: 50%;
	float: left;
}

@media ( max-width : 950px) {
	.col-1-2 {
		width: 100%;
		float: none;
	}
	.feed_item, .feed_list h2 {
		padding-left: 0px;
		margin-left: 0px;
	}
}


#k {
	display:none;
}

.most-read.banner.black10 {
	display: none;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 992px) {
	.most-read.banner.black10 {
		display: inline;
	}
}