/* -----------------------------------------------------------------------------

	GENERAL

----------------------------------------------------------------------------- */
body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	background: #fff;
	line-height: 1.6em;
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

h1,
h2,
h3 {
	margin: 0;
}

h2 {
	font-size: 16px;
	font-weight: 700;
}

input,
textarea,
select,
button {
	outline: none;
	font-family: 'Fira Sans', sans-serif;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.message {
	background-color: #eeeeee;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 8px;
}

.message a {
	display: inline-block;
	color: #e20000;
	font-weight: bold;
}

/* -----------------------------------------------------------------------------

	MAIN

----------------------------------------------------------------------------- */
#main {
	width: 1144px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 18px 0 18px;
}

/* -------------------------------------------------------------------------
	HEADER
------------------------------------------------------------------------- */
header {
	padding: 0 0 23px 0;
}

header .header-logo {
	position: relative;
	width: 278px;
	float: left;
	margin: 7px 0 0 0;
}

header .header-logo h1 {
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}

header .header-search {
	width: 560px;
	float: left;
}

header .header-icons {
	float: left;
	width: 306px;
	padding: 0;
	margin: 0;
}

header .header-search .search-tabs {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

header .header-search .search-tabs li {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 15px;
	color: #e20000;
	transition: color 200ms ease-in-out;
}

header .header-search .search-tabs li:hover {
	color: #000;
}

header .header-search .search-tabs li.current {
	color: #000;
}

header .header-search .tab-content {
	display: none;
}

header .header-search .tab-content.current {
	display: inherit;
}

/* TAB CONTENT */
header .header-search form input[type="text"] {
	width: calc(100% - 30px);
	background: #fff;
	color: #757575;
	margin: 0 14px 0 0;
	border: 1px solid #898989;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 15px 11px 15px;
	border-radius: 20px;
	vertical-align: top;
	height: 18px;
	display: block;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1), 2px 2px 5px 0 rgba(0, 0, 0, 0.11);
	font-weight: 400;
}

header .header-search form .col-100 {
	width: 450px;
	float: left;
	margin-right: 14px;
}

header .header-search form .col-50 {
	width: 218px;
	margin-right: 14px;
	float: left;
}

header .header-search form button[type="submit"] {
	vertical-align: top;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
	background: none;
	float: left;
}

header .header-search form button[type="submit"] i:hover {
	color: #000;
}

header .header-search form button[type="submit"] i {
	font-size: 43px;
	color: #e20000;
	transition: color 200ms ease-in-out;
}

header .header-search form input::-webkit-input-placeholder {
	color: #757575;
	opacity: 1;
}

header .header-search form input:-moz-placeholder {
	color: #757575;
	opacity: 1;
}

header .header-search form input::-moz-placeholder {
	color: #757575;
	opacity: 1;
}

header .header-search form input:-ms-input-placeholder {
	color: #757575;
	opacity: 1;
}

/* HEADER ICONS */
header .header-icons ul {
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

header .header-icons ul li {
	display: inline-block;
	margin: 0 14px 0 0;
}

header .header-icons ul li:last-child {
	margin: 0;
}

header .header-icons ul li a {
	text-align: center;
	display: block;
}

header .header-icons ul li a span {
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #000;
	transition: color 200ms ease-in-out;
}

header .header-icons ul li a:hover span {
	color: #e20000;
}

header .header-icons ul li a:hover i {
	color: #e20000;
}

header .header-icons ul li a i {
	font-size: 43px;
	color: #c6c6c6;
	transition: color 200ms ease-in-out;
}

/* -----------------------------------------------------------------------------

	MAIN CONTENT

----------------------------------------------------------------------------- */
.main-content {
	display: flex;
}

.main-content .col-left {
	margin-right: 0;
	width: 823px;
	border-right: 1px solid #dbdbdb;
}

/* -------------------------------------------------------------------------
	BOX SECTION
------------------------------------------------------------------------- */
.box-section .box-section-top {
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #eeeeee;
}

.box-section .box-section-top h2 {
	margin: 8px 0 8px 9px;
	float: left;
}

.box-section .box-section-top nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.box-section .box-section-top nav ul li {
	display: inline;
	margin: 0;
}

.box-section .box-section-top nav ul .current a {
	color: #fff;
	background-color: #f10000;
}

.box-section .box-section-top nav ul li a {
	font-size: 14px;
	color: #000;
	padding: 8px 10px 8px 10px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	transition: color 200ms ease-in-out;
}

.box-section .box-section-top nav ul li a:hover {
	color: #e20000;
}

.box-section .box-section-top nav ul .current a:hover {
	color: #fff;
}

.services-list-box {
	border-bottom: 1px solid #dbdbdb;
	margin: 0 0 20px 0;
}

.box-section .box-section-top .section-top-link {
	display: block;
	margin: 9px 20px 0 0;
	float: right;
	font-weight: 700;
	color: #e20000;
	transition: color 200ms ease-in-out;
}

.box-section .box-section-top .section-top-link:hover {
	color: #000;
}

.box-section .box-section-top .section-top-link::after {
	content: "\e90a";
	font-family: "icomoon";
	vertical-align: middle;
	margin-left: 6px;
}

.box-section .box-section-content li {
	transition: background-color 10s ease-in-out;
}

.box-section .box-section-content li.new {
	background-color: #ff9;
	transition: background-color 0s;
}

.box-section .box-section-content .article-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.box-section .box-section-content .article-list li .magazine-info {
	display: none;
	height: 22px;
	line-height: 22px;
	color: #696969;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 2px 0;
}

.box-section .box-section-content li a.article-title {
	transition: color 200ms ease-in-out;
}

.box-section .box-section-content .article-list li .article-title {
	font-size: 16px;
	color: #000;
	margin: 0 0 12px 0;
	transition: color 200ms ease-in-out;
	max-height: 88px;
	overflow: hidden;
}

.box-section .box-section-content .article-list li .article-title:hover {
	color: #e20000;
}


.box-section .box-section-content .article-list li a {
	display: block;
}

.box-section .box-section-content .article-list li .article-top {
	margin: 0 0 13px 0;
	position: relative;
}

.box-section .article-top>div,
.box-section .article-big>div {
	overflow: hidden;
	text-align: center;
}

.box-section .article-top>div {
	height: 196px;
}

/* -------------------------------------------------------------------------
	ARTICLE LIST TYPE 1
------------------------------------------------------------------------- */
.box-section .box-section-content .article-list li .article-top.video::before {
	content: "\e904";
	font-family: "icomoon";
	position: absolute;
	left: calc(50% - 37px);
	top: calc(50% - 37px);
	color: #fff;
	font-size: 75px;
	line-height: 75px;
	z-index: 10;
	-webkit-text-stroke-width: 0.1mm;
	-webkit-text-stroke-color: #999;
}

.box-section .box-section-content .article-list li .article-top.game::before {
	content: "\e90b";
	font-family: "icomoon";
	position: absolute;
	left: calc(50% - 37px);
	top: calc(50% - 37px);
	color: #fff;
	font-size: 75px;
	line-height: 75px;
	z-index: 10;
	-webkit-text-stroke-width: 0.1mm;
	-webkit-text-stroke-color: #999;
}

.box-section .box-section-content .article-list li a img {
	display: block;
	height: 100%;
	width: auto;
}

.box-section .box-section-content .article-list li {
	width: 262px;
	float: left;
	margin-right: 15px;
	border-bottom: 1px solid #dbdbdb;
	padding: 5px 0 0 0;
}

.box-section .box-section-content .article-list li:nth-child(3n) {
	margin-right: 0;
}

.box-section .box-section-content .article-list li:nth-child(-n+3) .magazine-info {
	margin: 0 0 8px 0;
}

.box-section .box-section-content .article-list li:nth-last-child(-n+3) {
	border-bottom: 0;
}

/* -------------------------------------------------------------------------
	ARTICLE LIST TYPE 5
------------------------------------------------------------------------- */
.box-section .box-section-content .article-list-5:last-child {
	border-bottom: 0;
}

.box-section .box-section-content .article-list-5 {
	margin: 0 0 11px 0;
	padding: 0 0 4px 0;
	list-style-type: none;
	border-bottom: 1px dotted #dbdbdb;
}

.box-section .box-section-content .article-list-5 li a img {
	display: inline-block;
	height: 100%;
	width: auto;
}

.box-section .box-section-content .article-list-5 .article-top>div {
	height: 111px;
}

.box-section .box-section-content .article-list-5 li {
	float: right;
	width: 646px;
	display: block;
	margin: 0 0 6px 0;
	padding: 0 10px 0 0;
	max-height: 44px;
	overflow: hidden;
}

.box-section .box-section-content .article-list-5 li:first-child {
	float: left;
	width: 148px;
	margin: 4px 15px 0 0;
	border-bottom: 0;
	max-height: none;
	overflow: visible;
	padding: 0;
}

.box-section .box-section-content .article-list-5 li:nth-child(2) .article-title {
	font-weight: bold;
	display: block;
	margin: 0 0 2px 0;
	font-size: 18px;
	color: #e20000;
}

.box-section .box-section-content .article-list-5 li:nth-child(2) .article-title:hover {
	color: #000;
}

.box-section .box-section-content .article-list-5 li:nth-child(2) .article-title strong {
	font-weight: 500;
}

.box-section .box-section-content .article-list-5 li:nth-child(2) .article-title::before {
	content: "\e910";
	font-family: "icomoon";
	width: auto;
	height: auto;
	color: #e20000;
	background-color: transparent;
	display: block;
	float: left;
	font-size: 14px;
}

.box-section .box-section-content .article-list-5 li .article-title {
	font-size: 14px;
	color: #000;
	overflow: hidden;
	display: block;
	padding: 0 0 0 14px;
	position: relative;
}

.box-section .box-section-content .article-list-5 li .article-title:hover {
	color: #e20000;
}

.box-section .box-section-content .article-list-5 li .article-title::before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background-color: #dbddde;
	margin: 0;
	position: absolute;
	left: 0;
	top: 4px;
}

