html, body {
	background: #b5b5b5;
	margin: 0;
	padding: 0;
}

html, body, input, textarea, select, table {
	font-family: 'Roboto Condensed', sans-serif;
	color: #313131;
	font-style: normal;
	font-weight: 400;
}

.awe, .error h4:before, .success h4:before {
	content: "\f106";
	font-size: 20px;
	display: inline-block;
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

h1, h2, h3, h4, h5, .HPlinks, .ev .loc, .evCal, .cardDate, .evCont .price strong, .next, .header, .level1, .buyticket, .zal, label, .icoLink, .catLink, input, textarea, select, button, .btn, .addFileButton, .calendar th, .cartSteps strong, .calendar td, .cart table th {
	font-family: 'Oswald', sans-serif;
}

hr {
	color: #e8e8e8;
	background: #e8e8e8;
	clear: both;
}

h1, h2, h3, h4, h5 {
	font-weight: 400;
	margin: 1.8em 0 20px 0;
	line-height: 1.25em;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: none;
}

a {
	color: #b44c69;
}

strong {
	font-weight: 400;
}

input, textarea, select, button, .btn, .addFileButton {
	margin: 0;
	border: 1px solid #d6d6d1;
	background: white;
	font-size: 16px;
	padding: 8px 10px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	line-height: 24px;
	font-weight: 400;
	outline: 0;
}

body {
	font-size: 1em;
	line-height: 1.5em;
}

#page {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

#base {
	position: relative;
}

.header-in, .main-in, .footer-in, .section {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

header {
	font-family: 'Oswald', sans-serif;
	position: relative;
	z-index: 100;
}

.header-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: static;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo strong {
	font-weight: 400;
}

.topCont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.logo a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-size: 17px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(/img/home.svg) 0 center no-repeat;
	padding-left: 38px;
	line-height: 1.1em;
}

.lang ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #ededeb;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 200;
}

.lang ul a {
	display: block;
	padding: 15px 0;
}

.lang img {
	display: block;
	height: auto;
	max-width: 15px;
	margin-left: auto;
	margin-right: auto;
}

.lang {
	position: relative;
}

.searchBoxIn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.searchBoxIn__a {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	position: relative;
}

.autocomplete {
	position: absolute;
	left: 0;
	top: 42px;
	width: 100%;
	max-width: 400px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: white;
	text-align: left;
	border: 1px solid #d6d6d1;
	border-top-width: 0;
}

.autocompleteItem +.autocompleteItem {
	border-top: 1px solid #d6d6d1;
}

.autocompleteLink:hover {
	text-decoration: none;
	color: #b44c69
}

.autocompleteLink {
	color: #313131;
	font-size: .875em;
	padding: 4px 10px;
	display: block;
	text-decoration: none;
}

.searchBox {
	background: #ededeb;
	padding: 8px;
	display: none;
	position: absolute;
	left: 0;
	text-align: center;
	left: 0;
	top: 50px;
	right: 0;
}

.langBtn:hover, .searchBtn:hover, .basket a:hover, .searchOn .searchBtn, .langOn .langBtn {
	background: #ededeb;
	color: #94002a;
}

.langBtn i {
	padding-left: 4px;
	font-size: 12px;
}

.langBtn {
	height: 50px;
	width: 50px;
	border-left: 1px solid #65645d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.langOn ul {
	display: block;
}

.searchBtn {
	height: 50px;
	text-align: center;
	width: 50px;
	border-left: 1px solid #65645d;
	cursor: pointer;
	line-height: 43px;
	font-size: 24px;
}

.btnLoading .btnText {
	visibility: hidden;
}

.searchOn .searchBox {
	display: block;
}

.basket a i {
	font-size: 24px;
	line-height: 50px;
	padding-right: 1px;
}

.basket a:hover {
	text-decoration: none;
	color: #94002a;
}

.basket a {
	display: block;
	text-decoration: none;
	height: 50px;
	color: #313131;
	text-align: center;
	min-width: 106px;
	padding: 0 10px;
	border-left: 1px solid #65645d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.curr2 {
	font-size: .875em;
	opacity: .75;
}

.curr1 {
	font-weight: 400;
}

.topNav ul a:hover {
	text-decoration: none;
	background: #bf9d34;
}

.topNav ul li:last-child {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-width: 0 1px 0 0;
}

.topNav ul a i {
	line-height: 18px;
	font-size: 24px;
	margin-top: -3px;
}

.topNav ul a {
	text-transform: uppercase;
	text-align: center;
	padding: 14px 25px;
	display: block;
	text-decoration: none;
	color: white;
	background: #b44c69;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-width: 0 0 0 1px;
}

