/* --- GENERAL --- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	font-family: Arial, Verdana, sans-serif;
	font-family: 'Open Sans';
	font-size: 14px;
	min-width: 320px;
	text-align: left;
	background-repeat: no-repeat, repeat-y;
	background-position: center top, top center;
	background-size: auto, 100%;
	overflow-x: hidden;
}

.spring {
	background-image: url('../img/bg_body_spring.png'), url('../img/bg_body.jpg');
}

.summer {
	background-image: url('../img/bg_body_summer.png'), url('../img/bg_body.jpg');
}

.autumn {
	background-image: url('../img/bg_body_autumn.png'), url('../img/bg_body.jpg');
}

.winter {
	background-image: url('../img/bg_body_winter.png'), url('../img/bg_body.jpg');
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-bottom: 0;
}

a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-decoration: none;

	color: #000;
}

a:hover {
	color: #ea6f60;
}

h1 {
	font-family: 'Clicker Script';
	font-size: 55px;
	font-weight: 200;
	margin: 5px 0;
}

h2 {
	font-family: 'Oswald';
	font-size: 18px;

	margin: 0 0 5px 0;

	text-transform: uppercase;

	color: #ea6f60;
}

#page-33 h2 a, #page-35 h2 a {
	color: #ea6f60;
}

hr {
	display: none;
}

ul {
	margin: 0;
	padding-left: 21px;
}

ul li {
	list-style-image: url('../img/bg_li.png');
}

.hidden {
	position: absolute;
	left: -9999px;
}

.clearfix:before, .clearfix:after {
	display: table;

	content: '';
}

.clearfix:after {
	clear: both;
}

/* ---===--- IE ---===--- */
.ie .clearfix {
	zoom: 1;
}

/* --- LAYOUT --- */
.wrapper {
	position: relative;

	width: 960px;
	margin: 0 auto;

	background: url('../img/bg_body.jpg') repeat-y;
	background-size: 100%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .8);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .8);
}

.left-decoration {
	position: absolute;
	bottom: 0;
	left: -365px;

	width: 357px;
	height: 226px;

	background: url('../img/bg_body-bottom2.png') no-repeat;
	background-size: cover;
}

.right-decoration {
	position: absolute;
	right: -200px;
	bottom: 0;

	width: 183px;
	height: 186px;

	background: url('../img/bg_body-bottom1.png') no-repeat;
	background-size: cover;
}

/* --- HEADER --- */
header {
	width: 100%;
	height: 230px;
	padding-top: 120px;

	background: url('../img/bg_header.png') no-repeat;
	background-position: 17px 10px;
}

.site-logo {
	overflow: hidden;

	width: 385px;
	height: 47px;
	margin: 0 auto;
	font-size: 0;
	border: none;
}

.site-logo h1 {
	font-size: inherit;

	margin: 0;
}

/* --- CONTAINER --- */

.container {
	width: 100%;

	background: url('../img/bg_content.png') no-repeat;
	background-position: 9px 0;
}

/* --- CONTENT --- */
.content {
	position: relative;

	float: left;

	width: 70%;
	min-height: 500px;
	padding: 15px 0 0 10%;
}

.homepage.content {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 20px 7%;

	background: url('../img/bg_content.png') no-repeat;
	background-position: 9px 0;
}

.fullwidth {
	float: none;

	width: 100%;
	padding: 20px 8%;

	background: url('../img/bg_content.png') no-repeat;
	background-position: 9px 0;
}

.fullwidth .breadcrumbs {
	top: 106px;
	left: 76px;
}

.error {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;

	background: url('../img/error.png') no-repeat;
	background-position: center center;
}

.error h1 {
	text-align: center;
}

.page-thumbnail {
	float: right;

	margin-top: -65px;
}

.breadcrumbs {
	font-size: 12px;

	position: absolute;
	top: 100px;
	left: 96px;
}

.woocommerce .breadcrumbs {
	font-size: 12px;

	position: absolute;
	top: 125px;
	left: 96px;
}

.woocommerce-breadcrumb {
	display: none;
}

/*
.eshop .breadcrumbs
{
    top: 13px;
}
*/

.single-product .breadcrumbs {
	display: none;
}

.vc_separator {
	background-color: #999;
}

.gallery-item img {
	border: none !important;
}

.gallery-item {
	width: auto !important;
	margin-top: 0 !important;
}

a.prettyPhoto, a.single-img {
	position: relative;
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border: 2px solid #cfcfcf;
	margin: 0 4px 4px 0;
}

a.prettyPhoto img, .wpb_wrapper a.single-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-bottom: auto !important;
}

.prettyphoto {
	margin-right: 0 !important;
}

.pp_pic_holder .ppt {
	display: none !important;
}

.homepage .main-item {
	position: relative;

	float: left;

	width: 250px;
	height: 250px;
	margin: 0 3px 25px 3px;

	background-repeat: no-repeat;
	background-position: center 55px;
}

.homepage .main-item h2 {
	font-family: 'Clicker Script';
	font-size: 37px;
	font-weight: 200;

	margin: 0;

	text-align: center;
	text-transform: none;

	color: #000;
}

.homepage .main-link {
	position: absolute;
	top: 55px;
	right: 0;
	left: 0;

	width: 176px;
	height: 176px;
	margin: 0 auto;
}

.item1 {
	background-image: url('../img/bg_aktuality.jpg');
}

.item2 {
	background-image: url('../img/bg_josef-lada.jpg');
}

.item3 {
	background-image: url('../img/bg_alenaladova.png');
}

.item4 {
	background-image: url('../img/bg_pronajmy.jpg');
}

.item5 {
	background-image: url('../img/bg_prodospele.jpg');
}

.item6 {
	background-image: url('../img/bg_laduvkraj-1.jpg');
}

.item7 {
	background-image: url('../img/bg_databaze.jpg');
}

.item8 {
	background-image: url('../img/bg_obchod.jpg');
}

.item9 {
	background-image: url('../img/bg_o-nas-1.jpg');
}

.item-children {
	background-image: url('../img/bg_prodeti.jpg');
}

