/*
	Theme Name: Meteopress-by-koia
	Theme URI: http://koiakoia.cz
	Description:
	Version: 1.0
	Author: Koiakoia.cz - Petr Vostry
	Author URI: http://koiakoia.cz
	Tags: Blank, HTML5, CSS3
	Text Domain: Meteopress-by-koia

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	MAIN
\*------------------------------------*/

body {
	font-family: 'Source Sans Pro', sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
article {
	font-size: 13px;
	color: #656565;
	letter-spacing: 1px;
}
article h1 {
	display: block;
	margin-bottom: 15px;
	color: #90b8c6;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
article h2, article h3, article h4 {
	display: block;
	margin-bottom: 10px;
	color: #90b8c6;
	font-size: 14px;
	text-transform: uppercase;

}
article p {

}
article a {
	color: #90b8c6;
	}
	article a:hover {
		text-decoration: none;
	}
article ul {
	list-style: inside circle;
}
article ol {
	list-style: inside decimal;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.icon-drop {
	background-image: url('img/drop.svg');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html,body{margin:0;padding:0}

/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
	WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
	PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

body,html{
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6{


}

a.disable-underline:hover{
	text-decoration: none
}

.text-center-no-xs{
	text-align: center;
}

@media(max-width: 768px){
	.text-center-no-xs{
		text-align: left;
	}
}

@media(min-width: 768px){
	.row-no-xs{
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 768px){
	.col-sm-7-5 {
		width: 30.5%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* website */

.margin-top-100{
	margin-top: 100px;
}

.header-banner{
	margin-top: 0px;
	margin-bottom: 50px
}

.in-header-banner {
	position: relative;
	z-index: 1;
	float:right;
	width: 728px;
	height: 90px;
	margin-top:25px;
}

@media(max-width: 1200px) {
	.in-header-banner {
		display: none;
	}
}

.over-header-banner {
	position: relative;
	z-index: 1;
	width: 970px;
	height: 90px;
	margin: 2px auto;
}

@media(max-width: 1000px) {
	.over-header-banner {
		display: none;
	}
}

.under-header-banner {
	position: relative;
	z-index: 1;
	width: 970px;
	height: 250px;
	margin: 2px auto;
}

@media(max-width: 1000px) {
	.under-header-banner {
		display: none;
	}
}

.btn-line-left{
	background: transparent;
	border: 0;
	border-left: 2px solid #FFF;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	transition: all 0.2s;
	position:  relative;
}

.weather-overview .btn-line-left{
	position: relative;
}

.btn-line-left.rangeSlider{
	margin-top: -65px;
	z-index:  3;
	position: relative;
}

.btn-line-left.--blue{
	border-left: 2px solid #002f72;
	color: #002f72;
	padding-left: 35px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.btn-line-left:hover{
	background: #FFF;
	color: #4A5E97;
}

.btn-line-left.--blue:hover{
	background: #002f72;
	color: white;
}

.btn-radar,
.btn-satellite {
	position: relative;
	margin-left: 20px;
	background: white;
	color: #4A5E97;
	font-weight: bold;
	font-size: 12px;
	padding: 0 20px;
	line-height: 38px;
	border-radius: 20px;
	border: 0;
	vertical-align: 0px;
	text-transform: uppercase;
}

.btn-satellite .new {
	position: absolute;
	top: -7px;
	right: 5px;
	line-height: 14px;
	padding: 0 8px;
	font-size: 9px;
	color: #fff;
	background-color: #ec5252;
	border-radius: 7px;
}

.btn-radar.storm{
	background-color: #ec5252 !important;
	color: white;
	vertical-align: -1px;
	padding: 6px 20px;
}

.btn-radar.active,
.btn-satellite.active {
	background-color: #ec5252 !important;
	color: #fff !important;
}

.btn-satellite img,
.btn-radar img {
	margin-left: 10px;
	vertical-align: -7px;
}

.btn-radar.active:not(.storm) img {
	filter: brightness(0) invert(1);
}

.weather-icon{
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.weather-icon.make-white{
	filter: brightness(0) invert(1);
}

header{
	background: url("img/headers/hour.jpg") 50% 50% / cover;
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	position: relative;
}

header.radar-pg{
	background: transparent;
	margin-bottom: 15px;
}


.radar-map-container .zoom-control{
	position: absolute;
	bottom: 20px;
	right: 2%;
	z-index: 1000;
}

.radar-map-container .zoom-control .zoom-button{
	width: 35px;
	height: 35px;
	display: block;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #002a72;
	color: white;
	font-size: 35px;
	line-height: 15px;
	padding: 0;
	text-align: center;
	border: 1px #fff solid;
}

.radar-map-container .zoom-control .zoom-button.disabled{
	background: #f1f2f7
}

.radar-map-container .zoom-control .zoom-button:focus{
	outline: 0;
}

.radar-map-container .zoom-control .zoom-button span{
	margin-top: -7px;
	line-height: 20px;
	display: block;
}

.radar-header-map-detail-alert {
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	pointer-events: none;
	-webkit-transition: background-color 800ms linear;
	-ms-transition: background-color 800ms linear;
	transition: background-color 800ms linear;
}

.radar-header-map-detail-alert.visible {
	background: rgba(10, 36, 114, 0.75);
	pointer-events: all;
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}

.radar-header-map-detail-alert .text-holder {
	display: none;
	position: absolute;
	top: 35%;
	width: 100%;
	font-size: 24px;
	text-align: center;
	color: #fff;
}

.radar-header-map-detail-alert.visible .text-holder {
	display: block;
}

.radar-header-map-detail-alert .button-holder {
	position: absolute;
	bottom: 5%;
	width: 100%;
	font-size: 24px;
	text-align: center;
	color: #495d99;
}

.radar-header-map-detail-alert.visible .button-holder {
	color: #fff;
}

.radar-header-map-detail-alert .button-white-rounded {
	display: inline-block;
	padding: 0 25px;
	line-height: 26px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0a2472;
	border: 1px #0a2472 solid;
	border-radius: 14px;
	pointer-events: all;
}

.radar-header-map-detail-alert .button-white-rounded:hover {
	background: #0a2472;
	color: #fff;
	text-decoration: none;
}

.radar-header-map-detail-alert.visible .button-white-rounded {
	color: #fff;
	border-color: #fff;
}

.radar-header-map-detail-alert.visible .button-white-rounded:hover {
	background: #fff;
	color: #0a2472;
}

header .clouds-layer{
	width: 100%;
	height: 100%;
	//background: url("img/elements/cloud.png") 50% 50% / cover;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	pointer-events: none;
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-color: #dedede;
}

header .page-title{
	float: left;
	font-weight: bold;
	font-size: 26px;
	margin-top: -15px;
	z-index: 2;
	position: relative;
	letter-spacing: 2px;
}

header:not(.radar-pg) .page-title a {
	/*filter: brightness(0) invert(1);*/
}

header .page-title img{
	margin-top: 0px;
}

header .page-title a:hover{
	text-decoration: none;
}

header .intervalPicker{
	position: relative;
	z-index: 2;
}

@media(max-width: 1200px){
	header .intervalPicker{
		z-index: 10;
	}
}

/* Expanding menu */

header .intervalPicker .interval.expand{
	/* padding: 6px 25px; */
	padding-top: 7px;
	padding-bottom: 12px;
	margin-left: 5px;
	margin-top: -5px;
	margin-bottom: -11px;
	margin-right: -20px;
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	cursor: pointer;
	/* color: white !important; */
	margin-right: -26px;
}

@media(max-width: 767px){
	header .intervalPicker .interval.expand{
		margin-left: -15px;
		padding-right: 0;
	}
}

header .intervalPicker .interval.expand .main-title{
	padding: 1px 25px;
	display: block;
	position: relative;
}

header .intervalPicker .interval.expand.toggled .main-title{
	padding-top: 3px;
}

header .intervalPicker .interval.expand .arrow-toggle{
	margin-left: 7px;
	background: url('img/arrow-move-white.svg');
	width: 7px;
	height: 7px;
	background-size: cover;
	background-position: center;
	content: "";
	display: inline-block;
	transition: all 0.2s;
}

header.radar-pg .intervalPicker .interval.expand .arrow-toggle{
	background: url('img/arrow-move.svg');
}

header .intervalPicker .interval.expand.toggled .arrow-toggle{
	display: inline-block;
	transform: rotate(180deg);
	vertical-align: 0px;
	background: url('img/arrow-move-white.svg');
}

header .intervalPicker .interval.expand.toggled{
	background: #0A2472;
	color: white;
	/* margin-bottom: -15px; */
	z-index: 99999;
	margin-top: -7px;
}

header .intervalPicker .interval.expand.toggled .main-title:after{
	width: 100%;
	height: 20px;
	background: #0a2472;
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 40;
	pointer-events: none;
}

header .intervalPicker a{
	color: white;
}

header .intervalPicker .sub-menu{
	position: absolute;
	background: #0A2472;
	padding: 30px 40px 20px;
	margin-top: 11px;
	width: 600px;
	border-radius: 20px;
	margin-left: -250px;
	z-index: 20;
	display: none;
	box-shadow:	0px 16px 30px rgba(10, 36, 114, 0.6);
	right: -285px;
}

@media(min-width: 767px) {
    header .intervalPicker .sub-menu>ul>li:before{
        position: absolute;
        display: block;
        width: 100%;
        background: #1c3683;
        height: 1px;
        content: "";
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

header .intervalPicker .interval.expand.toggled .sub-menu{
	display: block;
}

header .intervalPicker .sub-menu>ul{
	padding-left: 0;
	list-style: none;
	position: relative;
	z-index: 2;
}

header .intervalPicker .sub-menu>ul>li{
	display: inline-block;
	vertical-align: top;
	width: 21%;
	position: relative;
	z-index: 10;
	display: table-cell;
}

@media(max-width: 767px){
	header .intervalPicker .interval{
		position: initial !important;
	}

	header .intervalPicker .sub-menu{
		width: 100%;
		margin: 0;
		position: absolute;
		left: 0;
		margin-top: 10px;
		border-top-right-radius: 0;
	}

	header .intervalPicker .sub-menu>ul>li{
		display: block;
		width: 100%;
		margin: auto;
	}

	header .intervalPicker .sub-menu>ul>li>.title{
		width: 100%;
	}

	header .intervalPicker .sub-menu>ul>li:not(:last-child):after{
		display: block;
		width: 50%;
		background: #1c3683;
		height: 1px;
		content: "";
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

header .intervalPicker .sub-menu>ul>li>.title{
	display: inline-block;
	font-size: 18px;
	/* opacity: 0.6; */
	text-transform: none;
	margin-bottom: 10px;
	font-weight: 700;
	color: #6C7DAE;
	position: relative;
	z-index: 20;
	background: #0A2472;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -30px;
	margin-right: -30px;
}

header .intervalPicker .sub-menu>ul>li>ul{
	/* display: inline-block; */
	list-style: none;
	padding-left: 0;
}

header .intervalPicker .sub-menu>ul>li>ul>li{
	margin-bottom: 7px;
}

/* End of expanding menu */

header .intervalPicker a:focus,
header .intervalPicker a:hover{
	text-decoration: none;
	outline:0;
	border: 0
}

header .intervalPicker .interval{
	background: transparent;
	border: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	position:  relative;
}

@media(min-width: 768px) and (max-width: 992px){
	header .intervalPicker .interval{
		margin-left: 7px;
		margin-right: 7px;
	}

	header .intervalPicker .interval.expand .main-title{
		padding: 1px 7px;
	}
}

header .intervalPicker .interval:focus{
	outline: 0;
	border: 0;
}

@media(min-width: 768px){

	header .intervalPicker .interval.active{
		text-decoration: underline;
		font-weight: 900;
	}

}

header .location{
	margin-top: 32px;
	position: relative;
	z-index: 2;
	width: 240px;
}

@media(min-width: 768px){

	header.radar-pg .location{
		margin-top: 70px;
	}

}

header .location input[type="text"]{
	background: rgba(255, 255, 255, 1);
	font-size: 12px;
	border-radius:  20px;
	padding: 8px 35px 8px 37px;
	border: 2px solid white;
	text-transform: uppercase;
	width: 220px;
	color: #002a72;
}

header .location .fa{
	opacity: 1;
	margin-left: 15px;
	position: absolute;
	z-index: 2;
	font-size: 23px;
	margin-top: 8px;
	color: #002a72;
}

header .location .fa.fa-search{
	margin-left: -35px;
	margin-top: 8px;
}

header .location .search-outer{
	background: #002a72;
	width: 47px;
	height: 47px;
	line-height: 47px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 0;
	top: -5px;
	border: 2px solid white;
}

header .location .search-outer .fa{
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	color: white;
	font-size: 23px;
}

header .location u{
	font-weight: 600
}

header .show-weather-for{
	margin-top: 30px;
	font-size: 26px;
	font-weight: 900;
	line-height: 26px;
	position: relative;
	z-index: 2;
	height: 52px;
}

header .show-weather-for .date{
	font-weight: 700;
	font-size: 18px;
}

header.text-in-header:not(.radar-pg){
	padding-bottom: 70px
}

header .headline-text{
	position: absolute;
	bottom: 0;
	width: 100%;
    background: rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-bottom: 10px;
}

@media(max-width: 767px){
	header .headline-text{
		position: relative;
		margin-bottom: -70px;
		margin-top: 20px;
	}
}

header.radar-pg .headline-text{
	display: none !important
}

header .headline-text .text:before{
	width: 2px;
	height: 16px;
	background: white;
	display: inline-block;
	content: "";
	margin-right: 15px;
	vertical-align: -3px
}

.weather-overview{
	position: relative;
	z-index: 2;
	top: -25px;
	overflow: hidden;
}

.weather-overview .top-line{
	height: 240px;
	position:  relative;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.weather-overview .big-number{
	font-size: 191px;
	font-weight: bold;
	line-height: 235px;
	position:  relative;
	max-width: 320px;
}

.weather-overview .hourly-weather{
	color: white;
}
.weather-overview .hourly-weather:hover{
	color: white;
	text-decoration: none
}

.weather-overview .big-number .weather-icon{
	position: absolute;
	right: 0;
	bottom: 49px;
}

.weather-overview .medium-number{
	font-size: 18px;
	line-height: 28px;
	padding-top: 35px;
}

.weather-overview .medium-number .title{
	font-size: 26px;
	font-weight: bold;
}

.weather-overview .medium-number .number{
	font-size: 80px;
	font-weight: bold;
	margin-top: 15px;
	position: relative;
}

.weather-overview .medium-number .number .temp-after-slash{
	opacity: 0.75;
	position: relative;
	/* bottom: 30px; */
	/* left: 140px; */
	margin-left: 10px;
	margin-right: 15px;
	font-size: 50px;
	display: inline-block;
	font-weight: 400;
}

.weather-overview .medium-number .number .temp-after-slash:before{
	width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
    content: "";
    display: block;
    transform: rotate(-69deg);
    margin-left: -33px;
    position: absolute;
    bottom: 12px;
}

.weather-overview .medium-number .number .weather-icon{
	margin-top: 0px;
	vertical-align: -1px;
}

.weather-overview .small-number{
	font-size: 40px
}

@media(max-width: 1200px){
	.weather-overview .medium-number .number{
		font-size: 60px;
	}
	.weather-overview .medium-number .number .temp-after-slash{
		font-size: 40px;
	}

	.weather-overview .small-number .number{
		font-size: 30px;
		margin-right: 10px;
	}
}

.weather-overview .small-number .number{
	position: relative;
	line-height: 40px;
	margin-bottom: 6px;
}

.weather-overview .small-number .title{
	font-weight: bold;
	font-size: 14px;
}

.weather-overview .small-number .weather-icon{
	width: 30px;
	height: 30px;
	margin-top: 0px;
	vertical-align: 0px;
}

@media(max-width: 767px){
	.weather-overview .small-number .weather-icon{
		position: absolute;
		right: 2px;
		top: 0px;
		bottom: 0px;
		margin: auto;
	}
}

.weather-overview .small-number .small-subtitle{
	font-size: 14px;
	text-align: left;
}

.small-subtitle.value-zero{
	opacity: 0.5;
}

.weather-overview .small-number .small-subtitle .text-icon {
	display: inline-block;
	width: 10px;
	height: 10px;
}

.weather-overview .vertical-line{
	width: 1px;
	height: 290px;
	background: rgba(255, 255, 255, 0.35);
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}

.weather-overview .small-number:after{
	width: 1px;
	height: 50px;
	background: rgba(255, 255, 255, 0.35);
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 7.5px;
}

.weather-overview .small-number.disable-right-border:after{
	display: none;
}

.range-slider .real-elements{
	transition: all 1s;
	display: flex;
}

.range-slider .big-slide{
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	margin-right: -3px;
}

.range-slider .big-slide .small-item{
	display: inline-block;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	/* padding-left: 22px; */
	/* padding-right: 22px; */
	width: 98px;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 20px;
	font-size: 24px;
	transition: all 0.2s;
	margin-right: -3px;
	font-weight:bold;
	position:  relative;
}

.range-slider .big-slide .small-item .opacity-down{
	opacity: 0.3;
	font-weight: 400;
}

.range-slider .big-slide .small-item.now{
	background: rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0);
}

.range-slider .big-slide .small-item .small-subtitle{
    font-size: 12px;
    text-align: center;
    padding-left: 5px;
    font-weight: 400;
    position:  absolute;
    bottom: 0;
    width: 100%;
}

.range-slider .big-slide .small-item .time{
	font-size: 17px;
	font-weight: 500;
}

.range-slider .big-slide .small-item:last-child{
	border-right: 0
}

.range-slider .big-slide .small-item .weather-icon{
	width: 40px;
	height: 40px;
	margin-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.range-slider .big-slide .big-title{
	font-size: 26px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 24px;
	min-height: 90px;
}

.range-slider .big-slide .big-title span{
	font-size: 18px;
}

.range-slider .small-line{
	/* width: 4000px; */
	display: flex;
}

.irs-bar, .irs-bar-edge, .irs-min, .irs-max, .irs-from, .irs-to, .irs-single{opacity: 0;}

.irs-slider.single {
    transition: all 0.15s;
    width: 10% !important;
    min-width: 10px;
    z-index:  10000;
    margin-top: 2px;
}

.weather-overview .owl-carousel .owl-stage-outer{
	margin-top: -90px;
	/* pointer-events: none; */
}

.weather-overview .owl-carousel .owl-item{
	height: 0;
	min-height: 0;
	/* pointer-events: none; */
}

/* hp actual */

.container-actual {
	margin: 0 auto;
}

.actual-ad-block {
	overflow: hidden;
	width: 350px;
	height: 280px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.actual-ad-block {
		float: right;
	}

	.actual-map-block {
		margin-right: 120px;
	}

	.actual-ad-block {
		width: 120px;
		height: 600px;
	}
}

@media (min-width: 1120px) {
	.actual-map-block {
		margin-right: 160px;
	}

	.actual-ad-block {
		width: 160px;
	}
}

@media (min-width: 1200px) {
	.container-actual {
		width: 1200px;
	}

	.actual-map-block {
		margin-right: 300px;
	}

	.actual-ad-block {
		width: 300px;
	}
}

/* interactive map */

#mapkit-4941 {
	height:664px;
	width:100%;
}

.map-holder{
	position: relative;
}

.map-holder:before{
	width: 100%;
	height: 100%;
	/*
	background: radial-gradient(circle at center, RGBA(255, 255, 255, 0) 0%, RGBA(255, 255, 255, 0) 80% ,#ffffff 85%, #ffffff 100%),
				radial-gradient(ellipse at center, RGBA(255, 255, 255, 0) 0%, RGBA(255, 255, 255, 0) 50%,  #ffffff 100%);
	*/
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

.map-holder .top-bar{
	position: absolute;
	z-index: 2;
	top: 30px;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
}

.map-holder .top-bar input[name="searchLocationMap"]{
	height: 35px;
	padding-left: 35px;
	padding-right: 25px;
	text-transform: uppercase;
	color: #002a72;
	border: 1px solid #002a72;
	border-radius: 20px;
	display: none;
}

.map-holder .top-bar:before{
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f041";
	position: absolute;
	font-size: 20px;
	margin-left: 15px;
	margin-top: 3px;
	color: #002a72;
	pointer-events: none;
	display: none;
}
.map-holder .top-bar:after{
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f002";
	position: absolute;
	font-size: 20px;
	margin-left: -35px;
	margin-top: 3px;
	display: none;
	color: #002a72;
}

.map-holder .top-bar button{
	background: #FFF;
	border-radius: 0;
	border: 0;
	border: 1px solid #002a72;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 35px;
	border-radius: 20px;
	margin-left: 10px;
	transition: all 0.2s;
	text-transform: uppercase
}

.map-holder .top-bar button:focus{
	outline: 0;
}

.map-holder .top-bar button.active,
.map-holder .top-bar button:hover{
	background: #002a72;
	color: #FFF;
}

.map-holder .zoom-control{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	right: 5%
}

.map-holder .zoom-control .zoom-button{
	width: 35px;
	height: 35px;
	display: block;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #002a72;
	color: white;
	font-size: 35px;
	line-height: 15px;
	padding: 0;
	text-align: center;
	border: 0;
}

.map-holder .zoom-control .zoom-button:focus{
	outline: 0;
}

.map-holder .zoom-control .zoom-button span{
	margin-top: -7px;
	line-height: 20px;
	display: block;
}

#headlines{
	margin-top: 50px;
	margin-bottom: 50px;
}

#headlines h2{
	margin-top: 0;
	color: #0A2472;
	font-weight: 700;
	font-size: 40px;
	display: inline-block;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	margin-top: -9px;
}

#headlines .line-under-title{
	width: 90%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	position: absolute;
	margin-top: -30px;
	z-index: 0;
}

#headlines .owl-controls{
	float: right;
	background: white;
	margin-top: 3px;
	display: block;
	position:  relative;
	padding-left: 10px;
}

#headlines .owl-controls .owl-switcher{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #002a72;
	color: white;
	font-size: 13px;
	line-height: 25px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	cursor:  pointer;
	text-align: center;
	padding-right: 2px;
}

#headlines .owl-controls .owl-switcher.disabled{
	background: gray;
	cursor: default;
}

#headlines .owl-controls .owl-switcher.news-to-right{
	padding-left: 3px;
}

@media (min-width: 768px){
	#headlines .col-sm-14 {
		padding-left: 30px
	}
}

.video-24{
	position: relative;
	box-shadow: -15px 40px 50px rgba(10, 36, 114, 0.2);
	overflow: hidden;
}

.video-24 .layer-over{
	width: 100%;
	height: 100%;
	background: rgba(246, 247, 251, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}

.video-24 .left-text{
	position: absolute;
	z-index: 3;
	font-size: 35px;
	color: #4A5E97;
	max-width: 106px;
	line-height: 35px;
	top: 25%;
	left: 5%;
	font-weight: 600;
}

.video-24 .big-24{
	color: #E4E7F0;
	font-size: 429px;
	font-weight: 900;
	position: absolute;
	top: 8px;
	right: 50px;
	line-height: 213px;
	letter-spacing: -60px;
	z-index: 2;
	margin-right: -13px;
}

@media(min-width: 2000px){
	.video-24 .big-24{
		font-size: 600px;
		top: 100px
	}
}

.video-24 .play-video24{
	width: 72px;
	height: 72px;
	background: #002a72;
	position: relative;
	z-index: 4;
	position: absolute;
	right: 100px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	color: #FFF;
	cursor: pointer;
	padding-left: 5px;
	box-shadow: 0px 0px 20px rgba(0, 42, 114, 0.5);
}

.carousel-news{
	position: relative;
}

@media(min-width: 993px){

.carousel-news:after{
	content: "";
	height: calc(100% - 20px);
	width: 200px;
	background: linear-gradient(to right, RGBA(255, 255, 255, 0), white);
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}

}

.carousel-news .news-item{
	box-shadow: 0px 0px 15px rgba(136, 136, 136, 0.1);
	padding: 34px;
	min-height: 195px;
	touch-action: none;
}

@media(max-width: 767px){
	.carousel-news .owl-stage{
		right: 24px;
	}

	.carousel-news .news-item{
		box-shadow: none;
		box-shadow: 0px 5px 5px rgba(136, 136, 136, 0.05);
	}
}

@media(min-width: 2000px){
	.carousel-news .news-item{
		min-height: 400px;
	}
}

.news-item .date{
	color: #00072D;
	font-size: 12pt;
	letter-spacing: 1.2px;
	font-weight: 600;
}

.news-item .date span{
	color: #4687FF;
}

.owl-carousel .owl-item{
	padding-top: 20px;
	padding-bottom: 20px;
}

.text-desc{
	color: #00072D;
	font-size: 14px;
	margin-top: 20px;
	line-height: 25px;
	font-weight: 400;
}

#aktuality{
	margin-top: 20px;
}

#aktuality.sidebar{
	margin-top: 0;
}

#aktuality h2{
	margin-top: 0;
	color: #0A2472;
	font-weight: 700;
	font-size: 40px;
	display: inline-block;
	background: #fff;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	margin-top: -9px;
	/* margin-bottom: 40px; */
}

#aktuality.sidebar h2{
	margin-top: 35px;
}

#aktuality .line-under-title{
	width: 100%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	/* position: absolute; */
	margin-top: -33px;
	z-index: 0;
	margin-bottom: 55px;
}

#aktuality.sidebar .line-under-title{
	width: 90%;
	position: absolute
}

#aktuality .top-post{
	margin-top: 30px;
}

.top-post h3{
	color: #4A5E97;
	font-size: 35px;
	margin: 0;
	margin-left: 15px;
}

.top-post h3 a{
	color: #4A5E97;
}

.top-post .text-desc{
	margin-left: 15px;
}

.top-post .date{
	margin-left: 15px;
	margin-top: 10px;
}

.top-post .date{
	color: #00072D;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.top-post .date span{
	color: #4687FF;
}

.top-post .tag-holder {
    background: #EC5252;
    color: white;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 5px 7px;
    text-transform: uppercase;
    margin-right: 10px;
}

.small-post{
	margin-top: 60px;
	margin-bottom: 60px;
	box-shadow: 0px 10px 20px rgba(136, 136, 136, 0.1 );
}

header .small-post {
    background: white;
    margin-top: 0;
    margin-bottom: 0;
}

@media(max-width: 767px){
	header .small-post {
		margin-top: 30px;
	}
}

header .small-post img.img-responsive{
	width: 100%;
}

@media(max-width: 767px){
	.small-post{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.small-post .col-sm-24{
	padding-left: 30px;
	padding-right: 30px;
	min-height: 265px;
}

header .small-post .col-sm-24{
	min-height: 0px;
}


@media(max-width: 767px){
	.small-post .col-sm-24{
		min-height: initial;
	}
}

.sidebar .small-post{
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
}

.sidebar .small-post-ad {
	text-align: center;
	margin-bottom: 30px;
}

.small-post .date{
	color: #00072D;
	font-size: 12px;
	letter-spacing: 1.2px;
	margin-top: 20px;
	min-height: 40px;
}

.small-post .tag-holder {
    background: #EC5252;
    color: white;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 0px 7px;
    text-transform: uppercase;
    margin-right: 10px;
}

.small-post .date span{
	color: #4687FF;
}

.small-post h3{
	color: #0A2472;
	font-size: 18px;
	/* min-height: 80px; */
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.small-post h3 a{
	color: #0A2472;
}

.small-post .text-desc{
	min-height: 100px;
}

.thumbnail-hover {
	position: relative;
	overflow: hidden;
	display: block;
	background-color: #f2f2f2;
}

.thumbnail-hover:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.6%;
}

.ar-16-9:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.thumbnail-hover img,
.thumbnail-hover video {
	position: absolute;
	z-index: 80;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	margin: auto;
	transform: translate3d(0,0,0);
	transition: transform .25s;
}

.thumbnail-hover-container:hover img,
.thumbnail-hover-container:hover video {
	transform: translate3d(0,0,0) scale(1.02);
}

.thumbnail-hover .thumbnail-label {
	position: absolute;
	z-index: 90;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	transform: translate3d(0,0,0);
	transition: transform .25s;
}

.thumbnail-hover .thumbnail-label-small {
	font-size: 24px;
}

.thumbnail-hover-container:hover .thumbnail-label {
	transform: translate3d(0,0,0) scale(1.05);
}

button.more-news:hover {
	background: #002a72;
	color: #FFF;
}

button.more-news {
	background: #002a72;
	border-radius: 0;
	border: 0;
	border: 1px solid #002a72;
	font-size: 12px;
	font-weight: bold;
	width: 220px;
	height: 35px;
	border-radius: 20px;
	margin-left: 10px;
	transition: all 0.2s;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
	position: relative;
	z-index: 3;
	margin-top: 30px;
	margin-bottom: 30px;
	outline: 20px solid white;
	color: #FFF
}

.line-under-more-news{
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	display: block;
	content: "";
	position:  relative;
	margin-top: -47px;
	/* margin-bottom: 70px; */
}

#kamery{
	background: url("img/kamery-bg.jpg");
	background-size: cover;
	margin-top: 120px;
	color: #FFF;
	padding-bottom: 50px;
	overflow: hidden;
}

@media(min-width: 1200px){
	.kamery-owl{
		width: 75vw;
	}
}

#kamery .title{
	font-size: 40px;
	font-weight: bold;
	line-height: 44px;
	margin-top: 70px;
	margin-bottom: 70px;
}

#kamery .title .to-select-region{
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1.2px;
	opacity: 1;
	text-decoration: underline;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.7);
}

