body {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-optical-sizing: auto;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000;
}

.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 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #1bb3a5;
	font-weight: normal;
	margin-bottom: 20px;
}
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small {
	color: #1bb3a5;
}
h1 {
	font-size: 230%;
	font-weight: bold;
}
h2 {
	font-size: 190%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 100%;
}

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

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

.bold {
	font-weight: bold;
}

.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;
}
.banner_box a {
    text-decoration: none;
}
.banner_box a.burl {
	display: block;
	width: 100%;
	height: 100%;
}

.head-bg {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 270px;
}
@media (min-width: 520px) {
	.head-bg {
		height: 340px !important;
	}
}
@media (min-width: 767px) {
	.head-bg {
		height: 390px !important;
	}
}
@media (min-width: 990px) {
	.head-bg {
		height: 450px !important;
	}
}

.bguvod {
	height: 450px;
	background-size: cover;
}
@media (min-width: 520px) {
	.bguvod {
		height: 500px !important;
	}
}
@media (min-width: 767px) {
	.bguvod {
		height: 600px !important;
	}
}
@media (min-width: 990px) {
	.bguvod {
		height: 750px !important;
		background-size: 100% 100%;
	}
}

.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 30px;
	border-bottom: 1px solid #f7f6f3 !important;
	background-color: #fff;
 	position: fixed;
	top: 36px;
	width: 100%;
	z-index: 1030;
}

.obsah_page {
 	position: relative;
	padding-top: 157px;
}

@media (max-width: 767px){
	.container-header {
		top: 50px;
	}
	.obsah_page {
		padding-top: 139px;
	}
}


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


.galerie_list {
	margin-top: 10px;
	margin-bottom: 10px;
}
.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;
}

@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;
	}
}


#telo {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 20vh !important;
	font-size: 110%;
}
@media (min-width: 960px) {
	#telo {
		min-height: 80vh !important;
	}
}

.zapati {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}
.zapati h1, .zapati h2, .zapati h3, .zapati h4, .zapati h5 {
	color: #000;
	font-weight: bold;
}
.zapati1 {
	background-color: #ebeff2;
	padding-top: 20px;
	padding-bottom: 20px;
}
.zapati2 {
	padding-bottom: 15px;
}

.zapati3 {
	text-align: center;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ccc;
}
.zapati3 a {
	margin-left: 10px;
	margin-right: 10px;
	color: #666;
}
.zapati3 a:hover {
	color: #000;
}

.logo_zapati {
	max-height: 40px !important;
	width: auto;
}

.mapa {
	max-height: 250px !important;
	width: auto;
}

.hodsaz {
	margin-bottom: 40px;
}
@media (min-width: 990px) {
	.hodsaz {
		margin-bottom: 130px;
	}
}




.social_icon {
	filter: invert(1);
}

.small {
	font-size: 90%;
}

.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: 0px solid #fff;
}

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



.kontakt-box {
	background-color: #fff;
	color: #696969;
	font-size: 90%;
	padding: 8px 50px;
	text-align: right;
	border-bottom: 1px dotted #f7f6f3 !important;

	position: fixed;
	z-index: 1031;
	top: 0;
	width: 100%;
}
@media (max-width: 767px){
	.kontakt-box {
		padding: 8px 20px;
	}
}
.kontakt-box div {
	display: inline-block;
}
.kontakt-odkaz a {
	color: #696969;
	text-decoration: none;
}
.kontakt-odkaz a:hover {
	text-decoration: underline;
	color: #000;
}
.kontakt-odkaz i {
	color: #1bb3a5;
}
.kontakt-odkaz div {
	margin-left: 15px;
	margin-right: 6px;
}
.kontakt-odkaz div:first-child {
	margin-left: 0px;
}
.kontakt-btn {
	margin-left: 15px;
}
@media (min-width: 767px){
	.kontakt-btn {
		display: none !important;
	}
}
@media (max-width: 767px){
	.kontakt-eml {
		display: none !important;
	}
}



.btn-menu {
	display: inline-block !important;
	background-color: #d20000 !important;
	color: #ffffff !important;
	border: 1px solid #d20000 !important;
	border-radius: 30px !important;
	margin: 0px !important;
	margin-top: 8px !important;
	margin-left: 10px !important;
	padding: 10px 20px 8px 20px !important;
	font-weight: bold;
	font-size: 90% !important;
}
.btn-menu:hover {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}



.btn-rounded {
	border-radius: 30px !important;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-rounded:hover {
	color: #fff !important;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.btn-green, .btn-green:hover {
	background-color: #1bb3a5;
	border: 1px solid #1bb3a5;
}
.btn-red, .btn-red:hover {
	background-color: #d20000;
	border: 1px solid #d20000;
}
.text-green {
	color: #1bb3a5 !important;
}
.text-red {
	color: #d20000 !important;
}
.banner_text {
	position: relative;
}


.banner1 {
	position: absolute !important;
	display: inline-block;
	font-weight: bold;
	color: #000;
	margin-left: 20px;
	margin-top: 60px;
	font-size: 125% !important;
	width: 80%;
}
.banner1 p {
	padding-bottom: 20px;
}
.banner1 a {
	font-size: 80%;
}
@media (min-width: 990px) {
	.banner1 {
		font-size: 180% !important;
		width: 35%;
	}
}



.recenze_list {
	padding: 0px 20px;
	text-align: center;
}
.recenze_list .recenze_text {
	margin-top: 10px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.recenze_list h5 {
	font-size: 120%;
	color: #000;
	text-transform: none;
	margin-bottom: 10px;
}
.recenze_list .glyphicon-star {
	color: #f8af14;
	margin-right: 2px;
	font-size: 140%;
}
.recenze_nadpis {
	font-size: 160%;
}
@media (max-width: 767px){
	.recenze_nadpis {
		font-size: 120%;
	}
}


.box {
	padding: 5px 25px 10px 25px;
	background-color: #f6f6f6;
	border-radius: 10px;
	font-size: 100%;
}

.img100 {
	width: 100%;
	height: auto;
}

.faq {
	background-color: #f9f9f9;
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.news_head {
	background-color: #f9f9f9;
	padding: 30px;
	margin-top: 40px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.news_head a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #1bb3a5;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 190%;
	text-decoration: none;
}

.news_head a:hover {
	text-decoration: underline;
}