@import url("jquery/magnific/magnific-popup.min.css");
@import url("jquery/owl/owl.carousel.css");
@import url("jquery/owl/animate.min.css");
@import url(https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);


/* ******************************** common ******************************** */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #222;
	-webkit-text-size-adjust:none;
}

body {
	min-height: 100%;
	min-width: 300px;
	background: #fff;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
} *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media print {
	body {
		font-size: 12pt;
	}
}

.nofloat {
	font-size: 1px;
	height: 1px;
	clear: both;
	display: block;
}

p {
	margin: 1.3em 0;
	padding: 0;
	line-height: 145%;
	-webkit-text-size-adjust:none;
}

p.perex {
}

p.perex strong {
}

table p {
	margin: 0 0 1em 0;
	padding: 0;
}

a img {
	border: 0;
}

.web-accessibility {
	display: none !important;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: normal;
	font-family: Oswald, Arial, sans-serif;
	word-spacing: 0.2em;
}

h1 {
	margin: 0 -15px 25px -15px;
	font-size: 20px;
	color: #000;
	padding: 0 0 0 0;
	line-height: 130%;
	font-weight: normal;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
}

h2 {
	margin: 1.6em 0 0.6em 0;
	/*padding: 1.4em 0 0.6em 0;*/
	font-size: 17px;
	line-height: 120%;
	color: #010101;
	font-weight: normal;
}

h3 {
	margin: 1.5em 0 0.8em 0;
	font-size: 14px;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0.8em 0 1.8em;
	padding: 0 0 0 0.3em;
}

ul li {
	margin: 0 0 0.3em 1em;
	padding: 0;
}

ol {
	margin: 0.8em 0 1.8em;
	padding: 0 0 0 1.3em;
}

ol li {
	margin: 0;
	padding: 0;
}

select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 2px;
	outline: none;
	margin: 0;
}

input, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	border: none;
	background: #fff;
	outline: none;
	resize: vertical;
}

input[type=radio], input[type=checkbox], .captcha input, input.auto {
	width: auto;
}

input[type]:not([type=search]):focus,
textarea:focus {
	background: #e9e9e9;
}


input.nospin[type='number'] {
	-moz-appearance:textfield;
}

input.nospin::-webkit-outer-spin-button,
input.nospin::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

a,a:link,a:visited,a:active {
	text-decoration: none;
	color: #FF005A;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #FF005A;
}

@media print {
	a:after,a:link:after,a:visited:after,a:active:after {
		content: " (" attr(href) ") ";
		text-decoration: none;
		color: #000;
	}
	a[href ^="/"]:after {
		content: " (http://www.delnik.eu" attr(href) ") ";
		text-decoration: none;
		color: #000;
	}
}

@media (min-width: 600px) {
	h1 {
		font-size: 23px;
	}

	h2 {
		font-size: 19px;
	}

	h3 {
		font-size: 15px;
	}

	ul {
		padding: 0 0 0 2em;
	}

	ol {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 1000px) {
	h1 {
		margin: 0 0 25px 0;
	}
}

@media (min-width: 1130px) {
	h1 {
		font-size: 27px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 18px;
	}
}

table {
	padding: 0;
	margin: 0 0 1em 0;
}

table td {
	vertical-align: top;
	padding: 0;
}

table th {
	font-weight: normal;
	text-align: left;
	padding: 0 1em 0 0;
}

table tr {
	vertical-align: middle;
}

table tr.space > * {
	padding-bottom: 20px;
}

.kurziva {
	font-style: italic;
}

.chyba {
	color: #FF0000;
	font-size: 100%;
	margin: 1em 0 1em 0;
}

.chyba p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

.chyba ol {
	margin: 0;
	padding: 0 0 1em 3em;
}

.gray {
	color: gray;
}

#content a.external:not(.noicon) {
	padding-right: 14px;
	margin-right: 4px;
	background: transparent url("img/external.svg") no-repeat right center;
	background-size: 10px 10px;
}

.aie {
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);

	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	z-index: 9;
}

article ul li, article ol li {
	line-height: 140%;
}

article .fotkavpravo {
	float: right;
	margin: 0 0 2em 3em;
}

article .fotkavpravo img {
	padding: 6px;
}

article .linkme {
	cursor: pointer;
}

article .linkme:hover a.mainhref {
	text-decoration: underline;
}

.cl::after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.ht { /* hide text inside container */
	font-size: 0;
	text-indent: -999px;
	overflow: hidden;
}

ul.ulfl {
	margin: 0;
	padding: 0;
}

ul.ulfl::after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

ul.ulfl li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul.ulin {
	margin: 0;
	padding: 0;
	font-size: 0;
}

ul.ulin li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	font-size: 14px;
}

.alert {
	color: #ff005a;
	font-size: 115%;
}

body > .alert {
	display: block;
	padding: 10px 5px;
	background: #ff005a;
	color: #fff;
	z-index: 999;
	text-align: center;
}

article .clanek_text img {
	max-width: 100%;
}



/* ******************************** path ******************************** */

@media print {
	article .path {
		display: none;
	}
}

article .path {
	display: block;
	color: #888;
	font-size: 13px;
	margin: 0 0 2em 0;
	padding: 0;
}

article .path a {
	color: #888;
}

article .path strong {
	display: inline;
	white-space: nowrap;
	font-weight: normal;
}

article .path ul {
	display: inline;
	margin: 0;
	padding: 0;
}

article .path ul li {
	display: inline;
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	background: none;
}

article .path ul li::after {
	content: "▸";
	margin: 0 0 0 1em;
}

article .path ul li:last-child::after {
	content: "";
	margin: 0;
}

article .path ul li:last-child a, article .path ul li:last-child a:hover {
	text-decoration: none;
}

@media (min-width: 700px) {
	article .path {
		position: absolute;
		top: -36px;
		color: #fff;
		text-shadow: 0 0 5px rgba(0,0,0,0.7);
	}

	article .path a {
		color: #fff;
	}
}

.container label.l_radio {
	margin: 0 5px;
}

.container span.radio {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.container span.radio span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #aaa;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.container span.radio input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	visibility: hidden;
	padding: 0;
}

.container span.radio span::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #FF005A;
	left: 3px;
	top: 3px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.container span.radio input:checked + span::after {
	opacity: 1;
}

.container span.checkbox {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.container label span.checkbox input {
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}

.container label span.checkbox span {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid #d9d9d9;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

.container label span.checkbox span::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 1px;
	width: 14px;
	height: 8px;
	border-left: 4px solid #ff005a;
	border-bottom: 4px solid #ff005a;

	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);

	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.container label:hover span.checkbox span::before {
	opacity: 0.3;
}

.container label span.checkbox input:checked + span::before {
	opacity: 1;
}

.container span.checkbox.big {
	width: 30px;
	height: 30px;
}

.container label span.checkbox.big span {
	width: 28px;
	height: 28px;
	border: 1px solid #d9d9d9;
}

.container label span.checkbox.big span::before {
	left: 3px;
	top: 0;
	width: 27px;
	height: 15px;
}


.eu_souhlas {
	margin-bottom: 50px;
	color: #dc3545;
	transition: color 0.2s ease;
}

.eu_souhlas.ok {
	color: #28a745;
}

.eu_souhlas p {
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
	position: relative;
	max-width: 700px;
	background: #dc3545;
	color: #fff;
	transition: background 0.2s ease;
}

.eu_souhlas.ok p {
	background: #28a745;
}

.eu_souhlas p::before {
	content: "";
	transform: rotate(45deg);
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 50px;
	background: #dc3545;
	transition: background 0.2s ease;
}

.eu_souhlas.ok p::before {
	background: #28a745;
}

.page .eu_souhlas a {
	color: #fff;
	text-decoration: underline;
}

.eu_souhlas label {
	cursor: pointer;
}


/* ******************************** 404 ******************************** */

#content .error404 {
	padding: 0;
}