#kamery .title .subtitle{
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	max-width: 240px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#kamery .owl-controls{
	margin-top: 3px;
	display: block;
	position:  relative;
	/* padding-left: 10px; */
}

#kamery .owl-controls .owl-switcher{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #FFF;
	color: #002a72;
	font-size: 13px;
	line-height: 25px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	margin-left: 0px;
	margin-right: 30px;
	cursor:  pointer;
	text-align: center;
	padding-right: 2px;
}

#kamery .owl-controls .owl-switcher.kamera-to-right{
	margin-right: 0;
	padding-right: 0;
	padding-left: 3px;
}

.kamery-item{
	background: white;
	color: #0A2472;
	margin-top: 50px;
	margin-bottom: 30px
}

.kamery-item:after{
	position: absolute;
}

.kamery-item .picture{
	width: 100%;
	height: 184px;
	background-size: cover !important;
	background-position: 50% 50% !important;
	margin-bottom: 10px
}

.kamery-item .location{
	color: #002f72;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
	min-height: 85px;
}

.kamery-item .content-in{
	padding: 15px;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
}

.kamery-item .content-in .fa{
	color: #4687FF;
	margin-right: 5px
}

.kamery-item .content-in .fa.rotated{
	transform: rotate(120deg);
}

.slide-expander{
	position: absolute;
	background: white;
	z-index: 3;
	color: #002f72;
	padding: 10px 10px;
	border-radius: 5px;
	display: none;
}

