* {
	padding: 0px;
	margin: 0px;
	border: none;
	box-sizing: border-box;
}
:root {
	--color-white: #ffffff;
	--color-lightgray: #eeeeee;
	--color-gray: #d4d4d4;
	--color-black: #343a46;
	--color-orange: #f26725;
	--color-yellow: #fbad1e;
	--color-green: #74c043;
	--color-azure: #31beb1;
	--color-blue: #4f91cd;
	--color-violet: #472a88;
	--color-pink: #d40f8c;

	--color-shadow: #727272;

    --content-width: 100%;
    --area-width: 100%;
}
body {
	text-align: center;
	background: #e7e7e7 url('/img/bg-body.png');
/* Pasta Oner */
//	background: #e7e7e7 url('/img/pasta-oner-bg-new.webp');
//	background-size: cover;
//	background-position: 50% 50%;
//	background-repeat: no-repeat;
//	background-attachment: fixed;
/* Pasta Oner */
/* Válka na Ukraině */
//	background: #e7e7e7 url('/img/ua-flag2.webp');
//	background-size: cover;
//	background-position: 50% 50%;
//	background-repeat: no-repeat;
//	background-attachment: fixed;
/* Válka na Ukraině */
	font-family: 'Trebuchet MS', 'myriadproregular', Arial, sans-seif;
	font-size: 15px;
	line-height: 130%;
	color: #343a46;
}
#area {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#go2top {
	position: fixed;
	bottom: 50px;
	right: 0px;
	width: 45px;
	height: 45px;
	background: #d40f8c url('/img/double-up-arrows3.svg') no-repeat 50% 50%;
	background-size: 18px 18px;
	border: solid #ffffff 5px;
	border-right: none;
	-moz-box-shadow: 3px 0px 6px 0px #888888;
	box-shadow: 3px 0px 6px 0px #888888;
	border-radius: 4px 0px 0px 4px;
	cursor: pointer;
	z-index: 999;
	display: none;
}
#top {
	position: relative;
	width: 100%;
	padding: 70px 0px 0px 0px;
	background-color: #ffffff;
	-moz-box-shadow: 0 5px 6px -6px #333333;
	box-shadow: 0 5px 6px -6px #333333;
	z-index: 91;
	text-align: center;
}
#logo {
	position: absolute;
	display: block;
	top: 0px;
	margin: 10px;
	width: 138px;
	height: 50px;
	background-image: url('/img/galerieteplice-logo.svg');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 100;
}
#infoTabs {
	display: none;
}
#topInfoTable {
	position: absolute;
	display: none;
	top: 25px;
	left: 415px;
	width: 430px;
	font-size: 12px;
	line-height: 15px;
}
#topInfoTable div {
	position: relative;
	padding: 5px 0px 5px 200px;
	border-bottom: dotted #cccccc 1px;
}
#topInfoTable div:last-child {;
	border-bottom: none;
}
#topInfoTable div span {
	position: absolute;
	display: table-cell;
	height: 16px;
	padding: 0px 0px 0px 30px;
	left: 10px;
	background-repeat: no-repeat;
}
.opening {
	background-image: url('/img/mall-opening-hours.svg');
}
.address {
	background-image: url('/img/mall-address.svg');
}
.car-park {
	background-image: url('/img/mall-parking.svg');
}


#topInfoIcons {
/*
	position: sticky;
	float: right;
	display: none;
	top: 0px;
	margin-right: 40px;
	z-index: 99999;
*/
	position: absolute;
	top: 0px;
	right: 76px;
	display: none;
}
#topInfoIcons span {
	position: relative;
	display: inline-block;
	width: 31px;
	height: 31px;
	margin: 0px 0px 0px 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 55%;
	border-radius: 0px 0px 4px 4px;
	cursor: pointer;
}
#topInfoIcons span:hover {
	background-color: #eeeeee;
}
#opening {
	background-image: url('/img/mall-opening-hours.svg');
}
#address {
	background-image: url('/img/mall-address.svg');
}
#car-park {
	background-image: url('/img/mall-parking.svg');
}
#urlqr {
	background-image: url('/img/qr-code.svg');
}
/*
#topInfoIcons a#cz, #topInfoIcons a#en {
	position: relative;
	display: inline-block;
	width: 31px;
	height: 31px;
	margin: 0px 0px 0px 5px;
	padding: 7px 0px;
	background-color: transparent;
	border-radius: 0px 0px 4px 4px;
	cursor: pointer;
	text-decoration: none;
	font-family: 'avant_garde_gothic_itc_t_otBk';
	font-weight: bold;
	top: -10px;
}
#topInfoIcons a#cz:hover, #topInfoIcons a#en:hover {
	text-decoration: underline;
	background-color: #eeeeee;
}
*/
a#cz, a#en {
	position: absolute;
	top: 10px;
	right: 50px;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 60%;
}
a#cz {
	background-image: url('/img/trans-en2cz.svg');
}
a#en {
	background-image: url('/img/trans-cz2en.svg');
}
div[id^="infoTabs-"] {
	position: absolute;
	display: none;
	top: 35px;
	right: 40px;
	padding: 30px;
	background-color: #ffffff;
	z-index: 999999;
	font-size: 13px;
	border-radius: 2px;
	box-shadow: 3px 3px 10px #888888;
	text-align: left;
}
div[id^="infoTabs-"] th, div[id^="infoTabs-"] td {
	padding: 2px 5px;
	vertical-align: top;
	white-space: nowrap;
	font-size: 13px;
	border-bottom: dotted #cccccc 1px;
}
#infoTabs-opening th {
	text-align: right;
}
#infoTabs-address iframe {
	float: right;
	margin-left: 20px;
}
#infoTabs-address {
	width: 525px;
}
#infoTabs-address table {
	margin: 20px 20px 20px 0px;
}
#infoTabs-address td {
	border: none;
}
#infoTabs-address th {
	padding: 2px 5px 2px 0px;
	border: none;
}
#infoTabs-car-park {
	width: 520px;
}
#infoTabs-car-park div:nth-child(2), #infoTabs-car-park div:nth-child(3) {
	display: inline-block;
	width: 50%;
	float: left;
	white-space: nowrap;
}
.close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
	background: transparent url('/img/close.svg') no-repeat 50% 50%;
	background-size: 60%;
	cursor: pointer;
}
#searchForm {
	position: relative;
	display: none;
	top: 0px;
	margin: 15px auto 20px auto;
}
#searchForm input[name="q"] {
	padding: 5px 10px 5px 10px;
	border: solid #c8c8c8 1px;
	border-radius: 2px;
	font-family: Arial, 'myriadproregular', sans-seif;
}
#searchForm input[type="submit"] {
	width: 32px;
	height: 32px;
	margin: -3px 0px 0px 5px;
	float: right;
	background: transparent url('/img/magnifier.svg') no-repeat 50% 50%;
	border-radius: 3px;
	cursor: pointer;
}
#searchForm input[type="submit"]:hover {
	background: #d40f8c url('/img/magnifier-white.svg') no-repeat 50% 50%;
}
#magnifier {
	display: block;
	position: absolute;
	top: 10px;
	right: 100px;
	width: 50px;
	height: 50px;
	background: transparent url('/img/magnifier-black.svg') no-repeat 50% 50%;
	background-size: 60%;
}
#facebook {
	display: block;
	position: absolute;
	top: 10px;
	right: 150px;
	width: 50px;
	height: 50px;
	background: transparent url('/img/mall-facebook-gray.svg') no-repeat 50% 50%;
	background-size: 60%;
}
#facebook:hover {
	background: transparent url('/img/mall-facebook.svg') no-repeat 50% 50%;
}
#instagram {
	display: block;
	position: absolute;
	top: 10px;
	right: 150px;
	width: 50px;
	height: 50px;
	background: transparent url('/img/mall-instagram-gray.svg') no-repeat 50% 50%;
	background-size: 60%;
}
#instagram:hover {
	background: transparent url('/img/mall-instagram.svg') no-repeat 50% 50%;
}
#content {
	position: relative;
	width: 100%;
	padding: 30px 10px 30px 10px;
	font-size: 13px;
	background-color: #ffffff;
}
#content.home {
	padding: 0px 10px 30px 10px;
}
#content.home #cms {
	padding: 0px 35px 30px 35px;
}
#content ul, #content ol {
	margin: 5px 0px 10px 0px;
	padding-left: 25px;
}
#actions {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.action, #store .action {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	background-color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	-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;
}
.action:hover,
.action:hover [class|="cal"] span,
#store .action:hover,
#store .action:hover [class|="cal"] span {
	background-color: #eeeeee;
	text-decoration: none;
}
.action h3 {
	font-size: 23px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
.action h3 a {
	text-decoration: none!important;
}
.action .date {
	margin: 0 0 10px 0;
	color: #727272;
}
.action .thumb {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.action .thumb img {
	box-shadow: 0px 1px 8px #aaaaaa;
	padding: 15px;
	margin: 0px 0px 10px 0px;
	border-radius: 3px;
	background-color: #ffffff;
	-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;
}
.action p, #store .action p {
	font-size: 13px;
	line-height: 150%;
	color: #3b3b3b;
}
.action p span {
	text-decoration: underline;
}
.action > img {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
[class|="cal"] {
	height: 14px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-family: 'avant_garde_gothic_itc_t_otBk';
	font-size: 14px;
	line-height: 100%;
	-webkit-text-stroke: 0.2px;
	-moz-text-stroke: 0.2px;
	text-stroke: 0.2px;
}
[class|="cal"] span {
	display: inline-block;
	width: 40px;
	margin: 0px;
	background-color: #ffffff;
	float: right;
	text-align: right;
	-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;
}
.cal-orange {
	color: #f26725;
	background-color: #f26725;
}
.cal-yellow {
	color: #fbad1e;
	background-color: #fbad1e;
}
.cal-green {
	color: #74c043;
	background-color: #74c043;
}
.cal-azure {
	color: #31beb1;
	background-color: #31beb1;
}
.cal-blue {
	color: #4f91cd;
	background-color: #4f91cd;
}
.cal-violet {
	color: #472a88;
	background-color: #472a88;
}
.cal-pink {
	color: #d40f8c;
	background-color: #d40f8c;
}
.moreEvents {
	position: relative;
	display: block;
	width: 100%;
	font-style: italic;
	color: #aaaaaa;
	text-align: center;
	text-decoration: none;
	margin: 15px 0px 20px 0px;
}
.moreEvents img {
	/*-webkit-filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.5));
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.5));*/
	filter: drop-shadow(0px 4px 2px #aaaaaa);
	margin: 0px 0px 3px 0px;
}
.moreEvents:hover img {
	filter: drop-shadow(0px 6px 2px #888888);
}
#logos {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.logobox {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
}
.logobox .thumb {
	display: block;
	width: 100%;
	height: calc(var(--area-width) + 0px);
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 8px #aaaaaa;
	box-shadow: 0px 1px 8px #aaaaaa;
}
.logobox:hover .thumb {
	-moz-box-shadow: 0px 1px 8px #666666;
	box-shadow: 0px 1px 8px #666666;
}
.logobox .thumb img {
	margin: 0;
	width: 65%;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.logobox:hover .thumb img {
	width: 80%;
}
#kudyznudy {
	clear: both;
	text-align: center;
	padding: 20px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	border-top: dotted #dddddd 1px;
}
#kudyznudy > a {
	display: inline-block;
	margin: 10px 0px 0px 0px;
}
#kudyznudy img {
	width: 100%;
	height: auto;
}
#blackbox {
	display: none;
	position: absolute;
	min-width: 0px;
	max-width: 320px;
	min-height: 0px;
	bottom: -400px;
	right: 0px;
	padding: 20px 50px 20px 50px;
	background: transparent url('/img/bg-black.png');
	color: #ffffff;
	font-size: 12px;
	text-shadow: 1px 1px 1px #444444;
	z-index: 100;
}
#footer {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #343a46;
	color: #ffffff;
	text-shadow:1px 1px 3px #000000;
}
#footer:before, #footer:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 460px;
	background: #333333;
	box-shadow: 0 25px 50px #333333;
	transform: rotate(-2deg);
}
#footer:after {
	transform: rotate(2deg);
	right: 30px;
	left: auto;
}