.box-section .box-section-content .article-list-5 li:nth-child(2) .article-title::before {
	top: 0;
}

/* -------------------------------------------------------------------------
	ARTICLE LIST TYPE 6
------------------------------------------------------------------------- */
.box-section .box-section-content .article-list-6 {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

.box-section .box-section-content .article-list-6 li {
	float: left;
	width: calc(50% - 13px);
	margin-right: 13px;
	padding-bottom: 20px;
}

.box-section .box-section-content .article-list-6 li:nth-child(2n+1) {
	border-right: 1px dotted #dbdbdb;
	width: calc(50% - 14px);
}

.box-section .box-section-content .article-list-6 li:nth-last-child(-n+2) {
	padding-bottom: 0;
}

.box-section .box-section-content .article-list-6 li .article-top>div {
	height: 89px;
}

.box-section .box-section-content .article-list-6 li a img {
	display: inline-block;
	height: 100%;
	width: auto;
}

.box-section .box-section-content .article-list-6 li .article-top {
	float: left;
	margin: 0 19px 0 0;
	position: relative;
}

.box-section .box-section-content .article-list-6 li .article-title {
	color: #e20000;
	font-weight: 400;
	display: block;
	max-height: 64px;
	overflow: hidden;
	margin: 0;
	float: left;
	width: 245px;
	font-size: 16px;
}

.box-section .box-section-content .article-list-6 li .article-title:hover {
	color: #000;
}

.box-section .box-section-content .article-list-6 li .article-title strong {
	font-weight: 500;
}

.box-section .box-section-content .article-list-6 li .magazine-info {
	display: block;
	float: left;
	color: #696969;
	font-size: 12px;
}

.box-section .box-section-content .article-list-6 li .article-top.video::before {
	content: "\e904";
	font-family: "icomoon";
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
}

.box-section .box-section-content .article-list-6 li .article-top.game::before {
	content: "\e90b";
	font-family: "icomoon";
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	z-index: 10;
}

/* -------------------------------------------------------------------------
	SERVICES LIST
------------------------------------------------------------------------- */
.box-section .box-section-content .services-list {
	margin: 0;
	padding: 0;
}

.box-section .box-section-content .services-list li {
	display: block;
	float: left;
	width: 25%;
	margin: 0 0 13px 0;
}

.box-section .box-section-content .services-list .hidden {
	display: none;
}

.box-section .box-section-content .services-list .hidden.is-visible {
	display: block;
}

.box-section .box-section-content .services-list li a {
	color: #000;
	transition: color 200ms ease-in-out;
}

.box-section .box-section-content .services-list li a:hover {
	color: #e20000;
}

.box-section .box-section-content .services-list li a img {
	vertical-align: middle;
	margin-right: 7px;
    width: 22px;
    margin-top: -2px;
}

.box-section .box-section-content .services-all {
	font-size: 14px;
	font-weight: 700;
	color: #e20000;
	margin: 0 auto;
	padding: 0 0 15px 0;
	border: 0;
	cursor: pointer;
	transition: color 200ms ease-in-out;
	display: block;
	background: none;
}

.box-section .box-section-content .services-all::after {
	content: "\e900";
	font-family: "icomoon";
	font-size: 15px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
	width: 24px;
	height: 24px;
	line-height: 26px;
	border-radius: 50%;
	background: #e20000;
	transition: background 200ms ease-in-out;
}

.box-section .box-section-content .services-all.show-less::after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.box-section .box-section-content .services-all:hover {
	color: #000;
}

.box-section .box-section-content .services-all:hover::after {
	background: #000;
}

/* -------------------------------------------------------------------------
	SINGLE ARTICLE
------------------------------------------------------------------------- */
.box-section .box-section-content.single-article {
	padding: 9px 0 0 0;
}

.box-section .box-section-content.single-article .article-top {
	float: left;
	width: 263px;
	margin: 0 30px 23px 0;
	position: relative;
}

.box-section .box-section-content.single-article .article-top.video::before {
	content: "\e904";
	font-family: "icomoon";
	position: absolute;
	left: calc(50% - 37px);
	top: calc(50% - 37px);
	color: #fff;
	font-size: 75px;
	line-height: 75px;
}

.box-section .box-section-content.single-article .article-top.game::before {
	content: "\e90b";
	font-family: "icomoon";
	position: absolute;
	left: calc(50% - 37px);
	top: calc(50% - 37px);
	color: #fff;
	font-size: 75px;
	line-height: 75px;
}

.box-section .box-section-content.single-article .article-top img {
	display: inline-block;
	height: 100%;
	width: auto;
}

.box-section .box-section-content.single-article .article-title {
	font-size: 18px;
	color: #e20000;
	display: block;
	float: left;
	width: 526px;
	margin: 0 0 5px 0;
	height: 66px;
	overflow: hidden;
}

.box-section .box-section-content.single-article .article-title:hover {
	color: #000;
}

.box-section .box-section-content.single-article .article-perex {
	margin: 0 0 13px 0;
	float: left;
	display: block;
	width: 526px;
	height: 88px;
	overflow: hidden;
}

.box-section .box-section-content.single-article .magazine-info {
	font-size: 12px;
	color: #696969;
	font-weight: 700;
	display: block;
	float: left;
	width: 526px;
}

/* -------------------------------------------------------------------------
	ARTICLE COMPACT
------------------------------------------------------------------------- */
.box-section:last-child {
	border-bottom: 0;
}

.box-section .box-section-content.article-compact .article-big {
	display: block;
	position: relative;
	width: 535px;
	float: left;
	margin: 0 20px 20px 0;
}

.box-section .box-section-content.article-compact .article-big::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 1, 1, 0) 0%, rgba(0, 1, 1, 0.09) 23%, rgba(0, 1, 1, 0.41) 77%, rgba(0, 1, 1, 0.48) 92%, rgba(0, 1, 1, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 1, 1, 0) 0%, rgba(0, 1, 1, 0.09) 23%, rgba(0, 1, 1, 0.41) 77%, rgba(0, 1, 1, 0.48) 92%, rgba(0, 1, 1, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 1, 1, 0) 0%, rgba(0, 1, 1, 0.09) 23%, rgba(0, 1, 1, 0.41) 77%, rgba(0, 1, 1, 0.48) 92%, rgba(0, 1, 1, 0.5) 100%);
	z-index: 10;
}

.box-section .box-section-content.article-compact .article-big img {
	width: 100%;
	display: block;
}

.box-section .box-section-content.article-compact .article-big span {
	position: absolute;
	display: block;
	width: calc(100% - 40px);
	left: 0;
	bottom: 34px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 20px 0 20px;
	z-index: 20;
}

.box-section .box-section-content.article-compact .article-list {
	display: block;
	float: left;
	width: 263px;
}

.box-section .box-section-content.article-compact .article-list li:first-child {
	padding: 0;
}

.box-section .box-section-content.article-compact .article-list li {
	margin: 0;
}

.box-section .box-section-content.article-compact .article-list li .magazine-info {
	border-left: 0;
	padding: 0;
	display: none;
}

.box-section .box-section-content.article-compact .article-list li:nth-last-child(-n+3) {
	border-bottom: 1px solid #dbdbdb;
}

.box-section .box-section-content.article-compact .article-list li:last-child {
	border-bottom: 0;
}

.box-section.triple .article-title {
	font-weight: 400
}

/* -------------------------------------------------------------------------
	CATALOG LIST
------------------------------------------------------------------------- */
.box-section .box-section-content .catalog-list {
	margin: 0;
	padding: 0 0 28px 0;
	list-style-type: none;
}

