#system-debug {
	display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

/* FRONTEND CSS
*********************************************/
@font-face {
    font-family: Comfortaa;
    src: url('../fonts/evolve-light.otf');
}
html {
	display: block;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}
html.sel {
		height: 100%;
}
body {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 !important;
	padding: 0;
	font-family: 'Comfortaa', sans-serif !important;
}
textarea {
	font-family: 'Comfortaa', sans-serif !important;
	font-weight: 300;
}
input, select {
	font-weight: 300;
	transition: all 0.2 ease-in-out;
}
input:disabled, button:disabled {
	filter: grayscale(100%);
	transition: all 0.2 ease-in-out;
}
a, a:hover, a:active, a: visited {
	color: #ed1c24;
}
body.home {
	width: 100%;
}
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.modalDialog {
	z-index: 99999999999999 !important;
	overflow: hidden;
}
.mobile #html5banner {
	width: 100% !important;
}
.thirdItem {
	clear: both;
}
#wrapper.app, .app #content-wrapper, .app #content {
	width: 100vw;
	max-width: 100vw;
}
.contentAreaNext.nGEvent, .contentAreaPrevious.nGEvent {
	height: 100% !important;
	top: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.contentAreaNext.nGEvent:after, .contentAreaPrevious.nGEvent:after {
	box-sizing: border-box;
	vertical-align: middle;
	display: block;
	left: 50%;
	line-height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}
.contentAreaNext.nGEvent {
	padding-left: 50px !important;
}
.contentAreaPrevious.nGEvent {
	padding-right: 50px !important;
}
#search-similar {
	color: #fff;
	margin-left: 10px;
	padding: 5px;

}
#share-float {
	position: fixed;
	z-index: 999;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: #323232;
	display: none;
	top: 36px;
	height: 35px;
	padding: 7px 0 0;
	left: 0;
	text-align: center;
	transition: all 0.2s ease-in;
}
#share-float.open {
	display: block;
	z-index: 10000000000 !important;
	transition: all 0.2s ease-in;
}
#share-btns {
	display: table-cell;
	height: 100%;
	line-height: 36px;
	padding: 5px 15px 5px 5px;
	vertical-align: middle;
	color: #fff !important;
	cursor: pointer;
	text-align: center;
	font-size: 1.0em;
    line-height: normal;
    position: relative;
    z-index: 100001;
}
#share-btns i {
	font-size: 1.5em;
}
#share-btns-block {
	display: none;
	position: absolute;
	margin-top: 5px;
	width: 270px;
	left: 0;
	margin-left: -70px;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: #323232;
	transition: all 0.2s ease-in;
}
.pswp__button--share, .pswp__button--fs, .pswp__button--zoom {
	display:  none !important;
}
.pswp__button--download {
	background: url('../images/nx-dl.gif') 50% 50% no-repeat !important;
	/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;*/
}

#share-btns.open #share-btns-block {
	display: block;
	transition: all 0.2s ease-in;
}
.ngbt.closeButton.nGEvent, .mobile .ngbt.previousButton.nGEvent, .mobile .ngbt.nextButton.nGEvent {
	display: none !important;
}
.ya-share2 li {
	display: inline-block;
}
.mobile .closeButtonFloating.nGEvent {
	padding: 0 !important;
}
#html5banner {
	text-align: center;
}
.daily-item {
	opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
	transition: all 1.2s ease-out;
}
.daily-item.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.daily-cat {
	clear: both;
	width: 100%;
	display: block;
	min-height: 40px;
	padding: 0 25px;
}
.daily-cat .daily-cat-title {
	font-size: 24px;
	width: auto !important;
	float: left !important;
	display: inline-block;
	padding-left: 25px;
	font-weight: bold;
	line-height: 40px !important;
	padding: 0 10px !important;
}
.mobile .daily-cat-title {
	font-size: 20px;
	margin: 0 auto !important;
	float: none !important;
}
.daily-cat a {
	float: right;
	color: #ed1c24;
	font-size: 20px;
	line-height: 40px;
}
.mobile .daily-cat a {
	font-size: 16px;
	float: none;
	margin: 0 auto;
}
.mobile .daily-cat {
	text-align: center;
	padding: 0 15px;
}
.daily-gal {
	width: 100%;
	display: block;
	text-align: center;
	margin: 20px 0;

}
.daily-gal a {
	text-decoration: none !important;
	border: 0;
}
.daily-gal img {
	display: inline-block;
	border: 10px solid #eee;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0 0.5%;
	width: 31%;
	cursor: pointer;
	transition: all 0.2s ease-in;
}
.mobile .daily-gal img {
	border: 10px solid #eee;
	width: 95%;
}
.daily-gal img:hover {
	border: 10px solid #ccc;
	transition: all 0.2s ease-in;
}
/*** FP
******************************/
#wrapper-select {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#select-day {
	width: 50%;
	height: 100%;
	display: inline-block;
	font-size: 0;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	min-height: 100vh;
	background: #aaa url('../images/day-bg.png') 100% 50% repeat;
	transition: all 0.2s ease-out;
}
#select-night {
	width: 50%;
	height: 100%;
	position: relative;
	display: inline-block;
	font-size: 0;
	margin: 0;
	float: right;
	padding: 0;
	min-height: 100vh;
	background: #333 url('../images/night-bg.png') 0 50% repeat;
	transition: all 0.2s ease-out;
}
.mobile #select-night, .mobile #select-day {
	width: 100%;
	height: 50%;
	min-height: 50%;
	display: block;
}
.mobile #select-day {
	background: #aaa url('../images/day-bg.png') 50% 100% repeat;
}
.mobile #select-night {
	background: #333 url('../images/night-bg.png') 50% 0 repeat;
}
#select-logo {
	position: absolute;
	display: none;
	left: 50%;
	margin-left: -85px;
	top: 20px;
	z-index: 99999;
}
#wrapper-select div a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}
body.he #select-day #aday {
	background: url('../images/fp-day-he.png') 50% 50% no-repeat;
}
body.he #select-night #anight {
	background: url('../images/fp-night-he.png') 50% 50% no-repeat;
}
body.ru #select-day #aday {
	background: url('../images/fp-day-ru.png') 50% 50% no-repeat;
}
body.ru #select-night #anight {
	background: url('../images/fp-night-ru.png') 50% 50% no-repeat;
}
body.en #select-day #aday {
	background: url('../images/fp-day-en.png') 50% 50% no-repeat;
}
body.en #select-night #anight {
	background: url('../images/fp-night-en.png') 50% 50% no-repeat;
}
#select-day #aday, #select-night #anight {
	background-size: contain !important;
}
#separator {
	background: url('../images/divider-vertical.png') 50% 50% repeat-y;
	width: 48px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999;
	margin-left: -24px;
}
.mobile #separator {
	width: 100%;
	height: 48px;
	background: url('../images/divider-horizontal-slim.png') 50% 50% repeat-x;
	left: 0;
	top: 50%;
	margin-top: -24px;
	margin-left: 0;
}

