html {
	font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
body {
	width: 100%;
	height: 100%;
	/* background: #43D1FF; */
	background: #ebf9fd;
	margin: 0;
	padding: 0;
	color: #252323;
	font-size: 14px\9;
	font-size: 0.875rem;

}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	margin:10px 0;
}
ul, ol {
	padding: 0 0 0 20px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
	margin: 10px 0px;
}
.h1, h1 {
	font-size: 35px\9;
	font-size: 2.1875rem;
	line-height: 1.3;
	font-weight: 700;
	margin-top: 0;
}
.h2, h2 {
	font-size: 28px\9;
	font-size: 1.75rem;
	font-weight: 700;
}
.h3, h3 {
	font-size: 18px\9;
	font-size: 1.125rem;
	font-weight: 600;
}
.h4, h4 {
	font-size: 16px\9;
	font-size: 1rem;
	font-weight: 600;
}
a {
	color: #1fa6de;
	text-decoration: underline;
	outline:  none;
}
a:hover {
	color: #32a2e8;
	text-decoration: none;
}
b, strong {
	font-weight: 600;
}
img {
	max-width: 100%;
	width: 100%\9;
	height: auto;
}
a img {
	border: none;
	display: block;
}
blockquote {
  font-size: 18px\9;
  font-size: 1.125rem;
  font-weight: 600;
}
article, aside, figure, footer, header, main, menu, nav, section {
    display: block;
}



/* ------ LAYOUT ------ */
.wrapper {
	width: 100%;
	min-width: 1240px;
	position: relative;
	/* min-height: 100%; */
}
.header-top {
	padding: 10px 30px;
}
.inner {
	width: 100%;
	max-width: 1380px;
	min-width: 1160px;
	margin: 0px auto;
	position: relative;
}
.page-wrapper {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 260px;
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}
.page-wrapper.no-breadcrumbs {
	padding-top: 20px;
}
.footer {
	/* position: absolute; */
	bottom: 0px;
	width: 100%;
	margin: -225px auto 0;
  height: 225px;
}
.footer-wrapper {
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
}
.block {
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.95);
	-moz-box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.95);
	box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.95);
}
main.block,
#content.block {
	padding-top: 15px;
}
.breadcrumbs {
  padding-bottom: 10px;
  position: relative;
  top: -10px;
}
.row {
	margin: 0 -10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-1, .clo-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	position: relative;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after,
.clr {
	clear: both;
}
.margin {
	clear: both;
	height: 10px;
}
.block.fix-height {
	height: 365px;
}
/* ------ end LAYOUT ------ */

/* ------ HEADER ------ */
.header {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.95);
	-moz-box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.95);
	box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.95);
}

#welcome,
.front-banner {
	display: none;
}
.none {display: none !important;}
.front #welcome,
.front .front-banner {
	display: block;
}

.top-logo, .top-menu, .top-search {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2%;
}
.top-account {
	top:33px;
	right:12px;
}
.top-logo a {
	display: block;
	height: 66px;
}
.top-menu {
	white-space: nowrap;

}
.top-menu ul li,
.top-menu ul li a,
.top-account ul li,
.top-account ul li a {
	display: inline-block;
}
.top-menu ul li a {
	font-size:15px\9;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #424145;
	margin: 0px 10px;
}

.top-menu ul li a:hover {
	text-decoration: underline;
}
.top-menu ul li.active a {
	text-decoration: underline;
	color: #1fa6de;
}
.top-menu ul li.active a:hover {
	text-decoration: none;
}
.footer-menu ul li.active a {
	text-decoration: underline;
	color: #1fa6de;
}
.footer-menu ul li.active a:hover {
	text-decoration: none;
}
.top-search {
	padding-left: 10px;
}
.search-form {
	position: relative;
}
.search-input {
	width: 180px;
	padding: 9px 15px;
	color: #a6a6a6;
	border: 1px solid #dde0e4;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
}
input[type="submit"].search-submit {
	position: absolute;
	right: 10px;
	top: 9px;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: #FFF url(../images/search-button.png) 0 0 no-repeat;
	font-size: 0px;
	outline:  none;
}
input[type="submit"].search-submit:hover {
	background: #FFF url(../images/search-button-hover.png) 0 0 no-repeat;
}
.search-input:focus{
	outline: none;
}
.search-input::-webkit-input-placeholder {
	color: #a6a6a6;
}
.search-input::-moz-placeholder {
	color: #a6a6a6;
}
.top-account ul {color: #a6a6a6;}
.top-account ul li a {
	font-size:15px\9;
	font-size: 0.9375rem;
	color: #a6a6a6;
	padding-left: 26px;
	margin: 0px 17px;
}
.signin-link a {
	background: url(../images/account-bg.png) 0 1px no-repeat;
}
.register-link a {
	background: url(../images/account-bg.png) 0 -19px no-repeat;
}
.signin-link a:hover {
	/*background: url(../images/account-bg.png) 0 -40px no-repeat;
	color: #1fa6de;*/
	text-decoration: underline;
}
.register-link a:hover {
	/*background: url(../images/account-bg.png) 0 -60px no-repeat;
	color: #1fa6de;*/
	text-decoration: underline;
}

/* - main-menu - */
.main-menu {
	padding: 0px 15px;
	background: #1fa6de;
}

.main-menu ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.main-menu .top_menu > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 54px;
	border-bottom: 4px solid #1fa6de;
}
.main-menu ul li a,
.main-menu ul li span {
	display: block;
	font-size: 15px\9;
	font-size: 0.9375rem;
	color: #edf5f8;
	font-weight: 600;
	text-decoration: none;
	padding: 5px 15px;
	cursor: pointer;
}
.main-menu nav::after {content:'';display: block;clear: both;}
/* .main-menu nav>li {float: left;width: 50%;} */
.front .main-menu ul li a,
.front .main-menu ul li span {
	padding: 12px 15px;
}
.main-menu .top_menu > li.active,
.main-menu .top_menu > li:hover {
	border-bottom: 4px solid #FFFFFF;
}
.main-menu ul li.active a,
.main-menu ul li:hover a {
	color: #FFF;
}
.main-menu ul li.active a {
	font-weight: 700;
}

/* second-level */
.main-menu ul li ul nav {
	/* float: left;
	width: 48%;
	margin-right: 2%; */
}
.main-menu ul li ul nav li {
	padding-left: 0;
}
.main-menu ul li ul nav li a {
	padding: 8px 0px !important;
	font-weight: 400;
	font-size: 15px !important;
}
.main-menu ul li ul nav li a:hover {
	text-decoration: underline;
}
.front .main-menu ul li ul nav li a {
	font-weight: 600;
}
.main-menu ul li ul nav li ul {
	position: relative;
	top: -5px;
	padding-left: 15px;
}
.main-menu ul li ul nav li ul a {
	font-size:13px !important;
	padding: 1px 0px !important;
}
.main-menu ul li.sub-active {
	border-bottom: 4px solid #FFF;
}
.main-menu ul li.sub-active a,
.main-menu ul li.sub-active span {
	color:#FFF;
}
.front .main-menu ul li.sub-active {
	border-bottom: 4px solid #1fa6de;
}
.front .main-menu ul li.sub-active a,
.front .main-menu ul li.sub-active span {
	color: #000;
}

