body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000;
	padding-top: 60px;
}

.schovat {
	display: none;
}

hr {
	border-top: 1px solid #e5e9ef;
}

a img {
    border: none;
}
img {
	max-width: 100% !important;
	height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
}
h1 {
	margin-bottom: 30px;
	font-size: 190%;
}
h2 {
	font-size: 170%;
	margin-bottom: 20px;
}
h3 {
	font-size: 160%;
	margin-bottom: 15px;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}

@media (max-width: 767px) {
	h1 {
		font-size: 170%;
	}
	h2 {
		font-size: 140%;
	}
	h3 {
		font-size: 120%;
	}
}


a, a:focus, a:active, a:hover {
    color: #000;
	text-decoration: underline;
}
a.btn {
	text-decoration: none;
}

.text-upper {
	text-transform: uppercase;
}

.stin {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.alert {
	margin-top: 20px;
}


#ajax_loading {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9000;
}
.ajax_loading_spin {
	border: 16px solid #eaeaea;
	border-radius: 50%;
	border-top: 16px solid #28c2b6;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 9001;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75);

	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.banner_box {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	position: relative;
	margin-bottom: 20px;
}
.banner_box a {
    text-decoration: none;
}

.head-bg {
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 120px;
}
@media (min-width: 520px) {
	.head-bg {
		height: 180px !important;
	}
}
@media (min-width: 767px) {
	.head-bg {
		height: 220px !important;
	}
}
@media (min-width: 990px) {
	.head-bg {
		height: 300px !important;
	}
}


.bguvod {
	height: 340px;
}
@media (min-width: 520px) {
	.bguvod {
		height: 450px !important;
	}
}
@media (min-width: 767px) {
	.bguvod {
		height: 540px !important;
	}
}
@media (min-width: 990px) {
	.bguvod {
		height: 700px !important;
	}
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
.carousel-indicators {
    top: 15px;
	right: 10px;
    margin: auto;
	width: 14px;
	margin-left: auto;
	margin-right: 0;
}
.carousel-indicators li {
	display: block;
    margin: 0px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}
.carousel-indicators li.active {
    display: block;
    margin: 0px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
	background-color: #fff;
}


.moving img {
	margin:0;
	padding:0;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	clear: both;
	background-position: center center;
	background-size: cover;
	-webkit-animation: moving 6s infinite;
	-webkit-animation-direction: alternate;
	animation: moving 6s infinite;
	animation-direction: alternate;
}
@-webkit-keyframes moving {
	from { -webkit-transform: scale(1.0) translate(0px); }
	to { -webkit-transform: scale(1.2) translate(0px); }
}
@-moz-keyframes moving {
	from { -moz-transform: scale(1.0) translate(0px); }
	to { -moz-transform: scale(1.2) translate(0px); }
}
@-o-keyframes moving {
	from { -o-transform: scale(1.0) translate(0px); }
	to { -o-transform: scale(1.2) translate(0px); }
}


.flag {
	display: inline-block;
	width: 26px;
	height: 17px;
    border: 1px solid #ccc;
}
.flag.cs {
	background: url('/images/flag-cs.png') no-repeat center;
}
.flag.en {
	background: url('/images/flag-en.png') no-repeat center;
}
.flag.de {
	background: url('/images/flag-de.png') no-repeat center;
}


.container-header {
	padding: 30px 50px;
}
.logo {
	margin-top: -30px;
	max-height: 80px !important;
	width: auto;
}
.navbar-brand img {
	float: left;
}
@media (max-width: 768px) {
	.container-header {
		padding: 0px;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: right !important;
	}
}


@media (max-width: 767px){
	.logo {
		margin-top: -20px;
		max-height: 60px !important;
	}
	.navbar {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

#telo {
	padding: 0px;
	margin-top: 60px;
	margin-bottom: 50px;
	font-size: 120%;
}
@media (max-width: 767px) {
	#telo {
		margin-top: 30px;
	}
}

@media (min-width: 960px) {
	#telo {
		min-height: 100vh;
	}
}


.galerie_list {
	margin-top: 10px;
	margin-bottom: 10px;
}
.galerie_list div.item {
	margin: 15px 0px;
}
.galerie_list div.obsah {
	position: relative;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	height: 235px;
}
.galerie_list .img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: inherit;
}
.galerie_list .text {
	display: block;
	width: 100%;
	min-height: 45px;
	padding: 10px 15px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.65);
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	font-weight: bold;
	font-size: 120%;
}
.galerie_list .obsah:hover .text {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.90);
	text-decoration: none;
}