.footerBlock {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 15px;
	margin: 0px;
	text-align: left;
	font-size: 11px;
	line-height: 200%;
}
.footerBlock a {
	color: #ffffff;
	text-decoration: underline;
}
.footerBlock a:hover {
	text-decoration: none;
}
.footerBlock span {
	float: right;
	text-align: right;
}
.footerBlock ul {
	list-style-type: none;
}
.footerBlock ul li {
	list-style-type: none;
	width: 75%;
}
.footerBlock ul li:first-child {
	font-family: 'avant_garde_gothic_itc_t_otBk';
	font-size: 19px;
	width: 100%;
	padding-bottom: 15px;
}
.footerBlock ul li:first-child span {
	display: inline-block;
	display: none;
	width: 22px;
	height: 22px;
	background: transparent url('/img/chevron-foot.svg') no-repeat 50% 50%;
	float: right;
	text-shadow: 1px 1px 3px #000000;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#wifi {
	position: absolute;
	bottom: 20px;
	right: 30px;
	width: 55px;
	height: 46px;
	background: transparent url('/img/wifi-zone.svg') no-repeat;
}
#colorstrip {
	position: relative;
}
#colorstrip div {
	width: 14.285714%;
	height: 6px;
	float: left;
}
#copyright {
	position: relative;
	width: 100%;
	padding: 30px 15px 15px 15px;
	margin: 0px auto;
	font-size: 12px;
	color: #aaaaaa;
	line-height: 130%;
	text-align: right;
	overflow: visible;
	z-index: 10;
}
#copyright a {
	text-decoration: underline;
	color: #b9b9b9;
}
#copyright a:hover {
	text-decoration: none;
}
#mapPoint {
	position: absolute;
	display: none;
	top: -90px;
	left: 55px;
	width: 77px;
	height: 149px;
	background: transparent url('/img/map-point.png') no-repeat 0px 0px;
}
#mapPicture {
	display: block;
	width: 870px;
	height: 1450px;
	margin-bottom: 20px;
	background: transparent url('/img/mapa-centra-2017-05.jpg') no-repeat;
}
#languages {
	position: absolute;
	top: 0.2%;
	right: 1%;
	width: 16px;
	z-index: 2;
}

/***** Breadcrumb - START *****/
#breadcrumb {
	position: relative;
	display: none;
	list-style-type: none;
	padding: 30px 0px 30px 0px!important;
	margin: 0px!important;
	font-size: 13px;
}
#breadcrumb li {
	display: inline-block;
	padding: 0px 16px 0px 10px;
	margin: 0px;
	background: transparent url('/img/chevron.svg') no-repeat 100% 50%;
}
#breadcrumb li:first-child {
	padding: 0px 16px 0px 0px;
}
#breadcrumb li:last-child {
	color: #727272;
	background: none;
	padding: 0px 0px 0px 10px;
}
#breadcrumb li a {
	color: #b7b7b7;
	text-decoration: none;
}
#breadcrumb li a:hover {
	text-decoration: underline;
}
/***** Breadcrumb - END *****/

/***** CMS - START *****/
#cms {
	padding: 5px 0px 25px 0px;
	width: 100%;
}
#cms p {
	margin: 5px 0px 10px 0px;
}
#cms table, #actionDetail table {
	border-collapse: collapse;
}
#cms table th {
	/*text-align: right;*/
	display: inline-block;
	vertical-align: top;
	padding: 3px 0px;
}
#actionDetail table.openhours {
	width: 100%;
}
@media only screen and (min-width: 480px) {
	#actionDetail table.openhours {
		width: auto;
	}
}
#cms table.openhours th, #actionDetail table.openhours th {
	text-align: right;
}
#cms table.openhours tr:first-child th, #actionDetail table.openhours tr:first-child th {
	text-align: center;
}
#cms table.openhours td:not([colspan]), #actionDetail table.openhours td:not([colspan]), {
	text-align: right;
}
#cms table td, #actionDetail table.openhours th,
#cms table td, #actionDetail table.openhours td {
/*
	display: block;
	padding: 3px 10px 3px 36px;
	vertical-align: top;
*/
	text-align: center;
}
#cms table td:first-child, #cms table th:first-child, #actionDetail table td:first-child, #actionDetail table th:first-child {
	display: inline-block;
	padding-left: 0px;
}
#cms #left {
	display: inline-block;
	position: relative;
	width: 100%;
}
#cms #right {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 50px;
}
#cms ul {
	padding-left: 20px;
}
#cms ol {
	padding-left: 20px;
}
#cms ol > li {
	padding: 5px 0px 5px 5px;
}
#cms ol > li > ul{
	padding: 5px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
#cms ol > li > ul > li{
	padding: 2px 0px 2px 5px;
}
#cms ol > li > ol{
	padding: 5px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
#cms ol > li > ol > li{
	padding: 2px 0px 2px 5px;
}
#photo-tower {
	position: relative;
	width: 100%;
	margin: 0px 0px 10px 0px;
	z-index: 90;
}
#photo-tower a {
	display: block;
	width: 100%;
	margin: 0px 0px 15px 0px;
}
#photo-tower a:hover {
	box-shadow: 0px 1px 8px #888888;
}
#photo-tower img {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: 0px 1px 8px #aaaaaa;
	padding: 10px;
	border-radius: 3px;
}

#cms-photos, #cms-photos2 {
	position: relative;
	max-width: 100%;
	margin: 0px auto 10px auto;
	display: flex;
	gap: 15px;
}
#cms-photos > a {
//	width: auto;
//	height: 150px;
//	max-height: auto;
//	flex-basis: auto;

}
#cms-photos > a > img, #cms-photos2 > a > img {
//	width: auto;
//	height: calc(190px*0.8);
	height: 100%;
//	max-height: auto;
	box-shadow: 0px 1px 8px #aaaaaa;
	padding: 10px;
	border-radius: 3px;
}
@media only screen and (min-width: 480px) {
	#cms-photos, #cms-photos2 {
		float: right;
		margin: 0px 0px 10px 15px;
	}
	#cms-photos > a {
		max-height: 190px;
	}
	#cms-photos > a > img {
		max-height: 190px;
	}
	#cms-photos2 > a {
		max-width: 300px;
	}
	#cms-photos2 > a > img {
		max-width: 300px;
	}
}

#actionDetail imgframe:has(+iframe) {
	width: 100%;
}
#cms iframe,
#actionDetail iframe {
	width: 100%;
	height: calc((100vw - 20px) / 16* 9);
}
@media only screen and (min-width: 1000px) {
	#cms iframe {
		height: calc(870px / 16* 9);
	}
}

.sponsors {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
    align-content: space-around;
    justify-content: space-around;
	text-align: left;
	line-height: 100%;
}
.sponsors > a {
	display: inline-block;
	-webkit-flex: 0 0 16.66%;
	-moz-flex: 0 0 16.66%;
	-ms-flex: 0 0 16.66%;
	flex: 0 0 16.66%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}
.sponsors > a > img {
	width: 90px;
}
/***** CMS - END *****/

