/*
	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
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=latin-ext');

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
}

.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{
	margin-left: 25px;
	background: white;
	color: #4A5E97;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 20px;
	border-radius: 20px;
	border: 0;
}

.btn-radar.active {
	background-color: #ec5252 !important;
	color: #fff !important;
}

.btn-radar img{
	margin-left: 10px;
	vertical-align: -7px;
}

.btn-radar.active img {
	filter: brightness(0) invert(1);
}

.weather-icon{
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.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: 25px;
}


.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{
	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;
}

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: 25px;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	position:  relative;
}

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;
	background-position: 50% 100%;
}

.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;
	background-position: 50% 100%;
}

.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{
	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: 20px;
		bottom: 25px;
		margin: auto;
		background-position: center center;
	}
}

.weather-overview .small-number .small-subtitle{
	font-size: 14px;
	text-align: left;
}

.small-subtitle.value-zero{
	opacity: 0.5;
}

.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;
}

.range-slider .big-slide{
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	/* display: inline-block; */
	float: left;
	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: 92px;
	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; */
}

.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; */
}

/* 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 );
	touch-action: none;
}

@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;
}

@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;
}

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;
}
#photos .photo-big .photo{
	width: 550px;
	height: 500px;
	background-size: cover !important;
}

#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-radar{
	background: #0A2472;
	color: #FFF;
	border: 2px solid #0A2472;
}

header.radar-pg .btn-radar.active {
	border-color: #ec5252 !important;
}

header.radar-pg .btn-radar 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-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: 20px 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
}

.navbarToggle-mobile{
	display: none
}

@media(min-width: 768px){
	.white-lined{
		border: 1px solid white;
		padding: 6px;
		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{
		display: block;
	}

	.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;
	}

	.map-holder.middle .under-layer{
		width: 200px;
	}

	header .page-title{
		display: block;
		float: initial
	}

	.btn-radar{
		position: absolute !important;
		right: 15px;
		top: -50px;
	}

	.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-small{
		display: none
	}

	#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%
	}

	/*navbar*/

	@media (max-width: 767px){
		.link-today.visible-xs {
			display: inline-block !important;
		}
	}

	.mobile-expanded{
		display: block;
		display: none;
		margin-top: 20px;
		width: 100%;
	}

	.navbarToggle-mobile{
		float: right;
		font-size: 30px;
		margin-top: 32px;
		margin-right: 17px;
		cursor: pointer;
		position:  relative;
		z-index: 1501;
		display: block;
	}

	.mobile-expanded .interval{
		display: block;
		text-align: center;
		width: 100%;
		padding: 20px 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.35) !important;
	}

	.mobile-expanded .interval:last-child{
		border-bottom: 1px solid rgba(255, 255, 255, 0.35) !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: 768px){
	.mobile-expanded{
		display: inline-block !important;
	}
}

.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;
}


/* single post */

.singlepost-title{
	font-size: 50px;
	font-weight: bold;
	color: #0A2472;
	margin-top: 50px;
}

.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 img{
	height: auto;
}

.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"]{
	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;
}

.lightningmap-container {
	width: 100%;
	height: 640px;
}

.lightning-marker {
	width: 0;
	height: 0;
	/*border: 1px #ab9f4e solid;*/
	box-shadow: inset 0 0 4px #dac66f;
	-webkit-box-shadow: inset 0 0 4px #dac66f;
	-moz-box-shadow: inset 0 0 4px #dac66f;
	border-radius: 50% 50%;
	animation: lightning-pop 2s ease;
}

@keyframes lightning-pop {
	0% {
		width: 50px;
		height: 50px;
	}
	100% {
		width: 0;
		height: 0;
	}
}