.main-menu .top_menu > li {
	position: relative;
}
.main-menu .top_menu > li  ul {
	padding: 0;
}
.main-menu ul > li {
}
.main-menu .top_menu > li > ul {
	display: none;
	position: absolute;
	top: 54px;
	top: calc(100% + 4px);
	left:0;
	padding: 17px 25px;
	padding-bottom: 27px;
	width: 360px;
	background: #1fa6de;
	z-index: 99;
	text-align: left;
	box-shadow: 0px 6px 8px 0px rgba(233, 238, 241, 0.95);
}
.front .main-menu .top_menu > li > ul {
	top: 70px;
	top: calc(100% + 4px);
}

.main-menu .top_menu > #li7 > ul,
.main-menu .top_menu > #li8 > ul,
.main-menu .top_menu > #li9 > ul,
.main-menu .top_menu > #li10 > ul,
.main-menu .top_menu > #li11 > ul,
.main-menu .top_menu > #li12 > ul,
.main-menu .top_menu > #li13 > ul {
	right: 0;
	left: auto;
}
.main-menu .top_menu > li > ul li,
.front .main-menu .top_menu > li > ul li {
	display: block;
	padding-left: 15px;
	height: auto;
}
.main-menu .top_menu > li > ul > li,
.front .main-menu .top_menu > li > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
.main-menu .top_menu > li > ul li,
.front .main-menu .top_menu > li > ul li {
	height: auto;
	text-align: left !important;
	border: 0 !important;
}
.main-menu .top_menu > li > ul > li:hover,
.front .main-menu .top_menu > li > ul > li:hover,
.main-menu .top_menu > li > ul li:hover,
.front .main-menu .top_menu > li > ul li:hover {
	border: 0 !important;
}
.main-menu .top_menu > li > ul > li a,
.front .main-menu .top_menu > li > ul > li a {
	padding: 8px 0;
	font-weight: 400;
}
.front .main-menu .top_menu > li > ul > li a {
	font-weight: 600;
}
.main-menu  ul > li > ul > li a:hover,
.front .main-menu  ul > li > ul > li a:hover {
	text-decoration: underline;
}
/* third-level */
.main-menu .top_menu > li > ul > li > ul,
.front .main-menu .top_menu > li > ul > li > ul {
	display: block;
	position: relative;
	top:-5px;
	padding-bottom: 10px;
}

.main-menu .top_menu > li > ul ul li a,
.front .main-menu .top_menu > li > ul ul li a {
	font-size: 13px;
	font-weight: 400;
	border: 0;
	padding:1px 0;
}

.front .main-menu {
	background: #FFF;
}
.front .main-menu ul li {
	height: 70px;
	border-bottom: 4px solid #FFFFFF;
}
.front .main-menu ul li a,
.front .main-menu ul li span {
	color: #a6a9ac;
}
.front .main-menu ul li.active,
.front .main-menu ul li:hover {
	border-bottom: 4px solid #1fa6de;
}
.front .main-menu ul li.active a,
.front .main-menu ul li:hover a,
.front .main-menu ul li:hover span {
	color: #000000;
}
.front .main-menu ul li.active a {
	font-weight: 700;
}
/* second level front */
.front .main-menu .top_menu > li > ul {
	top:70px;
	background: #FFF;
	background: #43D1FF;
	background: #f5f8f9;
}
.front .main-menu .top_menu > li > ul a {
	color: #252323 !important;
}

/* - end main-menu - */

/* - front-banner - */
.front-banner {
	overflow: hidden;
	height: 510px;
}
.front-banner img {
	display: block;
	width: 100%;
	min-height: 100%
}
.front-banner .img-bg {
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.30);
}
/* .banner-post-date {
	top: 240px;
	left: 90px;
} */
/* .banner-heading {
	top: 287px;
	left: 90px;
	right: 90px;
} */
.wrap_text_news {
	bottom: 50px;
	left: 90px;
}
.banner-heading .h1 {
	color: #e7e7e7;
	font-weight: 800;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
	line-height: 1.25;
	max-height: 172px;
	overflow: hidden;
}
.banner-heading .h1 a {
	color: #e7e7e7;
	text-decoration: none;
}
/* - end front-banner - */

#close-welcome {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -20px;
	right: 0px;
	background: url(../images/close-welcome.png) no-repeat;
	cursor: pointer;
}
/* ------ end HEADER ------ */


/* ------ BASE THEMING ------ */
.title {
	padding: 10px 0px;
}
.title a {
	color: #252323;
	text-decoration: none;
}
.title a:hover {
	color: #444444;
	text-decoration: underline;
}
.h2-regular {
	font-size: 26px !important;
	font-size: 1.625rem !important;
	font-weight: 400 !important;
}
aside, .sidebar {
	font-size:15px;
	font-size: 0.9375rem;
}
.news-left {
	float: left;
	position: relative;
}
.news-right.padding {
	float: left;
}
.news-right .text p {line-height: 23px;}
.pagination {
	padding-top: 17px;
	padding-bottom: 10px;
	text-align: center;
}
.pagination a,
.pagination span {
	display: inline-block;
	color: #252323;
	min-width: 40px;
	padding: 8px 5px;
	border: 1px solid #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}
.pagination .active {
	background: #1fa6de;
	border:1px solid #1fa6de;
	color: #FFF;
}
.pagination a:hover {
	color: #1fa6de;
	font-weight: 600;
	text-decoration: underline;
}
/* ------ end BASE THEMING ------ */


/* forms, buttons */
.page-wrapper input[type="text"],
.page-wrapper input[type="tel"],
.page-wrapper input[type="email"],
.page-wrapper input[type="password"],
.page-wrapper textarea {
  border: 1px solid #dee5ed;
  padding: 9px 15px;
  outline: none;
}
.page-wrapper .button,
.page-wrapper input.button,
.page-wrapper input[type="button"],
.page-wrapper input[type="submit"],
.page-wrapper input[type="reset"] {
	display: inline-block;
	width: 150px;
	text-align: center;
	/* padding: 11px 10px; */
	line-height: 42px;
	font-size: 15px\9;
	font-size: 0.9375rem;
	color: #FFF;
	background: #1fa6de;
	cursor: pointer;
	border:0px;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	text-decoration: none;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	outline:  none;
}
.reset_btn {
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 11px 10px;
	font-size: 15px\9;
	font-size: 0.9375rem;
	color: #FFF;
	background: #1fa6de;
	cursor: pointer;
	border:0px;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	text-decoration: none;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	color: #ff5b5c;
	border:1px solid #ff5b5c;
	background: #FFF;
	padding: 10px;
}
.reset_btn:hover {
	background: #f53333;
	border-color: #f53333;
	color: #FFF;
}

.page-wrapper input.button,
.page-wrapper input[type="button"],
.page-wrapper input[type="submit"] {
	height: 42px;
}
.page-wrapper input[type="reset"] {
	color: #ff5b5c;
	border:1px solid #ff5b5c;
	background: #FFF;
	/*padding: 10px;*/
}
.button-inverse {
	border:1px solid #1fa6de;
	color: #1fa6de;
	background: #FFF;
	/*padding: 10px;*/
}
.button:hover,
input.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	color:#FFF;
	background: #38c0f9;
	border-color: #38c0f9;
}
input[type="reset"]:hover {
	background: #f53333;
	border-color: #f53333;
	color: #FFF;
}
.button-inverse:hover {
	color: #FFF;
	background: #1fa6de;
	border-color: #1fa6de;
}
.label {
	display: block;
	padding: 5px 0px;
	cursor: pointer;
}
/* end forms, buttons */