.slide-expander:before{
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;

  border-bottom: 8px solid white;
  content: "";
  position: absolute;
  top: -8px
}

.slide-expander .item{
	border-bottom: 1px solid #002f72;
	padding-left: 15px; padding-right: 15px;
	transition: all 0.2s;
}

.slide-expander .item:hover{
	background: rgba(0, 47, 114, 0.05);
}

.slide-expander .item:last-child{
	border-bottom: 0
}

.section-margin{
	margin-top: 50px;
	margin-bottom: 50px;
}

#instagram .title{
	font-size: 40px;
	color: #002f72;
	font-weight: bold;
	margin-top: 100px;
}

#instagram .subtitle{
	color: #00072D;
	max-width: 200px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#instagram .tags .tag{
	color: #4687FF;
	display: inline-block;
	font-size: 14px;
}

#instagram .tags .tag:after{
	display: inline-block;
	content: "\01C0";
	margin-left: 15px;
	margin-right: 15px;
	color: #002a72;
	font-size: 20px;
	vertical-align: -2px
}

#instagram .tags .tag:last-child:after{
	display: none
}

#instagram button.more-news{
	margin-left: 0;
	margin-top: 80px;
	margin-bottom: 85px;
}

.instagram-holder{
	position: relative;
}

@media(min-width: 2000px){
	.instagram-holder{
		position: relative;
		width: 800px;
		float: right;
	}
}

.instagram-holder:after{
	position: relative;
	width: 600px;
	height: 520px;
	background: #F1F2F7;
	display: block;
	content: "";
	float: right;
	margin-top: 20px;
	box-shadow: 70px 100px 150px rgba(10, 36, 114, 0.15);
}

.instagram-holder .img-block{
	box-shadow: 0px 2px 5px rgba(109, 109, 109, 0.15);
	position: absolute;
	z-index: 2;
}

@media(min-width: 768px){

.instagram-holder .img-block{
	margin-top: 15%;
	margin-left: -70px
}

.instagram-holder a:nth-child(3) .img-block{
	right: 5%;
	margin-top: 20%

}

.instagram-holder a:nth-child(2) .img-block{
	right: 32%;
	margin-top: 38%

}

.instagram-holder a:nth-child(1) .img-block{
	right: 32%;
	margin-top: 0%

}

}

.instagram-holder .insta-photo{
	width: 330px;
	height: 330px;
	background-size: cover !important;
	background-position: center !important;
	z-index: 2;
}

.instagram-holder a:nth-child(1) .img-block .insta-photo{
	width: 190px;
	height: 190px;
}

.instagram-holder a:nth-child(2) .img-block .insta-photo{
	width: 160px;
	height: 160px;
}

.instagram-holder a:nth-child(3) .img-block .insta-photo{
	width: 160px;
	height: 160px;
}

.instagram-holder .line-under{
	padding: 15px 10px;
	background: white;
	font-size: 12px;
}

.instagram-holder .line-under .name{
	color: #4687FF;
}

.instagram-holder .line-under .name .date{
	color: #003372;
}

.instagram-holder .line-under .likes{
	float: right;
}

.instagram-holder .line-under .likes .fa{
	vertical-align: -1px;
	margin-right: 3px;
	color: #4687FF;
}

.instagram-holder a:nth-child(2) .line-under,
.instagram-holder a:nth-child(3) .line-under{
	text-align: right;

}

.instagram-holder a:nth-child(1) .line-under .date{
	display: none;
}

.instagram-holder a:nth-child(2) .line-under .likes,
.instagram-holder a:nth-child(3) .line-under .likes,
.instagram-holder a:nth-child(2) .line-under .date,
.instagram-holder a:nth-child(3) .line-under .date{
	display: none;
}

#photos{
	margin-top: 100px;
}

#photos .photos-holder{
	max-width: 1750px;
	margin-left: auto;
	margin-right: auto;
}

@media(min-width: 2000px){
	#photos .col-2k-8{
		width: 33.33333%;
	}
}

.hlavni-strana-pg #photos{
	margin-top: 200px;
}

#photos .photo-small,
#photos .photo-big{
	box-shadow: 0px 2px 5px rgba(109, 109, 109, 0.15);
}

#photos button.more-news{
	margin-top: 90px;
}

#photos .photo-small{
	margin-top: 40px;
}

#photos .photo-big{
	margin-top: 40px;
}

#photos .photo-big.odd{
	margin-top: -60px;
}

#photos .photo-small .photo{
	width: 450px;
	height: 400px;
	background-size: cover !important;
	background-position: 50% 50%;
}
#photos .photo-big .photo{
	width: 550px;
	height: 500px;
	background-size: cover !important;
	background-position: 50% 50%;
}

#photos .line-under{
	padding: 25px 20px;
	background: white;
	color: #0A2472;
	font-size: 15px;
}

#photos .line-under .author{
	float: right;
	font-size: 12px;
	letter-spacing: 1.2px;
}

#photos .line-under .author .date{
	color: #4687FF;
}

#photos h2{
	margin-top: 0;
	color: #0A2472;
	font-weight: bold;
	font-size: 40px;
	display: inline-block;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: -9px;
	margin-left: calc(50% - 234px);
}

