@charset "utf-8";


@import url("basic.cf3236a420ac.css");
@import url("header.9a4e4bd4e1b9.css");
@import url("pravy.d432fdb2eb65.css");
@import url("tlacitka.cc5ed63f0c6e.css");
@import url("shop.6df6fe2b10a7.css");
/* multiselect.css uz se neimportuje. Knihovna se nikde neinicializuje a
   jeji bootstrapi `.btn:hover, .btn:focus { color: #333 }` ma specificitu
   (0,2,0), cimz prebijelo `.btn` i `.btn--primary` z komponent - kazde
   tlacitko na webu pri najeti zesedlo. */
@import url("lightbox.af31dd5ba548.css");


.content {
	position: relative;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
	display: inline;
	float: left;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
}

.face {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #d6d6d6;
	border-top: 1px solid #c4c4c4;
	width: 100%;
	display: inline;
	float: left;	
}


p.annotation {
	font-weight: bold;
}

img {
	margin-bottom: 20px;
}

.gap_top {
	margin-top: 20px;
}



/* ~~ Sekce ~~ */

.subepage_section {
	width: 345px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	float: left;
}

.subepage_section p {
	line-height: 1.357em;
}

.subepage_section_photo {
	widht: 100%;
	height: 120px;
	display: block;
	overflow: hidden;
	background-color: #dddddd;
	margin-bottom: 15px;
}


/* ~~ Clanky ~~ */

h2.articlehome {
	text-align: center;
	background: url("../img/home_h2_bg.14ae29cc7c59.png");
	background-position: center 20px;
	background-repeat: no-repeat;
}

.article {
	position: relative;
	display: flex;
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	overflow: hidden;
}

.article p {
	margin-bottom: 8px;
	line-height: 1.357em;
}

.articlephoto {
	position: relative;
	float: left;
	min-width: 260px;
	overflow: hidden;
	margin: 5px 20px 5px 0;
}
.articlephoto img {
	width: 100%;
	aspect-ratio: 17/9;
	object-fit: cover;
	margin-bottom: 0;
}

.date, .author, .readmore {
	color: #72767a;
}

.article .date:after, .author:after {
	content: " • "
}

.morearticles a, .morearticles a:visited {
	background-image: url("../img/sipka_more_art.4f2157d04322.png");
	background-position: right center;
	background-repeat: no-repeat;
}


/* ----- Stránkování ----- */

.pagination {
	height: 35px;
	position: relative;
	/* margin-top: 20px; */
	float: right;
}

.pagination ul {
	height: 35px;
	position: relative;
	/* margin-left: auto;
	margin-right: auto; */
	display: table;
	
}

.pagination ul li {
	list-style: none;
	padding: 0;
	margin: 0;	
	float: left;
	margin-left: 3px;	
}

.pagination ul li.from {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 11px;	
}

.pagination .small_btn a {
	padding-left: 8px;
	padding-right: 8px;
}





/* ~~ Pravý sloupec ~~ */



/* ~~ Zápatí ~~ */
footer {
	position: relative;
	background-color: #c89a23;
	border-top: 1px solid #ac8114;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	display: inline;
	float: left;
	color: #ffffff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer ul li {
	margin: 0;
	list-style: none;
}

/* `footer a:visited` tu bylo se stejnou barvou jako `footer a`, ale
   pseudotrida zvedala specificitu nad novejsi komponentove styly, takze
   navstiveny odkaz v paticce menil barvu. Stav si barvu neurcuje sam. */

footer a:hover, footer a:active, footer a:focus {
	color: #fff;
	text-decoration: underline;
}

.opening {
	padding-left: 40px;
	border-left: 1px solid #e3bc58;
}

.copy {
	position: relative;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-top: 20px;
	border-top: 2px solid #e3bc58;
}