/* ------ ARTICLE ------ */
.breadcrumbs .devider {
	padding: 0px 3px;
}
article {
	line-height: 1.7;
}
article h1,
article .h1 {
	font-weight: 700;
	line-height: 1.3;
	clear: both;
}
article h2,
article .h2 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
	margin: 15px 0;
	line-height: 1.3;
	clear: both;
}
article h3,
article .h3 {
	font-weight: 400;
	margin: 15px 0;
	clear: both;
}
article .date {
	color: #1fa6de;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-right: 40px;
}
article .anonce-p {
	font-weight: 600;
	margin: 10px 0 14px 0;
	padding: 0px;
}
article .anonce-p:after {
	content: "";
	display: table;
	clear: both;
}
article .anonce-img {
	float: left;
}
.anonce-video {
	float: left;
	width: 660px;
	height: 435px;
	padding: 15px 0px 0px 0px;
	margin-right: 20px;
}
article p {
	margin: 0px;
	padding: 14px 0;
}
article img {
	padding: 15px 20px 15px 0px;
}
.alignright {
	padding: 15px 0px 15px 0px;
	display: block;
	margin: 0 auto;
}
article .insert-poll2 img {padding: 0;}

article ul,
article ol {
	padding: 0 0 0 40px;
}
article blockquote,
article p.quote {
	font-weight: 600;
	padding-left: 80px;
	margin: 20px 0px;
	background: url(../images/quote.png) top left no-repeat;
	min-height: 50px;
}
article ul li,
article ol li {
	margin:10px 0;
}
article table {
	width: 100%;
	margin: 15px 0px;
	vertical-align: middle;
  border-collapse: collapse;
}
article table tr {
	border-bottom: 1px solid #eceff2;
}
article table tr:last-child {
	border-bottom: 0;
}
article table td,
article table th {
	padding: 8px 15px;
}
article table th {
  color: #a6a9ac;
 	font-weight: 400;
 	text-align: left;
}
.a-author {
	padding: 5px 0;
}
.a-author.text {
	margin-top: 40px;
}
article .fotorama {
	margin: 15px 0px;
	width: 660px;
}

.share-buttons {
	margin: 30px 0px 45px 0;
	clear: both;
}
.share-buttons > span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.ya-share2__container_size_m .ya-share2__icon {
  height: 30px!important;
  width: 30px!important;
  background-position: center !important;
}
.ya-share2__badge {
	border-radius: 0 !important;
}

.related-news .title {
	padding: 10px 0px;
}
.related-news .img img {
	width: 100%;
}

.comments {
	margin: 30px 0px;
	padding: 35px 30px 20px 30px;
	border: 1px solid #dee5ed;
}
.comments .head {
	position: relative;
	padding: 0 30px 30px 30px;
	margin: 0px -30px 30px -30px;
	border-bottom: 1px solid #dee5ed;
}
.comments .signin-comments {
	top:-3px;
	right: 30px;
}
.comments .head .button,
.comments .head input[type="button"] {
	background: #FFF;
	border: 1px solid #1fa6de;
	color: #1fa6de;
	width: 110px;
	padding: 10px;
}
.comments .head .button:hover,
.comments .head input[type="button"]:hover {
	background: #1fa6de;
	color: #FFF;
}
.comments .head .h2 {
	font-weight: 400;
	font-size: 26px;
	font-size: 1.625rem;
}
.comments .reviews-reply-field,
.comments .reviews-reply-buttons {
	margin: 10px 0px;
}
.comments .reviews-reply-buttons {
	text-align: center;
	margin-top: 30px;
}
.comments label {
	display: block;
	margin-bottom: 8px;
}
.comments textarea,
.comments input[type="text"],
.comments input[type="tel"],
.comments input[type="email"] {
	width:100%;
  resize: none;
}
.comments textarea {
	height: 134px;
}
.reviews-required-field {
	color:#ff1414;
}
.signin-icons {
	display: inline-block;
	vertical-align: middle;
	margin-right: 70px;
}
.signin-icons span {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	/* top: -7px; */
}
.signin-icons a {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-right: 5px;
  background: url(../images/sign-media.png) no-repeat;
}
.signin-icons a:hover {
	background: url(../images/sign-media-hover.png) no-repeat;
}
.signin-icons .vk,
.signin-icons .vk:hover {
	background-position: 0 0;
}
.signin-icons .fb,
.signin-icons .fb:hover {
	background-position: center -26px;
	width:14px;
}
.signin-icons .tw,
.signin-icons .tw:hover {
	background-position: center -51px;
	width:16px;
}
.signin-icons .ok,
.signin-icons .ok:hover {
	background-position: center -76px;
}
/* ------ end ARTICLE ------ */


/* ------ CONTENT ------ */
.front-page-content {
	font-size: 15px;
	font-size: 	0.9375rem;
}

.block .h2 {
	font-size: 18px\9;
	font-size: 1.125rem;
	font-weight: 700;
	color: #252323;
}

.block .title a {
	font-weight: 600;
}
.block .main-title a {
	color: #252323;
	text-decoration: none;
	font-size: 18px\9;
	font-size: 1.125rem;
	font-weight: 700;
}
.block .main-title a:hover {
	text-decoration: underline;
	color:#444444;
}
.bordered-items .title {
	font-size: 15px\9;
	font-size: 0.9375rem;
	font-weight: 600;
}
.title-with-comments {
	padding: 0;
}
.regular-title .title a {
 	font-weight: 400;
}
.block-comments .title {
	padding-bottom: 0;
}
.block .title a:hover,
.bordered-items .title a:hover {
	/*color: #444;
	text-decoration: underline;*/
}