#photos .line-under-title{
	width: 100%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	position: relative;
	margin-top: -30px;
	z-index: 0;
	margin-bottom: 50px
}

.visible-2k{
	display: none;
}

@media(min-width: 2000px){
	.visible-2k{
		display: block;
	}
}


.map-holder-outer h2{
	margin-top: 0;
	color: #4A5E97;
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	/* padding-left: 15px; */
	margin-top: -9px;
	margin-top: 50px;
}

.map-holder-outer .line-under-title{
	width: 100%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	position: relative;
	margin-top: -23px;
	z-index: 0;
	margin-bottom: 50px;
}

.map-holder.middle {
	margin-bottom: 80px;
	box-shadow: 5px 5px 20px rgba(109, 109, 109, 0.3);
}

.map-holder.middle #mapkit-4941,
.map-holder.middle #mapkit-4941-v2,
.map-holder.middle #mapkit-4941-v3{
	height: 380px
}
.map-holder.middle #mapkit-4942{
	height: 420px
}
.map-holder.middle #mapkit-4943{
	height: 420px
}
.map-holder.middle #mapkit-4944{
	height: 420px
}

.map-holder.middle .btn-line-left.--blue{
	right: 0;
	position: absolute;
	margin-top: 30px;
	z-index: 20;
}

.map-holder.middle .under-layer{
	background: #F1F2F7;
	width: 440px;
	height: 200px;
	z-index: -10;
	position: absolute;
	bottom: 0;
	margin-bottom: -50px;
	margin-left: -30px;
}

.right-floating{
	position: absolute;
	z-index: 2;
	float: right;
	width: 200px;
	height: 35px;
	background: #F6F7FB;
	text-align: center;
	line-height: 35px;
	color: #4A5E97;
	right: 0
}

.right-floating .time{
	margin-left: 15px;
}


footer{
	background: #001339;
	margin-top: 100px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0 !important;
}

footer .item{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

footer a{
	color: #FFF;
}

footer a:hover{
	color: white;
}

/* radar */

header.radar-pg{
	color: #0A2472;
	/* overflow: hidden; */
	padding-bottom: 0;
}

header.radar-pg .clouds-layer{
	top: 80px;
	background-color: #fff !important;
}

header.radar-pg .intervalPicker .interval{
	color: #0A2472;
}

header.radar-pg .location input[type="text"]{
	border: 2px solid #0A2472;
}

header.radar-pg .btn-satellite,
header.radar-pg .btn-radar{
	background: #0A2472;
	color: #FFF;
	/* border: 2px solid #0A2472; */
}

header.radar-pg .btn-radar.active {
	border-color: #ec5252 !important;
}

header.radar-pg .btn-radar:not(.storm) img{
	filter: brightness(0) invert(1);
}

.radar-map-outer {
	width: auto;
	height: 400px;
	margin: 0 0 0 120px;
}

.radar-header-map-container,
.radar-under-header-map-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1020px;
}

@media (min-width: 1400px) {
    .radar-header-map-container,
	.radar-under-header-map-container{
		max-width: 1320px;
	}
}

@media (min-width: 1600px) {
    .radar-header-map-container,
	.radar-under-header-map-container{
		max-width: 1510px;
	}
}

@media (min-width: 1800px) {
    .radar-header-map-container,
	.radar-under-header-map-container{
		max-width: 1680px;
	}
}

@media (min-width: 2000px) {
    .radar-header-map-container,
	.radar-under-header-map-container{
		max-width: 1920px;
	}
}

@media (min-width:2600px) {
    header.radar-pg .container{
    	width: 2570px;
    }

    .radar-header-map-container,
	.radar-under-header-map-container{
		max-width: 2570px;
	}
}

.radar-map-container-opera {
	width: 96%;
	height: 600px;
	max-width: none;
	margin-bottom: 30px;
	box-shadow: 0 6px 50px rgba(7, 33, 116, 0.125);
}

@media (min-width: 600px) {
	.radar-map-container-opera {
		height: 640px;
	}
}

@media (min-width: 900px) {
	.radar-map-container-opera {
		height: 640px;
	}
}

@media (min-width: 1200px) {
	.radar-map-container-opera {
		height: 680px;
	}
}

@media (min-width: 1800px) {
	.radar-map-container-opera {
		height: 800px;
	}
}

@media (min-width: 2000px) {
	.radar-map-container-opera {
		height: 960px;
	}
}

.radar-header-map-container .error,
.radar-under-header-map-container .error {
	position: absolute;
	z-index: 20;
	width: 100%;
}

.radar-header-map-container .error .short,
.radar-under-header-map-container .error .short {
	text-align: center;
	line-height: 144px;
	font-size: 34px;
	color: #999;
}

.radar-header-map-container .error .descr,
.radar-under-header-map-container .error .descr {
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #999;
}

.radar-header-map-controls {
	position: relative;
	width: auto;
}

.radar-header-map {
	position: relative;
	width: auto;
	height: 460px;
	margin: 10px 0 0;
	box-shadow: 0 6px 50px rgba(7, 33, 116, 0.125);
}

.radar-map-container .time-picker {
	z-index: 10;
	position: relative;
	float: right;
	width: 160px;
	height: 460px;
	background-color: #fff;
	box-shadow: 0 6px 50px rgba(7, 33, 116, 0.125);
}

.radar-map-container .time-picker select {
	width: 160px;
	height: 460px;
	border: none;
	background: none;
	outline: none;
	overflow-y: auto;
}

@media (min-width:1400px) {
    .radar-header-map,
    .radar-map-container .time-picker,
    .radar-map-container .time-picker select {
        height: 595px;
    }
}

@media (min-width:1600px) {
    .radar-header-map,
    .radar-map-container .time-picker,
    .radar-map-container .time-picker select {
        height: 680px;
    }
}

@media (min-width:1800px) {
    .radar-header-map,
    .radar-map-container .time-picker,
    .radar-map-container .time-picker select {
        height: 757px;
    }
}

@media (min-width:2000px) {
    .radar-header-map,
    .radar-map-container .time-picker,
    .radar-map-container .time-picker select {
        height: 865px;
    }
}

@media (min-width:2600px) {
    .radar-header-map,
    .radar-map-container .time-picker,
    .radar-map-container .time-picker select {
        height: 800px;
    }
}

.radar-map-container .time-picker select option {
	position: relative;
	padding: 2px 0;
	font-size: 12px;
	text-align: center;
}

.radar-map-container .time-picker select option.act:before {
	position: absolute;
	top: 0;
	left: 8px;
	line-height: 20px;
	font-size: 8px;
	content: "\25BA";
	color: #4A5E97;
}

@media(min-width: 768px) {
	.time-picker ~ .radar-header-map-controls {
		margin-right: 160px;
	}
}

@media(max-width: 767px) {
	.radar-map-container .time-picker {
		display: none;
	}
}

.radar-headline {
	position: relative;
	z-index: 100;
	float: left;
	margin: 20px 0 10px;
	padding: 0 10px 0 0;
	line-height: 32px;
	font-size: 24px;
	font-weight: 600;
	background: #fff;
	color: #4a5e97;
}

.radar-headline-supply {
	position: relative;
	height: 17px;
	margin: 20px 0 10px;
	border-bottom: 2px #eaedf3 solid;
}

.radar-headline-button-holder {
	position: relative;
	float: left;
	padding: 0 20px 0 10px;
	line-height: 32px;
	background: #fff;
}

.radar-headline-button {
	display: inline-block;
	padding: 0 25px;
	line-height: 26px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #4f629a;
	background: #fff;
	border: 1px #0a2472 solid;
	border-radius: 14px;
}

.radar-headline-button:hover {
	background: #0a2472;
	color: #fff;
	text-decoration: none;
}

.radar-map-ad {
	float: left;
	width: 300px;
	height: 250px;
	margin-top: 50px;
	background: #eaedf3;
}

.radar-pg .header-weather-calc-btn {
	display: none;
}

.map-player-timeline-controls {
	position: relative;
	float: left;
	width: 100px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.map-player-timeline-controls .btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: white;
	background: #002a72;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
}

.timeline {
	position: relative;
	height: 80px;
	margin: 0 0 0 100px;
	padding:0 20px;
}

.timeline .time-update {
	display: none !important;
	position: absolute;
	display: inline-block;
	top: 4px;
	right: 0;
}

.legenda{
	font-weight: bold;
	line-height: 25px
}

.legend-scale-item {
	display: block;
	clear: both;
	height: 18px;
	line-height: 18px;
	font-weight: 600;
	font-size: 12px;
	text-align: right;
	color: #495d99;
	text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}

.legend-scale-point {
	float: right;
	display: inline-block;
	width: 10px;
	height: 18px;
	margin: 0 0 0 8px;
	border-radius: 0;
}

.legend-scale-item:first-child .legend-scale-point {
	border-radius: 5px 5px 0 0;
}

.legend-scale-item:last-child .legend-scale-point {
	border-radius: 0 0 5px 5px;
}

@media(max-width: 768px) {
	.legend-scale-point {
		width: 10px;
		height: 10px;
		margin: 4px 0 0 8px;
		border-radius: 9px !important;
	}
}

.col-radar-legenda {
	position: absolute;
	top: 45px;
	right: 2%;
	z-index: 500;
	pointer-events: none;
}

.map-player-time-headline {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	text-align: right;
	font-size: 14px;
	color: #4A5E97;
	background-color: #F6F7FB;
}

.map-player-time-headline .datetime {
	margin: 0 10px 0 0;
	font-weight: 600;
}

@media(max-width: 768px) {
	.radar-header-map {
		margin: 0;
	}

	.map-player-timeline-controls {
		width: 80px;
	}

	.timeline {
		margin: 0 0 0 80px;
	}
}

#radar-play {
	pointer-events: auto;
}

.legenda .dot{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: red;
	border-radius: 50%;
	margin-right: 15px;
}

header.radar-pg .show-weather-for{
	margin-bottom: 0;
	height: 0px
}

@media(min-width: 768px){
	.white-lined{
		border: 1px solid white;
		padding: 6px;
		padding-top: 6px;
		padding-bottom: 8px;
		padding-right: 25px;
		border-radius: 20px;
		display: inline-block;
	}
	header.radar-pg .white-lined{
		border: 1px solid #002a72;
		background:  white;
	}
}

header.radar-pg .page-title,
header.radar-pg .intervalPicker,
header.radar-pg .location,
header.radar-pg .col-sm-4,
header.radar-pg .col-sm-20{
	position: relative;
	z-index: 1500
}

.single-post-content h1,
.single-post-content h2{
	margin-top: 0;
	color: #4A5E97;
	font-weight: bold;
	font-size: 32px;
	display: block;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: 600;
}

.single-post-content .big-thumbnail{
	margin-bottom: 40px;
}

.single-post-content h1 .wrap-underline,
.single-post-content h2 .wrap-underline{
	display: inline-block;
	background: white;
	position: relative;
	z-index: 1;
	padding-right: 20px;
}

.single-post-content h1:after,
.single-post-content h2:after{
	width: 100%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	/* margin-bottom: 60px; */
	top: 50%;
}

.single-post-content h1{
	font-size: 40px
}

/* //////// Tablet large //////// */

@media(min-width: 993px) and (max-width: 1200px){

	.weather-overview .small-number .weather-icon{
		margin-left: 0px
	}

	.btn-line-left.rangeSlider{
		display: none
	}

	.instagram-holder .insta-photo{
		width: 250px;
		height: 250px;
	}

	.instagram-holder .img-block{
		margin-top: 15%;
		margin-left: -15px
	}

	.instagram-holder a:nth-child(3) .img-block{
		right: -5%;
		margin-top: 20%

	}

	.instagram-holder a:nth-child(2) .img-block{
		right: 25%;
		margin-top: 50%

	}

	.instagram-holder a:nth-child(1) .img-block{
		right: 25%;
		margin-top: 0%

	}

	#photos .photo-big .photo{
		width: 450px;
		height: 400px;
		background-size: cover !important;
	}

	#photos .photo-big.odd{
		margin-top: 40px;
	}

}

/* //////// Tablet large //////// */