.galerie_list div.item_detail {
	display: inline-block;
	margin-bottom: 20px;
}

.galerie_list div.item_detail img {
	object-fit: cover;
	object-fit: contain;
	width: 100% !important;
	height: 270px !important;
	/*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);*/
}

@media (max-width: 990px) {
	.galerie_list div.item_detail img {
		height: 200px !important;
	}
}
@media (max-width: 400px) {
	.galerie_list div.item_detail img {
		height: 150px !important;
	}
}


.btn_box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn2 {
	border-radius: 90px !important;
	padding: 10px 30px;
	font-size: 130%;
}
.btn2 span {
	font-size: 90%;
	font-weight: bold;
}
.btn3 {
	border-radius: 30px !important;
	padding: 8px 25px;
	font-size: 110%;
}
.btn2 em {
	font-size: 60%;
	font-weight: normal;
}
.btn4 {
	border-radius: 20px !important;
	padding: 5px 10px;
	font-size: 85%;
}


.zapati {
	background-color: #626265;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

.zapati a, .zapati h2, .zapati h3, .zapati h4, .zapati h5 {
	color: #fff;
}

.zapati2 {
	padding-top: 30px;
	padding-bottom: 0px;
	color: #fff;
	background: #000;
}

.zapati2 a, .zapati2 h2, .zapati2 h3, .zapati2 h4, .zapati2 h5 {
	color: #fff;
}



.small {
	font-size: 90%;
}

.ui_mode {
	text-align: center;
	padding: 0px 0px 20px 0px;
	font-size: 85%;
}

/*
#foto_box .modal-content {
	background-color: #272c2e;
}
*/
.modal-80 {
	width: 80%;
	max-width: 960px;
}
@media (max-width: 760px) {
	.modal-80 {
		width: 94%;
	}
}
.modal-header, .modal-footer {
    border: 0px;
}


.imgwhite {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	background-color: #fff;
	border-radius: 5px;
	display: inline-block;
}

.navbar-default {
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #3c3c3c;
    background-color: #000000 !important;
}
.navbar-default .navbar-toggle { color: #ffffff; background-color: #000000; }
.navbar-default, .navbar-default .navbar-nav { color: #ffffff; background-color: #000000; }
.navbar-default .navbar-nav>li>a { color: #ffffff; }
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus { color: #ffffff; background-color: #000000; border-bottom: 2px solid #ffffff; }
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus { color: #ffffff; background-color: #000000; }
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{ color: #ffffff; background-color: #000000; }
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus { color: #ffffff; background-color: #000000; }
.navbar-default .navbar-toggle .icon-bar { background-color: #ededed; }
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar { background-color: #ffffff; }
.navbar-header .kos_box { color: #ffffff; }
.navbar-header .kos_box:hover { background-color: #000000; color: #ffffff; }
.navbar-nav > li > .dropdown-menu > li > a:hover { background-color: #000000 !important; color: #ffffff !important; }
.navbar-brand, .navbar-brand, .navbar-brand:hover, .navbar-brand:hover { color: #ffffff !important; }
.navbar-nav .navbar-divider { background-color: #ffffff; }
.navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; }

@media (max-width: 768px) {
	.navbar-collapse {
	    border-top: 0px !important;
		margin-top: 15px;
	}
}

.container-header { background-color: #000000; }

.social_icon {
	filter: invert(1);
}


.team_list {
	margin-bottom: 50px;
}
.team_list .glyphicon {
	margin-right: 20px;
	color: #ff8b00;
}
