/* 
    Web         : Studio X Creative
    Author      : Vladimir Milenkov - vmilenkov@studiox.bg
    Last update : 2017-09-30
*/

/*! normalize v.5.0.0 */html{font-family:serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}input[type="text"],input[type="search"],input[type="email"],textarea{line-height:normal;-webkit-border-radius:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}fieldset{border:0;margin:0;padding:0}legend{display:none;border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ol,ul{margin:0;padding:0;list-style:none}*{margin:0;padding:0}button,input[type=tel],input[type=number],input[type=text],input[type=email],input[type=search],input[type=password],textarea{-webkit-appearance:none;-webkit-border-radius:0}*{outline:0;text-rendering:optimizeLegibility}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:none;cursor:pointer;-webkit-border-radius:0}button[disabled],html input[disabled]{cursor:default}input[type=search]{}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}

.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.main-content:before,
.main-content:after,
.grid-container:before,
.grid-container:after,
.block-title:before,
.block-title:after,
.aside-title:before,
.aside-title:after,
.site-block:before,
.site-block:after,
[class*='secondary-article']:before,
[class*='secondary-article']:after,
.social-links:before,
.social-links:after{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after,
.wrapper:after,
.main-content:after,
.grid-container:after,
.block-title:after,
.aside-title:after,
.site-block:after,
[class*='secondary-article']:after,
.social-links:after{
	clear: both;
}

img:not(.img-footer) {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	vertical-align: top;
}

a img{ border: 0; }

a{
    color: black;
    text-decoration: underline;
    -webkit-transition: color 250ms ease-out, background 250ms ease-out;
            transition: color 250ms ease-out, background 250ms ease-out;
}

*{ -webkit-tap-highlight-color: transparent; }

*, *:after, *:before{
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/***** Globals *****/

html, body{
	min-height: 100%;
	height: 100%; width: 100%;
	min-width: 980px;
    color: black; cursor: default;
	background: white;
    font: normal 14px/20px 'TheSansDnevnikPlain', "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html{
	overflow-x: hidden;
}

.comment-form .moods label input{
	height: 1px; width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
	padding: 0;
    overflow: hidden;
    position: absolute;
	z-index: -1;
}

.el-hide{ display: none!important; }
.el-show{ display: block!important; }
.pull-left{ float: left!important; }
.pull-right{ float: right!important; }
.text-center{ text-align: center!important; }
.text-right{ text-align: right!important; }
.text-left{ text-align: left!important; }
.text-bold{ font-weight: bold!important; }
.text-red{ color: #ce1e2e!important; }
.no-float{ float: none!important; }
.no-m{ margin: 0!important; }
.mt-50{ margin-top: 50px!important; }
.va-b, .va-b .cell{ vertical-align: bottom!important; }

.dark-block{
	color: white;
	background: #333;
}

.owl-carousel{ display: none; }

h1, h2, h3, h4, h5, h6{
	margin-bottom: 15px;
	font: normal 17px/1.2 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
}

h1{
	font-size: 38px;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 15px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color: inherit;
	text-decoration: none;
}

::-moz-selection{
	color: white;
	background: #333;
	text-shadow: 0 0 transparent;
}

::selection{
	color: white;
	background: #333;
	text-shadow: 0 0 transparent;
}

.block-title,
.aside-title{
	color: #ce1e2e;
	margin-bottom: 20px;
	position: relative;
	font: normal 15px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

	.block-title:before{
		content: '';
		height: 63px; width: 7px;
		position: absolute;
		top: 9px; left: -35px;
		background: #ce1e2e;
	}
	
	.block-title.no-marker:before,
	.border-box .block-title:before{
		display: none;
	}
	
.aside-title{
	color: black;
	margin-bottom: 10px;
}
	
.block-title h2,
.aside-title h2{
	font-size: 34px;
	margin: 0;
	float: left;
}

.block-title h3,
.aside-title h3{
	clear: both;
}

.block-title img,
[class*='aside-title'] img{
	margin-top: -3px;
	vertical-align: middle;
}

[class*='title-link']{
	display: block; float: right;
	margin-top: 13px;
	color: black;
	text-decoration: none;
	font: 16px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.title-link-v2{
	margin-top: 7px;
	padding: 8px 14px 9px;
	color: white;
	background: #ce1e2e;
}

.title-link-v3{
	color: #ce1e2e;
	font: 14px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

.aside-title-v2 h2{
	font-size: 30px;
	letter-spacing: -1px;
}

.block-sub-title{
	margin-bottom: 10px;
	font-size: 20px;
}

.dark-block .block-title,
.dark-block h1,
.dark-block h2,
.dark-block h3,
.dark-block h4,
.dark-block h5,
.dark-block h6,
.dark-block,
.dark-block a{
	color: white;
}

.underline-title{
	margin-bottom: 25px;
	position: relative;
}

.underline-title h2{
	position: relative;
	padding-right: 20px;
	background: white;
}

.underline-title:before{
	content: '';
	height: 7px; width: auto;
	position: absolute;
	top: auto; bottom: 10px;
	left: 0; right: 0;
	background: #ce1d2e;
}

.border-box .block-title h2{
	color: #333;
	font-size: 28px;
}

.page-title{
	position: relative;
}

.page-title h1{
	margin: 0;
	font-size: 44px;
}

.page-title .line{
	height: 3px; clear: both;
	margin: 8px 0 30px;
	background: #e2e2e2;
}

.page-title .back{
	position: absolute;
	top: 26px; right: 0;
	color: #565656;
	text-decoration: none;
	font-family: 'TheSerifDnevnikSemiBold', Arial, serif;
}

em, blockquote, i{
	font-style: normal;
	font-family: 'TheSansDnevnikPlainItalic', Arial, sans-serif;
}

b, strong{
	font-weight: 400;
}

.table{
	display: table;
	height: 100%; width: 100%;
	table-layout: fixed;
}

.table .cell{
	display: table-cell;
	height: 100%; width: 100%;
	vertical-align: middle;
}

.site-table{
	position: relative;
	padding-bottom: 0!important;
	background: white;
	z-index: 2;
}

.wrapper{
	max-width: 1360px;
	margin: auto;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 30px;
}
	
main{
	display: table-row;
	height: 100%;
	overflow-x: hidden;
	background: white;
}

.no-javascript{
	position: fixed;
	top: 0;
	left: 0; right: 0;
	padding: 28px 0 30px;
	color: white;
	font-size: 22px;
	line-height: 1.3;
	text-align: center;
	background: #ce1e2e;
	z-index: 1000;
}

.grid-container{
	width: 100%;
	width: calc(100% + 18px);
	margin-left: -18px;
}

.grid-container [class*='grid-']{
	width: 100%; float: left;
	padding: 0 0 0 18px; 
	min-height: 1px;
}

.grid-container .grid-container{
	width: calc(100% + 36px);
	margin-left: -36px;
}

.grid-container + .grid-container{
	padding-top: 18px;
}

.grid-container .grid-d-12{
	width: 100%;
}

.grid-container .grid-d-11{
	width: 91.666663%;
}

.grid-container .grid-d-10{
	width: 83.33%;
}

.grid-container .grid-d-9{
	width: 74.999997%;
}

.grid-container .grid-d-8{
	width: 66.66666664%;
}

.grid-container .grid-d-7{
	width: 58.333%;
}

.grid-container .grid-d-6{
	width: 50%;
}

.grid-container .grid-d-5{
	width: 41.6665%;
}

.grid-container .grid-d-4{
	width: 33.3333%;
}

.grid-container .grid-d-3{
	width: 24.99%;
}

.grid-container .grid-d-2{
	width: 16.66666%;
}

.grid-container .grid-d-1{
	width: 8.33%;
}

.grid-container-banner{
	position: relative;
	padding-right: 300px;
}

.grid-container .grid-d-banner{
	max-width: 300px;
	float: right;
	padding-left: 0;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder{
	color: #999;
	opacity: 1;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #999;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #999;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="file"],
select,
textarea{
	width: 100%;
	padding: 10px 8px 11px;
	color: #333;
	cursor: default;
	background: white;
	border: 1px solid #e3e3e3;
	font: normal 14px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
	-webkit-border-radius: 0;
}

textarea{
	resize: vertical;
	overflow: auto;
	height: 130px;
	min-height: 130px;
	max-height: 200px;
}

.select{
	position: relative;
	border: 1px solid #e3e3e3;
	background: white;
}

.select:after{
	content: ''; width: 40px;
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
	background: #e3e3e3;
	border-left: 1px solid #e3e3e3;
	pointer-events: none;
}

.select:before{
	content: '';
	height: 0; width: 0;
	position: absolute;
	top: 50%; right: 0;
	margin: -2px 14px 0 0;
	border-style: solid;
	border-width: 5px;
	border-color: #b6b6b6 transparent transparent transparent;
	pointer-events: none;
	z-index: 2;
}

.select select{
	border: 0;
	max-height: 40px;
	padding: 10px 50px 11px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select select::-ms-expand{ display: none; }

.no-appearance .select:before,
.no-appearance .select:after{
	display: none;
}

.no-appearance .select select{
	padding-right: 8px;
}

.no-appearance .select select::-ms-expand{
	display: block;
}

select option{
	padding-left: 9px;
	padding-right: 9px;
}

[class*='checkbox'],
[class*='radio']{
	display: inline-block;
	min-height: 18px;
	position: relative;
	margin: 0; padding: 0;
	cursor: pointer;
	vertical-align: middle;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}

[class*='checkbox'] var,
[class*='radio'] var{
	display: block;
	padding-left: 22px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: 1.3;
}

.ie8 [class*='checkbox'] var,
.ie8 [class*='radio'] var{
	padding-left: 20px;
}

[class*='checkbox'] [type="checkbox"],
[class*='radio'] [type="radio"]{
	width: auto; border: 0;
	padding: 0;
	position: absolute;
	top: 1px; left: 0;
	opacity: 0;
	filter: alpha(opacity="0");
	cursor: pointer;
}

.ie8 [class*='checkbox'] [type="checkbox"],
.ie8 [class*='radio'] [type="radio"]{
	width: 100%;
}

[class*='checkbox'] [type="checkbox"]:not(:checked) ~ var:before,
[class*='checkbox'] [type="checkbox"]:checked ~ var:before,
[class*='radio'] [type="radio"]:not(:checked) ~ var:before,
[class*='radio'] [type="radio"]:checked ~ var:before{
	content: '';
	height: 13px; width: 13px;
    position: absolute !important;
    top: 3px; left: 0;
	background: white;
    border: 1px solid #e3e3e3;
}

[class*='checkbox'] [type="checkbox"]:not(:checked) ~ var:after,
[class*='checkbox'] [type="checkbox"]:checked ~ var:after,
[class*='radio'] [type="radio"]:not(:checked) ~ var:after,
[class*='radio'] [type="radio"]:checked ~ var:after{
    content: '';
	display: none;
	height: 7px; width: 7px;
    position: absolute;
    top: 0; left: 0;
	margin: 6px 0 0 3px;
}

[class*='checkbox'] [type="checkbox"]:not(:checked) ~ var:after,
[class*='checkbox'] [type="checkbox"]:checked ~ var:after,
[class*='radio'] [type="radio"]:not(:checked) ~ var:after,
[class*='radio'] [type="radio"]:checked ~ var:after{
	background: #ce1e2e;
}

[class*='checkbox'] [type="checkbox"]:not(:checked) ~ var:after,
[class*='radio'] [type="radio"]:not(:checked) ~ var:after{
	display: none;
}

[class*='checkbox'] [type="checkbox"]:checked ~ var:after,
[class*='radio'] [type="radio"]:checked ~ var:after{
	content: "";
	display: block;
}

[class*='checkbox'] [type="checkbox"]:disabled:not(:checked) ~ var,
[class*='checkbox'] [type="checkbox"]:disabled:checked ~ var,
[class*='radio'] [type="radio"]:disabled:not(:checked) ~ var,
[class*='radio'] [type="radio"]:disabled:checked ~ var{
	opacity: .5;
}

[class*='radio'] [type="radio"]:not(:checked) ~ var:before,
[class*='radio'] [type="radio"]:checked ~ var:before,
[class*='radio'] [type="radio"]:not(:checked) ~ var:after,
[class*='radio'] [type="radio"]:checked ~ var:after{
	-webkit-border-radius: 26px;
			border-radius: 26px;
}

#header nav[role="navigation"] li .express:before, #header nav[role="navigation"] li .classic:before, #header nav[role="navigation"] [class*='i-'], #footer .line h5, #footer .line .social a, .article-tools .i, .send-news .text:before, [class*='site-quote'] nav a, .site-quote-v3:before, .play, .video-js .vjs-big-play-button, .zoom i, .has-source .thumb:after, .general-figure .thumb:after, [class*='social-links'] li a, [class*='social-links'] li a .ico, [class*='social-links'] li a.comments:before, .line-filter ul li a, .tags ul li a.switch:before, .thumb-controls [class*='arrow'], .comments .top .c-sort .switch-comments, .comments .cb a:before, .comments .cb span:before, [class*='borrowed'] .rate i, #header nav[role="navigation"] .partners > a, .files [class*='file-']:before, .express-legend .ei:before, .e-media:after, .event-links li .like.counter .ico, [class*='video-item'] .links [class*='ico'], .datepicker:after, .edit-item:before, .dictionary-form button, .dictionary-form button:hover, .match-statistic .ico, .removable-tags li button:after, .remove-article:before, .gallery-gridcount:before, .cinema-details .view-map:before, .block-subscribe .text:before, .not-found:before, .input-with-search .button span, .input-with-search button span,
.input-with-search input[type="submit"] span, .select-with-search .button span, .select-with-search button span, .files-row .attach-file:before, .comix-tools li .icon i, .js-color button span, #header .search-form .form button span, #header .search-form .close-search, [class*='page-nav'] nav ul li a.home, .video-grid-container-v2 .general-video-box .video-summary .i-com:before, .article-tools .shareit, .article-tools .share ul a, .to-top a, div.view-comments a:before, .comments .top .c-sort .subscribe{
	background: url('../images/layout/ui.svg') no-repeat -10000px 0;
}

.datepicker{
	position: relative;
	background: white;
}

.datepicker:after{
	content: '';
	height: 18px; width: 18px;
	position: absolute;
	top: 50%; right: 13px;
	margin-top: -9px;
	background-position: -209px -78px;
	z-index: 1;
}

.datepicker input{
	position: relative;
	background: transparent;
	z-index: 2;
}

.filter-datepicker{
	margin: 0 15px 0 10px;
	background: transparent;
}

.filter-datepicker:after{
	right: 50%;
	margin-right: -9px;
	background-position: -487px -30px;
}

.filter-datepicker input{
	height: 18px; width: 18px;
	padding: 0; border: 0;
	font-size: 0;
	text-indent: -10000px;
	cursor: pointer;
	background: transparent;
}

/***** End Globals *****/

#header{
	position: relative;
	z-index: 100000;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}

#header .wrapper{
	padding: 0 70px 50px;
	position: relative;
}

#header .wrapper:after{
	content: ''; height: 5px;
	position: absolute;
	bottom: 35px;
	left: 70px; right: 70px;
	background: #ce1d2e;
}

#header .logo{
	height: 70px; float: left;
	padding: 16px 58px 0 35px;
	position: relative;
	background: #ce1d2e;
}
/* 
#toggle-menu{
	height: 34px; width: 40px;
	position: absolute;
	top: 50%; right: 11px;
	margin-top: -17px;
	cursor: pointer;
	border: 0;
	background: transparent;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
}

	#toggle-menu span{
		height: 3px; width: 20px;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		background: white;
		-webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
				transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
	}

	#toggle-menu span:nth-child(1){
		top: 8px;
	}

	#toggle-menu span:nth-child(2),
	#toggle-menu span:nth-child(3){
		top: 15px;
	}

	#toggle-menu span:nth-child(4){
		top: 22px;
	}

	.main-menu-open #toggle-menu span:nth-child(1),
	.main-menu-open #toggle-menu span:nth-child(4){
		width: 0;
		top: 15px; left: 75%;
	}

	.main-menu-open #toggle-menu span:nth-child(2){
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}

	.main-menu-open #toggle-menu span:nth-child(3){
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
	} */
	
#header .main-menu{
	opacity: 0;
	visibility: hidden;
	
	display: table;
	padding: 30px 8px;
	position: absolute;
	top: 100%; left: 0;
	white-space: nowrap;
	background: #ce1d2e;
	
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform: perspective(600px) rotateX(-90deg);
			transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: top center;
			transform-origin: top center;
	-webkit-transition: all 600ms cubic-bezier(0.55, 0, 0.1, 1);
			transition: all 600ms cubic-bezier(0.55, 0, 0.1, 1);
	will-change: transform;
}

	.main-menu-open #header .main-menu{
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	
#header .main-menu .inner{
	
}
	
#header .main-menu nav{
	display: table-cell;
	padding: 0 25px;
	vertical-align: top;
	border-left: 1px solid #af2532;
}

	#header .main-menu nav:first-child{
		border-left-width: 0;
	}

	#header .main-menu nav a{
		display: block;
		margin: 15px 0;
		color: white;
		text-decoration: none;
		font: 23px/1.3 'TheSerifDnevnikSemiBold', "Helvetica Neue", serif;
	}
	
		#header .main-menu nav a:first-child{
			margin-top: 0;
		}
		
		#header .main-menu nav a:last-child{
			margin-bottom: 0;
		}
		
		#header .main-menu nav a:hover,
		#header .main-menu nav a.active{
			text-decoration: underline;
		}

#header nav[role="navigation"]{
	/* padding: 30px 0 0; */
	text-align: right;
	font-size: 0;
}

#header nav[role="navigation"] li{
	display: inline-block;
	padding-left: 10px;
	position: relative;
	color: #4c4c4c;
	font: 15px/1.1 'TheSansDnevnikPlain', "Helvetica Neue", sans-serif;
	vertical-align: middle;
}
		
#header nav[role="navigation"] li a{
	display: block;
	padding: 5px 3px;
	color: #4c4c4c;
	text-decoration: none;
}

#header nav[role="navigation"] li a.active,
#header nav[role="navigation"] li a:hover{
	color: #ce1e2e;
}

#header nav[role="navigation"] li .express,
#header nav[role="navigation"] li .classic{
	display: block;
	position: relative;
	padding-left: 30px;
	color: #ce1e2e;
}

	#header nav[role="navigation"] li .express:before{
		content: '';
		height: 27px; width: 27px;
		position: absolute;
		top: 50%; left: 0;
		margin-top: -13px;
		background-position: -215px 0;
	}
	
	#header nav[role="navigation"] li .express.unactive{
		color: #4c4c4c;
	}
	
	#header nav[role="navigation"] li .express.unactive:before{
		background-position: -549px 1px;
	}
	
#header nav[role="navigation"] [class*='i-']{
	height: 20px; width: 18px;
	margin: 0 2px;
	display: block;
	text-align: left;
	text-indent: -10000px;
	-webkit-transition: none;
            transition: none;
}

	#header nav[role="navigation"] .i-favorites{
		background-position: -148px -138px;
	}
	
	#header nav[role="navigation"] .i-search{
		background-position: -167px -138px;
	}
	
	#header nav[role="navigation"] .i-profile{
		background-position: -186px -138px;
	}
	
	#header nav[role="navigation"] .i-favorites:hover,
	#header nav[role="navigation"] .i-favorites.active{
		background-position: -148px -159px;
	}
	
	#header nav[role="navigation"] .i-search:hover,
	#header nav[role="navigation"] .i-search.active{
		background-position: -167px -159px;
	}
	
	#header nav[role="navigation"] .i-profile:hover,
	#header nav[role="navigation"] .i-profile.active{
		background-position: -186px -159px;
	}

#header nav[role="navigation"] .partners > a{
	display: block;
	height: 16px; width: 34px;
	position: relative;
	padding: 6px 0;
	text-indent: -10000px;
	text-align: left;
	background-position: -440px -237px;
}

	#header nav[role="navigation"] .partners > a:after{
		content: '';
		height: 0; width: 0;
		position: absolute;
		top: 50%; right: 0;
		margin-top: -2px;
		border-style: solid;
		border-width: 4px;
		border-color: #808080 transparent transparent transparent;
	}

#header nav[role="navigation"] .partners ul{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%; right: -6px;
	margin-top: 8px;
	padding: 10px 15px;
	background: #4c4c4c;
	
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform: perspective(600px) rotateX(-90deg);
			transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: top center;
			transform-origin: top center;
	-webkit-transition: all 600ms cubic-bezier(0.55, 0, 0.1, 1);
			transition: all 600ms cubic-bezier(0.55, 0, 0.1, 1);
	will-change: transform;	
	z-index: 1;
}

	#header nav[role="navigation"] .partners ul:before{
		content: '';
		height: 0; width: 0;
		position: absolute;
		top: -9px; right: 5px;
		border-style: solid;
		border-width: 5px;
		border-color: transparent transparent #4c4c4c transparent;
	}
	
.e-menu-open #header nav[role="navigation"] .partners ul{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#header nav[role="navigation"] .partners ul li{
	display: block;
	padding-left: 0;
	font-size: 12px;
	color: #dbdbdb;
}

#header nav[role="navigation"] .partners ul li a{
	display: block;
	color: #dbdbdb;
}

#header nav[role="navigation"] .partners ul li a:hover{
	text-decoration: underline;
}

#header nav[role="navigation"] .i-logged{
	height: auto; width: auto;
	margin: 0;
	padding: 10px 20px 10px 8px;
	position: relative;
	top: 10px;
	text-indent: 0;
	-webkit-transition: color 600ms cubic-bezier(0.45, 0, 0.1, 1), background-color 600ms cubic-bezier(0.45, 0, 0.1, 1);
            transition: color 600ms cubic-bezier(0.45, 0, 0.1, 1), background-color 600ms cubic-bezier(0.45, 0, 0.1, 1);
}

	#header nav[role="navigation"] .i-logged:after{
		content: '';
		height: 0; width: 0;
		border-style: solid;
		border-width: 4px;
		border-color: #828282 transparent transparent;
		position: absolute;
		top: 50%; right: 10px;
		margin-top: -2px;
	}

	#header nav[role="navigation"] .i-logged span{
		display: inline-block;
		height: 30px; width: 30px;
		position: relative;
		vertical-align: middle;
		-webkit-border-radius: 30px;
				border-radius: 30px;
	}
	
	#header nav[role="navigation"] .i-logged span img{
		-webkit-border-radius: 30px;
				border-radius: 30px;
	}
	
	#header nav[role="navigation"] .i-logged span var{
		min-height: 16px;
		min-width: 16px;
		position: absolute;
		top: -4px; right: -7px;
		padding: 1px 4px 0;
		color: white;
		font-size: 12px;
		font-style: normal;
		text-align: center;
		background: #cf1c31;
		-webkit-border-radius: 30px;
				border-radius: 30px;
	}
	
	#header nav[role="navigation"] .i-logged strong{
		display: inline-block;
		max-width: 145px;
		margin: 0 8px 0 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
		font-weight: 600;
	}

	#header nav[role="navigation"] .i-logged strong:empty{
		margin: 0;
	}
	
#header nav[role="navigation"] .logged{
	margin-top: -20px;
	padding-left: 10px;
}
	
#header nav[role="navigation"] .logged ul{
	opacity: 0;
	visibility: hidden;
	min-width: 165px;
	position: absolute;
	top: 100%; right: 0;
	margin-top: 10px;
	padding-bottom: 7px;
	background: #ce1e2e;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform: perspective(600px) rotateX(-90deg);
			transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: top center;
			transform-origin: top center;
	-webkit-transition: all 450ms cubic-bezier(0.45, 0, 0.1, 1);
			transition: all 450ms cubic-bezier(0.45, 0, 0.1, 1);
	will-change: transform;
}

	#header nav[role="navigation"] .logged ul li{
		display: block;
		padding: 7px 14px 0;
		color: white;
		text-align: left;
	}
	
		#header nav[role="navigation"] .logged ul li a{
			color: white;
		}
		
.logged-open #header nav[role="navigation"] .i-logged{ color: white; background: #ce1e2e; }
.logged-open #header nav[role="navigation"] .i-logged:after{ border-color: transparent transparent white; margin-top: -7px; }
.logged-open #header nav[role="navigation"] .logged ul{ opacity: 1; visibility: visible; -webkit-transform: translateX(0); transform: translateX(0); }

#header .search-form{
	opacity: 0;
	visibility: hidden;
	padding: 55px 23px 74px;
	position: fixed;
	top: 0;
	left: 0; right: 0;
	color: white;
	background: #ce1e2e;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform: perspective(600px) rotateX(-90deg);
			transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: top center;
			transform-origin: top center;
	-webkit-transition: all 800ms cubic-bezier(0.45, 0, 0.1, 1);
			transition: all 800ms cubic-bezier(0.45, 0, 0.1, 1);
	font: 18px/1.4 'TheSansDnevnikLight', Arial, sans-serif;
	will-change: transform;
	z-index: 10;
}

.search-open #header .search-form{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}
	
#header .search-form .wrapper{
	position: relative;
	border: 0;
	padding: 0;
}

#header .search-form .wrapper:after{
	display: none;
}
	
#header .search-form .title{
	display: block;
	text-align: center;
	font: 50px/1.1 'TheSerifDnevnikPlain', Arial, serif;
}

#header .search-form strong{
	font-family: 'TheSansDnevnikBold', Arial, sans-serif;
}

#header .search-form a{
	color: white;
	text-decoration: none;
}

#header .search-form a:hover{
	text-decoration: underline;
}

#header .search-form .form{
	margin: 40px auto 23px;
	padding-right: 72px;
	position: relative;
	background: white;
}

#header .search-form .form input{
	padding: 24px 25px 21px;
	border: 0;
	font-size: 22px;
	background: transparent;
	font-family: 'TheSansDnevnikLight', Arial, sans-serif;
}

#header .search-form .form button{
	width: 76px;
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
	padding: 0;
	background: transparent;
}

#header .search-form .form button span{
	display: block;
	height: 42px; width: 38px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -20px 0 0 -18px;
	text-indent: -10000px;
	background-position: -300px -82px;
}

#header .search-form .close-search{
	height: 24px; width: 24px;
	position: absolute;
	top: 19px; right: 0;
	cursor: pointer;
	text-indent: -10000px;
	background-position: -300px -49px;
	z-index: 2;
}


#footer .line{		
	overflow: hidden;
	position: relative;
	border-top: 7px solid #ce1e2e;
}

	#footer .line h5{
		height: 45px; width: 188px;
		margin: -7px 0 0;
		float: left;
		text-indent: -10000px;
		background-color: #ce1e2e;
		background-position: 0 -34px;
	}
	
	#footer .line .social{
		float: right;
		font-size: 0;
	}
		
		#footer .line .social a{
			height: 32px; width: 32px;
			display: inline-block;
			margin: 1px 0 0 1px;
			padding: 0;
			vertical-align: top;
			text-indent: -10000px;
		}
		
		#footer .line .social a:first-child{
			margin-left: 0;
		}
		
		#footer .line .social a.facebook{ background-position: 0 0; }
		#footer .line .social a.telegram{ background-position: -33px 0; }
		#footer .line .social a.twitter{ background-position: -66px 0; }
		#footer .line .social a.youtube{ background-position: -99px 0; }
		#footer .line .social a.linkedin{ background-position: -70px -263px; }
		#footer .line .social a.viber{ background-position: -70px -296px; }
		#footer .line .social a.instagram{ background-position: -70px -329px; }

#footer .navigation{
	display: table; width: 100%;
	padding: 32px 0 30px;
	table-layout: fixed;
}

	#footer .navigation .col{
		display: table-cell;
		padding: 0 24px;
		color: #5d5d5d;
		font-size: 12px;
		vertical-align: top;
		border-left: 1px solid #e9e9e9;
	}
	
		#footer .navigation .col:first-child{
			padding-left: 0;
			border-left-width: 0;
		}
		
		#footer .navigation .col:last-child{
			padding-right: 0;
		}
		
	#footer .navigation .col h6{
		margin-top: 16px;
		margin-bottom: 1px;
		color: #cd1d2d;
	}
	
		#footer .navigation .col h6:first-child{
			margin-top: 0;
		}
		
	#footer .navigation .col h6 a{
		display: block;
		position: relative;
		transform: translateZ(0);
	}
	
	#footer .navigation .col nav{
		padding-bottom: 17px;
	}
	
	#footer .navigation .col nav:last-child{
		padding-bottom: 0;
	}
	
	#footer .navigation .col nav a{
		display: block;
		position: relative;
		color: #5d5d5d;
		text-decoration: none;
		transform: translateZ(0);
	}
	
	#footer .navigation .col h6 a:before,
	#footer .navigation .col h6 a:after,
	#footer .navigation .col nav a:before,
	#footer .navigation .col nav a:after{
		display: inline-block;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: -webkit-transform 300ms, opacity 200ms;
						transition: transform 300ms, opacity 200ms;
	}
	
	#footer .navigation .col h6 a:before,
	#footer .navigation .col nav a:before{
		content: '[';
		margin-left: -8px;
		-webkit-transform: translateX(-10px);
				transform: translateX(-10px);
	}

	#footer .navigation .col h6 a:after,
	#footer .navigation .col nav a:after{
		content: ']';
		margin-left: 4px;
		-webkit-transform: translateX(10px);
				transform: translateX(10px);
	}
	
	#footer .navigation .col h6 a:hover:before,
	#footer .navigation .col h6 a:hover:after,
	#footer .navigation .col nav a:hover:before,
	#footer .navigation .col nav a:hover:after,
	#footer .navigation .col nav a:focus:before,
	#footer .navigation .col nav a:focus:after{
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}

#footer .footer-bottom{
	padding: 17px 0 15px;
	color: white;
	font: normal 11px/22px Arial, serif;
	background: #333;
}

#footer .footer-bottom .wrapper{
	background: transparent;
}

#footer .footer-bottom a{
	color: white;
}

#footer .footer-bottom .pull-left{
	max-width: 55%;
}

#footer .footer-bottom .pull-right{
	text-align: right;
}

#footer .footer-bottom .pull-right a{
	text-decoration: none;
}

#footer .footer-bottom .el-show{
	display: inline-block!important;
}

#footer .footer-bottom .pull-right a{
	display: inline-block;
	padding-right: 4px;
}

#footer .footer-bottom .pull-right a:before{
	content: '&middot';
	position: relative;
	top: 1px; left: -4px;
}

#footer .footer-bottom .pull-right a:last-child{
	padding-right: 0;
}

