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

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;
	text-transform: uppercase;
	*/
}
h1 {
	margin-bottom: 30px;
	font-size: 250%;
}
h2 {
	font-size: 210%;
	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: 200%;
	}
	h2 {
		font-size: 170%;
	}
	h3 {
		font-size: 140%;
	}
}


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

.alert {
	margin-top: 20px;
}
.myalert {
	padding: 10px 15px;
	border-radius: 3px;
}

#telo {
	padding: 0px;
	margin-top: 40px;
}
@media (max-width: 767px) {
	#telo {
		margin-top: 0px;
	}
}

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


.zapati-bg {
	background-color: rgba(0, 0, 0, 0.75);
	padding: 30px 0px 0px 0px;
}
.zapati {
	margin-top: 0px;
	color: #fff;
	background-image: url(/images/zapati-bg.jpg);
	background-color: #333;
	font-size: 110%;
}
.zapati h1, .zapati h2, .zapati h3, .zapati h4, .zapati h5 {
	color: #fff !important;
}
.zapati a, .zapati a:hover, .zapati a:focus {
	color: #fff !important;
}
@media (max-width: 767px) {
	.zapati {
		font-size: 100%;
	}
}


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


.carousel {
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url(/images/login-bg-dot.png);
	background-repeat: repeat;
}

.carousel-indicators li {
	border: 0px;
	background-color: #e00034;
	background-color: rgba(255, 255, 255, 0.7);
	width: 16px;
	height: 16px;
}
.carousel-indicators .active {
	background-color: #e00034;
	width: 20px;
	height: 20px;
}
.carousel-caption {
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url(/images/login-bg-dot.png);
	background-repeat: repeat;
	padding-top: 100px;
	font-size: 200%;
	width: 100%;
	/*height: 100px;*/
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
}
@media (max-width: 767px) {
	.carousel-caption {
		padding-top: 30px;
		font-size: 100%;
	}
}


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


iframe {
	width: 100%;
}

.mapa-canvas {
	min-width: 200px;
	min-height: 400px;
	width: 100%;
	height: 100%;
	border-top: 1px solid #e9e5dc;
	border-bottom: 1px solid #e9e5dc;
}

img[src*="gstatic.com/"], img[src*="googleapis.com/"], img[src*="google.com/"] {
	max-width: none !important;
}
.mapa-canvas img {
    max-width: none !important;

}
.smap img[src*="//api.mapy.cz/v"]{
    filter: grayscale(100%) !important;
}

.mapa-canvas .leaflet-tile-pane {
	filter: grayscale(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%;
}
.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); }
}

.news_list div.item {
	margin-bottom: 30px;
}
.news_list div.text {
	padding: 0px 10px;
	overflow: auto;
	text-align: justify;
}
.news_list h3 {
	font-size: 130%;
	margin: 10px 0px;
}
.news_list h3 a {
	color: #6e3f24;
}
.news_list img {
	width: 100%;
	overflow: hidden;
	margin: 10px 0px;
}
.news_next {
	padding: 20px 0px;
}


.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-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.galerie_list .text {
	display: block;
	width: 100%;
	min-height: 45px;
	padding: 10px 15px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.65);
	text-decoration: none;
	position: absolute;
	bottom: 0;
	font-weight: bold;
	font-size: 130%;
}
.galerie_list .obsah:hover .text {
	color: #fff;
	background-color: rgba(175, 25, 25, 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;
	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;
	}
}


.blok {
	background-color: #f6f7fa;
	border-top: 1px solid #e5e9ef;
	border-bottom: 1px solid #e5e9ef;
	padding: 20px 0px 30px;
	margin-top: 50px;
	margin-bottom: 0px;
}

.blok_wh {
	background-color: #fff;
	border-top: 1px solid #e5e9ef;
	border-bottom: 0px solid #e5e9ef;
	padding: 20px 0px 30px;
	margin-top: 50px;
	margin-bottom: 0px;
}


.blok_hl {
	margin-top: 30px;
	margin-bottom: 30px;
}

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

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