.box-section .box-section-content .catalog-list li:first-child,
.box-section .box-section-content .catalog-list li:nth-child(7n+8) {
	width: calc(14.28% - 1px);
	padding: 0;
}

.box-section .box-section-content .catalog-list li {
	float: left;
	width: calc(14.28% - 15px);
	border-right: 1px solid #dbdbdb;
	padding: 0 0 0 10px;
	line-height: 2.2em;
}

.box-section .box-section-content .catalog-list li a {
	color: #000;
	transition: color 200ms ease-in-out;
}

.box-section .box-section-content .catalog-list li a:hover {
	color: #e20000;
}

.box-section .box-section-content .catalog-list li:nth-child(7n) {
	border-right: 0;
}

/* -----------------------------------------------------------------------------

RIGHT CONTENT

----------------------------------------------------------------------------- */
.main-content .col-right {
	width: 300px;
	padding: 12px 0 0 20px;
	border-top: 1px solid #dbdbdb;
}

/* -------------------------------------------------------------------------
	LOGIN FORM
------------------------------------------------------------------------- */
.login-box {
	border-bottom: 1px solid #dbdbdb;
	padding: 0 0 17px 0;
	margin: 0 0 13px 0;
}

.login-box h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
}

.login-box input[type="text"],
.login-box input[type="password"] {
	width: 89px;
	background: #ffffff;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1), 2px 2px 5px 0 rgba(0, 0, 0, 0.11);
	color: #757575;
	margin: 0 7px 0 0;
	border: 1px solid #898989;
	font-size: 14px;
	padding: 12px 15px 11px 15px;
	border-radius: 20px;
	vertical-align: top;
	height: 18px;
	float: left;
	display: block;
	font-weight: 400;
}

.login-box button[type="submit"] {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	cursor: pointer;
	background: none;
}

.login-box button[type="submit"] i {
	color: #e20000;
	font-size: 43px;
	transition: color 200ms ease-in-out;
}

.login-box button[type="submit"] i:hover {
	color: #000;
}

/* -----------------------------------------------------------------------------

CUSTOM SELECT

----------------------------------------------------------------------------- */
.custom-select {
	position: relative;
}

.custom-select select {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 35px 11px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #898989;
	;
	vertical-align: top;
	height: 43px;
	outline: none;
	background-image: url(../img/icons/arrow-down.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	color: #757575;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1), 2px 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.custom-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.custom-select select::-ms-expand {
	display: none;
}

/* -------------------------------------------------------------------------
	JOKE BOX
------------------------------------------------------------------------- */
.joke-box {
	border-bottom: 1px solid #dbdbdb;
	margin: 0 0 13px 0;
}

.joke-box p {
	font-style: italic;
	line-height: 1.3em;
}

.joke-box .joke-more-btn {
	font-size: 14px;
	font-weight: bold;
	background-color: #e20001;
	padding: 5px 5px 5px 10px;
	border: 0;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	margin: 0 auto 17px auto;
	display: block;
}

.joke-box .joke-more-btn i {
	vertical-align: middle;
	font-size: 20px;
}

/* -------------------------------------------------------------------------
	INFO BOX
------------------------------------------------------------------------- */
.info-box {

	margin: 0 0 13px 0;
}

.info-box h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 7px 0;
	display: inline-block;
}

.info-box .meteo-change-link {
	float: right;
	color: #008ad2;
	font-weight: bold;
}

.info-box .date {
	display: inline-block;
	font-size: 14px;
}

.info-box ul .last-year {
	border-bottom: 0;
}

.info-box .name-day {
	float: left;
	width: 245px;
}

.info-box .name-day a {
	color: #e20000;
	transition: color 200ms ease-in-out;
}

.info-box .name-day a:hover {
	color: #000;
}

.info-box .meteo-small {
	width: 55px;
	float: left;
	margin: 2px 0 0 0;
}

.info-box .meteo-small i {
	display: inline-block;
	width: 55px;
	height: 35px;
}

.info-box .meteo-small a {
	display: block;
	position: relative;
}

.info-box .meteo-small a span {
	display: block;
	width: 55px;
	height: 35px;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: -3px;
	color: #000;
}

.info-box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.info-box ul li {
	border-bottom: 1px dotted #dbdbdb;
	padding: 0 0 9px 0;
	margin: 0 0 6px 0;
}

.info-box ul .hidden {
	display: none;
}

.info-box ul .hidden.is-visible {
	display: block;
}

.info-box ul li:last-child {
	border-bottom: 0;
}

.info-box ul li p {
	margin: 0;
	clear: both;
}

.info-box ul li h3 {
	font-size: 14px;
	margin: 0 0 3px 0;
	float: left;
	clear: left;
}

.info-box ul li .info-box-link {
	color: #e20000;
	font-size: 14px;
	font-weight: 700;
	float: right;
	clear: right;
	transition: color 200ms ease-in-out;
}

.info-box ul li .info-box-link:hover {
	color: #000;
}

.info-box ul li .info-box-link::after {
	content: "\e90a";
	font-family: "icomoon";
	vertical-align: middle;
	margin-left: 6px;
}

.info-box ul .personality img {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}

.info-box ul .personality p a,
.info-box ul .last-year p a {
	color: #000;
	transition: color 200ms ease-in-out;
}

.info-box ul .personality p a:hover,
.info-box ul .last-year p a:hover {
	color: #e20000;
}

.info-box ul .quote blockquote {
	margin: 0;
	padding: 0;
	font-style: italic;
	clear: both;
}

.info-box ul .quote span {
	font-size: 12px;
	color: #757575;
	font-weight: 700;
	margin-right: 9px;
}

.info-box ul .quote a {
	color: #5072a9;
	font-size: 12px;
	font-weight: 700;
	display: block;
	vertical-align: middle;
	float: right;
}