@media(min-width: 768px) and (max-width: 992px){
	.weather-overview .big-number{
		font-size: 120px;
	}

	.weather-overview .small-number .weather-icon{
		position: absolute;
		right: 2px;
		top: 0px;
		bottom: 0px;
		margin: auto;
	}

	.video-24 .big-24{
		font-size: 250px;
		letter-spacing: -35px;
		line-height: 120px;
		margin-right: 0;
		right: 30px;
	}

	.map-holder .top-bar input[name="searchLocationMap"]{
		width: 150px
	}

	.map-holder .top-bar button{
		width: initial;
		padding-left: 10px;
		padding-right: 10px;
	}

	.small-post h3{
		min-height: 120px
	}


	.instagram-holder .insta-photo{
		width: 170px;
		height: 170px;
	}

	.instagram-holder .img-block{
		margin-top: 35%;
		margin-left: -15px
	}

	.instagram-holder a:nth-child(3) .img-block .insta-photo{
		width: 130px;
		height: 130px;
	}

	.instagram-holder a:nth-child(3) .img-block{
		right: -5%;
		margin-top: 40%

	}

	.instagram-holder a:nth-child(2) .img-block{
		right: 27%;
		margin-top: 65%

	}

	.instagram-holder a:nth-child(1) .img-block{
		right: 27%;
		margin-top: 10%

	}

	.instagram-holder a:nth-child(1) .img-block .insta-photo,
	.instagram-holder a:nth-child(2) .img-block .insta-photo{
		width: 140px;
		height: 140px;
		margin-left: auto;
		margin-right: auto;
	}

	.instagram-holder:after{
		width: 400px;
		height: 450px;
		margin-top: 80px
	}

	.instagram-holder .line-under .name{
		font-size: 9px
	}

	#photos .photo-small .photo,
	#photos .photo-big .photo{
		width: 350px;
		height: 250px;
		background-size: cover !important;
	}

	#photos .photo-big.odd{
		margin-top: 40px;
	}

	button.more-news{
		width: 155px
	}

	.btn-line-left.rangeSlider{
		display: none
	}

	footer .item{
		font-size: 12px;
		margin-left: 2px;
		margin-right: 2px;
	}
}

/* //////// Mobile //////// */

@media(max-width: 767px){


	/* global */

	.btn-line-left{
		display: none
	}

	header .intervalPicker{
		margin-top: 30px;
		border: 1px solid white;
		padding: 0px;
		padding-right: 25px;
		border-radius: 20px;
		padding: 6px;
		z-index: 20;
		padding-left: 15px;
	}

	.map-holder.middle .under-layer{
		width: 200px;
	}

	header .page-title{
		display: block;
		float: initial
	}

	.btn-satellite{
		position: absolute !important;
		right: 90px;
        line-height: 32px;
		top: -52px;
		padding: 0 20px;
	}

	.btn-radar{
		position: absolute !important;
		right: 0;
        line-height: 32px;
		top: -52px;
		padding: 0 20px;
	}
	.btn-radar.storm{
		position: absolute !important;
		right: 105px;
		top: -52px;
	}

	.btn-radar img{
		display: none
	}

	header .intervalPicker .interval{
		margin-left: 0;
		padding-left: 0;
		padding-right: 10px;
		display
	}


	.weather-overview .vertical-line{
		display: none;
	}

	.video-24{
		margin-bottom: 82px;
	}

	.video-24 .big-24{
		font-size: 300px;
		line-height: 135px;
	}


	#headlines .owl-controls{
		display: none
	}

	.map-holder .top-bar input[name="searchLocationMap"]{
		padding-right: 0px;
		width: 145px;
		height: 30px;
		margin-top: 3px;
	}

	.map-holder .top-bar button{
		margin-left: 0;
		display: block;
		font-size: 12px;
		width: initial;

		margin-bottom: 10px;
	}

	#photos .line-under .author .date{
		display: none;
	}

	.map-holder .buttons{
		width: 120px;
		text-align:  right;
		direction: rtl;
	}

	#mapkit-4941{
		height: 340px;
	}

	#headlines h2{
		margin-bottom: 25px;
		margin-top: 40px;
	}

	#headlines .line-under-title{
		margin-top: -45px;
	}

	#aktuality h2{
		margin-bottom: 50px;
		/* padding-left: 15px; */
		margin-top: 35px;
	}

	#aktuality .line-under-title{
		margin-top: -65px;
		margin-bottom: 60px;
	}

	.top-post h3{
		margin-left: 0;
		margin-top: 30px
	}

	.top-post .text-desc{
		margin-left: 0
	}

	.top-post .date{
		margin-left: 0
	}

	.top-post img{
		box-shadow: none;
	}

	#aktuality .top-post .col-sm-14{
		padding: 0
	}

	#kamery{
		padding-top: 0;
		padding-bottom: 20px;
		margin-top: 0;
	}


	#kamery .title{
		text-align: center;
		margin-bottom: 0;
		margin-top: 30px;
	}

	#kamery .title .subtitle{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#kamery .owl-controls{
		display: none
	}

	#kamery .kamery-owl{
		width: calc(100% + 30px);
	}

	#kamery .kamery-owl .owl-stage{
		right: 25px;
	}

	.kamery-item{
		margin-top: 20px;
		margin-bottom 0;
		margin-bottom: 0;
	}

	#photos h2{
		width: auto;
		text-align: center;
		margin: 0
	}

	#photos .photo-small,
	#photos .photo-big{
		float: initial !important;
	}

	#photos .photo-small .photo,
	#photos .photo-big .photo{
		width: 100%;
		height: 200px;
	}

	#photos .photo-big.odd{
		margin-top: 40px;
		display: block;
	}

	#photos button.more-news{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.radar-map-outer{
		top: 95px;
		left: 0;
		margin-left: -15px;
		width: calc(100% + 50px);
	}

	.legenda{
		z-index: 3;
		position: relative;
		pointer-events: none;
	}

	header.radar-pg  .location{
		float: right;
		width: 50px;
		margin-right: 10px
	}

	header.radar-pg .location input[type="text"]{
		background: #FFF;
		width: 50px
	}

	header.radar-pg  .location .fa{
		display: none;
	}

	header.radar-pg  .location .fa.fa-search{
		right: 0;
		display: block;
		top: 1px;

	}

	.instagram-holder .img-block{
		position: relative;
		width: 45%;
		margin-right: 10%;
		float: left;
		margin-bottom: 30px;
	}

	.instagram-holder a:nth-child(even) .img-block{
		margin-right: 0;
	}


	.radar-map-outer:before{
		display: none
	}

	.instagram-holder:after{
		display: none
	}

	.owl-mobile{
		background: #F6F7FB;
		margin-top: 30px;
		/* margin-bottom: 30px; */
		padding-bottom: 130px;
	}

	.owl-mobile .owl-stage{
		right: 24px;
	}


	#instagram{
		text-align: center
	}

	#instagram .subtitle{
		margin-left: auto;
		margin-right: auto;
	}

	.instagram-holder .insta-photo{
		width: 100% !important;
		height: 140px !important;
		max-height: 140px !important;
	}

	button.more-news{
		margin-top: -95px;
		outline: 0;
		margin-left: auto !important;
		margin-right:  auto;
	}

	#aktuality.sidebar button.more-news{
		/* margin-top: 20px; */
	}

	.hlavni-strana-pg #aktuality button.more-news{
		margin-top: -150px;
		margin-bottom: 100px
	}

	.instagram-holder .line-under{
		font-size: 10px;
		text-align: center !important;
	}

	.instagram-holder .line-under .likes{
		display: none;
	}

	.instagram-holder .line-under .name .date{
		display: none
	}

	.section-margin{
		display: none
	}

	.disable-padding-on-mobile{
		padding-left: 0;
		padding-right: 0;
	}

	.col-sm-7-5 .row{
		margin: 0
	}

	.hlavni-strana-pg #photos{
		margin-top: 50px
	}

	#aktuality .container{
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}

	#aktuality .owl-controls{
		margin-top: -83px;
		position:  absolute;
		width: 100%;
		z-index: 100;
	}

	#aktuality .owl-controls .owl-switcher{
		width: 25px;
		height: 25px;
		display: inline-block;
		margin-bottom: 20px;
		border-radius: 50%;
		background: #002a72;
		color: white;
		font-size: 13px;
		line-height: 25px;
		padding: 0;
		font-weight: bold;
		text-align: center;
		margin-left: 4px;
		margin-right: 4px;
		cursor:  pointer;
		text-align: center;
		position: absolute;
		left: 20px;
	}

	#aktuality .owl-controls .owl-switcher.news-to-right{
		left: initial;
		right: 20px;
	}

	.small-post img{
		width: 100%
	}

	.link-today.visible-xs, .link-tomorrow.visible-xs {
		display: inline-block !important;
	}

	.link-today.hidden-xs {
		display: none !important;
	}

	.tomorrow-weather, .after-tomorrow-weather{
		display: none;
	}

	#photos .line-under-more-news{
		margin-bottom: 80px;
		margin-top: -65px;
	}

	footer{
		padding-top: 30px
	}

	footer,
	footer .col-sm-8{
		text-align: center;
		margin-bottom: 5px;
		margin-bottom: 20px
	}

	footer a{
		opacity: 0.7
	}

	footer a:hover{
		color: white;
	}

	footer a.social-button{
		opacity: 1;
		width: 100px;
		display: block;
		border: 1px solid white;
		border-radius: 25px;
		padding: 3px 20px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	header.radar-pg{
		color: #0A2472;
		overflow: visible;
		background: #E9ECF3;
		padding-top: 15px;
		padding-bottom: 0;
	}

	header.radar-pg .clouds-layer{
		background: #FDFEFE;
		top: 58px;
	}

	.sidebar .small-post{
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}
}

@media(min-width: 600px) {
    .mobile-move-menu-toggle {
        display: none !important;
    }
}

@media(max-width: 600px) {
	.mobile-move-menu {
		display: none;
	}

	.mobile-move-menu-toggle {
		display: block;
	}
}

@media(max-width: 400px){
	header .intervalPicker .interval{
		padding-right: 0px;
	}
}

.gm-style-mtc {
  display: none;
}

.timeline .irs-line {
	border-radius: 0;
}


.timeline .irs-line-left,
.timeline .irs-line-mid,
.timeline .irs-line-right{
	background: #002a72;
	height: 4px;
}

.timeline .irs-slider.single{
    z-index: 21;
    height: 16px;
    background: #002a72;
    margin-top: 1px;
}

.timeline .irs-grid-text {
	top: 0;
	font-size: 17px;
	color: #0A2472;
}

/*@media(min-width: 1250px){

	.timeline .irs-grid span.irs-grid-text{
		display: none;
	}

	.timeline .irs-grid span[class$="0"],
	.timeline .irs-grid span[class$="2"],
	.timeline .irs-grid span[class$="4"],
	.timeline .irs-grid span[class$="6"],
	.timeline .irs-grid span[class$="8"]{
		display: block;
	}
}
@media(min-width: 1500px){

	.timeline .irs-grid span.irs-grid-text{
		display: none;
	}

	.timeline .irs-grid span[class$="0"],
	.timeline .irs-grid span[class$="5"]{
		display: block;
		visibility: visible !important;
	}
}*/

.timeline .irs-grid-pol.small,
.timeline .irs-grid-pol{
	display: none
}

.margin-bottom-40{
	height: 40px;
}

.watermark {
	position: absolute;
	left: 20px;
	z-index: 100;
	bottom: 20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.2;
}

.cover-img {
	position: relative;
	overflow: hidden;
	display: block;
}

.cover-img > img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}

.size-ar-3-2,
.size-ar-16-9 {
	height: auto;
}

.size-ar-3-2:before,
.size-ar-16-9:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
}

.size-ar-3-2:before {
	padding-top: 66.6%;
}

.size-ar-16-9:before {
	padding-top: 56.25%;
}

.page-category {
	max-width: 840px;
	margin: 0 auto;
}

.category-post-list .post {
	margin: 60px 0;
}

@media(max-width: 1024px) {
	.category-post-list .post {
		margin: 40px 0;
	}
}

@media(max-width: 768px) {
	.category-post-list .post {
		margin: 30px 0;
	}
}