.bg0 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg1 {
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg2 {
	background-color: #f7f2cf;
	padding-top: 20px;
	padding-bottom: 20px;
}


.login_box {
	padding: 20px;
    border: 1px solid #ccc;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	background-color: #f7f7f7;
}
.login_box .login_ico {
	margin: 0px auto;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	width: 90px;
	height: 90px;
	background-color: #e2e2e2;
}
.login_box span.glyphicon {
	margin: 0px auto;
	font-size: 400%;
	color: #fff;
}
.login_form {
	max-width: 330px;
	margin: 0 auto;
	padding: 15px;
}
.login_form input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.login_form input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.login_form label {
	margin-left: 20px;
	font-weight: normal;
}
.login_form a {
	margin-top: 10px;
}

.heslo_form {
	max-width: 330px;
	margin: 0 auto;
	padding: 15px;
}
.heslo_form input[type="password"], .heslo_form input[type="text"] {
	margin-bottom: 10px;
}



.stav_0 {
    color: #c20000;
}
.stav_1 {
    color: #00c200;
}
.stav_2 {
    color: #a8ef8e;
}

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


/* rezervace */

#calendar {
	width: 100%;
	margin: 20px 0px;
}
#calendar div.calendar_box {
	float: left;
	margin-right: 15px;
	height: 225px;
}
#calendar table {
	font-size: 70%;
	width: 0px;
	border: 2px solid #dce4ec;
}
#calendar table td {
	color: #aaa;
}
#calendar table th {
	font-weight: normal;
	font-size: 110%;
	color: #333;
}
#calendar table td, #calendar table th {
	text-align: center;
	margin: 0px;
}
#calendar table td.rezervace-obsazeno1 {
	background-color: #f76058;
	color: #fff;
}
#calendar table td.rezervace-obsazeno2 {
	background-color: #f5bd00;
	color: #fff;
}
#calendar table td.rezervace-obsazeno8 {
	background-color: #68768a;
	color: #fff;
}

#calendar table td.rezervace-volno {
	cursor: pointer;
	background-color: #fff;
	color: #999;
}
.rezervace-click {
	cursor: pointer;
}

.rezervace-return {
	padding: 15px;
	border-radius: 6px;
	display: none;
}
#rezervace-form {
	margin-bottom: 20px;
}
.rezervace_obj_popis {
	margin: 20px 0px 0px 0px;
	display: none;
}

#calendar table td.rezervace-obsazeno1x {
	background: #f76058 url('/images/kalendar-odjezd.png') repeat-y right;
	color: #999;
	cursor: pointer;
}
#calendar table td.rezervace-obsazeno2x {
	background: #f5bd00 url('/images/kalendar-odjezd.png') repeat-y right;
	color: #999;
	cursor: pointer;
}

.rezervace_legenda {
	margin-bottom: 30px;
	font-size: 80%;
	line-height: 2;
}
.rezervace_legenda div {
	margin-right: 20px;
	display: inline-block;
}
.rezervace_legenda span {
	display: inline-block;
	vertical-align: middle;
}
.rezervace_legenda span.rstav {
	width: 20px;
	height: 20px;
	border: 1px solid #dce4ec;
	margin-right: 10px;
}
.rezervace_legenda span.rstav1 {
	background-color: #fff;
}
.rezervace_legenda span.rstav2 {
	background-color: #f5bd00;
}
.rezervace_legenda span.rstav3 {
	background-color: #f76058;
}
.rezervace_legenda span.rstav4 {
	background-color: #68768a;
}


.normal-label {
	font-weight: normal;
	text-align: left !important;
}
.cena-label {
	font-weight: bold;
	color: #da0005;
}
.text-2x {
	font-size: 130%;
}
.mgb-60 {
	margin-bottom: 60px;
}
.mgt-40 {
	margin-top: 40px;
}



.container-header {
	padding: 20px 50px;
}
.logo-text {
	text-transform: uppercase !important;
    font-size: 200% !important;
}

.logo {
	margin-top: -25px;
	max-height: 74px !important;
	width: auto;
}

@media (max-width: 768px) {
	.container-header {
		padding: 0px;
	}
	.logo-text {
    	font-size: 140% !important;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: right !important;
	}
}