#footer .footer-bottom .pull-right a:first-child:before,
#footer .footer-bottom .pull-right strong + a:before{
	display: none;
}

#header + .banner-box .wrapper{
	padding-top: 30px;
}
	
.banner-box{
	text-align: center;
}

.banner-box .banner .wrapper{
	padding-bottom: 45px;
}

.block .banner-box .banner,
.site-block .banner-box .banner{
	margin-bottom: 0!important;
}

aside .banner-box .banner{
	margin-bottom: 20px;
}

.divider{
	height: 3px; width: 100%;
	clear: both;
	margin: 33px 0;
	background: #e5e5e5;
}

aside .divider{
	margin: 20px auto
}

.divider:last-of-type{
	margin-bottom: -10px;
}

.site-block{
	clear: both;
	margin-bottom: 45px;
}


.site-block .site-block:last-of-type{
	margin-bottom: 25px;
}

.site-block aside .site-block:last-of-type{
	margin-bottom: 45px;
}

[class*='general-article'] aside:first-of-type .module:first-of-type{
	margin-top: 65px;
}

[class*='general-article'] aside:first-of-type .module:only-of-type{
	min-height: inherit;
	margin-top: 5px;
}

/*
.site-block aside .module:last-of-type .site-block{
	margin-bottom: 0;
}
*/

.site-block.offset-block{
	margin-left: -10px;
	margin-right: -10px;
}

.site-block.offset-left{
	padding: 25px;
	margin-left: -25px;
}

.block{
	padding-bottom: 25px;
}

.block:last-of-type{
	padding-bottom: 0;
}
	
.main-content{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
}	
	
.content{
	float: left;
	width: calc(100% - 320px);
	-webkit-flex-shrink: 2;
	-ms-flex-negative: 2;
	flex-shrink: 2;
}
	
	.main-content .content.full-width,
	.main-content .content:only-child{
		width: 100%; float: none;
	}

aside{
	float: right; width: 300px;
	min-width: 300px;
	margin-right: 20px;
}

	.content + aside{
		margin-right: 0;
		margin-left: 20px;
	}
	
.module{
	position: relative;
}

.module.long-scroll{
	min-height: 850px;
}

.smodule{ min-height: 250px; }

.button,
button{
	display: inline-block;
	border: 0;
	min-height: 38px;
	margin-top: 18px;
	padding: 12px 15px 11px;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background: #ce1e2e;
	font: 400 16px/1.2 'TheSerifDnevnikSemiBold', "Helvetica Neue", serif;
	transition: background 700ms ease;
}

[class*='general-article'] .button{
	color: white;
}

.button.button-large,
button.button-large{
	padding: 20px 25px 24px;
	font-size: 28px;
}


	
.button:hover,
button:hover{
	background: #9a1b27;
}

button{
	margin-top: 0;
}

.button.gray,
button.gray{
	background: #808080;
}

[disabled],
[disabled]:hover{
    background: #666;
    cursor: default;
}

aside .button{
	width: 100%;
}

/* Articles */

.thumbnail,
.thumbnail img,
figure img{
	display: block;
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
	transition: opacity 450ms ease;
}

.thumbnail a,
[class*='big-picture'] .thumbnail a{
	display: block;
	background: black;	
}

.thumbnail a:hover img,
[class*='gallery-grid-container'] figure:hover .thumbnail img,
.photos-grid figure:hover img,
.the-picture .general-figure:hover img{
	opacity: .8;
}

figure,
figcaption{
	position: relative;
}

[class*='page-nav'] + .site-block [class*='primary-article']{
	margin-top: 25px;
}

[class*='primary-article']{
	position: relative;
	font: 15px/1.3 'TheSansDnevnikPlain', sans-serif;
}

[class*='primary-article'] figure img{
	min-width: 100%;
}