#content .error404 .img {
	float: left;
	width: 170px;
	height: 164px;
	margin: 0 20px 0 0;
	background: transparent url("img/404.svg") no-repeat left top;
}

#content .error404 .text {
	float: left;
	max-width: 380px;
}

#content .error404 .text p {
	margin: 0 0 0.3em 0;
}

#content .error404 .text p.lang_cz {
	margin: 0 0 0.3em 0;
}

#content .error404 .text p.lang_en {
	margin: 2em 0 0.3em 0;
}









/* ******************************** kontakt ******************************** */
.kontakt {
	margin-bottom: 50px;
}

article form.kontaktform label {
	display: none;
}

article form.kontaktform .input {
	padding-bottom: 5px;
}

article form.kontaktform .submit input {
	width: 100%;
}

article form.kontaktform .captchacont {
	display: none;
	opacity: 0;
}

article form.kontaktform .captchacont,
article form.kontaktform .submit {
	padding: 5px 0;
}

@media all and (min-width: 550px) {
	.kontakt {
		display: flex;
	}

	.kontakt .kontakt_left {
		flex: 0 0 250px;
	}

	.kontakt .kontakt_right {
		flex: 1 0 250px;
	}

	.kontakt .kontakt_right h2 {margin-top: 20px;}

	article form.kontaktform .captchacont {
		float: left;
	}

	article form.kontaktform .submit {
		float: right;
	}

	article form.kontaktform .submit input {
		width: auto;
		margin-right: 0;
	}
}

@media all and (min-width: 950px) {
	.kontakt .kontakt_left {
		flex: 0 1 400px;
	}

	.kontakt .kontakt_right {
		flex: 1 0 410px;
	}
}


article form.kontaktform .captchacont img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

article form.kontaktform .captchacont .captcha-input {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

article form.kontaktform .captchacont .captcha-input input {
	width: 50px;
}

article form.kontaktform .captchacont .refresh-captcha {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}



/* *********************************** podclanky *********************************** */

aside.podclanky {

}

aside.podclanky ul {
	margin: 0;
	padding: 0;
}

aside.podclanky ul li {
	margin: 0 0 10% 0;
	padding: 10px;
	list-style: none;
	background: #fff;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
	position: relative;
}

aside.podclanky ul li .img {
	font-size: 0;
	line-height: 0;
}

aside.podclanky ul li .img img {
	max-width: 100%;
}

aside.podclanky ul li h2 {
	font-family: Oswald;
	font-size: 16px;
	text-transform: uppercase;
	color: #574445;
	text-align: center;
	margin: 20px 0 10px;
}



aside.podclanky ul li:nth-child(5n+1) {-webkit-transform: rotate(1deg);transform: rotate(1deg); }
aside.podclanky ul li:nth-child(5n+2) {-webkit-transform: rotate(-1.2deg);transform: rotate(-1.2deg); }
aside.podclanky ul li:nth-child(5n+3) {-webkit-transform: rotate(1.3deg);transform: rotate(1.3deg); }
aside.podclanky ul li:nth-child(5n+4) {-webkit-transform: rotate(-1deg);transform: rotate(-1deg); }
aside.podclanky ul li:nth-child(5n+0) {-webkit-transform: rotate(2deg);transform: rotate(2deg); }


@media (min-width: 500px) AND (max-width: 799px) {
	aside.podclanky.wide ul li {
		margin: 0 0 5% 0;
		width: 47%;
		float: left;
	}

	aside.podclanky.wide ul li:nth-child(2n+1) {
		clear: both;
	}

	aside.podclanky.wide ul li:nth-child(2n+0) {
		float: right;
	}
}


@media (min-width: 800px) {
	aside.podclanky.wide ul li {
		margin: 0 0 4% 0;
		width: 30%;
		float: left;
	}

	aside.podclanky.wide ul li:nth-child(3n+1) {
		margin-right: 5%;
		clear: both;
	}

	aside.podclanky.wide ul li:nth-child(3n+0) {
		float: right;
	}
}



@media (min-width: 700px) AND (max-width: 999px) {
	aside.podclanky:not(.wide) ul li {
		margin: 0 0 5% 0;
		width: 47%;
		float: left;
	}

	aside.podclanky:not(.wide) ul li:nth-child(2n+1) {
		clear: both;
	}

	aside.podclanky:not(.wide) ul li:nth-child(2n+0) {
		float: right;
	}
}


@media (min-width: 1000px) {
	aside.podclanky:not(.wide) ul li {
		margin: 0 0 4% 0;
		width: 30%;
		float: left;
	}

	aside.podclanky:not(.wide) ul li:nth-child(3n+1) {
		margin-right: 5%;
		clear: both;
	}

	aside.podclanky:not(.wide) ul li:nth-child(3n+0) {
		float: right;
	}
}



/* *********************************** galerie *********************************** */

figure.galerie {
	margin: 30px 0;
	padding: 0;
}

figure.galerie ul {
	margin: 0;
	padding: 0;
}

figure.galerie ul li {
	margin: 0 0 10% 0;
	padding: 10px;
	list-style: none;
	background: #fff;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
	position: relative;
}

figure.galerie ul li a {
	margin: 0;
	display: block;
	position: relative;
}

figure.galerie ul li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}




@media (min-width: 700px) AND (max-width: 999px) {
	figure.galerie ul li {
		margin: 0 0 5% 0;
		width: 47%;
		float: left;
	}

	figure.galerie ul li:nth-child(2n+1) {
		clear: both;
	}

	figure.galerie ul li:nth-child(2n+0) {
		float: right;
	}
}


@media (min-width: 1000px) {
	figure.galerie ul li {
		margin: 0 0 4% 0;
		width: 30%;
		float: left;
	}

	figure.galerie ul li:nth-child(3n+1) {
		margin-right: 5%;
		clear: both;
	}

	figure.galerie ul li:nth-child(3n+0) {
		float: right;
	}
}

/* ************************************** soubory ************************************** */

figure.soubory {
	clear:both;
	margin: 30px 0;
	padding: 0;
}

figure.soubory ul {
	margin: 0 0 1em;
	padding: 0;
}

figure.soubory ul li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-height: 60px;
	margin: 1em 0 1em 0;
	list-style: none;
	position: relative;
	padding: 0;
	background: none;
}

@media all and (min-width: 780px) {
	figure.soubory {
		padding: 0;
	}

	figure.soubory ul li {
		width: 350px;
		margin-right: 25px;
	}
}

