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



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

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

* {
  -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: 140%;
	-webkit-text-size-adjust:none;
}

p.perex {
	font-size: 110%;
	margin-bottom: 1.4em;
	color: #666;
}

p.perex strong {
	font-weight: 400;
}

strong {
	font-weight: 700;
}

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

a img {
	border: 0;
}

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

h1,h2,h3,h4,h5, .h1,.h2 {
	color: #000;
	margin: 0;
	padding: 0;
	line-height: normal;
	word-spacing: 0.2em;
	font-weight: 400;
}

h1, .h1 {
	margin: 0 0 0.8em 0;
	font-size: 27px;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
}

h2, .h2 {
	margin: 2em 0 0.6em 0;
	/*padding: 1.4em 0 0.6em 0;*/
	font-size: 20px;
	line-height: 120%;
}

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

form {
	margin: 0;
	padding: 0;
}

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

ul li {
	margin: 0 0 0.3em 1em;
	padding: 0;
	list-style: url(img/li.svgz);
}

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

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

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

textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 2px;
	resize: vertical;
	outline: none;
	font-size: 13px;
}

input, textarea {
	border: none;
	border-bottom: 1px solid #fff;
	padding: 12px 15px;
	width: 100%;
	background: #fff;
	font-size: 14px;
}

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

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: #ed3237;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a[href^="tel"] {
	color: inherit;
}

@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.burian-elektro.cz" attr(href) ") ";
		text-decoration: none;
		color: #000;
	}
}

@media (min-width: 600px) {
	body {
		font-size: 15px;
	}

	h1, .h1 {
		font-size: 30px;
	}

	h2, .h2 {
		font-size: 23px;
	}

	h3 {
		font-size: 18px;
	}

	ul {
		padding: 0 0 0 1.2em;
	}

	ol {
		padding: 0 0 0 1.2em;
	}

	a[href^="tel"] {
		cursor: default;
		text-decoration: none !important;
	}

	a[href^="tel"]:hover {
		text-decoration: none;
	}
}

@media (min-width: 1130px) {
	body {
		font-size: 16px;
	}

	h1, .h1 {
		font-size: 34px;
	}

	h2, .h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 21px;
	}
}

/* @media (min-width: 1400px) {
	p {
		margin: 1.5em 0;
	}

	h1, .h1 {
		font-size: 55px;
	}

	h2, .h2 {
		font-size: 42px;
	}

	h3 {
		font-size: 33px;
	}
} */

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: top;
}

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

article a.external:not(.noicon) {
	padding-right: 14px;
	margin-right: 4px;
	background: transparent url("img/external.svgz") 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: -1150px;
	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 {
	/*border: 2px solid #ddd;*/
	padding: 6px;
}

article .linkme {
	cursor: pointer;
}

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

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

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

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

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


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

body > .alert {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px;
	background: #ff5000;
	color: #fff;
	z-index: 999;
	text-align: center;
}

.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: #ed3237;
	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 #ed3237;
	border-bottom: 4px solid #ed3237;

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


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

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

article .path {
	display: none;
	font-size: 13px;
	margin: 10px 0 0 0;
	color: #888;
}

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: 800px) {
	article .path {
		display: block;
	}
}


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

article .error404 {
	padding: 0;
}

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

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

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

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

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


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

form.kontaktform .line {
	margin: 10px 0;
}

form.kontaktform .line.submit {
	margin: 0;
}

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

form.kontaktform label {
	display: none;
}

form.kontaktform .input textarea {
	height: 150px;
}

form .line.captchacont {
	margin: 0 0 15px 0;
	display: none;
	align-items: center;
}

form .captchacont .line {
	display: inline-block;
	vertical-align: middle;
}

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