h1, h2, .h2 {
	padding: 0px 0px 30px 0px;
	font-family: 'avant_garde_gothic_itc_t_oXLt';
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
	color: #596378;
}
h1 a, h2 a {
	color: #727272;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}
h3, .h3 {
	padding: 0px 0px 20px 0px;
	font-family: 'avant_garde_gothic_itc_t_otMd';
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
	color: #d40f8c;
}
a {
	color: #727272;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
small {
	line-height: 0%;
}
sup {
	font-size: 75%;
}
u {
	text-decoration: underline;
}
.displayNone {
	display: none;
}
.separator {
	clear: both;
	border-bottom: solid 1px #dddddd;
	height: 0px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	-webkit-box-shadow: 0 5px 6px -6px #333333;
	-moz-box-shadow: 0 5px 6px -6px #333333;
	box-shadow: 0 5px 6px -6px #333333;
}
.separator2 {
	position: relative;
	height: 0px;
	border-top: dotted #dddddd 1px;
	margin: 30px 0;
}
.bold {
	font-weight: bold;
}
.italic {
	font-weight: italic;
}
.left {
	text-align: left!important;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.white {
	color: #ffffff;
}
.black {
	color: #343a46;
}
.lower_roman {
	list-style-type: lower-roman;
}
.hidden {
	display: none;
    visibility: hidden;
}
.noborder {
	border: none;
}
.no-box-shadow {
	box-shadow: none!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #b7b7b7;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #b7b7b7;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #b7b7b7;
}
.imgframe {
	display: inline-block;
	clear: both;
	padding: 15px 15px 10px 15px;
	margin: 20px 0px 0px 0px;
	box-shadow: 0px 1px 8px #aaaaaa;
	border-radius: 2px;
}

/***** Logo Colors *****/
.orange, .action h3 a.orange {
	color: #f26725!important;
}
.yellow, .action h3 a.yellow {
	color: #fbad1e!important;
}
.green, .action h3 a.green {
	color: #74c043!important;
}
.azure, .action h3 a.azure {
	color: #31beb1!important;
}
.blue, .action h3 a.blue {
	color: #4f91cd!important;
}
.violet, .action h3 a.violet {
	color: #472a88!important;
}
.pink, .action h3 a.pink {
	color: #d40f8c!important;
}
.gray, .grey {
	color: #727272!important;
}
.bgorange {
	background-color: #f26725;
}
.bgyellow {
	background-color: #fbad1e;
}
.bggreen {
	background-color: #74c043;
}
.bgazure {
	background-color: #31beb1;
}
.bgblue {
	background-color: #4f91cd;
}
.bgviolet {
	background-color: #472a88;
}
.bgpink {
	background-color: #d40f8c;
}
.no-display {
	display: none!important;
}
.m20 {
	margin: 20px!important;
}
.mtop20 {
	margin-top: 20px!important;
}
.mtop30 {
	margin-top: 30px!important;
}
.mtop50 {
	margin-top: 50px!important;
}
.mbottom20 {
	margin-bottom: 20px!important;
}
.mbottom30 {
	margin-bottom: 30px!important;
}
.mbottom50 {
	margin-bottom: 50px!important;
}
.mleft30 {
	margin-left: 30px!important;
}
.ptop50 {
	padding-top: 50px!important;
}
.lpad20 {
	padding-left: 20px!important;
}
.tpad15 {
	padding-top: 15px!important;
}
.h15 {
	height: 15px;
}
.h30 {
	height: 30px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.fsize15 {
	font-size: 15px;
}
.fsize19 {
	font-size: 19px;
}
.fsize30 {
	font-size: 30px;
}
.uppercase {
	text-transform: uppercase;
}
.nobr {
	white-space: nowrap;
}
#pdf {
	display: inline-block;
	position: absolute;
	bottom: 12px;
	right: 25px;
	background: transparent url('/img/pdf.svg') no-repeat 0% 50%;
	padding: 0px 0px 0px 25px;
	text-decoration: underline;
	-webkit-text-stroke: 0.3px;
	-moz-text-stroke: 0.3px;
	text-stroke: 0.3px;
}
#pdf2 {
	position: relative;
	display: inline-block;
	background: transparent url('/img/pdf.svg') no-repeat 0% 50%;
	padding: 0px 0px 0px 25px;
	color: #31beb1;
	text-decoration: underline;
	-webkit-text-stroke: 0.3px;
	-moz-text-stroke: 0.3px;
	text-stroke: 0.3px;
}
#pdf:hover, #pdf2:hover {
	text-decoration: none;
}
.pdf {
	position: relative;
	display: inline-block;
	background: transparent url('/img/pdf.svg') no-repeat 0% 50%;
	padding: 1px 0px 1px 25px;
	text-decoration: none;
}
.word {
	position: relative;
	display: inline-block;
	background: transparent url('/img/word.png') no-repeat 0% 50%;
	padding: 1px 0px 1px 25px;
	text-decoration: none;
}
.word {
	position: relative;
	display: inline-block;
	background: transparent url('/img/word.png') no-repeat 0% 50%;
	padding: 1px 0px 1px 25px;
	text-decoration: none;
}
.xls {
	position: relative;
	display: inline-block;
	background: transparent url('/img/xls.png') no-repeat 0% 50%;
	padding: 1px 0px 1px 25px;
	text-decoration: none;
}
.eps {
	position: relative;
	display: inline-block;
	background: transparent url('/img/eps.gif') no-repeat 0% 50%;
	padding: 1px 0px 1px 25px;
	text-decoration: none;
}
.pdf:hover, .zip:hover, .eps:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}
#mycarousel img {
	border: none;
	width: 150px;
	height: 45px;
	opacity:0.4;
	filter:alpha(opacity=40);
}
#carousel-left {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 15px;
	height: 45px;
	background: transparent url('/img/carousel-left.png');
}
#carousel-right {
	position: absolute;
	top: 40px;
	left: 765px;
	width: 15px;
	height: 45px;
	background: transparent url('/img/carousel-right.png');
}


/*** jQuery Carousel - START ***/
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 750px;
	padding: 40px 0px 0px 0px;
}
.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  750px;
	height: 45px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 150px;
	height: 45px;
	text-align: center;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background-color: transparent;
}
/*** jQuery Carousel - END ***/


/***** Fotogalerie - START *****/
#gallery_list {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#gallery_list a {
	display: inline-block;
	float: left;
	padding: 10px;
	margin: 0px;
	text-decoration: none;
}
#gallery_list img {
	width: 100%;
	box-shadow: 0px 1px 8px #aaaaaa;
	padding: 10px;
	margin: 0px;
	border-radius: 3px;
}
#gallery_list a:hover img {
	box-shadow: 0px 1px 8px #444444;
}
#gallery_list a h2 {
	font-size: 18px;
	text-decoration: none;
	padding: 5px 10px 10px 10px;
}
#gallery {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#gallery div {
	width: 100%;
	margin: 0px;
}
#gallery a {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 5px 7px;
	margin: 0px;
	min-height: 150px;
}
#gallery a:hover img {
	box-shadow: 0px 1px 8px #444444 /*#d40f8c*/;
}
#gallery img {
	width: 100%;
	box-shadow: 0px 1px 8px #aaaaaa;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	background-color: #ffffff;
}
/***** Fotogalerie - END *****/

#napiste input[type=text] {
	border: solid #cccccc 1px;
	padding: 6px 3px;
	width: 312px;
}
#napiste textarea {
	border: solid #cccccc 1px;
	padding: 6px 3px;
	width: 402px;
	height: 100px;
}
#napiste input[type=checkbox] {
	vertical-align: middle;
}
#protispamrobotum {
	display:none;
}
.marb10 {
	margin-bottom: 10px;
}
.w100proc {
	width: 100%;
}
.alert {
	background-color: #f26725;
	padding: 2px 7px 3px 7px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #444444;
}




.back {
	/*right: 0px;*/
	float: right;
	color: #d40f8c;
}
#actionDetail {
	position: relative;
	padding: 15px 0px 25px 0px;
	width: 100%;
	line-height: 140%;
}
#actionDetail > #galerie-action-img {
	width: 100%;
	max-width: 960px;
	position: relative;
	margin: -20px 0 4vw 0;
}
@media only screen and (min-width: 960px) {
	#actionDetail > #galerie-action-img {
		width: 960px;
		margin: -15px -45px 30px -45px;
	}
}

.actionDetailLogo {
	display: inline-block;
	float: left;
	margin: 0px 0px 30px 0px;
}
.actionDetailImg {
	display: block;
	text-align: center;
	margin: 0px 0px 10px 0px;
	box-shadow: 0px 1px 8px #aaaaaa;
}
.actionDetailImg img {
	width: 100%;
	padding: 15px 15px 10px 15px;
	/*border: solid #b7b7b7 3px;*/
}
#actionDetail .date {
	font-family: 'avant_garde_gothic_itc_t_otBk';
	font-weight: bold;
	display: inline-block;
	font-size: 15px;
	color: #727272;
	margin: 20px 0px 0px 0px;
}
#actionDetail .desc {
	clear: left;
	padding-top: 20px;
}
#actionDetail .desc img {
	width: 100%;
}
#actionDetail .desc #gallery_list img {
	height: auto;
}
#actionDetail p {
	margin: 10px 0px 20px 0px;
}
#actionDetail ul, #actionDetail ol {
	padding-left: 30px;
}
#actionDetail a, #cms a, div[id^="infoTab-"] a {
	color: #d40f8c;
	text-decoration: underline;
}
#actionDetail a:hover, #cms a:hover, div[id^="infoTab-"] a:hover {
	text-decoration: none;
}
.store_logo {
	position: relative;
	float: left;
	margin: 0px 25px 0px 0px;
}

#cats {
	margin: 10px 0 40px 0;
	text-align: center;
}
#cats > .cat {
	display: inline-block;
	font-family: "avant_garde_gothic_itc_t_otMd";
	font-size: 17px;
	text-shadow: 1px 1px 1px #333333;
	text-transform: uppercase;
	margin: 0 5px 9px 0;
	padding: 5px 7px 4px 7px;
//	font-weight: 700;
	border-radius: 2px;
	white-space: nowrap;
	cursor: pointer;
	color: var(--color-white);
}
#cats > .cpink {
	background-color: var(--color-pink);
}
#cats > .corange {
	background-color: var(--color-orange);
}
#cats > .cblue {
	background-color: var(--color-blue);
}
#cats > .cyellow {
	background-color: var(--color-yellow);
}
#cats > .cgreen {
	background-color: var(--color-green);
}
#cats > .cazure {
	background-color: var(--color-azure);
}
#cats > .cblue {
	background-color: var(--color-blue);
}
#cats > .cviolet {
	background-color: var(--color-violet);
}
#cats > .cgray {
	background-color: var(--color-gray);
}
#cats > .active {
	background-color: var(--color-black);
}
#cats > .cat:hover {
	box-shadow: 0px 1px 8px #727272;
}

#cms > p > span {
	display: block;
	text-align: center;
}
.cms-img {
	float: none;
	margin: 0px auto 15px auto;
}
.cms-logo-gt {
	margin: 0px auto 20px auto;
}
.cms-logo-rm {
	margin: 0px auto 20px auto;
}
.cms6img {
	width: 100%;
	text-align: center;
}
.cms6img a {
	display: inline-block;
	float: left;
	margin: 0px 25px;
}

/***** Stores List - START *****/
#search {
	position: relative;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