figure.soubory ul li a {
	position: absolute;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

figure.soubory ul li .ikona {
	background: transparent url("img/fileicons.svg") 0 0 no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	margin: 0 15px 0 0;
}

figure.soubory ul li .cont {
	margin: 0 0 0 62px;
}

figure.soubory ul li .cont p.popis {
	margin: 0;
	font-size: 14px;
}

figure.soubory ul li .cont p.velikost {
	margin: 0;
	color: #aaa;
	font-size: 14px;
}

figure.soubory .ikona.doc,
figure.soubory .ikona.docx,
figure.soubory .ikona.odt,
figure.soubory .ikona.rtf {background-position: 0 -100px;}
figure.soubory .ikona.exe,
figure.soubory .ikona.com,
figure.soubory .ikona.bat,
figure.soubory .ikona.xml,
figure.soubory .ikona.dll {background-position: 0 -200px;}
figure.soubory .ikona.jpg,
figure.soubory .ikona.jpeg,
figure.soubory .ikona.gif,
figure.soubory .ikona.png,
figure.soubory .ikona.psd,
figure.soubory .ikona.tiff,
figure.soubory .ikona.bmp,
figure.soubory .ikona.cdr,
figure.soubory .ikona.ai,
figure.soubory .ikona.svg,
figure.soubory .ikona.odg {background-position: 0 -300px;}
figure.soubory .ikona.pdf {background-position: 0 -400px;}
figure.soubory .ikona.ppt,
figure.soubory .ikona.pps,
figure.soubory .ikona.odp,
figure.soubory .ikona.pptx,
figure.soubory .ikona.ppsx {background-position: 0 -500px;}
figure.soubory .ikona.xls,
figure.soubory .ikona.xlsx,
figure.soubory .ikona.ods {background-position: 0 -600px;}
figure.soubory .ikona.zip,
figure.soubory .ikona.rar,
figure.soubory .ikona.gz,
figure.soubory .ikona.arj,
figure.soubory .ikona.z7 {background-position: 0 -700px;}




/* ************************************** stacktable ************************************** */

.stacktable { /*width: 100%;*/ }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.3em; }
.st-key { width: 49%; text-align: left; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

.kosik .nostackable.large-only { display: table; }
.kosik .nostackable.small-only { display: none; }

@media (max-width: 650px) {
	.stacktable.large-only { display: none; }
	.stacktable.small-only { display: table; }

	.kosik .nostackable.large-only { display: none; }
	.kosik .nostackable.small-only { display: table; }
}


/* ************************************** grafika ************************************** */
.page.blur {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

body > .page {
	min-height: 100%;
	background: #f4f4f4;
	position: relative;
	z-index: 1;
	overflow: hidden;

	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
}

body.menuopen > .page {
	-webkit-transform: translate3d(-260px,0,0);
	transform: translate3d(-260px,0,0);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	overflow: hidden;
}

body > .pagemenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	min-height: 100%;
	background: #6e6e6e;
	z-index: 0;
}

header {
	height: 85px;
	position: relative;
	z-index: 1;
}

header .cont {
	max-width: 1320px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	z-index: 1;

	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header .spacer {
	height: 100%;

	-webkit-flex: 1000 1000 1px;
	flex: 1000 1000 1px;
}

header .logo {
	height: 100%;

	-webkit-flex: 0 1 240px;
	flex: 0 1 240px;
}

header .doprava_zdarma {
	display: none;

	-webkit-flex: 0 1 240px;
	flex: 0 1 240px;
}

header .doprava_zdarma img {
	max-width: 100%;
}

@-moz-document url-prefix() {
header .doprava_zdarma img {
		width: 100%;
	}
}


header .logo a {
	display: block;
	height: calc(100% - 10px);
	padding: 5px 8px 5px 15px;
	font-size: 0;
	line-height: 0;

	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: center;
	justify-content: center;

	-webkit-align-items: center;
	align-items: center;
}

header .logo a img {
	max-width: 100%;
	max-height: 100%;
}

@-moz-document url-prefix() {
header .logo a img {
		width: 100%;
	}
}

header nav {
	height: 100%;
	display: none;
	width: 140px;

	-webkit-flex: 0 1 140px;
	flex: 0 1 140px;
}

header nav ul {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

header nav ul li {
	display: block;
	color: #222;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	float: left;
	list-style: none;
	overflow: hidden;

	-webkit-display: flex;
	display: flex;

	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: center;
	justify-content: center;
}

header nav ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 20%;
	width: 50px;
	height: 50px;
	background: #FFD800;
	border-radius: 100%;
	z-index: 0;
	transform: scale(0);
	transition: transform 0.3s ease;
}

header nav ul li:hover::before {
	transform: scale(5);
}


header nav ul li .img {
	display: block;
	height: 48px;
	width: 59px;
	background: transparent url("img/ikony.svg") no-repeat 0 -600px;
	margin: 0 auto;
	position: relative;
}

header .nav ul li .text {
	text-align: center;
	padding: 7px 0 0 0;
	z-index: 1;
}

header .cart {
	display: block;
	color: #000;
	width: 140px;
	background: #FFD800;
	height: 100%;
	position: relative;
	overflow: hidden;

	-webkit-display: flex;
	display: flex;

	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: center;
	justify-content: center;

	-webkit-flex: 0 1 140px;
	flex: 0 1 140px;
}

.cart a.kosik {width: auto;}

header .cart::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 20%;
	width: 50px;
	height: 50px;
	background: #FF005A;
	border-radius: 100%;
	z-index: 0;
	transform: scale(0);
	transition: transform 0.3s ease;
}

header .cart:hover::before {
	transform: scale(5);
}


header .cart .img {
	display: block;
	width: 55px;
	height: 48px;
	background: transparent url("img/ikony.svg") no-repeat 0 0;
	margin: 0 auto;
	position: relative;
}

header .cart .pocet {
	position: absolute;
	top: -46px;
	right: 37px;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #e7292b;
	border-radius: 100%;
	color: #fff;
	padding: 0 4px;
}

header .cart .text {
	position: relative;
}

header .cart .text .prazdny{
	text-align: center;
	padding: 7px 0 0 0;
}

header .cart .cena {
	display: block;
	text-align: center;
	margin: 5px 0 0 0;
	font-family: Oswald, sans-serif;
	font-size: 16px;
	line-height: 16px;
}

header .search {
	display: none;
	color: #000;
	width: 140px;
	height: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;

	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: center;
	justify-content: center;

	-webkit-flex: 0 1 140px;
	flex: 0 1 140px;
}

@media (min-width: 470px) {
	header .search {
		display: -webkit-flex;
		display: flex;
	}
}

header .search::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 20%;
	width: 50px;
	height: 50px;
	background: #FFD800;
	border-radius: 100%;
	z-index: 0;
	transform: scale(0);
	transition: transform 0.3s ease;
}

header .search:hover::before {
	transform: scale(5);
}


header .search .img {
	display: block;
	width: 48px;
	height: 48px;
	background: transparent url("img/ikony.svg") no-repeat 0 -100px;
	margin: 0 auto;
	position: relative;
}

header .search .text {
	text-align: center;
	padding: 7px 0 0 0;
	z-index: 1;
}


header .showmenu {
	height: 100%;
	cursor: pointer;
	background: url("img/hamburger.svg") no-repeat center center;
	display: block;

	-webkit-flex: 0 1 80px;
	flex: 0 0 80px;
}

header .showmenu:hover {
	background-color: #4e4e4e;
}


header .user {
	height: 100%;
	display: none;

	-webkit-flex: 0 1 280px;
	flex: 0 1 280px;
}
header .user ul {
	margin: 0;
	padding: 0;
	height: 100%;
}

header .user ul li {
	display: block;
	color: #222;
	width: 50%;
	margin: 0 auto;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;

	-webkit-display: flex;
	display: flex;

	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: center;
	justify-content: center;
}

header .user ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 20%;
	width: 50px;
	height: 50px;
	background: #FFD800;
	border-radius: 100%;
	z-index: 0;
	transform: scale(0);
	transition: transform 0.3s ease;
}

header .user ul li:hover::before {
	transform: scale(5);
}

header .user ul li .img {
	display: block;
	height: 48px;
	background: transparent url("img/ikony.svg") no-repeat;
	margin: 0 auto;
	position: relative;
}

header .user ul li.ikona .img        {background-position: 0 -200px; width: 39px}
header .user ul li.registrovat .img {background-position: 0 -400px; width: 34px}
header .user ul li.logout .img      {background-position: 0 -500px; width: 50px}

header .user ul li .text {
	text-align: center;
	padding: 7px 0 0 0;
	position: relative;
	z-index: 1;
}


@media (min-width: 550px) {
	header .doprava_zdarma {
		display: -webkit-flex;
		display: flex;
	}
}

@media (min-width: 800px) {
	header {
		height: 120px;
	}

	header .user {
		display: block;
	}
}

@media (min-width: 1000px) {
	header {
		height: 110px;
		margin: 0;
	}

	header .showmenu {
		display: none;
	}

	header .nav {
		display: -webkit-flex;
		display: flex;
	}

	header .user ul li {
		height: 100%;
	}
}



header .strip {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
}

header .strip .center {
	max-width: 1320px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	z-index: 0;
}

