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


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

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

.page {
	background: #fff url("img/bg.jpg") repeat center top;
}

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

p.perex {
	margin: 0 0 1em 0;
	font-size: 110%;
	font-family: Oswald, Arial, sans-serif;
	color: #96ce0f;
}

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

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

a img {
	border: 0;
}

.web-accessibility {
	display: none;
}

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: 5px 0 25px 0;
	font-size: 30px;
	color: #db3e97;
	padding: 0 0 0 0;
	line-height: 100%;
	font-weight: normal;
	font-family: Great Vibes, Oswald, sans-serif;
}

h2 {
	margin: 1.6em 0 0.6em 0;
	/*padding: 1.4em 0 0.6em 0;*/
	font-size: 28px;
	line-height: 120%;
	color: #574445;
	font-weight: normal;
	font-family: Great Vibes, Oswald, sans-serif;
}

h3 {
	margin: 1.5em 0 0.8em 0;
	font-size: 20px;
	color: #24b9f0;
}

form {
	margin: 0;
	padding: 0;
}

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

ul li {
	margin: 0 0 0.6em 1em;
	padding: 0;
	list-style-image: url("img/li.svg");
}

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

a,a:link,a:visited,a:active {
	text-decoration: none;
	color: #96ce0f;
}

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

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

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

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 23px;
	}

	p.perex {
		font-size: 140%;
	}

	ul {
		padding: 0 0 0 0.4em;
	}

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

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

	h2 {
		font-size: 45px;
	}

	h3 {
		font-size: 24px;
	}
}

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

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

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

table tr {
	vertical-align: top;
}

.kurziva {
	font-style: italic;
}

.chyba {
	color: #FF0000;
	font-size: 100%;
	/*background-color: #940000;*/
	margin: 1em 0 1em 0;
	/*padding: 1em;*/
}

.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 {
	/*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;
	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;
}

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





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

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

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

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;
	}
}*/
/*
@media (min-width: 1130px) {
	article .path {
		top: -36px;
	}
}*/


/* ******************************** 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 {
	padding: 0;
}

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

.kontakt .kontakt_left {
	min-width: 260px;
}

.kontakt .kontakt_right {
	min-width: 260px;
}

@media (min-width: 780px) {
	.kontakt {
		padding: 0;
	}

	.kontakt .kontakt_left {
		width: 30%;
		float: left;
		margin: 0;
		padding: 0;
	}

	.kontakt .kontakt_right {
		width: 65%;
		float: right;
		padding: 0;
		min-width: 320px;
	}
}

.kontakt .top > div > h2:first-child, .kontakt .top > div > p:first-child {
	margin-top: 0;
}

article form.kontaktform {
	width: 100%;
}

article form.kontaktform .line {
	overflow: hidden;
	margin: 3px 0;
}

article form.kontaktform .left {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	min-width: 100px;
}


article form.kontaktform .right {
	display: block;
	margin: 0;
	text-align: left;
}

article form.kontaktform input, article form.kontaktform textarea {
	border: 0;
	padding: 10px 14px;
	width: 100%;
	background: #ccc;
	font-size: 13px;
	border-radius: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article form.kontaktform .captchacont {
	margin: 5px 0;
}

article form.kontaktform .submit {
	margin: 5px 0;
}

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


@media all and (min-width: 550px) {
	article form.kontaktform .left {
		width: 17%;
		float: left;
		text-align: right;
	}

	article form.kontaktform .right {
		width: 75%;
		float: right;
	}

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

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

article form.kontaktform .submit input {
	vertical-align: middle;
	border: 0;
	background: #db3e97;
	color: #fff;
}

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 {
	padding: 10px 8px;
}

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

article form.kontaktform .captchacont input {
	vertical-align: middle;
}

article form.kontaktform .captchacont .refresh-captcha input {
	background: #666;
	color: #fff;
}


/* *********************************** 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;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/*-webkit-transform: rotateZ(1deg);
	transform: rotate(1deg);*/
}

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 .cena {
	text-align: center;
	color: #24b9f0;
	font-weight: bold;
	font-size: 120%;
}


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;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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



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

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