/* left-sidebar */
.bordered-items .item {
	padding: 20px;
	padding-bottom: 25px;
	margin: 0px -20px;
	border-bottom: 1px solid #eceff2;
}
.bordered-items .item:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.bordered-items .item.last {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.news-date,
.views-comments,
.gray-text {
	color: #a6a9ac;
	font-size: 13px\9;
	font-size: 0.8125rem;
}
.views-comments .views {
	display: inline-block;
	padding-left: 26px;
	background: url(../images/views.png) 0px -2px no-repeat;
	margin-right: 22px;
}
.views-comments .comments {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
	padding-left: 26px;
	background: url(../images/views.png) 0px -26px no-repeat;
}
.block .photo {
	height: 110px;
	width: 110px;
	margin: 10px auto 20px auto;
}
.photo-competition .photo {
	margin-bottom: 0;
}
.photo-competition .info_concurs {margin-bottom: 15px; }
.block .photo img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.weather-left {
	float: left;
	width: 90px;
	margin-right: -90px;
	position: relative;
}
.weather-right {
	float: left;
	padding-left: 100px;
}
.weather-left .title {
	font-weight: 600;
}
.temp {
	font-size: 40px\9;
	font-size: 	2.5rem;
	font-weight: 300;
	color: #2fb8e7;
	 letter-spacing: -5px; 
}
.temp sup {
	/*vertical-align: top;
	position: relative;
	top: 4px;
	left:3px;*/
}
.img-weather {
	display: inline-block;
	width: 58px;
	height: 40px;
  margin-left: 9px;
  position: relative;
  bottom: -10px;
}
.table-container {
	margin: 0px -20px;
}
table.currency {
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}
table.currency tr {
	border-bottom: 1px solid #eceff2;
}
table.currency tr.last {
	border-bottom: 0;
}
table.currency td,
table.currency th {
	padding: 16px 20px;
}
table.currency th {
	font-weight: 400;
	text-align: left;
}
table.currency td {
	font-weight: 600;
}
span.rate-up,
span.rate-down {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 8px;
	background: url(../images/rate.png) no-repeat;
}
span.rate-down {
	background-position: 0 -10px;
}

.mini-img {
	float: left;
	width: 40px;
	margin-right: -40px;
	position: relative;
}
.horoskop-title.padding {
	padding-left: 60px;
	float: left;
}
.horoskop-title .title {
	padding: 0;
	font-weight: 600;
}

.block-quote blockquote {
	padding-top: 40px;
	padding-bottom: 20px;
	margin: 0;
	background: url(../images/quote.png) top left no-repeat;
	font-size: 25px\9;
	font-size: 1.625rem;
	font-weight: 300;
}
.block-quote blockquote span {
	display: block;
	padding: 20px 0px;
	font-size: 15px\9;
	font-size: 0.9375rem;
	color: #a6a9ac;
	text-transform: uppercase;
}
.img-block {text-align: center;}
.img-block a {display: block;line-height: 0;}
.img-block a img {
	/* width: 100%; */
	display: inline-block;

}
.title-with-comments a {
	padding-right: 20px;
}
.title-with-comments .comments {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
	padding-left: 26px;
	background: url(../images/views.png) 0px -26px no-repeat;
	color: #a6a9ac;
	font-size: 13px\9;
	font-size: 0.8125rem;
}
/* - end sidebar - */


/* front-page-blocks */

.main .block .h2 {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eceff2;
}
.main .block .h2 a {text-decoration: none;color:#000;}
.main .block .h2 a:hover {text-decoration: underline;}
.block-main-news .main-title a {
	padding-right: 30px;
}
.main-title .views-comments {
	display: inline-block;
}
.block-main-news .news-left {
	width: 180px;
	margin-right: -180px;
}
.block-main-news .news-right.padding {
	padding-left: 200px;
	max-height: 162px;
	overflow: hidden;
	margin-top: -5px;
}
.block-main-news .news-right.padding .title {
	padding-top: 0px;
	margin-top: -3px;
}
.block-main-news .item {
	margin-bottom: 30px;
}
.block-main-news .news-left.img {
	position: relative;
	overflow: hidden;
	height: 120px;
}
.block-main-news .news-left.img .views-comments {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
.block-main-news .news-left.img:hover .views-comments {
	display: block;
}


.block-content-toogle {
	cursor: pointer;
	top: 30px;
	right: 20px;
	padding-right: 18px;
	background: url(../images/mini-arrows.png) right 2px no-repeat;
	transition: ease .15s;
	-moz-transition: ease .15s;
	-ms-transition: ease .15s;
	-o-transition: ease .15s;
}
.block-content-toogle:hover {
	text-decoration: underline;
}

.radio-left {
	width: 80px;
	float: left;
	position: relative;
	margin-right: -80px;
}
#radio-switcher {
	width: 80px;
	height: 80px;
	background: url(../images/radio-play.png) 0px 0px no-repeat;
	cursor: pointer;
}
#radio-switcher:hover {
	background-position: 0px -160px;
}
#radio-switcher.on {
	background-position: 0px -80px;
}
#radio-switcher.on:hover {
	background-position: 0 -240px
}
.radio-right {
	float: left;
	padding-left: 100px;
	font-weight: 300;
	text-transform: uppercase;
}
.radio .wave {
	font-size: 17px;
	font-size: 1.0625rem;
	padding-top: 10px;
	color: #a6a9ac;
}
.radio .frequency {
	font-size: 40px;
	font-size: 2.5rem;
	position: relative;
	top: -10px;
}
.radio .img {
	margin: 20px auto;
}
.radio .border {
	margin: 0px -20px;
	border-bottom: 1px solid #eceff2;
}
.range-wrapper {
	position: relative;
	/* padding:30px; */
	padding: 0;
}
.range-wrapper audio {width: 280px;margin-top: 15px;}
.range-wrapper .vol-up {
	position: absolute;
	top: 19px;
	left: 0px;
	width: 24px;
	height: 24px;
	background: url(../images/volume.png) 0px 0px no-repeat;
}
.range-wrapper .vol-down {
	position: absolute;
	top: 19px;
	right: 0px;
	width: 24px;
	height: 24px;
	background: url(../images/volume.png) 0px -24px no-repeat;
}

.h2.without-margin {
	margin: 0px -20px!important;
	padding-bottom: 0px !important;
	border-bottom: 0!important;
	transition: ease .15s;
	-moz-transition: ease .15s;
	-ms-transition: ease .15s;
	-o-transition: ease .15s;
}
.h2.without-margin + .block-content-toogle {
	top: 20px;
}

.owl-news .title {
	/* max-height: 54px; */
	/* overflow: hidden; */
}

.video-categories {
	top: 30px;
	right: 20px;
}
.video-categories ul li,
.video-categories ul li a {
	display: inline-block;
}
.video-categories ul li a {
	color: #a6a9ac;
	font-size: 15px\9;
	font-size: 0.9375rem;
	border-bottom: 1px dotted #a6a9ac;
	margin: 0px 12px;
}
.video-categories ul li a:hover,
.video-categories ul .ui-tabs-active a {
	border-bottom: 0px;
	color: #252323;
	outline: none;
}

.img-video {
	overflow: hidden;
	max-height: 254px;
}
.img-video a {
	z-index: 1;
	display: block;
}
.img-video img {
	width: 100%;
}
.play {
	width:100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.30);
	background-image: url(../images/play-icone.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.img-video a:hover .play {
	background-color: rgba(0, 0, 0, 0.0);
}
.photo-competition .main-title {
	padding-top: 25px;
}
.photo-competition .item {
	/* padding-bottom: 15px; */
}
.photo-competition p {
	margin-top: 5px;
	margin-bottom: 20px;
}
.owl-power-news .owl-prev,
.owl-gallery .owl-prev,
.owl-competition .owl-prev {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../images/owl-nav.png) 0 0 no-repeat;
}
.owl-power-news .owl-next,
.owl-gallery .owl-next,
.owl-competition .owl-next {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../images/owl-nav.png) 0 -32px no-repeat;
}
.owl-power-news .owl-prev:hover,
.owl-gallery .owl-prev:hover,
.owl-competition .owl-prev:hover {
	background-position: 0 -64px;
}
.owl-power-news .owl-next:hover,
.owl-gallery .owl-next:hover,
.owl-competition .owl-next:hover {
	background-position: 0 -96px;
}
.owl-power-news .owl-prev,
.owl-gallery .owl-prev {
	top: -70px;
	right: 36px;
}
.owl-power-news .owl-next,
.owl-gallery .owl-next {
	top: -70px;
	right: 0;
}
.owl-competition .owl-prev {
	left: -10px;
	top: 146px;
}
.owl-competition .owl-next {
	right: -10px;
	top: 146px;
}