#wrapper-select.animate .selector {
	width: 0;
	height: 100%;
	transition: all 0.6s ease-out;
}
#wrapper-select.animate .active {
	width: 100%;
	height: 100%;
	transition: all 0.6s ease-out;
}
#wrapper-select.animate #separator {
	opacity: 0;
	height: 0;
	top: 50%;
	transition: all 0.3s ease-out;
}
.mobile #wrapper-select.animate .selector {
	height: 0;
	min-height: 0;
	width: 100%;
	transition: all 0.6s ease-out;
}
.mobile #wrapper-select.animate .active {
	height: 100%;
	width: 100%;
	transition: all 0.6s ease-out;
}
.mobile #wrapper-select.animate #separator {
	opacity: 0;
	width: 0;
	left: 50%;
	transition: all 0.3s ease-out;
}
/*** General
*****************************/
.mobile div.ngbt.minimizeButton.nGEvent.viewToolbarButton {
	display: none !important;
}
.mobile div.ngbt.linkOriginalButton.nGEvent,
.mobile div.ngbt.pageCounter.nGEvent,
.mobile a.ngbt.linkOriginalButton.nGEvent {
	display: table-cell !important;
}
a.ngbt.linkOriginalButton.nGEvent, a.ngbt.linkOriginalButton.nGEvent:hover, a.ngbt.linkOriginalButton.nGEvent:visited {
	color: #fff !important;
	cursor: pointer;
}
body.day .ngbt.linkOriginalButton.nGEvent {
	display: none !important;
}
body.day .nanogallery_theme_clean .nanoGalleryContainer .nanoGalleryThumbnailContainer .imgContainer {
	background: #eee !important;
}
body.day .nanoGalleryContainer > .nanoGalleryThumbnailContainer {
	background: #eee !important;
	border: 0 !important;
}
body.day .nanoGalleryLBar {
	background: #fff !important;
}
.app #k2Container {
	padding: 20px 0 !important;
	margin: 0 !important;
}
body.day #k2Container.itemView .itemHeader {
	display: block;
	height: auto;
	padding: 0 15px;
	clear: both;
	height: 30px;
	width: 100% !important;
}
body.day #k2Container.itemView h2.itemTitle, .daily-cat .daily-cat-title, .specials #wrapper h2.itemTitle, .contacts-app #wrapper h2.itemTitle {
	width: auto;
    height: 100%;
    display: block;
    background: #ed1c24;
    color: #fff;
    line-height: 30px;
    font-size: 24px;
    padding-left: 25px;
    padding: 5px;
    border-radius: 7px;
    float: left;
    margin-right: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    clear: both !important;
}