.info-box ul .quote a i {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.info-box .info-box-all {
	font-size: 14px;
	font-weight: 700;
	color: #e20000;
	margin: 0 auto;
	padding: 0 0 15px 0;
	border: 0;
	position: relative;
	cursor: pointer;
	transition: color 200ms ease-in-out;
	display: block;
	background: none;
}

.info-box .info-box-all::after {
	content: "\e900";
	font-family: "icomoon";
	position: absolute;
	left: calc(50% - 12px);
	bottom: -12px;
	font-size: 15px;
	color: #fff;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 26px;
	border-radius: 50%;
	background: #e20000;
	transition: background 200ms ease-in-out;
}

.info-box .info-box-all.show-less::after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* -------------------------------------------------------------------------
	KARIERA BOX
------------------------------------------------------------------------- */
.kariera-box {
	padding: 0 0 17px 0;
}

.kariera-box h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.kariera-box .column {
	width: calc(33.3333% - 20px);
	float: left;
	padding: 0 20px 0 0;
}

.kariera-box .column:last-child {
	width: calc(33.3333%);
	padding: 0;
}

.kariera-box .column form select {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzI2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iLTc3LjczMiAtNzcuNzMyIDI4My40NjQgMjgzLjQ2NSINCgkgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtNzcuNzMyIC03Ny43MzIgMjgzLjQ2NCAyODMuNDY1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCQ0KCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii0zNTkuMjE0NCIgeTE9Ii0yMzIuNzQ5NSIgeDI9Ii0zNTguMzA4MSIgeTI9Ii0yMzIuNzQ5NSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgzMDEuNTA3OCAwIDAgLTMwMS41MDc4IDEwODIzMy4yNSAtNzAxMTEuNzQyMikiPg0KCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBCRDZEIi8+DQoJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMEEyNkQiLz4NCgk8L2xpbmVhckdyYWRpZW50Pg0KCTxwYXRoIGZpbGw9InVybCgjU1ZHSURfMV8pIiBkPSJNNjQuMDAxLDIwMC41OTdDLTExLjMxOCwyMDAuNTk3LTcyLjU5NiwxMzkuMzItNzIuNTk2LDY0YzAtNzUuMzE5LDYxLjI3Ny0xMzYuNTk3LDEzNi41OTctMTM2LjU5Nw0KCQljNzUuMzE4LDAsMTM2LjU5NSw2MS4yNzcsMTM2LjU5NSwxMzYuNTk3QzIwMC41OTYsMTM5LjMyLDEzOS4zMTksMjAwLjU5Nyw2NC4wMDEsMjAwLjU5N3oiLz4NCgk8cGF0aCBmaWxsPSIjQURBREFEIiBkPSJNNjQuMDAxLTY3LjQ1OWMzNS4xMTMsMCw2OC4xMjUsMTMuNjc0LDkyLjk1NCwzOC41MDNjMjQuODMsMjQuODMsMzguNTAzLDU3Ljg0MiwzOC41MDMsOTIuOTU2DQoJCWMwLDM1LjExNC0xMy42NzMsNjguMTI2LTM4LjUwMyw5Mi45NTZjLTI0LjgyOSwyNC44My01Ny44NDEsMzguNTAzLTkyLjk1NCwzOC41MDNjLTM1LjExNCwwLTY4LjEyNi0xMy42NzMtOTIuOTU2LTM4LjUwMw0KCQlDLTUzLjc4NSwxMzIuMTI3LTY3LjQ1OCw5OS4xMTQtNjcuNDU4LDY0YzAtMzUuMTE0LDEzLjY3NC02OC4xMjYsMzguNTAzLTkyLjk1NlMyOC44ODctNjcuNDU5LDY0LjAwMS02Ny40NTkgTTY0LjAwMS03Ny43MzMNCgkJQy0xNC4yNzYtNzcuNzMzLTc3LjczMi0xNC4yNzctNzcuNzMyLDY0YzAsNzguMjc3LDYzLjQ1NiwxNDEuNzMzLDE0MS43MzMsMTQxLjczM2M3OC4yNzUsMCwxNDEuNzMxLTYzLjQ1NiwxNDEuNzMxLTE0MS43MzMNCgkJQzIwNS43MzItMTQuMjc3LDE0Mi4yNzYtNzcuNzMzLDY0LjAwMS03Ny43MzN6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTS0yMC4xNTksNDAuODI4bDc3LjY5Nyw3Ny42OTdjMy4wMDksMy4wMDksNy44ODksMy4wMDksMTAuODk3LTAuMDAxYzMuMDA5LTMuMDA5LDMuMDA5LTcuODg4LDAtMTAuODk3DQoJCUwtOS4yNjIsMjkuOTMxYy0zLjAwOS0zLjAwOC03Ljg4OC0zLjAwOC0xMC44OTcsMC4wMDFDLTIzLjE2NywzMi45NC0yMy4xNjcsMzcuODE5LTIwLjE1OSw0MC44MjgiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNjguNDM2LDExOC41MjVsNzcuNjk2LTc3LjY5N2MzLjAwOS0zLjAwOSwzLjAwOS03Ljg4OCwwLjAwMS0xMC44OTZjLTMuMDEtMy4wMDktNy44ODktMy4wMDktMTAuODk4LTAuMDAxDQoJCWwtNzcuNjk2LDc3LjY5NmMtMy4wMDksMy4wMS0zLjAwOSw3Ljg4OSwwLDEwLjg5N0M2MC41NDcsMTIxLjUzNCw2NS40MjcsMTIxLjUzNCw2OC40MzYsMTE4LjUyNSIvPg0KPC9nPg0KPC9zdmc+DQo=');
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 5px top 4px;
	width: 209px;
	font-size: 14px;
	padding: 12px 35px 10px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 10px;
	vertical-align: top;
	height: 40px;
	outline: none;
	border: 1px solid #868686;
	color: #d90000;
	margin: 0 0 14px 0;
}

.kariera-box .column form {
	padding: 3px 0 0 0;
}

.kariera-box .column form input[type="submit"] {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ac73+0,009463+100 */
	background: #00ac73;
	/* Old browsers */
	background: -moz-linear-gradient(top, #00ac73 0%, #009463 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00ac73 0%, #009463 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00ac73 0%, #009463 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac73', endColorstr='#009463', GradientType=0);
	/* IE6-9 */
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	border-radius: 10px;
	font-family: Arial;
	height: 40px;
	line-height: 42px;
	margin: 0;
	padding: 0 15px;
	cursor: pointer;
}

.kariera-box .column ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.kariera-box .column ul li a {
	color: #e20000;
	font-size: 12px;
	transition: color 200ms ease-in-out;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.kariera-box .column ul li a:hover {
	color: #000;
}

.kariera-box .column span {
	display: block;
	font-size: 12px;
	margin: 0 0 8px 0;
}

.kariera-box .column:last-child img {
	margin: 0 6px 0 0;
}

.kariera-box #top_companies img {
	max-height: 60px;
	max-width: 90px;
}

/* -------------------------------------------------------------------------
	HOROSKOP BOX
------------------------------------------------------------------------- */
.horoskop-box {
	padding: 0;
	position: relative;
	margin: 0;
}

.horoskop-box .horoskop-box-settings h2 {
	margin: 0 0 16px 0;
}

.horoskop-box .horoskop-box-top {
	background-color: #eeeeee;
	margin: 0 0 7px -20px;
	padding: 7px 0 7px 20px;
}

.horoskop-box .horoskop-box-top h2 {
	font-size: 16px;
	font-weight: 700;
	float: left;
}

.horoskop-box .horoskop-box-top a {
	font-size: 14px;
	display: block;
	float: right;
	color: #e20000;
	font-weight: 700;
	margin: 1px 12px 0 0;
	transition: color 200ms ease-in-out;
}

.horoskop-box .horoskop-box-top a::after {
	content: "\e90a";
	font-family: "icomoon";
	vertical-align: middle;
	margin-left: 6px;
}

.horoskop-box .horoskop-box-top a:hover {
	color: #000;
}

.horoskop-box .horoskop-box-info .horoskop-box-info-top {
	line-height: 1.1em;
	padding: 6px 0 0 0;
}

.horoskop-box .horoskop-box-info .horoskop-box-info-top i {
	width: 63px;
	height: 63px;
	display: block;
	float: left;
	margin: 0 35px 0 0;
}

.horoskop-box .horoskop-box-info .horoskop-box-info-top span {
	display: block;
	font-size: 12px;
}

.horoskop-box .horoskop-box-info .horoskop-box-info-top a {
	font-size: 12px;
	color: #e20000;
}

.horoskop-box .horoskop-box-info .horoskop-box-info-top h3 a {
	font-size: 14px;
	font-weight: bold;
}

.horoskop-box .horoskop-box-info .horoskop-box-info-top h3 {
	margin: 0 0 4px 0;
	padding: 4px 0 0 0;
}

.horoskop-box .horoskop-box-info p {
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 18px 0 0 0;
	clear: both;
}

.horoskop-box .horoskop-box-info p a {
	color: #e20000;
	font-size: 14px;
}

.horoskop-box .horoskop-box-bottom {
	text-align: center;
	border-bottom: 1px dotted #dbdbdb;
	padding: 0 0 13px 0;
}

.horoskop-box .horoskop-box-bottom a {
	font-size: 14px;
	color: #e20000;
	font-weight: 700;
}

.horoskop-box .horoskop-osobnosti {
	padding: 13px 0 20px 0;
}

.horoskop-box .horoskop-osobnosti a {
	display: block;
	float: left;
	margin: 0 13px 0 0;
}

.horoskop-box .horoskop-osobnosti .more {
	margin: 15px 0 0 0;
	color: #e20000;
	font-weight: 700;
	transition: color 200ms ease-in-out;
}

.horoskop-box .horoskop-osobnosti .more:hover {
	color: #000;
}

.horoskop-box .horoskop-osobnosti .more::after {
	content: "\e90a";
	font-family: "icomoon";
	vertical-align: middle;
	margin-left: 6px;
}

.horoskop-box .horoskop-osobnosti a img {
	border-radius: 50%;
	display: block;
}

.horoskop-box .horoskop-osobnosti h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px 0;
}

.horoskop-1 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 0;
	background-repeat: no-repeat
}

.horoskop-10 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -63px;
	background-repeat: no-repeat
}

.horoskop-11 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -126px;
	background-repeat: no-repeat
}

.horoskop-12 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -189px;
	background-repeat: no-repeat
}

.horoskop-2 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -252px;
	background-repeat: no-repeat
}

.horoskop-3 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -315px;
	background-repeat: no-repeat
}

.horoskop-4 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -378px;
	background-repeat: no-repeat
}

.horoskop-5 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -441px;
	background-repeat: no-repeat
}

.horoskop-6 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -504px;
	background-repeat: no-repeat
}

.horoskop-7 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -567px;
	background-repeat: no-repeat
}

.horoskop-8 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -630px;
	background-repeat: no-repeat
}

.horoskop-9 {
	background-image: url('../img/icons/horoskop-icons.svg');
	background-position: 0 -693px;
	background-repeat: no-repeat
}

/* -------------------------------------------------------------------------
	KURZOVY LISTOK BOX
------------------------------------------------------------------------- */
.kurzovy-listok-box {
	margin: 0 0 13px 0;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
}

.kurzovy-listok-box .kurzovy-listok-box-top {
	background-color: #eeeeee;
	margin: 0 0 7px -20px;
	padding: 7px 0 7px 20px;
}

.kurzovy-listok-box .kurzovy-listok-box-top h2 {
	font-size: 16px;
	font-weight: 700;
	float: left;
	padding: 0;
}