[class*='primary-article'] h1{
	font-size: 34px;
	margin: 18px 0 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

	[class*='primary-article'] h1.size-2,
	[class*='primary-article'] h1.size-2{
		font-size: 34px;
		margin: 18px 0 3px;
	}
	
	[class*='primary-article'] h1.size-3,
	[class*='primary-article'] h1.size-3{
		font-size: 32px;
		margin: 11px 0 3px;
	}
	
	[class*='primary-article'] h1.size-4,
	[class*='primary-article'] h1.size-4{
		font-size: 26px;
		margin: 11px 0 3px;
	}
	
	[class*='primary-article'] h1.size-2 + p,
	[class*='primary-article'] h1.size-3 + p,
	[class*='primary-article'] h1.size-4 + p{
		padding-top: 8px;
	}
	
	[class*='primary-article'] h1.size-5,
	[class*='primary-article'] h1.size-5{
		font-size: 127px;
		line-height: 1;
	}
	
[class*='primary-article'] .label{
	position: absolute;
	top: 25px; left: -7px;
	padding: 6px 17px;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	background: #ce1e2e;
}

[class*='primary-article'] figure{
	margin-bottom: 12px;
}

.primary-article-v1{
	font: 18px/1.3 'TheSansDnevnikPlain', sans-serif;
}

.primary-article-v1 h1{
	margin: 0;
	font-size: 30px;
	line-height: 1.15;
}

.primary-article-v1 .label{
	position: relative;
	top: 0; left: 0;
	margin: -5px 0 14px;
	padding: 0;
	color: #ce1e2e;
	text-transform: none;
	font: 34px/1 'TheSerifDnevnikSemiBold', Arial, serif;
	background: transparent;
}

.label-live{
	display: inline-block;
	position: relative;
	padding: 2px 10px 3px 21px;
	color: white;
	background: #ce1e2e;
	font: 15px/1.1 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='primary-article'] .label.article-live{
	display: inline-block;
	padding: 4px 18px 4px 28px;
	color: white;
	font-size: 27px;
	background: #ce1e2e;
}

@keyframes blink{  
    0% { background: white; }
    100% { background: transparent; }
}

@-webkit-keyframes blink{
    0% { background: white; }
    100% { background: transparent; }
}

[class*='primary-article'] .label.article-live:before,
.label-live:before{
	content: '';
	height: 8px; width: 8px;
	position: absolute;
	top: 50%; left: 10px;
	margin-top: -4px;
	background: white;
	
	-webkit-animation: blink 1s infinite;
			animation: blink 1s infinite;
	
	-webkit-border-radius: 8px;
			border-radius: 8px;
}

.label-live:before{
	left: 8px;
}

.label-live.label-live-noblink {
	padding-left: 10px;
}
.label-live.label-live-noblink:before {
	display: none;
}

[class*='primary-article'] .sport-label{
	min-width: 380px;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto; left: auto;
	bottom: 0; right: 0;
	color: white;
	border-top: 5px solid white;
	border-left: 5px solid white;
	background: #9d000e;
	text-transform: none;
	font: 13px/1.3 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

[class*='primary-article'] .sport-label .cell{
	width: 50%;
	padding: 14px 20px;
}

[class*='primary-article'] .sport-label .cell + .cell{
	background: #7b0a14;
}

[class*='primary-article'] .sport-label .cell strong{
	display: block;
	padding-bottom: 4px;
	text-align: center;
	font-size: 15px;
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='primary-article'] .sport-label .cell p{
	padding-top: 4px;
}

[class*='primary-article'] .sport-label table{
	margin: 12px 15px 10px;
	font-size: 15px;
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='primary-article'] .sport-label table td{
	padding: 6px 5px;
	text-align: center;
}

[class*='primary-article'] .sport-label table td:first-child{
	text-align: left;
}

[class*='primary-article'] .sport-label table td strong{
	min-width: 24px;
	display: block;
	padding: 2px 3px 1px;
	background: #7b0a14;
}

.label.article-exclusive{
	display: inline-block;
	padding: 4px 16px;
	color: white;
	font-size: 27px;
	background: #ce1e2e;
}

.label.article-exclusive + h1{
	color: #ce1e2e;
}

figure .label.article-exclusive{
	position: absolute;
	top: 37px;
	left: auto; right: -10px;
	font-size: 22px;
	padding-top: 5px;
}

.primary-article-v8{
	line-height: 1.6;
}

.primary-article-v8 h1{
	margin: 15px 0;
	font-size: 30px;
	line-height: 1.125;
}

.primary-article-v8 h1 + .article-tools{ padding-top: 0; }

.label-weekend,
[class*='primary-article'] .label-weekend{
	left: auto; right: -9px;
	text-transform: none;
	background: #017f14;
	font: normal 17px/1.3 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
}

.view-weekend{
	float: right;
	margin-top: -20px;
	position: relative;
	color: #017f14;
	text-decoration: none;
	font: normal 14px/1.3 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
	z-index: 2;
}

.live-box{
	margin-bottom: 24px;
	padding: 22px;
	border: 9px solid #7b0a14;
	background: white;
	font: 15px/1.3 'TheSansDnevnikPlain', sans-serif;
}

	.live-box h1{
		margin: 0;
		color: #333;
	}
	
	.live-box .marker{
		position: relative;
		padding-left: 13px;
	}
	
	@keyframes flash{  
		0% { background: #ce1e2e; }
		100% { background: transparent; }
	}

	@-webkit-keyframes flash{
		0% { background: #ce1e2e; }
		100% { background: transparent; }
	}
	
	.live-box .marker:before{
		content: '';
		height: 8px; width: 8px;
		position: absolute;
		top: 50%; left: 0;
		margin-top: -4px;
		background: #ce1e2e;
		
		-webkit-animation: flash 1s infinite;
				animation: flash 1s infinite;
		
		-webkit-border-radius: 8px;
				border-radius: 8px;
	}
	
.live-box .button{
	margin: 0;
	font: 17px/1 'TheSansDnevnikPlain', sans-serif;
}

.article-tools{
	display: block;
	padding: 8px 0;
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
}

article:last-of-type .article-tools:last-of-type{
	padding-bottom: 0;
}

.article-tools,
.article-tools a,
.article-content .article-tools a,
.article-tools .share{
	color: #7f7f7f;
	font-size: 13px;
	text-decoration: none;
}
	
	aside .article-tools a{
		white-space: nowrap;
	}

	.article-tools .i,
	.article-tools .share .shareit{
		height: 18px; width: 18px;
		display: inline-block;
		margin: -2px 3px 0;
		vertical-align: middle;
		-webkit-transition: 0s;
				transition: 0s;
	}
	
	.article-tools .i-com{
		height: 18px;
		background-position: -72px -80px;
	}
	
	.article-tools .i-fav{
		height: 18px;
		background-position: -53px -80px;
	}
	
	.article-tools .i-seen{
		height: 17.5px;
		margin: 1px 0 0;
		background-position: -148px -121px;
	}
	
	.article-tools .i-recommend{
		opacity: .75;
		background-position: -49px -234px;
	}
	
	.article-tools .i-like{
		height: 18px; width: 18px;
		background-position: -148px -294px;
	}
	
	.article-tools .i-viber{
		height: 18px; width: 18px;
		background-position: -208px -316px;
	}
	
	.article-tools .i-fb{
		background-position: -168px -294px;
	}
	
	.article-tools .i-tw{
		background-position: -188px -294px;
	}
	
	.article-tools .shareit{
		margin-top: 1px;
		text-indent: -10000px;
		background-position: -208px -294px;
	}
	
	.summary-over-image .article-tools .i-com,
	.summary-on-top .article-tools .i-com{
		background-position: -72px -99px;
	}

	.summary-over-image .article-tools .i-fav,
	.summary-on-top .article-tools .i-fav{
		background-position: -53px -99px;
	}
	
	.article-tools :hover .i-fav{ background-position: -148px -382px; }
	.article-tools .active .i-fav, .article-tools .active:hover .i-fav{ background-position: -53px -99px; opacity: .5; }
	
	.article-tools :hover .i-like{ background-position: -148px -338px; }
	.article-tools .active .i-like, .article-tools .active:hover .i-like{ background-position: -148px -294px; opacity: .5; }	
	
	.article-tools :hover .i-viber, .article-tools .active .i-viber{ background-position: -208px -360px; }
	.article-tools :hover .i-fb, .article-tools .active .i-fb{ background-position: -168px -338px; }
	.article-tools :hover .i-tw, .article-tools .active .i-tw{ background-position: -188px -338px; }
	.article-tools .google-plus:hover, .article-tools .google-plus.active{ background-position: -148px -360px!important; }
	.article-tools .linkedin:hover, .article-tools .linkedin.active{ background-position: -168px -360px!important; }
	.article-tools .email:hover, .article-tools .email.active{ background-position: -188px -360px!important; }	
	
	.article-tools .share:hover .shareit, .article-tools .share.open .shareit{ background-position: -208px -338px; }
	
	.article-tools .share{
		display: inline-block;
		margin: -2px 3px 0;
		position: relative;
		vertical-align: middle;
	}
	
	.article-tools .share ul{
		display: none;
		position: absolute;
		top: 100%; left: 0;
	}
	
	.article-tools .share.open ul{
		display: block;
	}
	
	.article-tools .share ul li{
		padding: 5px 0 0 3px;
	}
	
	.article-tools .share ul a{
		height: 18px; width: 18px;
		display: block;
		text-indent: -10000px;
		-webkit-transition: 0s;
				transition: 0s;
	}
	
	.article-tools .share ul a.google-plus{
		background-position: -148px -316px;
	}
	
	.article-tools .share ul a.linkedin{
		background-position: -168px -316px;
	}
	
	.article-tools .share ul a.email{
		background-position: -188px -316px;
	}
	
	
	
.article-tools strong{
	font-style: normal;
	font-family: 'TheSansDnevnikSemiBold', Arial, sans-serif;
}
	
[class*='primary-article'] .article-tools:last-of-type{
	padding-bottom: 0;
}

.primary-article-v2 .grid-container figure{
	max-width: 621px;
	padding-left: 0;
}

.primary-article-v2 .grid-container .summary h1{
	margin-top: -8px;
	font-size: 32px;
}

[class*='primary-article'] .article-in-pack{
	font-size: 14px;
	padding: 13px 0;
}

[class*='primary-article'] .article-in-pack em{
	display: inline-block;
	margin: 0 1px 3px 0;
	padding: 0 5px;
	color: white;
	font-style: normal;
	vertical-align: top;
	background: #333;
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='primary-article'] .article-in-pack a{ text-decoration: none; }

.primary-article-v7 h1{
	margin: -7px 0 22px;
	font-size: 30px;
	line-height: 1.125;
}

.primary-article.article-in-pack{
	background: #e1e1e1;
}

	/*.primary-article.article-in-pack figure{
		margin-left: -18px;
	}*/
	
	.primary-article.article-in-pack figure figcaption{
		padding: 15px 0 15px 18px;
	}

.primary-article.article-in-pack figcaption h1{
	margin: 0;
	font-size: 26px;
}

.primary-article.article-in-pack .summary{
	float: right;
}

.primary-article.article-in-pack .summary .article-pack{
	padding-left: 0;
}

.primary-article.article-in-pack .summary .article-pack ul{
	margin: 0 0 13px;
}

.primary-article.article-in-pack .summary .article-pack ul li{
	padding-left: 0;
	padding-right: 0;
	position: relative;
	border: 0;
}

	.primary-article.article-in-pack .summary .article-pack ul li:after{
		content: '';
		height: 3px; width: 43px;
		position: absolute;
		left: 0; bottom: -3px;
		background: #b9b9b9;
	}

.primary-article.article-in-pack .summary .article-pack ul li h3{
	padding-left: 0;
	padding-right: 0;
}


.primary-article.summary-over-image .summary{
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	padding: 40px 20px 22px;
	color: white;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%);
}

.primary-article.summary-on-top .summary{
	position: absolute;
	top: 83px; left: 80px;
	padding: 20px;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);
}

	.grid-container .primary-article.summary-over-image figure{
		margin: 0;
	}

	.grid-container .primary-article.summary-over-image .summary{
		left: 18px;
	}
	
.primary-article.summary-over-image .summary .article-tools,
.primary-article.summary-over-image .summary .article-tools a,
.primary-article.summary-on-top .summary .article-tools,
.primary-article.summary-on-top .summary .article-tools a{
	color: white;
}

.primary-article.summary-on-top .summary .heading{
	display: block;
	padding-bottom: 49px;
	font: 127px/1 'TheSerifDnevnikSemiBold', Arial, serif;
}

.primary-article.summary-on-top .summary h1{
	font-size: 29px;
	max-width: 450px;
}

.primary-article.summary-on-top .article-tools,
.primary-article.summary-on-top .article-tools a{
	font-size: 13px;
}

[class*='secondary-article'] + [class*='secondary-article']{
	padding-top: 20px;
	position: relative;
}

[class*='secondary-article'] + [class*='secondary-article'] h2:before,
.secondary-article-v3 + .secondary-article-v3:before{
	content: '';
	height: 3px; width: 43px;
	position: absolute;
	top: 10px; left: 0;
	background: #cd1d2d;
}

[class*='secondary-article'] + [class*='secondary-article'] figure + h2:before,
[class*='secondary-article'] + [class*='secondary-article'].border-top h2:before{
	display: none;
}

[class*='secondary-article'].border-top:first-of-type{
	padding-bottom: 10px;
}

[class*='secondary-article'].border-top + [class*='secondary-article'].border-top{
	padding: 30px 0 20px;
	border-top: 3px solid #d6d6d6;
}

.secondary-article-v4 figure{
	width: 51%; float: left;
	padding: 5px 18px 9px 0;
}

[class*='secondary-article'] figure{
	position: relative;
	margin-bottom: 10px;
}

[class*='secondary-article'] h2{
	margin: 0;
	font-size: 17px;
	line-height: 1.3;
}

[class*='secondary-article'] [class*='label'] + h2{
	clear: right;
}

[class*='secondary-article'] h1{
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}

[class*='secondary-article'] h2 + p,
[class*='secondary-article'] h1 + p{
	padding-top: 7px;
}

[class*='secondary-article'] h2 + p:empty,
[class*='secondary-article'] h1 + p:empty{
	padding-top: 0;
}

[class*='secondary-article'] h2 + p + .article-tools{
	padding-top: 6px;
}

[class*='secondary-article'] .label{
	position: absolute;
	top: 0; left: 0;
	padding: 0!important;
	background: transparent!important;
}

[class*='secondary-article'] .label img{
	min-height: inherit;
}

[class*='secondary-article'] .label-v2{
	float: right;
	display: inline-block;
	margin: 0 0 8px;
	padding: 5px 8px 4px;
	color: white;
	font: 11px/14px 'TheSansDnevnikSemiLight', Arial, sans-serif;
	background: #a5a6a7;
}

[class*='secondary-article'] .label-v3{
	padding: 4px 12px 5px;
	position: absolute;
	top: 11px; right: -6px;
	font: 16px/1.1 'TheSerifDnevnikSemiBold', Arial, serif;
	background: #ce1e2e;
}

.secondary-article-v2 .label-v2{
	float: right;
	margin-bottom: 10px;
}

.label-v3{
	display: inline-block;
	padding: 5px 8px 4px;
	color: white;
	font: 11px/14px 'TheSansDnevnikSemiLight', Arial, sans-serif;
	background: #a5a6a7;
}

.secondary-article-v2.border-top:first-of-type{
	padding-bottom: 25px;
}

.site-block + .secondary-article-v2.border-top{
	padding: 30px 0 25px;
	border-top: 3px solid #d6d6d6;
}

.secondary-article-v2.border-top + .secondary-article-v2.border-top{
	padding: 19px 0 25px;
}

.secondary-article-v2{
	font-size: 15px;
}

.secondary-article-v2 figure,
.secondary-article-v2 [class*='number-of-the-day']{
	width: 300px; float: left;
	margin: 0 20px 0 0;
}

	.secondary-article-v2 .grid-container{
		padding: 0;
		width: auto;
		margin: 0 0 30px -18px;
	}

	.secondary-article-v2 .grid-container figure{
		width: auto;
		margin: 0;
	}
	
	.secondary-article-v2 .grid-container figure .thumbnail{
		max-height: inherit;
	}
	
.secondary-article-v2 figure{
	margin-top: 6px;
}
	
.secondary-article-v2 .text{
	overflow: hidden;
	padding-top: 6px;
}

.secondary-article-v2 h2{
	font-size: 21px;
	margin-top: -5px;
	padding-bottom: 10px;
}

.secondary-article-v2 .article-tools,
.secondary-article-v2 h2 + p + .article-tools{
	padding-top: 12px;
}

.secondary-article-v2 [class*='number-of-the-day']{
	margin-bottom: 0!important;
}

.secondary-article-v2 [class*='number-of-the-day'] strong{
	font-size: 28px;
	margin-bottom: -14px;
}

.secondary-article-v3 + .secondary-article-v3{
	padding-top: 38px;
}

.secondary-article-v3 + .secondary-article-v3:before{
	top: 16px;
}

.remove-article{
	display: inline-block;
	margin: 3px auto 16px;
	padding: 5px 11px 6px 25px;
	position: relative;
	color: #676767;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	background: #e7e7e7;
}

.remove-article:before{
	content: '';
	height: 8px; width: 9px;
	position: absolute;
	top: 50%; left: 9px;
	margin-top: -4px;
	background-position: -168px -121px;
}

.thumbnails{
	min-height: 212px;
}

.thumbnails img{
	min-height: inherit!important;
	width: 100%;
	max-width: 80%;
	transform: translate3d(0, 0, 0);
}

.thumbnails img + img{
	position: absolute;
	top: 25px; right: 0;
	z-index: 2;
}

.thumbnails img + img + img{
	top: 80px;
	left: 15px; right: auto;
	z-index: 3;
}

.gallery-gridcount{
	float: right;
	padding-left: 33px;
	position: relative;
	color: #ce1e2e;
	font: 24px/1 'TheSerifDnevnikSemiBold', Arial, serif;
}

.gallery-gridcount:before{
	content: '';
	height: 22px; width: 27px;
	position: absolute;
	top: 1px; left: 0;
	background-position: -295px -24px;
}

.flex-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
}

	.no-flexbox .flex-container{
		display: table; width: 100%;
		table-layout: fixed;
	}

.border-box .flex-container{
	max-width: 1246px;
}

.flex-container [class*="grid-"]{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-container [class*="grid-"] .inner{
	width: 100%;
}

	.no-flexbox .flex-container [class*="grid-"]{
		display: table-cell;
		float: none;
		vertical-align: top;
	}
	
	.no-flexbox .flex-container .grid-container{
		display: table; width: 100%;
	}

.border-box [class*='secondary-article']{
	padding: 0 10px 10px;
	background: white;
}

.border-box [class*='secondary-article'] figure{
	margin-left: -10px;
	margin-right: -10px;
}

.short-list{}

.short-list article{
	margin-top: 1px;
	padding: 15px;
	background: white;
}

.short-list article h3{
	margin: 0;
	font: normal 14px/1.4 'TheSerifDnevnikPlain', Arial, serif;
}

.short-list article h3 a{
	color: inherit;
}

.short-list article .article-tools{
	padding: 4px 0 0;
}

.short-list article .label{
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 8px;
	color: white;
	font: 11px/1 'TheSansDnevnikSemiLight', Arial, sans-serif;
	background: #a5a6a7;
}

.short-program-list{
	margin-top: 16px;
}

.short-program-list article{
	padding-left: 43px;
	position: relative;
}

.short-program-list article h3{
	color: #333;
	font: normal 13px/1.4 'TheSerifDnevnikSemiBold', Arial, serif;
}

.short-program-list article time{
	min-width: 48px;
	padding: 2px 5px;
	position: absolute;
	top: 14px; left: -16px;
	color: white;
	text-align: center;
	background: #a1a0a0;
	font: normal 13px/1.4 'TheSerifDnevnikSemiBold', Arial, serif;
}


.news-in-package .block-title{
	margin-top: -8px;
	margin-bottom: 19px;
}

.news-in-package [class*='view-all']{
	margin: -19px 0 19px;
	color: black;
	font-size: 17px;
	font-family: 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

.news-in-package [class*='secondary-article']{
	margin-top: 7px;
	padding-top: 20px;
	position: relative;
}

.news-in-package [class*='secondary-article'] h2:before{
	content: '';
	height: 3px; width: 43px;
	position: absolute;
	top: 10px; left: 0;
	background: #cd1d2d;
}

.news-in-package .primary-article figure{
	max-width: inherit;
	padding: 0!important;
	float: inherit!important;
	text-align: left;
	position: relative;
}

.news-in-package .primary-article figure figcaption{
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	padding: 40px 20px 16px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%);
}

	.news-in-package .primary-article figure figcaption h2{
		color: white;
		font-size: 21px;
		margin: 0;
	}

.news-in-package .primary-article .label{
	position: absolute;
	top: 42px; left: -7px;
	color: white;
	text-transform: none;
	font: 22px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.news-in-package .primary-article .label a{
	color: inherit;
	text-decoration: none;
}

.news-in-package .divider{
	height: 2px;
	margin: 60px auto;
}

.in-partnership{
	color: #a5a6a7;
	font-size: 15px;
	text-align: right;
}

.in-partnership img{
	margin-top: -4px;
	vertical-align: middle;
}

.send-news{
	display: block;
	min-height: 170px;
	padding: 19px 18px 15px;
	color: white;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	background: #ce1e2e;
	transition: background 700ms ease;
}

	.send-news strong{
		display: block;
		padding-bottom: 17px;
		font: 22px/1.2 'TheSerifDnevnikSemiBold', serif;
	}

	.send-news .text{
		display: block;
		min-height: 62px;
		position: relative;
		padding-left: 70px;
	}

	.send-news .text:before{
		content: '';
		height: 62px; width: 52px;
		position: absolute;
		top: 0; left: 0;
		background-position: 0 -80px;
	}
	
	.send-news a{
		color: white;
	}
	
[class*='articles-in-package'] .grid-container{
	position: relative;
	margin-bottom: 29px;
	padding-bottom: 40px;
}

[class*='articles-in-package'] .grid-container:before{
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 24.99%; right: 0;
	margin-left: 18px;
	background: #e5e5e5;
}

	[class*='articles-in-package'] .grid-container .grid-container:before{
		display: none;
	}

[class*='articles-in-package'] .grid-container:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
}

[class*='articles-in-package'] .grid-container:last-of-type:before{
	height: 0;
}

[class*='articles-in-package'] .grid-container > [class*='grid-']{
	position: relative;
}

[class*='articles-in-package'] > .grid-container > [class*='grid-']:first-child{
	padding-top: 8px;
}

[class*='articles-in-package'] > .grid-container > [class*='grid-']:first-child:before{
	content: ''; height: 7px;
	position: absolute;
	top: 0;
	left: 18px; right: 0;
	background: #ce1e2e;
}
	
[class*='articles-in-package'] .pack-counter{
	display: block;
	padding-top: 3px;
	color: #ce1e2e;
}

[class*='articles-in-package'] .pack-counter{
	display: block;
	padding-top: 3px;
	color: #ce1e2e;
    border-top: 7px solid #ce1e2e;
}

[class*='articles-in-package'] [class*='grid-d'] .pack-counter{
    border-top: 0;
}

[class*='articles-in-package'] .pack-title{
	padding: 8px 8px 0 0;
	color: black;
	font-size: 26px;
}

[class*='articles-in-package'] .pack-sub-title{
	display: block;
	color: black;
	font: 17px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

	[class*='articles-in-package'] .pack-title + .pack-sub-title{
		margin-top: -11px;
	}

[class*='articles-in-package'] .pack-counter a,
[class*='articles-in-package'] .pack-title a,
[class*='articles-in-package'] .pack-sub-title a{
	color: inherit;
	text-decoration: none;
}

[class*='articles-in-package'] [class*='view-all']-from-category{
	position: relative;
	top: -9px;
	color: #666;
	text-decoration: underline;
	font: 15px/1.2 'TheSansDnevnikSemiBold', Arial, sans-serif;
	
}

[class*='articles-in-package'] .grid-container [class*='secondary-article']:first-of-type h2{
	margin-top: -4px;
}

[class*='articles-in-package'] .grid-container [class*='secondary-article']:first-of-type figure + h2{
	margin-top: 0;
}

[class*='articles-in-package'] .grid-container .banner-box{
	float: right;
	margin-left: 18px;
}

.articles-in-package-v2 .grid-container:before{
	display: none;
}

.article-pack{
	padding: 18px 14px;
	position: relative;
	font-size: 15px;
	font-family: 'TheSerifDnevnikPlain', Arial, serif;
	background: #e1e1e1;
}

	.article-pack:before{
		content: '';
		height: 7px; width: 100%;
		position: absolute;
		top: 0; left: 0;
		background: #333;
	}

	.article-pack .pack-title{
		color: #ce1e2e;
		font-size: 15px;
		font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
	}
	
	.article-pack h2{
		margin: 3px 0 4px;
		font-size: 21px;
		font-family: 'TheSerifDnevnikBold', Arial, serif;
	}
	
	.article-pack h3{
		margin: 0;
		padding: 12px 14px 15px;
		font-size: 14px;
		line-height: 1.4;
	}
	
.article-pack ul{
	margin: 0 -14px 13px;
}

.article-pack ul li{
	border-bottom: 1px solid white;
}

.article-pack .button{
	margin-top: 14px;
	padding: 8px 12px;
	font-size: 14px;
}

[class*='articles-in-package'] .grid-d-12 .grid-d-12{
	margin-top: -5px;
}

[class*='articles-in-package'] .grid-d-12 > .grid-container{
	margin-left: -36px;
}

[class*='articles-in-package'] .grid-d-12 .secondary-article{
	position: relative;
	padding-top: 20px;
}

[class*='articles-in-package'] .grid-d-12 .secondary-article:first-of-type h2{
	margin-top: 0;
}

[class*='articles-in-package'] .grid-d-12 .secondary-article h2:before{
	content: '';
	height: 3px; width: 43px;
	position: absolute;
	top: 10px; left: 0;
	background: #cd1d2d;
}

[class*='secondary-article'].border-top .banner-box,
[class*='secondary-article'].border-top [class*='number-of-the-day']{
	margin-bottom: 10px;
}

[class*='secondary-article'].border-top [class*='big-picture']{
	margin-bottom: 20px;
}

[class*='user-author']{
	margin-top: 14px;
}

[class*='user-author'],
[class*='user-author'] a{
	display: table; width: 100%;
	color: black;
	font: 15px/1.1 'TheSerifDnevnikSemiBold', Arial, sans-serif;
}

[class*='user-author'] a{
	text-decoration: none;
}

[class*='user-author'] .thumb{
	height: 30px; width: 30px;
	display: table-cell;
	vertical-align: middle;
	background: #f4f4f4;
	-webkit-border-radius: 30px;
			border-radius: 30px;
}

[class*='user-author'] .thumb img{
	-webkit-border-radius: 30px;
			border-radius: 30px;
}

[class*='user-author'] strong{
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}

.user-author-v2 .thumb{
	height: 60px; width: 60px;
	-webkit-border-radius: 60px;
			border-radius: 60px;
}

.user-author-v2 .thumb img{
	-webkit-border-radius: 60px;
			border-radius: 60px;
}

.user-author-v2 strong{ font-size: 18px; }

.sponsored-stories{
	width: calc(100% + 16px);
	margin-left: -16px;
}

.sponsored-stories .cell{
	background: white;
	vertical-align: top;
	border-left: 16px solid #e1e1e1;
}

.sponsored-stories.items-2 [class*='secondary-article'],
.sponsored-stories.items-1 [class*='secondary-article']{
	padding: 15px;
}

.sponsored-stories.items-2 figure,
.sponsored-stories.items-1 figure{
	max-width: 300px;
	margin: -15px 15px 0 -15px;
	float: left;
}

.sponsored-stories.items-1 figure{
	max-width: 390px;
}

.sponsored-stories.items-1 [class*='secondary-article']{
	font-size: 15px;
}

.sponsored-stories.items-1 [class*='secondary-article'] h2{
	font-size: 21px;
	margin-bottom: 8px;
}

[class*='general-article'] .video-box.general-video-box{
	margin-bottom: 32px;
}

article h1 a:visited,
article h2 a:visited,
article h3 a:visited,
article h4 a:visited,
article h5 a:visited,
article h6 a:visited{
	color: #848484;
}

/* End Articles */


/* Analyses */

[class*='secondary-article'].border-top .analyses{
	margin-top: -10px;
}

.analyses article{
	padding: 17px 17px 16px;
	color: white;
	font: 17px/1.35 'TheSerifDnevnikSemiBold', serif;
	border-top: 1px solid #4a4a4a;
	background: #333;
}

.analyses article:first-child{
	border-top-width: 0;
}

.analyses article h3{
	margin: 0;
	font-size: 17px;
	line-height: 1.35;
}

.analyses article figure{
	position: relative;
	margin: -17px -17px 14px;
}

.analyses article figure [class*='label']{
	padding: 5px 15px 1px;
	position: absolute;
	bottom: 0;
	font: 18px/1.2 'TheSerifDnevnikPlain', Arial, serif;
	background: #333;
}

.analyses article figure .label-v2{
	padding: 5px 15px 6px;
	top: 0; bottom: auto;
	right: 0;
	font: 22px/1 'TheSerifDnevnikSemiBold', serif;
	background: #ce1e2e;
}

.analyses .article-tools{
	padding-top: 10px;
	padding-bottom: 0;
}

/* End Analyses */


/* Top Titles */

[class*='top-titles'] nav{
	font-size: 0;
}

[class*='top-titles'] nav a{
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 10px 18px 11px;
	color: white;
	text-decoration: none;
	font: 22px/1.275 'TheSerifDnevnikPlain', serif;
	background: #ce1e2e;
	vertical-align: top;
}

.top-titles-v2 nav{
	margin-left: -2px;
}

.top-titles-v2 nav a{
	font-size: 13px;
	margin: 0 0 2px 2px;
	padding: 6px 10px;
}

/* End Top Titles */


/* Filters */

.border-box{
	padding: 16px;
	background: #e1e1e1;
}

.border-box .inner-offset{
	margin-left: -16px;
	margin-right: -16px;
}

.ajaxy-filter{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}

aside .ajaxy-filter{
	margin: -6px -8px 10px 0;
}

.tab-filter,
.block-title + .ajaxy .ajaxy-filter,
.block-title + .ajaxy-medium .ajaxy-filter{
	margin: -15px 0 15px;
}

.block-title + .ajaxy-big .ajaxy-filter{
	margin: -11px 0 35px;
}

[class*='ajaxy'] .line-filter .ajaxy-filter{
	margin: 0;
}

.tab-filter a,
.ajaxy-tabs a,
.ajaxy-filter a{
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
}

	aside .tab-filter a,
	aside .ajaxy-tabs a,
	aside .ajaxy-filter a{
		font-size: 12px;
	}

.ajaxy-filter a strong,
.tab-filter a strong,
.ajaxy-big .ajaxy-filter a strong{
	-webkit-transition: color 250ms ease-out;
            transition: color 250ms ease-out;
}

.ajaxy-tabs a.active strong,
.ajaxy-filter a.active strong{
	text-decoration: underline;
}

.ajaxy-big .ajaxy-filter a{
	font: 18px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

.ajaxy-bigger nav,
.ajaxy-biggest nav{
	margin: 20px 0;
}

.ajaxy-bigger nav a{
	font: 24px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.ajaxy-biggest nav a{
	font: 34px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.ajaxy-big nav a.active strong,
.ajaxy-bigger nav a.active strong, 
.ajaxy-biggest nav a.active strong{ 
	color: #ce1e2e;
}

.ajaxy-medium nav a,
.tab-filter a{
	font: 14px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

.tab-filter a strong,
.ajaxy-big .ajaxy-filter a strong{
	text-decoration: underline;
}

.tab-filter a.active strong,
.ajaxy-big .ajaxy-filter a.active strong{
	text-decoration: none;
}

[class*='view-all']{
	display: block;
	margin-top: 15px;
	color: #333;
	text-decoration: none;
	font: 14px/1.4 'TheSerifDnevnikSemiBold', Arial, serif;
}

[class*='view-all'] i{
	display: inline-block;
	font-style: normal;
	font-family: 'TheSerifDnevnikSemiBold', Arial, serif;
	letter-spacing: -3px;
	vertical-align: middle;
}

[class*='arrow-down'] i{
	-webkit-transform: rotateZ(90deg) translateX(-3px) translateY(-2px);
			transform: rotateZ(90deg) translateX(-3px) translateY(-2px);
}

.view-all-v2{
	padding: 13px 10px 11px;
	background: #e1e1e1;
}


/* End Filters */


/* Quotes */

[class*='site-quote']{
	color: black;
	text-align: right;
	font: 15px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='site-quote'] .blockquote{
	position: relative;
	overflow: hidden;
	padding: 42px 40px 42px 0;
}

	[class*='site-quote'] .blockquote:before,
	[class*='site-quote'] .blockquote:after{
		content: '“';
		position: absolute;
		top: 183px; left: 0;
		color: #e5e5e5;
		font: normal 430px/0 'TheSerifDnevnikBold', Arial, serif;
		z-index: 0;
	}
	
	[class*='site-quote'] .blockquote:after{
		content: '”';
		top: auto; bottom: -10px;
		left: auto; right: 16px;
	}

[class*='site-quote'] blockquote{
	display: block;
	margin-bottom: 22px;
	padding-left: 56px;
	padding-right: 56px;
	overflow: hidden;
	position: relative;
	text-align: left;
	font: normal 28px/1.25 'TheSerifDnevnikBoldItalic', Arial, serif;
	z-index: 2;
}

	[class*='site-quote'] blockquote:before,
	[class*='site-quote'] blockquote:after{
		content: '“';
		position: absolute;
		top: 31px; left: 6px;
		color: black;
		font: normal 70px/0 'TheSerifDnevnikBold', Arial, serif;
	}
	
	[class*='site-quote'] blockquote:after{
		content: '”';
		top: auto; left: auto;
		bottom: -1px;
		margin-left: 12px;
	}
	
[class*='site-quote'] blockquote a{
	color: inherit;
	text-decoration: none;
}
	
[class*='site-quote'] blockquote + strong{
	display: inline-block;
	font: normal 18px/1.2 'TheSerifDnevnikBold', Arial, serif;
}

[class*='grid-d-'] [class*='site-quote']{
	text-align: left;
}

[class*='grid-d-'] [class*='site-quote'] .blockquote{
	padding: 22px 0 10px 15px;
	overflow: visible;
}

[class*='grid-d-'] [class*='site-quote'] .blockquote:before,
[class*='grid-d-'] [class*='site-quote'] .blockquote:after{
	font-size: 250px;
	top: 93px; left: -12px;
}

[class*='grid-d-'] [class*='site-quote'] .blockquote:after{
	top: auto; left: auto;
	bottom: -30px; right: -4px;
}

[class*='grid-d-'] [class*='site-quote'] blockquote{
	margin-bottom: 16px;
	padding-left: 0;
	font-size: 28px;
	line-height: 1.25;
	/*font: 28px/1.25 'TheSerifDnevnikBold', Arial, serif;*/
}

[class*='grid-d-'] [class*='site-quote'] blockquote:before,
[class*='grid-d-'] [class*='site-quote'] blockquote:after{
	display: none;
}

[class*='site-quote'] nav,
[class*='site-quote'] nav a,
[class*='site-quote'] .quote-by{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}

[class*='site-quote'] nav{
	top: -1px;
}

[class*='site-quote'] nav a{
	height: 18px; width: 18px;
	margin-right: 7px;
	text-indent: -10000px;
	text-align: left;
}

	[class*='site-quote'] nav a.tw{ background-position: -104px -263px; }
	[class*='site-quote'] nav a.fb{ background-position: -104px -282px; }
	[class*='site-quote'] nav a.in{ background-position: -104px -301px; }
	[class*='site-quote'] nav a.gp{ background-position: -104px -320px; }
	
.site-quote-v2{
	color: white;
	overflow: hidden;
	background: #ce1e2e;
}

.site-quote-v2 .blockquote{
	padding: 35px 40px 25px 80px;
	z-index: 1;
}

.site-quote-v2 .blockquote:before,
.site-quote-v2 .blockquote:after{
	color: #bc1b2a;
	top: 162px; left: 38px;
}

.site-quote-v2 .blockquote:after{
	top: auto; bottom: -72px;
	left: auto; right: 68px;
}

.site-quote-v2 blockquote{
	max-height: 130px;
	overflow: hidden;
	font-size: 43px;
	line-height: 1.5;
}

.site-quote-v2 blockquote:before,
.site-quote-v2 blockquote:after{
	color: white;
	font-size: 87px;
	top: 36px;
}

.site-quote-v2 blockquote:after{
	top: auto; bottom: -5px;
	right: 0;
}

.site-quote-v2 nav a.tw{ background-position: -53px -118px; }
.site-quote-v2 nav a.fb{ background-position: -72px -118px; }
.site-quote-v2 nav a.in{ background-position: -53px -137px; }
.site-quote-v2 nav a.gp{ background-position: -72px -137px; }

.site-quote-v3,
.site-quote-v4,
.site-quote-v5{
    padding: 36px 18px;
	overflow: hidden;
	color: white;
    font-size: 15px;
    text-align: right;
	background: #ce1e2e;
}

.site-quote-v3 .blockquote{
	padding: 20px 0 0;
}

.site-quote-v3 .blockquote:before,
.site-quote-v3 .blockquote:after,
.site-quote-v4 .blockquote:before,
.site-quote-v4 .blockquote:after,
.site-quote-v5 .blockquote:before,
.site-quote-v5 .blockquote:after{
	color: #bc1b2a;
}

.site-quote-v3 .blockquote:before{
	top: 125px; left: -30px;
}

.site-quote-v3 .blockquote:after{
	bottom: -110px; right: -30px;
}

.site-quote-v3 blockquote,
.site-quote-v4 blockquote,
.site-quote-v5 blockquote{
	margin: 0 0 25px!important;
    padding: 0 50px;
	position: relative;
	overflow: visible;
}

.site-quote-v3 blockquote:before,
.site-quote-v3 blockquote:after,
.site-quote-v4 blockquote:before,
.site-quote-v4 blockquote:after,
.site-quote-v5 blockquote:before,
.site-quote-v5 blockquote:after{
	color: white;
}

.site-quote-v4{
	display: table; width: 100%;
	padding: 0;
	table-layout: fixed;
}

.site-quote-v4 .blockquote{
	display: table-cell;
	width: 100%;
	overflow: visible;
	padding: 30px 18px 20px;
	font-size: 13px;
}

	.site-quote-v4 .blockquote + .blockquote{
		border-left: 20px solid white;
	}
	
.site-quote-v4 .blockquote:before,
.site-quote-v4 .blockquote:after{
	font-size: 220px;
}

.site-quote-v4 .blockquote:before{
	top: 75px; left: 16px;
}

.site-quote-v4 .blockquote:after{
	bottom: -35px;
	right: 16px;
}

.site-quote-v4 blockquote{
	font-size: 28px;
	padding: 0 0 0 60px;
}

.site-quote-v4 blockquote:before,
.site-quote-v4 blockquote:after{
	font-size: 55px;
	line-height: 25px;
	top: 10px; left: 22px;
}

.site-quote-v4 blockquote:after{
	left: auto;
	top: auto; bottom: -24px;
	margin-left: 4px;
}

.site-quote-v5{
	display: table; width: 100%;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.site-quote-v5 figure,
.site-quote-v5 .blockquote{
	display: table-cell;
}

.site-quote-v5 figure{
	max-width: 300px;
	position: relative;
	vertical-align: bottom;
	z-index: 2;
}

.site-quote-v5 figure img{
	display: block;
	width: auto;
	max-width: inherit;
}

.site-quote-v5 .blockquote{
	position: inherit;
	padding: 40px 0 20px;
	vertical-align: middle;
}

.site-quote-v5 .blockquote:before{
	top: 165px; left: -30px;
}

.site-quote-v5 figure + .blockquote:before{
	left: -290px;
}


.site-quote-v5 .blockquote:after{
	bottom: -70px; right: -30px;
}

.site-quote-v3 nav a.tw, .site-quote-v4 nav a.tw, .site-quote-v5 nav a.tw{ background-position: -124px -263px; }
.site-quote-v3 nav a.fb, .site-quote-v4 nav a.fb, .site-quote-v5 nav a.fb{ background-position: -124px -282px; }
.site-quote-v3 nav a.in, .site-quote-v4 nav a.in, .site-quote-v5 nav a.in{ background-position: -124px -301px; }
.site-quote-v3 nav a.gp, .site-quote-v4 nav a.gp, .site-quote-v5 nav a.gp{ background-position: -124px -320px; }

.extras blockquote{
	margin: 0;
	padding: 13px 0 11px;
	font: normal 26px/1.2 'TheSerifDnevnikBold', Arial, serif;
}

	.extras blockquote:before,
	.extras blockquote:after{
		display: none;
	}
	
.content.pl-80 .site-quote,
.content.pl-80 blockquote{
	margin-left: -80px;
}

.content.pl-80 blockquote + strong{
	margin-left: -34px;
}

.content.pl-80 .extras blockquote,
.content.pl-80 .extras blockquote + strong{
	margin-left: 0;
}

.content.pl-80 .site-quote blockquote{
	margin-left: 0;
}

/* End Quotes */


/* Video */

[class*='video-grid-container']{
	position: relative;
	background: #333;
}

.video-grid-scrollbar,
.grid-container .video-grid-scrollbar{
	width: 25%;
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
}

[class*='video-grid-container'] .mCSB_container{
	padding-top: 18px;
}

[class*='video-grid-container'] .mCSB_scrollTools{
	background: #ccc;
}

[class*='video-grid-container'] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #5d5d5d;
}

#video-grid-scrollbar{
	height: 100%;
}

.video-grid-container #video-grid-scrollbar .video-box{
	padding-top: 20px;
	border-top: 1px solid #626262;
}

.video-grid-container #video-grid-scrollbar .video-box:first-child{
	padding-top: 0;
	border-top: 0;
}


.video-grid-container .video-box .video-player{ border: 3px solid transparent; }
.video-grid-container #video-grid-scrollbar .video-box.active .video-player{ border-color: #c92633; }

[class*='video-grid-container'] .grid-d-3{
	padding: 18px 18px 0 18px;
}

.video-player{
	height: 0;
	max-width: inherit!important;
	position: relative;
	padding-bottom: 56.25%;
}

.video-player iframe,
.video-player embed,
.video-player object,
.video-player video,
.video-player .embed,
.video-player .embed img,
.video-player .videojs-container,
.video-player .video-js,
.video-player .vjs-no-js{
	height: 100%; width: 100%;
	position: absolute;
	top: 0; left: 0;
}

video{
	-webkit-object-fit: inherit;
		-ms-object-fit: inherit;
		 -o-object-fit: inherit;
			object-fit: inherit;
}

.no-object-fit video[poster]{
	height: 100%; width: 100%;
}

.video-summary h4{
	font-size: 17px;
	margin: 0;
}

.general-video-box .video-summary h4{
	font-size: 23px;
}

	[class*='video-grid-container'] .video-summary h4{
		color: white;
	}
	
.play{
	height: 58px; width: 58px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -26px 0 0 -26px;
	text-indent: -10000px;
	background-position: -474px -207px;
	opacity: .7;
	-webkit-transition: 300ms ease;
			transition: 300ms ease;
	pointer-events: none;
	z-index: 3;
}

.play.large{
	height: 94px; width: 94px;
	margin: -47px 0 0 -47px;
	background-position: -474px -112px;
}

.video-js .vjs-big-play-button{
	height: 58px; width: 58px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -26px 0 0 -26px;
	background-position: -474px -207px;
	opacity: .7;
	-webkit-transition: 300ms ease;
			transition: 300ms ease;
}

.general-video-box .video-js .vjs-big-play-button{
	height: 94px; width: 94px;
	margin: -47px 0 0 -47px;
	background-position: -474px -112px;
}

.video-js .vjs-big-play-button:before{ display: none; }

.video-js:hover .vjs-big-play-button,
.video-item:hover .play,
.video-box:hover .play,
figure:hover .play{
	opacity: 1;
}

.video-box .article-tools{
	padding: 5px 0;
}

.video-box .video-summary{
	padding: 7px 0 8px;
}

.general-video-box .video-summary{
	padding: 16px 15px 10px;
}

.video-grid-container-v2{
	margin: 15px 0;
	background: white; 
}

.video-grid-container-v2 .general-video-box .video-summary{
	padding: 0 100px 0 0;
	position: relative;
}

.video-grid-container-v2 .general-video-box .video-summary h2{
	font-size: 32px;
	line-height: 1.1;
	margin: 13px 0 8px;
}

.video-grid-container-v2 .general-video-box .video-summary .i-com{
	padding-left: 35px;
	position: absolute;
	top: 8px; right: 0;
	color: #9f9f9f;
	text-decoration: none;
	font: 26px/1.4 'TheSansDnevnikSemiLight', Arial, sans-serif;
}
		
		.video-grid-container-v2 .general-video-box .video-summary .i-com:before{
			content: '';
			height: 30px; width: 30px;
			position: absolute;
			top: 50%; left: 0;
			margin-top: -13px;
			background-position: -149px -80px;
			-webkit-transform: scale(1.19);
					transform: scale(1.19);
			-webkit-transform-origin: center center;
					transform-origin: center center;
		}

.video-grid-container-v2 .video-grid-scrollbar .video-box{
	min-height: 112px;
	position: relative;
	padding: 16px 0 16px;
	border-top: 1px solid #e5e5e5;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box:first-child{
	min-height: 86px;
	padding-top: 0;
	border-width: 0;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box:last-child{
	padding-bottom: 0;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box .preview{
	height: 80px; width: 125px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
	position: relative;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box.active .preview{ border: 3px solid #c92633; }

.video-grid-container-v2 .video-grid-scrollbar .video-box .preview .play{
	height: 26px; width: 26px;
	margin: -13px 0 0 -13px;
	background-position: -544px -207px;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box figcaption{
	overflow: hidden;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box figcaption h3{
	max-height: 62px;
	margin: -4px 0 2px;
	overflow: hidden;
	font: 14px/1.45 'TheSerifDnevnikPlain', Arial, serif;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box figcaption time{
	font-size: 12px;
	color: #8c8c8c;
	white-space: nowrap;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box a{
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	text-indent: -10000px;
	background: rgba(255,255,255,0);
}

.video-grid-container-v2 .video-grid-scrollbar{
	width: 25.75%;
}

.video-grid-container-v2 #video-grid-scrollbar{
	max-height: 528px;
}

.video-grid-container-v2 .mCSB_container{
	padding-top: 0;
}

.video-player .article-tools{
	position: absolute;
	top: 6px; left: 14px;
	padding: 0;
}

.video-grid-container-v2 .video-player .article-tools a,
.video-grid-container-v2 .video-player .article-tools .share{
	height: 35px; width: 35px;
	display: block;
	margin: 11px 0 0;
}

.video-grid-container-v2 .video-player .article-tools a .i,
.video-grid-container-v2 .video-player .article-tools .share .shareit,
.video-grid-container-v2 .article-tools .share ul a{
	height: 35px; width: 35px;
	margin: 0;
	opacity: 1;
	background-color: #bfbfbf;
	background-color: rgba(0,0,0,.5);
	-webkit-border-radius: 40px;
			border-radius: 40px;
}

.video-player .article-tools .share{
	
}

.video-grid-container-v2 .article-tools .share ul li{
	padding: 11px 0 0;	
}

	.video-player .article-tools a .i-like{ background-position: -231px -288px; }
	.video-player .article-tools a .i-fav{ background-position: -267px -288px; }
	.video-player .article-tools a .i-fb{ background-position: -303px -288px; }
	.video-player .article-tools a .i-tw{ background-position: -231px -324px; }
	.video-player .article-tools a .i-viber{ background-position: -267px -324px; }
	.video-player .article-tools .share .shareit{ background-position: -303px -324px; }
	.video-player .article-tools .share ul a.google-plus{ background-position: -231px -360px; }
	.video-player .article-tools .share ul a.linkedin{ background-position: -267px -360px; }
	.video-player .article-tools .share ul a.email{ background-position: -303px -360px; }

	.video-player .article-tools a:hover .i-like{ opacity: 1; background-position: -231px -288px; background-color: #ce1e2e; }
	.video-player .article-tools a:hover .i-fav{ background-position: -267px -288px; background-color: #ce1e2e; }
	.video-player .article-tools a:hover .i-fb{ background-position: -303px -288px; background-color: #385b9a; }
	.video-player .article-tools a:hover .i-tw{  background-position: -231px -324px; background-color: #38acf0; }
	.video-player .article-tools a:hover .i-viber{ background-position: -267px -324px; background-color: #7b519d; }
	.video-player .article-tools .share ul a.google-plus:hover{ background-position: -231px -360px!important; background-color: #dd4c38; }
	.video-player .article-tools .share ul a.linkedin:hover{ background-position: -267px -360px!important; background-color: #4e75b7; }
	.video-player .article-tools .share ul a.email:hover{ background-position: -303px -360px!important; background-color: #bfbfbf; }
	
	.video-player .article-tools a.active .i-like{ opacity: .7; background-color: #ce1e2e; }
	.video-player .article-tools a.active .i-fav{ opacity: .7; background-color: #ce1e2e; }
	.video-player .article-tools a.active .i-fb{ opacity: .7; background-color: #385b9a; }
	.video-player .article-tools a.active .i-tw{ opacity: .7; background-color: #38acf0; }
	.video-player .article-tools a.active .i-viber{ opacity: .7; background-color: #7b519d; }

/* End Video */


/* Gallery */

[class*='gallery-grid-container']{
	width: 100%!important;
	float: none!important;
	padding: 0!important;
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}

.grid-container + .content,
.grid-container + .content + aside,
.grid-container + [class*='gallery-grid-container']{
	margin-top: 24px;
	margin-bottom: 0;
}

[class*='gallery-grid-container']:first-of-type{
	margin: 0 0 24px;
}

[class*='gallery-grid-container']:last-of-type{
	margin-bottom: 0;
}

.gallery-grid-container-v2,
.gallery-grid-container-v2:last-of-type{
	margin-bottom: -32px;
}


[class*='gallery-grid-container'] figure{
	float: left;
	z-index: 1;
}

[class*='gallery-grid-container'] figure .thumbnail{
	width: 100%;
	background: black;
}
/*
[class*='gallery-grid-container'] figure .thumbnail img{
	max-height: 398px;
	max-width: 300px;
}

[class*='gallery-grid-container'] figure.large .thumbnail img{
	min-height: 406px;
	max-height: inherit;
}
*/

[class*='gallery-grid-container'] figure figcaption{
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	padding: 20px 16px 11px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%);
}

[class*='gallery-grid-container'] figure figcaption h3,
[class*='gallery-grid-container'] figure figcaption h4{
	color: white;
	font-size: 17px;
	margin: 0;
}

[class*='gallery-grid-container'] figure figcaption h4{
	font-size: 15px;
}

[class*='gallery-grid-container'] figure.large figcaption h3,
[class*='gallery-grid-container'] figure.large figcaption h4{
	font-size: 22px;
}

[class*='gallery-grid-container'] figure .label{
	position: absolute;
	top: 0; right: 0;
	padding: 8px 12px 10px;
	color: white;
	text-align: right;
	font: 11px/1 'TheSerifDnevnikSemiBold', Arial, serif;
	background: #333;
}

[class*='gallery-grid-container'] figure .label strong{
	display: block;
	font-size: 26px;
}

[class*='gallery-grid-container'] figure a{
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	text-indent: -10000px;
	text-decoration: none;
	z-index: 2;
}

[class*='gallery-grid-container'] .gallery-grid-inner{
	height: 100%;
	height: calc(100% + 35px);
	position: relative;
	margin-top: -35px;
}

.gallery-grid-container-v2 figure{
	margin: 16px 0;
	padding-top: 16px;
	border-top: 3px solid #e5e5e5;
}

.gallery-grid-container-v2 figure figcaption,
[class*='general-article'] .gallery-grid-container-v2 figure figcaption{
	padding: 9px 0 16px!important;
	position: relative!important;
	color: black!important;
	background: transparent!important;
	font: 12px/1.2 'TheSansDnevnikPlain', Arial, sans-serif!important;
}

.gallery-grid-container-v2 figure figcaption .event-type{
	display: block;
	color: #ce1e2e;
	font: 14px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

.gallery-grid-container-v2 figure figcaption h3,
.gallery-grid-container-v2 figure figcaption h4{
	padding: 3px 0;
	color: black;
	font-size: 17px;
}

.gallery-grid-container-v2 figure figcaption h3 + p,
.gallery-grid-container-v2 figure figcaption h4 + p{
	padding-top: 7px;
}

.gallery-grid-container-v2 figure a{
	position: relative;
	text-indent: 0;
}

[class*='gallery-grid-container'] [class*='event-label']{
	position: absolute;
	top: 27px; left: -4px;
	z-index: 2;
}

.gallery-grid-container-v2 .large figcaption{
	font-size: 15px;
}

.gallery-grid-container-v2 .large figcaption h3,
.gallery-grid-container-v2 .large figcaption h4{
	font-size: 21px;
}

.gallery-grid-container-v2 .large figcaption br{
	display: none;
}

.gallery-grid-container-v2 .view{
	display: inline-block;
	text-decoration: underline;
}

.gallery-grid-container-v2 .view:after{
	content: '';
	height: 0; width: 0;
	position: absolute;
	top: 5px; right: -11px;
	border-style: solid;
	border-width: 3px 4px;
	border-color: transparent transparent transparent black;
}

[class*='gallery-grid-container'] .hours{
	display: inline-block;
	margin-top: 5px;
	color: #ce1e2e;
	text-decoration: none;
	font: normal 15px/1.1 'TheSerifDnevnikSemiBold', Arial, serif;
	vertical-align: top;
}

[class*='big-picture']{
	position: relative;
	overflow: hidden;
	color: white;
	background: #333;
}

.big-picture-v1{
	min-height: 451px;
	margin-bottom: 24px;
}

	.big-picture-v1 .preview{
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 240px;
		overflow: hidden;
	}
	
		[class*='big-picture'] .preview .thumbnail{
			position: absolute;
			top: 0; bottom: 0;
			left: 0; right: 0;
			background-repeat: no-repeat;
			background-position: top right;
			background-size: cover;
		}
	
		[class*='big-picture'] .preview a{
			position: absolute;
			top: 0; bottom: 0;
			left: 0; right: 0;
			text-indent: -10000em;
		}
	
	.big-picture-v1 .text{
		width: 240px; float: right;
		padding: 18px 20px;
		font-size: 14px;
	}
	
	[class*='big-picture'] .title{
		display: block;
		padding-bottom: 83px;
		text-align: right;
		font: 17px/1 "TheSerifDnevnikSemiBold", Arial, serif;
	}
	
		[class*='big-picture'] .title em{
			display: block;
			font-size: 40px;
			font-style: normal;
			font-family: 'TheSerifDnevnikSemiBold', Arial, serif;
		}
		
	[class*='big-picture'] .sub-title{
		display: block;
		padding-bottom: 13px;
		font: 22px/1.3 "TheSerifDnevnikSemiBold", Arial, serif;
	}
	
	[class*='big-picture'] .text a{
		color: inherit;
		text-decoration: none;
	}
	
	[class*='big-picture'] .text hr{
		height: 1px; border: 0;
		margin: 19px 0;
		background: #4a4a4a;
	}
	
	[class*='big-picture'] .text small{
		font-size: 11px;
	}
	
[class*='big-picture'] time{
	color: inherit!important;
	font: inherit!important;
	padding: 0!important;
}
	
.big-picture-v2 .preview{
	height: 0;
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.big-picture-v2 .preview .thumbnail{
	position: absolute;
	top: 0; left: 0;
}

.big-picture-v2 .text{
	padding: 10px 20px 20px;
	font-size: 14px;
}

.big-picture-v2 .text .title{
	padding-bottom: 30px;
}

.label-big-picture{
	position: absolute;
	bottom: 0; right: 0;
	margin: 0!important;
	padding: 3px 10px 5px;
	color: white;
	font: 14px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
	background: #af1927;
}

.label-big-picture strong{
	font-size: 17px;
}

[class*='small-grid']{
	-webkit-column-count: 2;
    -webkit-column-gap: 0;
	-moz-column-count: 2;
    -moz-column-gap: 0;
	-ms-column-count: 2;
    -ms-column-gap: 0;
	-o-column-count: 2;
    -o-column-gap: 0;
    column-count: 2;
    column-gap: 0;
	margin-left: -1px;
	font-size: 0;
}

	.small-grid-v2{
		-webkit-column-count: 3;
		-webkit-column-gap: 0;
		-moz-column-count: 3;
		-moz-column-gap: 0;
		-ms-column-count: 3;
		-ms-column-gap: 0;
		-o-column-count: 3;
		-o-column-gap: 0;
		column-count: 3;
	}

	[class*='small-grid'] img{
		width: 100%; display: block;
		border-top: 1px solid white;
		border-left: 1px solid white;
	}
	
	.no-csscolumns [class*='small-grid']{
		overflow: hidden;
	}
	
	.no-csscolumns [class*='small-grid'] img{
		width: 50%; float: left;
	}
	
	.no-csscolumns .small-grid-v3 img{
		width: 33.3%;
	}
	
.the-picture .general-figure{
	position: relative;
	margin-bottom: 27px;
}

	.the-picture .general-figure img{
		width: 100%;
	}

	.the-picture .general-figure a{
		height: 100%; width: 50%;
		position: absolute;
		top: 0; left: 0;
		font-size: 0;
		text-decoration: none;
	}
		
		.the-picture .general-figure a.next{
			left: auto; right: 0;
		}
		
	.the-picture .general-figure a:before{
		content: '<';
		color: white;
		position: absolute;
		top: 50%; left: 17px;
		font: 70px/1 'TheSerifDnevnikSemiBold', Arial, serif;
		-webkit-transform: translateY(-52%);
				transform: translateY(-52%);
	}
	
	.the-picture .general-figure a.next:before{
		content: '>';
		left: auto; right: 17px;
	}
	
	.the-picture .general-figure .zoom{
		height: inherit; width: inherit;
		top: auto; right: auto;
	}
	
	.the-picture .general-figure .zoom:before{
		content: '';
	}
	
.zoom{
	display: block;
	min-width: 34px;
	padding: 9px 0 9px;
	position: absolute;
	bottom: 0; right: 0;
	color: #d8d8d8;
	text-align: center;
	background: #3d3d3d;
	font: 13px/14px 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.zoom span{
	display: inline-block;
	padding: 1px 5px 0 10px;
	vertical-align: middle;
}

.zoom i{
	display: inline-block;
	height: 14px; width: 14px;
	margin: 0 11px 0 2px;
	position: relative;
	top: 1px;
	text-indent: -10000px;
	background-position: -107px -118px;
	vertical-align: middle;
}

.zoom i:only-child{
	margin: auto;
}

.thumb{
	display: block;
	position: relative;
	background: black;
}
		
.copy{
	color: white;
	font: 13px/1 'TheSansDnevnikSemiLight', Arial, sans-serif;
	padding: 0;
	height: 0; width: 0;
	white-space: nowrap;
	position: absolute;
	bottom: 15px; right: 23px;
	-webkit-transform: rotate(-90deg) translateY(100%) translateZ(0);
			transform: rotate(-90deg) translateY(100%) translateZ(0);
	-webkit-transform-origin: bottom left;
			transform-origin: bottom left;
	z-index: 5;
}

.has-source .copy{
	bottom: 45px;
}

.no-csstransforms3d .copy{
	width: auto;
	bottom: 24px; right: 46px;
}

.has-source .thumb:after{
	content: '';
	height: 32px; width: 32px;
	position: absolute;
	bottom: 0; right: 0;
	background-position: -568px -31px;
}

.the-picture .photos-grid{
	position: relative;
}

.photos-grid figure{
	position: absolute;
	counter-increment: count;
}

.photos-grid figure.active{
	border: 3px solid #d71f2b;
}

.photos-grid figure:before{
	content: counter(count);
	padding: 5px 9px;
	position: absolute;
	bottom: 0; left: 0;
	color: white;
	background: #333;
	font: 13px/1 'TheSansDnevnikPlain', Arial, sans-serif;
	pointer-events: none;
	z-index: 3;
}

.photos-grid a{
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	text-indent: -10000px;
	background: rgba(255,255,255,0);
	z-index: 2;
}

.the-picture-summary{
	font: 17px/1.45 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.the-picture-summary .counter,
.pp_pic_holder[data-custom-gallery="true"] .currentTextHolder{
	display: inline-block;
	margin: -6px 0 20px;
	color: #b2b2b2;
	font: 36px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.the-picture-summary .label-v3,
.pp_content_container .label-v3{
	float: right;
	margin-top: 4px;
	padding-bottom: 6px;
}

.the-picture-summary h2{
	font-size: 26px;
	margin-bottom: 20px;
}

.pp_pic_holder[data-custom-gallery="true"]{
	width: 1200px;
	max-width: 1200px;
}

.pp_pic_holder[data-custom-gallery="true"] .grid-d-8{
	width: calc( 100% - 318px );
	position: relative;
}

.pp_pic_holder[data-custom-gallery="true"] #pp_full_res{
	text-align: center;
	background: #eee;
}

.pp_pic_holder[data-custom-gallery="true"] #pp_full_res img{
	max-height: 700px;
	max-height: 80vh;
	max-width: 100%;
}

.pp_pic_holder[data-custom-gallery="true"] #pp_full_desc{
	width: 318px;
	font: 17px/1.4 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.pp_hoverContainer{
	width: auto;
	left: 0; right: 0;
}

.pp_pic_holder[data-custom-gallery="true"] .grid-container .pp_hoverContainer{
	left: 18px; right: 0;
}

.pp_pic_holder[data-custom-gallery="true"] .divider{
	margin: 14px 0;
}

.pp_pic_holder[data-custom-gallery="true"] .social-links,
.pp_pic_holder[data-custom-gallery="true"] .social-links > li{
	margin-top: 4px;
	padding-top: 0;
}

.pp_pic_holder[data-custom-gallery="true"] .banner-box{ margin-top: 30px; }
.pp_pic_holder[data-custom-gallery="true"] .banner-box .banner{ margin-bottom: 0; }

[class*='social-links']{
	font-size: 0;
	text-align: right;
	padding: 6px 0;
	position: relative;
	z-index: 5;
}

	[class*='social-links'] li{
		display: inline-block;
		margin: 8px 0 8px 8px;
		position: relative;
		text-align: left;
	}
	
		[class*='social-links'] li:first-child{
			margin-left: 0;
		}
		
		[class*='social-links'] li a{
			display: block;
			height: 26px; width: 26px;
			position: relative;
			text-indent: -10000px;
			z-index: 2;
		}
		
		[class*='social-links'] li a.twitter{
			background-position: -27px -207px;
		}
		
		[class*='social-links'] li a.facebook{
			background-position: 0 -207px;
		}
		
		[class*='social-links'] li a.viber{
			background-position: -54px -207px;
		}
		
		[class*='social-links'] li a.linkedin{
			background-position: -108px -207px;
		}
		
		[class*='social-links'] li a.shareit{
			background-position: 0 -234px;
		}
		
		[class*='social-links'] li a.like{
			background-position: 0 -180px;
		}
		
		[class*='social-links'] li a.like.liked{
			background-position: -54px -180px;
		}
		
		[class*='social-links'] li a.dislike{
			background-position: -27px -180px;
		}
		
		[class*='social-links'] li a.save{
			background-position: -81px -180px;
		}
		
		[class*='social-links'] li a.save.saved{
			cursor: default;
			background-position: -108px -180px;
		}
		
		[class*='social-links'] li a.details{
			background-position: -62px -176px;
		}
		
		[class*='social-links'] li a .ico{
			display: inline-block;
			height: 30px; width: 30px;
			margin: -3px 3px 0 0;
			text-indent: -10000px;
			vertical-align: middle;
		}
		
		[class*='social-links'] li a.comments{
			height: auto; width: auto;
			margin-top: -1px;
			padding-left: 33px;
			text-indent: 0;
			color: #9f9f9f;
			font-size: 23px;
			line-height: 1.25;
			text-decoration: none;
		}
		
		[class*='social-links'] li a.comments:before{
			content: '';
			height: 30px; width: 30px;
			position: absolute;
			top: 50%; left: 0;
			margin-top: -14px;
			background-position: -149px -80px;
		}
	
	[class*='social-links'] li ul{
		display: none;
		padding: 16px 0 6px;
		position: absolute;
		top: 13px;
		left: 0; right: 0;
		-webkit-border-radius: 0 0 30px 30px;
				border-radius: 0 0 30px 30px;
		z-index: 1;
	}
	
	.slider-holder [class*='social-links'] li ul,
	.gallery-popup [class*='social-links'] li ul{
		padding: 10px 0 18px;
		top: auto; bottom: 13px;
		-webkit-border-radius: 30px 30px 0 0;
				border-radius: 30px 30px 0 0;
	}
	
	[class*='social-links'] li.open ul{
		display: block;
	}
	
	[class*='social-links'] li ul li{
		margin: 0;
		display: block;
		text-align: center;
	}
	
	[class*='social-links'] li.share ul{
		background: #767676;
	}
	
		[class*='social-links'] li ul a{
			height: 18px; width: 18px;
			display: inline-block;
			margin: 6px 0;
			transition: none;
		}
		
		[class*='social-links'] li ul a.google-plus{
			background-position: 0 -261px;
		}
		
		[class*='social-links'] li ul a.linkedin{
			background-position: -19px -261px;
		}
		
		[class*='social-links'] li ul a.email{
			background-position: -38px -261px;
		}
		
		[class*='social-links'] li ul a.google-plus:hover{
			background-position: 0 -367px;
		}
		
		[class*='social-links'] li ul a.linkedin:hover{
			background-position: -19px -367px;
		}
		
		[class*='social-links'] li ul a.email:hover{
			background-position: -38px -367px;
		}
		
.social-links-v2{
	padding: 8px 0 1px;
}

.social-links-v2 li{
	margin: 0 5px 0 0;
}

.social-links-v2 li a{
	height: 22px; width: 22px;
}

.social-links-v2 li a.twitter{
	background-position: 0 -156px;
}

.social-links-v2 li a.facebook{
	background-position: -23px -156px;
}

.social-links-v2 li a.linkedin{
	background-position: -46px -156px;
}

.social-links-v2 li a.google-plus{
	background-position: -96px -156px;
}

.block-title .social-links-v2{
	padding: 13px 0 0;
}

.single-gallery figure{
	margin-top: 7px;
	background: white;
}

.single-gallery figure figcaption,
[class*='general-article'] .single-gallery figure figcaption{
	padding: 8px 10px 20px;
	color: #999;
	font: 12px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
	background: transparent;
}

.single-gallery figure figcaption h3{
	margin: 0 0 6px;
	color: black;
	font: 14px/1.4 'TheSerifDnevnikPlain', Arial, serif;
}

.images-scrollbar li{
	float: left;
	padding-left: 1px;
	color: #858585;
	font-size: 12px;
}

.images-scrollbar figcaption{
	padding: 11px 15px 7px;
}

.images-scrollbar img{
	max-width: 462px;
}

.images-scrollbar h4{
	font-size: 17px;
	margin-bottom: 3px;
}

.images-scrollbar a{
	color: inherit;
	text-decoration: none;
}

/* End Gallery */


/* Comix */

.comix-box{
	margin-bottom: 20px;
}

.comix-box:last-of-type{
	margin-bottom: 0;
}

.divider + .comix-box{
	margin-top: -20px;
}

.comix-box header{
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 1.3;
}

.comix-box header h5{
	font-size: 34px;
	margin: 0;
}

.comix-box header h5 a{
	color: #ce1e2e;
}

.comix-box figure + figure{
	margin-top: 20px;
}

.comix-box .thumbnail img{
	width: 100%;
	transform: translate3d(0, 0, 0);
}

.comix-box .button-large{
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

.comix-grid .grid-d-12 ~ [class*='grid-']{ padding-top: 18px; }

.comix-details,
[class*='general-article'] aside:first-of-type .comix-details:first-of-type{
	min-height: inherit;
	margin-top: 0;
}

.comix-details .number{
	display: block;
	margin-top: -7px;
	color: #999;
	font: 30px/1.1 'TheSerifDnevnikSemiBold', Arial, serif;
}

.comix-details .article-tools{
	padding-top: 4px;
	color: #7f7f7f;
	font: 15px/1.1 'TheSansDnevnikSemiLightItalic', Arial, sans-serif;
}

.comix-details [class*='user-author']{
	margin-top: 0;
	margin-bottom: 15px;
}

.comix-details .social-links{
	padding: 12px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.comix-tools{
	margin: 48px -10px 24px;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
}

.comix-tools li{
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
}

.comix-tools li a{
	display: block;
	color: #767676;
	font-size: 21px;
	text-decoration: none;
}

.comix-tools li .icon{
	height: 88px; width: 88px;
	display: inline-block;
	position: relative;
	background: #767676;
	-webkit-border-radius: 88px;
			border-radius: 88px;
}

.comix-tools li .icon i{
	height: 56px; width: 56px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -28px 0 0 -28px;
}

.comix-tools li .icon.recommend i{ background-position: -486px -360px; }
.comix-tools li .icon.create i{ background-position: -544px -360px; }

.comix-tools li strong{
	display: block;
}

.comix-tools li a.primary{
	color: #ce1e2e;
}

.comix-tools li a.primary .icon{
	background: #ce1e2e;
}

.comix-tools li .unactive{
	color: #cbcbcb;
	cursor: default;
	pointer-events: none;
}

.comix-tools li .unactive .icon{
	background: #cbcbcb;
}

.comix-filter{
	padding: 18px 18px 20px;
	background: #d6d6d6;
}

.comix-filter label,
.comix-filter .label{
	display: block;
	padding-bottom: 9px;
	font: 18px/1.2 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

.comix-filter input::-moz-placeholder,
.comix-filter select::-moz-placeholder{
	color: #7d7d7d;
	opacity: 1;
}

.comix-filter input::-webkit-input-placeholder,
.comix-filter select::-webkit-input-placeholder{
	color: #7d7d7d;
}

.comix-filter input:-ms-input-placeholder,
.comix-filter select:-ms-input-placeholder{
	color: #7d7d7d;
}

.comix-filter input,
.comix-filter .select,
.comix-filter .select select{
	color: #7d7d7d;
	border-color: #c7c7c7;
}

.input-with-search{
	padding-right: 50px;
	position: relative;
	background: white;
	border: 1px solid #c7c7c7;
}

.input-with-search input,
.select-with-search input,
.select-with-search .select{
	border-width: 0;
}

.input-with-search input,
.select-with-search input{
	padding-bottom: 10px;
}

.input-with-search .select,
.select-with-search .select{
	max-height: 42px;
}

.select-with-search .select:before{
	border-color: white transparent transparent;
}

.select-with-search .select:after{
	background: #a1a1a0;
}

.input-with-search .button,
.input-with-search button,
.input-with-search input[type="submit"],
.select-with-search .button,
.select-with-search button,
.select-with-search input[type="submit"]{
	height: 100%; width: 39px;
	min-height: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; right: 0;
	background: transparent;
}

.input-with-search .button span,
.input-with-search button span,
.input-with-search input[type="submit"] span,
.select-with-search .button span,
.select-with-search button span,
.select-with-search input[type="submit"] span{
	height: 20px; width: 18px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -10px 0 0 -9px;
	text-indent: -10000px;
	opacity: .6;
	background-position: -167px -138px;
}

.select-with-search .button span,
.select-with-search button span,
.select-with-search input[type="submit"] span{
	opacity: .8;
}

.select-with-search{
	padding-right: 50px;
	position: relative;
}

.select-with-search .predictive-search{
	display: none;
	position: absolute;
	top: 0;
	left: 0; right: 50px;
}

.select-with-search.search-open .predictive-search{
	display: block;
}

.comix-widget .article-top{
	width: 100%;
	position: relative;
}

.comix-widget .article-top .steps{
	position: absolute;
	top: 11px; right: 0;
	color: #ce1e2e;
	font: 40px/1 'TheSerifDnevnikSemiBold', Arial, serif;
}

.comix-widget-instructuons{
	padding: 18px 0;
	color: #333;
	font: 14px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

.comix-widget-instructuons strong{
	font-size: 18px;
}

.comix-widget-instructuons p + p{
	margin-top: 12px;
}

.grid-comix{
	margin-top: 12px;
}

.grid-comix figure{
	margin-top: 18px;
}

.grid-comix a{
	display: block;
	position: relative;
}

.grid-comix a:before{
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	transition: 350ms ease;
	border: 5px solid #ce1e2e;
	z-index: 2;
}

.grid-comix a:hover:before{
	opacity: 1;
	visibility: visible;
}

.comix-widget{
	margin-top: 15px;
}

.comix-widget figure img{
	display: block; width: 100%;
}

.comix-widget .widget{
	padding-left: 30px;
	font-size: 14px;
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
}

.comix-widget .widget .grid-container{
	margin-left: -36px;
	width: calc(100% + 36px);
}

.comix-widget .widget .grid-container [class*='grid-']{
	padding-top: 20px;
}

.comix-widget .widget .title{
	display: block;
	padding-bottom: 5px;
	color: #ce1e2e;
	font: 26px/1.4 'TheSerifDnevnikSemiBold', Arial, serif;
}

.comix-widget .widget label{
	display: block;
	padding-bottom: 8px;
	font: 18px/1 'TheSansDnevnikSemiBold', Arial, sans-serif;
	white-space: nowrap;
}

.comix-widget .widget .input{
	position: relative;
	margin-bottom: 30px;
	padding: 0 153px 0 0;
}

.comix-widget .widget .input input{
	max-height: 41px;
}

.comix-widget .widget .input .buttons{
	position: absolute;
	bottom: 0; right: 0;
}

.comix-widget .widget .input .buttons a{
	display: block; float: left;
	height: 41px; width: 41px;
	margin-left: 10px;
	position: relative;
	font-size: 0;
	text-indent: -100000px;
	background: #e3e3e3;
}

.comix-widget .widget .input .buttons a em{
	height: 100%; width: 100%;
	padding: 5px 7px 7px;
	position: absolute;
	top: 0; left: 0;
	text-indent: 0;
}

.comix-widget .widget .input .buttons a em i{
	display: inline-block;
	clear: both;
	height: 3px; width: 19px;
	margin-top: 4px;
	background: #b6b6b6;
}

.comix-widget .widget .input .buttons a em i:first-child + i,
.comix-widget .widget .input .buttons a em i:first-child + i + i + i{
	width: 25px;
}

.comix-widget .widget .input .buttons a.active em i{
	background: #d88088;
}

.js-color{
	position: relative;
}

.js-color input{
	text-transform: uppercase;
}

.js-color button{
	height: 100%; width: 40px;
	position: absolute;
	top: 0; right: 0;
	text-indent: -10000px;
	background: #e3e3e3!important;
}

.js-color button span{
	height: 20px; width: 20px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -10px 0 0 -10px;
	background-position: -486px 0;
	pointer-events: none;
}

.comix-widget .controls nav{
	padding-top: 35px;
	font-size: 0;
	text-align: center;
}

.comix-widget .controls nav a{
	display: inline-block;
	margin: 10px;
	padding: 12px 30px 14px;
	color: white;
	text-decoration: none;
	background: #a5a6a7;
	font: 24px/1.4 'TheSerifDnevnikSemiBold', Arial, serif;
}

.comix-widget .controls nav a.primary{
	background: #ce1e2e;
}

.comix-preview .social-links,
.comix-preview .social-links li{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.comix-preview .table{
	height: auto;
	table-layout: inherit;
}

.comix-preview .cell{
	padding-top: 16px;
}

.comix-preview .cell + .cell{
	text-align: right;
}

.comix-preview .aut{
	display: inline-block;
	position: relative;
	text-align: left;
	white-space: nowrap;
	font: 16px/1 'TheSansDnevnikPlainItalic', Arial, sans-serif;
}

.comix-preview .aut .t{
	display: inline-block;
	height: 50px; width: 50px;
	margin-right: 8px;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 50px;
}

.comix-preview .aut .t img{
	border-radius: 50px;
}

.comix-preview .aut a{
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	text-indent: -10000px;
	background: rgba(255,255,255,0);
}

[class*='gallery-grid-container'] .thumb a,
[class*='gallery-grid-container'] .table a{
	position: relative;
	text-indent: 0;
}

[class*='gallery-grid-container'] .table{
	height: auto;
	table-layout: inherit;
}

[class*='gallery-grid-container'] .table .cell{
	height: auto; width: auto;
	padding-top: 10px;
}

[class*='gallery-grid-container'] .table .cell + .cell{
	text-align: right;
}

[class*='gallery-grid-container'] .aut{
	padding: 2px 0;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font: 16px/1 'TheSansDnevnikPlainItalic', Arial, sans-serif;
}

[class*='gallery-grid-container'] [class*='social-links']{
	margin-right: -15px;
}

[class*='gallery-grid-container'] [class*='social-links'],
[class*='gallery-grid-container'] [class*='social-links'] li{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* End Comix */


/* External News */

.external-news{
	color: white;
	font-size: 13px;
	line-height: 17px;
	background: #333;
}

.external-news header{
	min-height: 46px;
	padding: 9px 0 0 7px;
	position: relative;
}

	.external-news header .button{
		min-width: 46px;
		width: auto;
		margin: 0;
		position: absolute;
		top: 0; bottom: 0;
		right: 0;
		font-size: 24px;
		line-height: 24px;
		text-align: center;
		background: #686868;
	}
	
.external-news .list li{
	padding: 19px 18px 17px;
	border-top: 1px solid #4a4a4a;
}

.external-news .list li h5{
	font-size: 16px;
	margin-bottom: 0;
}

.external-news .list li p{
	overflow: hidden;
	max-height: 34px;
	margin-top: 14px;
}

/* End External News */


/* Poll */

.poll .content header,
.general-article .poll header{
	margin: 0 0 10px -35px;
	padding: 13px 30px 2px 35px;
	color: white;
	background: #333;
}

.general-article .poll{
	margin-top: 15px;
	margin-bottom: 0;
}

aside .poll .content header{
	padding: 15px;
	margin: 0 0 1px;
}

	.poll .block-title{
		margin-bottom: 0;
		color: white;
	}
	
	.poll .block-title h3{
		padding-top: 10px;
		text-align: left;
	}
	
.block-title .table{
	table-layout: inherit;
}

.poll .content header .table .cell,
.general-article .poll header .table .cell{
	padding-right: 10px;
}

.poll .content header .table .cell + .cell,
.general-article .poll header .table .cell + .cell{
	padding-right: 0;
	white-space: nowrap;
}

[class*='poll-options']{
	font-size: 0;
	position: relative;
	counter-reset: steps;
}

[class*='poll-options'] li{
	position: absolute;
	color: white;
	text-align: right;
	font: 13px/1.45 'TheSansDnevnikSemiBold', "Helvetica Neue", sans-serif;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}

.no-js [class*='poll-options'] li{
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 1px 0 0 1px;
}

[class*='poll-options'] li label{
	cursor: pointer;
	text-align: left;
	z-index: 2;
}

[class*='poll-options'] li label input{
	height: 1px; width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
	padding: 0;
    overflow: hidden;
    position: absolute;
	z-index: -1;
}

[class*='poll-options'] li var{
	display: inline-block;
	min-height: 77px;
	width: 100%;
	padding: 32px 20px 16px 12px;
	position: relative;	
	font-style: normal;
	background: #333;
	word-wrap: break-word;
}

	[class*='poll-options'] li label var:before{
		counter-increment: steps;
		content: counter(steps, decimal);
		position: absolute;
		top: 50%;
		left: 0; right: 0;
		margin-top: -40px;
		color: #444;
		font: 80px/80px 'TheSerifDnevnikSemiBold', "Helvetica Neue", sans-serif;
		text-align: center;
		z-index: 1;
	}
	
	[class*='poll-options'] li label var:after{
		content: '';
		height: 13px; width: 13px;
		position: absolute;
		top: 13px; left: 12px;
		background: white;
		border: 3px solid white;
		z-index: 2;
	}
	
[class*='poll-options'] li var strong{
	position: relative;
	font-family: 'TheSansDnevnikSemiBold', "Helvetica Neue", sans-serif;
	z-index: 2;
}

[class*='poll-options'] li label input:checked + var{
	background: #ce1e2e;
}

[class*='poll-options'] li label input:checked + var:before{
	color: #b8202e;
}

[class*='poll-options'] li label input:checked + var:after{
	background: #ce1e2e;
}

.current-vote{
	color: #c1c1c1;
	font: 31px/0.8 'TheSerifDnevnikBold', Arial, serif;
}

.current-vote var{
	display: block;
	font-size: 88px;
	font-style: normal;
	white-space: nowrap;
}

.poll-options-v2{
	margin-top: 4px;
}

.poll-options-v2 li{
	font: 18px/1.4 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.poll-options-v2 li:last-child{
	left: auto!important; right: 0;
	margin-top: 1px;
}

.poll-options-v2 li var{
	padding: 73px 40px 41px 20px;
}

.poll-options-v2 li var strong{
	font-family: 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.poll-options-v2 li label var:before{
	top: 12px;
	left: auto; right: 17px;
	margin-top: 0;
}

.poll-options-v2 li label var:after{
	height: 19px; width: 19px;
	top: 25px; left: 22px;
	border-width: 4px;
}

.poll-options-v2 button{
	min-width: 100%;
	padding: 27px 17px;
	font-size: 26px;
}

[class*='poll-options'] a{
	display: inline-block;
	margin-top: 10px;
	color: #333!important;
	white-space: nowrap;
	font: 15px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.poll .table .cell a,
.poll header a{
	clear: both;
	color: white!important;
}

.poll .table .cell h2 a,
.poll header h2 a,
.general-article .poll header h2 a{
	font-size: 34px;
}

.poll .content header .table .cell + .cell h3,
.poll .content header .table .cell + .cell .results,
.poll .content header .table .cell + .cell .results a,
.general-article .poll header .table .cell + .cell h3,
.general-article .poll header .table .cell + .cell .results,
.general-article .poll header .table .cell + .cell .results a{
	white-space: nowrap;
	text-decoration: none;
	font: 20px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
}

.poll .content header .table .cell + .cell .results,
.general-article .poll header .table .cell + .cell .results{
	margin-bottom: 15px;
}

.poll .content header .table .cell + .cell button,
.general-article .poll header .table .cell + .cell button{
	margin-top: 5px;
}

.poll .content header .table .cell + .cell button:not(:last-child),
.general-article .poll header .table .cell + .cell button:not(:last-child){
	margin: 10px 0;
}

aside .poll .block-title button{ margin-right: 14px; }
aside .poll .block-title a{ font-family: 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif; }

.voters{
	color: #999;
	font-size: 14px;
	text-align: right;
}

[class*='poll-results'] + .voters{ padding-top: 10px; }

/*.poll header a{
	margin-left: 10px;
}*/

.red-block{
	padding: 20px 24px;
	color: white;
	background: #cf1e2e;
}

	.red-block .block-title,
	.red-block a{
		color: white;
	}
	
	.red-block .block-title a{
		float: right;
		margin-top: 10px;
		font-family: 'TheSerifDnevnikSemiBold', Arial, serif;
	}
	
.red-block .related li{
	border-width: 0;
}

.red-block .related li:before{
	background: white;
}

[class*='poll-results']{
	overflow: hidden;
	margin-left: -18px;
}

[class*='poll-results'] li{
	width: 50%; float: left;
	padding: 20px 0 0 18px;
}

[class*='poll-results'] li .label{
	margin: 0;
	padding: 0 0 4px;
	color: #333;
	font: 15px/1.3 'TheSansDnevnikPlain', Arial, sans-serif;
	background: transparent!important;
}

[class*='poll-results'] li .label em{
	color: #ce1e2e;
	font-style: normal;
}

[class*='poll-results'] li .percent{
	height: 18px;
	position: relative;
	overflow: hidden;
	background: #e3e3e3;
}

[class*='poll-results'] li .percent div{
	width: 0;
	position: absolute;
	top: 0; bottom: 0;
	left: 0;
	background: #ce1e2e;
}

.poll-results-v2{
	margin-left: 0;
}

.poll-results-v2 li{
	width: 100%; float: none;
	padding-left: 0;
}

/* End Poll */


/* Selected comment */

[class*='selected-comment']{
	padding: 16px 22px 0;
	color: white;
	background: #5b5959;
}

[class*='selected-comment'] h4{
	line-height: 1.45;
	margin-bottom: 0;
}

[class*='selected-comment'] .article-tools{
	padding-top: 2px;
}

[class*='selected-comment'] .article-tools,
[class*='selected-comment'] .article-tools a{
	color: white;
}

[class*='selected-comment'] .comment{
	margin: 12px -22px 0;
	padding: 11px 22px 2px;
	position: relative;
	background: #333;
	font: 14px/1.45 'TheSansDnevnikPlain', Arial, sans-serif;
}

	[class*='selected-comment'] .comment:before{
		content: '';
		height: 0; width: 0;
		position: absolute;
		top: -26px; left: 50%;
		margin-left: -13px;
		border-style: solid;
		border-width: 13px 10px;
		border-color: transparent transparent #333 transparent;
	}

[class*='selected-comment'] header{
	padding: 9px 0 14px;
	font: 22px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

[class*='selected-comment'] .comment .profile{
	display: block;
	min-height: 60px;
	margin-bottom: 6px;
	padding: 8px 0 8px 71px;
	position: relative;
	color: white;
	text-decoration: none;
}

[class*='selected-comment'] .comment .profile .thumb{
	height: 60px; width: 60px;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -31px;
	background: white;
	border: 1px solid white;
	-webkit-border-radius: 60px;
			border-radius: 60px;
}

	[class*='selected-comment'] .comment .profile .thumb img{
		width: 100%;
		-webkit-border-radius: 60px;
				border-radius: 60px;
	}
	
[class*='selected-comment'] .comment .profile strong{
	display: block;
	padding-right: 5px;
	font: 16px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
	word-break: break-all;
    word-wrap: break-word;
}

[class*='selected-comment'] .comment p{
	max-height: 82px;
	overflow: hidden;
}

[class*='selected-comment'] .comment a{
	color: white;
	text-decoration: none;
}

[class*='selected-comment'] .comment p.view-comment{
	max-height: inherit;
	padding-top: 6px;
}

[class*='selected-comment'] footer{
	padding: 11px 22px;
	margin: 21px -22px 0;
	color: white;
	text-align: center;
	border-top: 1px solid #5b5959;
}

[class*='selected-comment'] footer a{
	color: white;
	margin-top: 0;
	font: 17px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.selected-comment-v2{
	padding: 18px 18px 15px;
	background: #333;
}

.selected-comment-v2 header{
	padding: 0 0 14px;
	font: 24px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.selected-comment-v2 .comment{
	margin: 0 -18px;
	padding: 18px;
	background: transparent;
	border-top: 1px solid #5c5c5c;
}

.selected-comment-v2 .comment:before{
	display: none;
}

.selected-comment-v2 footer{
	margin: 0 -18px;
	padding: 11px 18px 0;
}

.selected-comment-v3{
	margin-top: 5px;
	padding: 17px;
	background: #e6e6e6;
}

.selected-comment-v3 .comment{
	margin: 0;
	padding: 0;
	color: black;
	background: transparent;
}

.selected-comment-v3 .comment:before{
	top: -43px;
	left: auto; right: 18px;
	margin-left: 0;
	border-color: transparent transparent #e6e6e6;
}

.selected-comment-v3 .comment a,
.selected-comment-v3 .comment .profile,
.selected-comment-v3 .comment .profile .article-tools,
.selected-comment-v3 .comment .profile .article-tools a{
	color: black;
	font-size: 11px;
}

.selected-comment-v3 footer{
	margin: 0;
	padding: 18px 0 0;
	border: 0;
}

.selected-comment-v3 footer a:not([class*='view-all']){
	display: inline-block;
	padding: 7px 17px;
	text-decoration: none;
	background: #7b7b7b;
	font: 16px/1.25 'TheSansDnevnikPlain', Arial, sans-serif;
}

.selected-comment-v3 footer a:not([class*='view-all']):hover{
	background: #333;
}

.selected-comment-v3 footer a[class*='view-all']{
	color: black;
	font: 15px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.selected-comment-v3 footer * + a[class*='view-all']{
	margin-top: 19px;
}

.expandable-text .text{
	max-height: 100px;
	overflow: hidden;
}

.expandable-text.expanded .text{
	max-height: inherit;
}

.expand-text,
.selected-comment-v3 .comment .expand-text{
	display: inline-block;
	font-size: 14px;
	text-transform: lowercase;
}

.selected-comment-v3 .comment .expand-text{
	color: #ce1d2e;
}

.expand-text i{
	display: inline-block;
	position: relative;
	margin: 0 1px 0 2px;
	font-style: normal;
	font-family: inherit;
	-webkit-transform: rotateZ(90deg);
			transform: rotateZ(90deg);
}

.expandable-text.expanded .expand-text i{
	margin: 0 2px 0 1px;
	top: 1px;
	-webkit-transform: rotateZ(-90deg);
			transform: rotateZ(-90deg);
}

.no-csstransforms3d .expandable-text .expand-text i,
.no-csstransforms3d .expandable-text.expanded .expand-text i{
	top: 0;
	margin: 0 2px 0 0;
}

/* End Selected comment */


/* TV */

.media-block,
.media-block.dark-block{
	padding: 0;
}

.offset-block .media-block,
.offset-block .media-block.dark-block{
	padding: 0 10px;
}

.media-block > .inner{
	padding: 25px;
}

.media-block > .inner .grid-container .inner{
	padding-left: 18px;
}

.media-block .grid-container .inner{
	padding: 0 0 45px;
	position: relative;
}

.media-block .grid-container.flex-container{
	width: 100%;
	margin-left: 0;
}

.media-block > .inner .grid-container,
.media-block > .inner .grid-container.flex-container{
	width: auto;
	margin-left: -36px;
}

.tv-program .grid-container.flex-container > [class*="grid-"]{
	width: 100%;
	padding: 25px 25px 25px 10px;
}

.tv-program .grid-container.flex-container > [class*="grid-"] + [class*="grid-"]{
	padding: 25px 10px 25px 25px;
}

.no-flexbox .tv-program .grid-container.flex-container > [class*="grid-"]{
	display: block;
}

.no-flexbox .content:only-child .tv-program .grid-container.flex-container > [class*="grid-"]{
	display: table-cell;
}

.tv-program .grid-container.flex-container > [class*="grid-"] + [class*="grid-"]{
	border-top: 1px solid #4a4a4a;
}

.main-content .content:only-child .grid-container.flex-container > [class*="grid-"],
.no-flexbox .tv-program .content:only-child .grid-container.flex-container > [class*="grid-"]{
	width: 55%;
}

.main-content .content:only-child .grid-container.flex-container > [class*="grid-d-12"],
.no-flexbox .tv-program .content:only-child .grid-container.flex-container > [class*="grid-d-12"]{
	width: 100%;
}

.main-content .content:only-child .grid-container.flex-container > [class*="grid-"] + [class*="grid-"],
.no-flexbox .tv-program .content:only-child .grid-container.flex-container > [class*="grid-"] + [class*="grid-"]{
	width: 45%;
	border-top-width: 0;
	border-left: 1px solid #4a4a4a;
}

.media-block .block-title{
	margin-bottom: 25px;
}

.media-block .inner{
	width: 100%;
}

.channel-form{
	position: relative;
	color: #4a4a4a;
	z-index: 5;
}

.channel-form li{
	width: 100%;
	position: relative;
}

	.channel-form li + li{
		width: 40%;
		padding-left: 11px;
	}
	
	.channel-form .pick-channel{
		position: relative;
		color: #929292;
		font-size: 14px;
		line-height: 13px;
		background: white;
	}
	
		.channel-form .pick-channel .text{
			min-width: 198px;
			padding: 10px 30px 9px 10px;
			position: relative;
			cursor: pointer;
		}
		
			.channel-form .pick-channel .text:before{
				content: '';
				height: 100%; width: 29px;
				position: absolute;
				top: 0; right: 0;
				background: #ededed;
				border-left: 1px solid #a2a2a2;
			}
			
			.channel-form .pick-channel .text:after{
				content: '';
				height: 0; width: 0;
				position: absolute;
				top: 50%; right: 0;
				margin: -2px 10px 0 0;
				border-style: solid;
				border-width: 4px;
				border-color: #a2a2a2 transparent transparent transparent;
			}
	
	.channel-form li a{
		display: block;
		padding: 9px 10px;
		color: white;
		font-size: 13px;
		line-height: 14px;
		text-align: center;
		text-decoration: none;
		background: #ce1e2e;
	}
	
		.channel-form .pick-channel ul{
			display: none;
			width: 100%;
			max-height: 303px;
			min-width: 260px;
			overflow: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			
			position: absolute;
			top: 100%;
			left: 0;
			padding: 10px;
			background: white;
			border: 1px solid #e3e3e3;
		}
		
		.channel-form .pick-channel.dropdown-open ul{
			display: block;
		}
	
		.channel-form .pick-channel ul li,
		.channel-form .pick-channel ul li + li{
			width: 100%;
			padding: 3px 0;
		}
		
		.channel-form .pick-channel label{
			display: block;
		}
		
.channels-scrollbar{
	width: 100%;
	overflow: hidden;
}
		
#channels-scrollbar{
	position: relative;
	top: -20px;
}

#channels_name_output{
	height: 0;
	position: relative;
	top: -20px;
	z-index: 2;
}

#channels_name_output div{
	position: absolute;
	top: 0; left: 0;	
	font-size: 16px;
	white-space: nowrap;
}

.channels-output .channel-item{
	display: table;
	height: 108px;
	font-size: 13px;
	line-height: 20px;
	padding-top: 44px;
}

	.channels-output .channel-item p{
		display: table-cell;
		height: 108px; width: 220px;
		min-width: 220px;
		padding: 10px;
		color: white;
		vertical-align: top;
		border-left: 1px solid #333;
		background: #5d5d5d url('../images/layout/pattern.gif') repeat 0 0;
	}
	
	.channels-output .channel-item p:first-child{
		border-left-width: 0;
	}
	
	.channels-output .channel-item p strong{
		display: block;
		max-height: 60px;
		overflow: hidden;
	}
	
	.channels-output .channel-item .tvNow{
		background: #919191;
	}
	
	.channels-output .channel-item .tvNow ~ p{
		background: #5d5d5d;
	}
	
	.channels-output .channel-item p em{
		display: block;
		font-style: normal;
	}
	
	.channels-output .channel-item a{
		color: white;
		text-decoration: none;
	}
	
.tv-program .button{
	margin-top: 0;
}

.content:only-child .tv-selection  .grid-container{
	display: block;
	padding: 0;
}

.tv-selection .grid-container{
	padding-left: 0;
	width: calc(100% + 18px);
	margin-left: -18px;
}

.tv-selection .grid-container [class*="grid-"]{
	position: relative;
	margin-bottom: 17px;
}

.tv-selection .grid-container [class*="grid-"]:nth-child(2n+1){
	clear: both;
}

.tv-selection .grid-container [class*="grid-"] figure{
	width: 100%;
}
	
.tv-selection .thumbnail{
	background: #5d5d5d;
	border: 7px solid #5d5d5d;
}

.tv-selection figcaption h3{
	margin: 7px 0 10px;
	font-size: 17px;
	line-height: 1.35;
}
	
a.o-hit{
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	text-indent: -9999em;
	z-index: 0;
	background: rgba(255,255,255,0);
}

.tv-program .button{
	position: absolute;
	bottom: 0; right: 0;
}

.tv-form{
	color: #797777;
	padding: 10px;
	background: #eaeaea;
	font: 13px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

.page-nav ~ .site-block .tv-form{
	margin-top: -15px;
}

.tv-form .channels-title{
	display: inline-block;
	vertical-align: top;
	margin: 3px 5px 3px 0;
}

.tv-form .channels-links{
	display: inline;
	font-size: 0;
}

.tv-form .channels-links a{
	display: inline-block;
	margin: 3px 6px 3px 0;
	padding: 2px 10px 3px;
	color: white;
	font-size: 14px;
	line-height: 1.1;
	text-decoration: none;
	vertical-align: top;
	background: #ce1e2e;
	-webkit-border-radius: 4px;
			border-radius: 4px;
}

.tv-form .input-with-search input{
	padding: 5px 10px 6px;
}

.tv-form .input-with-search .button span,
.tv-form .input-with-search button span,
.tv-form .input-with-search input[type="submit"] span{
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
	-webkit-transform-origin: center center;
			transform-origin: center center;
}

.tv-form .edit-item{
	margin: 1px 0 0 6px;
}

.predictive-search{
	position: relative;
	z-index: 2;
}

.predictive-search .dropdown{
	position: absolute;
	top: 100%;
	left: -1px; right: -1px;
	margin-top: -1px;
	background: white;
	font: 400 14px/1.3 'TheSansDnevnikPlain', Arial, sans-serif;
}

.tv-form .predictive-search .dropdown,
.modal-content .predictive-search .dropdown{
	left: 0; right: 0;
}

.predictive-search .dropdown .dd{
	border: 1px solid #e1e1e1;
	box-shadow: 0 2px 2px rgba(0,0,0,.15);
}

.predictive-search .dropdown .dd ul{
	max-height: 296px;
	padding: 10px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: white;
}

.predictive-search .dropdown .dd li{
	padding: 8px 0;
	border-top: 0;
	border-bottom: 1px solid #e6e6e6;
}

.predictive-search .dropdown .dd li:last-child{
	border-bottom-width: 0;
}

.predictive-search .dropdown .dd li a{
	display: block;
	text-decoration: none;
}

.modal-channels{
	padding-top: 20px;
}

.pp_content_container .searchresults [class*='radio'],
.pp_content_container .searchresults [class*='checkbox'],
.pp_content_container .list [class*='radio'],
.pp_content_container .list [class*='checkbox']{
	display: block;
}

.modal-channels .predictive-search button{
	width: 100%;
}

.pp_content_container .buttons{
	font-size: 0;
	margin: 20px -10px 0;
}

.pp_content_container .buttons button{
	width: 50%;
	border-left: 10px solid white;
	border-right: 10px solid white;
}

.pp_content_container .buttons button[type="button"]{
	color: #333;
    background: #e5e5e5;
}

.block-channel{
	margin-bottom: 35px;
	color: #333;
	font: 15px/1.4 'TheSerifDnevnikSemiBold', Arial, serif;
}

.block-channel + .block-channel{	
	border-top: 3px solid #d6d6d6;
}

.block-channel + .site-block{
	margin-top: 50px;
}

.block-channel header{
	padding: 25px 150px 8px 0;
	position: relative;
}

.block-channel header h2{
	color: #ce1e2e;
	font-size: 34px;
	margin: 0;
}

.block-channel header .btn{
	position: absolute;
	top: 34px; right: 0;
	padding: 5px 13px 6px;
	color: white;
	text-decoration: none;
	background: #969595;
	font: 12px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

.block-channel table{
	width: 100%;
}

.block-channel table td{
	padding: 10px;
}

.block-channel table tbody tr:nth-child(2n+2) td,
.block-channel table tfoot td{
	background: #eaeaea;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.block-channel table tbody tr:nth-child(13) ~ tr{
	display: none;
}

.block-channel table.expanded tbody tr:nth-child(13) ~ tr{
	display: table-row;
}

.block-channel table tbody td:first-child{
	width: 20px;
}

.block-channel table tbody td:first-child:after{
	content: '|';
	position: relative;
	top: -1px; left: 10px;
	color: #d5d5d5;
}

.block-channel table .current td,
.block-channel table tbody .current td:first-child:after{
	color: #ce1e2e;
}

.block-channel table a{
	color: inherit;
	text-decoration: none;
}

.block-channel table a:hover{
	text-decoration: underline;
}

.block-channel table tfoot td{
	padding: 0;
	text-align: center;
}

.block-channel table [class*='view-all']{
	margin: 0;
	padding: 11px 0;
}

.block-channel table [class*='view-all']:hover{
	text-decoration: none;
}

.block-channel table [class*='arrow-down'] i{
	-webkit-transform: rotateZ(90deg) translateX(-2px) translateY(-4px);
			transform: rotateZ(90deg) translateX(-2px) translateY(-4px);
}

.block-channel table.expanded [class*='arrow-down'] i{
	-webkit-transform: rotateZ(-90deg) translateX(-1px) translateY(4px);
			transform: rotateZ(-90deg) translateX(-1px) translateY(4px);
}

/* End TV */


/* Banners */

.fullpage-banner{
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	z-index: 1;
}

.fullpage-banner img{
	display: block;
	width: 100%;
	height: 100%;
	height: 100vh;
	-webkit-object-fit: cover;
			object-fit: cover;
	-webkit-object-position: center center;
			object-position: center center;
}

	.no-object-fit .fullpage-banner img{
		height: auto;
		max-width: inherit;
	}
	
.fullpage-banner a{
	display: block;
	height: 100%; width: 100%;
}

.fullpage-banner .label{
	position: absolute;
	top: 0; left: 0;
	padding: 4px 9px 5px;
	color: white;
	background: #333;
	font: 13px/1.2 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.fullpage-banner + .site-table{
	margin-top: 100%;
	margin-top: 100vh;
}

/* End Banners */


/* Page nav */

[class*='page-nav']{
	min-height: 15px;
	margin-bottom: 15px;
	border-bottom: 3px solid #e2e2e2;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}

[class*='page-nav'] nav{
	position: relative;
	z-index: 5;
}

[class*='page-nav'] nav ul{ white-space: nowrap; }

[class*='page-nav'] nav ul li{
	white-space: nowrap;
	display: inline-block;
	padding: 0 10px 4px;
	font: 16px/1.1 'TheSerifDnevnikBold', Arial, serif;
}

[class*='page-nav'] nav ul li:first-child{
	padding-left: 0;
}

[class*='page-nav'] nav ul li a{
	display: block;
	padding: 5px 0;
	color: #606060;
	text-decoration: none;
}

[class*='page-nav'] nav ul li a.active,
[class*='page-nav'] nav ul li a:hover{
	color: #ce1e2e;
}

[class*='page-nav'] nav ul li a.home{
	height: 20px; width: 20px;
	padding: 0;
	position: relative;
	top: -4px;
	text-indent: -10000px;
	background-position: -148px -263px;
	-webkit-transition: none;
            transition: none;
}

[class*='page-nav'] nav ul li a.home:hover,
[class*='page-nav'] nav ul li a.home.active{
	background-position: -170px -263px;
}

[class*='page-nav'] .expand-nav{
	height: 100%; width: 40px;
	position: absolute;
	top: 0; right: 0;
	padding-top: 4px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 450ms cubic-bezier(0.55, 0, 0.1, 1);
			transition: color 450ms cubic-bezier(0.55, 0, 0.1, 1);
}

	.el-hide + .expand-nav{ color: #666; }

	[class*='page-nav'] .expand-nav:before,
	[class*='page-nav'] .expand-nav:after{
		content: '●';
		height: 0; width: 0;
		position: absolute;
	}
	
		[class*='page-nav'] .expand-nav:before{ left: 5px; }
		[class*='page-nav'] .expand-nav:after{ right: 14px; }

[class*='page-nav'] .hidden-links{
	position: absolute;
	top: 100%; right: 0;
	margin-top: 2px;
	padding: 6px 12px 10px;
	background: #e2e2e2;
	white-space: inherit;
	opacity: 1;
	visibility: visible;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform: perspective(600px) rotateX(0);
			transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: top center;
			transform-origin: top center;
	-webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
			transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
	will-change: transform;
}

[class*='page-nav'] .hidden-links.el-hide{
	display: block!important;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotateX(-90deg);
			transform: rotateX(-90deg);
}

[class*='page-nav'] .hidden-links li{
	display: block;
	padding: 0;
	white-space: inherit;
}

[class*='page-nav'] .hidden-links li a{
	display: inline-block;
}

[class*='page-nav'] .hidden-links li a:hover{
	color: white;
	text-decoration: underline;
}

.page-nav-v2{
	margin: 6px 0 0;
	border-top: 7px solid #ce1e2e;
	border-bottom-width: 0;
}

.page-nav-v2 .line-filter{
	margin-top: 1px;
}

.page-nav-v3{
	margin-bottom: 6px;
	border-bottom: 0;
}

[class*='page-sub-nav']{
	margin-bottom: 20px;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}

[class*='page-sub-nav'] nav{
	position: relative;
	z-index: 4;
}

[class*='page-sub-nav'] nav ul{ white-space: nowrap; }

[class*='page-sub-nav'] nav ul li{
	white-space: nowrap;
	display: inline-block;
	font: 16px/1.1 'TheSerifDnevnikPlain', Arial, serif;
}

[class*='page-sub-nav'] nav ul li:first-child{
	padding-left: 0;
}

[class*='page-sub-nav'] nav ul li a{
	display: block;
	padding: 5px 0;
	color: #606060;
	text-decoration: none;
}

[class*='page-sub-nav'] nav ul li a strong{
	text-decoration: underline;
}

[class*='page-sub-nav'] nav ul li a.active strong{
	text-decoration: none;
}

[class*='page-sub-nav'] nav ul li a.active,
[class*='page-sub-nav'] nav ul li a:hover{
	color: #ce1e2e;
}

[class*='page-sub-nav'] .expand-nav{
	height: 100%; width: 40px;
	position: absolute;
	top: 0; right: 0;
	text-indent: -10000px;
}

	[class*='page-sub-nav'] .expand-nav:after{
		content: '';
		height: 0; width: 0;
		position: absolute;
		top: 50%; left: 50%;
		margin: -2px 0 0 -4px;
		border-style: solid;
		border-width: 4px;
		border-color: #606060 transparent transparent transparent;
	}

[class*='page-sub-nav'] .hidden-links{
	position: absolute;
	top: 100%; right: 0;
	margin-top: 10px;
	padding: 10px 12px;
	background: #606060;
	white-space: inherit;
}

	[class*='page-sub-nav'] .hidden-links:before{
		content: '';
		height: 0; width: 0;
		position: absolute;
		top: -11px; right: 14px;
		border-style: solid;
		border-width: 6px;
		border-color: transparent transparent #606060;
	}

[class*='page-sub-nav'] .hidden-links li{
	display: block;
	padding: 0;
	white-space: inherit;
}

[class*='page-sub-nav'] .hidden-links li a{
	display: inline-block;
	color: white;
}

[class*='page-sub-nav'] .hidden-links li a:hover{
	color: white;
}

[class*='page-sub-nav'] .hidden-links li a strong{
	text-decoration: none;
}

/* End Page nav */


/* Interview */

.interview{
	font-size: 15px;
	font-family: 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

.interview .summary{
	padding: 16px 20px 25px;
	position: relative;
	margin: 33px 0 0 -122px;
	color: white;
	background: #333;
}

.interview .interviewee,
.interview h2{
	display: block;
	margin-bottom: 7px;
	font: 34px/1.1 'TheSerifDnevnikSemiBold', Arial, serif;
}

.interview h2{
	margin: 30px 0 0;
	font-size: 28px;
	line-height: 1.15;
}

.interview [class*='site-quote']{
	display: block; width: auto;
	padding: 20px;
	margin: 33px 0 0 -280px;
	position: relative;
	text-align: right;
	z-index: 2;
}

.interview [class*='site-quote'] .blockquote{
	display: block;
	padding: 25px 0 0;
}

.interview [class*='site-quote'] .blockquote:before{
	top: 75px; left: -20px;
}

.interview [class*='site-quote'] .blockquote:after{
	bottom: -55px; right: -15px;
}

.interview [class*='site-quote'] .blockquote blockquote{
	padding: 0 25px;
	font-size: 22px;
}

.interview [class*='site-quote'] .blockquote blockquote:before,
.interview [class*='site-quote'] .blockquote blockquote:after{
	display: inline-block;
}

.interview [class*='site-quote'] .blockquote blockquote:before{
	top: 3px; left: -3px;
}

/* End Interview */


/* Debate */

.debate .title{
	display: block;
	margin: -10px 0 16px;
	font: 24px/1.3 'TheSerifDnevnikSemiBold', Arial, serif;
}

.debate .title a{
	text-decoration: none;
}

.debaters{
	overflow: hidden;
}

.debaters-preview,
.debaters-summary{
	overflow: hidden;
	position: relative;
	background: white;
}

.debaters-preview{
	height: 280px;
}

.debaters-preview .preview{
	position: absolute;
	height: 100%; width: 60%;
	margin-right: 20px;
	overflow: hidden;
	background: white;
	-webkit-transform: skewX(-15deg);
		-ms-transform: skewX(-15deg);
			transform: skewX(-15deg);
}

.debaters-preview .preview.left{
	right: 50%;
}

.debaters-preview .preview.right{
	left: 50%;
}

.debaters-preview .preview:after{
	content: '';
	height: 100%; width: 95%;
	position: absolute;
	top: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

	-webkit-transform: skewX(15deg);
		-ms-transform: skewX(15deg);
			transform: skewX(15deg);
}

.debaters-preview .preview.left:after{
	right: -38px;
}

.debaters-preview .preview.right:after{
	left: -38px;
}

.debaters-summary{
	display: table;
	width: 100%;
	width: calc(100% + 20px);
	margin: 0 -10px;
	table-layout: fixed;
}

	.debaters-summary:before{
		content: ''; width: 20px;
		position: absolute;
		top: 0; bottom: 0;
		left: 50%;
		margin-left: -48px;
		background: white;
		z-index: 1;
		-webkit-transform: skewX(-15deg);
			-ms-transform: skewX(-15deg);
				transform: skewX(-15deg);
	}

.debaters-summary .summary{
	display: table-cell;
	position: relative;
	
	color: white;
	font: 24px/1 'TheSerifDnevnikSemiBold', Arial, serif;
	vertical-align: top;
}

.debaters-summary .summary.left{
	width: 46%;
	background: #059a44;
	-webkit-transform: skewX(-15deg);
		-ms-transform: skewX(-15deg);
			transform: skewX(-15deg);
}

.debaters-summary .summary.right{
	width: 54%;
	text-align: right;
	background: #ce1e2e;
	-webkit-transform: skewX(-15deg);
		-ms-transform: skewX(-15deg);
			transform: skewX(-15deg);
}

	.debaters-summary .summary.left .inner,
	.debaters-summary .summary.right .inner{
		padding: 15px 30px 35px;
		-webkit-transform: skewX(15deg);
			-ms-transform: skewX(15deg);
				transform: skewX(15deg);
	}

.debaters-summary .summary strong,
.debaters-summary .summary strong em{
	display: block; height: 26px;
	overflow: hidden;
}

	.debaters-summary .summary strong em{
		font-family: 'TheSerifDnevnikPlain', Arial, serif;
		font-style: normal;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

.debaters-summary .summary .vote{
	position: absolute;
	bottom: 0;
	font-size: 39px;
	line-height: .65;
}

	.debaters-summary .summary.left .vote{
		right: 30px;
	}
	
	.debaters-summary .summary.right .vote{
		left: 20px;
	}
	
.no-csstransforms .debaters-summary{
	width: 100%;
	margin: 0;
}
	
.no-csstransforms .debaters-summary .summary.left,
.no-csstransforms .debaters-summary .summary.right{
	width: 50%;
}

.no-csstransforms .debaters-summary:before{
	margin-left: -20px;
}

.debate-summary{
	padding: 45px 0 55px;
	text-align: right;
	font: 28px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
	table-layout: inherit;
	-webkit-transition: all 350ms ease;
			transition: all 350ms ease;
}

	.debate-summary.collapsed,
	.vote-line.collapsed .button,
	.vote-line.collapsed .success-vote{
		padding: 0;
		opacity: 0;
		visibility: hidden;
	}

.debate-summary .cell{
	width: auto;
	position: relative;
	vertical-align: bottom;
}

.debate-summary nav{
	padding-bottom: 6px;
	font-size: 0;
	white-space: nowrap;
}

	.debate-summary nav a{
		display: inline-block;
		min-width: 107px;
		margin-left: 13px;
		padding: 4px 23px 4px;
		font-size: 25px;
		color: white;
		text-align: center;
		text-decoration: none;
		background: #059a44;
		vertical-align: bottom;
	}
	
	.debate-summary nav a.negative{
		background: #ce1e2e;
	}
	
	.debate-summary nav a.disabled{
		cursor: default;
	}
	
.debaters-results{
	padding-top: 16px;
	color: #aeaeae;
	text-align: right;
	font: 16px/1 'TheSansDnevnikPlain', Arial, sans-serif;
}

.success-vote{
	opacity: 0;
	color: #059a44;
	position: absolute;
	left: 42px; bottom: 0;
	margin-bottom: -26px;
	font: 22px/1 'TheSansDnevnikPlain', Arial, sans-serif;
	-webkit-transform: translateY(15px);
			transform: translateY(15px);
	-webkit-transition: all 350ms ease-out;
            transition: all 350ms ease-out;
}

.success-vote.-v-negative{
	left: auto; right: 0;
	color: #ce1e2e;
}

.success-vote.visible{
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
}

.vote-line{
	height: 49px;
	position: relative;
	margin-bottom: 17px;
	border-bottom: 3px solid #d6d6d6;
}

	.vote-line h4{
		margin: 0;
		padding-right: 13px;
		position: absolute;
		left: 0; bottom: -6px;
		color: #059a44;
		font-size: 62px;
		line-height: 0.75;
		text-transform: uppercase;
		background: white;
	}
	
	.vote-line .button{
		min-height: 37px;
		float: right;
		margin: 0;
		padding-top: 9px;
		padding-bottom: 7px;
		position: relative;
		bottom: -12px;
		border-left: 13px solid white;
		background: #059a44;
		-webkit-transition: all 350ms ease;
				transition: all 350ms ease;	
	}
	
	.vote-line.negative h4{
		color: #ce1e2e;
	}
	
	.debate-summary nav a.negative{
		background: #ce1e2e;
	}
	
	.vote-line.negative .button{
		background: #ce1e2e;
	}
	
	.vote-line.negative .button:hover{
		background: #333;
	}
	
	.vote-line .success-vote{
		left: auto; right: 0;
		margin-right: 120px;
	}
	
	.vote-line .success-vote.visible{
		margin-bottom: 6px;
	}

/* End Debate */


/* Authors */

[class*='author']{
	margin-bottom: 8px;
}

[class*='author']:first-child{
	padding-top: 8px;
}

[class*='author'] figure{
	text-align: center;
	color: #333;
	font-size: 11px;
	font-family: 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

	[class*='author'] figure .thumb{
		width: 98px;
		display: inline-block;
		margin-bottom: 1px;
		background: #e5e5e5;
		border: 4px solid #e5e5e5;
		-webkit-border-radius: 100%;
				border-radius: 100%;
	}
	
		[class*='author'] figure .thumb img{
			display: block;
			-webkit-border-radius: 100%;
					border-radius: 100%;
		}
		
[class*='author'] figure figcaption{
	background: transparent;
}
		
[class*='author'] figure .name{
	display: inline-block;
	font-size: 15px;
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='author'] figure .name a{
	color: #ce1e2e;
	text-decoration: none;
}

[class*='author'] ul li{
	padding: 15px 0;
	border-top: 1px solid #e1e1e1;
}

[class*='author'] ul li:first-child{
	border-top-width: 0;
}

[class*='author'] ul li:last-child{
	padding-bottom: 0;
}

[class*='author'] h4{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.45;
}

.author-v2 h4{
	font-size: 17px;
	line-height: 1.5;
}

[class*='author'] .article-tools{
	padding: 1px 0 0;
}

[class*='author-v']{
	padding: 8px 0;
}

[class*='author-v'] + [class*='author-v'],
[class*='author-v'] + article + [class*='author-v']{
	margin-top: 5px;
	padding-top: 16px;
	border-top: 1px solid #e1e1e1;
}

[class*='author-v'] figure{
	display: table; width: 100%;
	text-align: left;
}

[class*='author-v'] figure > a,
[class*='author-v'] figure .thumb,
[class*='author-v'] figure figcaption,
[class*='general-article'] [class*='author-v'] figure figcaption{
	display: table-cell;
	font-size: 11px;
	vertical-align: middle;
	background: transparent;
}

[class*='author-v'] figure > a,
[class*='author-v'] figure .thumb{
	height: 70px; width: 70px;
}

[class*='author-v'] figure > a + figcaption,
[class*='author-v'] figure .thumb + figcaption{
	padding-left: 10px;
}

[class*='author-v'] figure .name{
	color: #ce1e2e;
}

[class*='author-v'] figure .type{
	color: #ce1e2e;
	font: normal 13px/1.1 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='author-v3'] figure .thumb{
	height: 90px; width: 90px;
}

[class*='author-v3'] figure .name{
	color: #333;
}

[class*='author-v4'] figure{
	display: block;
	text-align: center;
}

[class*="author-v4"] figure .thumb{
	display: inline-block;
	height: 138px; width: 138px;
	border-width: 6px;
}

[class*="author-v4"] figure figcaption,
[class*='general-article'] [class*='author-v4'] figure figcaption{
	display: block;
	padding: 5px 0;
}

[class*="author-v4"] figure figcaption strong{
	color: #ce1e2e;
	font-size: 14px;
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*="author-v4"] figure figcaption .name{
	color: #333;
	font-size: 20px;
	font-family: 'TheSerifDnevnikBold', Arial, serif;
}

[class*="author-v4"] figure figcaption .name a{
	color: #333;
}

[class*='secondary-article'] [class*='author-v']{
	padding-top: 0;
}

.author-v5{
	margin: 20px 0;
	padding: 0 0 0 13px!important;
	border-left: 5px solid #e5e5e5;
	font: normal 12px/1.1 'TheSansDnevnikPlain', Arial, sans-serif;
}

.author-v5 strong{
	display: block;
	padding: 18px 0 2px;
	font-size: 15px;
}

.author-v5 strong:first-child{ padding-top: 0; }

.author-v5 strong a{ text-decoration: none; }

.d-aut{
	padding-bottom: 20px;
	font: 16px/1.4 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.d-aut .t{
	height: 90px; width: 90px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 90px;
	border: 4px solid #e5e5e5;
}

.d-aut .t img{
	border-radius: 90px;
}

.d-aut .text{
	overflow: hidden;
}

.d-aut .t + .text{
	padding-top: 20px;
}

/* End Authors */


/* Editor's choise */

.editors-choise{
	padding: 20px 20px 18px;
	color: white;
	background: #333;
}

.editors-choise a{
	color: white;
	text-decoration: none;
}

.editors-choise .etitle{
	display: block;
	padding: 4px 0 18px;
	text-align: center;
	font: 20px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
	border-bottom: 1px solid #535353;
}

.editors-choise .item{
	padding: 18px 0;
	border-top: 1px solid #535353;
}

	.editors-choise .item:first-of-type{
		border-top: 0;
	}

.editors-choise figure{
	min-height: 66px;
	position: relative;
	padding: 9px 0 27px 80px;
}

.editors-choise figure .thumb{
	position: absolute;
	top: 2px; left: 10px;
	width: 60px; height: 60px;
	display: block;
	border: 1px solid white;
	background: white;
	-webkit-border-radius: 60px;
			border-radius: 60px;
}

	.editors-choise figure .thumb img{
		display: block;
		-webkit-border-radius: 60px;
				border-radius: 60px;
	}
	
.editors-choise figure figcaption .title{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font: 18px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.editors-choise figure figcaption .article-tools{
	color: white;
	font-size: 11px;
	padding: 1px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.editors-choise p{
	font-family: 'TheSerifDnevnikPlain', Arial, serif;
}

.editors-choise .bottom{
	margin-top: 3px;
	text-align: center;
	border-top: 1px solid #535353;
}

.editors-choise [class*='view-all']{
	font-size: 17px;
}

/* End Editor's choise */


/* Line filter */

.line-filter{
	min-height: 40px;
	margin-bottom: 23px;
	background: #d6d6d6;
	font: 13px/1 'TheSansDnevnikPlain', Arial, sans-serif;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}

.line-filter a{
	color: black;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.line-filter nav{
	float: left;
	padding: 3px 10px 4px;
	font: 13px/1 'TheSansDnevnikPlain', Arial, sans-serif;
}

	.line-filter nav a{
		padding: 10px 3px 10px 0;
	}
	
		.line-filter nav a strong{
			display: inline-block;
			padding-right: 3px;
			text-decoration: none;
		}
	
		.line-filter nav a.active strong{
			text-decoration: underline;
		}
		
	.line-filter .highlight{
		color: #ce1e2e;
	}
	
	.line-filter .highlight.active{
		color: inherit;
	}

.line-filter ul{
	display: table; float: right;
	height: 40px;
	padding-left: 12px;
	border-left: 1px solid white;
	font-size: 15px;
}

.line-filter ul li{
	display: table-cell;
	vertical-align: middle;
}

.line-filter ul li a{
	height: 18px; width: 20px;
	display: inline-block;
	margin: 0 12px;
	position: relative;
	text-indent: -10000px;
	vertical-align: middle;
}

	.line-filter ul li a:before{
		content: '';
		height: 18px; width: 1px;
		position: absolute;
		top: 50%; left: -12px;
		margin-top: -9px;
		background: white;
	}
	
	.line-filter ul li:first-child + li a:before{
		display: none;
	}

	.line-filter ul li a[data-layout="grid"]{
		background-position: -106px -99px;
	}
	
	.line-filter ul li a[data-layout="list"]{
		background-position: -127px -99px;
	}
	
	.line-filter ul li a[data-layout="grid"].active,
	.line-filter ul li a[data-layout="grid"]:hover{
		background-position: -106px -80px;
	}
	
	.line-filter ul li a[data-layout="list"].active,
	.line-filter ul li a[data-layout="list"]:hover{
		background-position: -127px -80px;
	}
	
.line-filter .inline-block,
.line-filter dl,
.line-filter dl img{
	display: inline-block;
	margin: 7px 6px 0 0;
	vertical-align: middle;
	font: normal 16px/1.1 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

.line-filter dl img{
	margin: -1px 7px 0 0;
}

.line-filter dl{
	position: relative;
	z-index: 3;
}

.line-filter dl dt{
	position: relative;
}

	.line-filter dl dt a{
		padding: 0;
	}
	
	.line-filter dl dt a span{
		display: block;
		position: relative;
		padding-right: 13px;
	}
	
	.line-filter dl dt a span:after{
		content: '';
		height: 0; width: 0;
		position: absolute;
		top: 50%; right: 0;
		margin-top: -2px;
		border-style: solid;
		border-width: 4px;
		border-color: black transparent transparent transparent;
	}
	
	.line-filter dl.open dt a span:after{
		margin-top: -6px;
		border-color: transparent transparent black transparent;
	}

.line-filter dl dd{
	height: 0; width: 800px;
	position: absolute;
	left: 0;
}	
	
.line-filter dl ul{
	display: none;
	height: auto;
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	float: none;
	padding: 10px;
	position: absolute;
	top: 100%; left: 0;
	border: 0;
	font: 14px/1 'TheSansDnevnikPlain', Arial, sans-serif;
	border-top: 12px solid #d6d6d6;
	border-bottom: 12px solid #d6d6d6;
	background: #d6d6d6;
}

	.line-filter dl.open ul{
		display: block;
	}

	.line-filter dl ul li{
		display: block;
		padding: 6px 0;
	}
	
	.line-filter dl ul li a{
		display: block;
		height: auto; width: auto;
		margin: 0;
		padding: 0;
		text-indent: 0;
	}
	
	.line-filter dl ul li a:before{
		display: none;
	}
	
.view-more-v3{
	display: inline-block;
	height: 74px; width: 74px;
	padding-top: 19px;
	position: relative;
	color: white!important;
	text-decoration: none;
	background: #ce1d2e;
	font: 22px/1 'TheSansDnevnikBold', Arial, sans-serif;
	-webkit-border-radius: 80px;
			border-radius: 80px;
}

	.view-more-v3:after{
		content: '>';
		position: absolute;
		bottom: 8px; left: 50%;
		font-size: 26px;
		-webkit-transform: rotateZ(90deg) translateY(6px);
				transform: rotateZ(90deg) translateY(6px);
	}
	
	.no-csstransforms3d .view-more-v3{
		padding-top: 26px;
	}
	
	.no-csstransforms3d .view-more-v3:after{
		display: none;
	}
	
.comments .text-center [class*='view-more']{
	margin-left: 160px;
}

/* End Line filter */


/* Letter of the day */

[class*='number-of-the-day']{
	position: relative;
	overflow: hidden;
	padding: 19px 0;
	background: #ce1e2e;
	color: white;
	font: 16px/1.5 'TheSansDnevnikPlain', Aria, sans-serif;
}

[class*='number-of-the-day']:before{
	content: '434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678 434 98 901 014 70 09009 334340 934 2423 22 554 2212 66 232 567 67722 1341 2423 56 5454 32 11 565 7345 22 22 56 32 67 32 1434 78 969 22 112 44 22 665 898 323 11 565 9 322 14 678';
	position: absolute;
	top: 0; bottom: 0;
	left: -10px; right: -10px;
	color: #bc1b2a;
	text-align: left;
	line-height: 1.25;
	font-family: 'TheSerifDnevnikSemiBold', Arial, serif;
	z-index: 1;
}

[class*='number-of-the-day'] *{
	position: relative;
	z-index: 2;
}

[class*='number-of-the-day'] strong,
.article-content [class*='number-of-the-day'] strong{
	display: block;
	padding: 0 19px;
	font: 22px/1 'TheSerifDnevnikBold', Aria, serif;
}

[class*='number-of-the-day'] small{
	display: block;
	padding: 0 19px;
	font: 22px/0.7 'TheSerifDnevnikBold', Aria, serif;
}

[class*='number-of-the-day'] .letters{
	padding: 38px 0 34px;
	text-align: center;
	display: block;
	font: 22px/0.7 'TheSerifDnevnikBold', Aria, serif;
}

[class*='number-of-the-day'] a{
	color: inherit!important;
	text-decoration: none;
}

[class*='number-of-the-day'] .text{
	padding: 0 19px 10px;
}

.number-of-the-day-v2{
	margin: 0;
	padding: 0;
	background: transparent;
}

.number-of-the-day-v2:before{
	display: none;
}

.number-of-the-day-v2 strong{
	margin: -5px 0;
	color: #ce1e2e;
	font-size: 34px;
	text-align: center;
}

.number-of-the-day-v2 .letters{
	padding: 28px 0 14px;
	color: #a5a6a7;
}

.number-of-the-day-v3:before{
	font-size: 22px;
}

.number-of-the-day-v3 .letters{
	text-align: center;
	padding: 28px 19px 13px;
}

	.number-of-the-day-v3 .letters strong,
	.number-of-the-day-v3 .letters small{
		display: inline-block;
		padding: 0;
	}
	
/* End Letter of the day */


/* Article */

.tags{
	color: #333;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 2px solid #e2e2e2;
	font: 22px/1 'TheSansDnevnikSemiBold', Aria, sans-serif;
}

.tags ul{
	font-size: 0;
	margin: 3px 0 0 -10px;
}

.tags ul li{
	display: inline-block;
	margin: 10px 0 0 10px;
	padding-right: 32px;
	position: relative;
	vertical-align: top;
	font: 14px/1 'TheSansDnevnikPlain', Aria, sans-serif;
	background: #dcdcdc;
}

.tags ul li a{
	display: block;
	padding: 8px 8px 9px 8px;
	color: inherit;
	text-decoration: none;
}

.tags ul li a.switch{
	width: 30px;
	padding: 0;
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
}

	.tags ul li a.switch:after{
		content: ''; width: 30px;
		position: absolute;
		top: 0; bottom: 0;
		right: 0;
		background: #b5b5b5;
		z-index: 1;
	}
	
	.tags ul li a.switch:before{
		content: '';
		height: 8px; width: 14px;
		position: absolute;
		top: 50%; right: 8px;
		margin-top: -4px;
		background-position: -149px -110px;
		z-index: 2;
	}
	
	.tags ul li a.switch.on:after{
		content: ''; width: 30px;
		position: absolute;
		top: 0; bottom: 0;
		right: 0;
		background: #b5b5b5;
		z-index: 1;
	}
	
	.tags ul li a.switch.on:before{
		background-position: -165px -110px;
	}
	
	.tags ul li a.switch.on:after{
		background: #ce1e2e;
	}
	
.related li{
	padding: 9px 0 10px 21px;
	position: relative;
	border-top: 1px solid #e5e5e5;
}

	.related li:before{
		content: '';
		height: 9px; width: 9px;
		position: absolute;
		top: 14px; left: 4px;
		background: #ce1e2e;
	}

	.related li:first-child{
		padding-top: 0;
		border-top-width: 0;
	}
	
	.related li:first-child:before{
		top: 5px;
	}

.related h4{
	margin: 0;
	font-size: 17px;
}

.related h4 a{
	color: inherit;
}

div.view-comments{
	text-align: center;
}

div.view-comments a{
	display: inline-block;
	padding: 10px 0 10px 85px;
	position: relative;
	color: #ce1e2e;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	font: 22px/1 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

	div.view-comments a:before{
		content: '';
		height: 71px; width: 71px;
		position: absolute;
		top: 50%; left: 0;
		margin-top: -34px;
		background-position: -276px -206px;
	}

	div.view-comments a var{
		display: block;
		font: normal 54px/1 'TheSansDnevnikSemiBold', Arial, sans-serif;
	}

[class*='article-details']{
	display: table; width: 100%;
	padding-top: 22px;
}

[class*='article-details'] .article-tools,
[class*='article-details'] [class*='author']{
	display: table-cell;
	padding: 0;
	vertical-align: bottom;
}

[class*='article-details'] .article-tools,
[class*='article-details'] .article-tools a,
[class*='social-links'] .article-tools,
[class*='social-links'] .article-tools a{
	color: #7f7f7f;
	font: 14px 'TheSansDnevnikSemiLightItalic', Arial, sans-serif;
}

[class*='social-links'] .article-tools{
	position: relative;
	top: -2px;
	margin-left: 2px;
	padding: 4px 0 4px 7px;
}

[class*='social-links'] .article-tools:before{
	content: '';
	height: 14px; width: 1px;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -7px;
	background: #7f7f7f;
}

.article-tools b{
	font-family: 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

[class*='article-details'] [class*='author']{
	float: right;
}

[class*='article-details'] [class*="author-v"] figure .name{
	color: #333;
}

[class*='general-article']{
	color: black;
	font: 17px/1.42 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.article-content a{
	color: #ce1e2e;
}

	.article-content h1 a,
	.article-content h2 a,
	.article-content h3 a,
	.article-content h4 a,
	.article-content h5 a,
	.article-content h6 a{
		color: inherit;
	}

.article-content b,
.article-content strong{
	font-family: 'TheSansDnevnikBold', Arial, sans-serif;
}

.article-content em b,
.article-content em strong{
	font-style: normal;
	font-family: 'TheSansDnevnikPlainItalic', Arial, serif;
}

[class*='general-article'] [class*='article-top']{
	display: table;
	width: 100%;
	width: calc(100% - 80px);
	margin: 0 0 17px 80px;
	padding-bottom: 3px;
	border-bottom: 3px solid #e2e2e2;
}

[class*='general-article'] .article-top-v2{
	display: table;
	width: 100%;
	margin: 0 0 1px;
	padding-bottom: 3px;
}

[class*='general-article'] .article-top-v2{
	width: 100%;
	margin-left: 0;
}

[class*='general-article'] [class*='article-top'] h1{
	margin: 0 10px 10px 0;
	font-size: 42px;
	line-height: 1.15;
}

[class*='general-article'] [class*='article-top'] h3{
	font: 22px/1.2 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

[class*='general-article'] .article-top-v2 h1{
	color: #ce1e2e;
	margin-bottom: 0;
}

[class*='general-article'] .label{
	display: inline-block;
	margin-bottom: 4px;
	padding: 4px 9px 5px;
	color: white;
	background: #ce1e2e;
	font: 11px/1.1 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

[class*='general-article'] .label-in-pack{
	display: inline-block;
	margin-bottom: 2px;
	color: #7f7f7f;
	font: 16px/1.1 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

[class*='general-article'] .label-in-pack a{
	color: #7f7f7f;
	text-decoration: none;
}

[class*='general-article'] [class*='article-top'] .content{
	float: none;
	display: table-cell;
	vertical-align: middle;
}

[class*='general-article'] [class*='article-top'] aside{
	float: none;
	display: table-cell;
	vertical-align: bottom;
}

[class*='general-article'] [class*='article-top'] [class*='author']{
	float: right;
	padding-bottom: 15px;
}

[class*='general-article'] .article-content p:first-of-type::first-letter{
	display: block; float: left;
	padding: 9px 8px 0px 0;
	text-transform: uppercase;
	font: 84px/58px 'TheSerifDnevnikPlain', Arial, serif;
}

	[class*='general-article'] .article-content * p:first-of-type::first-letter{
		display: inline;
		float: none;
		padding: 0;
		font: inherit;
		text-transform: none;
	}

[class*='general-article'] .article-content figure img{
	width: 100%;
}

[class*='general-article'] .article-content .thumbnail img{
	width: calc(100% + 30px);
}

[class*='general-article'] figure img:not(.img-footer) {
	min-width: 100%;
}

[class*='general-article'] figure figcaption{
	padding: 12px 17px;
	color: #5a5a5a;
	font-size: 13px;
	background: #e2e2e2;
}

[class*='general-article'] [class*='gallery-grid-container'] figure figcaption{
	padding: 20px 16px 11px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%);
}

.csscalc [class*='general-article'] figure.full-width{
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	padding: 0 6px;
}

_:-moz-tree-row(hover), [class*='general-article'] figure.full-width{
	padding: 0!important;
}

.csscalc [class*='general-article'] .pl-80 figure.full-width{
	margin-left: calc(-50vw - 40px);
}

.not-part figcaption,
[class*='general-article'] .not-part figcaption{
	color: black;
	padding-top: 17px;
	padding-bottom: 16px;
	text-align: center;
	font: 15px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
	background: #fffad0;
}

.not-part .thumb + figcaption,
[class*='general-article'] .not-part .thumb + figcaption{
	border-bottom: 2px solid #e2e2e2;
}

[class*='general-article'] figure small{
	color: #666;
	font: 12px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

.pl-80{
	padding-left: 80px;
}

.pl-90{
	padding-left: 90px;
}

.pr-80{
	padding-right: 80px;
}

.ml--80{
	margin-left: -80px;
}

[class*='general-article'] .el-offset{
	float: left; clear: both;
	min-width: 220px;
	max-width: 460px;
	margin: 6px 18px 27px -80px;
}

[class*='general-article'] .el-full-width{
	margin-right: 0;
	max-width: calc(100% + 80px);
}

[class*='general-article'] .el-offset-v2{
	width: 170px; float: left;
	margin-left: -180px;
}

.no-csscalc [class*='general-article'] .el-full-width{
	max-width: inherit;
}

.no-csscalc .pl-80,
.no-csscalc .pr-80,
.no-csscalc .ml--80{
	margin: 0;
	padding: 0;
}

.no-csscalc [class*='general-article'] [class*='article-top']{
	width: 100%;
}

.no-csscalc [class*='general-article'] [class*='article-top'],
.no-csscalc [class*='general-article'] .el-offset{
	margin-left: 0;
}

.social-links.links-top{
	clear: both;
	margin: -14px 0 20px;
}

.social-links.links-bottom{
	clear: both;
	margin: 10px 0 -10px;
	padding-bottom: 0;
}

.thumb-controls{
	position: absolute;
	bottom: 0; left: 0;
	padding: 1px 7px 0 2px;
	background: black;
	color: #ccc;
	font-size: 0;
}

.thumb-controls li{
	display: inline-block;
	padding: 6px 3px;
	vertical-align: middle;
	font: 13px 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.thumb-controls li span{
	display: inline-block;
	padding: 0 2px;
}

.thumb-controls [class*='arrow']{
	display: block;
	height: 20px; width: 20px;
	position: relative;
	text-indent: -10000px;
}

.thumb-controls .arrow-prev{
	background-position: -188px -55px;
}

.thumb-controls .arrow-next{
	background-position: -209px -55px;
}

.thumb-controls .arrow-expand{
	margin-left: 8px;
	background-position: -188px -76px;
}

.thumb-controls .arrow-expand:before{
	content: '';
	height: 18px; width: 1px;
	position: absolute;
	top: 50%; left: -9px;
	margin-top: -9px;
	background: #4c4d4f;
}

.thumb-controls li:only-child .arrow-expand{
	margin-left: 4px;
}

.thumb-controls li:only-child .arrow-expand:before{
	display: none;
}

.extras{
	max-width: 220px;
	border-top: 7px solid #ce1e2e;
}

.extras-dark{
	border-color: #333;
	background: #e1e1e1;
}

.extras .title{
	display: block;
	padding: 7px 0;
	font: 15px 'TheSansDnevnikPlain', Arial, sans-serif;
}

.extras nav a{
	color: #ce1e2e;
	text-decoration: none;
	font: 17px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.extras .text{
	padding: 16px;
	font: 14px/1.45 'TheSerifDnevnikPlain', Arial, serif;
}

.extras .text .title{
	padding-bottom: 14px;
	color: #ce1e2e;
	font: 21px 'TheSerifDnevnikBold', Arial, serif;
}

.extras.full-width{
	max-width: inherit;
	padding-top: 16px;
	font: 17px/1.42 'TheSansDnevnikSemiLightItalic', Arial, sans-serif;
}

.mark{
	display: inline-block;
	height: 12px; width: 12px;
	padding: 1px 2px 0;
	position: relative;
	top: -2px; left: 2px;
	color: white;
	text-align: center;
	font: 9px/10px 'TheSerifDnevnikSemiBold', Arial, serif;
	vertical-align: middle;
	background: #ce1e2e;
}

.files a,
.extras .files a{
	display: block;
	padding: 20px 20px 20px 58px;
	position: relative;
	color: #333;
	text-decoration: none;
	background: #e1e1e1;
	border-top: 1px solid white;
	font: 14px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

.files a:before{
	content: '';
	height: 40px; width: 34px;
	position: absolute;
	top: 8px; left: 13px;
}

.files [class*='pdf']:before{
	background-position: 0 -280px;
}

.files [class*='doc']:before{
	background-position: -35px -280px;
}

.files [class*='xls']:before{
	background-position: 0 -321px;
}

.files [class*='ppt']:before{
	background-position: -35px -321px;
}

.copy-address{
	display: inline-block;
	max-width: 190px;
	margin-left: 15px;
	padding: 4px 0;
	position: relative;
	color: #a2a2a2;
	font: 12px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
	border: 1px solid #e2e2e2;
	vertical-align: middle;
}

.copy-address.successful{
	border-color: #16bb00;
}

.copy-address.unsuccessful{
	border-color: #ce1e2e;
}

.copy-address:after{
	position: absolute;
	top: 100%; right: -1px;
	padding: 1px 5px 2px;
	color: white;
}

.copy-address.successful:after{
	content: attr(data-success);
	background: #16bb00;
}

.copy-address.unsuccessful:after{
	content: attr(data-error);
	background: #ce1e2e;
}

.copy-address ::-moz-selection{
	color: #a2a2a2;
	background: transparent;
}

.copy-address ::selection{
	color: #a2a2a2;
	background: transparent;
}

.copy-address div{
	margin: 0 9px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.copy-address input{
	height: 100%; width: 100%;
	position: absolute;
	top: 0; left: 0;
	border: 0;
	text-indent: -10000px;
	background: transparent;
	background: rgba(255,255,255,0);
}

.breaking-news [class*='article-top'] .label{
	font: 15px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

.breaking-news [class*='article-top'] h1{
	color: #ce1e2e;
}

.breaking-news figure .label{
	position: absolute;
	top: 42px; left: -6px;
	padding: 4px 16px 7px;
	font: 22px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
	z-index: 2;
}

.article-live{
	padding: 0;
}

[class*='article-live-selection']{
	/*margin: 0 0 60px -80px;*/
	margin: 0 0 60px;
	padding: 20px 25px 25px;
	color: white;
	background: #ce1e2e;
	font: 14px/1.45 'TheSerifDnevnikPlain', Arial, serif;
}

[class*='article-live-selection'] .title{
	padding-top: 60px;
	font: 34px/1.2 'TheSerifDnevnikBold', Arial, serif;
}

[class*='article-live-selection'] .sub-title{
	padding-bottom: 10px;
	font: 28px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

[class*='article-live-selection'] a{
	color: white;
	font-size: 15px;
	text-decoration: none;
}

[class*='article-live-selection'] a.active{
	text-decoration: underline;
}

[class*='article-live-selection'] .selection{
	font-size: 16px;
	font: 16px/1.45 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

[class*='article-live-selection'] .selection li{
	padding: 6px 0 0 20px;
	font-size: 16px;
	position: relative;
}

	[class*='article-live-selection'] .selection li:before{
		content: '•';
		font-size: 180%;
		position: absolute;
		top: 3px; left: 0;
		line-height: 1;
		color: white;
	}

.article-live-selection-v2{
	color: #333;
	background: white;
	border: 5px solid #e3e3e3;
}

.article-live-selection-v2 .title,
.article-live-selection-v2 .sub-title,
.article-live-selection-v2 .selection li:before{
	color: #ce1e2e;
}

.article-live-selection-v2 a{
	color: #333;
}

.article-live .article-content aside{
	width: 222px; float: left;
	margin-left: -80px;
	min-width: inherit;
	font: 14px/1.45 'TheSerifDnevnikPlain', Arial, serif;
}

.article-live .article-content aside .title{
	display: block;
	padding-bottom: 12px;
	color: #ce1e2e;
	font: 20px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

[class*='article-live'] .article-content .content{
	width: auto; float: none;
	overflow: hidden;
	margin-left: -80px;
}

[class*='article-live'] .article-content aside + .content{
	margin-left: 0;
}

.article-live-v2 .article-content .content{
	margin-left: 0;
}

.moments ol{
	border-left: 4px solid #d6d6d6;
	font: 14px/1.45 'TheSerifDnevnikPlain', Arial, serif;
}

.moments ol li{
	position: relative;
	margin-top: 38px;
	padding: 2px 5px 15px 15px;
}

.moments ol li:first-child{
	margin-top: 0;
}

	.moments ol li:before,
	.moments ol li:last-child:after{
		content: '';
		height: 18px; width: 18px;
		position: absolute;
		top: 0; left: -11px;
		background: white;
		border: 4px solid #d6d6d6;
		-webkit-border-radius: 20px;
				border-radius: 20px;
	}
	
	.moments ol li:last-child:after{
		top: auto;
		bottom: -9px;
	}
	
.moments time{
	display: block;
	padding-bottom: 5px;
	color: #ce1e2e;
	font: 11px/1.45 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

.moments a{
	color: inherit;
	text-decoration: none;
}

.article-live .article-content .site-block{
	margin-bottom: 20px;
}

.article-live .article-content .site-block + .site-block article{
	padding-top: 33px;
	border-top: 3px solid #d6d6d6;
}

.article-live .article-content article h2{
	font-size: 32px;
	line-height: 1.1;
}

.article-live .article-content article h3{
	font-size: 22px;
}

.article-live .article-content article time,
[class*='timeline-articles'] .time time{
	display: block;
	padding-bottom: 10px;
	color: #b2b2b2;
	font: 26px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.article-live .article-content article .social-links-v2{
	padding: 17px 0 0;
}

.article-live .article-content article .social-links-v2 li{
	margin-bottom: 0;
}

.article-live [class*="big-picture"] .text small{
	float: left;
}

.article-live [class*="big-picture"] .text .title{
	float: right;
}

.eventBlocks a.anchor {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
}

[class*='timeline-articles'] > li{
	min-height: 100px;
	margin-bottom: 18px;
	padding: 66px 0 0 240px;
	position: relative;
}

[class*='timeline-articles'] > li:before{
	content: '';
	height: 3px; width: 100%;
	position: absolute;
	top: 22px; left: 240px;
	background: #d6d6d6;
}

[class*='timeline-articles'] > li:first-child:before{
	display: none;
}

[class*='timeline-articles'] > li .time{
	max-width: 150px;
	position: absolute;
	top: 64px; left: 80px;
}

[class*='timeline-articles'] > li .time var{
	display: block;
	padding-bottom: 14px;
	color: #b2b2b2;
	font: 32px/1.1 'TheSerifDnevnikSemiBold', Arial, serif;
}

[class*='timeline-articles'] > li .time time{
	padding: 0;
	color: #999;
	font: 12px/1.1 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='timeline-articles'] > li .time [class*='social-links']{
	text-align: left;
}

[class*='timeline-articles'] > li .time [class*='social-links'] li.clear{
	clear: both;
	margin: 3px 0 0;
}


.article-live-v2 .timeline-articles > li .time .social-links-v2{
	text-align: left;
	margin-top: 6px;
	-webkit-transform: scale(1.405);
			transform: scale(1.405);
	-webkit-transform-origin: left center;
			transform-origin: left center;
}

[class*='article-live'] .time [class*='author']{
	position: relative;
	margin-top: 25px;
	padding-top: 25px;
}

[class*='article-live'] .time [class*='author']:before{
	content: '';
	height: 3px; width: 44px;
	position: absolute;
	top: 0; left: 0;
	background: #e5e5e5;
}

[class*='article-live'] .time [class*='author'] figure,
[class*='article-live'] .time [class*='author'] figure .thumb,
[class*='article-live'] .time [class*='author'] figure figcaption{
	display: block;
}

[class*='article-live'] .time [class*='author'] figure figcaption{
	padding-left: 0;
	padding-right: 0;
}

[class*='article-live'] .time [class*='author'] figure .name{
	padding-bottom: 6px;
	line-height: 1;
	font-size: 20px;
	font-family: 'TheSerifDnevnikBold', Arial, serif;
}

[class*='article-live'] .time [class*='author'] figure .name a{ color: #333; }

.article-live-v2 [class*='timeline-articles']{
	margin: 10px 0;
}

.article-live-v2 [class*='timeline-articles'] > li{
	padding: 35px 0 40px 320px;
	margin: 0;
}

.article-live-v2 [class*='timeline-articles'] > li:first-child{
	padding-top: 0;
}

	.article-live-v2 [class*='timeline-articles'] > li:before{
		height: 3px; width: auto;
		left: 320px; right: 0;
		top: 0;
		border-width: 0;
	}
	
	.article-live-v2 [class*='timeline-articles'] > li:first-child:before,
	.article-live-v2 [class*='timeline-articles'] > li:after{
		display: none;
	}


[class*='timeline-articles'] h1 + .article-tools,
[class*='timeline-articles'] h2 + .article-tools,
[class*='timeline-articles'] h3 + .article-tools,
[class*='timeline-articles'] h4 + .article-tools,
[class*='timeline-articles'] h5 + .article-tools,
[class*='timeline-articles'] h6 + .article-tools{
	margin-top: -15px;
	margin-bottom: 10px;
}

.article-live-v2 [class*='timeline-articles'] > li .time{
	max-width: 230px;
}

/* End Article */


/* Comments */

div.comments{
	max-width: 780px;
	margin: auto;
	/*padding-top: 80px;*/
}

.comments .top{
	clear: both;
	padding: 6px 0 18px;
	border-bottom: 7px solid #ce1e2e;
}

.comments .top .c-count{
	color: #ce1e2e;
	float: left;
	font: 28px/1 'TheSerifDnevnikSemiBold', Arial, serif;
}

.comments .top .c-sort{
	float: right;
	margin-top: -2px;
}

.comments .top .c-sort li{
	display: inline-block;
	vertical-align: middle;
}

.comments .top .c-sort strong{
	display: inline-block;
	padding-right: 3px;
	font: 15px/1 'TheSansDnevnikSemiBold', Arial, sans-serif;
	vertical-align: middle;
}

.comments .top .c-sort .switch-comments{
	display: inline-block;
	height: 14px; width: 20px;
	text-indent: -10000px;
	background-position: -122px -144px;
	vertical-align: middle;
}

.comments .top .c-sort .switch-comments.down{
	background-position: -122px -159px;
}

.comments .top .c-sort .select{
	display: inline-block;
	margin: 2px 0 0 10px;
	vertical-align: middle;
}

.comments .top .c-sort .select select{
	max-width: 245px;
	padding: 4px 40px 5px 8px;
}

.no-appearance .comments .top .c-sort .select select{
	padding-right: 8px;
}

.comments .top .c-sort .select:after{
	width: 30px;
	background: #d9d7d7;
}

.comments .top .c-sort .select:before{
	margin-right: 10px;
	border-color: #a2a2a2 transparent transparent transparent;
}

.comments .top .c-sort .subscribe{
	display: block;
	height: 30px; width: 30px;
	margin-left: 20px;
	text-indent: -10000px;
	background-position: -357px -207px;
}

.c-add-comment{
	display: block; float: right;
	padding: 10px 22px 16px;
	color: white;
	text-decoration: none;
	background: #ce1e2e;
	font: 18px/1 'TheSerifDnevnikPlain', Arial, sans-serif;
}

.comments{ clear: both; }

.c-add-comment ~ [class*='message-box']{
	margin-top: 30px;
}

[class*='message-box'] + .comments{
	padding-top: 20px;
}
	
.comments > li{
	margin: -2px 0;
}

	.comments > li:first-child{
		margin-top: 0;
	}
	
.comments > li.highlight{
	display: block;
	padding: 0;
	color: inherit;
	background: transparent;
}
	
.comments li .comments{
	padding-left: 160px;
}

.comments .ct{
	display: table; width: 100%;
	table-layout: fixed;
}

.comments .cl{
	display: table-cell;
	width: 160px;
	padding: 23px 20px 20px 0;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.comments .cr{
	display: table-cell;
	padding: 0 0 75px;
	position: relative;
	vertical-align: top;
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
}
	
	/*
	.comments > li:nth-child(2n+2) .cr{
		background: #f5f5f5;
		border-bottom-color: white;
	}
	
	
	.comments > li:nth-child(2n+2) li .cr{
		border-top-color: white;
	}
	
	.comments > li:nth-child(2n+1) .comments li:nth-child(2n+2) .cr{
		background: transparent;
		border-top: 2px solid #e2e2e2;
		border-bottom: 2px solid #e2e2e2;
	}
	*/

.comments > li:first-child .cr{
		border-top-width: 0;
	}
	
.comments li.highlight:first-child,
.comments li.grey:first-child{
	margin-top: 25px;
}
	
.comments li.highlight > .ct{
	background: #fffae1;
}

.comments li.grey > .ct{
	background: #f5f5f5;
}

	.comments li.grey > .ct .cr{
		border-color: #f5f5f5;
	}
	
	.comments li.grey,
	.comments li.highlight{
		position: relative;
		z-index: 2;
	}
	
	.comments li.highlight > .ct .cr{
		border-color: #fffae1;
	}
	
	.comments li.highlight + .highlight,
	.comments li.highlight + .grey,
	.comments li.grey + .grey,
	.comments li.grey + .highlight{
		border-top: 2px solid #e2e2e2;
	}

.comments li.grey > .ct .cl *,
.comments li.grey > .ct .cr *{
	color: #999;
}

.comments li.grey > .ct .cr a,
.comments li.grey > .ct .cr span,
.comments li.grey > .ct .cl .c-selected{
	color: white;
}

.comments .ci{
	overflow: hidden;
	margin: 0 20px;
	padding-top: 15px;
	font: 15px/1.575 'TheSansDnevnikPlain', Arial, sans-serif;
}

.comments .ci img{
	vertical-align: middle;
}

.comments .cl var{
	display: inline-block;
	padding: 5px 7px 0 0;
	color: #d6d6d6;
	vertical-align: middle;
	font: normal 44px/1 'TheSerifDnevnikSemiBold', Arial, serif;
}

.comments .ca {
	position: relative;
	height: 60px;
	width: 60px;
	display: inline-block;
	background: #d6d6d6;
	vertical-align: top;
	border-radius: 60px;
}

.comments .ca img{
	display: block;
	border-radius: 50%;
}

.comments .cl h6,
.comments .cl strong,
.comments .cl time,
.comments .cl small{
	display: block; clear: both;
	color: #333;
	white-space: normal;
	font: 14px/1.6 'TheSansDnevnikPlain', Arial, sans-serif;
}

.comments .cl h6{
	max-width: 140px;
	margin: 8px 0 2px;
	font: 16px/1.1 'TheSerifDnevnikBold', Arial, serif;
	word-wrap: break-word;
}

.comments .cl time,
.comments .cl small{
	font-size: 11px;
}

.comments .cl .c-selected{
	color: white;
	display: inline-block;
	padding: 2px 8px;
	background: #ce1e2e;
}

.comments .cl a{
	color: #333;
}

.comments .cc{
	padding-bottom: 25px;
}

.upset{ color: #0f5af3!important; }
.happy{ color: #ff4e00!important; }
.curious{ color: #f90!important; }
.sad{ color : #036!important; }
.mad{ color: #603!important; }

.comments .cs{
	display: block;
	margin-top: 20px;
	padding: 6px 0;
	color: #a2a2a2;
	font: 12px/1.4 'TheSansDnevnikSemiLightItalic', Arial, sans-serif;
	border-top: 1px dashed #dfdfdf;
}

.comments .quote{
	padding-bottom: 22px;
}

.comments .quote blockquote{
	position: relative;
	margin: 11px 0 3px;
	padding: 0 0 0 56px;
	font: 15px/1.55 'TheSansDnevnikPlainItalic', Arial, sans-serif;
}

.comments .quote blockquote:before{
	content: '“';
	position: absolute;
	top: -1px; left: -6px;
	color: #858585;
	font: 91px/1 'TheSansDnevnikPlainItalic', Arial, sans-serif;
}

.comments .quote .quote-by{
	text-align: right;
	color: #858585;
	font-size: 14px;
}

.comments .quote .quote-by a{
	color: inherit;
	text-decoration: none;
}

.comments .cb{
	position: absolute;
	bottom: 20px;
	left: 20px; right: 20px;
	margin-right: -1px;
	font: 14px/13px 'TheSansDnevnikPlain', Arial, sans-serif;
}

.comments .cb a,
.comments .cb span{
	display: block; float: left;
	color: white;
	margin-right: 1px;
	position: relative;
	text-align: left;
	padding: 5px 8px 6px 25px;
	text-transform: lowercase;
	text-decoration: none;
	background: #707070;
}

.comments .cb .e-plus,
.comments .cb .e-minus{
	padding-top: 6px;
	padding-bottom: 5px;
}

.comments .cb .e-plus{
	background: #390;
	margin-left: 8px;
}

.comments .cb .e-minus{
	background: #ce1d2e;
}

.comments .cb a:before,
.comments .cb span:before{
	content: '';
	height: 12px; width: 12px;
	position: absolute;
	top: 50%; left: 8px;
	margin-top: -6px;
}

.comments .cb .e-report{
	margin-left: 8px;
	background: #CE1D2E;
}

.comments .banner-box{
	text-align: right;
}

.comments .cb .e-plus:before{
	background-position: -122px -118px;
}

.comments .cb .e-minus:before{
	background-position: -135px -118px;
}

.comments .cb .e-report:before{
	left: 14px;
	margin-left: -6px;
	background-position: -122px -131px;
}

.comments .cb .e-reply:before{
	background-position: -135px -131px;
}

.comments .cb .e-quote{
	margin-left: 8px;
}

.comments .cb .e-quote:before{
	width: 16px;
	margin-top: -5px;
	left: 6px;
	background-position: -326px -23px;
}

.comments .cb span{
	color: #b9b9b9;
    cursor: default
}

.comments .cb span:before{
	opacity: .4;
}

.comment-form{
	padding: 0 0 0 160px;
	font-size: 17px;
	font-family: 'TheSerifDnevnikSemiBold', Arial, serif;
}

.comment-form .title{
	padding: 3px 0;
	color: #ce1e2e;
	border-bottom: 3px solid #d6d6d6;
	font: 32px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.comment-form .form li{
	padding-top: 14px;
}

.comment-form .form li.error-msg {
	font: 15px/1.2 'TheSansDnevnikSemiBold', Arial, sans-serif;
	color: #CE1D2E;
}

.comment-form .form li em{
	color: #b1b1b1;
	font-style: normal;
}

.comment-form .moods{
	display: inline-block;
	font-size: 15px;
}

.comment-form .moods label{
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
}

.comment-form .moods label strong{
	text-decoration: underline;
}

.comment-form .moods label input[type="radio"]:checked + strong{
	text-decoration: none;
}

.comment-form textarea{
	height: 193px;
	resize: none;
	margin: 1px 0 0;
}

.comment-form .bottom{
	font: 14px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

.comment-form .lang-link a{
	color: #ce1e2e;
	text-decoration: none;
	font: 14px/1.4 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

.comment-form .notification-box{
	display: block;
	padding: 18px 15px;
	background: #fffacf;
	font: 15px/1.1 'TheSansDnevnikPlain', Arial, sans-serif;
}

.comment-form nav{
	padding-top: 30px;
	font-size: 0;
	text-align: center;
}

.comment-form nav button,
.comment-form nav .button{
	min-width: 128px;
	margin: 0 4px;
	padding-bottom: 13px;
	font: 18px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

#commentpreviewbox{
	display: none;
	margin-left: -160px;
}

.preview-box{
	position: relative;
	margin-top: 60px;
	padding: 22px 30px 30px 10px;
	font: 15px/1.6 'TheSansDnevnikPlain', Arial, sans-serif;
	background: #f8f8f8;
	border: 3px solid #d8d8d8;
}

.preview-box .label{
	position: absolute;
	bottom: 100%; left: -3px;
	padding: 4px 14px 6px;
	color: white;
	background: #d8d8d8;
	font: 22px/1.4 'TheSerifDnevnikSemiBold', Arial, sans-serif;
}

.preview-box .cl{
	display: table-cell;
	width: 180px;
	padding: 8px 30px 0 5px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.preview-box .cr{
	display: table-cell;
	padding: 0 0 75px;
	position: relative;
	vertical-align: top;
	border: 0;
}

.comment-form .form .captcha{
	padding-top: 12px;
	font: 15px/1.6 'TheSansDnevnikPlain', Arial, sans-serif;
}

.comment-form .form .captcha label{
	display: block;
}

.comment-form .form .captcha .pull-left,
.comment-form .form .captcha .pull-right{
	width: 50%;
	padding-top: 8px;
}

.comment-form .form .captcha .pull-left a{
	display: inline-block;
	margin: 8px 0 0 6px;
	text-decoration: none;
}

/* End Comments */


/* Messages */

[class*='message-box']{
	padding: 18px;
	color: white;
	background: #ce1e2e;
	font: 16px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

aside [class*='message-box']{
	font-size: 12px;
}

[class*='message-box'] .title{
	display: block;
	padding: 3px 0 13px;
	font: 28px/1 'TheSerifDnevnikSemiBold', Arial, serif;
}

[class*='message-box'] nav{
	padding-top: 8px;
	font-size: 0;
	text-align: center;
}

[class*='message-box'] nav a{
	display: inline-block;
	margin: 6px 3px 0;
	padding: 13px 22px;
	color: white;
	text-decoration: none;
	vertical-align: top;
	background: #8d1c26;
	font: 15px/1 'TheSerifDnevnikSemiBold', Arial, serif;
}

[class*='message-box'] .table{
	table-layout: inherit;
}

.message-box-v2{
	min-width: 620px;
	max-width: 620px;
	float: right;
	padding: 15px 20px 20px;
	color: black;
	font-size: 14px;
	background: #e2e2e2;
}

.message-box-v2 .title{
	font: 18px/1.4 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

.message-box-v2 .title + nav{
	margin-top: -2px;
	padding-top: 0;
}

.message-box-v2 nav a{
	font-size: 17px;
	margin-right: 0;
	margin-left: 0;
	padding: 13px 24px;
	text-align: center;
	background: #ce1e2e;
	border-left: 2px solid #e2e2e2;
	
}

.message-box-v2 nav a + a{
	background: #333;
}

.message-box-v3{
	margin-bottom: 20px;
	color: black;
	background: #fffacf;
	font: 15px/1.5 'TheSansDnevnikPlain', Arial, sans-serif;
}

.comments [class*="message-box"] + .top{
	padding-top: 48px;
}

.comment-condition{
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.comment-condition .table .cell + .cell{
	padding-left: 20px;
}

.comment-condition .title{
	padding: 0 0 1px;
	font-size: 16px;
}

.comment-condition .title br{ display: none; }

.comment-condition nav{
	padding-top: 0;
	white-space: nowrap;
}

.comment-condition nav a{
	margin-top: 0;
	padding: 11px 20px;
	font-size: 15px;
}

/* End Messages */


/* Borrow from */
.dark-block{
	padding: 25px 0;
	color: white;
	background: #333;
}

.offset-block.dark-block{
	padding-left: 35px;
	padding-right: 35px;
}

[class*='borrowed'] .rate{
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
}

[class*='borrowed'] .rate i{
	height: 12px; width: 13px;
	display: inline-block;
	margin-left: 3px;
}

.borrowed-v2 [class*='secondary-article'] + [class*='secondary-article'] h2:before{
	background: #b3d335;
}

.borrowed-v2 .rate i{
	background-position: -587px -75px;
}

/* End Borrow from */

.loader{
	padding: 15px 0;
	text-align: center;
}

.loader > div{
	height: 47px; width: 46px;
	display: inline-block;
	line-height: 0;
	background: white url('../images/layout/loader.gif') no-repeat 0 0;
}

.loader-v2{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background: rgba(0,0,0,.4) url('../images/layout/loader-2.gif') no-repeat center center;
	-webkit-transition: 450ms cubic-bezier(0.55, 0, 0.1, 1);
			transition: 450ms cubic-bezier(0.55, 0, 0.1, 1);
	z-index: 10000;
}

.loader-v2.visible{
	opacity: 1;
	visibility: visible;
}

/* Wall of fame */

.wall-of-fame .period{
	display: none;
}

.wall-of-fame ol.list li{
	padding: 20px 20px 16px;
	font-size: 0;
	text-align: center;
	background: white;
}

.wall-of-fame ol.list li .inner{
	display: inline-block;
	padding: 0 8px;
	vertical-align: top;
	font: 18px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

	.wall-of-fame ol.list li .inner:first-child{
		padding-left: 0;
		padding-right: 26px;
	}
	
	.wall-of-fame ol.list li .inner:last-child{
		padding-right: 0;
	}
	
.wall-of-fame ol.list li var{
	display: block;
	color: #333;
	font-size: 82px;
	font-style: normal;
	line-height: 0.9;
}

.wall-of-fame ol.list li strong{
	display: inline-block;
	color: #ce1e2e;
}

.wall-of-fame ul.list{
	overflow: hidden;
	margin: -9px;
}

.wall-of-fame ul.list li{
	width: 50%; float: left;
	padding: 9px;
}

.wall-of-fame ul.list li .inner{
	display: table; width: 100%;
	padding: 12px;
	background: white;
	table-layout: fixed;
}

.wall-of-fame ul.list li .inner > a{
	display: table; width: 100%;
	text-decoration: none;
	table-layout: fixed;
}

.wall-of-fame ul.list li .thumb,
.wall-of-fame ul.list li .text{
	display: table-cell;
	vertical-align: top;
}

	.wall-of-fame ul.list li .thumb{
		height: 60px; width: 60px;
		overflow: hidden;
		-webkit-border-radius: 60px;
				border-radius: 60px;
	}
	
		.wall-of-fame ul.list li .thumb img{
			-webkit-border-radius: 60px;
					border-radius: 60px;
		}
		
	.wall-of-fame ul.list li .text{
		padding-left: 13px;
		vertical-align: middle;
		color: #6e6e6e;
		font: 20px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
	}
	
	.wall-of-fame ul.list li strong{
		display: block;
		padding: 4px 0;
		color: #333;
		font: 18px/1.2 'TheSerifDnevnikBold', Arial, serif;
	}
	
	.wall-of-fame ul.list li strong em{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-style: normal;
	}
	
	.wall-of-fame ul.list li .text small{
		font-size: 14px;
	}
	
.wall-of-fame ol.list.vertical li{
	padding: 0;
	background: transparent;
	border-top-width: 0;
}

.wall-of-fame ol.list.vertical li .inner{
	display: block;
	padding: 26px 6px 22px;
	margin-top: 17px;
	text-align: center!important;
	background: white;
}

.wall-of-fame ol.list.vertical li .inner:first-child{
	margin-top: 0;
}

.wall-of-fame ol.list.vertical li var{
	font-size: 70px;
}

.wall-of-fame ul.vertical li{
	width: 100%;
	border-top-width: 0;
}

/* End Wall of fame */


/* After 5 */

.pick-event-date{
	width: 100%;
	margin-bottom: 7px;
	text-align: center;
	font: 20px/1.2 'TheSerifDnevnikPlain', Arial, serif;
	table-layout: fixed;
}

.pick-event-date th{
	padding: 3px 0;
	color: #7f7f7f;
	font-size: 16px;
	font-weight: 400;
}

.pick-event-date td{
	background: #333;
	border-left: 1px solid white;
}

.pick-event-date td:first-child{
	border-left-width: 0;
}

.pick-event-date td.weekend{
	background: #797777;
}

.pick-event-date td a{
	display: block;
	padding: 10px 2px 9px;
	color: white;
	text-decoration: none;
	-webkit-transition: background 250ms ease-out;
            transition: background 250ms ease-out;
}

.pick-event-date td a:hover,
.pick-event-date td .selected{
	background: #ce1e2e;
}

.pick-event-day{
	margin-bottom: 0;
	font-size: 16px;
	table-layout: inherit;
}

.pick-event-day td a{
	background: #797777;
	padding-bottom: 9px;
}

.pick-event-date td.disabled a,
.pick-event-date td.disabled a:hover{
	color: #6b6b6b;
	cursor: default;
	background: inherit;
}

.week-schedule{
	position: relative;
}

.week-schedule.has-picker{
	padding-right: 46px;
}

.week-schedule.has-picker .filter-datepicker{
	margin: 0;
	position: absolute;
	top: -1px; right: 0;
}

.week-schedule.has-picker .filter-datepicker input,
.week-schedule.has-picker .filter-datepicker:after,
.grid-container [class*="grid-"].has-picker .filter-datepicker input,
.grid-container [class*="grid-"].has-picker .filter-datepicker:after{
	-webkit-transform-origin: right top;
			transform-origin: right top;
	-webkit-transform: scale(2) translateZ(0);
			transform: scale(2) translateZ(0);
}

.grid-container [class*="grid-"].has-picker{
	padding-right: 46px;
	position: relative;
}

.week-schedule.has-picker .filter-datepicker{
	margin: 0;
	position: absolute;
	top: -1px; right: 0;
	
}
.grid-container [class*="grid-"].has-picker .filter-datepicker{
	margin: 0;
	position: absolute;
	top: 25px; right: 0;
}

[class*='event-item']{
	position: relative;
	font: 12px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='event-item'] h2{
	font-size: 17px;
	margin: 10px 0 3px;
}

[class*='secondary-article'][class*='event-item'] h2{
	margin: 1px 0 0;
}

[class*='event-item'] h3{
	margin: 3px 0;
	font-size: 15px;
	line-height: 1.3;
}

[class*='event-label']{
	display: inline-block;
	padding: 2px 7px 3px;
	color: white;
	background: #777;
	font: 12px/1.2 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

	.event-label-1{ background: #065906; }
	.event-label-2{ background: #ce1e2e; }
	.event-label-3{ background: #d34600; }
	
[class*='event-item'] time{
	color: #ce1e2e;
	font: 15px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

[class*='event-item'] .date{
	display: block;
	color: #ce1e2e;
	margin: 1px 0 4px;
	font: 13px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}
	
.event-links{
	padding: 3px 0 0;
	text-align: left;
}

.event-links li{
	font: 12px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

.event-links li .like.counter,
.event-links li .like.program{
	width: auto;
	padding: 0 0 0 21px;
	text-indent: 0;
	text-decoration: none;
	background: transparent;
}

.event-links li .like.counter .ico,
.event-links li .like.program .ico{
	display: inline-block;
	height: 17px; width: 17px;
	margin: 0;
	position: absolute;
	top: -1px; left: 0;
	background-position: -49px -234px;
}

.event-links li .like.counter.liked .ico{
	background-position: -67px -234px;
}

.event-links li .like.program .ico{
	background-position: -121px -234px;
}

.event-item-v2{
	padding: 14px 0 10px;
}

.event-item-v2:before{
	content: '';
	height: 3px; width: 30px;
	position: absolute;
	top: 0; left: 0;
	background: #e1e1e1;
}

.event-item-v2:first-child{
	padding-top: 0;
}

.event-item-v2:first-child:before{
	display: none;
}

.prefered-items{
	display: table; width: 100%;
	padding: 8px 0 10px;
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	table-layout: fixed;
}

.prefered-items .cell{
	width: auto;
}

.prefered-items .cell + .cell{
	width: 200px;
	text-align: right;
}

.prefered-items .items{
	overflow-x: auto;
	max-width: 800px;
}

.prefered-items nav{
	display: table;
}

.prefered-items nav a{
	max-width: 200px;
	display: table-cell;
	padding: 6px 10px 5px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font: 16px/1.1 'TheSansDnevnikPlain', Arial, sans-serif;
	border-left: 1px solid #e6e6e6;
}

	.prefered-items nav a:first-child{
		padding-left: 0;
		border-left-width: 0;
	}
	
.prefered-items nav a.active{
	color: #ce1e2e;
	text-decoration: underline;
}

.edit-item{
	display: inline-block;
	position: relative;
	padding: 2px 0 2px 27px;
	color: #797777;
	font-size: 13px;
}

	.edit-item:before{
		content: '';
		height: 23px; width: 22px;
		position: absolute;
		top: 50%; left: 0;
		margin-top: -10px;
		background-position: -188px -99px;
	}
	
.list li{
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
}

	.border-box .list li{
		border-width: 0;
	}

.list li:first-child{
	border-top-width: 0;
}
	
.checkbox-v2,
.radio-v2{
	min-height: 24px;
}

.checkbox-v2 var,
.radio-v2 var{
	font-size: 15px;
	padding: 5px 0 5px 35px;
}
	
.checkbox-v2 [type="checkbox"]:not(:checked) + var:before,
.checkbox-v2 [type="checkbox"]:checked + var:before,
.radio-v2 [type="radio"]:not(:checked) + var:before,
.radio-v2 [type="radio"]:checked + var:before{
	content: '';
    height: 24px; width: 24px;
	position: absolute;
    top: 2px; left: 0;
	background: white;
	border: 4px solid #c1c1c1;
}

.checkbox-v2 [type="checkbox"]:not(:checked) + var:after,
.checkbox-v2 [type="checkbox"]:checked + var:after,
.radio-v2 [type="radio"]:not(:checked) + var:after,
.radio-v2 [type="radio"]:checked + var:after{
    content: '';
	height: 8px; width: 8px;
    top: 4px; left: 5px;
}

.checkbox-v2 [type="checkbox"]:checked + var:before,
.radio-v2 [type="radio"]:checked + var:before{
	border-color: #ce1e2e;
}




.checkbox-v3,
.radio-v3{
	min-height: 24px;
}

.checkbox-v3 var,
.radio-v3 var{
	padding: 5px 0 5px 40px;
}
	
.checkbox-v3 [type="checkbox"]:not(:checked) + var:before,
.checkbox-v3 [type="checkbox"]:checked + var:before,
.radio-v3 [type="radio"]:not(:checked) + var:before,
.radio-v3 [type="radio"]:checked + var:before{
	content: '';
    height: 20px; width: 20px;
	position: absolute;
    top: 22px; left: 20px;
	background: white;
	border: 1px solid #c1c1c1;
}

.checkbox-v3 [type="checkbox"]:not(:checked) + var:after,
.checkbox-v3 [type="checkbox"]:checked + var:after,
.radio-v3 [type="radio"]:not(:checked) + var:after,
.radio-v3 [type="radio"]:checked + var:after{
    content: '';
	height: 8px; width: 8px;
    top: 22px; left: 23px;
}

.checkbox-v3 [type="checkbox"]:checked + var:before,
.radio-v3 [type="radio"]:checked + var:before{
	border-color: #ce1e2e;
}

.modal-bottom .buttons button{
	min-width: 120px;
}

[class*='video-item']{
	width: 100%; float: left;
	position: relative;
	padding-top: 16px;
}

	.grid-container [class*='video-item']:before{
		content: '';
		height: 100%; width: 1px;
		position: absolute;
		top: 0; left: -18px;
		background: #5d5d5d;
	}
	
	.grid-container [class*='video-item'].large:before{
		display: none;
	}

[class*='video-item']:first-child{
	padding-top: 0;
}

[class*='video-item'] .thumbnail{
	max-height: 130px; width: 218px;
	float: left;
	z-index: 1;
}

[class*='video-item'] figcaption{
	padding: 0 0 0 234px;
}

[class*='video-item'] figcaption h3{
	font-size: 17px;
	margin: -2px 0 0;
}

[class*='video-item'] .links{
	font: 12px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

[class*='video-item'] .links li{
	padding-top: 10px;
}

[class*='video-item'] .links a{
	display: inline-block;
	color: #b3b3b3;
	text-decoration: none;
}

[class*='video-item'] .links [class*='ico']{
	height: 17px; width: 17px;
	display: inline-block;
	margin: -1px 5px 0 0;
	vertical-align: middle;
}

	[class*='video-item'] .links [class*='recommend']{
		background-position: -85px -234px;
	}
	
	[class*='video-item'] .links [class*='program']{
		background-position: -103px -234px;
	}
	
[class*='video-item'].large .thumbnail{
	max-height: 276px; width: 100%;
	float: none;
}

[class*='video-item'].large figcaption{
	padding: 14px 0 0;
}

[class*='video-item'].large .links li{
	display: inline-block;
	padding-right: 10px;
}

.grid-events{
	margin-top: -10px;
}

.grid-events .grid-container{
	font-size: 0;
}

.grid-events .grid-container [class*='grid-d-']{
	display: inline-block;
	float: none;
	margin-top: 30px;
	vertical-align: top;
}

.grid-events figcaption{
	padding-top: 11px;
	font-size: 12px;
	line-height: 1.3;
}

.grid-events figcaption h2{
	font-size: 17px;
	margin: 0 0 5px;
}

.grid-events figcaption address{
	font-style: normal;
}

.grid-events .event-links li{
	margin-top: 6px;
	margin-bottom: 0;
}

.pick-event-date .select select{
	max-height: 41px;
	padding-top: 11px;
	padding-bottom: 10px;
}

.line-tabs{
	font-size: 0;
	padding: 10px 0;
}

.line-tabs a{
	display: inline-block;
	margin-right: 1px;
	padding: 9px 22px 10px;
	color: white;
	text-decoration: none;
	font: 20px/1.2 'TheSerifDnevnikPlain', Arial, serif;
	background: #797777;
	vertical-align: top;
}

.line-tabs a.active,
.line-tabs a:hover{
	background: #ce1e2e;
}

.cinema-details{
	padding: 18px 20px;
	background: #eaeaea;
	font: 15px/1.45 'TheSansDnevnikPlain', Arial, sans-serif;
}

.cinema-details h4{
	margin-bottom: 0;
	font: 15px/1.45 'TheSansDnevnikPlain', Arial, sans-serif;
}

.cinema-details .view-map{
	display: inline-block;
	padding-left: 19px;
	position: relative;
	font-size: 13px;
	text-decoration: none;
}

.cinema-details .view-map:before{
	content: '';
	height: 13px; width: 10px;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -7px;
	background-position: -212px -121px;
}

.event-description{
	padding-top: 35px;
	font: 17px/1.45 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.event-description h1,
.event-description h2,
.event-description h3,
.event-description h4,
.event-description h5,
.event-description h6{
	color: #ce1e2e;
	margin-bottom: 10px;
	text-align: left!important;
}

.expandable-text-v2{
	position: relative;
}

.expandable-text-v2 .text{
	max-height: 215px;
	overflow: hidden;
	position: relative;
}

.expandable-text-v2 .expand-button{
	display: block;
	height: 150px; width: 100%;
	padding-top: 105px;
	position: absolute;
    left: 0; bottom: 0;
    text-align: center;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
    z-index: 2;
}

.expandable-text-v2 .expand-text{
	display: inline-block;
	margin-top: 11px;
    padding: 8px 40px 9px;
	font-size: 16px;
    font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
	text-transform: none;
	cursor: pointer;
	background: #e5e5e5;
}

.expandable-text-v2.expanded .text{
	max-height: inherit;
	overflow: visible;
	padding-bottom: 70px;
}

.expandable-text-v2.expanded .expand-button{
	height: auto;
	padding-top: 0;
	background: transparent;
}

.legend-in-title{
	clear: both;
	position: relative;
	top: -8px;
	padding: 1px 0 8px;
	color: black;
	font-size: 13px;
	text-align: right;
	border-bottom: 3px solid #e5e5e5;
}

.legend-in-title .type-1{ color: #213c82; }
.legend-in-title .type-2{ color: #ce1e2e; }
.legend-in-title .type-3{ color: black; }
.legend-in-title .type-4{ color: #a1a0a0; }

.event-schedule{}

.event-schedule .item{
	padding: 18px 0 8px;
	border-top: 3px solid #e5e5e5;
	font: 15px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

.event-schedule .item:first-child{
	padding-top: 0;
	border-top-width: 0;
}

.event-schedule .item h3{
	margin-bottom: 0;
	color: #ce1e2e;
	font-size: 28px;
}

.event-schedule .item strong{
	font-family: 'TheSansDnevnikBold', Arial, sans-serif;
}

.event-schedule .item ul{
	overflow: hidden;
	margin: 5px 0 0 -10px;
}

.event-schedule .item ul li{
	float: left;
	max-width: 135px;
	padding: 10px 0 15px 10px;
	font-family: 'TheSerifDnevnikPlain', Arial, serif;
}

.event-schedule .item ul li .date{
	min-width: 126px;
	margin-bottom: 11px;
	padding: 5px;
	color: white;
	font-size: 16px;
	text-align: center;
	background: #333;
}

.event-schedule .item ul li div.type-1{ background: #213c82; }
.event-schedule .item ul li div.type-2{ background: #ce1e2e; }
.event-schedule .item ul li div.type-3{ background: #333; }
.event-schedule .item ul li div.type-4{ background: #a1a0a0; }

.event-schedule .item ul li span.type-1{ color: #213c82; }
.event-schedule .item ul li span.type-2{ color: #ce1e2e; }
.event-schedule .item ul li span.type-3{ color: #333; }
.event-schedule .item ul li span.type-4{ color: #a1a0a0; }

.ajaxy-tabs{
	position: relative;
}

.ajaxy-tabs .tab{
	position: absolute;
	top: -999999px; left: -999999px;
}

.ajaxy-tabs .tab.el-show{
	position: relative;
	top: 0; left: 0;
}


/* End After 5 */


/* Infographic */

.infographic{
	font-size: 14px;
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
}

.infographic .summary{
	min-width: 323px;
	padding: 24px;
	position: relative;
	margin: 33px 0 0 -187px;
	color: #333;
	background: #ddd;
	border: 5px solid white;
}

.infographic h2{
	display: block;
	margin: 0 0 18px;
	font: 34px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.infographic .button{
	margin-top: 30px;
	font-size: 14px;
	background: #9a1b27;
}

/* End Infographic */


/* Inline datepicker */

.table-datepicker{
	width: 100%;
	margin-top: 13px;
	table-layout: fixed;
	background: white;
}

.table-datepicker td{
	text-align: center;
	border: 1px solid white;
	font: 20px/1.2 'TheSerifDnevnikPlain', Arial, serif;
}

.table-datepicker td a{
	display: block;
	padding: 9px 2px;
	text-decoration: none;
	background: #e1e1e1;
}

.table-datepicker td.wk a{
	color: white;
	background: #a1a0a0;
}

.table-datepicker td a:hover,
.table-datepicker td a.active,
.table-datepicker td.wk a:hover,
.table-datepicker td.wk a.active{
	color: white;
	background: #ce1e2e;
	-webkit-transition: color 250ms ease-out, background 250ms ease-out;
            transition: color 250ms ease-out, background 250ms ease-out;
}

/* End Inline datepicker */


/* Sport */

.sport-carousel{
	text-align: center;
}

.sport-carousel .owl-stage{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
}

.sport-carousel .owl-stage-outer:before{
	content: '';
	height: 100%; width: 4px;
	position: absolute;
	top: 0; left: 0;
	background: white;
	z-index: 2;
}

.sport-carousel .owl-item:before{
	content: '';
	height: 100%; width: 2px;
	position: absolute;
	top: 0; left: 0;
	background: #e7e7e7;
}
  
.sport-carousel .item{
	padding: 5px 0;
	font: 13px/1.2 'TheSerifDnevnikPlain', Arial, sans-serif;
}

.sport-carousel .owl-item img,
.owl-carousel.sport-carousel .owl-item img{
	display: inline-block;
	max-width: 64px;
}

.sport-carousel .item a{
	text-decoration: none;
}

.sport-carousel .result{
	display: block;
	padding: 3px 0;
	font: 28px/1.1 'TheSerifDnevnikBold', Arial, serif;
}

.sport-carousel .time,
[class*='match-result'] .time{
	display: inline-block!important;
	position: relative!important;
	padding-left: 10px!important;
	color: #ce1e2e!important;
	font-size: 14px!important;
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif!important;
	white-space: nowrap!important;
}

	.sport-carousel .time:before,
	[class*='match-result'] .time:before{
		content: '';
		height: 7px; width: 7px;
		position: absolute;
		top: 3px; left: 0;
		background: #ce1e2e;
		
		-webkit-animation: blinkingdot 1s infinite;
				animation: blinkingdot 1s infinite;
		
		-webkit-border-radius: 8px;
				border-radius: 8px;
	}
	
	.sport-carousel .time:before{
		top: 5px;
	}

	@keyframes blinkingdot{  
		0% { background: #ce1e2e; }
		100% { background: transparent; }
	}

	@-webkit-keyframes blinkingdot{
		0% { background: #ce1e2e; }
		100% { background: transparent; }
	}
	
.sport-carousel .time.passed{ color: #666; }
.sport-carousel .time.passed:before{ display: none; }

.sport-carousel .title{
	display: block;
	padding: 6px 5px 0;
}

[class*='match-result']{
	width: 100%;
	margin: 20px 0 0;
	color: black;
	font: 30px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

[class*='match-result'] td{
	width: 33.3%;
}

[class*='match-result'] td:last-child{
	text-align: right;
}

[class*='match-result'] figure{
	display: table; width: 100%;
}

	[class*='match-result'] figure .thumb,
	[class*='match-result'] figure figcaption{
		display: table-cell;
		vertical-align: middle;
		background: transparent;
	}
	
	[class*='match-result'] figure .thumb{
		width: 140px;
	}
	
		[class*='match-result'] figure .thumb img{
			display: inline-block;
			min-width: 140px;
			max-width: inherit;
		}
		
	[class*='match-result'] figure figcaption{
		padding: 0;
		color: inherit;
		font: inherit;
		background: transparent;
	}
	
	[class*='match-result'] figure figcaption a{
		text-decoration: none;
	}
	
	[class*='match-result'] figure figcaption strong{
		font: 30px/1.1 'TheSerifDnevnikSemiBold', Arial, serif;
	}
	
	.match-result-v2 figure figcaption strong{
		font: inherit;
	}

[class*='match-result'] .result{
	padding: 0 10px;
	text-align: center;
}

	[class*='match-result'] .result strong{
		display: block;
		padding-top: 18px;
		font: 52px/0.35 'TheSerifDnevnikBold', Arial, serif;
	}
	
	[class*='match-result'] .result time{
		color: #666;
		font: 16px/1 'TheSansDnevnikPlain', Arial, sans-serif;
	}

.match-result-v2{
	font: 18px/1.2 'TheSerifDnevnikPlain', Arial, serif;
}

.match-result-v2 td{
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
}

	.match-result-v2 tr:first-child td{
		padding-top: 0;
	}
	
	.match-result-v2 tr:last-child td{
		border-bottom-width: 2px;
	}
	
	.match-result-v2 tr:only-child td{
		border-bottom-width: 0;
	}
	
.match-result-v2 figure .thumb{
	width: 70px;
}

.match-result-v2 figure .thumb img{
	min-width: inherit;
	max-width: 66px;
}

.match-result-v2 .result strong{
	padding: 0;
	font-size: 30px;
	line-height: 1;
}

.match-result-v2 .result time{
	font-size: 14px;
}

.match-result-v3 figure,
.match-result-v3 figure figcaption{
	padding-top: 15px;
	padding-bottom: 15px;
}

.match-result-v3 figure .thumb,
.match-result-v3 figure .thumb img{
	width: 50px;
	min-width: 50px;
}

.match-result-v3 figure figcaption strong{
	font-size: 16px;
	vertical-align: middle;
}	

.match-statistic{
	width: 100%;
	margin-bottom: 28px;
	font: 15px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.match-statistic th{
	padding: 0 13px 28px;
	color: #ce1e2e;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

.match-statistic tbody tr td{
	padding: 13px;
	text-align: right;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.match-statistic tbody tr td:empty{
	padding-left: 0;
	padding-right: 0;
}

.match-statistic tbody tr td:nth-child(1),
.match-statistic tbody tr td:nth-child(5){
	width: 45%;
	text-align: left;
}

.match-statistic tbody tr:nth-child(2n+1) td{
	background: #eaeaea;
}

.match-statistic tbody tr td.sep,
.match-statistic tbody tr td.sep:empty{
	width: 20px;
	padding-left: 13px;
	padding-right: 13px;
	background: white;
	border-color: white;
}

.match-statistic em{
	font-style: normal;
}

.match-statistic .ico{
	display: inline-block;
	margin: -2px 6px 0 2px;
	text-align: left;
	text-indent: -10000px;
	vertical-align: middle;
}

.match-statistic .ico-goal{
	height: 18px; width: 18px;
	background-position: -295px 0;
}

.match-statistic .ico-yellow-card,
.match-statistic .ico-red-card{
	height: 16px; width: 13px;
	background: #ebe100;
	background-image: none!important;
	border: 1px solid #bab200;
}

.match-statistic .ico-red-card{
	background: #c9252e;
	border-color: #a7121a;
}

.match-statistic .ico-in,
.match-statistic .ico-out{
	height: 16px; width: 13px;
}

.match-statistic .ico-in{
	background-position: -315px 0;
}

.match-statistic .ico-out{
	background-position: -329px 0;
}

.match-statistic .ico-out + em{
	color: #7f7f7f;
}

.match-statistic tbody tr td.time i{
	display: block;
	padding-left: 13px;
	position: relative;
	font-style: normal;
}

	.match-statistic tbody tr td.time i:before{
		content: '';
		height: 15px; width: 1px;
		position: absolute;
		top: 50%; left: 0;
		margin-top: -9px;
		background: #d5d5d5;
	}
	
.not-found{
	display: inline-block;
	margin: auto;
	padding: 17px 0 17px 116px;
	position: relative;
	text-align: left;
	font: 20px/1.5 'TheSerifDnevnikSemiBold', Arial, serif;
}

.not-found:before{
	content: '';
	height: 98px; width: 98px;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -49px;
	background-position: -360px 0;
}

.not-found strong{
	color: #ce1e2e;
	font-size: 28px;
}

.not-found a{
	color: #ce1e2e;
}

.owl-carousel .not-found{
	min-width: 750px;
	margin-left: 10px;
}

.logo-center{
	padding-bottom: 35px;
	text-align: center;
}

/* End Sport */


/* Blog */

.sub-line{
	margin-bottom: 10px;
	position: relative;
	padding: 15px 185px 15px 15px;
	background: #e1e1e1;
}

.sub-line [class*='view-all']{
	position: absolute;
	top: 15px; right: 15px;
	margin-top: 0;
	color: black;
	font-size: 16px;
}

.blog-item,
.blog-item > a{
	display: table; width: 100%;
	color: black;
	font: 14px/1.4 'TheSerifDnevnikPlain', Arial, serif;
}

.blog-item{
	position: relative;
	padding: 17px 9px 17px 18px;
}

.blog-item + .blog-item{
	border-top: 2px solid #e1e1e1;
}

.blog-item a{
	text-decoration: none;
}

.blog-item .cell{
	width: 60px;
}

.blog-item .cell + .cell{
	width: 100%;
	padding-left: 15px;
}

.blog-item .thumb{
	height: 60px; width: 60px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 60px;
			border-radius: 60px;
}

	.blog-item .thumb img{
		-webkit-border-radius: 60px;
				border-radius: 60px;
	}

.blog-item strong{
	display: block;
	padding-bottom: 4px;
	font-size: 18px;
	font-family: 'TheSerifDnevnikBold', Arial, serif;
}

/* End Blog */


/* Fixing, Calculator, Dictionary */

.fixing{
	width: 100%;
	text-align: center;
	font: 13px/1.2 'TheSansDnevnikSemiLight', Arial, sans-serif;
}

.fixing th{
	padding: 0 7px 7px;
	font-weight: 400;
}

.fixing td{
	padding: 7px;
	border-top: 1px solid white;
}

.fixing tr:last-child td{
	padding-bottom: 0;
}

.calculator-form{
	font-size: 0;
}

.calculator-form input,
.calculator-form .select,
.calculator-form .select select{
	width: auto;
	max-width: 53px;
	display: inline-block;
	padding: 0;
	border: 0;
	color: black;
	font-size: 15px;
	vertical-align: middle;
	background: transparent;
}

.calculator-form input{
	text-align: right;
	border-bottom: 1px solid black;
}

.calculator-form .select{
	top: 6px; left: 4px;
}

.calculator-form .select select{
	min-width: 55px;
	padding: 5px;
}

.no-appearance .calculator-form .select select{
	min-width: 60px;
	padding-right: 0;
}

.calculator-form .select:after{
	display: none;
}

.calculator-form .select:before{
	border-width: 4px;
	margin: -5px 0 0;
	border-color: black transparent transparent;
}

.dictionary-form{
	display: table;
	width: 100%;
	width: calc(100% + 4px);
	margin: -6px -2px 20px;
}

.dictionary-form li{
	display: table-cell;
	padding: 0 2px;
	color: #333;
	vertical-align: bottom;
}

	.dictionary-form label{
		position: relative;
		top: 5px;
		text-transform: lowercase;
		font: 15px/1 'TheSansDnevnikSemiBold', Arial, sans-serif;
	}
	
	.dictionary-form input{
		padding-top: 4px;
		padding-bottom: 4px;
		background: transparent;
		border-bottom: 1px solid #333;
		font: 14px/1.1 'TheSansDnevnikPlain', Arial, sans-serif;
	}
	
	.dictionary-form button{
		height: 20px; width: 17px;
		min-height: 1px;
		padding: 0;
		position: relative;
		top: 3px;
		text-indent: -10000px;
		background-color: transparent;
		background-position: -212px -99px;
	}
	
	.dictionary-form button:hover{
		background-position: -212px -99px;
	}
	
.dictionary-word{
	color: #333;
	font: 12px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

.dictionary-word h6{
	margin-bottom: 8px;
	font: 17px/1.2 'TheSerifDnevnikPlain', Arial, serif;
}

.dictionary-word strong{
	font-family: 'TheSansDnevnikBold', Arial, sans-serif;
}

/* End Fixing, Calculator, Dictionary */


/* User Dnevnik */

.user-dnevnik{
	font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
}

.user-dnevnik a{
	text-decoration: none;
}

.user-dnevnik .filter{
	float: right;
	margin: 13px 20px 0 0;
	font-size: 0;
}

.user-dnevnik .filter a{
	display: inline-block;
	margin-left: 8px;
	font-size: 16px;
}

.user-dnevnik .filter strong{
	display: inline-block;
	margin-right: 8px;
	border-bottom: 1px solid white;
}

.user-dnevnik .filter .active strong{
	border-bottom-width: 0;
}

.user-dnevnik .output-articles{
	margin: 0 26px 18px 0;
}

.user-dnevnik .output-articles li{
	margin-top: -1px;
	padding: 16px 0 12px;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
}

.user-dnevnik .output-articles h4{
	font-size: 17px;
	margin-bottom: 0;
}

.user-dnevnik .output-articles h4 em{
	display: inline-block;
	margin-top: -2px;
	padding: 1px 2px 3px;
	font-style: normal;
	vertical-align: middle;
	background: #606060;
}

.user-dnevnik .output-articles .article-tools{
	padding-bottom: 0;
}

.user-dnevnik .title{
	display: block;
	padding-bottom: 10px;
	font: 18px/1.2 'TheSansDnevnikSemiBold', Arial, sans-serif;
}

.user-dnevnik .form{
	font-size: 0;
}

.user-dnevnik .form input{
	border-width: 0;
}

.user-dnevnik .form button{
	width: 100%;
}

.user-dnevnik .form > li{
	display: inline-block;
	width: 80%;
	position: relative;
	font-size: 14px;
	z-index: 2;
}

.user-dnevnik .form > li + li{
	width: 20%;
}

.user-dnevnik .form .drop-autocomplete{
	display: none;
	min-width: 100%;
	margin-top: 1px;
	padding: 8px;
	position: absolute;
	top: 100%;
	left: 0;
	color: #333;
	background: white;
}

.user-dnevnik .form .drop-autocomplete ul{
	max-height: 220px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.user-dnevnik .form .drop-autocomplete ul li{
	padding: 8px 0;
	border-top: 1px solid #e5e5e5;
}

.user-dnevnik .form .drop-autocomplete ul li:first-child{
	border-width: 0;
}

.user-dnevnik .form .drop-autocomplete a{
	display: block;
	color: #333;
	text-decoration: none;
}

.removable-tags{
	font-size: 0;
	margin: 10px 0 15px -10px;
}

.removable-tags li{
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 7px 38px 8px 7px;
	position: relative;
	vertical-align: top;
	background: #606060;
	font: 14px/1.15 'TheSansDnevnikPlain', Arial, sans-serif;
}

.removable-tags li a{
	color: white;
	text-decoration: none;
}

.removable-tags li button{
	width: 28px;
	min-height: inherit;
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
	text-indent: -10000px;
	background: #969595;
}

.removable-tags li button:after{
	content: '';
	height: 10px; width: 11px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -5px 0 0 -5px;
	background-position: -167px -120px;
}

.output-search{
	font-size: 12px;
	line-height: 1.65;
}

.output-search a:hover{
	text-decoration: underline;
}

.all{
	text-decoration: none;
	font: 16px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
}

/* End User Dnevnik */


/* Subscribe */

.block-subscribe .inner{
	padding: 17px 20px;
	color: white;
	font: 13px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
	background: #ce1e2e;
}

.block-subscribe .inner header{
	font: 400 28px/1 'TheSerifDnevnikSemiBold', Arial, serif;
}

.block-subscribe .text{
	position: relative;
	padding: 12px 0 0 70px;
	line-height: 1.4;
}

	.block-subscribe .text:before{
		content: '';
		height: 62px; width: 52px;
		position: absolute;
		top: 20px; left: 0;
	}
	
		.block-subscribe .text.newsletter:before{
			height: 54px;
			background-position: -142px -207px;
		}
		
		.block-subscribe .text.add-event:before{
			background-position: 0 -80px;
		}
		
.block-subscribe .form{
	position: relative;
	margin-top: 20px;
	padding-right: 50px;
}

.block-subscribe .form input[type="text"],
.block-subscribe .form input[type="email"]{
	border: 0;
	padding: 2px 10px 2px 0;
	color: white;
	font-size: 15px;
	border-bottom: 2px dotted white;
	background: transparent;
}

.block-subscribe .form input[type="text"]::-moz-placeholder,
.block-subscribe .form input[type="email"]::-moz-placeholder{
	color: white;
	opacity: 1;
}

.block-subscribe .form input[type="text"]::-webkit-input-placeholder,
.block-subscribe .form input[type="email"]::-webkit-input-placeholder{
	color: white;
}

.block-subscribe .form input[type="text"]:-ms-input-placeholder,
.block-subscribe .form input[type="email"]:-ms-input-placeholder{
	color: white;
}

.block-subscribe .form button,
.block-subscribe .form input[type="submit"]{
	padding: 0 9px;
	min-height: 33px;	
	position: absolute;
	bottom: 0; right: 0;
	background: #8d1c26;
}

.block-subscribe .button{
	min-height: 33px;
	font-size: 14px;
	background: #8d1c26;
}

.custom-file{
	max-width: 430px;
}

.custom-file.removable{
	margin-right: 100px;
}

.custom-file .remove-file{
	position: absolute;
	top: 50%; right: -80px;
	margin-top: -9px;
	color: black;
}

.add-file:hover{
	text-decoration: none;
}

.files-row .file-row:first-child .custom-file .remove-file{
	display: none;
}

.files-row{
	position: relative;
	padding-bottom: 30px;
}

.files-row .file-row ~ .file-row{
	margin-top: 25px;
}

.files-row .attach-file{
	padding: 5px 0 5px 22px;
	position: absolute;
	bottom: 0; left: 0;
	cursor: pointer;
	text-decoration: underline;
	font: 13px/1 'TheSansDnevnikPlain', Arial, sans-serif;
}

.files-row .attach-file:after{
	content: '';
	height: 14px; width: 14px;
	position: absolute;
	top: 5px; left: 0;
	background: black;
	z-index: 1;
}

.files-row .attach-file:before{
	content: '';
	height: 8px; width: 8px;
	position: absolute;
	top: 8px; left: 3px;
	background-position: -275px -109px;
	z-index: 2;
}

.files-row .attach-file.disabled{
	color: #999;
	cursor: default;
}

.files-row .attach-file.disabled:after{
	background: #999;
}

.custom-file{
	position: relative;
	padding: 0 128px 0 0;
}

.custom-file .browse{
	width: 128px;
	padding: 8px 0;
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
	cursor: pointer;
	color: white;
	font-size: 18px;
	text-align: center;
	background: #333;
}

.custom-file input[type=file]{
	position: absolute;
	top: 0; right: 0;
	margin: 0; padding: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	display: block;
	cursor: pointer;
	z-index: 10;
}

.custom-file input[readonly]{
	width: 100%;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.attach_file_error{
	padding: 0;
	color: #ffaa00;
	font-size: 13px;
}

input.error::-moz-placeholder,
select.error::-moz-placeholder,
textarea.error::-moz-placeholder{
	color: #ffaa00;
}

input.error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #ffaa00;
}

input.error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder{
	color: #ffaa00;
}

/* End Subscribe */


/* Search form */

article .highlight{
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	color: white;
	background: #ffaa00;
}

.d-search{
	padding-bottom: 10px;
	border-bottom: 3px solid #d6d6d6;
}

.select.gray{
	border-color: #a1a0a0;
	background: #a1a0a0;
}

.select.gray:after{
	content: '';
	background: #a1a0a0;
	border-left-color: #a1a0a0;
}

.select.gray:before{
	content: '';
	border-color: white transparent transparent transparent;
}

.select.gray select{
	color: white;
	background: #a1a0a0;
}

.form-v2 label{
	display: block;
	padding-bottom: 10px;
	font: 18px/1.2 'TheSerifDnevnikSemiBold', Arial, serif;
}

.form-v2 [class*='grid-d']{
	padding-bottom: 23px;
}

.form-v2 button{
	padding: 10px 40px 9px;
	font: 18px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

.form-v2 .datepicker:after{
	height: 42px; width: 42px;
	top: auto; right: 0;
	bottom: 0;
	background-color: #e3e3e3;
	background-position: -204px -207px;
}

/* End Search form */


/* Paid content */

.aside-title em{
	display: block; clear: both;
	padding: 2px 0 5px;
	color: #ce1e2e;
	font-size: 17px;
}

.after-5{
	padding: 17px 16px;
	background: #fafaf2 url('../images/layout/bgr-after-5.jpg') repeat-y 0 0;
}

.after-5 .list{
	background: white;
}

.after-5 .list li{
	padding: 20px;
	border-top: 1px solid #e0e0e0;
}

	.after-5 .list li:first-child{
		border-top: 0;
	}

.after-5 .list li figure{
	text-align: center;
}

.after-5 .list li figure img{
	display: inline-block;
	width: auto;
	min-width: inherit;
	margin-bottom: 12px;
}

.after-5 .list li figure figcaption{
	padding: 0;
	text-align: left;
	background: transparent;
}

.after-5 .list li h5{
	margin: 0;
	color: black;
	font-size: 14px;
	line-height: 1.4;
}

.hbo .list{ padding-top: 2px; }

.hbo .list li{
	position: relative;
	padding: 17px 10px 18px 25px;
}

	.hbo .list li:before{
		content: '';
		height: 15px; width: 15px;
		position: absolute;
		top: 19px; left: 0;
		-webkit-border-radius: 15px;
				border-radius: 15px;
		background: #98c8e2;
		background: -moz-linear-gradient(top,  #98c8e2 0%, #1d8cc4 100%);
		background: -webkit-linear-gradient(top,  #98c8e2 0%,#1d8cc4 100%);
		background: linear-gradient(to bottom,  #98c8e2 0%,#1d8cc4 100%);
	}

.hbo .list li h5{
	margin: 0;
	color: black;
	font-size: 14px;
	line-height: 1.4;
}

.hbo .bottom{
	margin-top: -11px;
	text-align: right;
	font: 12px/1.2 'TheSansDnevnikPlain', Arial, sans-serif;
	border-bottom: 3px solid #d6d6d6;
}

.hbo .bottom .text{
	display: inline-block;
	padding-left: 6px;
	position: relative;
	top: 5px;
	color: #666;
	background: white;
}

.hbo .bottom img{
	position: relative;
	top: -2px;
	margin-left: 4px;
	vertical-align: bottom;
}

.paid-articles{}

.paid-articles .list li{
	padding: 60px 0 0;
	border: 0;
}

.paid-articles .list article{
	padding: 16px;
	position: relative;
	background: #e1e1e1;
}

.paid-articles .list figure{
	background: white;
}

.paid-articles .list figcaption{
	padding: 12px 12px 17px 20px;
	background: transparent;
}

.paid-articles .list figcaption h5{
	margin: 0;
	color: black;
	font-size: 14px;
	line-height: 1.4;
}

.paid-articles .list .label{
	position: absolute;
	bottom: 100%; right: 0;
	margin: 0;
	color: #4c4d4f;
	font-size: 13px;
	background: #e1e1e1;
}

/* End Paid content */

div[id^="google_ads"]{ width: auto!important; }

.to-top{
	text-align: center;
}

.to-top a{
	display: inline-block;
	height: 74px; width: 74px;
	margin: auto;
	font-size: 0;
	text-indent: -10000px;
	background-position: -409px -360px;
}


@media (max-width: 90em){
	.wrapper,
	#header .wrapper{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#header .wrapper:after{
		left: 40px; right: 40px;
	}
}


@media (max-width: 74.9em){
	
	html::after{
		display: none;
		content: 'mobile'
	}
	
	/*
	body::before{
		content: "Large devices (desktops, less than 75em)";
		display: block;
		text-align: center;
		background: rgba(0,150,150, 0.5);
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		color: white;
		z-index: 10000;
	}
	*/
	
	.wrapper,
	#header .wrapper{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#header .wrapper:after{
		left: 10px; right: 10px;
	}
		
	
	#header .logo{
		padding-left: 15px;
	}
	
	#header nav[role='navigation'] li{
		padding-left: 6px;
	}
	
	#header nav[role='navigation'] .i-logged strong{
		max-width: 65px;
	}
	
	.primary-article-v1 h1{
		font-size: 30px;
	}
	
	.site-block.offset-block,
	.site-block.offset-left,
	.poll .content header{
		margin-left: 0;
		margin-right: 0;
	}
	
	.pr-80,
	.pl-80{
		padding: 0;
	}
	
	[class*='general-article'] [class*='article-top'],
	[class*='general-article'] .el-offset,
	.ml--80,
	.content.pl-80 .site-quote,
	.content.pl-80 blockquote{
		margin-left: 0;
	}
	
	.content.pl-80 blockquote + strong{
		margin-left: 46px;
	}
	
	.content.pl-80 .extras blockquote + strong{
		margin-left: 0;
	}
	
	.pl-80 .pl-90{
		padding-left: 180px;
	}

	
	[class*='general-article'] [class*='article-top'] h1{
		font-size: 35px;
	}
	
	[class*='general-article'] .el-offset{
		max-width: 360px;
	}
	
	[class*='general-article'] .el-offset.el-full-width{
		max-width: 100%;
	}
	
	.debaters-summary .summary.left{
		width: 45%;
	}

	.debaters-summary .summary.right{
		width: 55%;
	}
	
	.comments .top .c-count{
		display: block; float: none;
		padding-bottom: 20px;
	}
	
	.comments .top .c-sort{
		float: none;
	}
	
	.comments li .comments{
		padding-left: 50px;
	}

	.csscalc [class*='general-article'] .pl-80 figure.full-width{
		margin-left: -50vw;
	}
	
	.pp_pic_holder[data-custom-gallery="true"]{
		width: 900px;
		max-width: 900px;
	}
	
	[class*='articles-in-package'] .pack-title{
		font-size: 20px;
	}

	[class*='articles-in-package'] .pack-sub-title{
		font-size: 15px;
	}
	
	.sponsored-stories.items-2 figure{
		max-width: 200px;
	}
	
	.pick-event-date{
		font-size: 14px;
	}
	
	.wall-of-fame ol.list li var{
		font-size: 62px;
	}
	
	[class*="video-item"] .thumbnail{
		width: 50%;
	}
	
	[class*="video-item"] figcaption{
		padding-left: 54%;
	}
	
	[class*="video-item"] figcaption h3{
		font-size: 15px;
	}
	
	.infographic .summary{
		margin-left: -230px;
	}
	
	[class*='match-result']{
		font-size: 24px;
	}
	
	[class*='match-result'] figure .thumb{
		width: 80px;
	}
	
	[class*='match-result'] figure .thumb img{
		min-width: 80px;
	}

	[class*='match-result'] .result strong{
		font-size: 36px;
	}
	
	[class*="article-live-selection"],
	.article-live .article-content aside,
	.article-live .article-content .content{
		margin-left: 0;
	}
	
	[class*='timeline-articles'] > li{
		padding-left: 160px;
	}
	
	[class*='timeline-articles'] > li:before{
		top: 60px; left: 74px;
	}
	
	[class*='timeline-articles'] > li:after{
		left: 70px;
	}
	
	[class*='timeline-articles'] > li .time{
		max-width: 160px;
	}
	
	[class*='timeline-articles'] time{
		font-size: 17px;
	}
	
	.user-dnevnik .filter{
		float: none; clear: both;
		margin: 0 0 0 -8px;
		padding: 13px 0 0;
	}
	
	.user-dnevnik .form > li{
		width: 70%;
	}
	
	.user-dnevnik .form > li + li{
		width: 30%;
	}
	
	.article-live-v2 [class*='timeline-articles'] > li{
		padding-left: 260px;
	}
	
	.article-live-v2 [class*='timeline-articles'] > li:before{
		left: 260px;
	}
	
	.article-live-v2 [class*='timeline-articles'] > li .time{
		max-width: 180px;
	}
	
	.comix-widget .grid-d-8.preview{ width: 55%; }
	.comix-widget .grid-d-4.widget{ width: 45%; }
	
	.comix-widget .widget .grid-container [class*='grid-']{
		padding-top: 10px;
	}
	
	.comix-widget .widget .input{
		margin-bottom: 10px;
	}
	
	.video-grid-container-v2 .video-grid-scrollbar .video-box .preview{
		height: auto; width: 100%;
		float: none;
		margin: 0 0 14px;
	}
	
	.owl-carousel .not-found{
		min-width: 630px;
	}
}

.comment .cl {
	position: relative;
}

/* Forum user abonament label */
.comment .cl .label {
	position: relative;
	bottom: 14px;
	left: 0;
	right: auto;
	top: auto;
	width: 56px;
	height: 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: white;
    display: block;
	border: 1px solid white;
    font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.comment .cl .label::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -1px;
}

.comment .cl .label::after {
	content: 'Д';
	display: block;
    width: 15px;
	height: 15px;
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    right: -10px;
    top: -1px;
}

.comment .cl .label.super,
.comment .cl .label.super::before {
    background: #FF00A8;
}

.comment .cl .label.club,
.comment .cl .label.club::before {
    background: #FF5C00;
}

/* #26207  Izbori 2024 iframe */
.parent.izbori-2024 {
	display: block;
	width: 100%;
	padding-top: 0;
	min-height: 360px;
}

body[data-pagetype="homepage"] .parent.izbori-2024 {
	width: 100%;
	margin-bottom: 20px;
	min-height: 100%;
}