body.day #search-similar {
	display: none;
}
.mobile.day #k2Container.itemView h2.itemTitle, .specials #wrapper h2.itemTitle, .contacts-app #wrapper h2.itemTitle {
	width: 100%;
	float: none !important;
	text-align: center;
	margin: 0 auto !important;
}
.specials #wrapper h2.itemTitle, .contacts-app #wrapper h2.itemTitle {
	margin: 0 auto !important;
	text-align: center !important;
	width: calc(100% - 40px) !important;
	padding: 0 !important;
	line-height: 45px !important;
}
.mobile #k2Container.itemView h2.itemTitle {
	width: 100%;
	float: none !important;
	text-align: left;
	margin: 0 auto !important;
	position: relative;
	line-height: 40px;
	min-height: 40px;
	margin-bottom: 10px;
	display: block;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.mobile #k2Container.itemView h2.itemTitle a#search-similar {
	position: absolute;
	right: 0;
	top: 0;
	margin: 40px 30px 0 0;
}
#k2Container.itemListView div.catItemExtraFields, div.genericItemExtraFields {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -10px;
	top: -10px;
	border: 0;
}
.moduletable_lang {
	width: 130px;
	top: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -90px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: right;
}
.moduletable_lang a {
	text-decoration: none;
	color: #fff;
}
.day .moduletable_lang a {
	color: #222;
}
.moduletable_lang .active a {
	text-decoration: underline;
}
.lang-inline li {
	display: inline-block;
	margin: 0 0 0 5px;
}
.mobile .moduletable_lang {
	position: absolute;
	right: 10px;
	left: auto;
	top: 59px;
	transform: none;
	margin: 0;
	text-align: right;
}
.mobile .mod-languages_lang {
	float: right;
}
.mod-languages_lang ul {
	text-align: right;
	margin: 0;
	padding: 0;
}
#prices {
	width: 100%;
	display: block;
	clear: both;
}
#prices a {
	color: #111;
	text-decoration: none;
}
.day-price {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px !important;
}
.day-price-left {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	text-align: center;
	padding: 25px 0;
	border-right: 2px solid #333;
}
.mobile .day-price-left {
	width: 90%;
	padding: 5px 0 20px;
	margin: 0 5%;
	border-right: 0;
	border-bottom: 2px solid #333;
}
.day-price-right {
	display: inline-block;
	width: 74%;
	font-size: 24px;
	text-indent: 60px;
	vertical-align: middle;
	padding: 5px 30px;
	text-align: justify !important;
}
.mobile .day-price-right {
	width: 100%;
	margin: 10px 0 0;
	padding: 0 10px;
	font-size: 16px;
}
.day-price-right p {
	margin: 0;
}
.day-price-title {
	font-size: 38px;
	margin: 5px auto;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.day-price-cost {
	font-size: 20px;
	margin: 5px auto;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.day-price-link {
	display: inline-block;
	width: auto;
	height: 60px;
	margin: 25px auto 0;
	padding: 0 20px;
	line-height: 65px;
	text-decoration: none;
	font-size: 36px;
	background: #ed1c24;
	color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.day-price-list {
	padding: 5px 25px;
}
.day-price-list ul {
	list-style: none;
}
.day-price-list i {
	color: #18c21b;
}
.mobile .day-price-list ul {
	margin: 0;
	padding: 0;
}
/*** Calendar defaults
******************************/
#k2Container.genericView .k2FeedIcon, 
#k2Container.genericView .componentheading {
	display: none;
}
.calendarCurrentMonth {
	min-width: 180px;
	text-align: center;
}
.k2CalendarLoader {
	background-color: #323232 !important;
}
div.k2CalendarBlock, .moduletable_cal {
	height: 95px;
}
div.k2CalendarBlock {
	margin: 0;
}
.moduletable_cal {
	
}
.calendar {
	text-align: center;
}
.mobile .calendar {
	text-align: left;
	overflow-x: scroll;
}
.c-mwr {
	display: block;
	width: 100%;
	height: 100%;
	position: static;
	overflow: hidden;
	text-align: left;
}
.mobile .c-mwr {
	position: relative;
	/*width: 84vw;*/
	width: 100vw;
	overflow-x: scroll;
	display: inline-block;
}
.c-iwr {
	position: static;
	width: 100%;
	height: 100%;
	display: table;
}
.mobile .c-iwr {
	position: static;
	display: inline-block;
	left: 0;
	top: 0;
}
#cal-left, #cal-right {
	width: 8vw;
	height: 100%;
	text-align: center;
	display: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;

}
.mobile #cal-left, .mobile #cal-right {
	display: flex;
	justify-content: center;
	flex-direction: column;
	display: none;
}
.c-days {
	display: table-cell;
	color: #dedede;
	text-align: center;
}
.c-days:nth-child(odd) {
	background: rgba(0,0,0,0.1);
}
.c-head {
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 24px;
	height: 40px;
	background: #323232;
	position: relative;
}
.mobile .c-head {
	text-align: right;
	font-size: 18px;
	padding-right: 5px;
}
.calendarTodayLink {
	position: absolute;
	right: 15px;
	top: 0px;
}
.mobile .calendarTodayLink {
	right: auto;
	left: 5px;
}
.calendarTodayLink a {
	font-size: 18px !important;
	text-decoration: underline !important;
}
.c-head div {
	display: inline-block;
	margin: 0 15px;
}
.mobile .c-head div {
	margin: 0 3px;
}
.c-day {
	color: #222;
}
.c-days a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.mobile .c-day-name {
	padding: 0 3px;
}
.c-days a .c-day {
	text-decoration: underline;
	color: #fff;
}
.c-month {
	height: 50px;
	background: #3f3f3f;
	line-height: 27px;
	display: table;
	width: 100%;
}
.mobile .c-month {
	width: 100vw !important;
	overflow-x: scroll;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow-y: hidden;
}
.c-day-name {
	font-size: 16px;
	text-transform: uppercase;
}
.c-head a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
}
.mobile .c-head a {
	font-size: 20px;
}
.itemListCategoriesBlock {
	margin-top: 20px;
}

.subCategoryContainer {
	float: none !important;
	vertical-align: top;
}
.mobile .subCategoryContainer {
	margin: 0 auto 15px !important;
}
.subCategory {
	background: #323232 !important;
	border: 0 !important;
}
.subCategory h2 {
	margin: 3px 0 0;
}
.itemListSubCategories {
	text-align: center;
}
#k2Container {
	padding-top: 25px;
}
.day #k2Container.itemView {
	
}
#wrapper .day-contacts:nth-child(1) {
	margin-top: 20px;
}
#wrapper .day-contacts {
	display: block;
	width: 100%;
	font-size: 24px;
	box-sizing: border-box;
	padding: 0 15px;
	display: flex;
	color: #fff;
	justify-content: space-between;
	flex-direction: row;
}
#wrapper .day-contacts a {
	font-size: 28px;
	margin: 0 5px;
}
#wrapper .contacts-app {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	color: #fff;
}

#specials-slider {
	width: 100%;
	padding: 30px 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}