.item-adult {
	background-image: url('../img/bg_prodospele.jpg');
}

.ext1 {
	position: absolute;
	top: 150px;
	left: 2px;

	width: 40px;
	height: 35px;

	-webkit-transform: rotate(90deg);

	background: url('../img/ext_flower1.png') no-repeat;
	background-size: cover;
}

.ext2 {
	position: absolute;
	top: 120px;
	left: 8px;

	width: 37px;
	height: 35px;

	-webkit-transform: rotate(300deg);

	background: url('../img/ext_flower3.png') no-repeat;
	background-size: cover;
}

.ext3 {
	position: absolute;
	top: 60px;
	right: -4px;

	width: 43px;
	height: 37px;

	-webkit-transform: rotate(240deg);

	background: url('../img/ext_flower1.png') no-repeat;
	background-size: cover;
}

.ext4 {
	position: absolute;
	top: 60px;
	right: -8px;

	width: 60px;
	height: 34px;

	-webkit-transform: rotate(270deg);

	background: url('../img/ext_flower4.png') no-repeat;
	background-size: cover;
}

.ext5 {
	position: absolute;
	top: 70px;
	left: 8px;

	width: 37px;
	height: 35px;

	-webkit-transform: rotate(300deg);

	background: url('../img/ext_flower3.png') no-repeat;
	background-size: cover;
}

.ext6 {
	position: absolute;
	right: 3px;
	bottom: 0;

	width: 39px;
	height: 63px;

	background: url('../img/ext_flower2.png') no-repeat;
	background-size: cover;
}

.ext7 {
	position: absolute;
	bottom: 0;
	left: 3px;

	width: 39px;
	height: 63px;

	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);

	background: url('../img/ext_flower2.png') no-repeat;
	background-size: cover;

	filter: FlipH;
	-ms-filter: 'FlipH';
}

.ext8 {
	position: absolute;
	top: 30px;
	right: 14px;

	width: 37px;
	height: 35px;

	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);

	background: url('../img/ext_flower3.png') no-repeat;
	background-size: cover;

	filter: FlipH;
	-ms-filter: 'FlipH';
}

.button, #fscf_submit1, #fscf_submit3 {
	font-family: 'Oswald';

	display: block;

	width: 137px;
	margin: 0 auto 10px auto;
	padding: 5px 0;

	text-align: center;
	text-transform: uppercase;

	border: none;
	background: url('../img/button.png') no-repeat;
}

.products .product .button {
	font-family: 'Oswald';

	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;

	display: block;

	width: 137px;
	margin: 0 auto 10px auto;
	padding: 5px 0;

	text-align: center;
	text-transform: uppercase;

	border: none;
	background: url('../img/button.png') no-repeat;
}

.button:hover {
	background: url('../img/button.png') no-repeat !important;
}

.button:focus {
	border: none;
	outline: none;
}

.trip h2 {
	width: 100%;
	padding-right: 30px;

	background: url('../img/map_pointer.png') top right no-repeat;
}

.trip-info {
	font-size: 12px;

	width: 100%;
	padding: 7px 10px;

	border: 1px dashed #5d5d5d;
	border-radius: 13px;
	background-color: #fff;
}

.line {
	width: 100%;
	height: 1px;
	margin-bottom: 30px;

	background-color: #999;
}

.single-post-box {
	width: 100%;

	border: 1px solid #b3b3b3;
	background-color: #fff;
}

.single-post h1 {
	font-size: 35px;
	line-height: 35px;
}

.single-post h3, .single input {
	margin-bottom: 10px;
}

.single-post p {
	padding: 10px 0;

	text-align: justify;
}

.single-post ol {
	margin-top: 20px;
	padding-left: 20px;
}

.single-post small {
	margin-top: 10px;
}

.single textarea {
	width: 100%;
	margin-bottom: 10px;
}

.log-out {
	float: right;

	color: #ea6f60;
}

.comment {
	position: relative;
}

.comment .avatar {
	display: none;
}

.comment-meta {
	position: absolute;
	top: 0;
	right: 0;
}

.comment p {
	margin: 0;
}

.comment .reply {
	font-weight: bold;

	text-align: right;
	text-transform: uppercase;
}

.news {
	position: relative;

	float: left;

	width: 48%;
	height: 382px;
	margin: 0 0 2% 2%;
	padding: 10px 10px 50px 10px;

	border: 1px solid #b3b3b3;
	background-color: #fff;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.news {
		width: 100%;
		height: auto;
		min-height: 0;
	}
}

.news h2 a {
	color: #666;
}

.news p {
	margin: 5px 0 15px 0;

	text-align: justify;
}

.news .post-date {
	font-family: 'Oswald';
	font-size: 16px;

	position: absolute;
	bottom: 7px;
	left: 10px;

	float: left;

	margin: 0;

	text-transform: uppercase;

	color: #8b8b8b;
}

.news .more-link {
	font-family: 'Oswald';

	position: absolute;
	right: 10px;
	bottom: 7px;

	float: right;
	float: right;

	width: 137px;
	height: 32px;
	padding-top: 5px;

	text-align: center;
	text-transform: uppercase;

	background: url('../img/button.png') no-repeat;
}

.timeline h4 {
	font-family: 'Oswald';
	font-size: 15px;
}

.timeline .wpb_toggle {
	background: url('../img/bg_year.png') left bottom no-repeat;
}

.timeline .wpb_toggle_open {
	margin: 0;
	padding-bottom: 15px;

	background: url('../img/bg_timeline.png');
	background-repeat: repeat-y;
	background-position: 6px 17px;
}

#fscf_submit1 {
	float: left;

	margin-top: 10px;
}

.fscf-div-label {
	margin-top: 10px;
}

#FSContact1 input[type='text'], #FSContact1 textarea, #FSContact3 input[type='text'], #FSContact3 textarea {
	width: 100%;
	margin-top: 3px;
	padding: 5px;

	border: 1px dashed #5d5d5d;
	border-radius: 8px;
	background-color: #fff;
}