#search input[type=search] {
	width: 88%;
	padding: 5px 10px 5px 10px;
	border: solid #c8c8c8 1px;
	border-radius: 2px;
	font-family: Arial, 'myriadproregular', sans-seif;
}
#search input[type=submit] {
	position: absolute;
	width: 33px;
	height: 33px;
	margin: -3px 0px 0px 8px;
	background: transparent url('/img/magnifier.svg') no-repeat 50% 50%;
	background-size: 70% 70%;
	border-radius: 3px;
	cursor: pointer;
}
#search input[type=submit]:hover {
	background: #d40f8c url('/img/magnifier-white.svg') no-repeat 50% 50%;
	background-size: 70% 70%;
}
#storeListButts, #letters {
	clear: both;
	-webkit-display: flex;
	display: flex;
	width: 100%;
	padding: 0px 0px 0px 0px;
	justify-content: space-between;
	flex-wrap: wrap;
}
#storeListButts input, #letters .letter {
	display: inline-block;
	font-family: "avant_garde_gothic_itc_t_otMd";
	font-size: 15px;
	text-shadow: 1px 1px 1px #333333;
	background-color: #343a46;
	color: #ffffff;
	line-height: 100%!important;
	padding: 7px 0px 6px 0px;
	margin: 4px 0px;
	text-align: center;
	line-height: 25px;
	border-radius: 3px;
	cursor: pointer;
}
#storeListButts input:hover, #letters .letter:hover {
	background-color: #d40f8c;
}
#storeListButts input.active, #letters .letter.active {
	background-color: #d40f8c;
}
#storeListButts input {
	width: 48.7%;
	margin: 1px 0px 4px 0px;
}
#letters .letter {
	width: 23%;
}

#stores_list ul, #stores_list_full ul {
	position: relative;
	list-style-type: none;
	width: 100%;
	margin-top: 30px;
	padding: 20px 0px;
	-moz-column-count: 1;		/* Firefox */
	-moz-column-gap: 30px;
	-webkit-column-count: 1;	/* Chrome, Opera and Safari */
	-webkit-column-gap: 30px;
	column-count: 1;			/* MSIE and Edge */
	column-gap: 30px;
}
#stores_list ul li, #stores_list_full ul li {
	position: relative;
	padding: 0px 0px;
}
#stores_list ul li[class|="cat"], #stores_list_full ul li[class|="cat"] {
	font-family: "avant_garde_gothic_itc_t_otMd";
	color: #ffffff!important;
	font-size: 17px;
//	font-weight: bold;
	text-shadow: 1px 1px 1px #333333;
	text-transform: uppercase;
	padding: 4px 15px 1px 15px;
	margin: 0px 0px 2px 0px;
	background: none;
	border-radius: 3px;
	border-bottom: none;
}
#stores_list ul li[class|="cat"]:first-child, #stores_list_full ul li[class|="cat"]:first-child {
}
#stores_list ul li.orange, #stores_list_full ul li.orange {
	background-color: #f26725!important;
}
#stores_list ul li.yellow, #stores_list_full ul li.yellow {
	background-color: #fbad1e!important;
}
#stores_list ul li.green, #stores_list_full ul li.green {
	background-color: #74c043!important;
}
#stores_list ul li.azure, #stores_list_full ul li.azure {
	background-color: #31beb1!important;
}
#stores_list ul li.blue, #stores_list_full ul li.blue {
	background-color: #4f91cd!important;
}
#stores_list ul li.violet, #stores_list_full ul li.violet {
	background-color: #472a88!important;
}
#stores_list ul li.pink, #stores_list_full ul li.pink {
	background-color: #d40f8c!important;
}
#stores_list ul li.h-orange:hover, #stores_list_full ul li.h-orange:hover, #same_category ul li.h-orange:hover {
	background-color: #fde8df!important;
}
#stores_list ul li.h-yellow:hover, #stores_list_full ul li.h-yellow:hover, #same_category ul li.h-yellow:hover {
	background-color: #fef3dd!important;
}
#stores_list ul li.h-green:hover, #stores_list_full ul li.h-green:hover, #same_category ul li.h-green:hover {
	background-color: #eaf6e3!important;
}
#stores_list ul li.h-azure:hover, #stores_list_full ul li.h-azure:hover, #same_category ul li.h-azure:hover {
	background-color: #e0f5f3!important;
}
#stores_list ul li.h-blue:hover, #stores_list_full ul li.h-blue:hover, #same_category ul li.h-blue:hover {
	background-color: #e5eff8!important;
}
#stores_list ul li.h-violet:hover, #stores_list_full ul li.h-violet:hover, #same_category ul li.h-violet:hover {
	background-color: #e4dfed!important;
}
#stores_list ul li.h-pink:hover, #stores_list_full ul li.h-pink:hover, #same_category ul li.h-pink:hover {
	background-color: #f9dbee!important;
}
#stores_list ul li a, #stores_list_full ul li a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #727272;
	padding: 1px 15px;
	border-radius: 3px;
}
.end {
	height: 22px;
}
/***** Stores List - END *****/

/***** Store Detail - START *****/
#store ul, #store ol {
	padding-left: 20px;
}
#store #store_desc {
	margin: 0px 0px 30px 0px;
}
#store_info {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}
#store_map, #store_gallery, #store_actions, #action_gallery {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	border-top: dotted #dddddd 1px;
}
#store_gallery #gallery_desc,
#store_gallery .gallery_desc,
#action_gallery #gallery_desc,
#action_gallery .gallery_desc {
	margin: 0px 0px 27px 0px;
}
#store_gallery #photogallery,
#store_gallery .photogallery,
#actionDetail .desc  #photogallery {
//	display: flex;
//	justify-content: left;
//	align-items: center;
	margin: -7px -8px 0px -8px;
}
#action_gallery #photogallery,
#action_gallery .photogallery {
	margin: 10px -8px 0px -8px;
}
/*#store_gallery div {
	margin: -7px -7px 0px -7px;
}*/

#store_gallery #photogallery a,
#store_gallery .photogallery a,
#action_gallery #photogallery a,
#action_gallery .photogallery a,
#actionDetail .desc #photogallery a {
//	display: table-cell;
	display: inline-block;
	max-width: 160px;
	width: 160px;
	height: 160px;
	margin: 8px 7px 8px 7px;
}
#store_gallery a:hover,
#action_gallery a:hover,
#actionDetail .desc #photogallery a:hover {
	box-shadow: 0px 1px 8px #888888 /*#d40f8c*/;
}
/*#store_gallery img:not(.logobox .thumb img),
#actionDetail .desc img:not(.logobox .thumb img),*/
#store_gallery img,
#action_gallery img,
#actionDetail .desc img {
	box-shadow: 0px 1px 8px #aaaaaa;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	background-color: #ffffff;
}
#store_gallery img.noframe,
#action_gallery img.noframe,
#actionDetail .desc img.noframe {
	box-shadow: none;
	padding: 0;
	border-radius: 0px;
}

#store_map h2 {
	padding: 0px 0px 20px 0px;
}
#map svg#oc-map, #store_map svg#oc-map {
	width: 100%;
}
#store #show_map, #store #hide_map,
#store #show_gallery, #store #hide_gallery,
#action_gallery #show_gallery, #action_gallery #hide_gallery,
#store #show_actions, #store #hide_actions {
	position: relative;
	top: 0px;
	cursor: pointer;
	text-align: right;
	color: #727272;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 25px 0px 0px;
}
#store #show_map, #store #show_gallery, #action_gallery #show_gallery, #store #show_actions {
	background: transparent url('/img/show.svg') no-repeat 100% 50%;
	top: 0px;
	display: none;
}
#store #hide_map, #store #hide_gallery, #action_gallery #hide_gallery, #store #hide_actions {
	background: transparent url('/img/hide.svg') no-repeat 100% 50%;
}
#store .store-img {
	max-width: 100%;
	margin: 15px 0px 0px 0px;
}
#store .logo-area {
	position: relative;
	display: table;
	float: right;
	width: 200px;
	height: 150px;
	margin: 0px 0px 25px 25px;
	padding: 10px 0px 10px 20px;
	border-left: solid #cccccc 1px;
	z-index: 20;
	text-align: center;
}
#store .logo-area span {
	vertical-align: middle;
	display: table-cell;
}
#store .store-pics {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 20;
	text-align: center;
}
#store .store-pics .logo, #store .store-pics .store {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
}
#store .store-pics .store {
	margin: 10px auto 0px auto;
}
#store .store-pics .logo a, #store .store-pics .store a {
	display: inline-block;
}
#store .store-pics .logo img, #store .store-pics .store img {
	width: 100%;
	height: 100%;
	box-shadow: 0px 1px 8px #aaaaaa;
	padding: 15px;
	border-radius: 3px;
	background-color: #ffffff;
}
#store .photo-area {
	position: relative;
	display: table;
	float: right;
	width: 200px;
	height: 150px;
	margin: 0px 0px 25px 25px;
	padding: 10px 0px 10px 20px;
	border-left: solid #cccccc 1px;
	z-index: 20;
	text-align: center;
}
#store .photo-area span {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	display: table-cell;
}
#store p {
	width: 100%;
	padding: 5px 0px;
}
#store table {
	/*float: left;
	width: 620px;*/
}
#store table td span {
	display: table-cell;
	text-align: right!important;
	line-height: 150%;
}
#store table tr.odd, #cms table tr.odd, #actionDetail table tr.odd {
	background-color: #f0f0f0;
}
#store table th, #lease table th {
	padding: 5px 10px;
	vertical-align: middle;
}
#store table td, #lease table td {
	padding: 5px 10px;
	vertical-align: middle;
}
#store a, #lease a {
	color: #d40f8c;
	text-decoration: underline;
}
#store a:hover, #lease a:hover {
	text-decoration: none;
}
#same_category {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: dotted #dddddd 1px;
}
#same_category h2 {
	position: relative;
	padding: 0px 0px 10px 0px;
}
#same_category h2 span {
	font-size: 25px;
	float: right;
}
#same_category div {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#same_category div h3 {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	/*color: #484848;*/
	font-size: 16px;
	color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	text-transform: uppercase;
	text-align: right;
}
.same-orange {
	border-color: #f26725;
}
.same-yellow {
	border-color: #fbad1e;
}
.same-green {
	border-color: #74c043;
}
.same-azure {
	border-color: #31beb1;
}
.same-blue {
	border-color: #4f91cd;
}
.same-violet {
	border-color: #472a88;
}
.same-pink {
	border-color: #d40f8c;
}
#same_category div h3 span {
	position: relative;
	display: inline-block;
	padding: 5px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#same_category div ul {
	position: relative;
	list-style-type: none;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	columns: 185px 4;
	column-gap: 20px;

	/* Firefox */
	-moz-columns: 185px 4;
	-moz-column-gap: 20px;

	/* Safari and Chrome */
	-webkit-columns: 185px 4;
	-webkit-column-gap: 20px;
}
#same_category div ul li {
	position: relative;
	padding-bottom: 0px;
	overflow: none;
}
#same_category div ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #484848;
	/**background: transparent url('/img/list-item.png') 5px 9px no-repeat;*/
	padding: 0px 5px 0px 5px;
}/*
#same_category div ul li a:hover {
	background-color: #dddddd;
}*/
#fb-comments {
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	border-top: dotted #dddddd 1px;
}
#press a,
#press_menu a {
	color: #d40f8c;
}
#press_menu {
	padding: 30px 0px 0px 0px;
}
#press_menu div {
	width: 50%;
	float: left;
}
#press_menu div ul {
	position: relative;
	list-style-type: none;
	top: -3px;
}
/***** Store Detail - END *****/

