/*
 #448ec8 modra
 #e32717 oranzova
*/

body {
	color: #000;
	background-color: #dce3f1;
	font-family: "Roboto", sans-serif;
}

.as_inv {
	display: none;
}

.bg-light {
	background-color: #F5F5F5 !important;
}

.border-left-blue {
	border-left: 3px solid #448ec8 !important;
}

.border-right-red {
	border-right: 3px solid #e32717 !important;
}

.border-left-red {
	border-left: 3px solid #e32717 !important;
}

.border-right-blue {
	border-right: 3px solid #448ec8 !important;
}

nav {
	font-size: 1.45rem;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
	color:  #e32717;
}

.navbar-light .navbar-nav .nav-link:hover {
	color:  #173770;
}

h1 {
	font-size: 1.6rem;
	color: #e32717;
}

h2 {
	font-size: 3rem;
	font-weight: bolder;
	color: #173770;
	text-align: center;
}

.text-red {
	color:  #e32717 !important;
}

.text-bigger {
	font-size: 1.5rem !important;
}

/* Kdy */

.kdy-box {
	background-color: #F5F5F5;
	margin: 0 auto;
	letter-spacing: 0.2px;
	position: relative;
	line-height: 1.4em;
	font-size: 1.03em;
	padding: 50px;
	list-style: none;
	text-align: left;
}

.mapWrapper {
	position: relative;
	height: 100%;
}

.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Timeline - harmonogram */
.timeline {
	height: 100%;
	border-left: 3px solid #e32717;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #F5F5F5;
	margin: 0 auto;
	letter-spacing: 0.2px;
	position: relative;
	line-height: 1.4em;
	font-size: 1.03em;
	padding: 50px;
	list-style: none;
	text-align: left;
}

@media (max-width: 1310px) {
	.timeline {
		max-width: 60%;
	}
}

@media (max-width: 500px) {
	.timeline {
		max-width: 100%;
	}
}

.timeline h3 {
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 10px;
}

.timeline .event {
	border-bottom: 1px dashed #e8ebf1;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}

@media (max-width: 767px) {
	.timeline .event {
		padding-top: 30px;
	}
}

.timeline .event:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.timeline .event:before,
.timeline .event:after {
	position: absolute;
	display: block;
	top: 0;
}

.timeline .event:before {
	left: -207px;
	content: attr(data-date);
	text-align: right;
	font-weight: 100;
	font-size: 0.9em;
	min-width: 120px;
}

@media (max-width: 767px) {
	.timeline .event:before {
		left: 0px;
		text-align: left;
	}
}

.timeline .event:after {
	-webkit-box-shadow: 0 0 0 3px #173770;
	box-shadow: 0 0 0 3px #173770;
	left: -55.8px;
	background: #fff;
	border-radius: 50%;
	height: 9px;
	width: 9px;
	content: "";
	top: 5px;
}

@media (max-width: 767px) {
	.timeline .event:after {
		left: -31.8px;
	}
}

.rtl .timeline {
	border-left: 0;
	text-align: right;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-right: 3px solid #173770;
}

.rtl .timeline .event::before {
	left: 0;
	right: -170px;
}

.rtl .timeline .event::after {
	left: 0;
	right: -55.8px;
}

.camera {
	iframe {
		border: 0;
		width: 960px;
		height: 720px;
	}
}

@media (min-width: 0px) and (max-width: 400px) {
	.camera {
		iframe {
			width: 240px;
			height: 180px;
		}
	}
}

@media (min-width: 401px) and (max-width: 600px) {
	.camera {
		iframe {
			width: 320px;
			height: 240px;
		}
	}
}

@media (min-width: 601px) and (max-width: 800px) {
	.camera {
		iframe {
			width: 480px;
			height: 360px;
		}
	}
}

@media (min-width: 801px) and (max-width: 1200px) {
	.camera {
		iframe {
			width: 640px;
			height: 480px;
		}
	}
}

#footer {
	margin-top: 4rem;
	padding-top: 1.5rem;
	background-color: #448ec8;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bolder;
}