/* --- PUZZLE GAME --- */
#puzzle1_object, #puzzle2_object {
	position: relative;

	width: 700px;
	height: 700px;
	margin: 30px auto 40px auto;

	background-color: #fff;
}

#board div {
	line-height: 175px;

	position: absolute;

	width: 175px;
	height: 175px;

	cursor: pointer;
	text-align: center;

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-box-shadow: inset 0 0 20px #555;
	-moz-box-shadow: inset 0 0 20px #555;
	box-shadow: inset 0 0 20px #555;

	-ms-box-shadow: inset 0 0 20px #555;
	-o-box-shadow: inset 0 0 20px #555;
}

#puzzle1_object #board div {
	background-image: url('../img/puzzle01.jpg');
}

#puzzle2_object #board div {
	background-image: url('../img/puzzle02.jpg');
}

/* --- PEXESO GAME --- */
#boxcard {
	z-index: 1;

	width: 625px;
	margin: 40px auto;
}

#boxcard div {
	z-index: 2;

	float: left;

	width: 100px;
	height: 100px;
	margin: 5px;
	padding: 5px;

	cursor: pointer;

	border: 1px solid #999;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background: #d9d9d9;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

#boxcard div img {
	z-index: 3;

	width: 100%;
	height: auto;

	border: none;
}

.opacity {
	opacity: .6;

	filter: alpha(opacity=60);
}

#boxbutton {
	margin: 40px 50px 0 0;

	text-align: right;
}

#page-721 #boxbutton {
	margin-right: 170px;
}

.link {
	font-size: 18px;

	padding: 5px 10px;

	text-decoration: none;

	color: #666;
	border: 1px dashed #5d5d5d;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background: #fff;
}

.links h1 {
	border-bottom: 1px solid #999;
}

.links-list {
	padding-top: 30px;
}

/* --- DISKUZE--- */

.bbpress .sidebar {
	display: none;
}

.bbpress .content {
	width: 100%;
	padding-right: 10%;
}

.bbpress h1 {
	border-bottom: 1px solid #9e9e9e;
}

#bbpress-forums {
	margin-top: 35px;
}

.bbp-search-form input[type='text'] {
	float: left;

	height: 25px;
}

.bbp-search-form .button, .bbp-search-form .button:hover {
	float: left;

	width: 52px;
	height: 25px;

	color: transparent;
	border: 1px solid #ce3730;
	background: #ec665a url('../img/ico_search.png') center center no-repeat;
}

ul.bbp-forums, ul.bbp-topics, ul.bbp-replies {
	border: 1px dashed #5d5d5d !important;
	background-color: #fff;
}

ul.forum-titles, li.bbp-header {
	font-family: 'Oswald';
	font-size: 14px;

	margin: 0 0 5px 0;

	text-transform: uppercase;

	color: #ea6f60;
}

li.bbp-footer {
	display: none;
}

.bbp-template-notice {
	text-align: center;

	border: 1px dashed #5d5d5d !important;
	border-radius: 8px !important;
	background-color: #fff !important;
}

.bbp-form legend {
	font-family: 'Oswald';
	font-size: 14px;

	text-transform: uppercase;

	color: #ea6f60;
}

.bbp-topic-form .error {
	background-color: #ea6f60 !important;
	background-image: none;
}

a.bbp-author-avatar {
	display: none;
}

.quicktags-toolbar {
	background: transparent !important;
}

.quicktags-toolbar input, .quicktags-toolbar input:hover {
	width: auto;
	padding: 0 6px !important;

	text-transform: none;

	background: #fff !important;
}

.bbp-topic-permalink, .bbp-author-name {
	text-transform: uppercase;

	color: #61b7cc;
}

#bbpress-forums fieldset.bbp-form {
	border-color: #ea6f60;
	background-color: rgba(234, 111, 96, .09);
}

.bbp-pagination-count {
	font-size: 10px;

	float: right;
}

.login, form.register {
	width: 70%;
	margin: 10px auto 10px auto;
	padding: 0 10px 10px 10px;

	text-align: center;

	border: 1px dashed #5d5d5d;
	border-radius: 8px;
	background-color: #fff;
}

.login label, .register label {
	display: block;
}

.col2-set h2 {
	text-align: center;
}

.col2-set .login label, .col2-set .login input,
.col2-set .register label, .col2-set .register input {
	float: none;
}

/*
.tax-product_cat .breadcrumbs .home {
    color: transparent;
}

.tax-product_cat .breadcrumbs .home:before {
    content: "Obchod";
    color: #222;
}
*/

/* --- PAGINATION --- */

.wp-pagenavi {
	margin: 0 0 7% 46%;
}

.pages {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	float: left;

	text-align: center;
}

.previouspostslink, .nextpostslink, .previouspostslink:hover, .nextpostslink:hover {
	font-weight: 600;

	width: 25px;
	height: 25px;
	padding: 0 !important;

	color: #fff;
	border: 1px solid #ce3730 !important;
	background-color: #ec665a;
}

.wp-pagenavi .smaller, .wp-pagenavi .larger, .wp-pagenavi .current {
	width: 25px;
	height: 25px;

	border: 1px solid #b3b3b3 !important;
	background-color: #fff;
}

.current {
	background-color: #e7e7e7;
}

/* --- WOOCOMMERCE - OBCHOD --- */

.eshop {
	padding-top: 40px;
}

.woocommerce-result-count, .woocommerce-ordering, .cart-collaterals {
	display: none;
}

.woocommerce h1.page-title {
	margin: 5px 0 35px 0;

	border-bottom: 1px solid #999;
	background: url('../img/Obchod.png') top right no-repeat;
}

.products:before, .products:after {
	display: table;

	content: '';
}

.products:after {
	clear: both;
}

.products .product {
	position: relative;

	float: left;

	width: 183px;
	height: 283px;
	margin-bottom: 20px;
	padding: 0 7px;

	list-style-type: none;
	list-style-image: none;

	text-align: center;
}

.products .product .product-image {
	position: relative;

	display: block;

	width: 170px;
	height: 170px;

	text-align: center;

	background-color: #fff;
	border: 1px dashed #5d5d5d;
	border-radius: 13px;
}