/***** Contact-form - START *****/
#contactForm {
	padding: 0px 0px 25px 0px;
	text-align: center;
}
#contactForm table {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}
#contactForm table tr#antispam, #contactForm-nevyplnovat {
	display: none;
}
#contactForm table th {
	width: 22%;
	padding: 7px 10px 7px 0px;
	font-size: 13px;
	font-weight: 700;
	vertical-align: top;
	text-align: right;
}
#contactForm table td {
	padding: 3px 0px;
}
#contactForm div {
	padding: 0px;
}
#contactForm input[type="text"], #contactForm textarea {
	padding: 5px 10px 5px 10px;
	border: solid #c8c8c8 1px;
	border-radius: 2px;
	font-family: Arial, 'myriadproregular', sans-seif;
}
#contactForm input[type="text"] {
	width: 80%;
}
#contactForm textarea {
	width: 100%;
	height: 120px;
}
#contactForm .errorCell label,
#contactForm .errorCell span {
	color: #ffffff;
	background-color: #cc0000;
	font-weight: bold;
	padding: 3px 5px;
	margin-left: 20px;
	border-radius: 2px;
	cursor: pointer;
}
#contactForm .g-recaptcha {
	margin: 10px 0px 20px 0px;
	text-align: center;
}
#contactForm .g-recaptcha > div{
	margin: 0px auto;
}
/***** Contact-form - END *****/

/***** Newsletter - START *****/
#newsletter {
	padding: 30px;
	text-align: center;
	vertical-align: middle;
	background: #eeeeee;
	overflow: hidden;
}
#newsletter div {
	display: inline-block;
	font-family: 'avant_garde_gothic_itc_t_oXLt';
	font-size: 210%;
	line-height: 100%;
	font-weight: bold;
	vertical-align: bottom;
	margin: 0% auto 3vw auto;
}
#newsletter > input[type="email"], #nlEmail {
	padding: 5px 10px 5px 10px;
	border: solid #c8c8c8 1px;
	border-radius: 2px;
	font-family: Arial, 'myriadproregular', sans-seif;
	margin: 3px 0px 0px 0px;
}
#nlEmail {
	margin: 20px 0px;
}
#newsletter_button {
	/*background: url('/img/raquo.svg'), linear-gradient(#f9f9f9 40%, #d9d9d9);*/
	background: url('/img/raquo-white.svg'), linear-gradient(#eb008d 40%, #c70077);
	background-repeat: no-repeat, repeat;
	background-position: 50% 50%, 0 0;
	background-size: 70%, 100%;
	padding: 4px 15px 10px 15px;
	top: -1px;
}
#newsletter_button:hover {
	/*background: url('/img/raquo.svg'), linear-gradient(#f9f9f9 40%, #d9d9d9);*/
	background: url('/img/raquo-white.svg'), linear-gradient(#c70077 50%, #eb008d);
	background-repeat: no-repeat, repeat;
	background-position: 50% 50%, 0 0;
	background-size: 70%, 100%;
}
#newsletter_finish {
	text-align: center;
}
#newsletter_finish > div {
	text-align: center;
	font-family: 'myriadproregular';
	font-weight: bold;
	font-size: 18px;
	color: #d40f8c;
	margin: 0px 0px 20px 0px;
}
/***** Newsletter - END *****/

/***** InfoTable - START *****/
#infoTab, .infoTab {
	border-collapse: collapse;
	width: 100%;
	margin: 0px 0px 35px 0px;
}
#infoTab tr.extra {
//	background-color: #ffed21;
    background-color: #ffdd22;
}
#infoTab th, .infoTab th {
	border-bottom: dotted #dddddd 1px;
	vertical-align: middle!important;
	padding: 3px 5px!important;
	color: #727272;
	font-size: 12px;
}
#infoTab td, .infoTab td {
	border-bottom: dotted #dddddd 1px;
	vertical-align: middle!important;
	padding: 3px 5px;
	color: #343a46;
	white-space: nowrap;
}
.infoTab th {
	white-space: nowrap;
}
.infoTab td {
	white-space: normal;
}
#infoTab td span {
	display: inline-block;
	font-family: 'avant_garde_gothic_itc_t_otMd';
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	padding: 2px 6px 1px 6px;
	color: #ffffff;
	white-space: nowrap;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
#infoTab td span.yes {
	display: inline-block;
	font-family: 'avant_garde_gothic_itc_t_otMd';
	font-weight: 1000;
	font-size: 14px;
	text-transform: uppercase;
	color: #74c043;
	padding: 4px 0px 0px 0px;
	line-height: 100%;
	/*text-shadow: 1px 1px 1px #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
#infoTab td span.no {
	display: inline-block;
	font-family: 'avant_garde_gothic_itc_t_otMd';
	font-weight: 1000;
	font-size: 14px;
	text-transform: uppercase;
	color: #f26725;
	padding: 4px 0px 0px 0px;
	line-height: 100%;
}
#infoTab tr td:first-child, .infoTab tr td:first-child {
	border-bottom: dotted #dddddd 1px;
	padding: 4px 10px;
}
#infoTab tr:last-child td,
#infoTab tr:last-child th,
.infoTab tr:last-child td,
.infoTab tr:last-child th,
#infoTab tr.extra td:first-child,
#infoTab tr.extra td,
#infoTab tr.extra th,
#infoTab td:first-child.no-border {
	border: none;
}
.icon {
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.icon16 {
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.work {
	background-image: url('/img/door.svg');
}
.info {
	background-image: url('/img/info.svg');
	background-size: 90%;
}
.category {
	background-image: url('/img/tag.svg');
}
.open {
	background-image: url('/img/opening-hours.svg');
}
.chief {
	background-image: url('/img/chief.svg');
	background-size: 90%;
}
.holidays {
	background-image: url('/img/holidays.svg');
	background-size: 90%;
}
.gift {
	background-image: url('/img/gift-card.svg');
}
.point {
	background-image: url('/img/map-point.svg');
}
.phone {
	background-image: url('/img/phone.svg');
	background-size: 80%;
}
.email {
	background-image: url('/img/email.svg');
}
.support {
	background-image: url('/img/customer-care.svg');
}
.web {
	background-image: url('/img/web.svg');
}
.eshop {
	background-image: url('/img/eshop.svg');
	background-size: 90%;
}
.isic {
	background-image: url('/img/student.svg');
}
.fb {
	background-image: url('/img/facebook.svg');
}
.insta {
	background-image: url('/img/instagram.svg');
}
.yt {
	background-image: url('/img/youtube.svg');
}
/***** InfoTable - END *****/

#timeLimitedStoreInfo.standard {
}
#timeLimitedStoreInfo.info {
	font-weight: 700;
	color: var(--color-pink);
	background: none!important;
	padding: 0 0 30px 0;
}
#timeLimitedStoreInfo.warning {
	font-weight: 700;
	color: var(--color-pink);
	background: none!important;
	padding: 0 0 30px 0;
}

/***** Info, Alerts - START *****/

.infoText {
	margin-bottom: 20px;
	text-align: center;
	z-index: 100;
}
.infoText > div > div.type {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 5px;
}
.infoText > div > div.msg {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 5px 10px;
}
.infoText > div > div.msg > span {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: transparent url('/css/images/ui-icons_454545_256x240.png') -80px -128px no-repeat;
}
.state_alert {
	position: relative;
	display: inline-block;
	padding: 5px!important;
	border-radius: 3px;
	border: solid #cd0a0a 1px;
	background-color: #fde2d8;
	color: #cd0a0a;
	margin: 0px auto 20px auto;
}
.state_info, .state_notice {
	position: relative;
	display: inline-block;
	padding: 5px!important;
	border-radius: 3px;
	border: solid #f7d61b 1px;
	background-color: #f1e497;
	margin: 0px auto;
}
.alert_icon, .info_icon, .notice_icon {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px 5px auto 0px;
	overflow: hidden;
}
.alert_icon {
	background: transparent url('/css/images/ui-icons_cd0a0a_256x240.png') 0px -144px no-repeat;
}
.info_icon, .notice_icon {
	background: transparent url('/css/images/ui-icons_2e83ff_256x240.png') -16px -144px no-repeat;
}
/***** Info, Alerts - END *****/

/***** Magazin - START *****/
#magazin {
	margin: -15px -15px 0px -15px;
}
#magazin > .item {
	width: 33%;
	float: left;
	padding: 15px;
	margin: 0px;
	text-decoration: none;
	border-radius: 3px;
	-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;
}
#magazin > .item:hover {
	background-color: #eeeeee;
	-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;
}
#magazin > .item > h2 {
	font-size: 23px;
	padding: 5px 0px 20px 0px;
	text-align: center;
}
#magazin > .item > img {
	border-radius: 3px 3px 0px 0px;
}
#magazin > .item > span {
	display: block;
	background-color: #2b2b2b;
	padding: 20px 0px;
	color: #ffffff;
	text-align: center;
	font-family: 'avant_garde_gothic_itc_t_oXLt';
	font-size: 19px;
	border-radius: 0px 0px 3px 3px;
}
#magazin > .item > span > img {
	margin-right: 25px;
}
/***** Magazin - END *****/