.afisha-img {
	width: 100px;
	height: 140px;
	margin: 15px auto;
}

.colored-block {
	padding: 0 25px;
	background: #1fa6de;
	color: #FFFFFF!important;
}
.colored-block .img {
	width: 150px;
	height: 120px;
	margin:32px auto 25px auto;
}
.colored-block .button {
	background: #FFFFFF;
	color: #1fa6de;
	width: 204px;
	margin-top: 25px;
}
.colored-block .button:hover {
	background: #38c0f9;
}
.partners-block a {
	display: inline-block;
	background: #f1f5f7;
	color: #252323;
	padding: 12px 15px;
	margin: 10px 20px 10px 0px;
	text-decoration: none;
}
.partners-block a:hover {
	text-decoration: underline;
}
/* end front-page-blocks */

/* blog */
.blog .item {
	padding: 15px 0px 33px 0;
	overflow: hidden;
}
.blog .item .news-left {
	width: 320px;
	margin-right: -320px;
}
.blog .item .news-right.padding {
	padding-left: 340px;
	margin-top: -5px;
}
.item .news-right.padding .title {
	padding-top: 3px;
}
.news-right.text p a {
	margin-left: 15px;
}
.blog .date {
	font-size: 13px;
	font-size: 0.8125rem;
	color: #1fa6de;
}
.blog .title a {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
}
.blog .pagination {
	padding-top: 30px;
}
/* end blog */

/* gallery */
.gallery .item {
	margin: 20px 0px;
}
.gallery .item .text {
	padding: 15px 20px 20px 20px;
	text-align: center;
	border: 1px solid #f1f6f8;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.75);
	-moz-box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.75);
	box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.75);
	overflow: hidden;
}
.gallery .title a {
	font-size: 18px;
	font-size: 1.125rem;
}
.magnific-gallery {
	padding: 10px 0px;
}
.magnific-gallery .col-6 {
	margin: 10px 0px;
}
/* end gallery */

/* photo-competition */
.competition {
	/* padding-bottom: 85px; */
}
.competition .item,
.competition a.item {
	display: block;
	margin-top: 5px;
	margin-bottom: 35px;
}
.competition a.item {
	color: #252323;
	text-decoration: none;
}
.competition .item-header {
	text-align: right;
	padding-bottom: 5px;
}
.item-header .likes {
	margin-left: 15px;
	color: #1fa6de;
}
.likes i {
	display: inline-block;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(../images/likes.png) 0 4px no-repeat;
	cursor: pointer;
}
.likes:hover {
	text-decoration: underline;
}
.likes i.liked {
	background-position: 0 -24px;
}
.likes i:hover,
.likes i.liked:hover {
	background-position: 0 -10px;
}
.invisible-info {
	display: none;
}
.invisible-info .photo-description {
	padding: 15px 0px 25px 0px;
}
.invisible-info .vote-counts {
	color: #a6a9ac;
	padding-top: 5px;
}
/* end photo-competition */

/* contact */
.contact-page .heading {
	padding-top: 10px;
}
.heading .h3,
.heading h3 {
	width: 100%;
  position: relative;
  display: inline-block;
}
.heading .h3:before,
.heading h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #eceff2;
  z-index: 0;
}
.heading span {
	position: relative;
	z-index: 1;
  background: #FFF;
  padding: 0 20px 0 0;
}
.contact-page p {
	margin: 0px;
	padding: 13px 0px;
}
/* end contact */

/* videonovosti */
.videonews .item {
	margin-bottom: 25px;
}
.videonews .title {
	padding-bottom: 0px;
}
.videonews .img-video {
	max-height: 292px;
}
.videonews .views-comments {
	padding-bottom: 5px;
	min-height: 23px;
}

/* end videonovosti */

/* afisha */
.afisha .info_afisha {margin: 20px 0 15px;}
.afisha .h2-regular {
	margin-top: 20px;
}
.afisha .item {
	margin: 25px 0px 50px 0px;
}
.afisha .news-left.img {
	width: 310px;
	margin-right: -310px;
}
.afisha .news-right.padding {
	padding-left: 330px;
	margin-top: -5px;
	line-height: 1.7;
}
.film-info {
	border-bottom: 1px solid #eceff2;
}
.film-info p {
	padding: 2px 0;
}
.film-info .base-info,
.film-schedule {
	font-weight: 600;
}
.film-schedule {
	padding-top: 10px;
}
.film-schedule div {
	padding-left: 30px;
	background: url(../images/film-info.png) no-repeat;
}
.film-schedule .days {
	background-position: -4px 0px;
}
.film-schedule .times {
	background-position: -5px -24px;
}
.film-schedule .prices {
	background-position: -5px -48px;
}
/* end afisha */

/* calendar */
.calendar table {
  width: 100%;
  
  border-collapse: collapse;
  /* font-weight: 600; */
}
.calendar table tr {
  border-bottom: 1px solid #eceff2;
}
.calendar table td {
	padding: 15px 15px 15px 0px;
	vertical-align: top;
}
.calendar table span {
	/* display: block;
	color: #a6a9ac;
	font-weight: 400;
	padding-top: 8px; */
}
.title-td {
	width: 225px;
}
.calendar .share-buttons {
	margin: 50px 0px;
}
.calendar .fotorama {
	padding-top: 10px;
	margin: 15px 0px;
}
/* end calendar */

/* authors article */
.blog-author .journalist {
	padding-top: 18px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eceff2;
}
.journalist .news-left {
	width: 194px;
	margin-right: -194px;
}
.journalist .news-right.padding {
	padding-left: 214px;
	margin-top: -5px;
}
.journalist .main-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.journalist p.gray-text {
	max-height: 126px;
	overflow: hidden;
}
.journalist .bottom-buttons {
	bottom: 32px;
	left: 214px;
}
.journalist .button-inverse {
	/* margin-left: 40px; */
}
/* end authors article */

/* journalists */
.journalists .journalist {
	max-height: 246px;
	overflow: hidden;
	margin: 30px 0 40px 0;
}
.journalists .journalist .bottom-buttons {
	bottom: 0;
}
/* end journalists */

/* horoscopes */
.horoscopes .item {
	margin: 15px 0 40px 0;
}
.znak .mini-img {
	width: 42px;
	height: 40px;
	margin-right: -42px;
}
.item .horoskop-title.padding {
margin-top: -3px;
}
/* end horoscopes */

