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

.br {
	border: 1px solid #000;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	background: #5d001d url('/images/bg.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.zahlavi {
	background-color: #fff;
}

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: normal;
}
h1 {
	margin-bottom: 30px;
	font-size: 200%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}

.alert {
	margin-top: 20px;
}

.page-stin {
	background-color: #fff;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.telo {
	/* background-color: #fff; */
	padding: 10px 0px 30px 0px;
}
@media (min-width: 960px) {
	.telo {
		min-height: 500px;
	}
}

.head {
	padding: 15px 0px;
	border-bottom: 3px solid #ebeff1;
}

.logo {
	background: url('/images/logo.png') no-repeat center;
	display: block;
	width: 89px;
	height: 75px;
	margin-left: 10px;
}
.logo-small {
	background: url('/images/logo-small.png') no-repeat center;
	display: block;
	width: 53px;
	height: 45px;
	margin-top: 5px;
}

.navbar {
	margin: 0px;
}
.navbar a {
	text-transform: uppercase;
    text-decoration: none;
}
.menu {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	margin-top: 20px;
	margin-right: 10px;
}
@media (max-width:991px){
	.menu {
		margin-top: 10px;
		margin-right: 0px;
		font-size: 100%;
	}
}
.menu a {
	color: #000;
    text-decoration: none;
	text-transform: uppercase;
}

.zapati {
	margin-top: 0px;
	padding: 30px 0px 0px 0px;
	/* border-top: 3px solid #8c5c3b;*/
	background-color: #fff;
}


.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 {
	font-size: 150%;
	text-align: left;
	bottom: 50px;
}
.banner_box {
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.banner_box a {
    text-decoration: none;
}


iframe {
	width: 100%;
}

.news_next {
	padding: 20px 0px;
}

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

@media (max-width: 1170px) {
	.mapa-canvas {
		min-height: 250px;
	}
}
/*
@media (max-width: 540px) {
	.mapa-canvas {
		display: none;
	}
}
*/
img[src*="gstatic.com/"], img[src*="googleapis.com/"], img[src*="google.com/"] {
	max-width: none !important;
}

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

.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: #780024;
}

.ovcf {
	padding: 20px 20px 10px 20px;
	background-color: #fff;
}


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



/* eshop */

.eshop_list div.item {
	margin-bottom: 30px;
    border: 1px solid #ccc;
}
.eshop_list div.item:hover {
    border: 1px solid #999;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.eshop_list div.text-bg {
	background-color: #ebeff1;
	color: #000;
}
.eshop_list div.text {
	padding: 10px;
	height: 110px;	/* 60px bez anotace */
	overflow: auto;
}
.eshop_list div.text h2 {
	font-size: 110%;
	margin: 0px;
	line-height: 120%;
}
.eshop_list div.text h2 a {
	color: #000;
	text-decoration: none;
}
.eshop_list div.anotace {
	color: #666;
	margin-top: 5px;
	font-size: 85%;
}
.eshop_list div.cena {
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #780024;
}
.eshop_list div.cena a {
	float: right;
}
.eshop_list a.img {
	padding: 10px;
	height: 250px;
	text-align: center;
	display: block;
}
.eshop_list img {
	max-height: 100% !important;
	max-width: auto !important;
}
@media only screen and (max-width : 320px) {
	.eshop_list div.text {
		height: 80px;
	}
}

.eshop_detail fieldset {
	padding-bottom: 10px;
	border-bottom: 1px solid #ecf0f1;
}
.eshop_detail div.img {
	margin-bottom: 15px;
}
.eshop_detail .cena {
	font-size: 200%;
	font-weight: bold;
}
.eshop_detail form {
	margin-bottom: 20px;
}
.eshop_detail div.galerie {
	padding-bottom: 10px;
	border-bottom: 1px solid #ecf0f1;
	margin-bottom: 20px;
	margin-top: 20px;
}
.eshop_detail div.galerie a {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	display: inline-block;
	width: 82px;
	height: 82px;
	text-align: center;
	float: left;
}
.eshop_detail div.galerie a:hover {
	border: 1px solid #ecf0f1;
}