.category-post-list .post .post-heading,
.category-post-list .post .post-catdate,
.category-post-list .post .post-excerpt {
	float: right;
	clear: right;
	width: 55%;
}

.category-post-list .post .post-thumbnail {
	float: left;
	width: 40%;
	box-shadow: 0 18px 34px -12px rgba(0, 41, 146, 0.3);
}

@media(max-width: 768px) {
	.category-post-list .post .post-heading,
	.category-post-list .post .post-catdate,
	.category-post-list .post .post-excerpt,
	.category-post-list .post .post-thumbnail {
		float: none;
		width: 100%;
	}
}

.category-post-list .post-heading {
	margin: 0 0 10px;
}

.category-post-list .post-heading a {
	color: #4a5e97;
}

.category-post-list .post .post-catdate {
	margin: 0 0 15px;
	color: #4687ff;
}

.category-post-list .post .post-thumbnail {
	margin: 0 0 10px;
}

.category-post-list .post .post-catdate .category {
	margin-right: 4px;
}

.category-post-list .post .post-catdate .date {
	margin-left: 4px;
	color: #0A2472;
}

.category-post-list .post .post-excerpt a.view-article {
	text-decoration: underline;
}

/* single post */

.singlecategory-title,
.singlepost-title {
	font-size: 46px;
	font-weight: bold;
	color: #0A2472;
	margin-top: 50px;
}

@media(max-width: 1024px){
	.singlecategory-title,
	.singlepost-title {
		font-size: 40px;
		margin-top: 40px;
	}
}

@media(max-width: 768px){
	.singlecategory-title,
	.singlepost-title {
		font-size: 32px;
		margin-top: 30px;
	}
}

.page .singlepost-title{
	margin-bottom: 30px
}

.under-title-informations{
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 600;
	color: #0A2472;
	margin-bottom: 40px;
}

.under-title-informations .tag-holder{
	background: #EC5252;
	color: white;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	padding: 5px 7px;
	text-transform: uppercase;
	margin-right: 10px
}

.under-title-informations .separator{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 300;
}

.the-excerpt{
	font-size: 23px;
	color: #00072D;
	line-height: 32px;
	margin-bottom: 40px;
}

.single-post-content{
	font-size: 18px;
	color: #00072D;
	line-height: 32px;
}

.single-post-content a{
	color: #BF667B;
	text-decoration: underline;
}

.live-more{
	margin-top: 70px;
}

.live-more h3.underline{
	margin-top: 0;
    color: #0A2472;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    background: #FFF;
    z-index: 1;
    position: relative;
    padding-right: 15px;
    margin-top: -9px;
    margin-bottom: 30px
}

.live-more .line-under-title{
    width: 100%;
    height: 1px;
    background: rgba(76, 94, 151, 0.22);
    content: "";
    display: block;
    position: absolute;
    margin-top: -50px;
    z-index: 0;
}

.live-more .top-post .text-desc{
	margin-top: 0px
}

.live-more .news-item{
	box-shadow: 0px 0px 15px rgba(136, 136, 136, 0.1);
    padding: 34px;
    min-height: 195px;
    touch-action: none;
}


#aktuality.interest-for-you{
	margin-top: 70px;
}

#aktuality.interest-for-you h2{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 420px;
	max-width: 100%;
	padding-right: 0
}

/* reviews */

#reviews{
	margin-top: 50px
}

#reviews h2{
	margin-top: 0;
	color: #4A5E97;
	font-weight: bold;
	font-size: 40px;
	display: inline-block;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	margin-top: -9px;
	margin-bottom: 30px;
	font-weight: 600
}

#reviews .line-under-title{
	width: 100%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	/* position: absolute; */
	margin-top: -50px;
	z-index: 0;
	margin-bottom: 60px
}

.review-item{
	margin-top: 40px;
	background: white;
	box-shadow: 0px 5px 10px rgba(109, 109, 109, 0.1);
	font-size: 20px;
	color: #0A2472;
}

.review-item .col-sm-17{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.review-item .desc .user-info{
	font-size: 12px;
	font-weight: 600
}

.review-item .desc{
	max-width: 750px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 20px;
}

.review-item .desc .user-info .separator{
	display: inline-block;
	margin-left: 5px; margin-right: 5px;
}

.review-item .desc .user-info span{
	color: #4687FF
}

/* B2B Help */

.business-help{
	margin-top: 70px;
}

.business-help h2{
	margin-top: 0;
	color: #0A2472;
	font-weight: bold;
	font-size: 40px;
	display: inline-block;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	margin-top: -9px;
}

.business-help .line-under-title{
	width: 100%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	/* position: absolute; */
	margin-top: -30px;
	z-index: 0;
}

/* Tym */

#tym{
	margin-top: 70px;
}

#tym .small-post{
	margin-bottom: 0px
}

#tym h2{
	margin-top: 0;
	color: #0A2472;
	font-weight: bold;
	font-size: 40px;
	display: inline-block;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	margin-top: -9px;
}

#tym .line-under-title{
	width: 100%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	/* position: absolute; */
	margin-top: -30px;
	z-index: 0;
}

#tym .small-post .photo{
	height: 190px;
	width: 100;
	background-size: cover !important;
	background-position: center center !important;
}

#tym .small-post .name{
	color: #0A2472;
	margin-top: 30px;
	font-size: 20px;
}

#tym .small-post h3{
	min-height: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #4687FF;
}

#tym .small-post .cont{
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 12px;
	color: #4A5E97;
}

#tym .small-post .col-sm-24{
	padding-left: 25px;
	padding-right: 25px;
}

/* kde nas najdete */

.kde-nas-najdete{}

.kde-nas-najdete{
	margin-top: 50px
}

.kde-nas-najdete h2{
	margin-top: 0;
	color: #4A5E97;
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	margin-top: -9px;
	margin-bottom: 30px;
	font-weight: 600;
	padding-left: 15px;
}

.kde-nas-najdete .line-under-title{
	width: 100%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	/* position: absolute; */
	margin-top: -43px;
	z-index: 0;
	margin-bottom: 60px;
}

.kde-nas-najdete .map-holder.middle #mapkit-4941{
	height: 450px
}

.single-post-content.kontakt{
	font-size: 15px;
	line-height: 18px;
}

.single-post-content.kontakt h4{
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 32px;
}