.hbottom {
	height: 50px;
	background-color: #171719;
	background-image: url("img/header.png");
	background-position: center bottom;
	background-repeat: repeat-x;
}


body .pagemenu .search {
	margin: 0 0 3px 0;
}

body .pagemenu .search .input input {
	display: block;
	margin: 0;
	padding: 20px 15px;
	border: 0;
	width: 100%;
	background: #fff;

	background: rgb(170,170,170);
	background: -moz-linear-gradient(top,  rgba(170,170,170,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(170,170,170,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#ffffff',GradientType=0 );
}

body .pagemenu .search .submit input {
	padding: 20px 15px;
	color: #fff;
	text-align: center;
	border: 0;
	background: #333;
	width: 100%;

	-webkit-appearance: none;
}

body .pagemenu .nav ul {
	margin: 0;
	padding: 0;
}

body .pagemenu .nav ul li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
	position: relative;
}

body .pagemenu .nav ul li .text {
	display: block;
	padding: 15px 15px;
	background: #7e7e7e;
	color: #fff;
}

body .pagemenu span#searchclose {
	display: none;
}




footer {
	color: #222;
	font-size: 13px;
}

footer .top {
	background: rgba(0,0,0,0.2);
}

footer .bottom {
	background: url(img/header.png);
	background-size: auto 100%;
	font-family: Oswald, sans-serif;
}

footer .bottom .container {
	min-height: 60px;
}

footer .bottom p {
	margin: 0;
	padding: 10px 0;
	color: #c8c8c8;
}

footer .bottom a {
	color: #c8c8c8;
}

footer .bottom .left {
	color: #FFD800;
}

footer .bottom .left a {
	color: #FFD800;
}

footer .top .cols {
}

footer .top .cols .col {
	padding: 15px 0;
}

footer .top .cols .col.col1 {
	display: none;
}


@media (min-width: 450px) {
	footer .top .cols {
		display: -webkit-flex;
		display: flex;

		-webkit-justify-content: space-between;
		justify-content: space-between;

		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	footer .top .cols .col {
		width: 45%;
		padding: 30px 0;
		margin: 0;
	}

	footer .top .cols .col.col1 {
		display: block;
	}
}



@media (min-width: 650px) {
	footer .bottom .container {
		display: -webkit-flex;
		display: flex;

		-webkit-justify-content: space-between;
		justify-content: space-between;

		-webkit-align-items: center;
		align-items: center;
	}
}


@media (min-width: 900px) {
	footer .top .cols .col {
		width: 21%;
	}
}



.container {
	margin: 0 auto;
	max-width: 1350px;
	padding: 0 15px;
	position: relative;
}

.container.wrap {
	display: -webkit-flex;
	display: flex;
}

.container.wrap .panel {
	display: none;
	margin: 30px 30px 30px 0 ;

	-webkit-flex: 0 0 260px;
	flex: 0 0 260px;

	-webkit-order: 1;
	order: 1;
}

.container.wrap article {
	-webkit-flex: 1 0 250px;
	flex: 1 0 250px;

	-webkit-order: 2;
	order: 2;

	min-height: 400px;
	margin-bottom: 30px;
}

@media (min-width: 1000px) {
	.container.wrap .panel {
		display: block;
	}
}



article h1 {
	background: #FFD800 url(img/pruhy_2.jpg);
	padding: 10px 15px;
	margin-bottom: 5px;
	background-size: auto 100%;
}

@media (min-width: 770px) {
	article h1 {
		margin-top: 30px;
	}
}

article h2.related {
	background: #FFD800 url(img/pruhy_2cb.jpg);
	padding: 10px 15px;
	margin: 30px 0 5px;
	background-size: auto 100%;
}

ul.zbozi {
	margin: 0;
	padding: 0;
}

ul.zbozi li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: #fff;
}

ul.zbozi li:hover {
	background: rgb(221,221,221);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 75%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(24%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 75%,rgba(221,221,221,1) 100%);
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 75%,rgba(221,221,221,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 75%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 75%,rgba(221,221,221,1) 100%);
}

ul.zbozi li::before {
	content: "";
	border-right: 1px solid #f0f0f0;
	position: absolute;
	right: -1px;
	top: 30px;
	bottom: 30px;
	z-index: 1;
}

ul.zbozi li .nazev {
	padding: 20px;
	text-align: center;
	height: 80px;
	overflow: hidden;
}

ul.zbozi li .nazev strong {
	font-weight: normal;
	position: relative;
}

ul.zbozi li .img {
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
}

ul.zbozi li .img img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

ul.zbozi li .cena {
	font-family: Oswald, sans-serif;
	padding: 20px 0;

	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: center;
	justify-content: center;
}


ul.zbozi li .cena .nova {
	color: #a9a9a9;
	text-decoration: line-through;
	margin: 0 20px 0 0;
}

ul.zbozi li .cena .puvodni {
	color: #FF005A;
	font-size: 16px;
}

@media (min-width: 480px) {
	ul.zbozi li .nazev {
		padding-top: 40px;
		height: 100px;
	}

	ul.zbozi li .img {
		height: 240px;
		line-height: 240px;
	}

	ul.zbozi li .cena {
		padding-bottom: 40px;
	}
}

.stickers div {
	position: absolute;
	right: -7px;
	top: 74px;
	color: #fff;
	background: #4c9ed9;
	border-radius: 100%;
	width: 72px;
	height: 72px;
	padding: 10px;
	line-height: 110%;
	text-align: center;
	font-size: 14px;
	z-index: 1;
}

.detail .stickers div {
	width: 80px;
	height: 80px;
	font-size: 16px;
}

.owl-item li .stickers div {
	right: 5px;
}

.stickers div span {
	display: inline-block;
	vertical-align: middle;
}

.stickers div::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.stickers div.novinka {
	background: #FFD800;
	color: #444;
}

.stickers div.specifikace {
	background: #ddd;
	color: #646464;
}

.stickers div.sleva {
	background: #ff005a;
	color: #fff;
	padding: 0;
	font-size: 26px;
	transform: rotate(-10deg);
	line-height: 16px;
}

.stickers div.akce {
	background: #ff005a url(img/ikony.svg) no-repeat 0 -1200px;
}

.detail .stickers div.akce {
	background-position: 4px -1196px;
}

.stickers div.sleva > span {
	margin-top: -5px;
}

.stickers div span span {
	font-size: 15px;
	line-height: 15px;
	vertical-align: text-top;
}

.stickers div:nth-child(2) {
	top: 132px;
}

.stickers div:nth-child(3) {
	top: 190px;
}

.stickers div:nth-child(4) {
	top: 248px;
}

@media (min-width: 480px) AND (max-width: 699px) {
	ul.zbozi li {
		width: 50%;
		float: left;
	}

	ul.zbozi li:nth-child(2n+1) {
		clear: both;
	}
}

@media (min-width: 700px) AND (max-width: 1199px)  {
	ul.zbozi li {
		width: 33.33%;
		float: left;
	}


	ul.zbozi li:nth-child(3n+1) {
		clear: both;
	}
}

@media (min-width: 1200px) {
	ul.zbozi li {
		width: 25%;
		float: left;
	}

	ul.zbozi li:nth-child(4n+1) {
		clear: both;
	}
}

ul.zbozi .owl-item li {
	width: 100%;
}




.pagemenu .tree .kategorie_nadpis {
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 10px 0;
}

.pagemenu .tree ul {
	margin: 0;
	padding: 0;
}


.pagemenu .tree ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagemenu .tree ul li a {
	display: block;
	padding: 9px 20px;
	color: #fff;
}

.pagemenu .tree ul li a.active {
	color: #FFD800;
}

.pagemenu .tree ul ul {
	background: rgba(0,0,0,0.1);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1) inset
}

.pagemenu .tree ul li li a {
	padding-left: 30px;
}