.kos {
	display: block;
	background-color: #780024;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	border-radius: 4px;
	padding: 8px 15px 6px 15px;
	width: 190px;
}
.kos:hover, .kos:focus {
	color: #fff;
	text-decoration: none;
}
.kos span.glyphicon {
	float: left;
	margin-right: 15px;
	font-size: 160%;
}
.kos span.cena {
	font-weight: bold;
}
.kos span.pocet {
	font-size: 90%;
}
@media (min-width: 767px) {
	.kos {
		float: right;
	}
}

#kosik_list a.remove {
	color: #666;
	font-size: 200%;
	text-decoration: none;
}
#kosik_list a.remove:hover {
	color: #d20000;
	text-decoration: none;
}
#kosik_list span.doprava_popis, #kosik_list span.platba_popis {
	display: block;
	margin-top: 4px;
	font-style: italic;
	color: #999;
	font-size: 90%;
}
#kosik_list th {
	background-color: #ecf0f1;
	color: #000;
}
#kosik_list tr.doprava {
	background-color: #fafafa;
}
#kosik_list tr.doprava.first {
	border-top: 3px #dce4ec solid;
}

.green {
	color: #97c93c;
}

.eshop_kat {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.eshop_kat li a, .eshop_kat li h2 {
	display: block;
	padding: 14px;
    color: #000;
	background-color: #ebeff1;
	margin-top: 1px;
	text-decoration: none;
}
.eshop_kat li.sub a {
	padding-left: 40px;
}

.eshop_kat li h2 {
	margin: 0px;
	color: #fff;
	background-color: #780024;
	font-size: 120%;
}

.eshop_kat li a:hover, .eshop_kat li a.active {
	text-decoration: none;
	color: #fff;
	background-color: #798d8f;
}
.eshop_nedostupny {
	color: #d20000;
}
.eshop_skladem {
	color: #1aaa42;
}
.eshop_nedostupny2 {
	color: #f1a209;
}

.eshop_popis {
	color: #333;
}

.eshop_uhrazeno {
	color: #1aaa42;
	font-weight: bold;
}
.eshop_uhrazeno span {
	margin-right: 10px;
}

.blok {
	background-color: #f2f2f2;
	padding: 30px 0px;
	margin-top: 50px;
	margin-bottom: 0px;
}



#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_contents {
	position: relative;
	width: 100%;
	height: 100%;
}
.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;
	position: fixed;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9001;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75);
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.subkat {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 85%;
}
.subkat li {
	display: inline;
	margin-left: 14px;
	margin-bottom: 14px;
}
.subkat li a {
	display: inline-block;
	padding: 8px;
    color: #000;
	background-color: #ebeff1;
	text-decoration: none;
}
.subkat li a:hover, .subkat li a.active {
	text-decoration: none;
	color: #fff;
	background-color: #798d8f;
}

.kos-dotaz {
	margin-top: 10px;
	font-size: 300%;
	color: #18bc9c;
}


.doprava_vydejna {
	display: none;
	margin-top: 8px;
}


#balikovna-widget-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9000;
	padding: 10px;
}
#balikovna-iframe-wrap {
	width: 100%;
	height: 100%;
	background: transparent;
	background-color: #fff;
}
#balikovna-widget {
	border: none;
	width: 100%;
	height: calc(100vh - 65px);
}

.vmisto_head {
	padding: 10px;
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
	color: #555;
}
.vmisto_head a {
	float: right;
	text-decoration: none;
	color: #555;
	font-size: 24px;
}
.vmisto_head a:hover {
	text-decoration: none;
	color: #800f00;
}


#ppl-widget-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9000;
	padding: 10px;
}
#ppl-widget {
	width: 100%;
	height: 100%;
	background: transparent;
	background-color: #fff;
}
#ppl-parcelshop-map {
	width: 100%;
	height: 100%;
}




@media print {
    a[href]:after {
        content: none !important;
    }
}

.text-normal {
	font-weight: normal;
}
.schovat {
	display: none;
}