.products .product .product-image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	margin: auto;
}

.product h3, .products .price {
	font-family: 'Oswald';
	font-size: 16px;

	overflow: hidden;

	height: 48px;
	margin: 5px 0;

	text-transform: uppercase;

	color: grey;
}

.price {
	font-family: 'Oswald';
	font-size: 22px;

	margin: 0;

	text-align: right;

	color: #ea6f60;
}

.without-tax {
	font-size: 15px;

	color: inherit;
}

.woocommerce-price-suffix {
	font-size: 70%;
	font-weight: 300;
}

.summary form.cart {
	margin-top: 10px;
}

.short-description {
	font-size: 12px;
	min-height: 60px;
	max-height: 80px;
	margin-bottom: 5px;
	padding-bottom: 5px;

	text-align: justify;

	border-bottom: 1px solid #b3b3b3;
}

.short-description p {
	margin: 0;
}

.summary button[type='submit'], .summary input[type='number'] {
	margin-bottom: 0;
}

.tabs {
	display: none;
}

.woocommerce-tabs {
	float: none;
}

.woocommerce-tabs .tabs {
	padding: 0;
}

.woocommerce-tabs .tabs li {
	padding-left: 10px;

	list-style-type: none;
	list-style-image: none;

	border-left: 1px solid #b3b3b3;
}

.panel {
	width: 100%;
	margin: 10px 0;
}

.thumbnails {
	width: 100%;
	margin: 10px 0;
}

.thumbnails .zoom {
	position: relative;

	display: block;
	float: left;

	width: 90px;
	height: 90px;
	margin: 0 4px 10px 0;

	background-color: #fff;
}

.thumbnails .zoom img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	margin: auto;
}

.category-panel {
	float: left;

	width: 100%;
	margin-bottom: 20px;
	padding: 7px 10px;

	border: 1px dashed #5d5d5d;
	border-radius: 13px;
	background-color: #fff;
}

.category-panel h2 {
	float: left;
}

#searchform {
	float: right;

	width: 240px;
}

.screen-reader-text {
	display: none;
}

#searchform input {
	width: 183px;
	height: 25px;
	padding-left: 3px;

	border: 1px solid #b3b3b3;
}

#searchform input[type='submit'] {
	width: 52px;
	height: 25px;

	color: transparent;
	border: 1px solid #ce3730;
	background: #ec665a url('../img/ico_search.png') center center no-repeat;
}

.woocommerce-pagination {
	text-align: center;
	margin: 5px 0 10px 0
}

.page-numbers:before, .page-numbers:after {
	display: table;

	content: '';
}

.page-numbers:after {
	clear: both;
}

.page-numbers li {
	float: left;

	width: 25px;
	height: 25px;

	list-style-type: none;
	list-style-image: none;

	border: 1px solid #b3b3b3 !important;
	background-color: #fff;
}

.prev, .next {
	font-weight: 600;

	display: block;

	color: #fff;
	border: 1px solid #ce3730 !important;
	background-color: #ec665a;
}

.woocommerce-pagination .current {
	display: block;

	width: 25px;
	height: 23px;
}

.images {
	float: left;
	overflow: hidden;

	width: 49%;
}

.woocommerce-main-image {
	position: relative;
	display: block;
	/*width: 300px;*/
	width: 100%;
	height: 300px;
	text-align: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-main-image img {
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*margin: auto;*/
	height: auto;
	width: auto;
	max-width: 100%;
}

.summary {
	position: relative;

	float: left;

	width: 49%;
	min-height: 300px;
	margin-left: 2%;
	padding: 10px;

	border: 1px solid #b3b3b3;
	background-color: #fff;
}

.summary h1 {
	font-family: 'Oswald';
	font-size: 20px;
	font-weight: 400;

	margin: 0 0 5px 0;
	height: 60px;

	text-transform: uppercase;

	color: #ea6f60;
	line-height: 28px;
}

.added_to_cart {
	display: none;
}

.product_meta {
	font-size: 12px;
	margin-bottom: 3px;
}

.entry-content p {
	text-align: justify;
}

.buttons_added {
	float: left;
	margin-right: 54px;
}

.quantity input[type='button'] {
	display: none;
}

.quantity input[type='number'] {
	width: 45px;
	text-align: center;
}

.single_add_to_cart_button {
	float: left;
}

.tagged_as {
	display: none;
}

.shop_table {
	width: 100%;
	margin: 10px 0;

	border: 5px solid transparent;
	outline: 1px dashed #5d5d5d;
	background-color: #fff;
}

.woocommerce-message {
	margin-bottom: 20px;
	padding: 7px 10px;
	text-align: center;
	border: 1px dashed #5d5d5d;
	border-radius: 13px;
	background-color: #fff;
}

.woocommerce-cart .breadcrumbs, .woocommerce-cart .sidebar, .woocommerce-checkout .breadcrumbs, .woocommerce-checkout .sidebar {
	display: none;
}

.woocommerce-cart .content, .woocommerce-checkout .content, .woocommerce-account .content {
	width: 100%;
	padding: 10px 5% 0 5%;
}

.woocommerce-cart .content h1, .woocommerce-checkout .content h1 {
	text-align: center;
}

.cart-collaterals table {
	width: 100%;
	margin: 10px 0;

	border: 5px solid transparent;
	outline: 1px dashed #5d5d5d;
	background-color: #fff;
}

.cart-collaterals li, .cart-collaterals ul, .woocommerce-checkout ul, .woocommerce-checkout li {
	padding: 0;

	list-style-type: none;
	list-style-image: none;
}

.woocommerce-error li {
	font-size: 18px;
	color: red;
}

.shipping_calculator, .woocommerce-shipping-fields {
	margin-top: 20px;
}

.col2-set {
	min-width: 300px;
	max-width: 600px;
	margin: 0 auto;
}

.col2-set input, .col2-set strong, .col2-set textarea {
	float: right;
}

.col2-set textarea {
	width: 100%;
	margin-top: 5px;
}

#billing_address_2 {
	margin-left: 10px;
}