.pagemenu .tree ul li li li a {
	padding-left: 40px;
}

.pagemenu .tree ul li li li li a {
	padding-left: 50px;
}

.page .pageoverlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	display: none;
	z-index: 999;
}


/* ********************************************* kategorie ********************************** */
ul.kat {
	margin: 0;
	padding: 0;
}

ul.kat li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background-color: #fff;
	margin: 5px 0;
}

ul.kat li:hover {
	background: rgb(221,221,221);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 27%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(27%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 27%);
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 27%);
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 27%);
	background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 27%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
}

ul.kat li .nazev {
	padding: 10px 20px 20px;
	text-align: center;
	height: 20px;
	overflow: hidden;
	font-size: 120%;
}

ul.kat li .img {
	text-align: center;
	padding: 0 30px 10px 30px;
	height: 140px;
	line-height: 140px;
	overflow: hidden;
}

ul.kat li .img img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

@media (min-width: 480px) AND (max-width: 699px) {
	ul.kat li {
		margin: 0 0 1.2562% 0;
		width: 49.344%;
		float: left;
	}

	ul.kat li:nth-child(2n+1) {
		clear: both;
	}

	ul.kat li:nth-child(2n+0) {
		margin-right: 0;
		float: right;
	}
}

@media (min-width:700px) AND (max-width: 1199px)  {
	ul.kat li {
		width: 32.56326%;
		float: left;
		margin: 0 1.1551% 1.1551% 0;
	}

	ul.kat li:nth-child(3n+1) {
		clear: both;
	}

	ul.kat li:nth-child(3n+2) {
		margin-right: 0;
	}

	ul.kat li:nth-child(3n+0) {
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	ul.kat li {
		width: 24.2718%;
		float: left;
		margin: 0 0.9708% 0.9708% 0;
	}

	ul.kat li:nth-child(4n+1) {
		clear: both;
		margin-left: 0;
	}

	ul.kat li:nth-child(4n+3) {
		margin-right: 0;
	}

	ul.kat li:nth-child(4n+0) {
		margin-right: 0;
		margin-left: 0;
		float: right;
	}
}

@media (min-width: 480px) {
	ul.kat li .nazev {
		padding-top: 30px;
	}
}





article .detail {
	margin: 0;
}

@media (min-width: 770px) {
	article .detail {
		margin-top: 30px;
	}
}

article .detail .yellow {
	background: #FFD800;
	padding: 25px 15px;
}

article .detail table {
	padding-bottom: 30px;
}

.detail ul.kategorie {
	padding-left: 0;
}
.detail ul.kategorie li {
	list-style: none;
	margin: 0;
}

article .detail .cols {
	margin: 0 0 30px 0;
}

article .detail form.single {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px 0;
}

article .detail form.single .cena {
	font-family: Oswald, sans-serif;
	-webkit-flex: 1 0 130px;
	flex: 1 0 130px;
	margin: 10px 0;
}

article .detail form.single .tlacitka {
	-webkit-flex: 2 0 170px;
	flex: 2 0 170px;
	margin: 10px 0;
}

article .detail form.single .cena .bez_dph {
	font-size: 25px;
}

article .detail form.single .input {
	float: left;
	margin: 0 2px 0 0;
}

article .detail form.single .submit {
	float: left;
}

article .detail form.single .input input {
	background: #fff;
	border: 0;
	line-height: 53px;
	width: 53px;
	height: 53px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
}

article .detail form.single .submit input, article .detail form.multi .submit input {
	border: 0;
	line-height: 53px;
	height: 53px;
	display: block;
	font-family: Oswald, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 20px;
	background: #2b2b2b;
	color: #fff;
	-webkit-appearance: none;
}

article .detail form.multi table {
	font-family: Oswald, sans-serif;
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 5px 0;
}

article .detail form.multi table th {
	vertical-align: middle;
	padding: 12px 0 12px 15px;
}

article .detail form.multi table td {
	vertical-align: middle;
	padding: 4px 0 4px 15px;
}

article .detail form.multi table td.cena_doporucena {
	text-decoration: line-through;
}


article .detail form.multi table tbody tr:nth-child(2n+1) {
	background: #e6e6e6;
}

article .detail form.multi table input {
	line-height: 35px;
	height: 35px;
	width: 50px;
	border: 0;
	padding: 0;
	text-align: center;
	margin: 0;
}

article .detail form.multi .submit input {
	margin: 0 0 0 auto;
}

article .detail .skladem {
	color: #FF005A;
}

article .detail .nedele {
	margin: 30px 0 0 0;
}

@media (min-width: 550px) {
	article .detail .cols {
		margin: 30px 0;

		display: -webkit-flex;
		display: flex;

		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	article .detail .cols > * {
		margin: 0;
	}

	article .detail .left {
		-webkit-flex: 0 2 440px;
		flex: 0 2 440px;

		-webkit-order: 1;
		order: 1;
	}

	article .detail .right {
		-webkit-flex: 2 1 450px;
		flex: 2 1 450px;

		-webkit-order: 2;
		order: 2;
	}

	article .detail .box {
		padding: 0 40px;
	}

	article .detail p.perex {
		margin-top: 0;
	}

	article .detail form.multi table th {
		padding-left: 40px;
	}

	article .detail form.multi table td {
		padding-left: 40px;
	}
}

figure.main {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	position: relative;
}

figure.main a {
	display: block;
	height: 400px;
	line-height: 370px;
	padding: 15px;
}


figure.main a img {
	vertical-align: middle;
	margin-bottom: 0.25em;
	max-width: 100%;
	max-height: 100%;
}

figure.shop_galerie {
	margin: 0;
	padding: 0;
}

figure.shop_galerie ul {
	margin: 0;
	padding: 10px;
	background: #ececec;
}

figure.shop_galerie ul li {
	margin: 1px 1px 0 0;
	padding: 0;
	list-style: none;
	width: 50%;
	width: calc(50% - 1px);
	padding: 50% 0 0 0;
	position: relative;
	float: left;
}

figure.shop_galerie ul li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #fff;
	padding: 10px;
}

figure.shop_galerie ul li a img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

figure.shop_galerie ul li a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

@media (min-width: 1100px) {
	figure.shop_galerie ul li {
		width: calc(33.3% - 1px);
		padding: 33.3% 0 0 0;
	}
}


.registrace table tr {
	height: 30px
}

.registrace table tr th,
table.reklamace tr td {
	vertical-align: middle;
}

.registrace .kod > * {vertical-align: middle;}
.registrace .btn_default {margin-top: 15px; width: 100%;}

@media (min-width: 550px) {
	.registrace .btn_default {width: auto;}
}

footer .top p.icon {
	font-family: Oswald, sans-serif;
	color: #FFD800;
	padding: 0 0 0 27px;
	line-height: 26px;
	background: transparent url("img/ikony.svg") 0 -200px no-repeat;
	margin: 7px 0;
}

footer .top p.icon.mail { background-position: 0 -294px; }

footer .top p.icon a {
	color: #FFD800;
}

footer .top .nadpis {
	font-family: Oswald, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
	font-size: 15px;
	border-bottom: 3px solid #ffd800;

}

footer .top .col > *:first-child {
	margin-top: 0;
}

footer .top ul {
	margin: 0;
	padding: 0;
}

footer .top ul li {
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}

footer .top a {
	color: #222;
}


.panel .tree {background: rgba(0,0,0,0.05);}
.panel .tree ul {
	margin: 0;
	padding: 0;
}

.panel .tree ul.akcenovinky {
	margin-top: 20px;
}

.panel .tree ul.akcenovinky a {
	color: #FF005A;
}

.panel .tree ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.panel .tree ul li ul {
	background: rgba(255,255,255,0.4);
	padding: 10px 0;
}

.panel .tree ul li a {
	display: block;
	padding: 12px 20px;
	color: #000;
	font-family: Oswald, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

.panel .tree ul li li a {
	padding: 8px 20px 8px 30px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-transform: none;
}

.panel .tree ul li li li a {
	padding-left: 40px;
}

.panel .tree ul li li li li a {
	padding-left: 50px;
}

.panel .tree ul li a.active {
	background: #FFD800;
}

.panel .tree.bottom {
	padding: 10px 0;
}

.panel .tree.bottom h2 {
	background: rgba(0,0,0,0.2);
	margin: 0.6em 0 0 0;
	padding: 10px 20px;
}

.panel .tree.bottom p {
	padding: 10px 20px 0 20px;
}

.hp .center {
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 15px;
}

.hp .arrow {
	position: absolute;
	width: 64px;
	height: 64px;
	top: calc(50% - 32px);
	background: transparent url("img/sipky.svg") no-repeat 0 0;
	cursor: pointer;
	border-radius: 100%;
}

.hp .arrow.prev { left: 0; background-position: 0 0; }
.hp .arrow.prev:hover { background-position: 0 -200px; }
.hp .arrow.next { right: 0; background-position: -200px 0; }
.hp .arrow.next:hover { background-position: -200px -200px; }

.hp .top .nabidka .arrow {
	display: none;
}

.hp ul.kategorie {
	margin: 0;
	padding: 0;
}


.hp .produkty {
	height: 420px;
	overflow: hidden;
	position: relative;
	margin: 0 0 1px 0;
}

.hp .produkty .arrow {
	display: none;
}

@media (min-width: 700px) {
	.hp .produkty {
		padding: 0 75px;
	}

	.hp .produkty .arrow {
		display: block;
	}
}



.vzor {
	margin: 20px 0 20px 40px;
	padding: 25px;
	background: #fffbd5;
	border: 1px solid #fff280;
	font-size: 14px;
	font-family: "Times New Roman", serif;
}

.vzor > *:first-child {
	margin-top: 0;
}
.vzor > *:last-child {
	margin-bottom: 0;
}



/* ******************************** kosik ******************************** */
article .kosik table.zbozi {
	width: 100%;
	margin: 0;
}

article .kosik table.zbozi tr.hlavicka {
	background: #ff005A;
	color: #fff;
}

article .kosik table.zbozi tr.hlavicka th {
	padding: 15px 10px;
	font-weight: bold;
	text-align: center;
}

article .kosik table.zbozi tr.nazev {
	background-position: left top;
	background-repeat: repeat-x;
}

article .kosik table.zbozi.small-only tr.nazev.img th {
	text-align: center;
}

article .kosik table.zbozi tr.nazev td {
	padding: 0.5em 1em;
	font-size:1.1em;
	font-weight: bold;
}

article .kosik table.zbozi tr.nazev td.img {
	width: 80px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	background: #fff;
}

article .kosik table.zbozi tr.nazev td.img a {
	display: block;
	padding: 10px;
}

article .kosik table.zbozi tr.nazev td.img a img {
	max-width: 80px;
	max-height: 80px;
	border: 0;
}

article .kosik table.zbozi tr.ceny td {
	padding: 0.5em 1em;
	text-align: center;
	vertical-align: middle;
}

article .kosik table.zbozi tr.ceny td input {
	width: 3.7em;
	padding: 5px;
	font-size: 15px;
}

article .kosik table.table2 { border-spacing: 0 2px; }
article .kosik table.table2 th { vertical-align: middle; }
article .kosik input[name="kupon"] { width: auto;}
article .kosik .cols { overflow: hidden;}
article .kosik .cols .right { color: #545454;}
article .kosik .na_objednavku {margin: 0;}
article .kosik .btn {margin-bottom: 10px;}

article .kosik .required th::before {
	content: "*\00a0";
	display: inline-block;
}

.kosik .cena_sipka { display: none;}

@media (min-width: 500px) {
	.kosik .cena_sipka {
		position: relative;
		display: block;
	}

	.kosik .cena_sipka p {
		position: absolute;
		background: url(img/ikony.svg) no-repeat 0 -1093px;
		min-width: 300px;
		max-width: 360px;
		height: 50px;
		padding-left: 125px;
		font-weight: bold;
		left: 200px;
		color: #FF005A;
		margin: 0;
	}
}

@media (max-width: 650px) {
	article .kosik table.zbozi tr:nth-child(odd) { background: #fff; }/*f9f9f9*/
	article .kosik table.zbozi tr:nth-child(even) { background: #ececec; }
}

@media (min-width: 650px) {
	article .kosik table.zbozi tr.nazev:nth-child(4n+2) { background: #ececec; }
	article .kosik table.zbozi tr.ceny:nth-child(4n+3) { background: #ececec; }

	article .kosik table.zbozi tr.ceny td { padding: 0.3em 1em 0.7em 1em;}
	article .kosik table.zbozi tr.nazev td { padding: 0.7em 1em 0.3em 1em;}
}

@media (min-width: 1000px) {
	article .kosik .cols {
		display: -webkit-flex;
		display: flex;

		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	article .kosik .cols .left {
		-webkit-flex: 0 1 45%;
		flex: 0 1 45%;
	}

	article .kosik .cols .right {
		-webkit-flex: 0 1 45%;
		flex: 0 1 45%;
	}
}

article .kosik .cols .right table {
	border: 2px solid #545454;
	font-size: 90%;
	border-collapse: collapse;
}

article .kosik .cols .right table td {
	border: 1px solid #545454;
	padding: 3px 5px;
}

article .kosik .cols .right table th {
	border: 1px solid #545454;
	background-color: #fff;
	padding: 3px 5px;
}

article .kosik .cols .left li {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

article .kosik .cols .left span.radio {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

article .kosik .cols .left span.radio span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #aaa;
	background: #fff;
	position: relative;
	overflow: hidden;
}

article .kosik .cols .left span.radio input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	visibility: hidden;
	padding: 0;
}

article .kosik .cols .left span.radio input:checked + span::after {
	opacity: 1;
}

article .kosik .cols .left .doprava h3 {
	margin-top: 0;
}

article .kosik .cols .right h3 {
	margin-top: 0;
}

article .kosik .prazdny_kosik {
	background: transparent url("img/prazdny_kosik.png") no-repeat center top;
	background-size: contain;
	height: 340px;
}


table.table {
	border: 2px solid #545454;
	font-size: 90%;
	border-collapse: collapse;
}

table.table td {
	border: 1px solid #545454;
	padding: 3px 5px;
}

table.table th {
	border: 1px solid #545454;
	background-color: #fff;
	padding: 3px 5px;
}

.pink {
	color: #FF005A;
}


/* ******************** glitter popup (notify) ******************** */
#gritter-notice-wrapper {
	position:fixed;
	top:100px;
	right:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
	left: 20px;
	right: auto;
}
#gritter-notice-wrapper.bottom-right {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
}
#gritter-notice-wrapper.bottom-left {
	top: auto;
	right: auto;
	bottom: 20px;
	left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('jquery/glitter/images/ie-spacer.gif');
	color:#fff;

	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;

	border: 1px solid #777;

	background-color: #444;
}
.gritter-top {
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	right:3px;
	background:url("jquery/ui/theme/images/ui-icons_ffffff_256x240.png") no-repeat -80px -127px;
	cursor:pointer;
	width:19px;
	height:19px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
.glitter_warning {
	background-color: rgba(166,206,56,0.85);
	color: #000;
}
.glitter_warning .gritter-title {
	text-shadow: 1px 1px 0 #9BC235;
}
.glitter_error {
	background-color: #e7292b;
	color: #fff;
	border: none;
}




/* ************************************** pager ************************************** */
article .pager {
	padding: 10px 0 10px 0;
	text-align: center;
	line-height: 30px;
}

article .pager a {
	background-color: transparent;
	color: #222;
}

article .pager .p {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	margin: 0 1px;
}

article .pager .active {
	background: #FFD800;
	color: #fff;
	text-decoration: none;
}

article .pager a:hover {
	background: #ff005a;
	color: #fff;
	text-decoration: none;
}

article .pager .p.next, article .pager .p.prev {
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-indent: -999px;
	background: #FFD800;
	position: relative;
	font-size: 0;
}

article .pager .p.next::before {
	content: "";
	position: absolute;
	display: block;
	width: 21px;
	height: 18px;
	left: 14px;
	top: 15px;
	background: transparent url("img/ikony.svg") no-repeat 0 -900px;
}

article .pager .p.prev::before {
	content: "";
	position: absolute;
	display: block;
	width: 21px;
	height: 18px;
	left: 14px;
	top: 15px;
	background: transparent url("img/ikony.svg") no-repeat -100px -900px;
}

article .pager .p.next:hover::before {
	animation: pager_arrow_next 1.1s linear 0s infinite;
}

article .pager .p.prev:hover::before {
	animation: pager_arrow_prev 1.1s linear 0s infinite;
}


@keyframes pager_arrow_next {
	0% { transform: translate3d(0, 0, 0); }
	26% { transform: translate3d(40px, 0, 0px); }
	26.0001% { transform: translate3d(-40px, 0, 0px); }
	34% { transform: translate3d(-40px, 0, 0px); }
	60% { transform: translate3d(0px, 0, 0); }
	100% { transform: translate3d(0px, 0, 0);}
}

@keyframes pager_arrow_prev {
	0% { transform: translate3d(0, 0, 0); }
	26% { transform: translate3d(-40px, 0, 0px); }
	26.0001% { transform: translate3d(40px, 0, 0px); }
	34% { transform: translate3d(40px, 0, 0px); }
	60% { transform: translate3d(0px, 0, 0); }
	100% { transform: translate3d(0px, 0, 0);}
}

/* ************************************** cookies ************************************** */

#cookie-bar {background:#fff; height:auto; line-height:24px; color:#222; text-align:center; padding:10px; font-size: 13px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100vw; z-index: 999;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:4px 8px; margin-left:8px;}
#cookie-bar .cb-enable {background:#5d5d5d;}
#cookie-bar .cb-enable:hover {background:#323131;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#adadad;}
#cookie-bar .cb-policy:hover {background:#9f9f9f;}
#cookie-bar .cookie-bar-buttons { display: block; margin: 5px 0 0 0;}

@media (min-width: 930px) {
	#cookie-bar .cookie-bar-buttons {
		display: inline;
		margin: 0;
	}
}


/* ************************************** tlačítka ************************************** */
.btn,
input[name=refresh-captcha] {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;

	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;

	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	border: 1px solid transparent;
	border-radius: 2px;
}

.btn_default,
input[type=submit].btn_blue {
	color: #fff;
	background-color: #FF005A;
	border-color: #e50051;
}

.btn_default,
input[type=submit].btn_default {
	color: #fff !important;
	background-color: #FF005A !important;
	border-color: #FF005A;
}

.rozcestnik .btn_default {
	background-color:#FFD800 !important;
	border-color: #FFD800 !important;
	color: #000 !important;
}

.btn_silver, .btn_silver:focus {
	color: #fff !important;
	background-color: #333 !important;
}

.btn_light_blue,
input[type=submit].btn_light_blue,
article form.kontaktform .captchacont input[name=refresh-captcha] {
	color: #fff;
	background-color: #adadad;
	border-color: #a3a3a3;
}

article form.kontaktform .captchacont input[name=refresh-captcha] {
	margin-right: 0;
}

.btn:hover {
	text-decoration: underline;
}




/* ******************************** strankovani ******************************** */

article .strankovani {
	font-size:0.9em;
	color:#222;
	padding: 15px;
	margin: 10px 0 20px 0;
	background: rgba(0,0,0,0.05);;
}
article .strankovani a {
	color:#222;
}
article .strankovani a:hover {
	text-decoration: underline;
}

article .strankovani .pocet_polozek {
	padding: 0;
}

article .strankovani .razeni a.active {
	font-weight: bold;
	text-decoration: none;
}

article .strankovani .pocet {
	padding: 0 0 0 0;
}

article .strankovani .pocet a.active {
	font-weight: bold;
	text-decoration: none;
}

@media (min-width: 480px) {
	article .strankovani .pocet_polozek {
		float: left;
		width: 22%;
	}

	article .strankovani .razeni {
		float: left;
		width: 54%;
		text-align: center;
	}

	article .strankovani .pocet {
		float: right;
		width: 24%;
		text-align: right;
	}
}


/* ******************** rozcestnik - pup-up vložení do košíku ******************** */
.rozcestnik {
	margin: 0 auto 40px auto;
	padding: 0 15px;
	max-width: 900px;
	display: flex;
}

.rozcestnik .zbozi {
	margin-right: 0;
	flex: 0 1 800px;
}

.rozcestnik .nabidka {
	display: none;
}

.rozcestnik .nadpis {
	background: #FFD800;;
	padding: 20px 30px;
	color: #000;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.rozcestnik .content {
	background: #fff;
	position: relative;
	text-align: left;
	padding: 30px;
	width: 100%;
	display: inline-block;
}

.rozcestnik .img {
	display: none;
	display: inline-block;
	vertical-align: top;
	width: 150px;
}

.rozcestnik .img img {
	max-width: 120px;
	max-height: 180px;
	border: 1px solid #ebebeb;
	padding: 15px;
	width: 100%;
}

.rozcestnik .info {
	display: inline-block;
}

.rozcestnik .nazev {
	font-size: 16px;
	font-weight: bold;
}

.rozcestnik .popis {
	margin: 6px 0 20px 0;
}

.rozcestnik .popis .pocet {
	display: inline-block;
}

.rozcestnik .popis .cena {
	padding-left: 30px;
	display: inline-block;
}

.rozcestnik .footer {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 20px 30px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.rozcestnik .tlacitko {
	display: block;
	vertical-align: middle;
}

.rozcestnik .tlacitko.right {
	text-align: right;
}

.rozcestnik .tlacitko + .tlacitko {
	margin-top: 20px;
}

.rozcestnik .btn {
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	margin-right: 0;
}

.rozcestnik .tlacitko > *:hover span {
	text-decoration: underline;
}


@media (min-width: 500px) {
	.rozcestnik .content {
		min-height: 220px;
	}
}


@media (min-width: 600px) {
	.rozcestnik .tlacitko {
		display: inline-block;
		width: 50%;
	}
	.rozcestnik .tlacitko + .tlacitko {
		margin-top: 0;
	}
	.rozcestnik .btn {
		width: 85%;
	}

	.rozcestnik .info {
		max-width: calc(100% - 150px);
	}

	.rozcestnik .nazev {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
}

@media (min-width: 800px) {
	.rozcestnik .zbozi {
		margin-right: 15px;
		flex: 0 1 650px;
		max-width: 650px;
	}

	.rozcestnik .nabidka {
		display: block;
		padding: 15px;
		border-radius: 2px;
		position: relative;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		flex: 0 1 250px;
		max-width: 250px;
	}

	.rozcestnik .nabidka.kosik_max_lacl{ background-image: url(img/kosik_max_lacl.jpg); }
	.rozcestnik .nabidka.kosik_obuv { background-image: url(img/kosik_obuv.jpg); }
	.rozcestnik .nabidka.kosik_bunting { background-image: url(img/kosik_bunting.jpg); }
	.rozcestnik .nabidka.kosik_tricka { background-image: url(img/kosik_tricka.jpg); }
	.rozcestnik .nabidka.kosik_palawan { background-image: url(img/kosik_palawan.jpg); }
	.rozcestnik .nabidka.kosik_bryle { background-image: url(img/kosik_bryle.jpg); }
	.rozcestnik .nabidka.kosik_cepice { background-image: url(img/kosik_cepice.jpg); }
}

/* ************************************** login dialog ************************************** */
#mfp_login {
	background: #fff;
	margin: 0 auto;
	max-width: 500px;
	position: relative;
}

#mfp_login h2 {
	line-height: 50px;
	font-size: 26px;
	padding: 3px 0 0 20px;
	background-color: #FF005A;
	color: #fff;
	cursor: default;
	margin: 0;
}

#mfp_login .close {
	background: url("img/ikony.svg") no-repeat 0px -1000px;
	width: 28px;
	height: 28px;
	top: 12px;
	right: 20px;
	position: absolute;
	cursor: pointer;
}

#mfp_login .cont {
	padding: 20px;
}

#mfp_login .input {
	margin-bottom: 30px;
}

#mfp_login label span {
	display: inline-block;
	width: 25%;
}

#mfp_login label input {
	display: inline-block;
	width: 75%;
	border: 1px solid #cdcdcd;
	padding: 8px 15px;
	margin: 5px 0;
	font-size: 15px;
}