.kurzovy-listok-box .kurzovy-listok-box-top a {
	font-size: 14px;
	display: block;
	float: right;
	color: #e20000;
	font-weight: 700;
	margin: 1px 12px 0 0;
	transition: color 200ms ease-in-out;
}

.kurzovy-listok-box .kurzovy-listok-box-top a:hover {
	color: #000;
}

.kurzovy-listok-box .kurzovy-listok-box-top a::after {
	content: "\e90a";
	font-family: "icomoon";
	vertical-align: middle;
	margin-left: 6px;
}

.kurzovy-listok-box .kurzovy-listok-info {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.kurzovy-listok-box .kurzovy-listok-info li {
	line-height: 1.1em;
	float: left;
	width: 50%;
	margin: 0 0 13px 0;
}

.kurzovy-listok-box .kurzovy-listok-info li .currency {
	display: block;
	float: left;
	margin: -2px 13px 0 0;
}

.kurzovy-listok-box .kurzovy-listok-info li .currency i {
	width: 32px;
	height: 32px;
	display: block;
}

.kurzovy-listok-box .kurzovy-listok-info li a {
	font-size: 14px;
	color: #000000;
}

.kurzovy-listok-box .kurzovy-listok-info li span {
	display: block;
	font-size: 12px;
}

.kurzovy-listok-box .kurzovy-listok-info li span strong {
	display: inline-block;
	width: 30px;
}

.kurzovy-listok-box .kurzovy-listok-info li .up {
	color: #00b400;
}

.kurzovy-listok-box .kurzovy-listok-info li .up::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #00b400;
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.kurzovy-listok-box .kurzovy-listok-info li .down {
	color: #e20000;
}

.kurzovy-listok-box .kurzovy-listok-info li .down::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #e20000;
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.kurzovy-listok-box .kurzovy-listok-box-bottom {
	text-align: center;
	padding: 0 0 8px 0;
}

.kurzovy-listok-box .kurzovy-listok-box-bottom a {
	font-size: 14px;
	color: #e20000;
	font-weight: 700;
}

.aud {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 0;
	background-repeat: no-repeat
}

.brl {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -32px;
	background-repeat: no-repeat
}

.bgn {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -64px;
	background-repeat: no-repeat
}

.cad {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -96px;
	background-repeat: no-repeat
}

.cny {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -128px;
	background-repeat: no-repeat
}

.hrk {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -160px;
	background-repeat: no-repeat
}

.czk {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -192px;
	background-repeat: no-repeat
}

.dkk {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -224px;
	background-repeat: no-repeat
}

.icon-european-union {
	background-image: url('../img/kurzovy-listok-icons.svg');
	background-position: 0 -256px;
	background-repeat: no-repeat
}

.hkd {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -288px;
	background-repeat: no-repeat
}

.huf {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -320px;
	background-repeat: no-repeat
}

.inr {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -352px;
	background-repeat: no-repeat
}

.idr {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -384px;
	background-repeat: no-repeat
}

.ils {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -416px;
	background-repeat: no-repeat
}

.jpy {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -448px;
	background-repeat: no-repeat
}

.myr {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -480px;
	background-repeat: no-repeat
}

.mxn {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -512px;
	background-repeat: no-repeat
}

.nzd {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -544px;
	background-repeat: no-repeat
}

.nok {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -576px;
	background-repeat: no-repeat
}

.pln {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -608px;
	background-repeat: no-repeat
}

.ron {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -640px;
	background-repeat: no-repeat
}

.rub {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -672px;
	background-repeat: no-repeat
}

.sgd {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -704px;
	background-repeat: no-repeat
}

.zar {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -736px;
	background-repeat: no-repeat
}

.sek {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -768px;
	background-repeat: no-repeat
}

.chf {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -800px;
	background-repeat: no-repeat
}

.thb {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -832px;
	background-repeat: no-repeat
}

.gbp {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -864px;
	background-repeat: no-repeat
}

.usd {
	background-image: url('../img/icons/kurzovy-listok-icons.svg');
	background-position: 0 -896px;
	background-repeat: no-repeat
}

/* -------------------------------------------------------------------------
	POCASIE BOX
------------------------------------------------------------------------- */
.meteo-box {
	padding: 0;
	position: relative;
	margin: 0;
}

.meteo-box .meteo-box-settings h2 {
	margin: 0 0 16px 0;
}

.meteo-box .meteo-box-top {
	background-color: #eeeeee;
	margin: 0 0 7px -20px;
	padding: 7px 0 7px 20px;
}

.meteo-box .meteo-box-top h2 {
	font-size: 16px;
	font-weight: 700;
	float: left;
}

.meteo-box .meteo-box-top a {
	font-size: 14px;
	display: block;
	float: right;
	color: #e20000;
	font-weight: 700;
	margin: 1px 12px 0 0;
	transition: color 200ms ease-in-out;
}

.meteo-box .meteo-box-top a::after {
	content: "\e90a";
	font-family: "icomoon";
	vertical-align: middle;
	margin-left: 6px;
}

.meteo-box .meteo-box-top a:hover {
	color: #000;
}

.meteo-box .meteo-box-menu h3 {
	font-size: 14px;
	font-weight: bold;
	color: #008ad2;
	display: inline-block;
	margin: 0 25px 0 0;
}

.meteo-box .meteo-box-menu nav {
	display: inline-block;
}

.meteo-box .meteo-box-menu nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.meteo-box .meteo-box-menu nav ul li {
	display: inline-block;
	margin: 0 1px;
	background-color: #eee;
	padding: 2px 12px 0px 12px;
	border-radius: 25px;
}

.meteo-box .meteo-box-menu nav ul li:last-child {
	margin: 0;
}

.meteo-box .meteo-box-menu nav ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #008ad2;
	transition: color 200ms ease-in-out;
}

.meteo-box .meteo-box-menu nav ul .current {
	background-color: #008ad2;
}

.meteo-box .meteo-box-menu nav ul .current a {
	color: #fff;
	position: relative;
}

.meteo-box .meteo-box-menu nav ul a:hover {
	color: #000;
}

.meteo-box .meteo-box-menu nav ul .current a:hover {
	color: #fff;
}

.meteo-box .meteo-box-info {
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
	border-bottom: 1px dotted #dbdbdb;
}

.meteo-box .meteo-box-info li {
	float: left;
	width: calc(50% - 1px);
	margin: 0;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	position: relative;
	padding: 6px 0 5px 0;
	line-height: 1.3em;
}

.meteo-box .meteo-box-info li:nth-child(2n) {
	border-right: 0;
	width: calc(50% - 11px);
	padding: 6px 0 5px 10px;
}

.meteo-box .meteo-box-info li:nth-child(2n) .meteo-temperature {
	width: 72px;
}

.meteo-box .meteo-box-info li:nth-child(2n) .meteo-state {
	width: 72px;
}

.meteo-box .meteo-box-info li:nth-child(3) {
	border-bottom: 0;
}

.meteo-box .meteo-box-info li:nth-child(4) {
	border-bottom: 0;
}

.meteo-box .meteo-box-info li i {
	display: block;
	width: 55px;
	height: 35px;
	float: left;
	margin: 5px 12px 3px 0;
}

.meteo-box .meteo-box-info li .meteo-date {
	display: block;
	margin: 2px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}

.meteo-box .meteo-box-info li .meteo-temperature {
	display: block;
	float: left;
	font-weight: 700;
	width: 82px;
	margin: 2px 0 0 0;
	font-size: 12px;
}

.meteo-box .meteo-box-info li .meteo-state {
	display: block;
	font-size: 12px;
	float: left;
	margin: 2px 0 0 0;
	width: 82px;
}

.meteo-box .meteo-box-bottom {
	text-align: center;
	padding: 0 0 8px 0;
}

.meteo-box .meteo-box-bottom a {
	font-size: 14px;
	color: #e20000;
	font-weight: 700;
}

.meteo-box .meteo-info-bottom i {
	display: block;
	width: 55px;
	height: 35px;
	margin: 0 auto 5px auto;
}

.meteo-box .meteo-info-bottom .meteo-info-bottom-col {
	float: left;
	width: 33%;
	text-align: center;
	margin: 13px 0 13px 0;
	font-size: 13px;
}

.meteo-box img.vietor {
	width: 12px;
	margin-right: 2px;
}

.meteo-box img.vietor.s2 {
	transform: rotate(45deg);
}

.meteo-box img.vietor.s3 {
	transform: rotate(90deg);
}

.meteo-box img.vietor.s4 {
	transform: rotate(135deg);
}

.meteo-box img.vietor.s5 {
	transform: rotate(180deg);
}

.meteo-box img.vietor.s6 {
	transform: rotate(-135deg);
}

.meteo-box img.vietor.s7 {
	transform: rotate(-90deg);
}

.meteo-box img.vietor.s8 {
	transform: rotate(-45deg);
}

