/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


#jc .rbox {
	background: -moz-linear-gradient(left, #5fbf7f 15%, #009933 85%, #5fbf7f 100%);
	background: -webkit-linear-gradient(left, #5fbf7f 15%, #009933 85%, #5fbf7f 100%);
	background: -o-linear-gradient(left, #5fbf7f 15%, #009933 85%, #5fbf7f 100%);
	background: -ms-linear-gradient(left, #5fbf7f 15%, #009933 85%, #5fbf7f 100%);
	background: linear-gradient(left, #5fbf7f 15%, #009933 85%, #5fbf7f 100%);
	border: 0 !important;
	padding: 0 !important;
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;

}

.rbox-inside {
	background: #ffffff;
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	height: 60px;
}

#comments .comment-box {
	background: #bbbaba;
	padding: 5px 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

#comments .comment-avatar {
	padding: 10px 20px;
	margin-top: -60px;
}

#comments .comment-avatar img {
	width: 85px;

}

#comments .comment-author {
	color: #ffffff;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 18px;
}

#comments .comment-date {
	color: #e3e3e3;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 20px;
	background: url(../images/calendar.png) no-repeat center left;
}

.text-box {
	background: -moz-linear-gradient(top, #f0f0f0 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f0f0f0 50%, #ffffff 100%);
	background: -o-linear-gradient(top, #f0f0f0 50%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f0f0f0 50%, #ffffff 100%);
	background: linear-gradient(top, #f0f0f0 50%, #ffffff 100%);
}

#comments .comment-body {
	margin: 0 !important;
	font-family: 'Arial';
	font-size: 14px;
	color: #000000;
	padding: 10px !important;
}

#comments .comments-buttons {
	width: 100%;
	text-align: right;
	display: block;
	background: #ffffff;
}

.text-box > .comments-buttons > a {
	font-family: 'Arial';
	font-size: 14px;
	color: #000000 !important;
	text-decoration: underline;
	padding: 5px 0;
}

.text-box > .comments-buttons > a:hover {
	text-decoration: none;
	color: #009933 !important;
	background: transparent;
}

#comments blockquote, #comments .hidden {
	border: 1px dashed #000000;
}

#comments blockquote, #comments .hidden, #comments code, #comments pre {
	font-family: 'Arial';
	font-size: 14px;
	color: #000000;
	font-style: normal;
}

#comments-form input {
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
	color: #5b5b5b !important;
	font-size: 14px;
}

#comments-form input:focus, #comments-form textarea:focus {
	background: #dfdfdf;
}

#comments-form textarea {
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
	color: #5b5b5b !important;
	font-size: 14px;
	/*width: 98% !important;*/
	max-width: 100% !important;
}

#comments-form {
	width: 100% !important;
}

#comments-form span.captcha {
	color: #868686 !important;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 12px;
}

.uk-but, .comments-form-buttons .uk-but {
	font-family: 'Arial';
	font-weight: bold;
	font-size: 14px;
	border: 0 !important;
	padding: 0 !important;
	width: 100px !important;
	height: auto !important;
	float: left;
	margin: 5px;
	text-align: center;
}

.uk-but div a, .comments-form-buttons .uk-but div a {
	color: #ffffff !important;
	text-decoration: none;
	background: -moz-linear-gradient(top, #009933 50%, #00a738 100%);
	background: -webkit-linear-gradient(top, #009933 50%, #00a738 100%);
	background: -o-linear-gradient(top, #009933 50%, #00a738 100%);
	background: -ms-linear-gradient(top, #009933 50%, #00a738 100%);
	background: linear-gradient(top, #009933 50%, #00a738 100%);
	display: block;
	padding: 10px 5px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.uk-but div a:hover, .comments-form-buttons .uk-but div a:hover {
	color: #ffffff !important;
	text-decoration: none;
	background: -moz-linear-gradient(top, #01a638 50%, #00b63d 100%);
	background: -webkit-linear-gradient(top, #01a638 50%, #00b63d 100%);
	background: -o-linear-gradient(top, #01a638 50%, #00b63d 100%);
	background: -ms-linear-gradient(top, #01a638 50%, #00b63d 100%);
	background: linear-gradient(top, #01a638 50%, #00b63d 100%);
}

#comments-form-cancel.uk-but a {
	background: #bc0505 !important;
}

#comments-form-cancel.uk-but a:hover {
	background: #db0909 !important;
}

/* Vote */
#jc span.comments-vote {
	width: 6em;
	height: 15px;
	float: right;
}

#jc span.comments-vote a {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 3px 0 0;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/vote.gif);
	border: none !important;
	text-decoration: none;
}

#jc span.comments-vote .busy {
	margin: 0;
	float: right;
	width: 16px;
}

#jc .vote-good {
	background-position: 0 0;
}

#jc .vote-poor, #jc a.vote-poor:hover {
	background-position: -20px 0;
}

#jc span.vote-good, #jc span.vote-poor, #jc span.vote-none {
	margin: 0;
	float: right;
	font-size: 14px !important;
	font-family: 'Arial' !important;
	font-weight: bold !important;
	padding-right: 10px !important;
	line-height: 20px;
}

#jc span.vote-good {
	color: #339900
}

#jc span.vote-poor {
	color: #CC0000
}

#jc span.vote-none {
	color: #ffffff
}


#comments .rss, #comments .refresh, #comments h4 .rss, #comments h4 .refresh {
	padding: 0 0 0 25px;
}

#comments h4 .rss, #comments h4 .refresh {
	text-decoration: none !important;
}

.yandex-top .khas4 div blockquote, .google-top .khas4 div blockquote {
       border-left: 5px solid grey;
}

@media (max-width: 1024px) {
	#comments-form textarea {
		width: 97% !important;
	}
}