#mfp_login label input:focus {
	background: #f2f2f2;
}

#mfp_login .submit {
	float: right;
}

#mfp_login .submit input {
	margin: 0;
}

#mfp_login .error {
	color: #f36523;
	overflow: hidden;
}

#mfp_login .error ul {
	margin: 0;
}


#spinner {
	position: fixed;
	top: 40%;
	left: 50%;
	z-index: 1050;
	color: #ff005A;
}


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-square-spin,
.la-square-spin > div {
	position: relative;
}
.la-square-spin {
	display: block;
	font-size: 0;
	color: #fff;
}
.la-square-spin.la-dark {
	color: #333;
}
.la-square-spin > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}
.la-square-spin {
	width: 32px;
	height: 32px;
}
.la-square-spin > div {
	width: 100%;
	height: 100%;
	border-radius: 0;
	-webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	   -moz-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
		 -o-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
			animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}
.la-square-spin.la-sm {
	width: 16px;
	height: 16px;
}
.la-square-spin.la-2x {
	width: 64px;
	height: 64px;
}
.la-square-spin.la-3x {
	width: 96px;
	height: 96px;
}

@-webkit-keyframes square-spin {
	0% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
				transform: perspective(100px) rotateX(0) rotateY(0);
	}
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
				transform: perspective(100px) rotateX(180deg) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
				transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}
	75% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
				transform: perspective(100px) rotateX(0) rotateY(180deg);
	}
	100% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(360deg);
				transform: perspective(100px) rotateX(0) rotateY(360deg);
	}
}
@-moz-keyframes square-spin {
	0% {
		-moz-transform: perspective(100px) rotateX(0) rotateY(0);
			 transform: perspective(100px) rotateX(0) rotateY(0);
	}
	25% {
		-moz-transform: perspective(100px) rotateX(180deg) rotateY(0);
			 transform: perspective(100px) rotateX(180deg) rotateY(0);
	}
	50% {
		-moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
			 transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}
	75% {
		-moz-transform: perspective(100px) rotateX(0) rotateY(180deg);
			 transform: perspective(100px) rotateX(0) rotateY(180deg);
	}
	100% {
		-moz-transform: perspective(100px) rotateX(0) rotateY(360deg);
			 transform: perspective(100px) rotateX(0) rotateY(360deg);
	}
}
@-o-keyframes square-spin {
	0% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}
	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}
	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}
	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}
	100% {
		transform: perspective(100px) rotateX(0) rotateY(360deg);
	}
}
@keyframes square-spin {
	0% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
		   -moz-transform: perspective(100px) rotateX(0) rotateY(0);
				transform: perspective(100px) rotateX(0) rotateY(0);
	}
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
		   -moz-transform: perspective(100px) rotateX(180deg) rotateY(0);
				transform: perspective(100px) rotateX(180deg) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
		   -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
				transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}
	75% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
		   -moz-transform: perspective(100px) rotateX(0) rotateY(180deg);
				transform: perspective(100px) rotateX(0) rotateY(180deg);
	}
	100% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(360deg);
		   -moz-transform: perspective(100px) rotateX(0) rotateY(360deg);
				transform: perspective(100px) rotateX(0) rotateY(360deg);
	}
}