@media all and (min-width: 600px) {
	.kontakt {
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
	}

	.kontakt p:first-child {margin-top: 0;}

	.kontakt .kontakt_left {
		padding-right: 50px;

		flex: 0 0 250px;
	}

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

	.kontakt .kontakt_right h2 {
		display: none;
	}

	form.kontaktform .submit {
		float: right;
	}

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

@media all and (min-width: 800px) {
	.kontakt .kontakt_left {
		padding-right: 50px;

		flex: 0 1 500px;
	}

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




/* *********************************** podclanky *********************************** */
aside.podclanky {
	padding: 30px 0;
}

aside.podclanky ul li {
	margin: 30px 0;
	padding-bottom: 15px;
	position: relative;
}

aside.podclanky ul li .img {
	text-align: center;

	-webkit-flex: 0 0 38%;
	flex: 0 0 38%;
}

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

aside.podclanky ul li .img img.default {
	opacity: 0.65;

/* 	-webkit-filter: grayscale(80%);
	filter: grayscale(80%); */
}

aside.podclanky ul li .text {
	-webkit-flex: 0 0 62%;
	flex: 0 0 62%;
}

aside.podclanky ul li .text h2 {
	margin-top: 0;
}

aside.podclanky ul li:hover .text h2 {
	text-decoration: underline;
}

@media (min-width: 400px) {
	aside.podclanky ul li {
		display: -webkit-flex;
		display: flex;
	}

	aside.podclanky ul li .img {
		padding-right: 30px;
	}
}

@media (min-width: 500px) {
	aside.podclanky {
		padding: 60px 0;
	}
}

@media (min-width: 700px) {
	aside.podclanky ul {
		display: -webkit-flex;
		display: flex;

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

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

	aside.podclanky ul li {
		-webkit-flex: 0 0 46%;
		flex: 0 0 46%;
	}
}

@media (min-width: 1100px) {
}


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

figure.galerie ul li {
	padding-bottom: 15px
}

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

figure.galerie ul li a::before {
	content: "";
	opacity: 0;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;

	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

figure.galerie ul li a::after {
	content: "";
	opacity: 0;
	background: url(img/ikony.svgz) no-repeat -150px -500px;
	width: 45px;
	height: 45px;
	position: absolute;
	z-index: 1;
	top: calc(50% - 22px);
	left: calc(50% - 22px);

	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

figure.galerie ul li:hover a::before,
figure.galerie ul li:hover a::after {
	opacity: 1;
}

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


@media (min-width: 400px) {
	figure.galerie ul {
		display: flex;
		flex-wrap: wrap;
	}

	figure.galerie ul li {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 15px;
	}

}

@media (min-width: 800px) {
	figure.galerie {
		margin-top: 60px;
	}

	figure.galerie ul li {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}

@media (min-width: 1100px) {
	figure.galerie ul li {
		flex: 0 0 25%;
		max-width: 25%;
	}
}


/* ************************************** soubory ************************************** */
figure.soubory {
	margin: 0;
	padding: 0;
}

figure.soubory ul li {
	min-height: 60px;
	margin: 1.5em 0;
	position: relative;
}

figure.soubory ul li .ikona {
	background: transparent url("img/fileicons.svgz") 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 ul li:hover .cont .nazev {
	text-decoration: underline;
}


@media all and (min-width: 600px) {
	figure.soubory ul {
		display: -webkit-flex;
		display: flex;

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

	figure.soubory ul li {
		margin-right: 4%;

		-webkit-flex: 0 0 42%;
		flex: 0 0 42%;
	}
}

@media all and (min-width: 1000px) {
	figure.soubory ul li {
		margin-right: 2.333%;

		-webkit-flex: 0 0 31%;
		flex: 0 0 31%;
	}
}

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 ************************************** */
.st-head-row { padding: 1em 0 0 0.5em; }
.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%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #f4f4f4;

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

body > .page.hp {
	background: #dcdcdc;
}

body.fix_parallax > .page {background: #fff;}

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

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 .container {
	padding: 0;
}

body .pagemenu .searchbox .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 .searchbox .submit input {
	padding: 20px 15px;
	margin: 0;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 0;
	background: #333;
	width: 100%;

	-webkit-appearance: none;
}

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

body .pagemenu ul {
	margin: 0 0 15px 0;
	padding: 0;
}

body .pagemenu ul ul {
	margin: 1px 0;
}

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

body .pagemenu ul li.bg {
	background: none;
}

body .pagemenu ul li a:not(.aie) {
	display: block;
	padding: 13px 15px 13px 25px;
	background: #fff;
	color: #000;
	text-decoration: none;
	text-transform: none;
}

body .pagemenu ul li a::first-letter {
	text-transform: uppercase;
}

body .pagemenu ul li li a:not(.aie) { padding-left: 45px;}
body .pagemenu ul li li li a:not(.aie) { padding-left: 70px;}
body .pagemenu ul li li li li a:not(.aie) { padding-left: 95px;}

body .pagemenu ul li a.active {
	background: #ed3237;
	color: #fff;
}

body .pagemenu .cart {
	position: relative;
	margin: 15px 0;
	background: #ed3237;
	padding: 15px 25px;
	color: #fff;
}

body .pagemenu .cart span {display: none;}

body .pagemenu .cart::before {
	content: "";
	background: transparent url("img/ikony.svgz") no-repeat -100px -300px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 10px;
	left: 20px;
}

body .pagemenu .cart .text {
	padding-left: 35px;
}

body .pagemenu .cart .pocet {
	display: none;
}

body .pagemenu .user li {
	padding: 13px 15px 13px 60px;
	background: #ddd;
	position: relative;
}

body .pagemenu .user li.ikona::before {
	content: "";
	background: url('img/ikony.svgz') no-repeat -150px -300px;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 20px;
	top: 12px;
}

body .pagemenu .user li.logout::before {
	content: "";
	background: url(img/ikony.svgz) no-repeat -50px -300px;
	width: 24px;
	height: 18px;
	position: absolute;
	left: 20px;
	top: 13px;
}

body .pagemenu .user ul li a {
	padding: 0;
	background: transparent;
	color: #000;
}

body .pagemenu .h2 {
	padding-left: 25px;
}

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

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

.container.maly {
	max-width: 1130px;
}


/* ************************************** header ************************************** */
header {
}

header .top {
	background: #fff;
}

header .top .container {
	height: 70px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header a.logo {
	width: 270px;
	max-width: 55%;
}

header .logo img {
	max-width: 100%;
	display: block;
}

header nav {
	display: none;
	position: absolute;
	left: 380px;
	top: 30px;
}

header nav ul {
	margin: 0;
	padding: 0;
}

header nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.page header nav ul li a {
	display: block;
	color: #000;
	padding: 8px 10px;
}

header nav ul li a:hover {
	text-decoration: underline;
}

header .hamburger {
	padding: 10px;
	width: 48px;
	height: 44px;
	background: url(img/ikony.svgz) no-repeat 10px 10px;
	cursor: pointer;
	margin-left: 25px;
}

header .user {
	display: none;
}

header .user ul {
	text-align: center;
}

header .user ul li {
	display: block;
}

header .user ul li a {
	color: #000;
	padding: 0 25px;
}

header .user ul li.ikona,
header .user ul li.logout {
	font-size: 14px;
}

header .cart {
	display: none;
	color: #ed3237;
	width: 165px;
	padding-left: 107px;
	position: relative;
	border-left: 1px solid #ed3237;
	text-align: center;
}

header .cart::before {
	content: "";
	width: 48px;
	height: 40px;
	background: url('img/ikony.svgz') no-repeat -150px 0;
	position: absolute;
	left: 30px;
	top: -1px;
}

header .text {
}

header .cart .pocet {
	position: absolute;
	top: -7px;
	left: 64px;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #e7292b;
	border-radius: 20px;
	color: #fff;
	padding: 0 4px;
	z-index: 2;
	font-size: 15px;
}

header .search {
	display: none;
	width: 26px;
	height: 27px;
	background: url('img/ikony.svgz') no-repeat -50px 0;
	cursor: pointer;
}


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

	-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 .container {
	height: 100%;
}

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

#searchbox form .input input {
	padding: 0;
	font-size: 35px;
	width: 100%;
	height: 100%;
	border: none;
	color: #fff;
	background: transparent;
}

#searchbox form .submit {
	display: none;
}

#searchbox form span#searchclose {
	display: inline-block;
	height: 48px;
	width: 48px;
	position: absolute;
	right: 15px;
	top: 21px;
	background: url(img/ikony.svgz) no-repeat;
	background-position: -200px -300px;
	cursor: pointer;
	font-size: 0;
	color: transparent;
}

#searchbox form ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#searchbox form ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

#searchbox form :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

header .slideshow {
	min-height: 125px;
	height: 100%;
	position: relative;
	border-top: 3px solid #ed3237;
}

.hp header .slideshow {
	min-height: 280px;
}

header .slideshow .slides {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

header .slideshow .slides .slide {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

header .slideshow .slides .slide .container {
	margin-top: 40px;
}

header .slideshow .slides .slide .nadpis {
	color: #ed3237;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;

}

header .slideshow .slides .slide p {
	color: #fff;
	font-size: 15px;
	max-width: 200px;
}

header .slideshow .slides .slide01 { background-image: url(img/slide-01-small.jpg);}

.hp header .slideshow .slides .slide01 { background-image: url(img/hp-slide-01-small.jpg);}
.hp header .slideshow .slides .slide02 { background-image: url(img/hp-slide-02-small.jpg);}
.hp header .slideshow .slides .slide03 { background-image: url(img/hp-slide-03-small.jpg);}
.hp header .slideshow .slides .slide04 { background-image: url(img/hp-slide-04-small.jpg);}


header .tel {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 15px 20px;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
}

.hp header .tel {
	top: -70px;
	bottom: inherit;
}

header .tel span {
	font-weight: 700;
}

header .tel a {
	padding-top: 5px;
	display: block;
	color: #ed3237;
	font-size: 150%;
	font-weight: 700;
}

@media (min-width: 600px) {
	header .slideshow .slides .slide {
		display: flex;
		align-items: center;
	}

	header .slideshow .slides .slide .container {
		margin-top: 0;
		width: 100%;
	}

	header .slideshow .slides .slide .nadpis {
		font-size: 45px;
		max-width: 50%;
	}

	header .slideshow .slides .slide p {
		max-width: 180px;
	}
}

@media (min-width: 700px) {
	header .slideshow .slides .slide01 { background-image: url(img/slide-01.jpg);}

	.hp header .slideshow .slides .slide01 { background-image: url(img/hp-slide-01.jpg);}
	.hp header .slideshow .slides .slide02 { background-image: url(img/hp-slide-02.jpg);}
	.hp header .slideshow .slides .slide03 { background-image: url(img/hp-slide-03.jpg);}
	.hp header .slideshow .slides .slide04 { background-image: url(img/hp-slide-04.jpg);}
}

@media (min-width: 700px) {
}

@media (min-width: 800px) {
	header .top .container {
		justify-content: flex-end;
		height: 95px;
	}

	header a.logo {
		position: absolute;
		left: 15px;
		top: 24px;
	}

	header .user { display: block; }
	header .cart { display: block; }
	header .search { display: block; }
	header .searchbox { display: block; }

	header .slideshow { min-height: 160px; }
	.hp header .slideshow { min-height: 430px; }

	header .tel {
		padding: 30px 40px;
		font-size: 22px;
		right: 180px;
	}

	.hp header .tel {
		right: 15px;
		top: -115px;
	}

	header .slideshow .slides .slide .nadpis {
		font-size: 70px;
	}

	header .slideshow .slides .slide p {
		font-size: 16px;
	}
}

@media (min-width: 1000px) {
	.hp header .top .container::after {
		content: "";
		background: url('img/kabel.svgz') no-repeat center top / contain;
		width: 230px;
		height: 670px;
		position: absolute;
		top: 0;
		left: 220px;
		z-index: 2;
		pointer-events: none;
	}

	.hp header .tel {
		top: -30px;
	}
}

@media (min-width: 1100px) {
	header nav { display: block; }
	header .hamburger { display: none; }

	header .slideshow .slides .slide .nadpis {
		font-size: 95px;
	}

	header .slideshow .slides .slide p {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {
	.page header nav ul li a {
		padding: 8px 15px;
	}

	header .user ul li a {
		padding: 0 30px;
	}
}

@media (min-width: 1400px) {
	.hp header .slideshow { min-height: 530px; }

	.hp header .top .container::after {
		height: 800px;
	}

	.hp header .slideshow .slides .slide01 { background-image: url(img/hp-slide-01.jpg);}

	header .slideshow .slides .slide .nadpis {
		font-size: 130px;
	}

	header .slideshow .slides .slide p {
		font-size: 20px;
	}
}




/* ************************************** hp ************************************** */
.hp > .akce {
	background: #ed3237;
	text-align: center;
	padding: 45px 0 30px 0;
}

.hp .akce .container {
	text-align: left;
}

.hp .akce h2 {
	color: #fff;
	display: inline-block;
	text-align: left;
	margin: 0;
}

.hp .akce p {
	float: right;
	color: #fff;
	display: inline-block;
	font-size: 120%;
	margin: 0;
}

.hp .akce p a {
	color: #000;
}

.hp .akce .slides {
	margin: 30px 0;
	height: 160px;
	display: block;
	overflow: hidden;
	text-align: left;
}

.hp .akce .slides a {
	display: inline-block;
	height: 100%;
	background: #fff;
	vertical-align: middle;
}

.hp .akce .slides a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.hp .akce .slides a img {
	max-height: 100%;
	border: 10px solid #fff;
	vertical-align: middle;
	display: inline-block;
}

.hp .akce .arrow {
	width: 33px;
	height: 65px;
	background: url("img/ikony.svgz") no-repeat -100px 0;
	cursor: pointer;
	display: inline-block;
}

.hp .akce .arrow.prev {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-right: 220px;
}

.hp .container.h1 {
	display: none;
	margin-top: 2em;
	color: #fff;
}

.row1 {
	background: #fff;
	padding-top: 30px;
}

.row1 .h2 {
	margin: 0 0 1.6em 0;
	text-align: center;
}

.row1 .container {
	display: flex;
	justify-content: space-around;
}

.row1 .col {
	flex: 0 1 286px;
}

.row1 .col.zasuvka {
	display: none;
	flex: 0 1 450px;
	background: url('img/kabel2.svgz') no-repeat center bottom / contain;
}

.row1 ul li {
	background: url('img/kruh.svgz') no-repeat center top / contain;
	text-align: center;
	padding-top: 95%;
	position: relative;
	margin-bottom: 30px;
	font-size: 14px;
}

.row1 .col.col1 ul li { margin-right: 7px; }
.row1 .col.col3 ul li { margin-left: 7px; }

.row1 ul li::before {
	content: "";
	background: url('img/ikony.svgz') no-repeat 0 -50px;
	background-size: 150px auto;
	width: 36px;
	height: 36px;
	position: absolute;
	top: -10px;
	left: calc(50% - 17px);
}

.row1 ul li.doprava::before {
	width: 43px;
	height: 32px;
	background-position: -50px -50px;
	left: calc(50% - 22px);
}

.row1 ul li.tradice::before {
	width: 44px;
	height: 28px;
	background-position: -100px 0px;
	top: -8px;
	left: calc(50% - 22px);
}

.row1 ul li.sort::before {
	width: 43px;
	height: 32px;
	background-position: -100px -50px;
	left: calc(50% - 22px);
}

.row1 ul li div {
	position: absolute;
	top: -10px;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 400px) {
	.row1 ul li {
		font-size: 16px;
	}
}

@media (min-width: 500px) {
	.row1 {
		padding-top: 70px;
	}

	.row1 ul li {
		font-size: 22px;
		margin-bottom: 50px;
	}

	.row1 ul li::before {
		background: url('img/ikony.svgz') no-repeat 0 -70px;
		background-size: 210px auto;
		width: 50px;
		height: 50px;
		top: -17px;
		left: calc(50% - 25px);
	}

	.row1 ul li.doprava::before {
		width: 62px;
		height: 44px;
		background-position: -69px -70px;
		left: calc(50% - 31px);
	}

	.row1 ul li.tradice::before {
		width: 62px;
		height: 38px;
		background-position: -140px 0px;
		top: -15px;
		left: calc(50% - 31px);
	}

	.row1 ul li.sort::before {
		width: 62px;
		height: 45px;
		background-position: -139px -70px;
		left: calc(50% - 31px);
	}
}

@media (min-width: 650px) {
	.row1 .col.col1 ul li { margin-right: 0; }
	.row1 .col.col3 ul li { margin-left: 0; }
}

@media (min-width: 800px) {
	.hp > .akce {
		padding-top: 70px;
	}

	.hp .akce .slides {
		margin: 50px 0;
		height: 240px;
	}
}

@media (min-width: 900px) {
	.hp .row1 .container::after {
		content: "";
		width: 300px;
		height: 100px;
		background: url('img/ikony.svgz') no-repeat 0 -200px;
		position: absolute;
		bottom: -50px;
		left: calc(50% - 150px);
		z-index: 1;
	}

	.hp .row1 .col.zasuvka {
		display: block;
		flex: 0 1 450px;
		background: url('img/kabel2.svgz') no-repeat center bottom / contain;
	}

	.row1 .col ul li {
		font-size: 20px;
		margin-bottom: 90px;
	}

	.page:not(.hp) .row1 .col {
		flex: 0 1 49%;
	}

	.page:not(.hp) .row1 .col ul li {
		display: inline-block;
		width: 49%;
		padding-top: 42%;
	}

	.page:not(.hp) .row1 .col ul li:first-child { margin-right: 2%; }
}

@media (min-width: 1000px) {
	.hp > .akce {
		padding-top: 200px;
	}

	.hp .container.h1 {
		display: block;
	}
}

@media (min-width: 1100px) {
	.row1 ul li::before {
		background: url('img/ikony.svgz') no-repeat 0 -100px;
		background-size: 300px auto;
		width: 71px;
		height: 71px;
		top: -20px;
		left: calc(50% - 35px);
	}

	.row1 ul li.doprava::before {
		width: 86px;
		height: 64px;
		background-position: -100px -100px;
		left: calc(50% - 43px);
	}

	.row1 ul li.tradice::before {
		width: 88px;
		height: 55px;
		background-position: -200px 0px;
		top: -15px;
		left: calc(50% - 44px);
	}

	.row1 ul li.sort::before {
		width: 86px;
		height: 64px;
		background-position: -200px -100px;
		left: calc(50% - 43px);
	}
}

@media (min-width: 1330px) {
	.row1 .col ul li {
		font-size: 23px;
	}
}

@media (min-width: 1400px) {
	.hp .akce .slides {
		height: 320px;
	}
}




/* ************************************** clanek ************************************** */
.page_wrap {
	display: flex;
	margin-top: 30px;
}

.page_wrap .panel {
	display: none;
	margin-right: 15px;

	flex: 0 0 205px;
	order: 1;
}

.page_wrap article {
	margin-bottom: 30px;

	flex: 0 1 1100px;
	order: 2;
}

.panel .tree {
	background: #fff;
	padding: 10px 0;
	margin-bottom: 30px;
}

.panel .tree ul {
	margin-bottom: 1em;
}

.panel .tree ul li {
}

.panel .tree ul li ul {
	/* background: rgba(0,0,0,0.06); */
	padding: 3px 0;
	margin-bottom: 2px;
}

.panel .tree ul li ul li ul {
}

.panel .tree ul li a {
	display: block;
	padding: 10px 15px 10px 30px;
	color: #000;
	font-size: 16px;
	position: relative;
	text-transform: lowercase;
}

.panel .tree > ul > li > a::before {
	content: "+";
	display: block;
	font-weight: 300;
	position: absolute;
	left: 12px;
	font-size: 16px;
	font-family: "Times New Roman";
}

.panel .tree > ul > li > a:hover::before {
	text-decoration: none;
}

.panel .tree > ul > li > a::before {}

.panel .tree ul li li a {
	/* padding-left: 40px; */
	padding: 4px 15px 4px 40px;
	background: transparent;
	color: #777;
}

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

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

.panel .tree ul li a.active {
	color: #ed3237;
}

.kat_default {
	opacity: 0.5;
}

@media (min-width: 800px) {
	.page_wrap article,
	.panel .tree {
		margin-bottom: 50px;
	}

	.page:not(.hp) .page_wrap {
		margin-top: 45px;
	}
}

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



/* *********************************** seznam kategorií *********************************** */
ul.kat {
	margin: 0 0 50px 0;
	padding: 0;
}

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

ul.kat li .nazev {
	padding: 15px 15px 0 15px;
	text-align: center;
	height: 50px;
	line-height: 110%;
	text-transform: uppercase;
}

ul.kat li .nazev::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

ul.kat li .nazev strong {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}

ul.kat li:hover .nazev strong {
	text-decoration: underline;
}

ul.kat li .img {
	text-align: center;
	padding: 10px;
	overflow: hidden;
}

ul.kat li .img::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

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

ul.kat li .cara {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 4px;
	opacity: 0;
	background: #ed3237;

	-webkit-transition: all .20s ease-in-out;
	transition: all .20s ease-in-out;
}

ul.kat li:hover .cara {
	opacity: 1;

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

@media (min-width: 500px) {
	ul.kat li {
		float: left;
		margin-bottom: 10px;
	}

	ul.kat li .img {
		height: 145px;
	}
}

@media (min-width: 500px) AND (max-width: 799px) {
	ul.kat li { width: 49%; }
	ul.kat li:nth-child(2n+1) { clear: both; }
	ul.kat li:nth-child(2n) { float: right; }
}

@media (min-width: 800px) AND (max-width: 1199px)  {
	ul.kat li {
		width: 32.5%;
		margin-right: 1.25%;
	}

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

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

@media (min-width: 1200px) {
	ul.kat li {
		width: 24.25%;
		margin-right: 1%;
	}

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

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



/* *********************************** seznam zbozi *********************************** */
ul.zbozi li {
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	padding: 15px;
}

ul.zbozi li .text {
}

ul.zbozi li:hover .nazev {
	text-decoration: underline;
}

ul.zbozi li .popis {
	color: #aaa;
	line-height: 120%;
	font-size: 14px;
	margin-top: 5px;
}

ul.zbozi li .img {
	text-align: center;
}

ul.zbozi li .img::before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

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

ul.zbozi li .kod {
	color: #aaa;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
}

ul.zbozi li .cena {
	background: #fff;
	padding-top: 15px;
	line-height: 1;
}

ul.zbozi li .cena {
	color: #aaa;
	font-size: 14px;
}

ul.zbozi li .cena .prodejni {
	display: inline-block;
	width: 53%;
}

ul.zbozi li .cena .prodejni span {
	color: #ed3237;
	font-size: 21px;
	display: block;
	margin-top: 4px;
}

ul.zbozi li .cena .puvodni {
	text-align: right;
	display: inline-block;
	width: 47%;
}
ul.zbozi li .cena .puvodni span {
	color: #000;
	display: block;
	font-size: 19px;
	margin-top: 6px;
	text-decoration: line-through;
}

.sleva {
	position: absolute;
	z-index: 2;
	top: 180px;
	right: -5px;
	border-radius: 40px;
	width: 80px;
	height: 80px;
	color: #fff;
	text-align: center;
	background: #ccc;
	font-size: 26px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.sleva span {
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-top: 5px;
}

.stickers div {
	position: absolute;
	z-index: 2;
	right: -5px;
	top: 15px;
	pointer-events: none;
	background: #ed3237;
	padding: 0 20px;
	height: 36px;
	text-transform: uppercase;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	font-size: 110%;
}

.stickers div::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid #9b9796;
	border-right: 5px solid transparent;
	position: absolute;
	bottom: -5px;
	right: 0;
}

.stickers div.novinka {
	background: #ffa800;
	font-size: 80%;
}

.stickers div.dostupnost {
	background: #000;
	font-size: 80%;
}

.stickers div.specifikace {
	background: #b5b5b5;
	font-size: 80%;
}

.stickers div:nth-child(2) { top: 63px;}
.stickers div:nth-child(3) { top: 111px;}


ul.zbozi li .cara {
	overflow: hidden;
	position: absolute;
}

ul.zbozi li .cara.c1 {
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
}

ul.zbozi li .cara.c2 {
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
}

ul.zbozi li .cara.c3 {
	right: 0;
	top: 0;
	bottom: 0;
	width: 4px;
}

ul.zbozi li .cara.c4 {
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
}

ul.zbozi li .cara::after {
	content: "";
	position: absolute;
	opacity: 0;
	background: #ed3237;

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

ul.zbozi li .cara.c1::after {
	height: 4px;
	width: 100%;
	left: -50%;
}

ul.zbozi li .cara.c2::after {
	height: 4px;
	width: 100%;
	right: -50%;
}

ul.zbozi li .cara.c3::after {
	width: 4px;
	height: 100%;
	top: -70%;
}

ul.zbozi li .cara.c4::after {
	width: 4px;
	height: 100%;
	bottom: -70%;
}

ul.zbozi li:hover .cara::after {
	opacity: 1;
}

ul.zbozi li:hover .cara.c1::after {
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}

ul.zbozi li:hover .cara.c2::after {
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}

ul.zbozi li:hover .cara.c3::after {
	-webkit-transform: translate3d(0,70%,0);
	transform: translate3d(0,70%,0);
}

ul.zbozi li:hover .cara.c4::after {
	-webkit-transform: translate3d(0,-70%,0);
	transform: translate3d(0,-70%,0);
}


@media (min-width: 500px) {
	ul.zbozi li {
		float: left;
		margin-bottom: 10px;
	}

	ul.zbozi li .text {
		padding-top: 15px;
		height: 100px;
		overflow: hidden;
	}

	ul.zbozi li .text .nazev {
		max-height: 50px;
		overflow: hidden;
	}

	ul.zbozi li .text .popis {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}


	ul.zbozi li .img {
		height: 235px;
	}

	ul.zbozi li .cena {
		height: 55px;
	}
}

@media (min-width: 500px) AND (max-width: 799px) {
	ul.zbozi li { width: 49%; }
	ul.zbozi li:nth-child(2n+1) { clear: both; }
	ul.zbozi li:nth-child(2n) { float: right; }
}

@media (min-width: 800px) {
	ul.zbozi li {
		padding: 15px 20px;
	}
}

@media (min-width: 800px) AND (max-width: 1199px)  {
	ul.zbozi li {
		width: 32.5%;
		margin-right: 1.25%;
	}

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

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

@media (min-width: 1200px) {
	ul.zbozi li {
		width: 24.25%;
		margin-right: 1%;
	}

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

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

@media (min-width: 1400px) {
	ul.zbozi li {
		padding: 15px 25px;
	}
}


/* ******************************** strankovani ******************************** */
.strankovani {
	font-size:0.9em;
	font-weight: 300;
	color:#222;
	padding: 15px;
	margin: 10px 0;
	background: #e8e8e8;
}

.strankovani a {
	color:#222;
}

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

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

@media (min-width: 480px) {
	.strankovani {
		padding: 15px 20px;

		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

}



/* ************************************** pager ************************************** */
.pager {
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
}

.pager a {
	background-color: #fff;
	color: #888;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

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

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

.pager .p {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	margin: 0 5px;
	font-size: 120%;
}

.pager .p.next, .pager .p.prev {
	width: 65px;
	height: 65px;
	overflow: hidden;
	text-indent: -999px;
	background: rgba(237, 50, 55, 0.9);
	position: relative;
	font-size: 0;

	-webkit-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}

.pager .p.next::before {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 28px;
	left: 15px;
	top: 18px;
	background: transparent url("img/ikony.svgz") no-repeat 0 -300px;
}

.pager .p.prev::before {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 28px;
	left: 15px;
	top: 18px;
	background: transparent url("img/ikony.svgz") no-repeat 0 -350px;
}

.pager .p.next:hover, .pager .p.prev:hover {
	background-color: rgba(237, 50, 55, 1);
}

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

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

@media (min-width: 480px) {
	.pager {
		margin-top: 50px;
	}
}

@keyframes pager_arrow_next {
	0% { transform: translate3d(0, 0, 0); }
	26% { transform: translate3d(50px, 0, 0px); }
	26.0001% { transform: translate3d(-50px, 0, 0px); }
	34% { transform: translate3d(-50px, 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(-50px, 0, 0px); }
	26.0001% { transform: translate3d(50px, 0, 0px); }
	34% { transform: translate3d(50px, 0, 0px); }
	60% { transform: translate3d(0px, 0, 0); }
	100% { transform: translate3d(0px, 0, 0);}
}




/* ************************************** detail ************************************** */
article .popis_produkt table {
	border-collapse: collapse;
	line-height: 33px;
	padding: 0;
	margin: 0 0 1em 0;
}

article .popis_produkt table tr {
	vertical-align: top;
}

article .popis_produkt table thead tr th {
	border-bottom: 1px solid #d41423;
}

article .popis_produkt table tr th {
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
	text-align: left;
	padding: 0 1em 0 0;
}

article .popis_produkt table tbody tr td {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 1em 0 0;
}

article .detail .yellow {
	background: #e0e0e0;
	padding: 0 15px;
}

article .detail .box ul {
	margin: 0 0 1.3em 0;
}

article .detail .left {
	max-width: 400px;
}

article .detail form.single {
	display: inline-block;
}

article .detail form.single .cena {
	margin: 15px 0;
	flex: 1 0 125px;
}

article .detail form.single .tlacitka {
	margin: 15px 0;
	flex: 2 0 110px;
}

article .detail form.single .cena .dph {
	font-size: 20px;
}

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: 48px;
	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: 50px;
	height: 53px;
	width: auto;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 14px;
	background: #ed3237;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
}

article .detail form.multi table {
	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 tbody tr:nth-child(2n+1) {
	background: #e3e3e3;
}

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

@media (min-width: 360px) {
	article .detail form.single {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

@media (min-width: 500px) {
	article .detail form.single .cena,
	article .detail form.single .tlacitka {
		margin: 30px 0;
	}

	article .detail form.single .cena {
		flex: 1 0 144px;
	}

	article .detail form.single .tlacitka {
		flex: 2 0 170px;
	}

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

	article .detail form.single .submit input,
	article .detail form.multi .submit input {
		padding: 0 20px;
	}

	article .detail form.single .submit input, article .detail form.multi .submit input {
		font-size: 24px;
	}
}

@media (min-width: 800px) {
	article .detail .cols {
		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 .box + .box {
		margin-top: 40px;
	}

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

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

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

	article .detail form.multi table td.cena {
		font-size: 110%;
	}
}

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

figure.main a, figure.main .imgwrap {
	min-height: 400px;
	padding: 15px;

	display: -webkit-flex;
	display: flex;

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

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


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

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

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

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


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

article .kosik table.zbozi tr.hlavicka {
	background: #ed3237;
	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;
	/*border-bottom: 1px solid #666;*/
	text-align: center;
	vertical-align: middle;
}

article .kosik table.zbozi tr.ceny td input {
	width: 3.7em;
	border: 1px solid #999;
	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;}


.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.svgz) no-repeat 0 -500px;
		min-width: 300px;
		max-width: 360px;
		height: 50px;
		padding-left: 125px;
		font-weight: bold;
		left: 200px;
		color: #ed3237;
		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 { background: #fff; }/*f9f9f9*/
	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:first-child {
	margin-top: 0;
}

article .kosik .cols .right span {
	font-size: 90%;
}

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





ul.uzivatele li {
	position: relative;
	display: inline-block;
	width: 120px;
	text-align: center;
	margin: 15px 5px;
}

ul.uzivatele li::before {
	content: "";
	background: url(img/ikony.svgz) no-repeat 0 -396px;
	height: 40px;
	display: block;
	width: 30px;
	margin: 0 auto;
}

ul.uzivatele li.user::before {
	background-position: -200px -396px;
}

ul.uzivatele li.obj::before {
	width: 36px;
	background-position: -100px -400px;
}

ul.uzivatele li:hover {
	text-decoration: underline;
}


.registrace th {
	vertical-align: middle;
}






/* ************************************** clanek ************************************** */
article {
}

article figure.cover {
	margin: 0 0 2em 0;
	max-width: 100%;
	position: relative;
}

article figure.cover img {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

@media (min-width: 600px) {
	article figure.cover {
		float: right;
		margin: 0 0 3em 5.5em;
		max-width: 45%;
	}
}

@media (min-width: 800px) {
}




/* ************************************** kontaktujte ************************************** */
.kabel {
	display: none;
	background: #fff;
	margin-bottom: 50px;
}

.hp .kabel {
	background: #dcdcdc;
}

.kabel .container::after {
	content: "";
	background: url('img/kabel.svgz') no-repeat center top / contain;
	width: 180px;
	height: 520px;
	position: absolute;
	bottom: -520px;
	right: 15px;
	z-index: 1;
}

.kabel .h2 {
	border-bottom: 3px solid #ed3237;
	text-align: center;
	font-weight: bold;
	padding: 0 0 30px 0;
	margin: 0;
}

.kabel .h2 span {
	color: #ed3237;
}

.footer_kontakt {
	position: relative;
	background: #ed3237;
	color: #fff;
}

.page .footer_kontakt a {
	color: #fff;
}

.footer_kontakt .h1 {
	color: #fff;
	margin-bottom: 0.8em;
}

.footer_kontakt h3 {
	margin-bottom: 0;
	font-weight: 700;
}

.footer_kontakt p {
	margin: 0;
}

.footer_kontakt span {
	font-weight: 700;
}

.kontaktujte {
	padding-bottom: 15px;
}

.footer_kontakt .cont,
.footer_kontakt .kontaktujte {
	padding: 30px 0;
}

.kontaktujte .line label {
	display: none;
}

.kontaktujte .line input {
	background: transparent;
}

.kontaktujte textarea {
	min-height: 180px;
	background: transparent;
}

.kontaktujte form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.kontaktujte form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.kontaktujte form :-ms-input-placeholder {
	color: #000;
	opacity: 1;
}


@media (min-width: 500px) {
	.kontaktujte .line.submit {
		float: right;
	}

	.kabel {
		display: block;
	}
}

@media (min-width: 700px) {
}

@media (min-width: 800px) {
	.kabel .container::after {
		left: 260px;
		right: inherit;
	}

	.footer_kontakt .container {
		display: flex;
		justify-content: space-between;
	}

	.footer_kontakt .cont,
	.footer_kontakt .kontaktujte {
		padding: 50px 0;
		flex: 0 0 48%;
		max-width: 48%;
	}

	.footer_kontakt .h1 {
		margin-bottom: 1.8em;
	}

	.footer_kontakt .kontaktujte .h1 {
		display: none;
	}

	.footer_kontakt .h2 {
		font-size: 40px;
	}

}

@media (min-width: 1100px) {
	.kabel {
		margin-bottom: 80px;
	}

	.kabel .h2 {
		padding: 0 0 50px 0;
	}

	.kabel .container::after {
		height: 625px;
		bottom: -625px;
		left: 350px;
	}

	.footer_kontakt .cont,
	.footer_kontakt .kontaktujte {
		padding: 80px 0;
	}
}

@media (min-width: 1400px) {
}



/* ************************************** mapa ************************************** */
.mapa {
	min-height: 250px;
	background: url('img/mapa-small.jpg') no-repeat center center;
	position: relative;
}

.mapa a {
	background: #ed3237;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
	position: absolute;
	left: calc(50% - 55px);
	top: 120px;
	width: 170px;
}

.mapa a::first-line {
	font-size: 110%;
	color: #000;
	font-weight: bold;
}

.mapa a:hover {
	text-decoration: none;
}

.mapa a::before {
	content: "";
	background: #ed3237;
	width: 30px;
	height: 30px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);

	position: absolute;
	top: -15px;
	left: calc(50% - 15px);
}

@media (min-width: 700px) {
	.mapa {
		background-image: url('img/mapa.jpg');
		min-height: 550px;
	}
	.mapa a {
		left: calc(50% + 50px);
		top: 290px;
		width: 200px;
	}
	.mapa a::before {
		left: -15px;
		top: calc(50% - 15px);
	}
}



/* ************************************** footer ************************************** */
footer {
	background: #000;
	color: #fff;
	padding: 30px 0;
}

.page footer a {
	color: #fff;
}

footer .top {
	display: flex;
	flex-wrap: wrap;
}

footer .top .col {
	flex: 0 0 50%;
	margin-bottom: 30px;
}

footer .top .col:first-child {
	flex: 0 0 100%;
}

footer .top .col img {
	display: block;
	max-width: 220px;
	margin-bottom: 30px;
}

footer .top .col span {
	font-weight: 700;
}

footer .top .col ul li {
	margin: 0.3em 0;
}

footer .top a.eshop {
	background: url(img/ikony.svgz) no-repeat 0 -120px;
	background-size: 180px auto;
	width: 180px;
	height: 60px;
	position: absolute;
	right: 15px;
	top: 0;
	display: none;
}

footer .bottom {
	padding-top: 30px;
	border-top: 3px solid #ed3237;
	font-size: 14px;
}

footer p {
	margin: 0.7em 0;
}

@media (min-width: 800px) {
	footer {
		padding: 60px 0 30px 0;
	}

	footer .top .col {
		flex: 0 0 33% !important;
		margin-bottom: 60px;
	}

	footer .top .col img {
		margin-bottom: 50px;
	}
}

@media (min-width:1000px) {
	footer .top .col {
		flex: 0 0 31% !important;
	}

	footer .top a.eshop {
		display: block;
	}

	footer .bottom {
		display: flex;
		justify-content: space-between;
	}
}


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

	display: inline-block;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 16px;
	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: none;
	border-radius: 2px;
}

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

.btn_black, .btn_black:focus {
	color: #fff !important;
	background-color: #000 !important;
}

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

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



/* ******************** glitter popup (notify) ******************** */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:99;
}
#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'); /* ie7/8 fix */
	color:#000;
	border-radius: 7px; /* Opera 10.50, IE and CSS3 */

	background-color: #38253C;
	color: #fff;
}
.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: #FF005A;
	color: #fff;
}



/* ******************** 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: #ed3237;
	padding: 20px 30px;
	color: #fff;
	font-size: 28px;
	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: 18px;
	margin-right: 0;
}

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


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


@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-default { background-image: url(img/kosik-default.jpg); }
}


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

#mfp_login * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

#mfp_login h2.registrace {
	margin-top: 15px;
}

#mfp_login .close {
	background: url("img/ikony.svgz") no-repeat -213px -313px;
	width: 23px;
	height: 23px;
	top: 15px;
	right: 20px;
	position: absolute;
	cursor: pointer;
}

#mfp_login .cont {
	padding: 20px;
	background: #fff;
}

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

#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 .submit {
	float: right;
}

#mfp_login .submit input {
	margin: 0;
}

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

#mfp_login .error ul {
	margin: 0;
}

#mfp_login .odkazy {
	line-height: 36px;
}
#mfp_login .registrace_wrap {
	position: relative;
}

#mfp_login .registrace_wrap span {
	color: #ed3237;
}

#mfp_login .registrace_wrap:hover span {
	text-decoration: underline;
}


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

/*!
 * 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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.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;
}
/*
 * Animation
 */
@-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);
	}
}


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


.owl-theme .owl-dots {
	margin: -100px auto 0 auto;
	max-width: 1330px;
	position: relative;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 3px;
}

.owl-theme .owl-dots .owl-dot:first-child {
	margin-left: 15px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 2px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 8px;
	border: 2px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

@media (min-width: 400px) {
	.owl-theme .owl-dots {
		margin-top: -40px;
	}
}



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

#cookie-bar {background:#fff; height:auto; line-height:24px; color:#222; text-align:center; padding:10px; font-size: 13px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; 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;
	}
}


.udrzba {
	color: #f00;
	font-size: 18px;
	font-weight: 700;
}