/* DAY */

.meteo-state-1-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 0;
	background-repeat: no-repeat
}

.meteo-state-2-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -385px;
	background-repeat: no-repeat
}

.meteo-state-3-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -770px;
	background-repeat: no-repeat
}

.meteo-state-4-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1155px;
	background-repeat: no-repeat
}

.meteo-state-5-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1225px;
	background-repeat: no-repeat
}

.meteo-state-6-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1260px;
	background-repeat: no-repeat
}

.meteo-state-7-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1295px;
	background-repeat: no-repeat
}

.meteo-state-8-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1330px;
	background-repeat: no-repeat
}

.meteo-state-9-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1365px;
	background-repeat: no-repeat
}

.meteo-state-10-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -35px;
	background-repeat: no-repeat
}

.meteo-state-11-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -70px;
	background-repeat: no-repeat
}

.meteo-state-12-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -105px;
	background-repeat: no-repeat
}

.meteo-state-13-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -140px;
	background-repeat: no-repeat
}

.meteo-state-14-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -175px;
	background-repeat: no-repeat
}

.meteo-state-15-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -210px;
	background-repeat: no-repeat
}

.meteo-state-16-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -245px;
	background-repeat: no-repeat
}

.meteo-state-17-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -280px;
	background-repeat: no-repeat
}

.meteo-state-18-1 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -315px;
	background-repeat: no-repeat
}

/* NIGHT */

.meteo-state-1-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -350px;
	background-repeat: no-repeat
}

.meteo-state-2-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -420px;
	background-repeat: no-repeat
}

.meteo-state-3-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -455px;
	background-repeat: no-repeat
}

.meteo-state-4-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -490px;
	background-repeat: no-repeat
}

.meteo-state-5-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -525px;
	background-repeat: no-repeat
}

.meteo-state-6-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -560px;
	background-repeat: no-repeat
}

.meteo-state-7-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -595px;
	background-repeat: no-repeat
}

.meteo-state-8-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -630px;
	background-repeat: no-repeat
}

.meteo-state-9-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -665px;
	background-repeat: no-repeat
}

.meteo-state-10-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -700px;
	background-repeat: no-repeat
}

.meteo-state-11-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -735px;
	background-repeat: no-repeat
}

.meteo-state-12-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -805px;
	background-repeat: no-repeat
}

.meteo-state-13-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -840px;
	background-repeat: no-repeat
}

.meteo-state-14-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -875px;
	background-repeat: no-repeat
}

.meteo-state-15-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -910px;
	background-repeat: no-repeat
}

.meteo-state-16-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -945px;
	background-repeat: no-repeat
}

.meteo-state-17-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -980px;
	background-repeat: no-repeat
}

.meteo-state-18-0 {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1015px;
	background-repeat: no-repeat
}

.meteo-vietor {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1050px;
	background-repeat: no-repeat
}

.meteo-vychod {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1085px;
	background-repeat: no-repeat
}

.meteo-zapad {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1120px;
	background-repeat: no-repeat
}

.meteo-bio {
	background-image: url('../img/icons/meteo-icons.svg');
	background-position: 0 -1190px;
	background-repeat: no-repeat
}

/* -------------------------------------------------------------------------
	TELKAC BOX
------------------------------------------------------------------------- */

.telkac-box {
	border-bottom: 0;
	margin: 0 0 13px 0;
}

.telkac-box .telkac-box-top {
	background-color: #eeeeee;
	margin: 0 0 7px -20px;
	padding: 7px 0 7px 20px;
}

.telkac-box .telkac-box-top h2 {
	font-size: 16px;
	font-weight: 700;
	float: left;
	padding: 0;
}

.telkac-box .telkac-box-top a {
	font-size: 14px;
	display: block;
	float: right;
	color: #e20000;
	font-weight: 700;
	margin: 1px 12px 0 0;
	transition: color 200ms ease-in-out;
}

.telkac-box .telkac-box-top a:hover {
	color: #000;
}

.telkac-box .telkac-box-top a::after {
	content: "\e90a";
	font-family: "icomoon";
	vertical-align: middle;
	margin-left: 6px;
}

.telkac-box .telkac-box-tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.telkac-box .telkac-box-tabs ul li {
	display: inline-block;
	margin: 0 1px;
	background-color: #eee;
	padding: 2px 12px 0px 12px;
	border-radius: 25px;
}

.telkac-box .telkac-box-tabs ul .current {
	background-color: #008ad2;
}

.telkac-box .telkac-box-tabs ul .current a {
	color: #fff;
}

.telkac-box .telkac-box-tabs ul li a {
	font-weight: 700;
	color: #008ad2;
	position: relative;
	transition: color 200ms ease-in-out;
}

.telkac-box .telkac-box-tabs ul li a:hover {
	color: #000;
}

.telkac-box .telkac-box-tabs ul .current a:hover {
	color: #fff;
}

.telkac-box .telkac-box-content {
	padding: 10px 0 0 0;
}

.telkac-box .telkac-box-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.telkac-box .telkac-box-content ul li {
	line-height: 1.1em;
	margin: 0 0 10px 0;
}

.telkac-box .telkac-box-content ul li .telkac-station-logo {
	width: 68px;
	float: left;
	display: block;
	margin: 0 14px 0 0;
}

.telkac-box .telkac-box-content ul li .telkac-station-logo img {
	display: block;
	width: 100%;
	margin: -5px 0 0 0;
}

.telkac-box .telkac-box-content ul li .telkac-program-name {
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
	display: inline-block;
	max-width: 210px;
	overflow: hidden;
	white-space: nowrap;
}

.telkac-box .telkac-box-content ul li .telkac-timeline {
	margin: 5px 0 0 0;
}

.telkac-box .telkac-box-content ul li .telkac-timeline .time {
	font-size: 12px;
	color: #696969;
	display: inline-block;
	width: 28px;
}

.telkac-box .telkac-box-content ul li .telkac-timeline .indicator {
	display: inline-block;
	width: 51%;
	height: 9px;
	background-color: #d6d6d6;
}

.telkac-box .telkac-box-content ul li .telkac-timeline .indicator span {
	display: block;
	background-color: #e20000;
	height: 9px;
}

.telkac-box .telkac-box-bottom {
	text-align: center;
	padding: 0 0 9px 0;
}

.telkac-box .telkac-box-bottom a {
	color: #e20000;
	font-weight: 700;
}

.telkac-box .telkac-box-content.loading {
	opacity: 0.3;
}

.telkac-box .telkac-box-content .telkac-tip-info {
	font-size: 12px;
	padding: 4px 0 0 0;
}

.telkac-box .telkac-box-content .telkac-tip-info .time {
	display: inline-block;
	color: #696969;
	margin: 0 11px 0 0;
}

.telkac-box .telkac-box-content .telkac-tip-info .rate {
	display: inline-block;
	color: #008ad2;
	margin: 0 10px 0 0;
}

.telkac-box .telkac-box-content .telkac-tip-info .rate img {
	width: 18px;
	margin: -2px 2px 0 0;
	vertical-align: middle;
	display: inline-block;
}

.telkac-box .telkac-box-content .telkac-tip-info .show-more {
	color: #e20000;
}

.telkac-box .telkac-box-content .telkac-tip-info .show-more img {
	width: 18px;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 2px 0 0;
}

.telkac-box .telkac-box-content .telkac-tips li {
	border-bottom: 1px dotted #dbdbdb;
	padding: 0 0 6px 0;
}

.telkac-box .telkac-box-content .telkac-list {
	font-size: 12px;
}

.telkac-box .telkac-box-content .telkac-list a {
	color: #000;
}

.telkac-box .telkac-box-content .telkac-list li {
	border-bottom: 1px dotted #dbdbdb;
}

.telkac-box .telkac-box-content .telkac-list .telkac-station-program-list {
	line-height: 1.4em;
	margin: 0 0 7px 0;
}

/* -------------------------------------------------------------------------
	PREDPREDAJ BOX
------------------------------------------------------------------------- */
.predpredaj-box-slider .slick-dots {
	margin: 0;
	padding: 7px 0 0 0;
	list-style-type: none;
	text-align: center;
}

.predpredaj-box-slider img {
	margin: 0 2px;
}

.predpredaj-box-slider .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.predpredaj-box-slider .slick-dots .slick-active button {
	background-color: #000;
}

.predpredaj-box-slider .slick-dots li button {
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #dbdbdb;
	cursor: pointer;
}

.predpredaj-box-tip {
	text-align: center;
	padding: 5px 0 17px 0;
}

.predpredaj-box-tip ul {
	margin: 0;
	padding: 0;
	display: inline;
}

.predpredaj-box-tip ul li {
	display: inline;
}

.predpredaj-box-tip ul li:last-child::after {
	display: none;
}