.required {
	color: red;
	border: none !important;
}

/*li.payment_method_pnu, li.payment_method_vznm, li.payment_method_ppd*/
ul.payment_methods li[class^="payment_method"] {
	margin: 10px 0;

	border: 5px solid transparent;
	outline: 1px dashed #5d5d5d;
	background-color: #fff;
}

.order_details tfoot tr:first-child {
	color: #61b7cc;
}

.order_details tfoot tr:nth-child(4) {
	font-size: 15px;

	text-transform: uppercase;

	color: #ea6f60;
}

.term-description p {
	margin: 0 0 10px 0;
}

.woocommerce-info, .woocommerce-error {
	text-align: center;
}

.woocommerce-error strong, .woocommerce-info a {
	color: #ea6f60;
}

.order-total {
	font-size: 15px;

	text-transform: uppercase;

	color: #ea6f60;
}

.cart-subtotal {
	color: #61b7cc;
}

#shipping_method li:nth-child(1), #shipping_method li:nth-child(3), #shipping_method li:nth-child(5) {
	margin-bottom: 7px;
}

#page-7 .sidebar {
	display: none;
}

.cash-register h1, .cash-register h2, .cash-register h3,
.cash-register li, .cash-register p, .order_details li,
{
	text-align: center;
}

#page-6 h1, #page-6 h2, #page-6 h3,
#page-7 h1, #page-7 h2, #page-7 h3 {
	margin-top: 10px;
}

#page-6 h1, #page-7 h1 {
	text-align: center;
}

#page-6 .order_details, .addresses, .customer_details {
	margin: 10px 0 0 0;

	border: 5px solid transparent;
	outline: 1px dashed #5d5d5d;
	background-color: #fff;
}

.customer_details dd {
	margin: 0;
}

.customer_details dt {
	font-weight: bold;
}

.terms a {
	color: #ea6f60;
}

.addresses header {
	height: auto;
	padding: 0;

	background-image: none;
}

.addresses .edit {
	color: #ea6f60;
}

.related h2 {
	margin-top: 50px;
	padding: 10px;

	text-align: center;

	border-top: 1px solid #b3b3b3;
}

.place-order .button {
	float: right;
}

/* --- SIDEBAR --- */
.sidebar {
	float: left;

	width: 30%;
	height: 100%;
	padding: 3% 0 0 0;
}

.sidebar-menu {
	position: relative;

	width: 150px;
	margin: 4% 0 0 15%;
	padding: 7px 10px;

	border: 1px dashed #5d5d5d;
	border-radius: 13px;
	background-color: #fff;
}

.sidebar-menu h3 {
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;

	margin: 0;

	text-transform: uppercase;

	color: #666;
}

.sidebar-menu ul {
	padding: 0;
}

.sidebar-menu li a {
	font-family: 'Oswald';
	font-size: 16px;

	text-transform: uppercase;

	color: #666;
}

.sidebar-menu li a:hover {
	color: #ea6f60;
}

.sidebar-menu li {
	font-weight: 300;

	margin-bottom: 3px;

	list-style-type: none;
	list-style-image: none;
}

.sidebar-decoration {
	position: absolute;
	right: 0;
	bottom: -34px;
	left: 0;

	width: 60px;
	height: 34px;
	margin: 0 auto;

	background: url('../img/ext_flower4.png') no-repeat;
}

.sidebar-eshop {
	width: 170px;
	margin: 4% 0 0 10%;
}

.sidebar-eshop h3 {
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;

	margin: 0;

	text-transform: uppercase;

	color: #666;
}

.sidebar-eshop ul {
	padding: 0;
}

.sidebar-eshop .textwidget ul {
	font-size: 12px;

	padding-left: 20px;
}

.widget_shopping_cart li, .widget_product_categories li, .widget_product_tag_cloud li {
	margin-bottom: 3px;

	list-style-type: none;
	list-style-image: none;
}

.widget_shopping_cart {
	width: 100%;
	margin-bottom: 20px;
	padding: 7px 10px;

	border: 1px dashed #5d5d5d;
	border-radius: 13px;
	background: #fff url('../img/bg_cart.png') no-repeat;
	background-position: 135px 5px;
}

.widget_shopping_cart img {
	display: none;
}

.widget_categories h3 {
	display: none;
}

#nav_menu-10, #nav_menu-11 {
	width: 100%;
	margin-bottom: 20px;
	padding: 7px 10px;

	border: 1px dashed #5d5d5d;
	border-radius: 13px;
	background-color: #fff;
}

#nav_menu-12 {
	margin-bottom: 20px;

	border: none;
	background-color: transparent;
}

#nav_menu-12 ul {
	padding-left: 20px;
}

#nav_menu-12 li, #nav_menu-12 a {
	list-style-type: disc;

	color: #61b7cc;
}

.widget_nav_menu li, .tagcloud a {
	font-family: 'Oswald';
	font-size: 16px !important;
	font-weight: 300;

	list-style-type: none;
	list-style-image: none;

	text-transform: uppercase;
}

.widget_product_tag_cloud {
	width: 100%;
	margin-bottom: 20px;
	padding: 7px 10px;

	border: 1px dashed #5d5d5d;
	border-radius: 13px;
	background-color: #fff;
}

.tagcloud a {
	display: block;
}

.my-account-btn {
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;

	display: block;

	width: 100%;
	margin-bottom: 20px;
	padding: 7px 10px;

	text-transform: uppercase;

	border: 1px dashed #5d5d5d;
	border-radius: 13px;
	background: #fff url('../img/bg_account.png') no-repeat;
	background-position: 135px 5px;
}

.my-account-btn a {
	color: #666;
}

.isotope-item {
	margin: 0 10px 10px 0 !important;
}

/* --- FOOTER --- */
footer {
	width: 100%;
}

footer h2 {
	font-family: 'Clicker Script';
	font-size: 37px;
	font-weight: 200;

	margin: 5px 0 0 0;

	text-align: left;
	text-transform: none;

	color: #000;
}