/* profile */
.profile-block {
	padding-top: 35px;
	padding-left: 30px;
	padding-bottom: 0;
	background: #213246;
	color: #71879c;
}
.profile-block .mini-img {
	width: 48px;
	height: 48px;
	margin-right: -48px;
}
.profile-block .mini-img img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
.profile-block .horoskop-title.padding {
	padding-left: 58px;
}
.profile-block .title {
	color: #fff;
	padding-top: 10px;
}
.profile-block .profil-menu {
	margin-top: 40px;
	margin-left: -30px;
	margin-right: -20px;
}
.profil-menu ul li a {
	display: block;
	padding: 20px 20px 20px 88px;
	background-image: url(../images/profil-menu.png);
	background-repeat: no-repeat;
	color: #71879c;
	font-size: 15px;
	text-decoration: none;
}
.profil-menu ul li.active a,
.profil-menu ul li a:hover {
	background-color: #192939;
	color: #FFF;
}
.profil-menu ul li.active a {
	font-weight: 600;
	border-left: 4px solid #1fa6de;
	padding-left: 84px;
}
.profil-menu ul .pf-link a {
	background-position: 50px -120px;
}
.profil-menu ul .ads-link a {
	background-position: 50px -180px;
}
.profil-menu ul .pf-link.active a,
.profil-menu ul .pf-link a:hover {
	background-position: 50px 0px;
}
.profil-menu ul .ads-link.active a,
.profil-menu ul .ads-link a:hover {
	background-position: 50px -60px;
}

.user-profile {
	margin-top: 25px;
	margin-bottom: 50px;
}
.profile-left {
	float: left;
	width: 280px;
	position: relative;
	margin-right: -280px;
}
.profile-right {
	padding-left: 300px;
	margin-top: -5px;
}
.register-date {
	margin-top: 10px;
	font-size: 14px;
}
/* .upload-link {
	padding-left: 28px;
	background: url(../images/upload.png) 0 0 no-repeat;
} */
.profile .jq-file__name {box-shadow: none;border: none;padding: 0 0 0 28px;background: url(../images/upload.png) 0 0 no-repeat;height: auto;border-radius: 0;line-height: 21px;}
.profile .jq-file__browse {display: none;}
.profile .jq-file {border-radius: 0;box-shadow: none;}
.profile .jq-file.focused .jq-file__name {border:none;}
.profile .profile-right .h2 {
	font-size: 28px;
	font-size: 1.75rem;
	margin-top: 0;
}
.profile-right .edit-link {
	right: 0px;
	top: 6px;
}
.user-activity {
	padding-top: 15px;
}
.user-activity a {
	display: block;
	margin: 2px 0;
	padding: 3px 0px 3px 32px;
	background: url(../images/user-activity.png) no-repeat;
	color: #232525;
	cursor: pointer;
}
.user-activity a.user-articles {
	background-position: 0 0;
}
.user-activity a.user-comments {
	background-position: 0 -24px;
}


.edit-profile {
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}
.edit-profile td {
	padding-top: 11px;
	padding-bottom: 11px;
}
.edit-profile .label-td {
	width: 188px;
	padding-right: 20px;
}
.edit-profile input {
	width: 100%;
	padding: 8px 15px;
}
.user-profile .form-buttons {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 40px;
}
.form-buttons input[type="reset"] {
	margin-right: 20px;
}
.form-buttons .reset_btn {
	margin-right: 20px;
}
/* end profile */ 
/* ------ end CONTENT ------ */


/* ------ FOOTER ------ */
.footer {
	background: #FFFFFF;
}
.footer .informer{display: block; margin-left: -30px;}
.footer .informer>a,
.footer .informer>span,.footer .informer>div, .footer .informer>noscript{display: inline-block; margin-right: 15px;}
.footer-logo a {
  display: block;
  width: 214px;
  height: 66px;
}
.footer-menu {
	margin-top: 9px;
	margin-bottom: 30px;
	margin-left: -30px;
}
.copyright {
	margin-left: -30px;
}
.footer-menu li,
.footer-menu li a {
	display: inline-block;
}
.footer-menu li a {
	color: #232525;
	font-weight: 600;
	margin-right: 40px;
}
.footer-menu li a:hover {
	text-decoration: underline;
	color:#444444;
}

.footer-social-icons {
	margin-top: 6px;
	margin-bottom: 50px;
	vertical-align: top;
}
.footer-social-icons span {
	margin-right: 5px;
	position: relative;  
  vertical-align: middle;
  display: inline-block;
}
.footer-social-icons a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 4px;
	background: url(../images/social-icons.png);
	text-indent: -9999px;
	text-align: left;
	vertical-align: middle;
}
.footer-social-icons a:hover {
	background: url(../images/social-icons-hover.png);
}
.footer-social-icons .vk {
	background-position: 0 0;
}
.footer-social-icons .fb,
.footer-social-icons .fb:hover {
	background-position: 0 -32px;
	width: 28px;
}
.footer-social-icons .tw,
.footer-social-icons .tw:hover {
	background-position: 0 -70px;
	width:28px;
}
.footer-social-icons .ok,
.footer-social-icons .ok:hover {
	background-position: 0 -104px;
}
.footer-social-icons .rs,
.footer-social-icons .rs:hover {
	background-position: 0 -140px;
}
.footer-social-icons .yt,
.footer-social-icons .yt:hover {
	background-position: 0 -175px;
}
.footer-social-icons .inst,
.footer-social-icons .inst:hover {
	background-position: 0 -208px;
}

.fs {
	color: #424145;
	padding-top: 15px;
	font-size: 15px;
	font-size: 0.9375rem;
}
.fs span {
	padding: 7px 5px 7px 24px;
	background: url(../images/fs.png) left 0px no-repeat;
}
.fs a {
	color: #424145;
	text-decoration: none;
}
.fs a:hover {
	text-decoration: underline;
}

/* ------ end FOOTER ------ */

#scroll-top {
  display: none;
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  border-radius: 50%;
  background: url(../images/scroll-top.png) 0 0 no-repeat;
  cursor: pointer;
}
#scroll-top:hover {
	background: url(../images/scroll-top.png) 0 -48px no-repeat;
}
/* ------ SPECIAL CLASES  ------ */
.menu ul {
	list-style: none;
	padding: 0;
}
.menu ul li a {
	text-decoration: none;
	outline: none;
}
.centered-block {
	text-align: center;
}
.centered-block .h2 a {
	color: #000;
	text-decoration: none;
}
.centered-block .h2 a:hover {text-decoration: underline;}
.centered-block p {margin: 20px 0 5px;}
.without-padding {
	padding: 0px !important;
}
.margin-top-20 {
	margin-top:20px;
}
.button {
	width:150px;
	text-align: center;
}
input.button {
	border: 2px solid #1fa6de;
}
.button-mini {
	display: inline-block;
	padding: 3px 8px;
	color: #FFF;
	background: #1fa6de;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
}
.button-big {
	display: inline-block;
	/* padding: 11px 10px; */
	font-size: 15px\9;
	font-size: 0.9375rem;
	color: #FFF;
	background: #1fa6de;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	text-decoration: none;
}
.button-big-inverse {
	display: inline-block;
	padding: 0 10px;
	line-height: 42px;
	height: 45px;
	font-size: 15px\9;
	font-size: 0.9375rem;
	color: #1fa6de;
	background: #FFFFFF;
	border:1px solid #1fa6de;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	text-decoration: none;
}
.button-default {
	display: inline-block;
	padding: 4px 20px;
	color: #FFFFFF;
	background: #1fa6de;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	text-decoration: none;
}
.button-big:hover,
.button-default:hover {
	color: #FFFFFF;
	background: #38c0f9;
}
.button-big-inverse:hover {
	color: #FFFFFF;
	background: #1fa6de;
	border-color: #1fa6de;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.pos-rel {
	position: relative;
}
.pos-abs {
	position: absolute;
}
.footer .align-right{width: 25%; padding: 0px;}
/* ------ end SPECIAL CLASES ------ */