.predpredaj-box-tip ul li::after {
	content: "|";
	margin: 0 0 0 4px;
}

.predpredaj-box-tip ul li a {
	color: #e20000;
}

.predpredaj-box-tip ul li a:hover {
	color: #000;
}

/* -------------------------------------------------------------------------
	IPARK BOX
------------------------------------------------------------------------- */
.ipark-box {
	width: 300px;
	max-height: 300px;
	font-size: 16px;
	color: #14121b;
	position: relative;
	clear: both;
	overflow: hidden;
	transition: all .5s ease;
	border-bottom: 1px solid #dbdbdb;
	margin: 0 0 13px 0;
	padding: 0 0 16px 0;
}

.ipark-box a {
	color: #14121b
}

.ipark-box .logo {
	float: left;
	margin: 10px 0
}

.ipark-box .controls {
	position: absolute;
	list-style: none;
	top: 7px;
	right: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
	font-size: 45px;
	font-weight: 300;
}

.ipark-box .controls.prev {
	right: 25px;
}

.ipark-box .controls.prev::before {
	content: "‹";
}

.ipark-box .controls.next::before {
	content: "›";
}

.ipark-box .tabs {
	clear: both;
	overflow: hidden;
	width: 300px
}

.ipark-box .tabs .container {
	overflow: hidden;
	position: relative;
	width: 99999px;
	transition-duration: 500ms
}

.ipark-box .tabs .tab {
	position: relative;
	float: left;
	width: 300px;
	height: 250px;
}

.ipark-box .tabs .tab a {
	display: block;
	text-decoration: none;
	margin: 13px 13px 0 13px;
	color: #000
}

.ipark-box .tabs .tab img {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px
}

.ipark-box .tabs .tab .nazov {
	display: block;
	font-size: 18px
}

.ipark-box .tabs .tab .autor {
	display: block;
	font-size: 13px
}

.ipark-box .tabs .tab .popis {
	display: block;
	font-size: 13px
}

.ipark-box .tabs .tab .holder {
	position: absolute;
	bottom: 0px;
	left: 144px;
	line-height: 33px;
	z-index: 9998;
	width: 141px;
	height: 33px;
	padding-top: 10px;
	overflow: hidden;
}

.ipark-box .tabs .tab .cena {
	float: left;
	display: block;
	line-height: 33px;
	font-size: 18px
}

.ipark-box .tabs .tab .zlava {
	float: right;
	display: block;
	background-color: #df0021;
	color: #fff;
	padding: 0 9px;
	line-height: 33px
}

.ipark-box .tabs .tab .zlava>i {
	font-size: 25px;
	font-style: normal
}

#getIparkBox {
	width: 300px
}

/* -------------------------------------------------------------------------
	MODAL BOX SETTINGS
------------------------------------------------------------------------- */

.modal-box-overlay .modal-box-settings {
	background-color: #fff;
	max-width: 630px;
	max-height: 95vh;
	border: 1px solid #dbdbdb;
	padding: 14px 30px 17px 30px;
	margin: 0 auto;
	position: relative;
	overflow-y: scroll;
	/*-webkit-overflow-scrolling: touch;*/
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.modal-box-overlay .modal-box-settings .modal-box-settings-option {
	padding: 0 0 11px 0;
	border-bottom: 1px solid #dbdbdb;
}

.modal-box-overlay .modal-box-settings .setting-button {
	clear: both;
	padding: 16px 0 0 0;
}

.modal-box-overlay .modal-box-settings .setting-button {
	text-align: center;
}

.modal-box-overlay .modal-box-settings .setting-button button {
	margin: 0;
	padding: 0 40px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	font-size: 14px;
	background: #e20000;
	border: 0;
	border-radius: 20px;
	cursor: pointer;
}

.modal-box-overlay .modal-box-settings h2 {
	margin: 0 0 16px 0;
}

.modal-box-overlay .modal-box-settings .close {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('../img/close.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.modal-box-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10000;
	display: table;
	text-align: center;
}

.modal-box-overlay .modal-box-overlay-content {
	display: table-cell;
	vertical-align: middle;
	text-align: left;

}

/* -------------------------------------------------------------------------
	CUSTOM RADIO, CHECKBOX
------------------------------------------------------------------------- */

.modal-box-overlay .setting-radio {
	float: left;
	width: 33.3333%;
	margin: 0 0 5px 0;
}

.modal-box-overlay .setting-radio label {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.2em;
}

.modal-box-overlay .setting-radio label::before {
	margin-top: -3px;
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	background-color: #fff;
	transition: border 0.15s ease-in-out;
}

.modal-box-overlay .setting-radio label::after {
	margin-top: 0;
	display: inline-block;
	position: absolute;
	content: " ";
	width: 14px;
	height: 14px;
	left: 4px;
	top: 1px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #008ad2;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.modal-box-overlay .setting-radio input[type="radio"] {
	opacity: 0;
}

.modal-box-overlay .setting-radio input[type="radio"]:focus+label::before {}

.modal-box-overlay .setting-radio input[type="radio"]:checked+label {
	color: #008ad2;
	font-weight: 700;
}

.modal-box-overlay .setting-radio input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.modal-box-overlay .setting-radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.modal-box-overlay .setting-radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.modal-box-overlay .setting-checkbox {
	float: left;
	width: 33.3333%;
	margin: 0 0 5px 0;
}

.modal-box-overlay .setting-checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}

.modal-box-overlay .setting-checkbox label::before {
	margin-top: 0;
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background-color: #fff;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.modal-box-overlay .setting-checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 2px;
	font-size: 9px;
	margin-top: -1px;
	color: #555555;
}

.modal-box-overlay .setting-checkbox input[type="checkbox"] {
	opacity: 0;
}

.modal-box-overlay .setting-checkbox input[type="checkbox"]:focus+label::before {}

.modal-box-overlay .setting-checkbox input[type="checkbox"]:checked+label::after {
	content: "";
	background-image: url('../img/check.svg');
	background-position: 3px 4px;
	background-repeat: no-repeat;
	background-size: 17px 16px;
}

.modal-box-overlay .setting-checkbox input[type="checkbox"]:disabled+label {
	opacity: 0.65;
}

.modal-box-overlay .setting-checkbox input[type="checkbox"]:disabled+label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.modal-box-overlay .setting-checkbox input[type="checkbox"]:checked+label::before {
	background-color: #fff;
	border-color: #dcdcdc;
	color: #008ad2;
}

.modal-box-overlay .setting-checkbox input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.modal-box-overlay .setting-checkbox input[type="checkbox"]:checked+label {
	color: #008ad2;
	font-weight: bold;
}

.autocomplete-suggestions {
	border: 1px solid #898989;
	background: #FFF;
	overflow: auto;
	padding: 13px 15px 10px 15px;
	border-radius: 20px;
	font-weight: 400;
	font-size: 16px;
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background-color: #e20000;
	color: #fff;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}

/* -------------------------------------------------------------------------
	ADFORM MEGABOARD, ADFORM LEADERBOARD, ADFORM R2B2 FIX
------------------------------------------------------------------------- */

.adform-megaboard #main {
	padding-top: 0;
}

.adform-leaderboard #main {
	padding-top: 0;
}

.adform-leaderboard div[id*='adform-'] {
	margin: 0 auto;
	display: block;
}

.adform-standard #main {
	margin-top: 250px;
	padding-top: 0;
}

.adform-standard div[id*='adform-'] {
	top: -250px !important;
	position: absolute;
}

.adform-standard #main {
	padding: 20px 10px 0 10px;
	position: relative;
}

.adform-standard .main-content .col-left {
	width: 719px;
}

.adform-standard #main {
	width: 1040px;
}

.adform-standard .box-section .box-section-content .article-list li {
	width: 229px;
}

.adform-standard .box-section .article-top>div {
	height: 168px;
}

.adform-standard .box-section .box-section-content.article-compact .article-big {
	margin-right: 18px;
}

.adform-standard .box-section .box-section-content.single-article .article-top {
	width: 218px;
	margin: 0 15px 23px 0
}

.adform-standard .box-section .box-section-content.single-article .article-title {
	width: 465px;
}

.adform-standard .box-section .box-section-content.single-article .article-perex {
	width: 465px;
}

.adform-standard .box-section .box-section-content.single-article .magazine-info {
	width: 465px;
	margin: 0 0 10px 0;
}

.adform-standard header .header-logo {
	width: 240px;
}

.adform-standard header .header-logo img {
	width: 220px;
}

.adform-standard header .header-icons ul li {
	margin: 0 4px 0 0;
}

.adform-standard header .header-icons {
	width: 291px;
}

.adform-standard header .header-search {
	width: 509px;
	z-index: 20;
	position: relative;
}

.adform-standard header .header-search form .col-100 {
	width: 430px;
}

.adform-standard header .header-search form .col-50 {
	width: 208px;
}