.search-panel {
	position: relative;

	width: 98%;
	height: 65px;
	margin: 0 auto;

	background: url('../img/ext_left.png'), url('../img/ext_right.png'), url('../img/bg_search.png');
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left 0, right 0, 0 -12px;
}

.search-box {
	position: absolute;
	right: 0;
	left: 0;

	width: 270px;
	height: 65px;
	margin: 0 auto;
	padding-top: 7px;

	background: url('../img/ext_flower5.png') no-repeat;
	background-position: bottom right;
}

.search-input {
	float: left;

	width: 183px;
	height: 25px;
	padding-left: 3px;

	border: 1px solid #b3b3b3;
}

.search-submit {
	float: left;

	width: 52px;
	height: 29px;

	border: 1px solid #ce3730;
	background: #ec665a url('../img/ico_search.png') center center no-repeat;
}

.search-submit:hover {
	background: #ce3730 url('../img/ico_search.png') center center no-repeat;
}

.links-box {
	float: left;

	width: 320px;
	/*height: 210px;*/
	padding-left: 90px;
}

.links-box ul {
	padding-left: 10px;
	margin-top: 5px;
}

div.fb_like.wpb_content_element.fb_type_button_count {
	height: 24px;
	margin: 5px 0 0 -19px;
}

.logo-box {
	float: left;

	width: 320px;
	height: 210px;

	background: url('../img/logo_footer.png') center center no-repeat;
}

.news-box {
	float: left;

	width: 320px;
	/*height: 223px;*/
	overflow: hidden;
	padding: 0 30px 0 80px;
}

.facebook {
	display: inline-block;

	width: 75px;
	height: 16px;

	background: url('../img/ico_fb.png') right 2px no-repeat;
}

.footer-strip {
	position: relative;

	width: 100%;
	height: 35px;
	margin-top: 20px;
	padding: 0 10px;
}

.credits {
	float: left;

	margin-top: 10px;
	padding-right: 8px;
}

.visits {
	float: left;

	margin-top: 10px;
	padding-left: 8px;

	border-left: 1px solid #000;
}

.btn-footer {
	font-family: 'Clicker Script';
	font-size: 24px;
	font-weight: 200;

	position: absolute;
	right: 0;
	left: 0;

	float: left;

	width: 190px;
	height: 20px;
	margin: 0 auto;

	cursor: pointer;
	text-align: center;

	background: url('../img/btn_footer-reverse.png'), url('../img/btn_footer-reverse.png');
	background-repeat: no-repeat;
	background-position: left center, right center;
}

.btn-footer.active {
	background: url('../img/btn_footer.png'), url('../img/btn_footer.png');
	background-repeat: no-repeat;
	background-position: left center, right center;
}

.created {
	float: right;

	margin-top: 10px;
}

nav, nav li, nav a {
	font-family: 'Oswald';

	display: block;

	list-style-type: none;

	text-transform: uppercase;

	color: #4d4d4d;
}

nav a:hover {
	text-decoration: none;

	color: #ea6f60;
}

.red-color a {
	color: #ea6f60;
}

.primary-nav {
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;

	width: 850px;
	height: 30px;
	margin: 0 auto;

	border-bottom: 1px solid #999;
}

.primary-nav ul {
	margin: 0;
	padding: 3px 0 0 0;
}

.primary-nav li {
	font-size: 16px;

	position: relative;

	float: left;

	margin-left: 25px;

	list-style-image: none;
}

.primary-nav li a {
	padding-bottom: 15px;
}

.primary-nav li:first-child {
	margin-left: 0;
}

.primary-nav .sub-menu {
	font-size: 12px;
	font-weight: 300;

	position: absolute;
	top: 30px;
	left: -15px;

	visibility: hidden;

	width: auto;
	padding: 5px 10px;

	-webkit-transition: visibility 0s linear .2s, opacity .2s linear;
	-moz-transition: visibility 0s linear .2s, opacity .2s linear;
	-ms-transition: visibility 0s linear .2s, opacity .2s linear;
	-o-transition: visibility 0s linear .2s, opacity .2s linear;
	transition: visibility 0s linear .2s, opacity .2s linear;
	text-align: center;
	white-space: nowrap;

	opacity: 0;
	border: 1px dashed #5d5d5d;
	border-radius: 13px;
	background-color: #fff;
}

.ie .primary-nav .sub-menu {
	display: none;
}

.primary-nav .sub-menu li {
	width: 100%;
	height: 20px;
	margin-bottom: 7px;
	margin-left: 0;
}

.primary-nav .sub-menu li a {
	display: block;

	color: #000;
}

.primary-nav .sub-menu li a:hover {
	color: #ea6f60;
	text-shadow: none;
}

.primary-nav .sub-menu li:first-child {
	margin-top: 5px;
}

.primary-nav li:hover .sub-menu {
	visibility: visible;

	opacity: 1;
}

.ie .primary-nav li:hover .sub-menu {
	display: block;
}

.current-menu-item a {
	color: #ea6f60;
}

html:lang(de) .primary-nav .main-menu > li {
	margin-left: 19px;
}

#menu-item-2685, .menu-item-2685 {
	margin-left: 0 !important;
}

.tools {
	position: absolute;
	top: -1px;
	right: 21px;

	width: 110px;
	height: 17px;
}

.ico-cart {
	float: right;

	width: 38px;
	height: 35px;
	padding: 5px 10px;

	border: 1px dashed #5d5d5d;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background: url('../img/bg_cart1.png') no-repeat;
	background-color: #fff;
	background-position: center center;
}

.lang_sel_list_horizontal {
	float: left;

	width: 70px;
	margin-top: 10px;
}

.tools li {
	list-style-image: none;
}

#lang_sel_list a, #lang_sel_list a:visited, #lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	background: transparent;
	padding-left: 0;
}

.nav-button {
	display: none;
}

.gmp_infowindow {
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;

	text-align: center;
	text-transform: uppercase;

	color: #61b7cc;
}

.menus-buttons {
	display: none;
}

.product-remove {
	width: 25px;
}