/***** Shop - START *****/
#order {
	position: relative;
	min-height: 260px;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
}
#order .product_item {
	padding: 15px 0px;
	border-top: solid #cccccc 1px;
}
#order .product_item:first-child {
	border-top: none;
}
#order .product_item .title {
	font-size: 15px;
	font-weight: 600;
	margin: 0px 0px 15px 0px;
}
#order .product_item img {
	border: solid #dddddd 1px;
	margin: 0px 0px 15px 0px;
	/*float: left;*/
}
#order .product_item .price {
	font-size: 20px;
	font-weight: bold;
	color: #d40f8c;
}
#order .product_item .number {
	font-size: 15px;
	margin: 0px 0px 15px 0px;
	vertical-align: middle;
}
#order .product_item .number-box {
	position: relative;
	display: inline-block;
	font-size: 20px;
}
#order .product_item .number .plus, .product_item .number .minus {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	cursor: pointer;
	line-height: 100%;
	color: #ffffff;
	/*border: solid green 1px;*/
	vertical-align: middle;
	border-radius: 2px;
}
#order .product_item .number .plus {
	background: #d40f8c url('/img/plus.svg') no-repeat 50% 50%;
}
#order .product_item .number .minus {
	background: #d40f8c url('/img/minus.svg') no-repeat 50% 50%;
}
#order .product_item .number input {
	position: relative;
	width: 40px!important;
	text-align: center;
	font-size: 16px;
	padding: 2px 0px 1px 0px;
	border: solid #aaaaaa 1px;
}
#order .total_row {
	position: relative;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	padding: 25px 25px;
	background-color: #eeeeee;
	color: #d40f8c;
	line-height: 200%;
	-webkit-box-shadow: 0 5px 6px -6px #333333;
	-moz-box-shadow: 0 5px 6px -6px #333333;
	box-shadow: 0 5px 6px -6px #333333;
}
#order #total {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
#order > #invoiceAddress,
#order > #invoiceAddress > tbody,
#order > #invoiceAddress > tbody > tr,
#order > #invoiceAddress > tbody > tr > td,
#order > #invoiceAddress > tbody > tr > td > table,
#order > #invoiceAddress > tbody > tr > td > table > tbody,
#order > #invoiceAddress > tbody > tr > td > table > tbody > tr {
	display: block;
	width: 100%;
}
#order > #invoiceAddress th {
	display: inline-block;
	width: 25%;
}
#order > #invoiceAddress td {
	display: inline-block;
	width: 73%;
}
#order > div.address {
	position: relative;
	float: left;
	width: 380px;
	margin: 0px 20px 0px 0px;
}
#order h2 {
	padding-bottom: 15px;
}
#order .notice {
	text-align: left;
	padding: 20px;
	background-color: #f8f8f8;
	font-style: italic;
}
#order > table {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto 15px auto;
	text-align: left;
	font-size: 13px;
}
#order table th {
	padding: 3px 10px;
	font-weight: 700;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	width: 26%;
}
#order table td div.th {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left!important;
	font-weight: 700;
	padding: 0px;
	margin: 0px 0px 3px 0px!important;
}
#order table td {
	padding: 3px 0px;
	vertical-align: bottom;
}
#order > .confirmTab {
	display: block;
	margin-top: 0px;
	width: 100%;
}
#order > .confirmTab > tbody {
	display: block;
	width: 100%;
}
#order .confirmTab > tbody > tr {
	display: block;
}
#order .confirmTab > tbody > tr > th, #order .confirmTab > tbody > tr > td {
	display: block;
	vertical-align: top;
}
#order .confirmTab > tbody > tr:nth-child(3) > td {
	white-space: pre-wrap;
}
#order table td h3 {
	text-align: center;
}
#order .confirmTab td h3 {
	text-align: left;
}
#order div {
	padding: 0px;
}
#order input[type="text"], #order input[type="number"], #order textarea {
	padding: 5px 10px 5px 10px;
	border: solid #c8c8c8 1px;
	border-radius: 2px;
	font-family: Arial, 'myriadproregular', sans-seif;
	/*box-shadow: inset 0 6px 6px -6px #888888;
	-moz-box-shadow: inset 0 6px 6px -6px #888888;
	-webkit-box-shadow: inset 0px 6px 6px -6px #888888;
	font-style: italic;*/
}
#order input[type="text"] {
	width: 100%;
}
#order textarea {
	width: 100%;
	height: 105px;
	margin: 0 auto;
}
#order .short {
	width: 84px!important;
}
#order .shorter {
	width: 167px!important;
}
#order #shippingTab {
	margin-top: 10px;
}
#order .error {
	color: #d40f8c;
	padding: 0px 0px 0px 10px;
}
#order > div.error {
	color: #d40f8c;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	text-align: right;
}
#continue {
	width: 100%;
	margin: 25px 0px;
}
.qrpayimg {
	position: relative;
	width: 232px;
	height: 231px;
}
/***** Shop - END *****/

/***** Lightbox - REKLAMA *****/
.dialog-background {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	position: fixed;
	left: 0;
	top: 0;
	/*display: none;*/
	z-index: 9999999;
}
.dialog {
	width: 850px;
	position: fixed;
	left: 50%;
	top: 42%;
	margin-top: -225px;
	margin-left: -480px;
	display: none;
	z-index: 99999999;
	padding: 60px 55px;
	background-color: #ffffff;
}
.show .dialog, .show .dialog-background {
	display: block;
}
.closecross {
	position: relative;
	top: -3px;
	right: -415px;
	cursor: pointer;
	z-index: 99999999;
}
.closetext {
	position: relative;
	margin: 0px 0px 7px 0px;
	z-index: 99999999;
	text-align: right;
}
.closetext span {
	font-size: 20px;
	text-align: right;
	cursor: pointer;
}



#adminCentre h3 {
	cursor: pointer;
	text-shadow: 1px 1px 1px #cccccc;
	text-decoration: none;
}
#adminCentre h3:hover {
	text-decoration: underline;
}
/*
#adminCentre h3.orange {
	color: #f26725;
}
#adminCentre h3.yellow {
	color: #fbad1e;
}
#adminCentre h3.green {
	color: #74c043;
}
#adminCentre h3.azure {
	color: #31beb1;
}
#adminCentre h3.blue {
	color: #4f91cd;
}
#adminCentre h3.violet {
	color: #472a88;
}
#adminCentre h3.pink {
	color: #d40f8c;
}
*/
#adminCentre #rules,
#adminCentre #techdocs,
#adminCentre #forms,
#adminCentre #service,
#adminCentre #marketing,
#adminCentre #vouchers,
#adminCentre #others {
	margin: 0px 0px 30px 0px;
}
#adminCentre #techdocs,
#adminCentre #forms,
#adminCentre #service,
#adminCentre #marketing,
#adminCentre #vouchers,
#adminCentre #others {
	display: none;
}

/*
li[class^="cat-"] {
	margin-top: 20px;
}
li[class^="cat-"]:first-child {
	margin-top: 0px;
}*/

/***** Kariera - START *****/
.job {
	border-top: solid #959595 1px;
	padding: 20px 0px;
	margin: 30px 0px 0px 0px;
}
.job img {
	margin: 10px 0px 10px 30px;
	float: right;
}
.job p {
	margin: 5px 0px 10px 0px;
}
.job ul {
	padding: 0px 0px 0px 30px;
	list-style: inherit;
}
.job table {
	border-collapse: collapse;
}
.job table th {
	vertical-align: top;
	padding: 3px 10px;
}
.job table.openhours th {
	text-align: right;
}
.job table td {
	padding: 3px 10px;
}
.jobpromo {
	padding: 35px 0 20px 0;
	text-align: center;
	border-top: dotted #dddddd 1px;
}
.jobpromo img {
	max-width: 100%;
}
/***** Kariera - END *****/

/***** Search - START *****/
.search_item {
	clear: both;
	margin: 0px -20px;
	padding: 20px 20px;
	background-color: transparent;
	border-radius: 3px;
}
.search_item:first-of-type {
	margin-top: 50px;
}
.search_item:hover {
	background-color: #f4f4f4;
	/*box-shadow: 0 5px 6px -6px #333333;*/
}
.search_item a {
	font-weight: bold;
	font-size: 16px;
	color: #d40f8c;
}
.search_item span {
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 3px 5px;
	font-size: 13px;
	float: right;
	color: #ffffff;
	text-shadow: 1px 1px 1px #727272;
	/*box-shadow: 0 5px 6px -6px #333333;*/
	border-radius: 2px;
	font-family: 'avant_garde_gothic_itc_t_otBk';
}
.search_item span.obchody, .search_item span.stores {
	background-color: #74c043;
}
.search_item span.akce, .search_item span.events {
	background-color: #fbad1e;
}
.search_item span.web {
	background-color: #4f91cd;
	background-image: none;
}
.search_item div {
	font-size: 12px;
}
.search_item p {
	font-size: 14px;
	color: #888888;
}
/***** Search - END *****/

/***** Buttons - START *****/
/*
.b_base {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	font: bold 70% Georgia, arial, sans-serif;
	color: #000000;
	margin: 0px;
	border-width: 1px 0px;
}
.b_base, .b_bg {
	padding: 0px;
	border-style: solid;
	border-color: #BBBBBB;
}
.b_base:hover, .b_bg:hover {
	border-color: #888888;
}
.b_bg {
	margin: 0px -1px;
	cursor: pointer;
	border-width: 0 1px;
	background-color: #E3E3E3;
}
.b_top {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 2.2em;
	overflow: hidden;
	background-color: #F9F9F9;
	border-bottom: 0.2em solid #EEEEEE;
}
.b_title {
	position: relative;
	padding: 0 8px;
	text-align: center;
	vertical-align: middle;
	line-height: 2.8em;
	text-transform: upper;
	white-space: nowrap;
	color: #404040;
}
.b_title2 {
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
	padding: 3px 12px 1px 12px;
	line-height: 2.5em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #000000;
}
#order .b_base:nth-child(2) {
	margin-left: 40px;
}

.b_base.pink {
	border-color: #ab0067;
	box-shadow: 0 5px 6px -4px #333333;
}
.b_base.pink:hover {
	border-color: #ab0067;
	box-shadow: 0 5px 6px -5px #333333;
}
.b_bg.pink {
	background-color: #d4007f;
	border-color: #ab0067;
}
.b_top.pink {
	background-color: #eb008d;
	border-color: #de0085;
}
.b_title2.pink {
	color: #ffffff!important;
	text-shadow: 1px 1px 3px #000000;
}
.b_title2.pink:hover {
	text-shadow: 0px 0px 3px #000000;
}
*/