/* magnific popup */
html {
	overflow: auto!important;
	margin-right: 0 !important;
}
.mfp-counter {
	display: none;
}
.galleryPage .mfp-arrow {
	display: none !important;
}
.magnific-comp .mfp-hide {
	display: block !important;
}
.galleryInline .mfp-inline-holder .mfp-content {
	width: auto;
	padding: 20px;
	background: #FFF;
}
.galleryInline .mfp-close {
	top:-8px;
	right: -8px;
}

.mfp-arrow:before,
.mfp-arrow:after {
	display: none !important;
}
.mfp-arrow {
  margin-top: -35px !important;
  width: 55px !important;
  height: 70px !important;
  cursor: pointer;
  z-index: 1500;
}
.galleryInline .mfp-arrow {
	top:195px !important;
}
.mfp-arrow-left {
	background: url(../images/rama-prev.png) right center no-repeat;
  transition-property: opacity;
  transition-duration: .3s;
}
.mfp-arrow-right {
	background: url(../images/rama-next.png) left center no-repeat;
	transition-property: opacity;
  transition-duration: .3s;
}
.mfp-arrow-left:hover {
	background: url(../images/rama-prev-hover.png) right center no-repeat !important;
}
.mfp-arrow-right:hover {
	background: url(../images/rama-next-hover.png) left center no-repeat !important;
}

.load-img-link {
	position: absolute;
  top: 12px;
  right: 20px;
}
.galleryCompetition .mfp-container {
	padding: 20px 0px;
	height: auto;
}
.galleryCompetition .mfp-figure {
	line-height: 1.6;
}
.galleryCompetition .mfp-bottom-bar {
	position: static;
	padding-top: 0px;
}

.galleryCompetition .invisible-info .photo-description {
	padding: 10px 0px 18px 0px;
	margin: 0;
}
.galleryCompetition .mfp-title {
	padding: 0;
	line-height: 1.6;
}
.galleryCompetition .mfp-bottom-bar {
	padding: 0px 20px;
}
.galleryCompetition .mfp-counter {
	display: block;
	position: static;
	line-height: 1.6;
	white-space: normal;
	font-size: 14px;
	color: #252323;
	padding-bottom: 15px;
}
.mfp-content .invisible-info {
	display: block;
	/* max-width: 460px; */
	margin: 0 auto;
}
.mfp-content .item-header {
	text-align: left;
	padding-bottom: 10px;
	/* padding: 0px 20px; */
}
.mfp-content .photo-author {
	font-weight: 600;
}
.mfp-content .likes {
	text-align: right;
	float: right;
}


/* fotorama */
.fotorama__arr {
  height: 70px !important;
  margin-top: -35px !important;
}
.fotorama__arr--prev {
	background-position: 0px 0px !important;
	background: url(../images/rama-prev.png) no-repeat !important;
}
.fotorama__arr--next {
	background-position: 0px 0px !important;
	background: url(../images/rama-next.png) no-repeat !important;
}
.fotorama__arr--prev:hover {
	background: url(../images/rama-prev-hover.png) no-repeat !important;
}
.fotorama__arr--next:hover {
	background: url(../images/rama-next-hover.png) no-repeat !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(0px,0,0) !important;
  transform: translate3d(0px,0,0) !important;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0.6 !important;
}
.fotorama__arr {
 opacity: 0.65 !important;
}
.fotorama__arr:hover {
 opacity: 1 !important;
}



/* formstyler */
.label {
	overflow: hidden;
}
.label span {
  display: block;
  padding-left: 31px;
  float: left;
}
.jq-checkbox {
  top: 4px !important;
  margin: 0px!important;
  display: block!important;
  float: left;
  margin-right: -15px!important;
}
.voting-form-box .jq-radio {
  top: 4px !important;
  margin: 0px!important;
  display: block!important;
  float: left;
  margin-right: -15px!important;
  vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 16px 0 0;
    border: 1px solid #1fa6de;
    border-radius: 1px;
    background: #FFFFFF;
    cursor: pointer;
}
.voting-form-box .jq-radio.checked .jq-radio__div {
    width: 20px;
    height: 20px;
    background: url(../images/check.png) 1px -4px no-repeat;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.poll-form .label:hover span {
	text-decoration: underline;
}


/* welcome*/
#welcome {
	position: relative;
	padding:28px 23px;
	height: 200px;
	border-bottom: 1px solid #f5f8f9;
}
.welcome-left {
	float:left; width: 525px;
}
.welcome-right {
	float: left;
}
.welcome-right .h1 {
	font-size:30px; font-weight: 700; margin: 13px 0px 23px 0;
}
.welcome-right .h3 {
	font-weight: 400; margin-bottom: 27px;
}