.topNav ul {
	list-style-type: none;
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.topNav {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1000;
	width: 100%;
}

.topNav-in {
	background: #b44c69;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.menuOn .topNav {
	display: block;
}

.menuBtn {
	height: 50px;
	width: 50px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #65645d;
	border-width: 0 1px;
	line-height: 14px;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 200;
	background: #fff;
}

.menuBtn em, .menuBtn span:after, .menuBtn span:before {
	background: #313131;
}

.menuBtn:hover {
	background: #b44c69;
}

.menuBtn:hover em, .menuBtn:hover span:after, .menuBtn:hover span:before {
	background: #fff;
}


/*MENU IKONA*/

.menuBtn span {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	margin: 0 auto;
	position: relative;
	height: 12px;
	overflow: hidden;
}

.menuBtn em {
	display: block;
	height: 2px;
	margin: 5px auto 0 auto;
	width: 18px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.menuBtn span:after {
	display: block;
	height: 2px;
	content: " ";
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.menuBtn span:before {
	display: block;
	height: 2px;
	content: " ";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.menuBtn span:before, .menuBtn span:after {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


/* vysunuti menu */

.menuOn .menuBtn em, .menuOn .menuBtn span:after, .menuOn .menuBtn span:before {
	background-color: #fff;
}

.menuOn .menuBtn {
	background: #b44c69;
}

.menuOn .menuBtn em {
	width: 0;
}

.menuOn .menuBtn span:after {
	position: absolute;
	left: 0;
	top: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menuOn .menuBtn span:before {
	position: absolute;
	left: 0;
	bottom: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pageHeader {
	border-top: 1px solid #000;
}

.pageHeader.pageHeaderHP {
	background: url(/img/h3.jpg) center center no-repeat;
	background-size: cover;
	color: white;
	border-width: 0;
	height: 280px;
	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;
}

.pageHeaderHP h1 {
	margin: 0;
	font-size: 2.5em;
	font-weight: 300;
}

.pageHeader .content {
	padding: 5px 0;
}

.pageHeaderText a:hover {
	color: white;
	text-decoration: underline;
}

.pageHeaderText a {
	color: white;
	text-decoration: none;
}

.pageHeaderText {
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.searchIn .dateInput {
	min-width: 5em;
	position: relative;
	max-width: 7em;
}

.searchIn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto
}

.searchIn input {
	color: rgba(180, 76, 105, 1);
}

.searchIn input::-webkit-input-placeholder {
	color: rgba(180, 76, 105, 1);
	opacity: 1;
}

.searchIn input::-moz-placeholder {
	color: rgba(180, 76, 105, 1);
	opacity: 1;
}

.searchIn input:-ms-input-placeholder {
	color: rgba(180, 76, 105, 1);
	opacity: 1;
}

.searchIn input:-moz-placeholder {
	color: rgba(180, 76, 105, 1);
	opacity: 1;
}

.forSelect--small {
	max-width: 15em;
}

.searchIn .btn {
	text-transform: uppercase;
	width: 100%;
}

.searchIn >div:last-child {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: auto;
}

.searchIn p, .searchIn >div {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	padding: 3px;
	position: relative;
	width: 30%;
}

.pageHeader.pageHeaderHP .searchIn {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 9px;
}

.main {
	background: #ededeb;
}

.darkBlock {
	background: #d6d6d1;
}

.footerMenu {
	background: #313131;
	color: white;
}

.whiteBlock {
	background: white;
}

.cat {
	margin: 0 auto 10px auto;
	font-weight: 300;
	font-size: 1.75em;
	text-align: center;
	color: #313131;
	position: relative;
	background: white;
	max-width: 340px;
	width: 100%;
}

.cat a {
	color: #313131;
	display: block;
	padding: 10px 20px 10px 20px;
}

.cat a i {
	color: #b44c69;
	position: absolute;
	right: 0;
	text-align: 18px;
	text-align: right;
	top: 13px;
}

.cat a:hover {
	color: #b44c69;
	text-decoration: none;
}

.card {
	background: white;
	position: relative;
	margin-bottom: 20px;
}

.card img {
	display: block;
	width: 100%;
	height: auto;
}

.card-in {
	padding: 20px;
	position: relative;
}

.card h3 {
	font-size: 1.1em;
	line-height: 1.25em;
	font-weight: 400;
	margin: 0;
}

.card p {
	font-size: .9em;
	font-weight: 400;
	margin: 0 0 0 0;
	line-height: 1.25em;
}

.card h3~p {
	margin-top: 10px;
}

.cardDate strong {
	font-size: 1.25em;
}

.card .btns {
	text-align: center;
	padding-top: 10px;
}

.circleBtn, .circle {
	display: inline-block;
	background: #a2a29c;
	cursor: pointer;
	text-decoration: none;
	color: white;
	font-size: 32px;
	text-align: center;
	line-height: 33px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-decoration: none;
}

.circleBtn:hover {
	text-decoration: none;
}

.circleBtn.fa {
	font-size: 22px;
	line-height: 40px;
}

.circleBtn.smaller {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}

.card .btns a {
	margin: 0 2px;
}

.circleBtn.yellow {
	background: #bf9d34;
}

.circleBtn.green {
	background: #688816;
}

.circleBtn.red {
	background: #b44c69;
	color: white;
}

.circleBtn.red:hover {
	background: #bf9d34;
}

.circle {
	background: #b44c69;
	color: white;
	line-height: 42px;
	font-size: 1em;
}

.circleBtn:hover {
	background: #b44c69;
	color: white;
}

.circleBtn.rss {
	display: block;
	margin: 0 auto 10px auto;
	background: #f9b256;
	line-height: 40px;
}

.cat a:hover:before, .roll:hover .cat a:before, .categoryBox:hover .cat a:before {
	top: -37px;
}


/*flex*/

.categoryList, .categoryBox, .card-in, .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.card {
	-webkit-transition: box-shadow .3s;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
	max-width: 340px;
	margin: 0 auto 20px auto;
}

.card:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.categoryBox, .card-in, .card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.categoryList .col-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.card, .card-in {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.card-in h3 {
	-webkit-box-flex: 20;
	-ms-flex-positive: 20;
	flex-grow: 20;
}

.card-in p {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
}

.card-in .cardDate {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
}

.categoryList {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catLink {
	display: block;
	text-align: center;
}

.catLink a {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: .95em;
	padding: 2px 5px;
	background: #fff;
	border-top: 1px solid #D6D6D1;
	color: #313131;
	line-height: 1.2em;
	min-height: 38px;
	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;
}

.catLink a i {
	margin-left: 10px;
	vertical-align: baseline;
	font-size: 18px;
	line-height: .8em;
	color: #94002a;
}

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

.spec {
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.2em;
	padding-bottom: 15px;
}

.spec .ico, .spec img {
	color: white;
	display: block;
	margin: 0 auto 5px auto;
	font-size: 34px;
	width: 34px;
	height: 34px;
}

.spec a {
	color: #313131;
}

.spec .circleBtn {
	display: none;
}

.slider {
	width: 100%;
	max-width: 100%;
	padding: 0 0;
	position: relative;
	margin-top: -30px;
}

.slider-in {
	overflow: hidden;
	white-space: nowrap;
	padding-top: 30px;
}

.roll {
	display: inline-block;
	padding: 0 17px 0 0;
	vertical-align: top;
}

.roll .card {
	white-space: normal;
	width: 260px;
}

.slider>.icon-sipka-left {
	cursor: pointer;
	font-size: 28px;
	position: absolute;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
	left: -50px;
	width: 50px;
	text-align: center;
}

.slider>.icon-sipka-right {
	cursor: pointer;
	font-size: 28px;
	position: absolute;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
	right: -50px;
	width: 50px;
	text-align: center;
}

.next {
	display: inline-block;
	color: #b44c69;
	text-decoration: none;
	margin: 5px 15px 0 15px;
	text-align: center;
}

.next span {
	display: block;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 400;
}

.next .circleBtn {
	line-height: 42px;
	margin-bottom: 7px;
	font-size: 24px;
}

.nextweek {
	background: transparent url(../img/week.svg) no-repeat;
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.nextmonth {
	background: transparent url(../img/nextmonth.svg) no-repeat;
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.today {
	background: transparent url(../img/today.svg) no-repeat;
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.today.cz {
	background-image: url(/img/today-cz.svg);
}

.week.cz {
	background-image: url(/img/week-cz.svg);
}

.nextmonth.cz {
	background-image: url(/img/nextmonth-cz.svg);
}

.next .circleBtn {
	background: #b44c69;
}

.next.yellow .circleBtn {
	background: #bf9d34;
}

.next.green {
	color: #688816;
}

.next.green .circleBtn {
	background: #688816;
}

.next:hover {
	color: #bf9d34;
	text-decoration: none;
}

.next:hover .circleBtn {
	background: #bf9d34;
}

.next:hover .circleBtn.red, a:hover .circleBtn.red {
	background: #bf9d34;
	color: white;
}

.next.yellow {
	color: #bf9d34;
}

.next.yellow:hover {
	color: #b44c69;
}

.next .circleBtn.icon-kosik {
	font-size: 32px;
}

.next.yellow:hover .circleBtn {
	background: #b44c69;
	color: white;
}

.steps ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.steps strong {
	font-size: 1.25em;
	line-height: 1.3em;
	display: block;
	font-weight: 400;
}

.steps {
	font-weight: 400;
}

.steps:after {
	content: " ";
	display: block;
	clear: both;
}

.steps li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 225px;
	padding: 0 15px;
	font-size: .85em;
	line-height: 1.3em;
	position: relative;
}

.steps li img {
	display: block;
	height: 142px;
	width: 142px;
	margin: 15px auto 15px auto;
}

.steps li span {
	width: 142px;
	background: white;
	display: block;
	margin: 15px auto 0 auto;
	height: 142px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 15px;
}

.steps .s1 span {
	background: white url(../img/Step1.svg) no-repeat center center;
	background-size: 85px auto;
}

.steps .s2 span {
	background: white url(../img/s2.svg) no-repeat center center;
	background-size: 85px auto;
}

.steps .s3 span {
	background: white url(../img/Step3.svg) no-repeat center center;
	background-size: 85px auto;
}

.steps .s4 span {
	background: white url(../img/Step4.svg) no-repeat center center;
	background-size: 85px auto;
}

.steps .s2.cz span {
	background: white url(../img/Step2-CZ.svg) no-repeat center center;
	background-size: 85px auto;
}

.steps .s3.cz span {
	background: white url(../img/Step3-CZ.svg) no-repeat center center;
	background-size: 85px auto;
}

.steps .s2.fr span {
	background: white url(../img/Step2-FR.svg) no-repeat center center;
	background-size: 85px auto;
}

.steps .s3.fr span {
	background: white url(../img/Step3-FR.svg) no-repeat center center;
	background-size: 85px auto;
}

.steps li+li:after {
	content: " ";
	width: 55px;
	height: 54px;
	z-index: 3;
	position: absolute;
	top: 60px;
	left: -29px;
	background: transparent url(../img/step.png) no-repeat;
	background-size: 100% 54px;
}

.cartSteps {
	background: #d6d6d1;
	padding: 8px 5px;
}

.cartSteps li+li:after {
	background-size: 20px auto !important;
	left: -20px;
	top: 10px;
}

.cartSteps .s1 span {
	background: white url(../img/s5.png) no-repeat center center;
	background-size: 40px auto;
}

.cartSteps .s2 span {
	background: white url(../img/s6.png) no-repeat center center;
	background-size: 40px auto;
}

.cartSteps .s3 span {
	background: white url(../img/s7.png) no-repeat center center;
	background-size: 40px auto;
}

.cartSteps li span {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.cartSteps strong {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 4px;
}

.cartSteps li a {
	color: #313131;
	text-decoration: none;
}

.cartSteps li a:hover {
	color: #bf9d34;
}

.cartSteps li {
	width: 180px;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.cartSteps li.active {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.cartSteps ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
}

.footerMenu .col {
	width: 20%;
}

.footerMenu .main-in {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footerMenu a {
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	font-weight: 400;
}

.footerMenu .level1 {
	font-size: 1.1em;
	font-weight: 400;
}

.footerMenu h4 {
	margin: 0 0 20px 0;
	font-size: 1.1em;
	position: relative;
	font-weight: 400;
}

.footerMenu a:hover {
	color: #bf9d34;
	text-decoration: none;
}

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

.footerMenu ul li {
	padding: 0 0 4px 0;
}

.footerMenu .subUL ul a {
	font-size: .85em;
	line-height: 1.25em;
}

.footerMenu h4 span {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	cursor: pointer;
	padding-top: 5px;
	z-index: 2;
	height: 100%;
}

.footerMenu h4 span.rollOut i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #b44c69;
}

.slideShow {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 374px;
}

.slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent no-repeat center 0;
	background-size: cover;
	display: none;
}

.slide.aktivni {
	display: block;
}

.slideCont {
	position: absolute;
	left: 50px;
	top: 30px;
	background: rgba(255, 255, 255, .7);
	width: 100%;
	max-width: 600px;
	padding: 20px 30px;
	font-size: 1em;
	font-weight: 400;
}

.slideCont h3 {
	margin: 0;
	font-size: 1.3em;
	font-weight: 400;
	color: #b44c69;
	text-transform: uppercase;
}

.prepinac {
	white-space: nowrap;
	padding: 0 0;
	text-align: center;
	width: 100%;
	z-index: 5;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 8;
}

.prepinac span {
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	cursor: pointer;
	background: white;
	background-color: rgba(255, 255, 255, .7);
	margin-right: 9px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.prepinac span.aktivni, .prepinac span:hover {
	background: white;
}

.content {
	padding: 30px 0;
}

.categoryList {
	padding: 10px 0 0 0;
}

.categories .col-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
}

.content ul, .cke_editable ul {
	margin-left: 0;
	padding: 0;
	list-style-image: none;
}

.content ul li, .cke_editable ul li {
	padding: 0;
	margin: 8px 0;
	position: relative;
	padding-left: 30px;
	display: table;
}

.content ul li:before, .cke_editable ul li:before {
	content: " ";
	background: #bf9d34;
	display: block;
	clear: both;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: .6em;
}

.content>h1:nth-of-type(1) {
	margin-top: 0;
}

.content img {
	height: auto;
	max-width: 100%;
}

.content:after {
	content: " ";
	display: block;
	clear: both;
}

.footer .fa-facebook-square:hover, .footer .fa-facebook-square {
	color: #3E5B99;
}

.footer-in {
	background: white;
}

.footer a {
	color: #5a5b5d;
	text-decoration: none;
}

.footer p {
	margin: 0;
	color: #a2a29c;
	font-size: .85em;
	padding: 20px 0;
}

.footer .ft {
	padding: 45px 30px;
}

.footer p i {
	color: #a2a29c;
	font-size: 40px;
	margin-right: 15px;
	vertical-align: middle;
}

.footer img {
	margin: 0 5px;
	max-width: 100%;
	height: auto;
}

.navig {
	text-align: right;
	margin-top: 0;
	line-height: 20px;
}

.navig a, .navig span {
	color: #b44c69;
	background: white;
	font-weight: bold;
	width: 20px;
	font-size: .85em;
	line-height: 20px;
	min-width: 20px;
	text-align: center;
	display: inline-block;
	margin: 1px;
	text-decoration: none;
}

.navig span {
	background: #b44c69;
	color: White;
	font-weight: normal;
}

.navig a:hover {
	background: #b44c69;
	color: White;
	text-decoration: none;
}

.navig i {
	font-size: 1.2em;
}

.textBox {
	margin: 0 auto;
	max-width: 850px;
}

.threeColumns {
	margin: 0 auto;
	max-width: 100%;
}

.catHeader {
	background: white;
	margin: 0 0 10px 0;
	clear: both;
	min-height: 60px;
	padding: 10px 0;
}

.catHeader > .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 !important;
	min-height: 60px;
}

.catHeader p {
	margin: 10px 0 0 0;
}

.catHeader .row>div {
	padding-left: 15px;
}

.allEvents {
	font-weight: 400;
	color: #b44c69;
	white-space: nowrap;
	line-height: 60px;
	display: inline-block;
	text-align: right;
	padding: 0 0px;
	vertical-align: middle;
}

.allEvents i {
	margin-left: 5px;
	font-size: 20px;
	vertical-align: middle;
}

.catHeader h1 span {
	font-weight: 300;
	font-size: .75em;
}

.catHeader h1 {
	margin: 0;
	line-height: 1.1em;
	position: relative;
}

.catHeader h1 i, .detailHeaderIco .type {
	height: 60px;
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	font-size: 55px;
	vertical-align: middle;
	border-right: 3px solid #ededeb;
	color: #d6d6d1;
	line-height: 60px;
	text-align: center;
}

.detailHeader:after, .detailCont:after {
	content: " ";
	display: block;
	clear: both;
}

.detailHeader {
	background: white;
	display: table;
	width: 100%;
	margin-bottom: 3px;
}

.detailHeaderIco {
	display: table-cell;
	width: 63px;
	min-width: 63px;
	max-width: 63px;
	border-right: 3px solid #ededeb;
	vertical-align: top;
}

.detailHeaderIco a i {
	display: inline-block;
	min-height: 63px;
	line-height: 63px;
}

.detailHeaderDate {
	display: table-cell;
	width: 90px;
	background: #313131;
	min-width: 90px;
	max-width: 90px;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-weight: 400;
	padding: 0 5px;
	line-height: 1.2em;
	font-weight: bold;
}

.detailHeaderDate strong {
	display: block;
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
}

.detailHeaderDate em {
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: .9em;
}

.detailHeaderCont {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 10px 10px 20px;
}

.detailHeaderIco .type {
	position: static;
	border: 0;
	display: block;
	border-bottom: 3px solid #ededeb;
}

.detailHeaderIco a {
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
}

.detailHeaderCont h1 {
	margin: 0 0 5px 0;
	position: relative;
	display: block;
}

.detailHeaderCont p {
	margin: 0;
	line-height: 1.2em;
	font-weight: 400;
	max-width: 280px;
}

.shareIco {
	margin-top: 5px;
	font-size: 25px;
	line-height: 38px;
}

.detailHeaderText h1 {
	text-align: center;
	margin: 0;
	padding-right: 63px;
}

.detailHeader h1 span {
	display: inline-block;
	position: relative;
}

.detailHeader h1 i {
	position: absolute;
	top: -42px;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	color: #bf9d34;
	font-size: 48px;
	line-height: 48px;
}

.detailCont {
	background: white;
	padding: 30px;
	padding-top: 1px;
	margin-bottom: 10px;
	position: relative;
}

.detailCont-in {
	clear: both;
}

.data {
	margin: 25px 0;
}

.data td {
	font-weight: 400;
	padding: 2px 0;
	vertical-align: top;
}

.data th {
	font-weight: 300;
	text-align: left;
	padding: 2px 20px 2px 0;
	vertical-align: top;
}

.score i {
	font-size: 18px;
	color: #d6d6d1;
}

.overall .score i {
	font-size: 24px;
}

.score i.active {
	color: #bf9d34;
}

.buyticket {
	color: #bf9d34;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 5px 0;
	display: inline-block;
	width: auto;
	border: 0;
	background: transparent;
}

.buyticket .circleBtn {
	margin-right: 10px;
	line-height: 40px;
}

.buyticket:hover {
	color: #b44c69;
	text-decoration: none;
}

.buyticket:hover .circleBtn {
	background: #b44c69;
}

.icoLink {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	padding: 5px 0;
	display: inline-block;
	width: auto;
	border: 0;
	background: transparent;
}

.icoLink .circleBtn {
	margin-right: 10px;
	line-height: 40px;
	font-size: 20px;
}

.detImg {
	display: block;
	margin-left: -30px;
	margin-bottom: 15px;
}

.detImg img {
	width: 100%;
	height: auto;
	max-width: 540px;
	margin-top: -1px;
}

.fullScreen {
	margin-right: -30px;
}

.fullScreen img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.gallery span {
	padding: 2px;
	float: left;
}

.gallery img {
	width: auto;
	height: auto;
	max-height: 225px;
	display: block;
	min-width: 164px;
}

.gallery {
	width: 100%;
	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;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.review h5 {
	margin: 0;
	display: inline-block;
	font-size: .9em;
}

.reviewHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.review p {
	margin: 5px 0;
	line-height: 1.3em;
}

.review {
	margin-top: 25px;
}

.ticketBuy-simple {
	text-align: center;
}

.ticketBuy-simple h3 {
	text-align: center;
	font-size: 1.2em;
}

.ticketBuy-simple .cardDate {
	margin-top: 10px;
	font-size: 1.4em;
	line-height: 1.4em;
	display: block;
}

.ticketBuy-simple h5 {
	font-weight: 400;
	font-size: 1em;
	margin: 0;
}

.ticketBuy-simple p {
	font-weight: 400;
}

.ticketBuy-simple-table {
	width: 100%;
	max-width: 500px;
	margin: 25px auto;
}

.ticketBuy-simple-table td, .ticketBuy-simple-table th {
	padding: 3px 10px;
	text-align: left;
	font-weight: 400;
}

.ticketBuy-simple-table th {
	font-weight: 400;
}

.ticketBuy-simple-table td {
	background: #e7e7e4;
	border-top: 5px solid white;
}

.ticketBuy-simple-table td strong {
	font-weight: bold;
}

.ticketBuy-simple-table td+td {
	text-align: center;
}

.ticketBuy-simple-table td+td+td {
	text-align: right;
}

.window .ticketBuy-simple-table td {
	background: white;
	border-color: #e7e7e4;
}

.ticketBuy-seats {
	margin: 25px auto;
	table-layout: fixed;
}

.ticketBuy-seats-header th {
	vertical-align: bottom;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .9em;
}

.stage {
	display: block;
	margin: 0 auto 5px auto;
	width: 80%;
	text-align: center;
	background: #e7e7e4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 50px;
	font-weight: 400;
}

.ticketBuy-seats tr>th:first-child {
	text-align: right;
}

.seat {
	display: block;
	background: #e7e7e4;
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	height: 16px;
	padding: 0 2px;
	border-radius: 2px 2px 16px 16px;
	-webkit-border-radius: 2px 2px 16px 16px;
	font-size: 12px;
	max-width: 34px;
	min-width: 10px;
	text-decoration: none;
	width: 20px;
	overflow: hidden;
}

.seat:hover {
	text-decoration: none;
	color: white;
}


/*
.seat.over27 {
	width: 24px;
}
.seat.over37 {
	width: auto;
	font-size: 13px;
}

*/

.seat.over37 {
	width: auto;
}

.seat.over50 {
	font-size: 8px;
	overflow: hidden;
	width: 12px;
}

.seat .seat:hover {
	color: white;
	text-decoration: none;
}

.ticketBuy-seats>tr>td, .ticketBuy-seats>tr>th {
	padding: 3px 1px;
	font-size: 1.1em;
}

.ticketBuy-seats th {
	padding: 3px 8px;
	font-weight: 400;
}

.ticketBuy-seats tr {
	position: relative;
}

.ticketBuy-seats .seat-available {
	cursor: pointer;
}

.row-available .seat {
	background: #688816;
	color: transparent;
	cursor: pointer;
}

.row-sold .seat {
	background: #b44c69;
	color: transparent;
}

.seat-available {
	background: #688816;
}

.seat-sold {
	background: #b44c69;
}

.seat-choise {
	background: #bf9d34;
}

.tabScroll {
	max-width: 100%;
}

.tabOver {
	position: relative;
	margin: 0 -15px;
}

.ticketBuy-seats td>div {
	position: relative;
}

.ticketBuy-seats .popupWindow {
	top: 36px;
	left: 50%;
	margin-left: -220px;
	text-align: left;
}

.ticketBuy-seats-resp {
	display: none;
}

label {
	font-weight: 400;
	display: inline-block;
	padding-bottom: 4px;
	font-size: 1em;
}

.popupWindow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	text-align: center;
	min-width: 440px;
	height: 1px;
}

.window {
	background: #d7d7d2;
	padding: 10px;
	display: inline-block;
	max-width: 100%;
	position: relative;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	font-size: .85em;
}

.window h4 {
	margin: 0;
}

.window .ticketBuy-simple-table {
	margin: 15px 0;
}

.popupWindow {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.window:after {
	content: " ";
	background: transparent url(../img/arrow.png) no-repeat center 0;
	height: 15px;
	width: 100%;
	top: -15px;
	left: 0;
	display: block;
	position: absolute;
}

.forSeat p {
	margin: 3px 0;
}

.forSeat .buyticket {
	font-weight: 300;
	color: #313131;
	text-transform: none;
	display: block;
	font-size: 1em;
}

.grayBox {
	background: #e7e7e4;
	padding: 8px 20px;
}

.legenda {
	margin: 0 auto;
	max-width: 700px;
	font-weight: 400;
}

.legenda .seat {
	margin-right: 2px;
	-webkit-transform: scale(.7, .7);
	transform: scale(.7, .7);
	display: inline-block;
	width: 32px;
}

.legenda {
	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;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.legenda span {
	padding: 0 10px;
}

.confirm {
	background: #ece1c2;
	text-align: center;
	padding: 20px 10px;
	margin: 25px -30px;
	font-weight: 400;
}

.confirm h4, .confirm h3 {
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.confirm-in {
	margin: 0 auto;
	max-width: 700px;
}

.confirm ul {
	display: inline-block;
	margin: 0;
}

.confirm h4:before {
	font-size: 36px;
	margin-right: 10px;
}

.confirm.error h4:before {
	content: "\f071";
}

.confirm.error h4 {
	color: #e01e20;
}

.confirm.success h4 {
	color: #688816;
}

.confirm.success h4:before {
	content: "\f058";
}

.red {
	color: #b44c69;
}

.available {
	color: #688816;
	font-size: 1.1em;
	font-weight: bold;
}

.sort {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	padding: 6px 0 5px 0;
}

.sort>span {
	padding: 5px;
	float: left;
	min-width: 220px;
	width: 50%;
}

.potvrzeni {
	width: 100%;
	max-width: 380px;
	padding: 20px 15px;
	z-index: 10000;
	background-color: #F4F4F4;
	border: 1px solid silver;
	top: 20%;
	left: 50%;
	margin-left: -190px;
	text-align: center;
	position: fixed;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
}

.potvrzeni p {
	padding: 0;
	margin: 1em 0 0 0;
}

.potvrzeni button {
	padding: 10px;
	min-width: 50px;
	text-align: center;
	width: auto;
	font-size: 1em;
}

.potvrzeni h4 {
	margin: 0;
}

.potvrzeni .btn {
	line-height: 2em;
	font-size: 1.1em;
	padding: 0 10px;
}

.tab, table[border="1"] {
	font-size: 1em;
	border: 0;
	border-collapse: collapse;
	margin: 1em 0;
	width: auto;
	line-height: 1.3em;
}

.tab td, .tab th, table[border="1"] td, table[border="1"] th {
	border: 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-color: rgba(166, 168, 176, .2);
	padding: 6px 10px;
}

.tab th, table[border="1"] th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
}

.tab tr:nth-of-type(odd) {}

.form p {
	padding: 2px 0;
	margin: 0;
}

.form strong, .hasError strong, .form p span[style] {
	color: #94002a !important;
	font-weight: 400;
	font-size: .8em;
	display: block;
	text-align: left;
}

.form p span[style]:before {
	display: inline-block;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f071";
	margin-right: 4px;
}

.form .hasError input, .hasError .checkbox-replaced, .hasError .radio-replaced {
	border-color: #94002a;
}

.form .hasError label {
	color: #94002a;
}

.dateSearch {
	position: relative;
}

.calendar {
	width: 230px;
	background: #ededeb;
	padding: 25px 10px 5px 10px;
	position: absolute;
	top: 56px;
	right: 20px;
	z-index: 20;
	border: 1px solid #a6a69b;
	display: none;
}

.calClose {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	font-size: 10px;
}

.calendar table {
	width: 100%;
	table-layout: fixed;
	border: 0;
	border-spacing: 2px;
	border-collapse: separate;
}

.calendar td, .calendar td.active {
	vertical-align: middle;
	text-align: center;
	border: 0;
	line-height: 25px;
	font-weight: 400;
	font-size: 1em;
	background: white;
	cursor: pointer;
}

.calendar th {
	vertical-align: middle;
	text-align: center;
	border: 0;
	font-weight: 400;
	line-height: 25px;
	font-size: .8em;
	border: 0;
}

.calendar td.past, .calendar td.past:hover {
	color: #d6d6d1;
	background: transparent;
	border-color: transparent;
	cursor: default;
}

.calendar td:hover, .calendar td.active {
	background: #b44c69;
	color: white;
}

.calendar h5 {
	text-align: center;
	font-size: 1em;
	line-height: 26px;
	margin: 0;
	padding-bottom: 10px;
	color: #313131;
}

.calendar .btn {
	float: left;
	color: #b44c69;
	background: white;
	padding: 0;
	border: 0;
	text-align: center;
	min-width: 26px;
	width: 26px;
	height: 26px;
	line-height: 23px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.calendar .btn+.btn {
	float: right;
}

.calendar:after {
	content: url(../img/cal.png);
	display: block;
	position: absolute;
	right: 30px;
	top: -35px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.cal.active .calendar {
	display: block;
}

.cart {
	margin: 20px 0;
}

.cart table {
	width: 100%;
}

.cart table th {
	background: #e7e7e4;
	padding: 10px 10px;
	font-weight: 400;
}

.cart table td {
	padding: 10px 10px;
	font-weight: 400;
}

.cart table .cartItem td {
	background: #e7e7e4;
	font-size: 1.25em;
	line-height: 1.2em;
	border-top: 4px solid white;
	padding-top: 4px;
	padding-bottom: 4px;
}

.cartPrice strong {
	font-weight: bold;
	display: inline-block;
	font-size: 1.2em;
}

.cartPrice {
	text-align: right;
}

.cart .suma td {
	font-size: 1.25em;
	line-height: 1.2em;
	padding-top: 15px;
}

.remove:hover {
	background: #bf9d34;
}

.cart h3 {
	color: #94002a;
	margin: 0;
	padding-top: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.cart .cardDate {
	margin: 5px 0 0 0;
	font-size: 1.3em;
	line-height: 1.4em;
}

.cartBottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	margin-top: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup {
	background: White;
	background-color: rgba(255, 255, 255, .85);
	padding: 10px;
	border: 1px solid #cbd5db;
	position: absolute;
	left: 0;
	top: 27px;
	width: 200px;
	line-height: 1.25em;
}

.popup p {
	margin: 0;
}

.popup p+p {
	margin-top: 10px;
}

.popup p strong {
	font-weight: 600;
}

.popup a {
	text-decoration: none;
}

.arrow span:after, .arrow span:before, .arrow:after {
	border-color: #cbd5db;
	background: white;
	background-color: rgba(255, 255, 255, .85);
}

.summary {
	text-align: center;
}

.summary h4 {
	margin: 0 0 10px 0;
	font-size: 1em;
}

.summary h3 {
	color: #bf9d34;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: 400;
}

.summary .inputHolder {
	margin: 30px auto;
	width: auto;
}

.summary .inputHolder span {
	width: auto !important;
}

.breadcrumbs {
	font-size: .9em;
	color: #313131;
	font-weight: 400;
	line-height: 1.2em;
	padding: 15px 0;
	margin-bottom: -30px;
}

.breadcrumbs .main-in {
	position: relative;
	z-index: 1;
}

.breadcrumbs a {
	color: #313131;
	text-decoration: none;
}

.breadcrumbs i {
	margin: 0 5px;
}

.breadcrumbs strong {
	font-weight: 700;
}

.pic {
	overflow: hidden;
	display: table;
}

.pic span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.pic span img {
	display: block;
	margin: 0 auto;
}


/*BUTTON*/

.btn {
	width: auto;
	border-color: #b44c69;
	background: #b44c69;
	color: white;
	text-decoration: none;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
}

.btn:hover {
	text-decoration: none;
	background: #bf9d34;
	border-color: #bf9d34;
	color: white;
}

.numInput {
	display: inline-block;
	white-space: nowrap;
}

.numInput input {
	width: 50px;
	text-align: center;
	font-weight: bold;
	background: white;
	border: 0;
	padding: 5px;
	margin: 0 5px;
}

.numInput span, .numInput a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	background: #a6a69b;
	color: white;
	font-size: 20px;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-decoration: none;
}

.numInput a:hover, .numInput span:hover {
	background: #b44c69;
	color: white;
	text-decoration: none;
}

.numInput a.disabled, .numInput a.disabled:hover {
	background: #ccccc6;
	cursor: default;
}

.zal {
	width: 100%;
	max-width: 50%;
	float: right;
	text-align: right;
	margin-top: -46px;
	margin-bottom: 30px;
}

.zal ol {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	width: auto;
	text-transform: uppercase;
	display: inline-block;
}

.zal ol li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 3px solid #ededeb;
	background: white;
	border-right-width: 0;
	position: relative;
	max-width: 400px;
}

.zal li a {
	text-decoration: none;
	display: block;
	padding: 0 3px;
	color: #b44c69;
	font-weight: 400;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.zal li.active a {
	color: white;
	background: #a2a29c;
}

.zal li a:hover {
	color: white;
	background: #a2a29c;
	text-decoration: none;
}

.zal:after {
	content: " ";
	display: block;
	clear: both;
}

.zal li.extra a, .zal li.extra a:hover {
	background: #bf9d34;
	color: white;
}

.zal li.active:after {
	content: " ";
	background: transparent url(../img/zal.svg) no-repeat center 0;
	height: 12px;
	width: 100%;
	bottom: -11px;
	background-size: contain;
	display: block;
	position: absolute;
	z-index: 2;
}

.zal li.extra.active:after {
	background-image: url(../img/zal2.svg);
}

.zal ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.zal ol li {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.zalInContent .zal {
	float: none;
	max-width: none;
	text-align: center;
	margin: 0 0 -3px 0;
	width: auto;
}

.zalInContent {
	margin: 30px -30px 15px -30px;
	border-bottom: 3px solid #ededeb;
	text-align: center;
	padding: 0 30px;
}

.zalInContent .zal ol {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.zalInContent .zal ol li {
	border-left-width: 3px !important;
}

.zalInContent .zal ol li:last-child {
	border-right-width: 3px;
}

.zal .num {
	display: inline-block;
	color: white;
	background: #313131;
	font-size: 12px;
	line-height: 18px;
	padding: 0 6px;
	border-radius: 9px;
	text-align: center;
}

.help {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;
	font-size: 14px;
	color: white;
}

.help strong {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 28px;
	line-height: 28px;
	background: #515f6b;
	color: white;
	text-align: center;
	cursor: pointer;
}

.help .popup {
	position: absolute;
	left: 40px;
	top: -13px;
	background: #515f6b;
	text-align: left;
	display: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0;
}

.help strong:hover, .stepsBlok .help strong:hover {
	background: #e01e20;
	color: white;
}

h2.uppercase {
	font-weight: 300;
}

.onTop {
	background: #b44c69 none repeat scroll 0 0;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 24px;
	height: 42px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	width: 42px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 10;
}

.onTop:hover {
	background: #bf9d34;
	color: white;
	text-decoration: none;
}

.inputHolder {
	display: table;
	margin: 0 0;
	width: 100%;
}

.inputHolder+.inputHolder {
	margin-top: 20px;
}

.inputHolder span {
	display: table-cell;
	vertical-align: top;
	line-height: 1.2em;
	padding: 0 4px;
}

.inputHolder span+span {
	padding: 0 10px;
	width: 100%;
}

.inputHolder span+span img.paymentIco {
	float: none;
	margin: 0 5px 0 0;
	vertical-align: text-top;
	display: inline-block;
	height: 30px;
	width: auto;
}

.inputHolder span+span img {
	float: right;
	margin-left: 10px;
}

.inputHolder label {
	display: block;
	text-transform: uppercase;
}

.checkbox-replaced:before {
	line-height: 18px;
	display: inline-block;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.checkbox-replaced, .radio-replaced {
	border: 1px solid #d5d5d5;
	background: white;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.checkbox-replaced.checked.disabled:before {
	color: #dfdfdf;
}

.checkbox-replaced.disabled, .radio-replaced.disabled {
	border-color: #eaeaea;
	cursor: default;
	background: #f8f8f8;
}

.checkbox-replaced:before {
	content: "\f00c";
	color: #bf9d34;
	visibility: hidden;
	line-height: 30px;
	font-size: 20px;
}

.radio-replaced {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 18px;
	position: relative;
}

.radio-replaced:before {
	content: " ";
	background: #bf9d34;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	line-height: 18px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	visibility: hidden;
}

.radio-replaced.checked.disabled:before {
	background: #dfdfdf;
}

.checkbox-replaced.checked:before, .radio-replaced.checked:before {
	visibility: visible;
}

.message {
	z-index: 15000;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	font-weight: 600;
	padding: 0 40px;
	display: none;
	background: #688816;
	cursor: pointer;
	color: white;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.message-in {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 1.4em;
	text-align: center;
}

.message p {
	padding: 0;
	margin: 0 0 0 0;
}

.message a {
	color: white;
	text-decoration: underline;
}

.message a:hover {
	color: white;
	text-decoration: none;
}

.message button {
	min-width: 50px;
	text-align: center;
	width: auto;
	font-size: 1em;
}

.message h4 {
	margin: 0;
}

.messageError {
	background: #B44C69;
}

.message:after {
	content: "\f00d";
	display: block;
	cursor: pointer;
	font-size: 14px;
	clear: both;
	font-family: FontAwesome;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 49px;
	width: 49px;
	text-align: center;
}

.message .note i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 12px;
}

.message .note {
	display: table;
	margin: 0 auto;
	width: auto;
}

.message .note span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}


/*hovers*/

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


/*animace*/

a, .btn, button, .circleBtn, .inputHolder {
	-webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
	transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}

.cat a:before {
	-webkit-transition: top 0.4s ease-out;
	-webkit-transition: top .4s ease-out;
	transition: top .4s ease-out;
}

.menu ul ul, .topNav ul ul {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.menu li:hover ul, .topNav li:hover ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.modalWindow {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .25);
}

.windowCont h3 {
	margin: 0;
	padding: 0 40px;
	text-transform: uppercase;
}

.windowCont {
	background-color: white;
	padding: 20px;
	text-align: center;
	position: relative;
	max-height: 100%;
	overflow: auto;
	max-width: 700px;
	z-index: 5;
}

.windowCont .close {
	position: absolute;
	right: 10px;
	top: 12px
}

.close {
	cursor: pointer;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
	padding-top: 0;
	text-align: center;
	display: block;
	margin: 0 auto 10px auto;
	padding-top: 16px;
}

.close:after, .close:before {
	content: ' ';
	display: block;
	margin: 0 auto;
	height: 1px;
	width: 30px;
	background: #94002a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -1px;
}

.close:hover {
	-webkit-animation: cross .5s linear;
	animation: cross .5s linear;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes cross {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
	70% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes cross {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
	70% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.shareIcons .circleBtn {
	font-size: 20px;
	line-height: 40px;
	margin: 10px;
}

.loading {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 20000;
	background-color: rgba(255, 255, 255, 0.5);
	display: none;
}

.loading--on {
	position: relative;
}

.loading--on .loading {
	display: block;
}

.share {
	max-width: 100%;
	overflow: hidden;
	margin: 25px 0 0 0;
	text-align: center;
}

.shareIn {
	display: inline-block;
}

.loader {
	width: 80px;
	height: 80px;
	display: block;
	-webkit-animation: animLoader 1s infinite linear;
	animation: animLoader 1s infinite linear;
	border-width: 8px;
	border-style: solid;
	border-color: #94002a rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	display: none;
}

.btnLoading .loader {
	width: 36px;
	height: 36px;
	border-width: 5px;
	margin-top: -18px;
	margin-left: -18px;
	border-top-color: #fff;
	display: block;
}

.content .bottomImg img {
	width: 100%;
	height: auto;
	display: block;
}

.footerImg {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -10px;
	margin-bottom: 10px;
}

.content .bottomImg {
	margin: 30px -30px -30px -30px;
	display: block;
}

@-webkit-keyframes animLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.cond {
	max-height: 200px;
	overflow: auto;
	font-size: .85em;
	line-height: 1.25em;
}

.preview:hover i {
	background: #b44c69;
	color: white;
	text-decoration: none;
}

.preview, .preview:hover {
	color: #313131;
	text-decoration: none;
}

.preview i {
	background: #bf9d34 none repeat scroll 0 0;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 26px;
	text-decoration: none;
}

.cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	font-size: .8em;
	line-height: 1.2em;
	padding: 10px 60px 10px 10px;
	max-width: 360px;
	background: #b44c69;
	color: white;
	width: 100%;
	min-height: 50px;
	cursor: pointer;
}

.cookies .circleBtn {
	position: absolute;
	right: 10px;
	top: 5px;
	border-radius: 50px;
	font-size: 18px;
	line-height: 42px;
}

.confirm.confirmAdd {
	margin-top: 0;
	margin-bottom: 16px;
}

.filterBtn i {
	padding-left: 10px;
}

.filterBtn .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filterBtn {
	text-align: right;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pageFilter {
	background: #d6d6d1;
	padding: 10px 5px;
	display: none;
}

.pageFilterIn p {
	margin: 0;
}

.pageFilterIn h4 {
	margin: 0 0 8px 0;
}

.pageFilterIn {
	padding: 8px 10px 8px 10px;
	min-width: 200px;
}

.pageFilterInBtn {
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding-bottom: 10px;
}

.HPlinks .content a i {
	border: 2px solid #d6d6d1;
	color: #d6d6d1;
	border-radius: 50%;
	width: 64px;
	text-align: center;
	height: 64px;
	line-height: 60px;
	font-size: 40px;
}

.HPlinks .content a strong {
	padding-right: 15px;
}

.HPlinks .content a:hover i {
	border-color: #b44c69;
	color: #b44c69;
}

.HPlinks .content a:hover {
	color: #b44c69;
}

.HPlinks .content a {
	width: 33.333%;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: 300;
	color: #313131;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 30px;
}

.HPlinks .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
}

.eventList article h3 a:hover {
	color: #b44c69;
}

.eventList article h3 a {
	color: #313131;
}

.eventList article h3 {
	margin: 0 0 0 0;
	font-size: 1.5em;
	font-weight: 700;
}

.ev .img img {
	display: block;
	width: 100%;
}

.ev .img {
	position: relative;
	min-width: 150px;
	max-width: 260px;
	width: 30%;
}

.evContL p {
	margin: 5px 0;
}

.ev .cardDate {
	white-space: nowrap;
	line-height: 1.5em;
}

.ev .loc {
	color: #b44c69;
	font-size: 1.05em;
	font-weight: 400;
}

.evContL h4 {
	font-size: 1.05em;
	margin: 5px 0;
	font-weight: 400;
}

.evCal span {
	display: inline-block;
	vertical-align: text-bottom;
	background: url(/img/evcal2.svg) 0 center no-repeat;
	background-size: 20px 20px;
	margin-bottom: 2px;
	padding-left: 25px;
}

.evCal > span:hover {
	color: #bf9d34;
}

.evCal {
	position: relative;
}

.evCal > span {
	position: relative;
	text-decoration: none;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
	line-height: 1.5em;
	color: #b44c69;
	cursor: pointer;
}

.evCal .calendar {
	left: auto;
	right: 0;
	top: 2.5em;
}

.evCal .calendar:after {
	left: 50%;
	right: auto;
	top: -34px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.evContL {
	padding: 0 12px;
	margin: 10px 0;
	-webkit-box-flex: 20;
	-ms-flex-positive: 20;
	flex-grow: 20;
	width: 55%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.evText {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.evContR {
	border: 1px solid #d6d6d1;
	border-width: 0 0 0 1px;
	padding: 10px 12px;
	width: 20%;
	min-width: 13em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.evContRu, .evContRd {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.evContRu {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
}

.ev .dur {
	font-size: .9em;
}

.ev .price {
	font-weight: 400;
}

.num {
	display: inline-block;
	border-radius: 50%;
	font-size: 13px;
	background: #d6d6d1;
	line-height: 18px;
	min-width: 18px;
	text-align: center;
	vertical-align: middle;
}

.eventList article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: white;
	margin: 10px 0;
}

.listTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.listTopL {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.listTopL > span {
	display: block;
	padding: 0 5px 5px 0;
}

.listTopL .sortby {
	margin-right: 3px;
}

.listTopL .sortby span {
	color: #b44c69;
}

.listTopR {
	margin-left: auto;
}

.sortby {
	display: inline-block;
	position: relative;
	font-weight: 400;
}

.sortby span strong {
	font-weight: 700;
}

.sortby span {
	display: block;
	line-height: 30px;
	cursor: pointer;
	min-width: 145px;
	text-align: left;
	padding: 0 18px 0 10px;
	border: 1px solid transparent;
	border-bottom-width: 0;
	font-size: 1em;
	background-color: white;
	font-weight: 700;
}

.sortby span:hover {
	color: var(--primColor);
}

.sortby span i {
	margin-left: 4px;
	position: absolute;
	line-height: 30px;
	right: 0;
	top: 0;
	width: 18px;
	color: #b44c69;
}

.sortby ol {
	list-style-type: none;
	display: none;
	z-index: 10;
	margin: 0;
	padding: 4px 0;
	text-align: left;
	position: absolute;
	top: 31px;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.sortbyOpen span {
	background: #fff;
}

.sortby ol li {
	cursor: pointer;
}

.sortby ol li a {
	color: #313131;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
}

.sortby ol li a:hover {
	background: #b44c69;
	color: white;
	text-decoration: none;
}

.sortbyOpen ol {
	display: block;
}

.vouchetSet .inputHolder span label {
	padding-bottom: 0;
	font-weight: 700;
}

.vouchetSet .inputHolder span {
	vertical-align: middle;
}

.vouchetSet p {
	margin: 25px 0 0 0;
}

.voucherFill p {
	margin-top: 0;
	margin-bottom: 18px;
}

.vouchetSet h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

.vouchetSet .inputHolder {
	float: left;
	width: auto;
	margin: 0;
}

.vls {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.voucherTheme img {
	display: block;
	max-width: 100%;
	height: auto;
}

.voucherTheme div i {
	position: absolute;
	background: #688816;
	color: white;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 0;
	bottom: 0;
	visibility: hidden;
}

.voucherTheme div.active i {
	visibility: visible;
}

.voucherTheme div.active span {
	border-color: #688816;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.voucherFill input, .voucherFill textarea {
	font-weight: 300;
}

.voucherFill textarea {
	height: 10em;
}

.voucherFill {
	max-width: 29em;
	margin-left: auto;
}

.voucherTheme div:hover span {
	border-color: #688816;
}

.voucherTheme div:hover i {
	display: block;
}

.voucherTheme span {
	border: 2px solid transparent;
	display: block;
	padding: 1px;
}

.voucherTheme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.voucherTheme > div {
	width: 25%;
	float: left;
	padding: 0px;
	display: block;
	cursor: pointer;
	position: relative;
}

.voucher img {
	display: block;
}

.voucher .v1 {
	position: absolute;
	right: 5.5%;
	top: 10%;
	max-width: 50%;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 300;
	color: #65645c;
	padding: 5px;
}

.voucher .v2 strong {
	vertical-align: text-bottom;
	font-weight: 700;
	font-size: 36px;
	display: inline-block;
	padding-right: 5px;
	line-height: 1.1em;
}

.voucher .v2 {
	color: #65645c;
	position: absolute;
	right: 5%;
	bottom: 21%;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 300;
	vertical-align: text-bottom;
	text-align: right;
}

.vImg img {
	width: 100%;
	height: auto;
	display: block;
}

.vImg {
	position: absolute;
	top: 15px;
	left: 15px;
	max-width: 40.45%;
}

.vls .inputHolder {
	margin: 5px 0;
	display: flex;
	align-items: center;
}

.vls .inputHolder label {
	text-transform: none;
	padding-right: 15px;
}

.voucher {
	border: 1px solid #EDEDEB;
	padding: 15px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
	position: relative;
}