.specials__item {
	width: 1200px;
	height: auto;
	display: flex;
	box-sizing: border-box;
	justify-content: flex-start;
	flex-direction: column;
}
.mobile .specials__item {
	width: 100vw;
}
.specials__img {
	height: 0;
	max-height: 0;
	overflow: hidden;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.specials__img.active {
	height: auto;
	height: auto;
	max-height: 60vh;
	transition: all 0.2s ease-in-out;
}
.specials__img.active:after {
	position: absolute;
	right: 5vw;
	top: 50%;
	width: 45px;
	transform: translateY(-50%);
	height: 45px;
	content: '';
	background: url('../images/specials_button_white.png') 50% 50% no-repeat;
	background-size: contain;
}
.specials__text {
	width: 100%;
	height: 0;
	max-height: 0;
	box-sizing: border-box;
	padding: 0 15px;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.specials__text.active {
	padding: 15px;
	height: auto;
	max-height: 300vh;
	transition: all 0.2s ease-in-out;
}
.specials__item img {
	max-width: 1200px;
}
.mobile .specials__item img {
	max-width: 100vw;
}

#k2Container.genericView .genericItemList, #k2Container.latestView .latestItemList, #k2Container.itemListView .itemList #itemListPrimary {
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}
.mobile #k2Container.genericView .genericItemList, .mobile #k2Container.latestView .latestItemList, .mobile #k2Container.itemListView .itemList #itemListPrimary {
	text-align: center;
	padding: 0;
}
#k2Container.genericView .genericItemList .genericItemImageBlock, #k2Container.latestView .latestItemList .latestItemImageBlock, #k2Container.itemListView .itemList #itemListPrimary .catItemImageBlock {
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
}
.mobile #k2Container.genericView .genericItemList .genericItemImageBlock, .mobile #k2Container.latestView .latestItemList .latestItemImageBlock, .mobile #k2Container.itemListView .itemList #itemListPrimary .catItemImageBlock {
	height: auto;
	margin-bottom: 10px;
}
#k2Container.genericView .genericItemList .genericItemView, #k2Container.latestView .latestItemList .latestItemView, #k2Container.itemListView .itemList #itemListPrimary .itemContainer, .subCategoryContainer {
	max-width: 375px !important;
	margin: 0 7px 15px 7px;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	background: #323232;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	border-radius: 7px;
	float: left;
	transition: all 0.2s ease-in;
}
#wrapper .photographers {
	display: flex;
	box-sizing: border-box;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 20px;
}
#wrapper .photographers .photographer {
	width: auto;
	padding: 10px;
	box-sizing: border-box;
	background: #323232;
	text-align: center;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	margin-bottom: 20px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	border-radius: 7px;
}
.day #k2Container.itemListView .itemList #itemListPrimary .itemContainer, .day #k2Container.itemListView .itemList #itemListPrimary .itemContainer .catItemTitle {
	background: #eee;
}
.day #k2Container.itemListView .itemList #itemListPrimary .itemContainer:hover, .day #k2Container.itemListView .itemList #itemListPrimary .itemContainer:hover .catItemTitle {
	background: #ccc;
}
.day #k2Container.itemListView .itemList #itemListPrimary .itemContainer a {
	color: #323232;
}
.itemListView._phtp .subCategoryContainer {
	width: 220px !important;
}
.itemListView._phtp .subCategory {
	margin: 0;
	padding: 0 0 10px 0;
}
.itemListView._phtp .subCategoryContainer .subCategoryImage img{
	width: 200px;
	height: auto;
}
#k2Container.itemListView .itemList #itemListPrimary .catItemView {
	margin: 0;
	padding: 0;
}
.mobile #k2Container.genericView .genericItemList .genericItemView, .mobile #k2Container.latestView .latestItemList .latestItemView, .mobile #k2Container.itemListView .itemList #itemListPrimary .itemContainer, .mobile .subCategoryContainer {
	width: 95%;
	max-width: 370px;
	margin: 0 auto 20px;
	float: none;
}
#k2Container.genericView .genericItemList .genericItemView:hover, #k2Container.latestView .latestItemList .latestItemView:hover, #k2Container.itemListView .itemList #itemListPrimary .itemContainer:hover {
	background: #3f3f3f;
	transition: all 0.2s ease-in;
}
#k2Container.genericView .genericItemList .genericItemBody, #k2Container.latestView .latestItemList .latestItemBody, #k2Container.itemListView .itemList #itemListPrimary .catItemBody {
	margin: 0;
	padding: 0;
	position: relative;
	padding-bottom: 20px;
}
#k2Container.genericView .genericItemList span.genericItemImage, #k2Container.latestView .latestItemList span.latestItemImage, #k2Container.itemListView .itemList #itemListPrimary span.catItemImage {
	margin: 0;
	display: block;
	width: 355px;
	height: 265px;
	overflow: hidden;
}
.mobile #k2Container.genericView .genericItemList span.genericItemImage, .mobile #k2Container.latestView .latestItemList span.latestItemImage, .mobile #k2Container.itemListView .itemList #itemListPrimary span.catItemImage{
	width: 100%;
	height: auto;
}
#k2Container.genericView .genericItemList span.genericItemImage a, #k2Container.latestView .latestItemList span.latestItemImage a, #k2Container.itemListView .itemList #itemListPrimary span.catItemImage a {
	width: 100%;
	height: 100%;
	line-height: 220px;
	text-align: center;
}
.mobile #k2Container.genericView .genericItemList span.genericItemImage a, .mobile #k2Container.latestView .latestItemList span.latestItemImage a, .mobile #k2Container.itemListView .itemList #itemListPrimary span.catItemImage a{
	line-height: 100px;
}
.mobile #k2Container.genericView .genericItemList span.genericItemImage a img, .mobile #k2Container.latestView .latestItemList span.latestItemImage a img, .mobile #k2Container.itemListView .itemList #itemListPrimary span.catItemImage a img {
	display: block;
	width: auto;
}
#k2Container.genericView .genericItemList .genericItemTitle, #k2Container.latestView .latestItemList .latestItemTitle, #k2Container.itemListView .itemList #itemListPrimary .catItemTitle {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #323232;
	padding-top: 12px;
	transition: all 0.2s ease-in;
}
#k2Container.genericView .genericItemList .genericItemView:hover .genericItemTitle, #k2Container.latestView .latestItemList .latestItemView:hover .latestItemTitle, #k2Container.itemListView .itemList #itemListPrimary .itemContainer:hover .catItemTitle{
	background: #3f3f3f;
	transition: all 0.2s ease-in;
}
#k2Container.genericView .genericItemList .genericItemTitle a, #k2Container.latestView .latestItemList .latestItemTitle a, #k2Container.itemListView .itemList #itemListPrimary .catItemTitle a {
	text-decoration: none;
	color: #fff;
}
.moduletable_ph {
	width: auto;
	max-width: 400px;
	height: auto;
	padding: 0;
	display: block;
	box-sizing: border-box;
	text-align: left;
	padding: 5px 0 0 15px;
	margin-top: 10px;
	color: #fff;
	font-size: 16px !important;
}
.moduletable_ph a {
	color: #cfcfcf;
	text-decoration: none;
}
#k2Container.itemView .itemTitle {
	text-align: left;
	color: #fff;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
}
.clr {
	clear: both;
}
.moduletable_ph h2, .moduletable_pl h2 {
	margin: 0;
	padding: 0;
	font-size: 16px !important;
}
.moduletable_pl {
	clear: both;
}
.place-map {
	margin-right: 30px;
	float: left;
}
#k2Container .itemBackToTop {
	position: fixed;
	right: 30px;
	bottom: 50px;
	background: #323232;
	color: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	border-radius: 4px;
	transition: all 0.2s ease-in;
	display: none;
}
#k2Container .itemBackToTop:hover {
	background: #ed1c24;
	transition: all 0.2s ease-in;
}
#k2Container .itemBackToTop a {
	padding: 5px 25px;
	color: #fff;
	display: block;
}
.calendarToday a, .calendarTodayLinked a, .calendarToday, .calendarTodayLinked {
	color: #ed1c24;
}
.c-days.active {
	background: #ed1c24 !important;

	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.c-days.active a {
	color: #fff !important;
}
.moduletable_contact {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	padding-top: 10vh;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.85);
}
.mobile .moduletable_contact {
	padding-top: 5vh;
}
.moduletable_contact a {
	color: #fff;
}
.custom_contact {
	width: 600px;
	min-height: 400px;
	margin: 0 auto;
	display: block;
	padding: 15px;
	border: 2px solid #3f3f3f;
	background: #323232;
	color: #fff;
	position: relative;
	border-radius: 10px;
	text-align: center;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.mobile .custom_contact {
	width: 90vw;
	max-height: 90vh;
	overflow-y: scroll;
	padding-right: 30px;	
}
.mobile .custom_contact p {
	/*text-align: left !important;*/
	font-size: 12px !important; 
}
.mobile .custom_contact a {
	display: block;
}
#contacts-close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	display: block;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	background: #3f3f3f;
	border-radius: 4px;
	transition: all 0.2s ease-in;
}
#contacts-close:hover {
	background: #ed1c24;
	transition: all 0.2s ease-in;
}
body #nanoGalleryViewer img.image.nGEvent.imgCurrent {
	transform: none !important;
}
.k2CatItemsDate {
	width: 100%;
	min-height: 40px;
	text-align: left;
	clear: both;
	margin: 0 0 20px;
	padding-left: 7px;
	color: #fff;
	line-height: 45px;
	font-size: 18px;
}
.k2CatItemsDateBlock {
	width: 230px;
	height: 100%;
	display: block;
	background: #ed1c24;
	color: #fff; 
	line-height: 30px;
	font-size: 24px;
	padding-left: 25px;
	padding: 5px;
	border-radius: 7px;
	float: left;
	margin-right: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.mobile .k2CatItemsDateBlock {
	width: 175px;
	font-size: 18px;
}
.k2CatItemsDateBlock b {
	display: block;
	width: 45px;
	height: 30px;
	font-weight: normal !important;
	background: #3f3f3f;
	font-size: 24px;
	border-radius: 5px;
	text-align: center;
	line-height: 34px;
	float: left;
	margin-right: 10px;
}
/*** Night defaults
******************************/
#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 999;
	background: #111 url('../images/night-bg.png') 0 0 repeat;
}
#wrapper.day {
	background: #efefef url('../images/day-bg.png') 0 0 repeat;;
}
#content-wrapper {
	width: 1200px;
	background: #202020;
	box-shadow: 0 0 15px rgba(255,255,255,0.3);
	margin: 0 auto;
	position: relative;
	min-height: 100vh;
	padding-bottom: 105px;
}
.app #content-wrapper {
	padding: 0 !important;
}
.day #content-wrapper {
	background: #fff;
}
.mobile #content-wrapper {
	width: 100%;
}
#header {
	width: 100%;
	height: 100px;
	border-bottom: 2px solid #ed1c24;
	position: relative;
}
.mobile #header {
	height: 120px;
}
#menu {
	width: 100%;
	height: 30px;
	background: #ed1c24;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding-left: 200px;
	padding-right: 25px;
}
.mobile #menu {
	text-align: right;
	padding: 0 5px 0 210px;
	height: 60px;
	box-shadow: none;
	z-index: 10;
}
.mobile .moduletable_menu, .mobile .moduletable_search {
	display: none;
}
.mobile .moduletable_menu.open, .mobile .moduletable_search.open {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 120px;
	z-index: 9999;
	width: 100%;
	height: auto;
	margin: 0;
	background: #333;
	transform: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 10px 10vw;
	bottom: auto;
}
.mobile .moduletable_menu .menu {
	float: left;
}
#mmenu, #msearch {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}
.mobile #msearch {
	position: absolute;
	right: 5px;
	bottom: 0;
}
.mobile #mmenu {
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 120px;
	text-align: left;
}
#hleft {
	position: absolute;
	left: 0;
	padding: 15px 30px;
	top: 0;
	z-index: 3;
}
#hleft img {
	max-width: 100%;
}
.mobile #hleft {
	padding: 10px;
	margin: 0;
}
#footer {
	width: 100%;
	height: 60px;
	background: #ed1c24;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mobile #footer {
	height: auto;
	line-height: 20px;
	padding: 3px 0;
}
#copy {
	float: left;
	line-height: 20px;
	padding-left: 25px;
	font-size: 13px;
}
#dev {
	float: left;
	padding-left: 25px;
	line-height: 20px;
	font-size: 13px;
	height: 20px;
}
.mobile #dev, .mobile #copy {
	font-size: 13px;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.mobile #dev a {
	line-height: 20px;
}
#dev a {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
	border-radius: 3px;
	line-height: 20px;
	transition: all 0.2s ease-in;
}
#dev a:hover {
	background: #333;
	transition: all 0.2s ease-in;
}
.album-list .ozio-pwi_album_title {
	text-transform: uppercase;
}
.album-list .ozio-pwi_album_title {
	width: 100%;
	margin: 0;
	padding: 0 5px;
	border-radius: 0;
	box-shadow: none;
}
.album-list .scAlbums, .album-list .pwi_album {
	width: 100%;
}
.album-list .pwi_album {
	background: #303030;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
.album-list a img {
	margin: 0;
	box-sizing: border-box !important;
	width: 260px;
	box-shadow: none;
	border-radius: 4px;
}
.mobile .album-list .scAlbums, .mobile .album-list .pwi_album, .mobile .album-list .pwi_album {
	width: 47vw !important;
}
.mobile .album-list a img {
	width: 46vw;
	height: auto;
}
.mobile .album-list .ozio-author {
	margin: 1vw;
}
.ozionanocontainer {
	margin-top: 10px;
}
#content .search #search-form {
	display: none;
}
/*** Cities
******************************/
.moduletable_ct {
	position: absolute;
	left: 250px;
	margin-top: 0px;
	top: 15px;
	width: 200px;
	max-height: 60px;
	overflow: hidden;
	padding-left: 35px;
	z-index: 9999;
	background: url('../images/t-down.png') 10px 50% no-repeat;
}
.moduletable_ct h3 {
	display: none;
	
}
.day .moduletable_ct {
	background: url('../images/t-down-d.png') 10px 50% no-repeat;
}
.moduletable_ct.open {
	max-height: 300px;
	background: #333;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.day .moduletable_ct.open {
	background: #efefef;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.moduletable_ct.open ul li {
	display: block;
}
.moduletable_ct ul {
	width: 200px;
}
.moduletable_ct ul li {
	display: none;
	width: 100%;
}
.moduletable_ct ul li a {
	width: 100%;
	color: #fff;
	line-height: 30px;
	font-size: 18px;
	text-decoration: none;
	padding-left: 10px;
}
.day .moduletable_ct ul li a {
	color: #333;
}
.moduletable_ct ul li.active {
	display: block;
	text-decoration: none;
}
.moduletable_ct li:hover a, .moduletable_ct li.active a {
	text-decoration: none;
}
.mobile .moduletable_ct {
	width: auto;
	max-width: 50%;
	left: 50%;
	transform: translateX(-40%);
	top: 89px;
	max-height: 30px;
	margin-top: 0;
	margin-left: 0;
	text-align: left;
}
.mobile .moduletable_ct.open {
	max-height: 300px;
	width: 100%;
}
.mobile .moduletable_ct a {
	font-size: 16px;
}
.mobile .moduletable_ct h3 {
	font-size: 14px;
	display: none;
}
.itemDateCreated {
	padding: 5px 10px;
	margin-left: 15px;
	background: #ed1c24;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	color: #fff !important;
	font-size: 16px !important;
	border-radius: 4px;
}
/*** Menu
******************************/
.moduletable_menu {
	width: 650px;
	height: 100%;
	position: absolute;
	left: 250px;
	bottom: 15px;
	height: 25px;
	text-align: left;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 100%;
	display: block;
	width: 100%;
}
.moduletable_menu ul li {
	display: inline-block;
	font-size: 0;
	height: 100%;
	transition: all 0.2s ease-in;
}
.mobile .moduletable_menu ul li {
	display: block;
	width: 100%;
	height: 25px;
	padding: 0 5vw;
	text-align: center;
	box-sizing: border-box;
}
.moduletable_menu ul li a {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	transition: all 0.2s ease-in;
}
.mobile .moduletable_menu a {
	text-align: center;
	width: 100%;
	display: block;
}
.moduletable_menu ul li:hover a, .moduletable_menu ul li.active a {
	text-decoration: underline;
	transition: all 0.2s ease-in;
}
.moduletable_menu ul li:hover {
	background: rgba(0,0,0,0);
	transition: all 0.2s ease-in;
}
.day .moduletable_menu a {
	color: #222;
}
/*** Search
******************************/
.moduletable_search {
	position: absolute;
	left: 50%;
	margin-left: 120px;
	top: 15px;
	transform: translateX(-50%);
	width: 200px;
	height: 30px;
}
.search_search {
	display: block;
	width: 100%;
	height: 100%;
}
.moduletable_search form {
	width: 100%;
	height: 100%;
	position: relative;
}
.moduletable_search input.inputbox {
	width: 100%;
	height: 24px;
	margin: 3px 0;
	border-radius: 3px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 35px 0 5px;
	box-sizing: border-box;
}
.day .moduletable_search input.inputbox  {
	border: 1px solid #222;
	color: #222;
}
.moduletable_search input.button {
	width: 30px;
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 2;
	height: 24px;
	border: 0;
	background: url('../images/search.png') 50% 50% no-repeat;
	cursor: pointer;
	color: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	line-height: 22px;
	font-size: 0;
}
.day .moduletable_search input.button {
	background: #222 url('../images/search.png') 50% 50% no-repeat
}
/*** SLider Related
******************************/
#relSlider, #itemListSecondary {
	width: 100%;
	height: 200px;
	text-align: center;
}
#relSliderLeft, #relSliderRight, #secSliderLeft, #secSliderRight {
	width: 30px;
	height: 200px;
	line-height: 190px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	font-size: 32px;
}
#relSliderRight i, #secSliderRight {
	text-align: right;
}
.mobile #relSliderLeft, .mobile #relSliderRight, .mobile #secSliderLeft, .mobile #secSliderRight {
	width: 5vw;
	font-size: 20px;
}
#relSliderInner, #secSliderInner {
	width: 1100px;
	display: inline-block;
	height: 200px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}