.adform-standard .box-section .box-section-content.article-compact .article-list {
	width: 218px;
}

.adform-standard .box-section .box-section-content.article-compact .article-big {
	width: 435px;
}

.adform-standard .box-section .box-section-content .catalog-list li:first-child,
.adform-standard .box-section .box-section-content .catalog-list li:nth-child(7n+8) {
	padding: 0 0 0 10px;
	width: calc(16.6666% - 11px);
}

.adform-standard.box-section .box-section-content .catalog-list li:nth-child(6n+1) {
	padding: 0;
}

.adform-standard .box-section .box-section-content .catalog-list li:nth-child(7n) {
	border-right: 1px solid #dbdbdb;
}

.adform-standard .box-section .box-section-content .catalog-list li {
	width: calc(16.6666% - 11px);
}

.adform-standard .box-section .box-section-content .catalog-list li:nth-child(6n) {
	border-right: 0;
}

.adform-standard .box-section .box-section-content .article-list-5 li {
	width: 546px;
}

.adform-standard .box-section .box-section-content .article-list-6 li .article-title {
	width: 194px;
}

.adform-standard .box-section .box-section-content .article-list-6 li .magazine-info {
	width: 194px;
}

.adform-standard .box-section .box-section-top nav ul li a {
	padding: 8px 6px;
}

.adform-standard .box-section .box-section-content.article-compact .article-big {
	width: 469px;
}

.adform-standard .box-section .box-section-content .article-list-5 li:first-child {
	width: 148px;
}

/* -------------------------------------------------------------------------
	ENQUIRY BOX
------------------------------------------------------------------------- */
.enquiry-box {
	padding: 14px 11px 0 0;
	margin: 0 0 11px 0;
	position: relative;
	border-top: 1px solid #dbdbdb;
}

.enquiry-box .enquiry-close-btn {
	position: absolute;
	right: 11px;
	top: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 28px;
	background-color: #fff;
	cursor: pointer;
	display: block;
	width: 28px;
	height: 28px;
}

.enquiry-box .enquiry-close-btn::before {
	content: "\e911";
	font-family: "icomoon";
}

.enquiry-box .enquiry-box-content {}

.enquiry-box .enquiry-box-content .enquiry-box-content-left {
	padding: 0 0 0 68px;
	overflow: hidden;
}

.enquiry-box.vote .enquiry-box-content .enquiry-box-content-left button {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	margin: 0 80px;
	padding: 0;
	cursor: pointer;
	background: #fff;
}

.enquiry-box.vote .enquiry-box-content .enquiry-box-content-left .icon-yes {
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
	color: #0fcf00;
}

.enquiry-box.vote .enquiry-box-content .enquiry-box-content-left .icon-yes::before {
	font-family: "icomoon";
	content: "\e906";
}

.enquiry-box.vote .enquiry-box-content .enquiry-box-content-left .icon-no {
	display: inline-block;
	transform: rotate(180deg);
	font-size: 24px;
	vertical-align: middle;
	color: #e20001;
}

.enquiry-box.vote .enquiry-box-content .enquiry-box-content-left .icon-no::before {
	font-family: "icomoon";
	content: "\e906";
}

.enquiry-box.vote .enquiry-box-content .enquiry-box-content-left {
	text-align: center;
}

.enquiry-box .enquiry-box-content .enquiry-box-content-right {
	float: right;
	min-width: 46px;
	padding: 0 0 0 11px;
}

.enquiry-box .enquiry-box-content .enquiry-box-content-right ul {
	margin: 13px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.enquiry-box.vote .enquiry-box-content .enquiry-box-content-right ul {
	margin: 0;
}

.enquiry-box .enquiry-box-content .enquiry-box-content-right ul li {
	display: inline;
	margin-left: 14px;
}

.enquiry-box .enquiry-box-content .enquiry-box-content-right ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #e20001;
}

.enquiry-box .enquiry-box-title {
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 50px;
}

.enquiry-box .enquiry-box-indicator {
	height: 8px;
	background-color: #e20001;
	margin: 0 0 5px 0;
}

.enquiry-box .enquiry-box-indicator div {
	height: 8px;
	background-color: #0fcf00;
}

.enquiry-box .enquiry-box-info {
	display: flex;
}

.enquiry-box .enquiry-box-info span {
	font-size: 14px;
	color: #757575;
}

.enquiry-box .enquiry-box-info strong {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: transparent;
}

.enquiry-box .enquiry-box-info .enquiry-box-info-left {
	flex-basis: 50%;
}

.enquiry-box .enquiry-box-info .enquiry-box-info-left span {
	margin-left: 12px;
}

.enquiry-box .enquiry-box-info .enquiry-box-info-right span {
	margin-right: 12px;
}

.enquiry-box .enquiry-box-info .enquiry-box-info-right {
	flex-basis: 50%;
	text-align: right;
}

/* -------------------------------------------------------------------------
	ARTICLE ALERT MESSAGE
------------------------------------------------------------------------- */
.article-alert-message {
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	z-index: 110;
	text-align: center;
	padding: 6px 0 4px 0;
}

.article-alert-message.hidden {
	display: none;
}

.article-alert-message .more-btn {
	font-size: 14px;
	font-weight: bold;
	background-color: #e20001;
	margin: 0 0 0 14px;
	padding: 9px 12px;
	border: 0;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
}

.article-alert-message .close-btn {
	float: right;
	cursor: pointer;
	color: #fff;
	margin: 3px 8px 0 0;
	padding: 0;
	border: 0;
	font-size: 28px;
	display: block;
	background-color: transparent;
}

.article-alert-message .close-btn::before {
	content: "\e911";
	font-family: "icomoon";
}

/* -----------------------------------------------------------------------------

1024 PX SUPPORT

----------------------------------------------------------------------------- */
@media (max-width:1179px) {
	#main {
		padding: 20px 5px 0 5px;
	}

	.main-content .col-left {
		width: 693px;
	}

	#main {
		width: 1014px;
	}

	.box-section .box-section-content .article-list li {
		width: 218px;
	}

	.box-section .article-top>div {
		height: 168px;
	}

	.box-section .box-section-content.article-compact .article-big {
		margin-right: 18px;
	}

	.box-section .box-section-content.single-article .article-top {
		width: 218px;
		margin: 0 15px 23px 0
	}

	.box-section .box-section-content.single-article .article-title {
		width: 465px;
	}

	.box-section .box-section-content.single-article .article-perex {
		width: 465px;
	}

	.box-section .box-section-content.single-article .magazine-info {
		width: 465px;
		margin: 0 0 10px 0;
	}

	header .header-logo {
		width: 240px;
	}

	header .header-logo img {
		width: 220px;
	}

	header .header-icons ul li {
		margin: 0 4px 0 0;
	}

	header .header-icons {
		width: 265px;
	}

	header .header-search {
		width: 509px;
		z-index: 20;
		position: relative;
	}

	header .header-search form .col-100 {
		width: 430px;
	}

	header .header-search form .col-50 {
		width: 208px;
	}

	.box-section .box-section-content.article-compact .article-list {
		width: 218px;
	}

	.box-section .box-section-content.article-compact .article-big {
		width: 435px;
	}

	.box-section .box-section-content .catalog-list li:first-child,
	.box-section .box-section-content .catalog-list li:nth-child(7n+8) {
		padding: 0 0 0 10px;
		width: calc(16.6666% - 11px);
	}

	.box-section .box-section-content .catalog-list li:nth-child(6n+1) {
		padding: 0;
	}

	.box-section .box-section-content .catalog-list li:nth-child(7n) {
		border-right: 1px solid #dbdbdb;
	}

	.box-section .box-section-content .catalog-list li {
		width: calc(16.6666% - 11px);
	}

	.box-section .box-section-content .catalog-list li:nth-child(6n) {
		border-right: 0;
	}

	.box-section .box-section-content .article-list-5 li {
		width: 520px;
	}

	.box-section .box-section-content .article-list-6 li .article-title {
		width: 194px;
	}

	.box-section .box-section-content .article-list-6 li .magazine-info {
		width: 194px;
	}

	.box-section .box-section-top nav ul li a {
		padding: 8px 6px;
	}

	.box-section .box-section-content.article-compact .article-big {
		width: 449px;
	}

	.enquiry-box .enquiry-box-content .enquiry-box-content-left {
		padding: 0;
	}

	.enquiry-box .enquiry-box-title {
		text-align: left;
	}

	.enquiry-box .enquiry-box-title {
		padding: 0 50px 0 0;
	}
}

.warning-message {
	padding: 15px 0 0 0;
	clear: both;
}
.warning-message .warning-message-content {
	padding: 10px;
	background-color: #fcf5df;
	font-size: 12px;
	line-height: 1.2em;
}
.hidden {
	display: none;
}