.orderButt {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 12px 15px 10px 15px;
	border: solid #bbbbbb 1px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	background: #e3e3e3; /* For browsers that do not support gradients */
	background: linear-gradient(#f9f9f9 40%, #d9d9d9); /* Standard syntax (must be last) */
	-moz-box-shadow: 0 5px 6px -4px #888888;
	-webkit-box-shadow: 0 5px 6px -4px #888888;
	box-shadow: 0 5px 6px -4px #333333;
	cursor: pointer;
}
.orderButt:hover {
	border-color: #888888;
	-moz-box-shadow: 0 5px 6px -5px #333333;
	-webkit-box-shadow: 0 5px 6px -5px #333333;
	box-shadow: 0 5px 6px -5px #333333;
}

.orderButt.pink {
	background: #d4007f;
	background: linear-gradient(#eb008d 40%, #c70077);
	color: #ffffff!important;
	border: solid #ab0067 1px;
	text-shadow: 1px 1px 2px #000000;
}
.orderButt.pink:hover {
	background: #eb008d;
	background: linear-gradient(#d4007f 40%, #eb008d);
}
.orderButt.green {
	background: #7ab929;
	background: linear-gradient(#8ad12e 40%, #7ab929);
	color: #ffffff!important;
	border: solid #609120 1px;
	text-shadow: 1px 1px 2px #000000;
}
.orderButt.green:hover {
	background: #8ad12e;
	background: linear-gradient(#7ab929 40%, #8ad12e);
}
.orderButt.blue {
	background: #5692ce;
	background: linear-gradient(#60a3e5 40%, #5692ce);
	color: #ffffff!important;
	border: solid #4676a6 1px;
	text-shadow: 1px 1px 2px #000000;
}
.orderButt.blue:hover {
	background: #60a3e5;
	background: linear-gradient(#5692ce 40%, #60a3e5);
}
#order .orderButt:nth-child(2) {
	margin-left: 40px;
}
/***** Buttons - END *****/

/***** EU cookie - START *****/
#cookies-bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 15px 0px 15px 0px;
	z-index: 1000000000;
}
#cookies-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
}
#cookies-text {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
//	text-shadow: 2px 2px 1px #000000;
}
#cookies-text a {
	color: #ffffff;
}
#cookies-bar .b_base {
	margin: 7px 0px 0px 0px;
}
#cookies-bar .b_title2 {
	font-size: 12px;
	padding: 2px 10px 0px 10px;
}
#eucookie {
	float: right;
	margin: 0 0 0 50px;
	border: solid #000000 1px;
//	text-shadow: 1px 1px 2px #000000;
	font: 600 12px Arial;
}
/***** EU cookie - END *****/

/***** Tooltip - START *****/
div[id^="tt-"] {
	position: absolute;
	display: inline-block!important;
	background-color: #666666;
	border: solid #5f5f5f 1px;
	border-radius: 4px;
	padding: 3px 5px 2px 5px;
	color: #ffffff;
	z-index: 99999999999999;
	display: none;
	box-shadow: 0px 1px 8px #333333;
	font-family: "avant_garde_gothic_itc_t_otBk";
}
div[id^="zone-"] {
	position: absolute;
	display: inline-block!important;
	background-color: #eeeeee;
	border: solid #e3e3e3 3px;
	border-radius: 4px;
	padding: 3px 5px 2px 5px;
	color: #666666;
	z-index: 99999999999999;
	display: none;
	text-align: center;
	line-height: 140%;
	box-shadow: 0px 1px 8px #333333;
	font-family: "avant_garde_gothic_itc_t_otBk";
	font-weight: 400;
	font-size: 14px;
}
/***** Tooltip - END *****/

.program {
	/*width: 100%;*/
	border-collapse: collapse;
}
.program th {
	white-space: nowrap;
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	border-bottom: dotted #dddddd 1px;
}
.program td {
	padding: 5px 0px 5px 10px;
	border-bottom: dotted #dddddd 1px;
}

/***** Adds - START *****/
#space {
	position: absolute;
	top: 0%;
	left: 0%;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99999;
	display: none;
}
#space.black {
	background-color: rgba(0, 0, 0, 0.9);
}
#space.white {
	background-color: rgba(255, 255, 255, 0.9);
}
#space > #advert {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	max-width: 98%;
	padding: 0% 1%;
	overflow: visible;
}
#space > #advert > a {
	display: inline-block;
}
#space > #advert > a > img {
	width: 100%;
}
#space > #advert > #advert_close {
	position: absolute;
	right: 2vw;
	top: 2vw;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#space.black > #advert > #advert_close {
	background: transparent url('/img/close-white.svg') no-repeat 100% 50%;
}
#space.white > #advert > #advert_close {
	background: transparent url('/img/close.svg') no-repeat 100% 50%;
}
/***** Adds - END *****/

.fb-like {
	display: none;
}


.cmstab {
	border-collapse: collapse;
}
.cmstab th {
	background-color: #d40f8c;
	padding: 1px 5px;
	border-bottom: solid #dddddd 1px;
	color: #ffffff;
}
.cmstab td {
	background-color: transparent;
	padding: 1px 5px;
	border-bottom: solid #dddddd 1px;
}
.cmstab tr:hover {
	background-color: #eeeeee;
}
.cmstab {
}

/***** Important Info - STERT *****/
#content #importantInfo {
	position: relative;
//	height: 300px;
	overflow: hidden;
	background-color: #ffdd22;
	background-image: url('/img/information.svg');
	background-repeat: no-repeat;
	background-position: 105% -5%;
	background-size: 70%;
	color: var(--color-black);
	border-top: solid #fff 20px;
	padding: 30px 10px 20px 10px;
	margin: -40px 0px 30px 0px;
    font-size: 15px;
}
#content.home #importantInfo {
	padding: 30px 10px 20px 10px;
	margin: -10px 0px 30px 0px;
}
#importantInfo .h2 {
	margin: 0 0 20px 0;
	font-weight: 700;
}
#importantInfo p {
	margin: 0 0 10px 0;
}
#importantInfo .h2:only-child {
	margin: 0;
}
#importantInfo a {
	color: var(--color-black);
}
#importantInfo strong {
	font-weight: 700;
}
#importantInfo ol, #importantInfo ul {
	padding: 10px 0 5px 18px;
	list-style-position: outside;
}
#importantInfo .moreInfo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	font-style: italic;
	color: #555f73;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 50px 0 30px 0;
	background-image: linear-gradient(transparent, #ffdd22, #ffdd22, #ffdd22);
}
#importantInfo .moreInfo img {
	filter: drop-shadow(0px 4px 2px #555f73);
	margin: 0px 0px 3px 0px;
}
#importantInfo .moreInfo:hover img {
	filter: drop-shadow(0px 6px 2px #444c5c);
}
#content #importantInfo.home {
	height: auto;
}
#content #importantInfo.home .moreInfo {
	display: none;
}

a.no_icon {
	background: none;
	padding: 1px 0px 1px 0px;
	text-decoration: underline;
}
a.no_icon:hover {
	text-decoration: none;
}
/***** Important Info - END *****/


.basicStoreList {
	margin: 0 0 30px 0!important;
}
.basicStoreList li {
	padding: 2px 0;
}
.basicStoreList a {
	font-size: 15px;
	color: #d40f8c;
	margin: 0 10px 0 0;
}

.eshopStoreList {
	margin: 0 0 30px 0!important;
}
.eshopStoreList li {
	padding: 2px 0;
}
.eshopStoreList a:first-child {
	font-size: 15px;
	color: #d40f8c;
	margin: 0 0 0 0;
}

@media only screen and (min-width: 400px) {
	#facebook {
		right: 200px;
	}
}

@media only screen and (min-width: 480px) {
	#gallery a {
		width: 33.3%;
	}
}


@media only screen and (min-width: 640px) {
	#top {
		padding: 85px 0px 0px 0px;
	}
	#magnifier {
		display: none;
	}
	#searchForm {
		position: absolute;
		display: inline-block;
		top: 13px;
		right: 130px;
		margin: 0px;
	}
	a#cz, a#en {
		top: 0px;
		right: 80px;
	}
	#facebook {
		top: 0px;
		right: 40px;
	}
	#instagram {
		top: 0px;
		right: 0px;
	}
	#logo {
		top: 0px;
		width: 175px;
		height: 80px;
	}
	#go2top {
		display: none;
		right: -1px;
		bottom: 20px;
	}
	.action, #store .action {
		width: 50%;
		height: 480px;
		padding: 15px 15px 15px 15px;
		margin: 0px 0px 0px 0px;
	}
	.logobox {
		width: 25%;
	}
	.footerBlock {
		width: 50%;
		min-height: 230px;
		padding: 30px 30px;
	}
	#search {
		width: 49%;
		float: left;
	}
	#storeListButts {
		clear: none;
		width: 49%;
		float: right;
	}
	#letters::after {
		content: "";
		width: 32.6%;
	}
	#letters .letter {
		width: 15.6%;
	}
	#stores_list ul, #stores_list_full ul {
		-moz-column-count: 2;		/* Firefox */
		-webkit-column-count: 2;	/* Chrome, Opera and Safari */
		column-count: 2;			/* MSIE and Edge */
	}
	#store .store-pics {
		width: 30%;
		float: right;
		margin: 0px 0px 20px 20px;
		padding: 0px 0px 0px 0px;
	}
	.mobwrap {
		display: none;
	}
	#infoTab {
		width: 66%;
		margin: 0px 0px 35px 0px;
	}
	.infoTab {
		width: 68%;
	}
	#photo-tower {
		float: right;
		width: 280px;
		margin: 0px 0px 10px 15px;
	}
	#photo-tower a {
		height: 150px;
	}
	#cms table th, #actionDetail table th {
		display: table-cell;
		/*text-align: right;*/
		vertical-align: top;
		padding: 3px 10px;
	}
	#cms table.openhours th, #actionDetail table.openhours th {
		text-align: right;
	}
	#cms table td, #actionDetail table.openhours td {
		display: table-cell;
		padding: 3px 10px;
	}
	#cms table td {
		text-align: left;
	}
	#cms table td:first-child, #cms table th:first-child, #actionDetail table td:first-child, #actionDetail table th:first-child {
		display: table-cell;
		padding-left: 0px;
	}
	.cms-img {
		float: right;
		margin: 0px 0px 10px 20px;
	}
	.cms-logo-gt {
		float: right;
		margin: 0px 60px 10px 20px;
	}
	.cms-logo-rm {
		float: right;
		margin: 0px 20px 10px 20px;
	}
	.cms6img a {
		margin: 0px 40px;
	}
	#gallery_list a {
		width: 50%;
	}
	#gallery_list a h2 {
		height: 57px;
	}
	#gallery a {
		width: 25%;
	}
	.action > img {
		display: block;
	}
	.actionDetailImg {
		display: inline-block;
		float: right;
		margin: 0px 0px 20px 30px;
	}
	#actionDetail .date {
		margin: 0px;
	}
	#actionDetail .desc {
		padding-top: 0;
	}
	#actionDetail .desc #photogallery {
		margin: -10px;
	}
	#result {
		position: absolute;
		width: 60%;
		z-index: 0;
	}
	#contactForm table {
		width: 90%;
	}