.mobile #relSliderInner, .mobile #secSliderInner {
	width: 275px;
}
.itemRelated h3 {
	color: #fff;
	text-align: center;
	margin: 0 0 5px;
	font-size: 20px !important;
}
.itemRelated ul, #secSliderLong {
	list-style: none;
	position: absolute;
	width: 999999px;
	margin: 0;
	height: 200px;
	padding: 15px 0;
	text-align: left;
	transition: all 0.2s ease-in;
}
.itemRelated ul li, #secSliderLong .itemContainer {
	display: block;
	float: left;
	margin: 0 25px 10px;
	width: 225px;
	height: 185px;
	vertical-align: top;
	background: #323232;
	border-radius: 5px;
	padding: 10px;
	font-size: 0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-sizing: border-box;
	transition: all 0.2s ease-in;
}
.itemRelated ul li:hover, #secSliderLong .itemContainer:hover {
	background: #3f3f3f;
	transition: all 0.2s ease-in;
}
#secSliderLong .catItemView.groupSecondary, #secSliderLong .catItemView.groupSecondary .catItemBody, #secSliderLong .catItemView.groupSecondary .catItemImage, #secSliderLong .catItemView.groupSecondary a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.itemRelLink, .itemRelDate, #secSliderLong .catItemView.groupSecondary, #secSliderLong .catItemView.groupSecondary .catItemDateCreated {
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#secSliderLong .catItemView.groupSecondary .catItemDateCreated {
	margin: 0 !important;
}
#secSliderLong .catItemView.groupSecondary .catItemImageBlock {
	padding: 0;
    height: 135px;
    overflow: hidden;
    margin: 0 0 10px !important;
}
.itemRelDate, #secSliderLong .catItemView.groupSecondary .catItemDateCreated {
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	font-size: 14px;
}
.itemRelLink {
	height: 135px;
	overflow: hidden;
	margin-bottom: 10px;
}
.itemListSubCategories h3, .itemListSubCategories .subCategoryMore {
	display: none;
}
.subCategory h2 a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.itemListCategory {
	background: none !important;
	border: 0 !important;
	margin: 0 0 10px 0!important;
	text-align: center;
}
.itemListCategory h2 {
	width: 200px;
	height: 100%;
	display: inline-block;
	background: #ed1c24;
	color: #fff; 
	line-height: 30px;
	font-size: 24px;
	padding: 5px;
	margin: 0;
	border-radius: 7px;
	float: none;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
/*** header elements
******************************/
#switch {
	width: 200px;
	height: 30px;
	background: #ed1c24;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	z-index: 2;
	top: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.mobile #switch {
	right: 10px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	left: auto;
	width: auto;
	max-width: 140px;
}
#switch a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.mobile #switch a {
	line-height: 20px;
	font-size: 20px;
	width: auto;
	max-width: 100px;
	padding: 0 30px;
}
#social {
	position: absolute;
	right: 0;
	padding-right: 25px;
	top: 15px;
	z-index: 9999;
}
.mobile #social {
	top: 10px;
	right: 10px;
	padding-right: 0;
}
#social a {
	color: #ed1c24;
	font-size: 25px;
	padding: 0 0 0 10px;
}
.mobile #social a {
	font-size: 25px;
	padding : 0 0 0 5px;
}
#phone {
	position: absolute;
	right: 0;
	padding-right: 25px;
	bottom: 15px;
	color: #ed1c24;
	font-size: 16px;
}
.mobile #phone {
	padding-right: 0;
	right: 10px;
	top: 42px;
}
#phone a {
	color: #ed1c24;
	text-decoration: none;
	font-size: 16px;
}
#loadmore {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
#scrollTop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: block;
	cursor: pointer;
	background: #3f3f3f;
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	border-radius: 5px;
	transition: all 0.2s ease-in;
}
#scrollTop:hover {
	background: #ed1c24;
	text-decoration: underline;
	transition: all 0.2s ease-in;
}
.place-image {
	padding: 0 15px;
}
.mobile .place-image {
	width: 100vw;
	height: auto;
	padding: 0;
}
.moduletable_banner_main {
	width: 100%;
}
.moduletable_banner_main img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.moduletable_banner_main p {
	margin: 0;
	padding: 0;
}
.custom_banners {
	display: none;
}
.page-random-banner {
	max-width: 1153px;
	margin-bottom: 15px;
	margin-left: 7px;
	padding: 10px;
	box-sizing: border-box;
	background: #323232;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    border-radius: 7px;
    clear: both;
}
.page-random-banner img {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	display: block;
}
.mobile .page-random-banner img {
	max-width: 100vw;
	margin-bottom: 20px;
	height: auto;
}
.bnr-link {
	display: block;
	width: 100%;
	height: auto;
}
.mobile .page-random-banner {
	width: 100%;
	padding: 0;
	margin: 0;
}
.itemVideoBlock h3 {
	display: none;
}
.itemVideoEmbedded iframe {
	width: 1168px;
	height: 657px;
}
.mobile .itemVideoEmbedded iframe {
	width: 320px;
	height: 180px;
}
#download-album {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	background: #ed1c24;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    color: #fff !important;
    font-size: 16px !important;
    float: right;
    margin-right: 15px;
}
.mobile #download-album {
	float: none;
	clear: both;
	display: inline-block;
	margin-left: 15px;
	margin-top: 10px;
}
.hdn {
	display: none !important;
}