/* ************************************** grafika ************************************** */

header .top {
	background: #574445;
	color: #fff;
}

header .top .center {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1100px;

	display: -webkit-flex;
	display: flex;

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

header .top .nav {

}

header .top .nav ul {
	margin: 0;
	padding: 5px 0 15px;
	font-size: 0;
}

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

header .top .nav ul li a {
	color: #fff;
	display: inline-block;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Oswald', sans-serif;

	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

header .top .nav ul li a:hover {
	background: #db3e97;
	text-decoration: none;
}


header .top .logo {
	-webkit-flex: 0 0 63px;
	flex: 0 0 63px;
}

header .top .logo a {
	text-indent: -999px;
	min-height: 60px;
	width: 43px;
	overflow: hidden;
	display: block;
	background: #f1f1f1 url("img/logo_small.svg") no-repeat center center;
	background-size: 80%;

	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

header .top .logo a:hover {
	background-color: #ddd;
}

#header_mask {
	height: 0;
	width: 0;
	overflow: hidden;
}


@media (min-width: 500px) {
	header .top .nav ul li a {
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		padding: 6px 20px;
	}

	header .top .logo a {
		height: 80px;
		width: 63px;
	}
}


@media (min-width: 900px) {
	header .top .nav ul {
		margin: 0;
		padding: 0;
	}

	header .top .nav ul li a {
		padding: 26px 20px 34px;
	}

	header .top .logo a {
		text-indent: -999px;
		width: 63px;
		min-height: 80px;
	}
}




header .bottom .center {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1100px;
}

header .bottom .handmade {
	/*width: 192px;*/
	/*height: 105px;*/
	display: none;
	background: transparent url("img/handmade.svg") no-repeat center center;
	background-size: contain;
	margin: 0 30px 0 0;

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

header .bottom .handmade div {
	width: 100%;
	padding: 55% 0 0 0;
}

header .bottom .logo2 {
	/*width: 500px;*/
	/*height: 118px;*/
	display: none;
	background: transparent url("img/logo.svg") no-repeat center center;
	background-size: contain;

	margin: 0 30px 0 0;

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

header .bottom .logo2 a {
	width: 100%;
	padding: 22% 0 0 0;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	height: 0;
}

header .bottom .search {
	border: 1px solid #cfcbcc;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	width: 100%;
}

header .bottom .search .input {
	margin: 0 44px 0 0;
}

header .bottom .search .input input {
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	margin: 0;
	border: 0;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header .bottom .search .submit {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

header .bottom .search .submit input {
	cursor: pointer;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background: #fff url("img/ikony.svg") no-repeat 4px 11px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -999px;
}

header .bottom .center {
	padding: 25px 15px;

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

@media (min-width: 430px) {
	header .bottom .center {
		display: -webkit-flex;
		display: flex;

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

	header .bottom .handmade {
		display: block;
	}

	header .bottom .search {
		width: auto;
		-webkit-flex: 0 0 250px;
		flex: 0 0 250px;
	}
}


@media (min-width: 660px) {
	header .bottom .logo2 {
		display: block;
	}
}




.hp_kategorie {
	background: #fff;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
}

.hp_kategorie .center {
	margin: 0 auto;
	padding: 30px 15px;
	max-width: 1100px;
}

.hp_kategorie .center.top {
	padding-bottom: 20px;
}

.hp_kategorie h2 {
	color: #24b9f0;
	font-family: Great Vibes, sans-serif;
	margin: 0;
	text-align: center;
	font-size: 55px;
	line-height: 55px;
}

.hp_kategorie .box {
	margin: 0 0 20px 0;
}



.hp_kategorie .box h3 {
	margin: 0;
	font-family: Oswald, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #96ce0d;
	text-transform: uppercase;
}

.hp_kategorie .box a {
	color: #000;
}

.hp_kategorie .box a:hover {
	color: #db3e97;
}

.hp_kategorie .box p {
	padding: 0 0 0 83px;
	margin: 10px 0 0 0;
	min-height: 70px;
	background: transparent url("img/hp_ikony.svg") no-repeat 0 0;
	background-size: 65px 1200px;
}

.hp_kategorie .box.domacnost p { background-position: 0 -200px; }
.hp_kategorie .box.sady p { background-position: 0 -400px; }
.hp_kategorie .box.krabicky p { background-position: 0 -600px; }
.hp_kategorie .box.oslavy p { background-position: 0 -800px; }
.hp_kategorie .box.ostatni p { background-position: 0 -1000px; }

.hp_kategorie .line {
	border-top: 1px solid #e4e4e4;
}

@media (min-width: 490px) AND (max-width: 979px) {
	.hp_kategorie .box {
		width: 45%;
		margin: 15px 0;
		float: left;
	}

	.hp_kategorie .box:nth-child(2n+1) {
		clear: both;
	}

	.hp_kategorie .box:nth-child(2n+0) {
		float: right;
	}
}



@media (min-width: 980px) {
	.hp_kategorie .box {
		width: 27%;
		margin: 15px 0;
		float: left;
	}

	.hp_kategorie .box:nth-child(3n+1) {
		margin-right: 9.5%;
		clear: both;
	}

	.hp_kategorie .box:nth-child(3n+0) {
		float: right;
	}
}





aside.hp_slideshow {
	overflow: hidden;
}

aside.hp_slideshow ul.slides {
	/*height: 350px;*/
	overflow: hidden;

}

aside.hp_slideshow ul.slides 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;
	float: left;
	width: 90%;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


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

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

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

aside.hp_slideshow ul.slides li .cena {
	text-align: center;
	color: #24b9f0;
	font-weight: bold;
	font-size: 120%;
}

@media (min-width: 800px) {

	aside.hp_slideshow ul.slides li.odd {
		margin: 6% 4% 6% 5%;

		-webkit-transform: rotate(-6deg);
		transform: rotate(-6deg);
	}

	aside.hp_slideshow ul.slides li.even {
		margin: 6% 6% 6% 0;

		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
}


aside.hp_slideshow .owl-nav {
	display: none;
}

.owl-theme .owl-controls {
	margin-top: 30px;
}

aside.hp_slideshow .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
}

aside.hp_slideshow .owl-theme .owl-dots .owl-dot span {
	display: inline-block;
	height: 35px;
	width: 35px;
	overflow: hidden;
	background: transparent url("img/hp_animace.svg") no-repeat center center;

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

aside.hp_slideshow .owl-dots {
	opacity: 1;
}

aside.hp_slideshow .owl-dots .owl-dot span:hover,
aside.hp_slideshow .owl-dots .owl-dot.active span {
	background: transparent url("img/hp_animace2.svg") no-repeat center center;

	-webkit-transform:scale(1.5) translate(0px,0px);
	transform:scale(1.5) translate(0px,0px);
}





article {
	max-width: 1100px;
	padding: 30px 15px;
	margin: 0 auto;
}

article .tree a.active {
	color: #db3e97;
	font-weight: bold;
}



@media (min-width: 550px) {
	article .panely {
		display: -webkit-flex;
		display: flex;

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

	article .panely .panel_left {
		-webkit-flex: 0 0 215px;
		-ms-flex: 0 0 215px;
		flex: 0 0 215px;

		margin: 0 35px 0 0;
		-webkit-order: 1;
		order: 1;
	}

	article .panely .panel_right {
		overflow: hidden;

		-webkit-flex: 0 1 850px;
		-ms-flex: 0 1 850px;
		flex: 0 1 850px;
		-webkit-order: 2;
		order: 2;
	}
}



article .tree {
	padding: 14px 0;
	background: url("img/tree_bg.svg") no-repeat -7px top, url("img/tree_bg.svg") no-repeat right -7px bottom 0;
	background-size: 900px 30px
}

article .tree > ul {
	background: url("img/tree_stitch.svg") repeat-y right 9px top 0, #97ce10 url("img/tree_stitch.svg") repeat-y 9px 0;
	color: #fff;
}

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

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

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

article .tree ul li a {
	color: #fff;
	display: block;
	padding: 10px 30px;
}

article .tree ul li ul li a {
	padding-left: 45px;
}

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



footer {
	background: rgb(87,68,69) url("img/footer.jpg") repeat center top;
}

footer .center {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 15px;
	color: #fff;
	line-height: 140%;
}

footer .nadpis {
	font-family: Great Vibes, sans-serif;
	font-size: 30px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #6b595a;
}

footer .nadpis strong {
	font-weight: normal;
}


footer .top .col {
	margin: 30px 0;
	font-size: 13px;
}

@media (min-width: 500px) {
	footer .top {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	footer .top .col {
		width: 47%;
		min-width: 220px;
		margin: 20px 0;
	}
}

@media (min-width: 940px) {
	footer .top .col {
		width: 23%;
	}
}

footer .list {
	width: 76px;
	height: 36px;
	background: transparent url("img/ikony.svg") no-repeat 0 -400px;
	margin: 30px auto;
}

footer .logo {
	width: 64px;
	height: 51px;
	background: transparent url("img/ikony.svg") no-repeat 0 -100px;
	margin: 30px auto 0;
}

footer .center a {
	color: #fff;
}

footer .highlight {
	font-family: Oswald, sans-serif;
	font-size: 16px;
}

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

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




article .circles {
	max-width: 600px;
	margin: 30px auto;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

article .circles .circle {
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	margin: 20px 10px;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
	width: 245px;
	height: 245px;

	/*-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);*/
}

article .circles .circle .cont {
	border-radius: 100%;
	background: #fff;
	width: 300px;
	height: 300px;

	position: absolute;
	top: 120px;
	left: -28px;

	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;

	/* Nefunguje v Chrome: */
	/*-webkit-transform: translate3d(-28px,120px,0);
	transform: translate3d(-28px,120px,0);

	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;*/
}

article .circles .circle:hover .cont {
	/*-webkit-transform: translate3d(-28px,40px,0);
	transform: translate3d(-28px,40px,0);*/

	top: 40px;
}

article .circles .circle .cont .nadpis {
	color: #96ce0f;
	font-family: Great Vibes, sans-serif;
	font-size: 55px;
	line-height: 60px;
	text-align: center;
	padding: 20px 0 0 0;
}

article .circles .circle .cont p {
	margin: 7px auto 0 auto;
	opacity: 0;
	width: 150px;
	text-align: center;

	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

article .circles .circle:hover .cont p {
	opacity: 1;
}

article .circles .circle .img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 170px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

article .circles .circle.circle2 .nadpis {color: #24b9f0;}
article .circles .circle.circle3 .nadpis {color: #db3e97;}
article .circles .circle.circle4 .nadpis {color: #554445;}

article .circles .circle.circle1 .img {background-image: url("img/bubliny_inspirace.jpg")}
article .circles .circle.circle2 .img {background-image: url("img/bubliny_zakazka.jpg")}
article .circles .circle.circle3 .img {background-image: url("img/bubliny_kvalita.jpg")}
article .circles .circle.circle4 .img {background-image: url("img/bubliny_kontakt.jpg")}


@media (max-width: 1050px) {

}

@media (min-width: 1050px){
	article .circles {
		max-width: none;
	}

	article .circles .circle {
		margin: 0;
	}
}










article .clanek.bg {
	background: #fff;
	padding: 20px 20px;
	box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.1);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article .detail .cols {
}


article .detail .cols .col_left {
	margin: 0 0 20px 0;
}

article .detail .cols .col_right {
	background: #fff;
	box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.1);
	padding: 20px 20px;
	position: relative;
	margin: 0 -15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article .detail .cols .col_left .img {
	width: 100%;
	padding: 100% 0 0 0;
	position: relative;
}

article .detail .cols .col_left .img a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-radius: 100%;
	overflow: hidden;
}

article .detail .cols .col_left .img a img {
	position: absolute;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
}

article .detail .cols .col_left .img a span.stitch {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 100%;
	border: 2px dashed #fff;
}

article .detail .cols .col_left .img a span.wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	display: block;
}

article .detail .cols .col_left .img a span.wrap img {
	display: none;
}

article .detail .cols .col_left .img .cena {
	position: absolute;
	right: 2%;
	bottom: 5%;
	width: 70px;
	height: 70px;
	background: #96ce0f;
	border-radius: 100%;
	overflow: hidden;
	font-family: Oswald, sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #fff;
	box-shadow: 0 0 23px 0 rgba(0,0,0,0.1);

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

article .detail .cols .koupit_box {
	padding: 0 80px 0 0;
}

article .detail .cols .col_right a.koupit {
	display: block;
	background: transparent url("img/koupit.svg") no-repeat right bottom;
	background-size: 100% auto;
	width: 110px;
	height: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-indent: -999px;
	overflow: hidden;
}




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

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

	article .detail .cols .col_left {
		width: 47%;
		margin: 0;
	}

	article .detail .cols .col_right {
		width: 47%;
		padding: 30px 30px;
	}
}

@media (min-width: 900px) {
	article .detail .cols .col_left .img .cena {
		width: 118px;
		height: 118px;
		font-size: 25px;
		line-height: 25px;
		right: 0px;
		bottom: 20px;
	}

	article .detail .cols .col_right {
		margin: 0;
	}
}


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

article .pager .active, article .pager a:hover {
	border-radius: 15px;
	background: #96ce0f;
	color: #fff;
	text-decoration: none;
}





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






form.objednavka {
	background: #fff;
	box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
}

form.objednavka.anim1 {
	background: #ffbde2;
}

form.objednavka.anim2 {
	background: #fff;
	-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

form.objednavka .line {
	margin: 15px 0;
}

form.objednavka .line input {
	border: 1px solid #d3cfd0;
	padding: 10px 15px;
	margin: 0;
	background: #fff;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form.objednavka .line input:focus {
	box-shadow: 0 0 7px 0 #d3cfd0 inset;
}

form.objednavka .line input[type='submit'] {
	background: #db3e97;
	border: 0;
	color: #fff;
	width: 100%;
}

form.objednavka .line input[type='submit']:focus {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

form.objednavka .line input[type='button'] {
	background: #574545;
	border: 0;
	color: #fff;
}

form.objednavka .line input[type='button']:focus {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

form.objednavka .line textarea {
	border: 1px solid #d3cfd0;
	padding: 10px 15px;
	margin: 0;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form.objednavka .line textarea:focus {
	box-shadow: 0 0 7px 0 #d3cfd0 inset;
}

form.objednavka .line.line1 input {
	width: 100%;
	margin: 15px 0;
}

form.objednavka .line.line1 input:first-child {
	margin-top: 0;
}

form.objednavka .line.line1 input:last-child {
	margin-bottom: 0;
}

form.objednavka .line.line2 input {
	width: 100%;
}

form.objednavka .line.line3 textarea {
	width: 100%;
}



form.objednavka .line.line4 .captchacont {
	display: -webkit-flex;
	display: flex;

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

	opacity: 0;
}

form.objednavka .line.line4 .captchacont input {
	display: inline-block;
}

form.objednavka .line.line4 .captchacont > * {
	margin: 0 15px 0 0;
}

form.objednavka .line.line4 .submit {
	margin: 15px 0 0 0;
}

form.objednavka > *:first-child {
	margin-top: 0;
}

form.objednavka > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 820px) {
	form.objednavka .line input[type='submit'] {
		width: auto;
	}

	form.objednavka .line.line1 {
		display: -webkit-flex;
		display: flex;

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

	form.objednavka .line.line1 input {
		width: 32%;
		margin: 0;
	}

	form.objednavka .line.line4 {
		display: -webkit-flex;
		display: flex;

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

	form.objednavka .line.line4 .submit {
		margin: 0;
	}
}



/*
article .detail ::-webkit-input-placeholder {color: #85080b;}
article .detail :-moz-placeholder {color: #85080b;}
article .detail ::-moz-placeholder {color: #85080b;}
article .detail :-ms-input-placeholder {color: #85080b;}
*/



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



.grecaptcha-badge {
	z-index: -1;
}