.wpcf7 label{
	font-size: 12px;
	color: #4A5E97;
	text-transform: uppercase;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
	width: 5000px;
	max-width: 90%
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus{
	outline: 0
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
	padding: 5px;
	border-radius: 12px;
	border: 1px solid #4A5E97;
}

.wpcf7 textarea{
	padding: 5px;
	border-radius: 12px;
	border: 1px solid #4A5E97;
	height: 80px;
}

.wpcf7 input[type="submit"]{
	float: right;
	margin-right: 10%;
	background: #0A2472;
	color: white;
	text-transform: uppercase;
	padding: 8px 90px;
	border-radius: 20px;
	border: 0;
	box-shadow: 0px 0px 20px rgba(109, 109, 109, 0.3)

}

#scrollingcontent{
	overflow: hidden;
	cursor:  pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(0.75, rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.range-slider{
	/* width: 10000px; */

}

.scrollbar{
	max-width: 800px;
	background: white;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media(min-width: 2000px){
	.disable-swiper-2k #scrollingcontent{
		width: 1285px;
		-webkit-mask-image: none;
		margin-left: auto;
		margin-right: auto;
	}

	.disable-swiper-2k .swiper{
		display: none !important
	}
}


/* hidden in beta */

header.radar-pg .location{
	display: none;
}

.meteo-actual-instance {
    display: none;
    height: 600px;
    background-size: cover;
}

.meteo-actual-instance.active {
    display: block;
}

.meteo-actual-wind,
.meteo-actual-cloud,
.meteo-actual-temperature {
	height: 0;
	padding-top: 69.28%;
}

.meteo-actual-active {
	display: block;
}

.ad-actual {
    height: 600px;
}

img[class^="wp-image"], img[class*=" wp-image"] {
	max-width: 100%;
	height: auto;
}

/* bubbles */

.toggleHelpBubbles{
	position: fixed;
	right: 0;
	top: 35px;
	background: #002a72;
	padding: 5px 10px;
	padding-left: 13px;
	cursor: pointer;
	border-top-left-radius: 10px;
	color: white;
	border-bottom-left-radius: 10px;
	z-index:  9999;
}

.hint-bubble{
	position: absolute;
	background: #002a72;
	padding: 25px;
	width: 360px;
	border-radius: 25px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
	max-width: 100vw;
	z-index: 200;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	color: white;
	pointer-events:none;
	display:  none;
	text-align: left;
	line-height: 22px;
}

.hint-bubble .title{
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 20px;
	position: relative;
	z-index: 20;
}

.hint-bubble .next-bubble{
	background: transparent;
	border: 0;
	padding: 0;
	font-weight: 600;
	text-decoration: underline;
	overflow: hidden;
	pointer-events: auto;
	position: relative;
	z-index: 20;
}

.hint-bubble .light-text {
	font-weight: 600;
	color: #667faa;
}

.hint-bubble .close-bubble{
	background: transparent;
	border: 0;
	padding: 0;
	text-decoration: underline;
	pointer-events: auto;
	position: relative;
	z-index: 20;
	cursor: pointer;
}

.hint-bubble .desc{
	margin-bottom: 20px;
	position: relative;
	z-index: 20;
}

.hint-bubble.only-one-bubble .counter{
	display: none;
}

.hint-bubble.only-one-bubble .close-bubble{
	color: white;
	position: absolute;
	bottom: 18px;
	text-align: center;
	width: calc(100% - 50px);
	font-weight:  bold;
	font-size: 20px;
}

.hint-bubble.right{
	right: -320px;
	top: -25px;
}

.hint-bubble.left{
	left: -380px;
	bottom: -30px;
}

.hint-bubble.top{
	left: 0;
	top: -280px;
}

.hint-bubble.down{
	right: -35px;
	top: 40px;
}

.hint-bubble.right:before{
    position:absolute;
    width:60px;
    height:60px;
    left:20px;
    background: white;
    background:#002a72;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:10px;
    content: "";
    left: -14px;
    top: 12px;
    z-index: 10;
    pointer-events: none;
}

.hint-bubble.left:before{
    position:absolute;
    width:60px;
    height:60px;
    background: white;
    background:#002a72;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:10px;
    content: "";
    right: -14px;
    bottom: 12px;
    z-index: 10;
    pointer-events: none;
}

.hint-bubble.top:before{
    position:absolute;
    width:60px;
    height:60px;
    left:20px;
    background: white;
    background:#002a72;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:10px;
    content: "";
    bottom: -12px;
    z-index: 10;
    pointer-events: none;
}

.hint-bubble.down:before{
    position:absolute;
    width:60px;
    height:60px;
    right:20px;
    background: white;
    background:#002a72;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:10px;
    content: "";
    top: -12px;
    z-index: 10;
    pointer-events: none;
}

.hint-bubble.only-one-bubble{
	padding-bottom: 40px;
}

.hint-bubble.only-one-bubble:before{
	left: 0; right: 0;
	margin: auto;
}

@media(max-width: 767px){
	.hint-bubble{
		left: 0 !important;
		top: 70px !important;
		right: initial !important;
		bottom: initial !important;
		z-index: 1000000;
		/* position: fixed; */
		/* display: none !important; */
		max-width: 100%;
		pointer-events: auto;
	}

	.toggleHelpBubbles{
		/* display: none !important */
	}

	.hint-bubble:before{
		left:20px !important;
		top: -12px !important;
	}
}

/* responsive ads */

iframe[class^="cto_"]{
	max-width: 100%;
}

.cameras .camerabig{
	height: 55vw;
}

.camarabig-outer{
	position: relative;
}

.camarabig-outer .buttons-switch{
	position: absolute;
	left: 0; right: 0;
	top: 70px;
	z-index: 20;
}

.camarabig-outer .buttons-switch button{
	background: #FFF;
	border-radius: 0;
	border: 0;
	border: 1px solid #002a72;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 35px;
	border-radius: 20px;
	margin-left: 10px;
	transition: all 0.2s;
	text-transform: uppercase
}

.camarabig-outer .buttons-switch button:focus{
	outline: 0;
}

.camarabig-outer .buttons-switch button.active,
.camarabig-outer .buttons-switch button:hover{
	background: #002a72;
	color: #FFF;
}

.camarabig-outer .zoom-control{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	/* right: 5%; */
}

.camarabig-outer .zoom-control .zoom-button{
	width: 35px;
	height: 35px;
	display: block;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #002a72;
	color: white;
	font-size: 35px;
	line-height: 15px;
	padding: 0;
	text-align: center;
	border: 0;
}

.camarabig-outer .zoom-control .zoom-button:focus{
	outline: 0;
}

.camarabig-outer .zoom-control .zoom-button span{
	margin-top: -7px;
	line-height: 20px;
	display: block;
}

.camarabig-outer .map-camera-inner{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.camarabig-outer .map-camera-inner.live-1:after{
	width: 16px;
	height: 16px;
	background: #ec5252;
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
}

.cameras-section{
	margin-top: 70px;
}

.cameras-section .kamery-item{
	margin-top: 0;
	box-shadow: 0px 0px 15px rgba(136, 136, 136, 0.1);
}

@media(max-width: 767px){
	.camarabig-outer .zoom-control .zoom-button,
	.camarabig-outer .buttons-switch{
		display: none;
	}
}

.cameras-section h2{
	margin-top: 0;
	color: #0A2472;
	font-weight: 700;
	font-size: 40px;
	display: inline-block;
	background: #fff;
	z-index: 1;
	position: relative;
	padding-right: 15px;
	margin-top: -9px;
	/* margin-bottom: 40px; */
}

.cameras-section .line-under-title{
	width: 100%;
	height: 1px;
	background: rgba(76, 94, 151, 0.22);
	content: "";
	display: block;
	/* position: absolute; */
	margin-top: -33px;
	z-index: 0;
	margin-bottom: 55px;
}

.container-404 {
    text-align: center;
    font-size: 1.4em;
    color: #0a2472;
}

.container-404 h1 {
    font-weight: bold;
    font-size: 1.8em;
    margin: 100px 0 50px;
}

.container-404 p {
    max-width: 23em;
    margin: 50px auto 50px;
}

.container-404 a {
    color: #0a2472;
    text-decoration: underline;
}

.lightningmap-container {
	width: 100%;
	height: 640px;
}

.lightning-holder {
	position: relative;
	display:block;
	width: 64px;
	height: 64px;
}

.lightning-wave {
	position: absolute;
	display:block;
	top: 32px;
	left: 32px;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	box-shadow: inset 0 0 35px #ffefbe;
	-webkit-box-shadow: inset 0 0 52px #ffefbe;
	-moz-box-shadow: inset 0 0 52px #ffefbe;
	border-radius: 50% 50%;
	animation: lightning-wave-pop 1.5s ease-out;
	opacity: 0.8;
}

@keyframes lightning-wave-pop {
	0% {
		width: 0;
		height: 0;
		opacity: 0.7;
	}
	100% {
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

.lightning-flash {
	position: absolute;
	display:block;
	top: 32px;
	left: 32px;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	animation: lightning-flash-frames 0.8s steps(4, end);
	background-image: url("img/lightning_sprite.png");
	background-position: 0 0;
	background-size: 100%;
	opacity: 0;
}

@keyframes lightning-flash-frames {
	0% {
		background-position-y: 0;
		opacity: 0.9;
	}
	100% {
		background-position-y: -128px;
		opacity: 0.6;
	}
}




/* Radar V2 */

.timeline .irs-grid-text{
	opacity: 0;
}

.timeline .hourslist{
	margin-top: -20px;
}

.timeline .hourslist .hourItem{
	float: left;
	color: #002d72;
	text-align: left;
	padding-left: 15px;
}

.timeline .dayBlock{
	position: absolute;
	margin-top: 30px;
	color: #002d72;
	padding-left: 15px;
}

.timeline .dayBlock:after{
	background: url('img/arrow-move.png');
	width: 16px; height: 12px;
	content: "";
	display: inline-block;
	transform: rotate(-90deg);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 2px;
	vertical-align: -1px;
}

.timeline .inputCurrentDate{
	position: absolute;
	color: white;
	margin-top: -66px;
	background: #002d72;
	padding: 10px 5px;
	border-radius: 40px;
	text-align: center;
	left: 0;
	right: 0;
	line-height: 18px;
	box-shadow: 0px 0px 20px rgba(0, 49, 114, 0.5);
	width: 120px;
	margin-left: -15px
}

.timeline .inputCurrentDate .inputCurrentTime{
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.timeline .inputCurrentDate:after{
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #003172;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0; right: 0;
  margin: auto;
}

.map-player-timeline-controls:before{
	content: "Zastavit animaci";
	position: absolute;
	margin-left: -144px;
	background: url('img/Triangle.png');
	background-size: cover;
	background-position: center;
	text-align: center;
	line-height: 18px;
	margin-top: 22px;
	color: #002d72;
	width: 144px;
	height: 59px;
	line-height: 41px;
	font-size: 12px;
	opacity: 0;
	transition: all 0.2s;
	pointer-events: none
}

.map-player-timeline-controls:hover:before{
	opacity: 1;
}

.irs-step-back{
	width: 20px;
	height: 20px;
	content: "left";
	position: absolute;
	display: block;
	background: url('img/arrow-move.png'), white;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #002d72;
	border-radius: 50%;
	margin-top: 25px;
	margin-left: -19px;
	z-index: 20;
	color: #002d72;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	cursor: pointer
}

.irs-step-next{
	width: 20px;
	height: 20px;
	content: "left";
	position: absolute;
	display: block;
	background: url('img/arrow-move.png'), white;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #002d72;
	border-radius: 50%;
	margin-top: -15px;
	z-index: 20;
	color: #002d72;
	text-align: center;
	line-height: 18px;
	right: -20px;
	font-weight: bold;
	cursor: pointer;
	transform: rotate(180deg);
}

.control-buttons-holder{
	position: absolute;
	z-index: 5;
	right: 225px;
	top: 15px;
	background: white;
	box-shadow: 0 0 35px #00000052;
	border-radius: 15px;
}

.control-buttons-holder .button{
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	color: #002d72;
	font-size: 12px;
}

.control-buttons-holder .button.access-toggle:after {
    background: url(img/arrow-move.png);
    width: 16px;
    height: 12px;
    content: "";
    display: inline-block;
    transform: rotate(-90deg);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 2px;
    vertical-align: -1px;
    position: absolute;
    right: 5px;
    top: 13px;
}

.control-buttons-holder .button.toggled.access-toggle:after {
	filter: brightness(10000%);
}

.control-buttons-holder .button.toggled{
	background: #001f58;
	color: white;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.control-buttons-holder .button.access-toggle{
	padding-right: 25px;
}

.control-buttons-holder .button .title .icon{
	width: 15px;
	display: inline-block;
	vertical-align: -1px;
	margin-right: 5px;
}

.control-buttons-holder .button .title .icon img{
	width: 15px;
	display: block;
	max-height: 13px;
}

.control-buttons-holder .button.toggled .title .icon img{
	filter: brightness(10000%);
}

.control-buttons-holder .button .submenu{
	position: absolute;
	padding-left: 0;
	list-style: none;
	padding: 15px 10px;
	background: #061B58;
	color: white;
	margin-top: 10px;
	margin-left: -15px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	display: none;
	width: 100%;
}

.control-buttons-holder .button.toggled .submenu{
	display: block;
}

.control-buttons-holder .button .submenu>li{
	margin-bottom: 10px
}
.control-buttons-holder .button .submenu>li:last-child{
	margin-bottom: 0;
}
.control-buttons-holder .button .submenu a{
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 7px;
	font-size: 12px;
}
.control-buttons-holder .button .submenu a:hover{
	text-decoration: none
}
.control-buttons-holder .button .submenu a .icon{
	width: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: 2px;
}
.control-buttons-holder .button .submenu a img{
	height: 13px;
	margin-left: -10px;
	/* position: absolute; */
	margin-top: 0px;
	filter: brightness(10000%);
}

.cookie-notice {
    padding-top: 20px;
    color: #7b8894;;
}

.cookie-notice a {
	color: #7b8894;;
	text-decoration: underline;
}

/***
*Warning-page
***/
.warning-h1-blue-bold{
	font-size: 36px;
	line-height: 46px;
    color: #0a2472;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 40px;
}
.warning-uppercase-text{
    color: #cb3838;
    text-transform: uppercase;
}
.warning-p-text-container{
	margin: 0;
    font-size: 20px;
    color: black;
}
.warning-content-list{
    padding: 0 10px;
}

.exp-weather h1{
	max-width: 800px;
	font-size: 65px;
}


.blocks-inline{
	display: flex;
	flex-direction: row;
	margin-top: 5em;
	margin-bottom: 5em;
	align-items: flex-end;
	margin-left: -15px;
	margin-right: -15px;
}

@media(max-width: 767px){
	.blocks-inline{
		display: block;
	}
}

.blocks-inline .block{
	width: 100%;
	text-align: center;

	padding-left: 15px;
	padding-right: 15px;
}

.blocks-inline .block .content{
	background: #F2F2F2;
	padding: 30px 15px;
	color: #0A2472;
	font-size: 25px;
	line-height: 50px;
	font-weight: 300;
}


.blocks-inline .block:nth-child(2) .content{
	background: #EAEFFA;
}

.blocks-inline .block .content h3{
	font-size: 36px;
	font-weight: bold;
}

.exp-banner{
	background: #12275c;
	color: white;
}

@media(max-width: 767px){
	.exp-banner{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.exp-banner .container{
	display: flex;
	align-items: center;
}

.exp-banner .title{
	font-size: 40px;
	line-height: 52px;
	font-weight: 600;
}

.exp-banner .btn{
	background: white;
	border-radius: 20px;
	padding: 7px 30px;
	margin-top: 20px;
	color: #12275c;
	font-weight: bold;
	transition:all 0.2s;
}

.exp-banner .btn:hover{
	color: white;
	background: #12275c;
	border: 1px solid white;
}

.blocks-inline.same-height{
	align-items: center;
}

.blocks-inline.same-height h3{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blocks-inline.same-height h4{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 26px;
	line-height: 29px;
}

.blocks-inline.same-height .icon-hold{
	height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.exp-content{

}

.exp-weather .single-post-content{
	color: #0A2472;
	max-width: 860px;
	text-align: justify;
}

.exp-weather .single-post-content p{
	padding-left: 0 !important;
}

.exp-weather .single-post-content h3{
	font-weight: bold;
}

.exp-content h2{margin-top: 0;color: #0A2472;font-weight: 700;font-size: 40px;display: inline-block;background: #fff;z-index: 1;position: relative;padding-right: 0;margin-top: -9px;/* margin-bottom: 40px; */max-width: 580px;}

.exp-content .line-after-title{width: 100%;height: 1px;background: rgba(76, 94, 151, 0.22);content: "";display: block;/* position: absolute; */margin-top: -48px;z-index: 0;margin-bottom: 80px;}

.exp-contact{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.exp-contact .form{
	max-width: 549px;
	margin-left: auto;
	margin-right: auto;
}

.exp-contact .form .infos{
	padding-left: 20px;
	text-transform: uppercase;
	color: #0A2472;
	font-weight: 800;
	font-size: 11px;
	line-height: 16px;
	/* or 160% */

	letter-spacing: 1px;
	text-transform: uppercase;
	border-left: 2px solid;
	margin-top: 20px;
}

.exp-contact h3{
	font-weight: bold;
	font-size: 23px;
	line-height: 29px;
	color: #0a2472;
}

.exp-contact .wpcf7{
	margin-top: 30px;
}

.exp-contact .wpcf7 input[type="text"],
.exp-contact .wpcf7 input[type="email"],
.exp-contact .wpcf7 textarea{
	max-width: 100%;
}

.exp-contact span.wpcf7-list-item{
	margin-left: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.exp-contact .wpcf7 input[type="submit"]{
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
	margin-top: 30px;
}


/* meteoalert */
.meteoalert{
	margin-top: 70px;
	color: #484848;
}

@media(min-width: 992px){
	.meteoalert.enable-mobile{
		background: url(img/pojistovna/mobile.jpg);
		background-position: 100% 125px;
		background-repeat: no-repeat;
		background-size: auto 500px;
	}
}

.meteoalert .ceska-pojistovna-logo{
	margin-bottom: 30px
}

.meteoalert h1{
	font-weight: bold;
	margin-bottom: 30px;
}

.meteoalert h1 .red{
	color: #CB3838;
}

.meteoalert .text{
	font-size: 18px;
}

.meteoalert #meteoalertForm label{
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 115%;
	color: #484848;
}

.meteoalert #meteoalertForm input[type="text"],
.meteoalert #meteoalertForm input[type="email"]{
	width: 100%;
	max-width: 600px;
	padding: 5px 10px;
	border: 1px solid #484848;
	border-radius: 15px;
	display: block;
}

.meteoalert #meteoalertForm input[type="text"].error,
.meteoalert #meteoalertForm input[type="email"].error{
	border: 1px solid #E50814;
}

.meteoalert #meteoalertForm label.error{
	color: #E50814
}

.meteoalert .btn{
	background-image: linear-gradient( #0379bd, #013E6F );
	color: white;
	font-weight: bold;
	font-size: 21px;
	border-radius: 10px;
	padding: 8px 20px;
	margin-top: 20px;
	text-decoration: none;
}

.meteoalert input[type=checkbox]{
	visibility: hidden;
	position: absolute
}

.meteoalert #meteoalertForm label[for="terms"]{
	font-size: 14px;
	text-transform: none;
}

.meteoalert #meteoalertForm label[for="terms"]:before{
	width: 20px;
	height: 20px;
	background: #D8D8D8;
	display: inline-block;
	content: "";
	vertical-align: -5px;
	margin-right: 12px;
	border: 1px solid #979797;
	border-radius: 3px;
}

.meteoalert #meteoalertForm label[for="terms"].error:before{
	border: 1px solid #E50814
}

.meteoalert #meteoalertForm #terms:checked + label:before{
	content: "\2713";
	vertical-align: -1px;
	text-align: center;
	line-height: 20px
}

.meteoalert h3{
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 5px;
}

.meteoalert a{
	text-decoration: underline
}

.meteoalert #meteoalertForm .success{
	display: none;
	background: #9DC44D;
	padding: 20px 30px;
	margin-top: 30px;
	color: white;
	border-radius: 20px;
}

.meteoalert #meteoalertForm .success h3{
	margin-top: 0;
}

.meteoalert #meteoalertForm .success:before{
	background: url(img/pojistovna/success.svg);
	content: "";
	width: 55px;
	height: 80px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

@media(max-width: 767px){
	.meteoalert #meteoalertForm .success:before{
		display: block;
		float: none;
		width: 100%
	}
}

ul.arrow-prepend{
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
}

ul.arrow-prepend li{
	padding-left: 25px;
}
ul.arrow-prepend li:before{
	position: absolute;
	content: "\2192";
	margin-left: -25px;''
}

.meteoalert .last-update{
	font-size: 14px;
	line-height: 29px;
	font-weight: 600;
	letter-spacing: 0.7px;
}


.meteoalert .map-hold{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}

.meteoalert .map-hold .success-icon{
	display: none;
}
.meteoalert .map-hold.no-alert .success-icon{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	background: url(img/pojistovna/no-alert.svg);
	z-index: 5;
	display: block;
	background-size: cover;
	background-position: center;
}

@media(max-width: 767px){
	.meteoalert .map-hold.no-alert .success-icon{
		width: 60px;
		height: 60px;
	}
}

.meteoalert .map-hold img{
	margin-left: auto;
	margin-right: auto;
}

.meteoalert .copyright{
	text-align: center;
	margin-top: 100px;
}

.cams-container-new{
	display: grid;
	margin-left: auto;
	margin-right: auto;
	grid-column-gap: 37px;
	grid-row-gap: 40px;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: auto;
	justify-items: center;
}
.cams-card-new{
	width: 260px;
	height: 370px;
	position: relative;
	-webkit-box-shadow: 0px 3px 6px 0px #E0E0E0;
	-moz-box-shadow: 0px 3px 6px 0px #E0E0E0;
	box-shadow: 0px 3px 6px 0px #E0E0E0;
	overflow: hidden;
	cursor: pointer;
}
.cams-card-new:hover > .cams-cover-img-picture-height-50{
	transform: scale(1.2);
}
.cams-cover-img-picture-height-50{
	height: 50%;
	object-fit: cover;
	transition: transform .5s ease;
}
.cams-cover-img-picture-height-50 > img{
	width: 100%;
}
.cams-img-card{
	height: 100%;
	object-fit: cover;
}
.cams-live{
	width: 50px;
	height: 27px;
	background-color: #ec5252;
	color: white;
	position: absolute;
	line-height: 25px;
	text-align: center;
	right: 0;
	z-index: 2;
}
.cams-card-labels-container{
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.cams-card-icon-altitude{
	width: 20px;
	margin-right: 10px;
}
.cams-card-label-altitude{
	margin-left: 25px;
}
.cams-card-label-title{
	width: 60%;
	margin-left: 30px;
	margin-top: 40px;
	font-size: 22px;
}
@media screen and (min-width: 2000px){
	.cams-container-new{
		grid-template-columns: auto auto auto auto;
		width: 60%;
	}
}
.img-player {
	width: 100%;
	height: 100vh;
	background-color: white;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}
.player-display-none{
	display: none;
}
.remote-icon-container{
	margin-left: 100px;
	margin-top: 20px;
	cursor: pointer;
}
.play-img:hover {
	cursor: pointer;
}
.play {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
}

.camfullclose {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 2000;
	margin: 0 auto;
	text-align: center;
}

.camfullclose>button {
	z-index: 2200;
	display: inline-block;
	line-height: 1rem;
	margin: 0.5rem 0 0;
	padding: 0.8rem;
	font-size: 1.1rem;
	background: #fff;
	color: #0A246A;
	border: none;
	text-decoration: none;
	border-radius: 0.5rem;
}
.images>img {
	width: 100%;
	height: 91vh;
	object-fit: contain;
	margin: 0;
	border: 0;
}
.control-icon-size{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-container {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: -35px;
}
.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	background: #cdcdcd;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
	border-radius: 10px;
}
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	background: #0A2472;
	border: 1;
	border-radius: 50%;
	cursor: pointer;
}
.slider::-moz-range-thumb {
	width: 30px;
	height: 30px;
	border: 1;
	border-radius: 50%;
	cursor: pointer;
	background: #0A2472;
}
.zavri {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 2000;
	margin: 0 auto;
	text-align: center;
}
.zavri>button {
	z-index: 2200;
	display: inline-block;
	line-height: 1rem;
	margin: 0.5rem 0 0;
	padding: 0.8rem;
	font-size: 1.1rem;
	background: #fff;
	color: #0A246A;
	border: none;
	text-decoration: none;
	border-radius: 0.5rem;
}
@media screen and (max-width: 1300px){
	.cams-container-new{
		grid-template-columns: auto auto;
		width: 80%;
	}
}
@media screen and (max-width: 1100px){
	.cams-container-new{
		grid-template-columns: auto auto;
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	.cams-container-new{
		grid-template-columns: auto auto;
		width: 80%;
	}
}
@media screen and (max-width: 700px){
	.cams-container-new{
		grid-template-columns: auto;
		width: 80%;
	}
	.remote-icon-container{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.slider{
		margin-top: -100px;
	}
}
@media screen and (max-width: 1400px) AND (max-height: 890px){
	.play{
		height: 60px;
	}
	.remote-icon-container{
		margin-top: 10px;
	}
}
@media screen and (max-height: 890px){
	.images>img {
		width: 100%;
		height: 80vh;
		object-fit: contain;
		margin: 0;
		border: 0;
	}
}


.b2b-radar-site-banner{
	background: #AACECC;
	display: flex;
}
.b2b-radar-site-banner{
	display: flex;
	padding: 2% 10%;
}
.b2b-radar-site-banner-left{
	width: 60%;
	padding: 3% 0;
}
.b2b-radar-site-banner-right{
	margin-top: auto;
	margin-bottom: auto;
}
.b2b-radar-site-banner-logo{
	filter: brightness(0) invert(1);
}
.b2b-radar-site-banner-radar-img{
	width: 450px;
	height: 388px;
}
.b2b-radar-site-banner-button{
	background: #FFFFFF;
	border-radius: 23px;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 32px;
	width: 180px;
	height: 35px;
	text-align: center;
	letter-spacing: 0.466667px;
	text-transform: uppercase;
	color: #4A5E97;
	cursor: pointer;
}
.b2b-radar-site-banner-title{
	width: 80%;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 52px;
	color: #FFFFFF;
}
.b2b-radar-site-banner-text{
	margin-top: 10px;
	width: 70%;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;

	color: #FFFFFF;
	margin-bottom: 30px;
}
.b2b-contact{
	width: 50%;
	margin-left: auto;
	margin-right: auto;

}
.b2b-contact-title{
	font-size: 30px;
	font-weight: bold;
	color: #0A2472;
	margin: 40px 0;
}
.b2b-black-p{
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 31px;
}
@media only screen and (max-width: 1200px) {
	.b2b-offer-item-title{
		line-height: normal;
		font-size: 25px;
	}
	.b2b-offer-item-text > p{
		line-height: normal;
		font-size: 13px;
	}
	.b2b-radar-site-banner-title{
		width: 80%;
		margin-bottom: 20px;
		font-style: normal;
		font-weight: bold;
		font-size: 30px;
		line-height: normal;
	}
}
@media only screen and (max-width: 1000px) {
	.b2b-offer-item-title{
		font-size: 22px;
		line-height: normal;
	}
	.b2b-offer-item-text > p{
		font-size: 13px;
		line-height: normal;
	}
	.b2b-radar-site-banner-title{
		width: 100%;
		padding-top: 20px;
		margin-bottom: 20px;
		font-style: normal;
		font-weight: bold;
		font-size: 30px;
		line-height: normal;
	}
	.b2b-radar-site-banner{
		flex-direction: column;
	}
	.b2b-radar-site-banner-left{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 90%;
	}
	.b2b-radar-site-banner-text{
		width: 100%;
	}
	.b2b-radar-site-banner-button, .b2b-radar-site-banner-radar-img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 800px) {
	.b2b-offer-item-title{
		font-size: 20px;
		line-height: normal;
	}
	.b2b-offer-item-text > p{
		font-size: 10px;
		line-height: normal;
	}
}
@media only screen and (max-width: 750px) {
	.b2b-offer-item-title{
		font-size: 25px;
		line-height: normal;
		margin-bottom: 5px;
	}
	.b2b-offer-item-text > p{
		font-size: 15px;
		line-height: normal;
	}
	.b2b-offer-grid{
		flex-direction: column;
	}
}
@media only screen and (max-width: 550px) {
	.b2b-offer-item-title{
		font-size: 22px;
		line-height: normal;
	}
	.b2b-offer-item-text > p{
		font-size: 13px;
		line-height: normal;
	}
	.b2b-radar-site-banner-radar-img{
		width: 80%;
		height: 80%;
	}
	.b2b-offer-item{
		width: 70%;
	}
	.b2b-offer-item > .b2b-offer-item-img{
		width: 100%;
		height: 100%;
		height: 149px;
	}
}
@media only screen and (max-width: 450px) {
	.b2b-offer-item-title{
		font-size: 20px;
		line-height: normal;
		margin-bottom: 5px;
	}
	.b2b-offer-item-text > p{
		font-size: 12px;
		line-height: normal;
	}
	.b2b-partners{
		justify-content: center;
		align-items: center;
		width: 60%;
		margin: 30px auto;
		flex-direction: row;
		flex-wrap: wrap;
		flex-flow: row wrap;
		align-content: center;
	}
}
@media only screen and (max-width: 380px) {
	.b2b-offer-item-title{
		font-size: 15px;
		line-height: normal;
	}
	.b2b-offer-item-text > p{
		font-size: 10px;
		line-height: normal;
	}
}