/***** Neon Quiz 
*****************************/
#quiz {
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 2.5%;
}
#quiz .qentry {
	width: 100%;
	margin-bottom: 15px;
	font-size: 0;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
#quiz .qentry > div {
	background: #fcfcfc;
	display: inline-block;
	width: 150px;
	padding: 0 3px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	transition: all 0.3s ease-in;
}
#quiz .qentry > div:nth-child(1) {
	width: 100%;
	display: block;
	position: relative;
	padding: 10px 100px 10px 10px;
	line-height: 20px;
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ed1c24;
}
#quiz .qentry > div.opt.noselect {
	color: #aaa;
}
#quiz .qentry > div.opt {
	cursor: pointer;
	height: 45px;
	line-height: 45px;
	background: #3f3f3f;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
}
#quiz .qentry > div.opt:last-child {
	border-right: none;
}
#quiz .qentry > div.selected {
	background: #ed1c24;
	font-size: 16px;
	border-bottom: 5px solid #fff;
	transition: all 0.3s ease-in;
}
#quiz .qtext {
	font-size: 0;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}
#quiz .qtext > div {
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 3px;
}
#quiz .qtext .custom {
	padding: 10px;
}
.custom-text {
	color: #fff;
	font-size: 18px;
	padding: 5px 20px;
	margin-bottom: 0px;
}
#quiz .total {
	text-align: right;
	background: #3f3f3f;
	border-bottom: 2px solid #ed1c24;
	color: #fff;
	padding-right: 10px !important;
	border-top-left-radius: 5px;
	display: inline-block !important;
	width: 75% !important;
	height: 50px !important;
	line-height: 50px !important;
	font-weight: bold;
	font-size: 18px;
	text-align: right !important;
}
#quiz #total {
	width: 25% !important;
	border-top-left-radius: 0;
	border-top-right-radius: 5px;
	border-left: 2px solid #3f3f3f;
	background: #cacaca;
	padding: 0 10px;
	color: #3f3f3f;
}
#order-total span {
	text-decoration: line-through;
}
#quiz .val {
	position: absolute;
	right: 0;
	border-left: 2px solid #3f3f3f;
	background: rgba(0,0,0,0.2);
	display: block;
	height: 100%;
	padding: 10px;
	text-align: right;
	top: 0;
	box-sizing: border-box;
	width: 90px;
}
#quiz #qform {
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 2.5%;
}
#quiz input {
	width: 95%;
	margin: 0 2.5% 5px;
	padding: 5px;
	box-sizing: border-box;
}
#quiz #qsubmit {
	padding: 10px 25px;
	border-radius: 5px;
	border-bottom: 3px solid #3f3f3f;
	display: inline-block;
	margin: 10px auto;
	background: red;
	cursor: pointer;
	color: #fff;
}
#quiz .qhint {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 20px;
	padding: 10px;
	background: #3f3f3f;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
}