.remove {
	font-size: 30px;
	font-weight: bold;

	color: red;
}

.remove a {
	text-align: center;
}

.btn-cart {
	float: right;

	margin-right: 15px;
}

.product-remove a {
	margin-left: 23px;
}

.product-thumbnail a {
	margin-left: 10px;
}

/* ---===--- MOBILE/TALBET/DESKTOP RESOLUTION ---===--- */
@media (min-width: 800px) and (max-width: 959px) {

	.homepage .content {
		width: 870px;
		margin: 0 auto;
	}

	.menus-buttons nav {
		display: none;
	}

	.menus-buttons {
		position: absolute;
		top: 235px;
		right: 0;
		left: 0;

		display: block;

		width: 710px;
		margin: 0 auto;
	}

	.menu-button {
		font-family: 'Oswald';
		font-size: 16px;
		font-weight: 400;

		display: block;
		float: left;
		overflow: hidden;

		width: 170px;
		height: auto;
		margin-left: 10px;
		padding: 7px 10px;

		text-align: center;
		text-transform: uppercase;

		color: #666;
		border: 1px dashed #5d5d5d;
		border-radius: 13px;
		background-color: #fff;
	}

	.cart-button {
		margin-left: 0;
	}

	.category-panel {
		margin-top: 55px;
	}

	.single-product .menus-buttons {
		top: 0;
	}

	.single-product .product {
		margin-top: 50px;
	}
}

@media (min-width: 480px) and (max-width: 799px) {

	.homepage .content {
		width: 570px;
		margin: 0 auto;
	}

	.menus-buttons nav {
		display: none;
	}

	.menus-buttons {
		position: absolute;
		top: 230px;
		right: 0;
		left: 0;

		display: block;

		width: 360px;
		margin: 0 auto;
	}

	.menu-button {
		font-family: 'Oswald';
		font-size: 16px;
		font-weight: 400;

		display: block;
		float: left;
		overflow: hidden;

		width: 170px;
		height: auto;
		margin: 10px 10px 0 0;
		padding: 7px 10px;

		text-align: center;
		text-transform: uppercase;

		color: #666;
		border: 1px dashed #5d5d5d;
		border-radius: 13px;
		background-color: #fff;
	}

	.category-panel {
		margin-top: 105px;
	}

	.single-product .menus-buttons {
		top: 0;
	}

	.single-product .product {
		margin-top: 120px;
	}
}

@media screen and (max-width: 959px) {

	body {
		background-image: none;
	}

	h1 {
		text-align: center;
	}

	.content {
		width: 100%;
		padding: 0 7%;
	}

	.homepage .content, .container {
		background-image: none;
	}

	.sidebar, .logo-box, .ext1, .ext2, .ext3, .ext4, .ext5, .ext6, .ext7, .ext8, .page-thumbnail,
	.primary-nav, .left-decoration, .right-decoration, .sidebar-eshop .widget_text {
		display: none;
	}

	.wrapper {
		width: 100%;
	}

	.breadcrumbs {
		font-size: 12px;

		position: absolute;
		top: 90px;
		left: 0;

		padding-left: 9%;
	}

	.homepage .main-item {
		width: 220px;
	}

	.nav-button {
		font-family: 'Clicker Script';
		font-size: 30px;

		position: absolute;
		top: 40px;
		right: 20px;
		left: auto;

		display: block;

		width: 120px;
		height: 40px;
		padding: 0 10px;

		border: 1px dashed #5d5d5d;
		border-radius: 13px;
		background: #fff url('../img/bg_nav.png') no-repeat;
		background-position: 80px center;
	}

	.primary-nav {
		position: absolute;
		z-index: 100;
		top: 85px;
		right: 20px;
		left: auto;

		overflow: hidden;

		width: 90%;
		height: auto;
		margin: 0 auto;

		text-align: center;

		border: 1px dashed #5d5d5d;
		border-radius: 13px;
		background-color: #fff;
	}

	.primary-nav li {
		float: none;

		width: 100%;
		margin: 0;
		padding-top: 3px;

		border-top: 1px solid #d8d8d8;
		background-position: 270px center;
	}

	.primary-nav li:first-child {
		margin-top: -3px;

		border-top: none;
	}

	.primary-nav li a {
		font-size: 18px;

		display: block;

		padding: 0;
	}

	.primary-nav .sub-menu {
		font-size: 12px;
		font-weight: 300;

		position: static;

		visibility: visible;

		width: 100%;
		padding: 0 0 4px 0;

		-webkit-transition: visibility 0s linear .2s, opacity .2s linear;
		-moz-transition: visibility 0s linear .2s, opacity .2s linear;
		-ms-transition: visibility 0s linear .2s, opacity .2s linear;
		-o-transition: visibility 0s linear .2s, opacity .2s linear;
		transition: visibility 0s linear .2s, opacity .2s linear;
		text-align: center;
		white-space: nowrap;

		opacity: 1;
		border: none;
		border-top: 1px solid #d8d8d8;
		border-radius: 0;
		background-color: #fafafa;
	}

	.primary-nav .sub-menu li {
		height: 25px;
	}
}

