@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,latin-ext");

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 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	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;
}


.alert {
	margin-top: 20px;
}

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

#telo strong {
	color: #000;
}


.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 a, .zapati a:hover, .zapati a:focus, .zapati h1, .zapati h2, .zapati h3, .zapati h4, .zapati h5 {
	color: #fff !important;
}
@media (max-width: 767px) {
	.zapati {
		font-size: 100%;
	}
}


.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;
}
.banner_box a {
    text-decoration: none;
}


iframe {
	width: 100%;
}

.mapa-canvas {
	min-width: 200px;
	min-height: 300px;
	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;
}

.ovcf {
}

#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); }
}


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


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


.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;
}
.galerie_list div.item {
	margin-bottom: 30px;
    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);
}
.galerie_list div.item img {
	width: 100%;
	overflow: hidden;
}
.galerie_list div.item h2 {
	font-size: 110%;
	padding: 10px;
	margin: 0px;
}
.galerie_list div.item h2 a {
	color: #e70707;
}



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

/*
.zapati2 {
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 150%;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	border-top: 1px solid #e5e9ef;
}
.zapati2 span {
	color: #6e3f24;
	font-size: 180%;
}
.zapati2 .text-upper {
	color: #6e3f24;
	font-weight: bold;
	font-size: 130%;
}
.zapati2 a, .zapati2 a:hover, .zapati2 a:focus {
	color: #6e3f24 !important;
	text-decoration: none;
}
*/
.zapati2 {
	/*background-color: #f5f5f5;*/
	padding-top: 20px;
}
.recenze_list {
	background-color: #f6f7fa;
	border: 1px solid #e5e9ef;
	border-radius: 6px;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}
.recenze_list div.ritem {
	min-height: 200px;
}
.recenze_list .avatar {
	display: inline-block;
	background-color: #d6d7d9;
	color: #fff;
	line-height: 100px;
	font-size: 55px;
}
.recenze_list img, .recenze_list .avatar {
	width: 100px;
    height: 100px;
	border: 6px solid #fff;
	margin-top: -60px;
	margin-bottom: 10px;
}
.recenze_list h5 {
	font-size: 140%;
	color: #000;
	text-transform: none;
	margin-bottom: 0px;
}
.recenze_list .datum {
	font-size: 80%;
	color: #acacac;
}
.recenze_list .glyphicon-star {
	color: #f8af14;
	margin-right: 2px;
	font-size: 140%;
}
#carousel-recenze {
	background-color: none;
	background-image: none;
	background: none;
}
#carousel-recenze .carousel-indicators li {
	border: 0px;
	background-color: #c2cbc8;
	width: 10px;
	height: 10px;
	margin-left: 2px;
	margin-right: 2px;
}
#carousel-recenze .carousel-indicators li.active {
	background-color: #869791;
	width: 12px;
	height: 12px;
}


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

.tt-none {
	text-transform: none;
}

.container-header {
	padding: 20px 0px;
}
.logo-text {
	text-transform: normal !important;
    font-size: 160% !important;
}

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

@media (max-width: 768px) {
	.container-header {
		padding: 0px 15px;
	}
	.logo-text {
    	font-size: 120% !important;
	}
	.logo {
		margin-top: -15px;
		max-height: 45px !important;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: right !important;
	}
	.navbar a {
	    text-decoration: none;
		font-size: 120%;
    }
}