/*********order*********/
#order {
	display: flex;
	width: 100%;
	padding: 20px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	color: #fff;
}
.order-row-hor {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.order-row-third {
	flex: 0.32;
}
.order-row-half {
	flex: 0.49;
	width: 49%;
}
#order select, #order input {
	width: 100%;
	height: 40px;
	border: 0;
	padding: 0 10px;
	font-size: 18px;
	box-sizing: border-box;
	border-radius: 0px;
	transition: all 0.2s ease-in-out;
}
#order select {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	outline: none !important;
	background: linear-gradient(to bottom, #323232 0%,#202020 100%);
	color: #fff;
}
#order input:focus {
	border: 1px solid #ed1c24;
	outline: 0;
}
#order textarea {
	border: 0;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	min-height: 200px;
	border-radius: 3px;
	box-sizing: border-box;
}
#order-submit {
	margin: 30px auto 0;
	padding: 5px 30px;
	font-size: 24px;
	border: 0;
	border-radius: 0px;
	background: linear-gradient(to bottom, #ed1c24 0%,#bc1219 100%);
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(255,255,255,0.3) inset, 3px 3px 10px rgba(0,0,0,0.3);
}
.order #wrapper h2.itemTitle #search-similar, 
.contacts-app #wrapper h2.itemTitle #search-similar,
.specials #wrapper h2.itemTitle #search-similar {
	display: none;
}
#order-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 20px;
}
#order-buttons a {
	border: 0;
	border-radius: 0px;
	background: #fff;
	color: #fff;
	font-size: 24px;
	width: 48%;
	padding: 15px;
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(to bottom, #323232 0%,#202020 100%);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.app .itemBody {
	padding: 0 !important;
}
#order input.error, #order select.error {
	border: 2px solid #ed1c24;
	transition: all 0.2s ease-in-out;
}
#order-message-wrapper {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999999;
	background: rgba(0,0,0,0.7);
}
#order-message {
	background: #fff;
	border-radius: 3px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	color: #323232;
	padding: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	min-width: 60vw;
	transform: translate(-50%,-50%);
}
body.order #scrollTop {
	display: none !important;
}
#order h4 {
	margin: 5px 0;
}
#order h2, #order h3, #order h4 {
	font-weight: 300;
}
#order .totals {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0 20px;
}
#order .totals h3, #order .totals div {
	display: inline-block;
	width: 48%;
	padding: 0;
}
#order .start h3 {
	text-align: center;
	font-size: 22px;
}
#order .city {
	margin-top: 10px;
}
/********** Event gallery ********/
.social-sharing-toolbox {
	text-align: center;
	padding: 5px;
}
.social-sharing-toolbox a {
	color: #ed1c24;
	margin: 0 5px;
}
.mobile .social-sharing-toolbox a {
	margin: 5px 0;
}
.eventgallery-thumbnails .eventgallery-icon-container {
	right: 20px;
	bottom: 10px;
	display: none;
}
.eventgallery-thumbnails .eventgallery-icon-container span {

	border-radius: 3px;
}
.eventgallery-lazyme.eg-img.eventgallery-lazyload-loaded[longdesc*="images/gp.svg"] {
	background-size: 20%;
}
.eventgallery-thumbnails.eventgallery-imagelist.thumbnails {
	margin: 10px;
}
.mobile .eventgallery-thumbnails.eventgallery-imagelist.thumbnails {
	margin: 10px 0;
}

/********* get app ***************/
#get-app {
	position: fixed;
	z-index: 9999999999;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	display: block;
	background: rgba(0,0,0,0.85);
	transition: all 0.2s ease-in-out;
}
#get-app.visible {
	transform: translateY(0);
	transition: all 0.2s ease-in-out;
}
.get-app-text {
	position: relative;
	padding: 25px;
	background: #fff;
	color: #333;
	font-size: 20px;
	text-align: center;
	top: 50%;
	line-height: 30px;
	transform: translateY(-50%);
}
.get-app-text a {
	background: #ed1c24;
	text-decoration: none;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	border-radius: 2px;
	width: 80%;
	padding: 3px 15px;
	text-align: center;
	margin: 20px auto 0;
	display: block;
}
#get-app-close {
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: -10px;
	background: #ed1c24;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
}