@media (max-width: 767px) {
	#comments-form textarea {
		width: 97% !important;
	}
}

@media (max-width: 414px) {
	#comments-form textarea, #comments-form input {
		width: 93% !important;
	}

	#comments .comment-author {
		font-size: 14px;
	}

	#jc span.comments-vote {
		margin-left: 5px;
		margin-bottom: 5px;
	}

	#comments .comment-box {
		padding-left: 10px;
	}

	#comments-form input.checkbox {
		width: 16px !important;
	}
}

@media (max-width: 320px) {
	#comments-form textarea, #comments-form input {
		width: 93% !important;
	}

	#comments .comment-author {
		font-size: 14px;
	}

	#comments a {
		font-size: 12px !important;
	}

	#comments .comments-buttons {
		margin-bottom: 40px !important;
	}

	#jc span.comments-vote {
		margin-left: 5px;
		margin-bottom: 5px;
	}

	#comments .comment-box {
		padding-left: 10px;
	}

	#comments-form input.checkbox {
		width: 16px !important;
	}
}

.lang {
	width: 100%;
	text-align: right;
}

.lang-active a img {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), -2px -2px 5px rgba(0, 0, 0, 0.5);
}

.slogan {
	border-left: 2px solid #000000;
	padding-left: 20px;
	margin-left: 15px;
}

.podpiska {
	margin-top: 20px;
}

.vp-sp-subsc {
	width: 50%;
}

.vp-sp-subscribers {
	margin-top: -12px;
}

.vp-sp-subscribers > .uk-grid > .uk-width-1-2, .vp-sp-subscribers > .uk-grid > .uk-width-1-1 {
	color: #87888a;
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=cyrillic,cyrillic-ext');

.vp-sp-subscribers > .uk-grid > .uk-width-1-2 span, .vp-sp-subscribers > .uk-grid > .uk-width-1-2 span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-style: normal;
	color: white;
	margin: 0 1px;
	width: 20px;
	display: inline-block;
	background: #393d3e;
	line-height: 25px;
	text-align: center;
}

.push {
	padding-left: 0 !important;
}

.tm-toolbar {
	margin-bottom: 15px !important;
}

.yandex-top, .google-top, .yandex-bottom, .google-bottom {
	width: 49.5%;
}

.auth {
	margin-bottom: 20px;
}

/* Social authorization */

.auth h3 {
	font-size: 18px !important;
	display: block;
	padding: 6px;
	line-height: 1 !important;
	float: left;
	margin: 7px 5px 0 0;
}

.jlslogin {
	display: inline-block;
	text-align: left;
}

.slogin-buttons a {
	width: auto;
	padding-right: 10px;
}

@media (min-width: 1280px) and (max-width: 1920px) {
	.slogin-buttons a {
		width: 130px;
		padding-right: 0;
	}
}

.slogin-avatar {
	text-align: left;
	display: none;
}

.slogin-avatar a img {
	margin: -3px 0 0 0;
	border: none !important;
	width: 30px !important;
}

#login-form {
	margin: 0;
	padding: 7px 0 0 !important;
}

.login-greeting {
	color: #FFFFFF;
	background-color: #093;
	padding: 3px 6px !important;
}

.login-greeting, .ul-jlslogin, .logout-button {
	display: inline-block;
}

.logout-button input.button {
	display: inline-block;
	margin-top: -3px;
}

.ul-jlslogin {
	margin-top: -10px !important;
	padding: 0 0 10px !important;
}

.ul-jlslogin li a {
	background: #00A8E6;
	border: none;
	display: inline-block;
	letter-spacing: normal;
	line-height: 30px;
	min-height: 30px;
	padding: 0 12px;
	color: #FFF;
}

.ul-jlslogin li a:hover {
	background: #53b5de;
	text-decoration: none;
}

.rsc_comments_closed {
	display: none !important;
}

/*  Container
========================================================================== */
.uk-container {
	box-sizing: border-box;
	max-width: 1400px;
	padding: 0 15px;
}

@media (min-width: 1220px) {
	.uk-container {
		max-width: 1400px;
		padding: 0 15px;
	}

	.tm-sidebar-a {
		padding-left: 30px !important;
	}
}

@media (max-width: 530px) {
	.tm-article-date-true {
		padding: 10px 12px 20px !important;
	}
}

.uk-pagination > .uk-active > span {
	background: #aeaeb0;
	color: #f5f6f6;
	border-color: #aeaeb0;
}

.uk-pagination .tm-pagination-previous:hover, .uk-pagination .tm-pagination-next:hover {
	background: rgba(0, 153, 51, 1);
	color: #FFFFFF;
	outline: none;
	border-color: rgba(0, 153, 51, 0.12);
}

.tm-sidebar-a .uk-nav-side .image-title {
	float: none;
	margin-left: 8px;
}

.tm-sidebar-a .uk-nav-side a:hover img {
	filter: brightness(140%);
}

.headerkhas {
	padding: 0;
}

.headerkhas .auth {
	margin-bottom: 0;
}

.headerkhas .tm-headerbar > .auth {
	padding: 10px 10px 20px;

}

.headerkhas .tm-logo {
	margin: 0 0 10px 10px;
}

.mod-languages,
.tm-toolbar {
	padding: 10px;
}

.footmenu .uk-grid {
	margin: 0 !important;
}

@media (max-width: 1219px) {
	.headerkhas {
		margin: 15px;
		padding: 15px;
	}

	.headerkhas .tm-block {
		margin-top: 0;
	}

	.headerkhas .tm-block {
		vertical-align: middle;
	}

	.headerkhas .uk-navbar-toggle {
		margin-top: 6px;
	}

	.tm-sidebar-a {
		padding-left: 20px !important;
	}
}