/***** Shop - START *****/
	#order .product_item .title {
		padding: 0px 0px 0px 25px;
		text-align: left;
	}
	#order .product_item img {
		margin: 0px 0px 0px 25px;
		float: left;
	}
	#order .product_item .number {
		padding: 10px 25px 10px 0px;
		text-align: right;
	}
	#order .product_item .price {
		padding: 0px 25px 0px 0px;
		text-align: right;
	}
	#order .total_row {
		text-align: left;
	}
	#order #total {
		display: inline-block;
		float: right;
	}

	#order > #invoiceAddress,
	#order > #invoiceAddress > tbody > tr > td > table {
		display: table;
	}
	#order > #invoiceAddress > tbody,
	#order > #invoiceAddress > tbody > tr > td > table > tbody {
		display: table-row-group;
	}
	#order > #invoiceAddress > tbody > tr,
	#order > #invoiceAddress > tbody > tr > td > table > tbody > tr {
		display: table-row;
		width: auto;
	}
	#order > #invoiceAddress > tbody > tr > td {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	#order > #invoiceAddress th {
		display: table-cell;
		width: auto;
	}
	#order > #invoiceAddress td {
		display: table-cell;
		width: 75%;
	}

	#order > .confirmTab {
		display: table;
	}
	#order > .confirmTab > tbody {
		display: table-row-group;
	}
	#order .confirmTab > tbody > tr {
		display: table-row;
	}
	#order .confirmTab > tbody > tr {
		display: table-row;
	}
	#order .confirmTab > tbody > tr > th, #order .confirmTab > tbody > tr > td {
		display: table-cell;
	}
/*
	#invoiceAddress > tbody > tr:nth-child(1) {
		display: table-row;
		width: 50%;
	}
	#invoiceAddress > tbody > tr:nth-child(2) {
		display: table-row;
		width: 50%;
		float: right;
	}
*/
/***** Shop - END *****/

	#newsletter div {
		margin: 0%;
	}
	#newsletter > input[type="email"] {
		margin: 0px 0px 0px 60px;
	}

	#content #importantInfo {
		padding: 30px 30px 20px 30px;
		margin: -40px 0px 30px 0px;
		background-position: 105% 20%;
		background-size: 50%;
	}
	#content.home #importantInfo {
		padding: 30px 30px 20px 30px;
		margin: -10px 0px -10px 0px;
	}
	#content.home #importantInfo .h2 {
		margin: 30px 0 20px 0;
	}

}


@media only screen and (min-width: 960px) {
	:root {
		--area-width: 960px;
	}
	#area {
		width: var(--area-width);
		margin: 0px auto;
	}
	#top {
		height: 145px;
		padding: 0px;
		box-shadow: none;
	}
	#top.fix {
		position: fixed;
		width: 960px;
		height: 68px;
		padding: 0px;
		box-shadow: 0 5px 6px -6px #333333;
/*
		width: 100%;
		left: 0%;

		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
*/
	}
	#top.fix > #searchForm,
	#top.fix > #facebook {
		display: none;
	}
	#logo {
		position: relative;
		display: inline-block;
		float: left;
		width: 175px;
		height: 80px;
		z-index: 99998;
	}
	#logo.fix {
/*		display: none;
		position: fixed;
		margin: 10px;
		width: 110px;
		height: 48px;
		z-index: 99998;
*/
	}
	#topInfoTable {
		display: table;
		display: none;
	}
	#topInfoIcons {
		display: inline-block;
	}
	a#cz, a#en {
		right: 40px;
		display: inline-block;
		width: 31px;
		height: 31px;
		margin: 0px 0px 0px 5px;
		padding: 7px 0px;
		border-radius: 0px 0px 4px 4px;
	}
	a#cz:hover, a#en:hover {
		text-decoration: underline;
		background-color: #eeeeee;
	}
	#searchForm {
		top: 70px;
		right: 120px;
	}
	#facebook {
		top: 58px;
		right: 70px;
	}
	#instagram {
		top: 58px;
		right: 30px;
	}
	#content {
		padding: 0px 45px 30px 45px;
		min-height: 400px;
	}
	#breadcrumb {
		display: block;
	}
	.back {
		position: absolute;
		top: 30px;
		right: 45px;
		font-size: 15px;
	}
	#actions {
		margin: -15px -15px 0px -15px;
	}
	#content.home h2 {
		margin: 30px 35px 0px 35px;
	}
	#content.home #actions {
		margin: -15px 20px 0px 20px;
	}
	.action, #store .action {
		width: 33%;
		height: 480px;
		padding: 15px 15px 15px 15px;
		margin: 0px 0px 0px 0px;
	}
	.action .thumb {
		display: table-cell;
		width: 100%;
		height: 140px;
		text-align: center;
		vertical-align: middle;
	}
	.logobox {
		width: 20%;
		padding: 15px;
	}
	.logobox .thumb {
		display: table-cell;
		width: 100%;
		height: 158px!important;
		text-align: center;
		vertical-align: middle;
	}
    #actionDetail .logobox .thumb {
		height: 143.33px!important;
	}
	.footerBlock {
		width: 25%;
		padding: 40px 40px;
	}
	.footerBlock ul li {
		width: 100%;
	}
	/*#mapPoint {
		display: block;
	}*/
	#letters .letter {
		width: 3%;
	}
	#letters .letter:nth-child(1) {
		width: 3.5%;
	}
	#letters .letter:nth-child(2) {
		width: 3.5%;
	}
	.infoTab {
		width: 60%;
	}
	#stores_list ul, #stores_list_full ul {
		-moz-column-count: 3;		/* Firefox */
		-webkit-column-count: 3;	/* Chrome, Opera and Safari */
		column-count: 3;			/* MSIE and Edge */
	}
	#search input[type=search] {
		/*width: 225px;*/
	}
	#store .store-pics {
		margin: 0px 0px 20px 30px;
	}
	#store #show_map, #store #hide_map,
	#store #show_gallery, #store #hide_gallery,
	#store #show_actions, #store #hide_actions {
		position: absolute;
		top: 12px;
		right: 0px;
	}
	#store #show_map, #store #show_gallery, #store #show_actions {
		top: 12px;
	}
	#photo-tower {
		float: right;
		width: 280px;
		margin: 0px 0px 10px 15px;
	}
	#photo-tower a {
		height: 150px;
	}
	#cms #left {
		position: relative;
		width: 50%;
		float: left;
	}
	#cms #right {
		position: relative;
		width: 50%;
		margin-top: 0px;
		float: right;
	}
	.cms-img {
		float: right;
		margin: 0px 0px 10px 20px;
	}
	.cms-logo-gt {
		float: right;
		margin: 0px 160px 10px 20px;
	}
	.cms-logo-rm {
		float: right;
		margin: 0px 120px 10px 20px;
	}
	.cms6img a {
		margin: 0px 12px;
	}
	#map {
		max-height: 580px;
	}
	.sponsors {
		align-content: flex-start;
		justify-content: flex-start;
	}
	.sponsors > a > img {
		width: 110px;
	}

/***** Fotogalerie - START *****/
	#gallery_list {
		width: 102.3%;
		margin: -10px 0px 0px -10px;
	}
	#gallery_list * {
		box-sizing: border-box;
	}
	#gallery_list a {
		display: inline-block;
		float: left;
		width: 33.3%;
		padding: 10px;
		margin: 0px;
		text-decoration: none;
	}
	#gallery_list img {
		width: 100%;
		height: 150px;
		box-shadow: 0px 1px 8px #aaaaaa;
		padding: 10px;
		margin: 0px;
		border-radius: 3px;
	}
	#gallery_list a:hover img {
		box-shadow: 0px 1px 8px #444444;
	}
	#gallery_list a h2 {
		height: 57px;
		font-size: 18px;
		text-decoration: none;
		padding: 5px 10px 10px 10px;
	}

	#gallery {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#gallery div {
		width: 101.5%;
		margin: -7px 0px 0px -7px;
	}
	#gallery * {
		box-sizing: border-box;
	}
	#gallery a {
		display: inline-block;
		float: left;
		width: 20%;
		min-height: 160px;
		padding: 5px 7px;
		margin: 0px;
	}
/***** Fotogalerie - END *****/

/***** contact-form - START *****/
	#contactForm table {
		width: 80%;
	}
	#contactForm table tr#antispam {
		display: none;
	}
	#contactForm div {
		padding: 0px;
	}
	#contactForm input[type="text"] {
		width: 300px;
	}
	#contactForm textarea {
		width: 500px;
		height: 150px;
	}
/***** contact-form - END *****/

	#newsletter {
		background: #eeeeee url('/img/newsletter-subscribe.svg') no-repeat 103% -2%;
		background-size: 22%;
		padding-right: 220px;
	}
	#newsletter > input[type="email"] {
		margin: 0px 0px 0px 90px;
	}

/***** Adds - START *****/
	#space > #advert {
		width: 960px;
		max-width: 960px;
	}
/***** Adds - END *****/

/***** Facebook - START *****/
	#fb-buttons {
		position: relative;
		display: inline-block;
		text-align: left;
		top: 0px;
		z-index: 99999999;
	}
	.fb_iframe_widget {
		min-width: 170px!important;
	}
	.fb_iframe_widget > span > iframe {
		min-width: 152px!important;
	}
/***** Facebook - END *****/


	#content #importantInfo {
		padding: 30px 30px 20px 30px;
		margin: 0px -45px 0px -45px;
		background-position: 105% 20%;
		background-size: 40%;
	}
	#content.home #importantInfo {
		padding: 30px 30px 20px 30px;
		margin: 0px -10px 0px -10px;
	}

}