.pagemenu p {
	padding: 0 15px;
}
.pagemenu h2 {
	padding: 0 15px;
	background: rgba(0,0,0,0.2);
	margin: 0.6em 0 0 0;
	padding: 10px 20px;
}
.pagemenu .user ul {margin: 0 0 20px 0; padding: 0}
.pagemenu .user ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.pagemenu .user ul li .text {
	color: #fff;
	padding: 9px 20px;
	display: block;
}

.newsletter div {
	margin-bottom: 15px;
}

.newsletter input {
	padding: 5px;
}

.newsletter input.btn {
	width: 100%;
}

@media (min-width: 550px) {
	.newsletter input.btn {
		width: auto;
	}
}



table.format1 {
	border-collapse: collapse;
}

table.format1 th {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #fff;
	padding: 6px 10px;
	font-size: 110%;
}

table.format1 td {
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 6px 10px;
}

table.nopad, table.nopad td { padding: 0}



#searchbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	width: 100%;
	height: 85px;

	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;

	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}


#searchbox.open {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#searchbox .search {
	max-width: 1320px;
	height: 85px;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 800px) {
	#searchbox,
	#searchbox .search {
		height: 120px;
	}
}

#searchbox .search form .input {
	position: absolute;
	top: 15px;
	left: 40px;
	bottom: 15px;
	right: 90px;
	display: inline-block;
}