.gotop {
	padding-bottom: 80px;
	background-image: url("../img/shadow_bottom.b9085e26c8fa.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}


/*Podpora HTML 5 – Nové tagy syntaxe HTML 5 nastaví příkaz diplay:block, takže prohlížeče dokáží vykreslit tagy správně. */
header, section, footer, aside, article, figure {
	display: block;
}

/* ~~ Shop ~~ */



/* ~~ produkt ~~ */

.weekdeal {
	position: relative;
	display: block;
	height: 306px;
	margin-bottom: 20px;
	border-top: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-bottom: 2px solid #c99b24;
	border-left: 2px solid #ebebeb;
	background-color: #fff;
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(85%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
}

.deal {
	position: relative;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

.productphoto {
	position: relative;
	display: block;
	overflow: hidden;
	width: 200px;
	height: 155px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ebebeb;
}

a.productname {
	font-family: 'Roboto Slab', serif; 
	color: #002366;
	text-decoration: none;
	position: relative;
	display: block;
	overflow: hidden;
	height: 36px;
	vertical-align:middle;
}

/* Nazev produktu mel po navstiveni tmave modrou #001948 - na inkoustovem
   podkladu nova grafiky prakticky neviditelnou. Navstiveny odkaz se od
   nenavstiveneho lisit nema. */

a.productname:hover, a.productname:active, a.productname:focus {
	font-family: 'Roboto Slab', serif; 
	color: #003292;
	text-decoration: underline;
}

.price {
	font-family: 'Roboto Slab', serif;
	font-size: 1.250em;
	font-weight: 700;
	color: #a90000;
	margin-top: 12px;
	margin-bottom: 15px;
}

a.buy, a.buy:visited {
	position: relative;
	display: block;
	width: 100px;
	height: 24px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 1.125em;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(163, 120, 10, 1);
	margin-left: 50px;
	border: 1px solid #c99b25;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #deaa12;
	-moz-box-shadow: 0 2px 0 #a37809, inset 0 1px 0 #fdd162;
	-webkit-box-shadow: 0 2px 0 #a37809, inset 0 1px 0 #fdd162;
	box-shadow: 0 2px 0 #a37809, inset 0 1px 0 #fdd162;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3OTkyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RlYWUzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #c79923 0%, #deae32 100%);
	background-image: -o-linear-gradient(bottom, #c79923 0%, #deae32 100%);
	background-image: -webkit-linear-gradient(bottom, #c79923 0%, #deae32 100%);
	background-image: linear-gradient(bottom, #c79923 0%, #deae32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79923', endColorstr='#deae32', GradientType=0 );
}

a:hover.buy {
	border: 1px solid #c99b25;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #deaa12;
	-moz-box-shadow: 0 2px 0 #a37809, inset 0 1px 0 #fdd162;
	-webkit-box-shadow: 0 2px 0 #a37809, inset 0 1px 0 #fdd162;
	box-shadow: 0 2px 0 #a37809, inset 0 1px 0 #fdd162;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlYWUzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3OTkyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #deae32 0%, #c79923 100%);
	background-image: -o-linear-gradient(bottom, #deae32 0%, #c79923 100%);
	background-image: -webkit-linear-gradient(bottom, #deae32 0%, #c79923 100%);
	background-image: linear-gradient(bottom, #deae32 0%, #c79923 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deae32', endColorstr='#c79923', GradientType=0 );
}

a:active.buy, a:focus.buy {
	border: 1px solid #b68a19;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #deaa12;
	-moz-box-shadow: 0 2px 0 #c99b23, inset 0 1px 0 #daa723;
	-webkit-box-shadow: 0 2px 0 #c99b23, inset 0 1px 0 #daa723;
	box-shadow: 0 2px 0 #c99b23, inset 0 1px 0 #daa723;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlYWUzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzljNzQwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #deae32 0%, #9c740c 100%);
	background-image: -o-linear-gradient(bottom, #deae32 0%, #9c740c 100%);
	background-image: -webkit-linear-gradient(bottom, #deae32 0%, #9c740c 100%);
	background-image: linear-gradient(bottom, #deae32 0%, #9c740c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deae32', endColorstr='#9c740c', GradientType=0 );
}

.recaptcha-error {
	padding: 10px 0;
	background: red;
	color: yellow;
	text-align: center;
}




/* Odkazy na socialni site v pate - nahradily Page Plugin Facebooku. */
.social {
	text-align: center;
	font-size: 15px;
}
.social span {
	color: #555;
	margin-right: 12px;
}
.social a {
	display: inline-block;
	margin: 0 6px;
	padding: 6px 18px;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
}
.social a:hover {
	background-color: #f3c000;
	border-color: #f3c000;
	color: #000;
}