.page-404 {text-align: center;background: #FFFFFF;padding: 40px 20px;margin-bottom: 20px;overflow: hidden;-webkit-box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.95);-moz-box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.95);box-shadow: 0px 3px 8px 0px rgba(233, 238, 241, 0.95);}
.img-404 img {display: inline-block;}
.page-404 .inner {max-width: 600px;min-width: 320px;}

#add_news {max-width: 500px;padding: 15px 0;}
#add_news input[type="text"], #add_news input[type="file"],
#add_news textarea {width: 100%;resize:none;}
#add_news label span {display: block;padding-bottom: 5px;font-weight: 600;}
#add_news .reviews-reply-field {padding-bottom: 10px;}
#add_news .reviews-reply-btn {padding-top: 10px;}
.text-error {color:red;}
.error {border-color:red !important;}

.jq-file {width: 100%;}
.jq-file__name {border-color:#dee5ed;}

.comments .ulogin-block {display: inline-block;}
.comments div.reviews-info-box, div.reviews-reply-form {background: #fff;border:none;margin: 0;padding: 0;}
.comments form.reviews-form {background: #fff;border:none;margin: 0;padding: 0;}
/* .comments .bxlhe-frame-table {border:1px solid #dee5ed !important;} */
.reviews-reply-field-text>div {border:1px solid #dee5ed !important;}
.comments div.reviews-reply-header, div.reviews-bbcode-line a:hover, div.reviews-bbcode-line a:hover img {background: none;	border:1px solid #dee5ed;}
.comments div.reviews-reply-header {border: none;padding: 0;}
.reviews-block-container {border: 1px solid #dee5ed;}
.reviews-block-container .reviews-post-table {padding: 10px;}
.reviews-block-container .reviews-post-table:last-child {border-bottom: none;}

.tool-message,.success, .warning, .attention, .information{display: block;color: #fff; font-size: 12px; font-weight: normal; line-height:14px;padding: 6px 10px; border-radius: 2px; border:1px solid #ccc; margin-bottom: 20px;}
.tool-message-red, .warning{border:1px solid #FC3838; color:#FC3838;}
.tool-message-green,.success{border:1px solid #6EB521; color:#6EB521;}
.tool-message-orange, .attention{border:1px solid #F79226; color:#F79226;}
.tool-message-red a, .warning a{ color: #FC3838;}
.tool-message-green a,.success a{ color: #6EB521;}
.tool-message-orange a, .attention a{ color: #F79226;}

.block-ads-items .item {padding: 5px 0;border-bottom: 1px solid #dee5ed;}
.block-ads-items .item:last-child {border:none;}
.block-ads-items .short_descr {padding: 5px 0;font-weight: 600;}


.ajax-form{background:#FEFEFE; padding:20px 45px 10px; width:90%; max-width:490px; margin:0 auto; position:relative;}
.ajax-form .title{font-size: 1.6rem; font-weight: bold; color:#101519; line-height:2rem;text-align: center;text-transform: uppercase;}
.ajax-form .validate-form-custom{padding:10px 45px; margin:0 -45px; display:block;}
.ajax-form .label{font-size: 0.8125rem; line-height:1.2rem; display:block;}
.ajax-form .wrap-input{margin:0 0 10px 0;}
.ajax-form .wrap-button2 {padding-top: 10px;}
.ajax-form .wrap-button {padding-top: 10px;}
.ajax-form .inputbox{border-color:#CBCFD6; background:#fff; height:33px; width:100%;}
.ajax-form .mfp-close{display:block; width:11px; height:11px; position:absolute; right:20px; top:20px; background:url(../images/close-popup.png) 0 0 no-repeat; text-indent:-999999px;}
.ajax-form .mfp-close:hover{display:block; width:11px; height:11px; position:absolute; right:20px; top:20px; background:url(../images/close-popup.png) 0 -11px no-repeat; text-indent:-999999px;}
.ajax-form .login-label{display:inline-block; vertical-align:middle; font-size: 0.8125rem; margin-right: 15px;}
.ajax-form .ulogin-block{display:inline-block; vertical-align:middle;line-height: 0;}
.ajax-form .remember{vertical-align:middle; font-size: 0.8125rem;margin-bottom: 15px;}
.ajax-form .remember span {position: relative;top:2px;float: left;padding-left: 25px;}
.ajax-form .left-side{float: left; font-size: 0.8125rem;}
.ajax-form .right-side{float:right; font-size: 0.8125rem;}
.ajax-form .label span {float: none;padding: 0;display: inline;}

.ulogin-block{display:inline-block; vertical-align:middle;font-size: 0;}
.ulogin-block img {cursor:pointer; border:1px solid #dee5ed;border-right: none;}
.ulogin-block img:last-child {border-right: 1px solid #dee5ed;}
.ulogin-block img:hover {opacity: 0.8;}
.ulogin-block-other{display:inline-block; vertical-align:middle;}
.ulogin-block-other .ulogin-buttons-container{display:none !important;}
.ulogin-block-other .ulogin-dropdown-button{display:block; background:url(../images/ulogin-dot.png) 0 0 no-repeat !important; width:31px !important; height:28px !important; margin-right: 0px !important;}
.btn_width {width: auto !important;}
.answer {text-align: center;}
#block_radio {padding: 20px 0;}
.links_radio {padding: 10px 0;}
.links_radio div {padding: 5px;}
/* .range-wrapper {height: 62px;overflow: hidden;}
.range-bar {margin-bottom: 50px;} */
/* .audioplayer-volume:hover .audioplayer-volume-adjust,
.audioplayer-volume-adjust {bottom: 0;left: 0;top:auto;right:auto;transform: rotate(90deg);opacity: 1;width: 20px;left: 130px;height: 220px;width: 4px;} */

/* .audioplayer {position: static;}
.audioplayer > div {position: static;}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {opacity: 1;}
.audioplayer-volume-adjust > div {height: 100%;margin: 0;width: 4px;} */

.vote-inner table .percent {background: #1fa6de;height: 13px;border: 1px solid #1fa6de;}
/* .vote-inner { padding: 20px 13px 20px 20px;} */
.vote-inner td {border:none;background: none;font-size: 1rem;padding-left: 0;padding-right: 0;border: none;vertical-align: top;font-size: 0.9rem;padding-bottom: 15px;}
.menu ul li.on_login a {padding: 0;margin: 0 5px;}
div.reviews-reply-fields {padding: 0;}
div.reviews-reply-field-author, div.reviews-reply-field-email {float: none;width: 100%;}
.reviews-reply-field-captcha-label {padding-bottom: 15px;}
.block-video .col-6 {padding-bottom: 10px;}
#search_params {display: none;}
.search-advanced-filter {display: none;}

.info {padding-bottom: 10px;}

.item-header .btn-vote {display: none;}
.item-header label {display: none;}
.competition .mfp-counter {display: block;position: static;line-height: 1.6;white-space: normal;font-size: 14px;color: #252323;padding-bottom: 15px;}
.vote-note-box-text p {color:#fff;border:2px solid #007a00;background: #a1dda1;border-radius: 5px;padding: 10px;}

.aligncenter {display: block;margin: 0 auto;padding-right: 0;}
.reviews-reply-field-captcha::after {content:'';display: block;clear: both;}
.reviews-reply-field-captcha>div {float: left;}
.reviews-reply-field-captcha .reviews-reply-field-captcha-image {padding-top: 26px;padding-left: 25px;}


#to_up {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 78px;
    height: 54px;
    background: url(../images/up.png) 0 0 no-repeat;
    display: none;
    opacity: 0.7;
    z-index: 101;
}
#to_up:hover {
	opacity: 1 !important;
	}

.overflow_title {height: 67px;overflow: hidden;position: relative;font-size: 14px;padding-right: 15px;padding-bottom: 0;}
.overflow_title i {height: 3px;width: 3px;position: absolute;bottom: 4px;background: #888;border-radius: 50%;font-size: 14px;}
.overflow_title .dot_1 {right: 10px;}
.overflow_title .dot_2 {right: 5px;}
.overflow_title .dot_3 {right: 0px;}

.hidden {display: none;}
.reviews-block-container {border: none;}
.reviews-block-container {padding-top: 25px;}
.reviews-block-container-title {padding-bottom: 15px;font-size: 1.5rem;font-weight: bold;}

#horizontal-multilevel-menu li {position: relative;padding: 3px 0;}
#horizontal-multilevel-menu li ul {display: none;background: #fff;position: absolute;top: 20px;padding: 8px 17px 15px;z-index: 10;}
#horizontal-multilevel-menu li li {display: block !important;margin-bottom: 5px;padding: 3px 0;}
#horizontal-multilevel-menu li li a {margin: 0 !important;display: block;}
#horizontal-multilevel-menu .parent:hover ul {display: block;}
#horizontal-multilevel-menu .parent:hover {}

.editor_dialog .title{padding: 0px;}