#searchbox .search form .input input {
	line-height: 45px;
	font-size: 40px;
	width: 100%;
	height: 100%;
	border: none;
}

#searchbox .search form .submit {
	display: none;
}

#searchbox .search form span#searchclose {
	display: inline-block;
	height: 55px;
	width: 55px;
	position: absolute;
	right: 20px;
	top: 17px;
	background: url(img/ikony.svg) no-repeat;
	background-position: 0 -300px;
	cursor: pointer;
	font-size: 0;
	color: transparent;
}


@media (min-width: 800px) {
	#searchbox .search form .input input {
		line-height: 60px;
		font-size: 55px;
		width: 100%;
		height: 100%;
		border: none;
	}

	#searchbox .search form span#searchclose {
		top: 33px;
	}
}


.vyhledavani ul + ul {
	margin-top: 30px;
}



a.overeno_zakazniky {
	position: fixed;
	right: 0;
	top: 190px;
	background: url("img/ikony.svg") no-repeat -100px 0;
	width: 36px;
	height: 188px;
	font-size: 0;
	overflow: hidden;
	text-indent: -999px;
	z-index: 1;
	display: none;
}

@media (min-width: 1370px) {
	a.overeno_zakazniky {
		display: block;
	}
}


.heureka {
	background: url("img/ikony.svg") no-repeat 50px -700px;
	padding-top: 110px;
	width: 100%;
	display: inline-block;
}


ul.uzivatele {margin: 0; padding: 0}

ul.uzivatele li {
	position: relative;
	list-style: none;
	float: left;
	width: 140px;
	text-align: center;
	margin: 15px 0;
	padding: 0;
}

ul.uzivatele li .img {
	background: url(img/uzivatele.svg) no-repeat;
	height: 50px;
	display: block;

}

ul.uzivatele li .img.user {
	background-position: 49px 0;
}

ul.uzivatele li .img.logout {
	background-position: 50px -100px;
}

ul.uzivatele li .img.obj {
	background-position: 49px -200px;
}



.popup_doprava {
	max-width: 650px;
	padding: 20px 30px;
	background: #fff;
	margin: 40px auto;
	position: relative;
	text-align: left;
}

.popuplink {
	font-size: 80%;
	display: inline-block;
	color: #fff;
	background: #999;
	border-radius: 4px;
	cursor: pointer;
	padding: 0 5px;
}