/* ---===--- MOBILE RESOLUTION ---===--- */
@media (min-width: 320px) and (max-width: 480px) {

	header {
		height: 140px;
		padding-top: 45px;

		background: url('../img/ext_flower4.png') no-repeat;
		background-position: center top;
	}

	.homepage .content {
		width: 320px;
		margin: 0 auto;
		padding: 20px 3% 0 3%;

		background-image: none;
		background-position: 17px 0;
	}

	.site-logo img {
		width: 100%;
		height: auto;
	}

	.site-logo {
		overflow: hidden;

		width: 80%;
		margin: 0 auto;
	}

	.site-logo a {
		color: transparent;
	}

	h1 {
		font-size: 43px;
		line-height: 34px;
		padding-top: 7px;
		height: 74px;
	}

	.homepage .main-item, .homepage .main-item a {
		width: 139px;
		height: 92px;

		background-position: center 35px;
	}

	.homepage .main-item h2 {
		font-size: 25px;
	}

	.item1 {
		background-image: url('../img/bg_aktuality-responsive.png');
	}

	.item2 {
		background-image: url('../img/bg_joseflada-responsive.png');
	}

	.item3 {
		background-image: url('../img/bg_alenaladova-responsive.png');
	}

	.item4 {
		background-image: url('../img/bg_pronajmy-responsive.png');
	}

	.item5 {
		background-image: url('../img/bg_prodospele-responsive.png');
	}

	.item6 {
		background-image: url('../img/bg_laduvkraj-1-responsive.png');
	}

	.item7 {
		background-image: url('../img/bg_databaze-responsive.png');
	}

	.item8 {
		background-image: url('../img/bg_obchod-responsive.png');
	}

	.item9 {
		background-image: url('../img/bg_o-nas-1-responsive.jpg');
	}

	.item-children {
		background-image: url('../img/bg_prodeti-responsive.png');
	}

	.item-adult {
		background-image: url('../img/bg_prodospele-responsive.png');
	}

	.ext1, .ext2, .ext3, .ext4, .ext5, .ext6, .ext7, .ext8 {
		display: none;
	}

	.nav-button {
		position: absolute;
		top: 100px;
		right: 0;
		left: 0;

		margin: 0 auto;
	}

	.primary-nav {
		position: absolute;
		top: 145px;
		right: 0;
		left: 0;

		margin: 0 auto;
	}

	.search-box {
		width: 210px;

		background-image: none;
	}

	.search-input {
		width: 150px;
	}

	.comment-meta {
		position: static;
	}

	.links-box, .news-box {
		width: 100%;
		margin: 0 auto;
		padding: 0 10%;
	}

	footer h2 {
		text-align: center;
	}

	.btn-footer {
		bottom: 35px;
	}

	.created {
		width: 100%;
		margin: 20px auto 10px auto;

		text-align: center;
	}

	.created a {
		font-weight: 400;

		color: #4ac400;
	}

	#billing_postcode_field {
		padding-top: 30px;
	}

	.menus-buttons nav {
		display: none;
	}

	.menus-buttons {
		position: absolute;
		top: 230px;
		right: 0;
		left: 0;

		display: block;

		width: 320px;
		margin: 0 auto;
	}

	.menu-button {
		font-family: 'Oswald';
		font-size: 16px;
		font-weight: 400;

		display: block;
		float: left;
		overflow: hidden;

		width: 140px;
		height: auto;
		margin: 10px 10px 0 10px;
		padding: 7px 10px;

		text-align: center;
		text-transform: uppercase;

		color: #666;
		border: 1px dashed #5d5d5d;
		border-radius: 13px;
		background-color: #fff;
	}

	.category-panel {
		margin-top: 105px;
	}

	.images, .summary {
		float: none;

		width: 100%;
		margin: 20px 0;
	}

	.images img {
		margin: 0 auto;

		text-align: center;
	}

	.attachment-shop_single {
		width: 100%;
		height: auto;
	}

	.single-product .menus-buttons {
		top: 0;
	}

	.single-product .product {
		margin-top: 120px;
	}
}

/* ---===--- TABLET/DESKTOP RESOLUTION ---===--- */
@media (min-width: 481px) and (max-width: 719px) {

	.site-logo img {
		width: 100%;
		height: auto;
	}

	.site-logo {
		overflow: hidden;

		width: 50%;
		margin-left: 23%;
	}

	.site-logo a {
		color: transparent;
	}

	.nav-button {
		font-size: 20px;

		width: 60px;
		height: 32px;
	}

	.news-box {
		border-left: 1px solid #c2c2c2;
	}
}

/* ---===--- TABLET RESOLUTION ---===--- */
@media (min-width: 720px) and (max-width: 959px) {

	.site-logo {
		margin-left: 20%;
	}
}

@media (min-width: 481px) and (max-width: 959px) {

	header {
		height: 132px;
		padding-top: 40px;

		background: url('../img/bg_header-tablet.png') no-repeat;
		background-position: 17px 0;
	}

	.links-box, .news-box {
		width: 50%;
		margin: 0 auto;
		padding: 0 10%;
	}

	.news-box {
		border-left: 1px solid #c2c2c2;
	}

	.btn-footer {
		bottom: 40px;
	}

	.footer-strip {
		margin-top: 35px;
	}
}

@media screen and (max-width: 466px) {

	.products .product {
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.products .product .product-image {
		margin: 0 auto;
	}
}

.pp_description, .pp_social {
	display: none !important;
}

.payment_method_ppd {
	display: none;
}

.wpb_wrapper table {
	width: 100%;
}

.variations {
	width: 100%;
	margin-bottom: 10px;
}

.variations tr:hover {
	background-color: rgb(247, 247, 247);
}

.variations td.value {
	text-align: right;
}

dl.variation dt, dl.variation dd {
	display: inline-block;
}

dl.variation dd p, .shop_attributes p {
	margin: 0;
}

.woocommerce-checkout .form-row .chosen-container {
	width: 162px !important;
	float: right;
}

div.chosen-drop ul.chosen-results {
	width: 100%;
}

/*     Maintenance mode      */
.wrapper .maintenance {
	padding: 150px 0 485px 0;
	margin: 0 auto;
	text-align: center;
	background: url('../img/bg_content.png') no-repeat;
	background-position: 9px 0;
}

.wrapper .maintenance h2 {
	font-family: 'Oswald';
	display: block;
	list-style-type: none;
	text-transform: uppercase;
}

.wrapper .maintenance p {
	font-weight: bold;
}

.black-price{
	color: #000000;
}

#menu-veci-pro-nastevniky > li > a {
	font-weight: bold;
}

#menu-veci-pro-nastevniky > li > ul {
	padding-left: 6px;
}

.title-headline {
	font-size: 32px;
}

.title-headline a {
	color: #ea6f60;
}

.sidebar__contact {
	font-size: 14px;
	font-weight: 600;
}

.sidebar__contact li:not(:last-of-type) {
	margin-bottom: 5px;
}
