/* #region global */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none !important;
	font-family: 'Raleway', sans-serif;
	line-height: 160%;
	letter-spacing: 0.04em;
}

.custom-ticket-page iframe {
	width: 100%;
	border: 0;
}

table,
th,
td {
	border: 1px solid black;
	border-collapse: collapse;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

a.lnk {
	transition: 0.2s;
}

a.lnk:hover {
	text-decoration: underline;
	color: #00aaef;
}

b,
strong {
	font-weight: 700;
	font-size: inherit;
}

p,
ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}

main {
	padding-top: 425px;
}

hr {
	height: 1px;
	border: 0;
	background: #ccc;
}

.sign-up-block {
	text-align: center;
	background-color: #ebebeb;
	padding: 10px 0;
	margin: 20px 0;
}

.sign-up-block .sec-title {
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
}

.sign-up-block .txt-desc {
	font-size: 24px;
}

.sign-up-block .txt-info {
	font-size: 12px;
}

.sign-up-block-inner {
	width: 1140px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.error-page {
	height: 20vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.error-page .page-title p {
	font-size: 30px;
	font-weight: bold;
}

.title {
	font-size: 28px;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight: 700;
}

.important-txt {
	width: 600px;
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
}

.important-txt span {
	color: #c0392b;
}

.tickets-page {
	text-align: center;
	padding: 20px 0;
}

.tickets-page>img {
	max-width: calc(100% - 30px);
	width: 532px;
}

.purchase-ticket-page header {
	border-bottom: 0;
}

.purchase-ticket-page main {
	padding: 0;
}

.purchase-ticket-page .thank-purchase {
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding-top: 430px;
	padding-bottom: 50px;
}

.purchase-ticket-page .thank-purchase h2 {
	font-size: 35px;
	line-height: 1.2em;
	margin: 20px 0;
}

.purchase-ticket-page .thank-purchase p {
	color: blue;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}

.purchase-ticket-page .thank-purchase hr {
	width: 57px;
	height: 3px;
	background-color: #0f58fb;
	margin: 10px auto 14px;
}

.scroll-btn {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 90px;
	right: 10px;
	cursor: pointer;
}

.scroll-btn img {
	height: 100%;
}

.atclear {
	height: 0;
}

.grecaptcha-badge {
	display: none !important;
}

#cookieGuardMsg {
	background: rgba(41, 171, 226, 0.9);
}

#authoriseCookies {
	background: #fff;
	color: #000;
}

/* #endregion */
.squadup-user-banner div.text-center,
.su-nav-switcher-container,
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .description-container .description-inner .start-at,
#squadup-checkout>div>div>div>div>div.col-sm-12.squadup-embed-view>div:nth-child(2)>div.event-checkout-detail>div.text-center>button,
.general-vip-tickets #squadup-checkout>div>div>div>div>div.col-sm-12.squadup-embed-view>div:nth-child(2)>div.row.form-group>div>p>a>span,
.general-vip-tickets #squadup-checkout>div>div>div>div>div.col-sm-12.squadup-embed-view>div:nth-child(2)>div.row.form-group>div>form>div,
.general-vip-tickets #squadup-checkout>div>div>div>div>div.col-sm-12.squadup-embed-view>div:nth-child(2)>div.event-checkout-detail>form>div>div>div.row>div>div.text-left>div,
.squadup-tickets-table .tickets.form-group {
	display: none !important;
}

.squadup-tickets-table>.row.tickets {
	border-bottom: 0 !important;
}

.squadup-checkout-app .squadup-row-centered>.squadup-navigation-view-container .squadup-embed-view {
	min-height: auto !important;
	margin-bottom: 40px !important;
}

/* #region covid19 popup */
.mailing-list-popup-outer {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.7);
	left: 0;
	top: 0;
	display: none;
	align-items: center;
	justify-content: center;
}

.mailing-list-popup-outer.open {
	display: flex;
}

.mailing-list-popup-outer .popup-title {
	letter-spacing: 0.4px;
	padding: 25px 0;
	font-size: 20px;
	font-weight: bold;
	color: #29abe2;
	text-align: center;
}

.mailing-list-popup-outer .popup-txt {
	color: #333;
	text-align: center;
}

.mailing-list-popup-outer .close-popup {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 20px;
	color: #29abe2 !important;
	cursor: pointer;
}

.mailing-list-popup-outer .close-popup:hover {
	opacity: 0.5;
}

.mailing-list-popup-outer .mailing-list-popup {
	width: 80%;
	max-width: 800px;
	max-height: 90vh;
	overflow-y: auto;
	border: 1px solid #29abe2;
	background: #fff;
	padding: 38px 40px;
	text-align: center;
	padding-bottom: 55px;
	position: relative;
	transform: scale(0);
	transition: all 0.3s;
}

.mailing-list-popup-outer .mailing-list-popup.open {
	transform: scale(1);
}

/* #endregion */

/* #region header */
.mobile-button {
	display: none;
	position: absolute;
	bottom: 0;
	left: 10px;
	padding: 10px;
	height: 50px;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	background-color: transparent;
	border: 0;
}

.mobile-button:hover {
	opacity: 0.7;
}

.mobile-button .hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.mobile-button .hamburger-inner,
.mobile-button .hamburger-inner::after,
.mobile-button .hamburger-inner::before {
	height: 2px;
	width: 100%;
	width: 40px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.mobile-button .hamburger-inner {
	display: block;
	margin-top: -2px;
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-button .hamburger-inner::after,
.mobile-button .hamburger-inner::before {
	content: '';
	display: block;
}

.mobile-button .hamburger-inner::before {
	top: -10px;
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		-webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		-webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		-webkit-transform 0.15s;
}

.mobile-button .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
}

.mobile-button.active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.27s linear;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.27s linear;
}

.mobile-button.active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		-webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		-webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-button.active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.32s;
	transition-delay: 0.32s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sticky header {
	display: flex;
	justify-content: space-between;
}

.sticky header .fair-header-date {
	display: none;
}

.sticky header .header-right {
	display: none;
}

.sticky header .fair-header-logo {
	width: 140px;
	margin-right: 0;
}

.sticky header .header-main {
	padding: 10px 0;
}

.sticky header nav {
	padding: 10px 0;
}

header nav {
	display: block;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 10px solid #29abe2;
}

.purchase-tickets-page main {
	padding: 0;
}

header .header-main {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	max-width: 1500px;
	margin: auto;
}

header .logo-area {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

header .logo-area a img {
	width: 466px;
}

header .logo-area>a {
	max-width: 640px;
	margin-top: 20px;
}

header .header-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-around;
	/* width: 250px; */
}

header .header-right .menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

header .fair-header-logo {
	width: 480px;
	margin-right: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

header .fair-header-date {
	width: 360px;
}

header .fair-header-date hr {
	margin: 7px 0;
	width: 100%;
	background: #000;
}

header .fair-header-date hr:last-child {
	margin-bottom: 0;
}

header .fair-header-date p {
	color: #29abe2;
	text-align: center;
	letter-spacing: 0.23em;
	font-weight: 400;
	line-height: 200%;
	font-size: 14px;
}

header .header-social {
	display: flex;
}

header .header-social a {
	width: 42px;
	height: 42px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .header-social a:hover {
	opacity: 0.8;
}

header .header-social img {
	height: 100%;
}

header .header-right .item {
	display: flex;
	justify-content: center;
	width: 50%;
}

.btn-urchase-tickets {
	display: inline-block;
	padding: 8px 15px;
	background-color: #000;
	color: #fff;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}

header .header-right .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	margin-left: 5px;
	padding: 5px 10px;
	width: 100%;
}

header .header-right .item .img-area {
	width: 42px;
	height: 45px;
	display: none;
}

header .header-right .item .txt-area p {
	font-size: 10px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
	max-width: 80px;
}

header nav {
	padding: 22px 20px 0;
	max-width: 1500px;
	margin: auto;
}

header .main-menu {
	display: flex;
	justify-content: space-between;
}

header .main-menu li {
	position: relative;
	width: max-content;
}

header .main-menu .sub>a::before {
	position: absolute;
	content: '+';
	left: 0;
	top: auto;
	transition: 0.3s;
}

header .main-menu .sub.active>a::before {
	content: '-';
}

header .main-menu .sub.active>a {
	color: #00aaef;
}

header .main-menu li ul {
	position: absolute;
	top: 48px;
	left: 0;
	background: rgba(255, 255, 255, 0.95);
}

header .main-menu li a {
	display: inline-block;
	padding: 18px 10px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 12px;
	font-size: 14px;
	color: #000;
}

header .main-menu li a:hover {
	color: #29abe2;
}

header .main-menu .sub ul {
	display: none;
}

header .main-menu .sub ul a {
	padding: 10px;
	white-space: nowrap;
}

header .main-menu li.mobile {
	display: none;
}

/* #endregion */

/* #region home */
.homepage .home-slideshow-area {
	height: auto;
}

.homepage .home-slideshow-area .carousel-item {
	height: auto;
}

.homepage .home-slideshow-area .carousel-item img {
	height: 100%;
	object-fit: cover;
}

.homepage .home-slideshow-area .carousel-item a,
.artcity-slideshow-area .carousel-item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.squadup-checkout-app {
	/* padding-top: 490px; */
	z-index: 9999;
}

.homepage .sponsors-area {
	padding: 60px 0 40px;
	border-top: 1px solid #29abe2;
	border-bottom: 1px solid #29abe2;
}

.homepage .sponsors-area .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	opacity: 0.5;
}

.homepage .sponsors-area .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

.homepage .sponsors-area .item {
	margin: 2%;
	max-width: 150px;
}

.homepage .sponsors-area .item a:hover {
	opacity: 1;
}

.homepage .sponsors-area .item img {
	max-width: 150px;
}

.homepage .sponsors-area .item:last-child img {
	max-width: 65px;
}

.homepage .sponsors-area .item span {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 120%;
	color: #000;
	font-weight: 300;
}

.homepage .home-content-area {
	padding: 30px 20px 0;
	max-width: 1024px;
	margin: auto;
}

.homepage .home-content-area hr {
	border: none;
	height: 1px;
	background-color: #ccc;
}

.homepage .home-content-area .info-txt {
	text-align: center;
}

.homepage .home-content-area .info-txt .desc {
	font-weight: 300;
	padding: 20px 0;
}

.homepage .home-content-area .items-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.homepage .home-content-area .items-area .item {
	width: 47%;
	padding: 40px 0;
}

.homepage .home-content-area .items-area .item .title {
	text-align: justify;
	padding-top: 30px;
}

.homepage .home-content-area .items-area .item .short-desc {
	font-weight: 300;
	padding-bottom: 20px;
}

.homepage .home-content-area .items-area .item .link-btn {
	font-size: 15px;
	font-weight: 500;
	padding-right: 5px;
}

.homepage .home-content-area .items-area .item .link-btn::after {
	display: inline-block;
	vertical-align: baseline;
	padding-right: 3px;
	content: '\003E';
	font-size: 14px;
	line-height: 18px;
	margin-left: 5px;
}

/* #endregion */

/* #region tickets */
/*.tickets-page .flexxy-centered, .tickets-page .squadup-user-banner .text-center, .tickets-page  .squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .date, .squadup-checkout-app .squadup-navigation-view-container .su-nav-switcher-container{
    display: none!important;
}
.tickets-page .squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .description-container .description-inner .start-at {
    color: #000;
}
.tickets-page .flexxy-centered, .tickets-page .squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .date{
    display: block!important;
}
.squadup-checkout-app .squadup-checkout-embed-spinner ul.cssload-loader li{background-color:#3A2D8F !important;width:10px;height:10px;float:right;margin-right:5px!important}

.look-more:hover{opacity: .8}

.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .date{
	background-color: #003fa6 !important;
display: none!important;}

.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box{
	border: 1px solid #653caa !important;}
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .description-container .description-inner .event-name {
    font-size: 18px;
	color: #653caa;
}

.su-nav-switcher-container{display: none !important;}
.banner-image{display: none !important;}

.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .description-container .description-inner .start-at{
	color: #333 !important;
}
.squadup-checkout-app .squadup-navigation-view-container .squadup-even-titlebar .inner .time {
    color: #9a9a9a;
    display: none;
}
.squadup-checkout-app .small, .squadup-checkout-app small {
    font-size: 100%;
    font-weight: 700;
    color: #653CAA;
}
.squadup-checkout-app img {
    vertical-align: middle;
display: none;
}
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .squadup-checkout-left-flyer img.squadup-checkout-flyer-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.squadup-even-titlebar.flexxy-centered > div > div.title {color: #653CAA;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.squadup-even-titlebar.flexxy-centered > div > div.title-line-2 {color: #653caa;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.squadup-even-titlebar.flexxy-centered > div > div.loc > div.location-name {color: #653CAA;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div:nth-child(2) > div > div > div.hidden-xs > div {color: 653CAA;}
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-nav a{color: #653CAA!important;}
.squadup-checkout-app .squadup-row-centered>.squadup-navigation-view-container .page-title-ident{color: #653CAA !important; border-bottom: #3A2D8F 1px solid !important;}
	
	
	#squadup-checkout{margin-top: 0px !important;}

#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.row.form-group > div > p > a > span{display: !important;}
#squadup-checkout > div > div > div > div > div.squadup-user-banner > h1 {color: #000;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div:nth-child(2) > div > div > div.hidden-xs > div {color: #000;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child {color: #000}
.squadup-checkout-app .btn.btn-default.squadup-checkout-get-tickets-btn.disabled{opacity: 1 !important; cursor: pointer !important;}
.squadup-checkout-app .btn.disabled > span {visibility: hidden !important;}
.squadup-checkout-app .btn.disabled > span:after{visibility: visible !important; content: "GET TICKETS" !important; display: block !important; margin-top: -20px !important;}
@media (max-width: 340px) {
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .squadup-checkout-left-flyer{width: 100px !important;}
}
.squadup-event-search-box{display: none !important;} 
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.row.form-group > div > p > a{display: none !important;}
*/
/* #endregion */

/* #region New Tickets*/
/*Change color of pre-loader*/
/* .squadup-checkout-app .squadup-checkout-embed-spinner ul.cssload-loader li{background-color:#3A2D8F !important;width:10px;height:10px;float:right;margin-right:5px!important}

.look-more:hover{opacity: .8}

.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .date{
	background-color: #003fa6 !important;
display: none!important;}

.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box{
	border: 1px solid #653caa !important;}
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .description-container .description-inner .event-name {
    font-size: 18px;
	color: #653caa;
}

.su-nav-switcher-container{display: none !important;}
.banner-image{display: none !important;}

.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .description-container .description-inner .start-at{
	color: #333 !important;
}
.squadup-checkout-app .squadup-navigation-view-container .squadup-even-titlebar .inner .time {
    color: #9a9a9a;
    display: none;
}
.squadup-checkout-app .small, .squadup-checkout-app small {
    font-size: 100%;
    font-weight: 700;
    color: #653CAA;
}
.squadup-checkout-app img {
    vertical-align: middle;
display: none;
}
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .squadup-checkout-left-flyer img.squadup-checkout-flyer-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.squadup-even-titlebar.flexxy-centered > div > div.title {color: #653CAA;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.squadup-even-titlebar.flexxy-centered > div > div.title-line-2 {color: #653caa;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.squadup-even-titlebar.flexxy-centered > div > div.loc > div.location-name {color: #653CAA;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div:nth-child(2) > div > div > div.hidden-xs > div {color: 653CAA;}
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-nav a{color: #653CAA!important;}
.squadup-checkout-app .squadup-row-centered>.squadup-navigation-view-container .page-title-ident{color: #653CAA !important; border-bottom: #3A2D8F 1px solid !important;}
	
	
	#squadup-checkout{margin-top: 0px !important;}

#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.row.form-group > div > p > a > span{display: !important;}
#squadup-checkout > div > div > div > div > div.squadup-user-banner > h1 {color: #000;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div:nth-child(2) > div > div > div.hidden-xs > div {color: #000;}
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child {color: #000}
.squadup-checkout-app .btn.btn-default.squadup-checkout-get-tickets-btn.disabled{opacity: 1 !important; cursor: pointer !important;}
.squadup-checkout-app .btn.disabled > span {visibility: hidden !important;}
.squadup-checkout-app .btn.disabled > span:after{visibility: visible !important; content: "GET TICKETS" !important; display: block !important; margin-top: -20px !important;}
@media (max-width: 340px) {
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .squadup-checkout-left-flyer{width: 100px !important;}
}
.squadup-event-search-box{display: none !important;} 
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.row.form-group > div > p > a{display: none !important;}
div.event-checkout-detail > form > div > div > div.row > div > div.text-left{display: none !important;} */
/* #endregion*/

/* #region practical info */
.practical-info-page .practical-info-area {
	padding: 0 20px 80px;
	max-width: 1000px;
	margin: auto;
}

.practical-info-page .title {
	padding: 50px 0 20px;
}

.practical-info-page .section {
	display: flex;
	justify-content: space-between;
}

.practical-info-page .section .item {
	width: 47%;
}

.practical-info-page .section .item .img-area {
	width: 500px;
	height: 200px;
}

.practical-info-page .section .item .img-area img {
	height: 100%;
}

.practical-info-page .section .title {
	text-align: justify;
	padding: 50px 0 20px;
}

.practical-info-page .practical-info-area img {
	margin-left: 15px;
}

.practical-info-page .practical-info-area {
	font-weight: 300;
}

.practical-info-page .practical-info-area strong:not(.sub-title) {
	font-weight: 300;
}

.practical-info-page .sub-title {
	font-size: 18px;
	font-weight: 500;
}

.practical-info-page .section .info-date {
	padding-top: 10px;
	font-weight: 300;
	text-align: justify;
}

.practical-info-page .section .small-txt {
	font-size: 12px;
	font-weight: 300;
	text-align: justify;
	line-height: 27px;
}

.practical-info-page .section strong {
	font-weight: 500;
}

.practical-info-page .section .txt {
	font-weight: 300;
	text-align: justify;
	padding-bottom: 20px;
}

.practical-info-page .section .general-admission {
	display: flex;
	justify-content: space-between;
	font-weight: 300;
	padding-bottom: 2px;
}

.practical-info-page .section .brightline-area {
	width: 300px;
	height: 200px;
	display: block;
}

.practical-info-page .section .brightline-area img {
	height: 100%;
	width: 100%;
}

.practical-info-page .section .lnk-more:hover {
	text-decoration: underline;
}

/* #endregion */

/* #region museums */
.banner-img {
	height: 210px;
	overflow: hidden;
}

.banner-img img {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.museums-page .museums-area {
	padding: 40px 20px;
	max-width: 1000px;
	margin: auto;
}

.museums-page .museums-area p {
	font-weight: 300;
	text-align: justify;
	padding-bottom: 20px;
}

.museums-page .museums-area .list-area {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.museums-page .museums-area .items-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.museums-page .museums-area .list-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #29abe2;
}

.museums-page .museums-area .lnk-plus {
	line-height: 300%;
	font-weight: 300;
}

.museums-page .museums-area .lnk-plus:hover {
	text-decoration: underline;
}

/* #endregion */

/* #region directions */
.directions-page .directions-area {
	padding: 60px 20px;
	max-width: 1000px;
	margin: auto;
}

.directions-page .directions {
	display: flex;
	justify-content: space-between;
}

.directions-page .directions .left-area {
	width: 52%;
}

.directions-page .directions .right-area {
	width: 42%;
	padding-right: 5.7%;
}

.directions-page .directions .lnk-btn {
	position: relative;
	color: #29abe2;
	font-size: 15px;
	font-weight: 500;
	padding-left: 10px;
}

.directions-page .directions .lnk-btn::before {
	position: absolute;
	content: '+';
	left: 0;
	top: auto;
}

.directions-page .directions .lnk-btn:hover {
	text-decoration: underline;
}

.directions-page .directions .sub-title {
	font-size: 18px;
	font-weight: 500;
	color: #29abe2;
	padding-top: 20px;
}

.directions-page .directions .img-area:first-of-type {
	padding-top: 50px;
}

.directions-page .directions .img-area {
	padding-bottom: 30px;
	max-width: 500px;
}

.directions-page .directions .list-data .data {
	padding-bottom: 30px;
}

.directions-page .directions .list-data .content {
	font-weight: 500;
}

.directions-page .directions .list-data p:not(.content) {
	font-weight: 300;
	text-align: justify;
}

.directions-page .directions .list-data .content span {
	color: #0099ff;
	font-weight: 500;
	padding-top: 20px;
	display: block;
}

/* #endregion */

/* #region hotels */
.hotels-page .hotels-area {
	padding: 60px 20px;
	max-width: 1256px;
	margin: auto;
}

.hotels-page .hotels-area .sponsors {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0 50px;
}

.hotels-page .hotels-area .sponsors .item a {
	padding: 5px;
	display: block;
	height: 40px;
}

.hotels-page .hotels-area .sponsors .item img {
	height: 100%;
}

.hotels-page .hotels-area .list-area .item {
	display: flex;
}

.hotels-page .hotels-area .list-area .item .img-area a {
	width: 330px;
	height: 230px;
	display: block;
}

.hotels-page .hotels-area .list-area .item .img-area {
	padding-right: 40px;
}

.hotels-page .hotels-area .list-area .item .img-area img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hotels-page .hotels-area .list-area .item .txt-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hotels-page .hotels-area .list-area .item .txt-area .txt {
	text-align: justify;
}

.hotels-page .hotels-area .list-area .item .txt-area .txt:first-child {
	flex: 0.96;
	/* width: 77%; */
}

.hotels-page .hotels-area .list-area .item .txt-area .txt:last-child {
	flex: 0.5;
	padding-left: 31px;
	display: flex;
	align-items: center;
}

.hotels-page .hotels-area .list-area .item .txt-area .name {
	font-size: 14px;
	padding-bottom: 40px;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight: 700;
}

.hotels-page .hotels-area .list-area .item .txt-area .lnk-plus {
	font-weight: 500;
	position: relative;
	padding-left: 10px;
}

.hotels-page .hotels-area .list-area .item .txt-area .lnk-plus::before {
	position: absolute;
	content: '+';
	left: 0;
	top: auto;
}

.hotels-page .hotels-area .list-area .item .txt-area .lnk-plus:hover {
	text-decoration: underline;
}

.hotels-page .hotels-area hr {
	margin: 50px 0;
}

.hotels-page .hotels-area .list-area .item .address {
	display: flex;
}

.hotels-page .hotels-area .list-area .item .address span {
	width: 26px;
	height: 26px;
	display: block;
	margin-right: 10px;
}

.hotels-page .hotels-area .list-area .item .address span img {
	height: 100%;
}

/* #endregion */

/* #region dealers */
.dealers-page .dealers-list-area {
	padding: 60px 20px 40px;
	max-width: 1000px;
	margin: auto;
}

.dealers-page .list {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dealers-page .list .item {
	padding-bottom: 30px;
	width: 29.4%;
}

.dealers-page .list .item .img-area {
	position: relative;
	overflow: hidden;
	padding-top: 70%;
}

.dealers-page .list .item .img-area img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: width 500ms cubic-bezier(0.65, 0, 0.25, 1),
		height 500ms cubic-bezier(0.65, 0, 0.25, 1), opacity 1s;
	transition: width 500ms cubic-bezier(0.65, 0, 0.25, 1),
		height 500ms cubic-bezier(0.65, 0, 0.25, 1), opacity 1s;
}

.dealers-page .list .item.img-portrait .img-area img {
	width: 100%;
}

.dealers-page .list .item.img-portrait:hover .img-area img {
	height: 80% !important;
}

.dealers-page .list .item.img-landscape .img-area img {
	height: 100%;
}

.dealers-page .list .item.img-landscape:hover .img-area img {
	width: 80% !important;
}

.dealers-page .list .item .txt-area {
	text-align: center;
	padding-top: 10px;
}

.dealers-page .list .item .name {
	font-weight: 500;
}

.dealers-page .list .item .city {
	font-weight: 300;
}

/* #endregion */

/* #region dealer details */
.dealer-details-area {
	padding: 20px 20px;
	max-width: 1000px;
	margin: auto;
}

.dealer-details-area hr {
	margin: 50px 0;
	background: #c4c4c4;
}

.dealer-details-area .dealer-details-header hr {
	width: 100%;
	height: 4px;
	background-color: #29abe2;
	margin-top: 20px;
	margin-bottom: 0;
}

.dealer-details-area .dealer-details-header .contact-area {
	display: flex;
}

.dealer-details-area .dealer-details-header .contact-area>div {
	width: 50%;
}

.dealer-details-area .dealer-details-header .contact-area strong {
	font-weight: 500;
}

.dealer-details-area .dealer-details-header .contact-area p {
	font-weight: 300;
}

.dealer-details-area .dealer-details-header .contact p,
.dealer-details-area .dealer-details-header .staff-area {
	padding-top: 20px;
}

.dealer-details-area .dealer-detail .dealer-artwork-info {
	display: flex;
	justify-content: space-between;
}

.dealer-details-area .dealer-detail .dealers-artworks {
	width: 70%;
}

.dealer-details-area .dealer-detail .dealers-artworks .item .txt-area {
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 300;
	color: #333;
}

.dealer-details-area .about-artwork-txt {
	display: none;
}

.dealer-details-area .about-artwork-txt.active {
	display: block;
}

.dealer-details-area .about-artwork-txt .artwork-caption {
	line-height: 140%;
	text-align: justify;
	font-size: 14px;
	font-weight: 300;
}

.dealer-details-area .dealer-detail .dealer-artist-info {
	width: calc(30% - 40px);
}

.dealer-details-area .dealer-detail .dealer-artist-info .lnk-more {
	color: #29abe2;
	font-weight: 300;
	font-size: 14px;
}

.dealer-details-area .section-title {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
}

.dealer-details-area .dealer-detail .about .txt {
	font-weight: 300;
	padding-bottom: 30px;
}

.dealer-details-area .dealer-detail .artist-title {
	padding-bottom: 10px;
	font-size: 14px;
	color: #29abe2;
	font-weight: 700;
}

.dealer-details-area .dealer-artists {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.dealer-details-area .dealer-artists>div {
	width: 48%;
}

.dealer-details-area .dealer-artists .artist-modal {
	display: none;
	position: absolute;
	width: 100%;
	top: auto;
	left: 0;
}

.dealer-details-area .dealer-artists .artist-modal iframe {
	width: 100%;
	height: 400px;
	border: 1px solid rgb(40, 175, 237);
	background-color: #fff;
}

.dealer-details-area .dealer-artists .list {
	display: flex;
	flex-wrap: wrap;
}

.dealer-details-area .dealer-artists .list .item {
	width: 50%;
}

.dealer-details-area .dealer-artists .list .item a {
	color: #29abe2;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-transform: uppercase;
}

.dealer-details-area .dealer-artists .list .item a:hover {
	text-decoration: underline;
}

.dealer-details-area .slick-arrow {
	font-size: 0;
	display: block;
	position: absolute;
	top: 250px;
	width: 50px;
	height: 50px;
	background-color: #d8d8d8;
	opacity: 0.8;
	z-index: 1;
	border: 0;
}

.dealer-details-area .slick-arrow::before {
	font-size: 10px;
	display: block;
}

.dealer-details-area .slick-prev {
	left: 0;
}

.dealer-details-area .slick-prev::before {
	content: '\003C';
	color: #000;
}

.dealer-details-area .slick-next {
	right: 0;
}

.dealer-details-area .slick-next::before {
	content: '\003E';
	color: #000;
}

.dealer-details-page .iziModal-content {
	background-color: #fff;
	height: 100%;
	/* width: 60vh; */
	padding: 40px !important;
	font-size: 14px;
	overflow-y: scroll;
}

.dealer-details-page .iziModal-button-close {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 0;
	background: none !important;
	padding: 5px 10px;
	background-color: #eee !important;
	font-size: 12px;
	font-weight: 500;
}

.dealer-details-page .iziModal-button-close:hover {
	transform: rotate(0);
}

/* #endregion */

/* #region floorplan */
.floorplan-page .floorplan-area {
	padding: 60px 20px 20px;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.floorplan-page .floorplan-area hr {
	border: 0;
	height: 4px;
	background-color: #29abe2;
	min-width: 50px;
	width: 15%;
	margin: 20px 0;
}

.floorplan-page .floorplan-area .desc {
	font-weight: 300;
}

.floorplan-area .button a {
	color: #fff;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	margin-top: 30px;
	padding: 9px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
}

.floorplan-area .button a:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

/* #endregion */

/* #region artists */
.artists-page .artists-area {
	padding: 70px 20px 40px;
	max-width: 1000px;
	margin: auto;
}

.artist-artworks .list .item img {
	max-width: 100%;
}

.artists-page .artists-area .letters {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.artists-page .artists-area .letters a {
	color: #29abe2;
}

.artists-page .artists-area .letters a:hover {
	text-decoration: underline;
}

.artists-page .artists-area .artist-list {
	display: flex;
	padding: 50px 0;
	border-bottom: 5px solid #c4c4c4;
}

.artists-page .artists-area .artist-list:last-child {
	border-bottom: 0;
}

.artists-page .artists-area .artist-list p.big-letter {
	font-size: 35px;
	background-color: #29abe2;
	color: #fff;
	font-weight: 700;
	line-height: 60px;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-right: 30px;
}

.artists-page .artists-area .artist-list .list {
	width: 100%;
}

.artists-page .artists-area .artist-list .item a {
	display: block;
	margin: 10px 0;
	font-weight: 300;
}

/* #endregion */

/* #region artist details */
.artist-details-page header {
	border-bottom: none;
}

.artist-details-page main {
	padding-top: 0;
}

.artist-details {
	font-weight: 300;
	padding: 15px;
}

.artist-detail-page header {
	border-bottom: 0;
}

.artist-detail-page main {
	padding-top: 0;
}

.artist-detail-page {
	padding: 10px;
}

.artist-details .title {
	padding-top: 20px;
}

.artist-details .lnk-plus {
	position: relative;
	color: #29abe2;
	font-weight: 300;
	padding-left: 10px;
}

.artist-details .lnk-plus::before {
	position: absolute;
	content: '+';
	left: 0;
	top: auto;
}

.artist-details .title p {
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
}

.artist-details-page-header hr {
	border: 0;
	height: 4px;
	background-color: #29abe2;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.artist-details-modal {
	height: 70vh !important;
	padding: 30px;
}

.artist-details-modal iframe {
	width: 100%;
	height: 62vh;
	border: 0;
}

.artist-artworks .list {
	display: flex;
	flex-wrap: wrap;
}

.artist-artworks .list .item {
	width: 20%;
	margin-right: 15px;
	text-align: center;
}

.artist-artworks .list .item-title {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;
	font-style: italic;
}

/* #endregion */

/* #region catalogue */
.catalogue-page .catalogues-area {
	padding: 60px 20px 50px;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.catalogue-page .catalogues-area hr {
	width: 15%;
	border: 0;
	height: 4px;
	background-color: #29abe2;
	margin: 20px 0;
	min-width: 50px;
}

.catalogue-page .catalogues-area iframe {
	width: 100%;
	height: 500px;
}

.catalogue-page .catalogues-area .small-catalogues iframe {
	border: 0;
	width: 525px;
	height: 406px;
}

/* #endregion */

/* #region special exhibition */
.spcial-exhibitions-page .special-exhibition-area {
	padding: 0 20px 50px;
	max-width: 1200px;
	margin: auto;
}

.spcial-exhibitions-page .title {
	text-align: center;
	padding: 50px 0;
	margin: 0;
}

.spcial-exhibitions-page .up-area {
	text-align: center;
}

.spcial-exhibitions-page hr {
	background-color: #c4c4c4;
	margin: 50px 0;
}

.spcial-exhibitions-page .sub-title {
	font-size: 28px;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight: 700;
	padding-bottom: 10px;
}

.spcial-exhibitions-page .txt {
	font-weight: 300;
}

.spcial-exhibitions-page .txt strong {
	font-weight: 500;
}

.special-projects-page .special-projects-area {
	padding: 0 20px 50px;
	max-width: 1200px;
	margin: auto;
}

/* #endregion */

/*#region context talks*/
.context-talks-page .context-talks-area {
	padding: 0 20px 50px;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	margin-top: 50px;
}

.context-talks-page .context-talks-area img {
	max-width: 100%;
}

/*#endregion*/
/* #region schedule exhibition */
.schedule-exhibitions-page .schedule-exhibitions-area {
	padding: 50px 20px;
	max-width: 1000px;
	margin: auto;
}

.schedule-exhibitions-page .title {
	padding-bottom: 20px;
}

.schedule-exhibitions-page .addthis-area {
	display: flex;
	justify-content: flex-end;
}

.schedule-exhibitions-page .txt-area .date {
	font-weight: 500;
}

.schedule-exhibitions-page .txt-area .txt {
	padding-bottom: 20px;
}

.schedule-exhibitions-page hr {
	background-color: #c4c4c4;
	margin: 30px 0 50px;
}

.schedule-exhibitions-page .img-area {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.schedule-exhibitions-page .img-area .img {
	padding-right: 15px;
	padding-bottom: 30px;
}

.schedule-exhibitions-page .img-area .img:first-child img {
	width: 100px;
	height: 102px;
}

.schedule-exhibitions-page .img-area .img:nth-child(2) img {
	width: 120px;
	height: 88px;
}

.schedule-exhibitions-page .img-area .img:nth-child(3) img {
	width: 200px;
	height: 37px;
}

.schedule-exhibitions-page .img-area .img:last-child img {
	width: 240px;
	height: 55px;
}

.schedule-exhibitions-page .bottom-area .txt-area {
	padding-bottom: 20px;
}

.schedule-exhibitions-page .bottom-area .txt-area a {
	font-weight: 300;
	text-decoration: underline;
}

/* #endregion */

/* #region press info */
.press-info-page .press-info-area {
	padding: 50px 20px;
	max-width: 1000px;
	margin: auto;
}

.press-info-page hr {
	margin: 50px 0;
	background-color: #c4c4c4;
}

.press-info-page .up-area {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.press-info-page .up-area hr {
	border: 0;
	height: 4px;
	background-color: #29abe2;
	margin-top: 20px;
	margin-bottom: 20px;
}

.press-info-page .up-area a {
	text-transform: uppercase;
	color: #29abe2;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	font-weight: 300;
	font-size: 14px;
	display: block;
	padding: 8px 9px;
}

.press-info-page .up-area a:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

.press-info-page .txt {
	font-weight: 300;
}

.press-info-page .sub-title {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 30px;
}

.press-info-page .contacts {
	display: flex;
}

.press-info-page .contacts .item {
	width: 50%;
}

.press-info-page .contacts a,
.press-info-page .bottom-area a {
	color: #29abe2;
	font-weight: 300;
}

.press-info-page .bottom-area .name {
	font-weight: 500;
}

.press-info-page .bottom-area {
	padding-bottom: 20px;
}

/* #endregion */

/* #region press registration */
.press-registration-area {
	padding: 50px 20px;
	max-width: 1000px;
	margin: auto;
}

.press-registration-area .section-title hr {
	border: 0;
	height: 4px;
	background-color: #29abe2;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 40%;
}

.press-registration-area form {
	background-color: #e5e5e5;
	padding: 20px;
}

.press-registration-area form .input-field p {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;
	padding-bottom: 5px;
}

.press-registration-area form input:not([type='radio'])[placeholder] {
	font-style: normal;
	text-overflow: ellipsis;
	color: #333;
}

.press-registration-area form input:not([type='radio']),
.press-registration-area form textarea,
.press-registration-area form select {
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 1.5px 15px;
	border: 1px solid #c4c4c4;
	background-color: #fafafa;
	transition: all linear 0.2s;
	height: 30px;
}

.press-registration-area form input:not([type='radio']):focus,
.press-registration-area form textarea:focus,
.press-registration-area form input:not([type='radio']):hover,
.press-registration-area form textarea:hover {
	color: #4f4f4f;
	background: #fff;
	border-color: #4f4f4f;
}

.press-registration-area form .input-field {
	width: 48%;
	padding-bottom: 20px;
}

.press-registration-area form .input-field:last-child {
	width: 100%;
}

.press-registration-area form textarea {
	min-height: 200px;
	overflow: auto;
	vertical-align: top;
}

.press-registration-area form .inputs-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.press-registration-area .app-btn {
	display: inline-block;
	color: #fff;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	margin: 30px 0;
	padding: 9px;
	font-size: 14px;
}

.press-registration-area .app-btn:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

.registration-area label.validate-msg {
	color: red;
	font-size: 14px;
}

.registration-area input[type='radio'] {
	-webkit-appearance: none;
	margin-right: 10px;
	width: 1em;
	height: 1em;
	position: relative;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	border: none;
	border-radius: 0;
	outline: none;
	vertical-align: middle;
	background-color: transparent;
	background-size: contain;
	font-size: 16px;
	cursor: pointer;
	background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwD0Ppum6adNsybO3JNvCSTDGSSY13+zirtS03TRpt4RZ24It5iCIYwQRG2/2cVf/9D0PpupaaNNswby3BFvCCDNGCCI12+1irtS1LTTpt4BeW5Jt5gAJoySTG232sVf/9H/2Q==');
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.press-registration-area form select {
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	color: #c4c4c4;
	overflow: hidden;
	background-image: url('../images/ui/ico-form-arrow.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.press-registration-area form select:hover,
.press-registration-area form select:focus {
	color: #4f4f4f;
	background-color: #fff;
	border-color: #4f4f4f;
}

/* #endregion */

/* #region press release */
.press-release-page .press-releases-area {
	padding: 60px 20px 50px;
	max-width: 1000px;
	margin: auto;
}

.press-release-page .sub-title {
	color: #29abe2;
	font-size: 18px;
	font-weight: 700;
	padding-top: 60px;
}

.press-release-page .edition-area {
	display: flex;
	flex-direction: column;
}

.press-release-page .edition-area>hr {
	margin-top: 5px;
	width: 15%;
	border: 0;
	height: 4px;
	background-color: #29abe2;
	min-width: 50px;
}

.press-release-page .list .item a {
	display: flex;
	justify-content: space-between;
}

.press-release-page .item .txt-area {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 20px;
	font-weight: 300;
	font-size: 16px;
}

.press-release-page .item .date-area {
	display: flex;
	justify-content: space-between;
}

.press-release-page .item .date-area span {
	font-style: italic;
}

.press-release-page .item .date-area img {
	max-width: 20px;
	margin: 0 10px;
}

.press-release-page .item hr {
	margin: 0;
}

/* #endregion */

/* #region coverage */
.press-coverage-page .press-clippings-area {
	padding: 60px 20px 40px;
	max-width: 1000px;
	margin: auto;
}

.press-coverage-page .sub-title {
	color: #29abe2;
	font-size: 18px;
	font-weight: 700;
	padding-top: 60px;
}

.press-coverage-page .edition-area {
	display: flex;
	flex-direction: column;
}

.press-coverage-page .edition-area>hr {
	width: 15%;
	margin-top: 5px;
	margin-bottom: 30px;
	border: 0;
	height: 4px;
	background-color: #29abe2;
	min-width: 50px;
}

.press-coverage-page .list .item a {
	display: flex;
	justify-content: space-between;
	padding: 17.5px 10px;
}

.press-coverage-page .list .item a:hover {
	background-color: #d8d8d8;
}

.press-coverage-page .list .item .item-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* #endregion */

/* #region photo gallery */
.photo-gallery-page {
	padding: 20px 0;
}

.photo-gallery-page .pg-slideshow-area {
	padding: 10px 20px;
	max-width: 750px;
	margin: auto;
}

.photo-gallery-page .title {
	font-weight: 700;
	padding-bottom: 20px;
	font-size: 18px;
	color: #29abe2;
}

.photo-gallery-page .pg-slideshow-area img {
	height: 500px;
	object-fit: cover;
}

.photo-gallery-page .pg-slideshow-area .slick-prev {
	left: 0;
}

.photo-gallery-page .pg-slideshow-area .slick-arrow {
	font-size: 0;
	display: block;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #d8d8d8;
	opacity: 0.8;
	z-index: 1;
	border: 0;
}

.photo-gallery-page .pg-slideshow-area .slick-prev::before {
	content: '\003C';
}

.photo-gallery-page .pg-slideshow-area .slick-arrow::before {
	font-size: 10px;
	display: block;
}

.photo-gallery-page .pg-slideshow-area .slick-next {
	right: 0;
}

.photo-gallery-page .pg-slideshow-area .slick-next::before {
	content: '\003E';
}

.photo-gallery-page .pg-slideshow-area .slick-arrow::before {
	font-size: 10px;
	display: block;
}

.photo-gallery-page .pg-slideshow-area .slick-prev:before,
.photo-gallery-page .pg-slideshow-area .slick-next:before {
	color: #000;
}

/* #endregion */

/* #region logos */
.logos-page .logos-area {
	padding: 60px 20px;
	max-width: 1000px;
	margin: auto;
}

.logos-page .title {
	font-size: 20px;
	text-transform: uppercase;
	color: #28afed;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

.logos-page .list {
	display: flex;
}

.logos-page .list .item {
	margin-right: 30px;
}

.logos-page .logos-area .item .img-area {
	border: 1px solid #ddd;
}

.logos-page .logos-area .item .img-area img {
	width: 240px;
}

.logos-page .item .item-title {
	font-size: 14px;
	color: #28afed;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 15px;
}

.logos-page .item .format {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 10px;
}

/* #endregion */

/* #region vip login */
.vip-login-page {
	padding: 60px 20px;
	max-width: 1000px;
	margin: auto;
}

.vip-login-page .vip-login-content .txt {
	padding: 50px 20px;
	font-weight: 300;
}

.vip-login-page .input-field {
	padding-bottom: 20px;
}

.vip-login-page .input-field .name {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;
}

.vip-login-page .input-field input[placeholder] {
	font-style: normal;
	text-overflow: ellipsis;
	color: #333;
}

.vip-login-page .input-field input {
	width: 100%;
	font-size: 12px;
	padding: 1.5px 15px;
	border: 1px solid #c4c4c4;
	background-color: #fafafa;
	transition: all linear 0.2s;
}

.vip-login-page .input-field input:hover,
.vip-login-page .input-field input:focus {
	color: #4f4f4f;
	background-color: #fff;
	border-color: #4f4f4f;
}

.vip-login-page .input-field #txt-vip-user-password-error,
.vip-login-page .input-field #txt-vip-user-email-error {
	background-color: #d80000;
	color: #6b6b6b;
	font-style: italic;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	padding: 5px;
	display: block;
	line-height: 120%;
	letter-spacing: 0;
}

.vip-login-page .btn-submit {
	display: inline-block;
	margin: 10px 0 30px;
	padding: 9px;
	font-size: 14px;
	color: #fff;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	text-transform: uppercase;
}

.vip-login-page .btn-submit:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

/* #endregion */

/* #region vip events */
.vip-events-list {
	padding: 60px 20px;
	max-width: 1000px;
	margin: auto;
}

.vip-events-list hr {
	background-color: #f0f0f0;
	margin: 20px 0;
	width: 100%;
}

.vip-events-list .header-txt p:not(.title) {
	font-size: 14px;
	font-weight: 300;
}

.vip-events-list {
	font-size: 12px;
	font-weight: 300;
}

.vip-events-list .item .desc {
	font-size: 18px;
	font-weight: 500;
}

.vip-events-list .item .desc a {
	font-weight: 300;
	text-decoration: underline;
}

.vip-events-list .radio-group div {
	padding: 5px 0;
}

.vip-events-list .btn-area a {
	display: inline-block;
	margin: 10px 0 30px;
	padding: 9px;
	font-size: 14px;
	color: #fff;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	text-transform: uppercase;
}

.vip-events-list .btn-area a:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

#attendee-vip-events {
	padding: 60px 23.2%;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}

#attendee-vip-events p {
	padding: 15px 0;
}

#attendee-vip-events-content {
	padding: 30px 0;
}

#attendee-vip-events-content p {
	padding: 5px 0;
}

/* #endregion */

/* #region vip info */
.vip-info-page .vip-info-area {
	padding: 60px 20px;
	max-width: 1000px;
	margin: auto;
}

.vip-info-page .up-area {
	display: flex;
	justify-content: space-between;
}

.vip-info-page .title {
	text-transform: uppercase;
}

.vip-info-page .up-area a {
	text-transform: uppercase;
	font-size: 14px;
	color: #29abe2;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	padding: 10.5px 10px;
}

.vip-info-page .up-area a:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

.vip-info-page .txt-area .sub-title {
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
}

.vip-info-page .txt-area .date {
	font-size: 18px;
	font-weight: 500;
	color: #29abe2;
}

.vip-info-page .txt-area .txt {
	font-weight: 300;
}

.vip-info-page hr {
	margin: 50px 0;
	background-color: #c4c4c4;
}

.vip-info-page .contact-area p {
	font-weight: 500;
}

.vip-info-page .contact-area a {
	color: #29abe2;
	font-weight: 300;
}

/* #endregion */

/* #region apply for vip */
.vip-application-area {
	padding: 60px 20px;
	max-width: 1000px;
	margin: auto;
}

.vip-application-area .info {
	padding: 20px 0 50px;
}

.vip-application-area form {
	padding: 20px 20px 80px 20px;
	background-color: #e5e5e5;
}

.vip-application-area form .inputs-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vip-application-area form .inputs-area .input-field {
	width: 48%;
	padding-bottom: 20px;
}

.vip-application-area form .inputs-area .input-field input,
.vip-application-area form .inputs-area .input-field textarea {
	width: 100%;
	font-size: 12px;
	background-color: #fff;
	padding: 1.5px 15px;
	border: 1px solid #c4c4c4;
	transition: all linear 0.2s;
}

.vip-application-area form .inputs-area .input-field input:hover,
.vip-application-area form .inputs-area .input-field input:focus,
.vip-application-area form .inputs-area .input-field textarea:hover,
.vip-application-area form .inputs-area .input-field textarea:focus {
	color: #4f4f4f;
	background-color: #fff;
	border-color: #4f4f4f;
}

.vip-application-area form .inputs-area .input-field input[placeholder],
.vip-application-area form .inputs-area .input-field textarea[placeholder] {
	text-overflow: ellipsis;
	color: #333;
}

.vip-application-area form .inputs-area .input-field textarea {
	min-height: 200px;
}

.vip-application-area form .inputs-area .input-field p {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;
}

.vip-application-area form button {
	color: #fff;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6.5px 13px;
	transition: all linear 0.2s;
}

.vip-application-area form button:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

/* #endregion */

/* #region partners */
.partners-page .partners-area {
	padding: 60px 20px;
	max-width: 1260px;
	margin: auto;
}

.partners-page .title {
	padding-bottom: 20px;
}

.partners-page .partners-area p {
	font-weight: 300;
}

.partners-page .partners-area p span {
	font-weight: 500;
}

.partners-page .partners-area hr {
	margin: 50px 0;
	background-color: #c4c4c4;
}

.partners-page .sub-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

.partners-page .list {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}

.partners-page .item {
	width: 25%;
	margin-bottom: 30px;
}

.partners-page .partners-area .item img {
	padding: 3px;
	border: 1px solid #ccc;
}

/* #endregion */

/* #region contact */
.contact-page .contact-area {
	padding: 60px 20px;
	max-width: 1080px;
	margin: auto;
}

.contact-page .contact-area hr {
	margin: 50px 0;
	background-color: #c4c4c4;
}

.contact-page .contact-area .title {
	padding-bottom: 15px;
}

.contact-page .inquiry-section {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.contact-page .inquiry-section .inquiry {
	width: 65.1%;
}

.contact-page .inquiry-section .inquiry form {
	background-color: #e5e5e5;
	padding: 20px;
}

.contact-page .inquiry-section .inquiry form textarea {
	min-height: 200px;
	overflow: auto;
	vertical-align: top;
}

.contact-page .inquiry-section .inquiry form input,
.contact-page .inquiry-section .inquiry form textarea {
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 1.5px 15px;
	border: 1px solid #c4c4c4;
	background-color: #fafafa;
	transition: all linear 0.2s;
	height: 30px;
}

.contact-page .inquiry-section .inquiry form input:focus,
.contact-page .inquiry-section .inquiry form textarea:focus,
.contact-page .inquiry-section .inquiry form input:hover,
.contact-page .inquiry-section .inquiry form textarea:hover {
	color: #4f4f4f;
	background: #fff;
	border-color: #4f4f4f;
}

.contact-page .inquiry-section .inquiry form .inputs-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-page .inquiry-section .inquiry form .input-field {
	width: 48%;
	padding-bottom: 20px;
}

.contact-page .inquiry-section .inquiry form .input-field .error-txt {
	display: none;
}

.contact-page .inquiry-section .inquiry form .input-field:last-child {
	width: 100%;
}

.contact-page .inquiry-section .inquiry form .input-field p {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;
	padding-bottom: 5px;
}

.contact-page .inquiry-section .inquiry form input[placeholder] {
	font-style: normal;
	text-overflow: ellipsis;
	color: #333;
}

.contact-page .inquiry-section .inquiry form .error-txt {
	min-height: 20px;
}

.contact-page .inquiry-section .send-btn {
	display: inline-block;
	color: #fff;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	margin: 30px 0;
	padding: 9px;
	font-size: 14px;
}

.contact-page .inquiry-section .send-btn:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

.contact-page .inquiry-section .stay-in-touch {
	width: calc(34% - 50px);
	padding: 10px;
	margin-top: 60px;
	background-color: #fff;
	border: 1px solid #fafafa;
	height: 100%;
	transform: rotateX(90deg);
	transition: 1s;
}

.contact-page .inquiry-section .stay-in-touch.active {
	transform: rotateX(0deg);
}

.contact-page .inquiry-section .desc {
	color: #323232;
	font: 16px 'Helvetica Neue', Arial, sans-serif;
	white-space: pre-wrap;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 24px 0;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	height: 40px !important;
	background-color: #fafafa !important;
	font-style: italic !important;
	color: #333 !important;
	padding: 4px 15px !important;
	border: 1px solid #c4c4c4 !important;
	transition: all linear 0.2s;
	border-radius: unset !important;
	box-shadow: unset !important;
	font-size: unset !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label {
	display: none !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	display: inline-block !important;
	color: #fff !important;
	background-color: #29abe2 !important;
	border: 1px solid #29abe2 !important;
	margin: 30px 0 !important;
	padding: 15px !important;
	font-size: 14px !important;
	width: max-content !important;
	border-radius: 0 !important;
	box-shadow: unset !important;
	font-size: unset !important;
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
	color: #fff !important;
	background-color: #545454 !important;
	border: 1px solid #545454 !important;
}

div#first_name_field_0 {
	float: right;
}

div#first_name_field_0,
div#last_name_field_0 {
	width: 48%;
}

.contact-page .location-section {
	display: flex;
	justify-content: space-between;
}

.contact-page .location-section .txt {
	font-size: 14px;
	line-height: 140%;
	font-weight: 300;
}

.contact-page .location-section .txt a:not(.mail) {
	color: #29abe2;
}

.contact-page .location-section .txt-area {
	width: 32%;
}

.contact-page .location-section .map-area {
	width: 65%;
}

.contact-page .location-section iframe {
	border: 0;
	height: 300px;
	width: 100%;
}

.contact-page .contact-section {
	display: flex;
	justify-content: space-between;
}

.contact-page .contact-section .item strong {
	font-weight: 500;
}

.contact-page .contact-section .item {
	font-weight: 300;
	padding-bottom: 30px;
}

.contact-page .careers-section {
	display: flex;
	justify-content: space-between;
}

.contact-page .careers-section .sub-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.contact-page .careers-section p {
	text-align: justify;
	font-weight: 300;
}

.contact-page .careers-section .txt-area {
	width: 70%;
}

.contact-page .careers-section .txt-area a {
	color: #29abe2;
}

div.ctct-form-embed div.ctct-form-defaults {
	padding: 0 !important;
}

/* #endregion */

/* #region application form */

.w-100 {
	width: 100%;
}

.custom-input-field {
	width: auto;
	max-width: 100%;
	flex: 1;
}

.app-form-page {
	width: 1080px;
	padding: 20px;
	max-width: 100%;
	margin: 0 auto;
}

.app-form-page h4.section-title {
	color: #777;
	font-size: 24px;
	padding-top: 40px;
}

.app-form-page #chbInvoiceSameAddress {
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 10px;
}

.app-form-page {
	padding: 50px 20px;
	max-width: 1000px;
	margin: auto;
}

.app-form-page .up-area {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}

.app-form-page .up-area .app-header {
	text-align: right;
}

.app-form-page .up-area .app-header p {
	margin: 5px 0;
}

.app-form-page form {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;
}

.app-form-page .up-area .date {
	color: #6b6b6b;
	font-weight: 300;
}

.app-form-page .up-area a {
	display: inline-block;
	color: #29abe2;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	padding: 8px 25px;
	font-size: 14px;
	text-transform: uppercase;
}

.app-form-page .up-area a:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

.app-form-page .application-area {
	width: 62.7%;
}

.app-form-page .applicattion-form-section-1 .inputs-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.app-form-page .applicattion-form-section-1 .inputs-area .input-field {
	width: 48%;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.app-form-page .applicattion-form-section-1 .inputs-area .input-field label {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;
	margin-bottom: 5px;
	width: 100%;
}

.app-form-page .inputs-area .input-field span {
	padding: 2px 5px 2px 0px;
}

.app-form-page .applicattion-form-section-1 .inputs-area .input-field input:not([type='checkbox']):not([type='radio']),
.app-form-page .applicattion-form-section-1 .inputs-area .input-field select {
	display: block;
	width: 100%;
	height: 30px;
	padding: 4px 15px;
	border: 1px solid #c4c4c4;
	background-color: #fafafa;
	transition: all linear 0.2s;
	font-size: 12px;
}

.app-form-page .applicattion-form-section-1 .inputs-area .input-field input:not([type='checkbox']):not([type='radio']):hover,
.app-form-page .applicattion-form-section-1 .inputs-area .input-field input:not([type='checkbox']):not([type='radio']):focus,
.app-form-page .applicattion-form-section-1 .inputs-area .input-field select:hover,
.app-form-page .applicattion-form-section-1 .inputs-area .input-field select:focus {
	color: #4f4f4f;
	background: #fff;
	border-color: #4f4f4f;
}

.app-form-page .login-submit {
	display: flex;
	justify-content: space-between;
}

.app-form-page .formApplicationLogin-area {
	width: calc(37.3% - 40px);
	margin-top: 20px;
	padding: 15px;
	background-color: #e5e5e5;
	height: max-content;
}

.app-form-page .formApplicationLogin-area .section-title {
	color: #29abe2;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	padding-bottom: 20px;
}

.app-form-page .formApplicationLogin-area .txt {
	padding-bottom: 10px;
}

.app-form-page .formApplicationLogin-area .input-field {
	display: flex;
	flex-direction: column;
}

.app-form-page .formApplicationLogin-area input {
	padding: 4px 15px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	transition: all linear 0.2s;
}

.app-form-page .formApplicationLogin-area input[placeholder] {
	font-style: normal;
	text-overflow: ellipsis;
	color: #333;
}

.app-form-page .formApplicationLogin-area input:hover,
.app-form-page .formApplicationLogin-area input:focus {
	color: #4f4f4f;
	background-color: #fff;
	border-color: #4f4f4f;
}

.app-form-page .formApplicationLogin-area .app-btn {
	margin-top: 10px;
}

.app-form-page .formApplicationLogin-area .app-btn:hover {
	color: #fff;
	background-color: #545454;
	border: 1px solid #545454;
}

.app-form-page .formApplicationLogin-area label {
	margin-bottom: 5px;
}

.app-form-page #application-form-other-category {
	display: none;
}

.app-form-page label.validate-msg {
	background-color: #d80000;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	padding: 5px;
	display: block;
	line-height: 120%;
}

.app-form-page .applicattion-form-section-1 .txt {
	padding: 10px 0 50px;
	text-align: justify;
}

.app-form-page .applicattion-form-section-1 b {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	padding-bottom: 10px;
}

.app-form-page .applicattion-form-section-1 .app-categories .chb-list label {
	padding: 9px 18px 9px 0;
}

.app-form-page input[type='checkbox'],
.app-form-page input[type='radio'] {
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none;
	width: 1em;
	height: 1em;
	position: relative;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	border: none;
	border-radius: 0;
	outline: none;
	vertical-align: middle;
	background-color: transparent;
	background-size: contain;
	background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwD0Ppum6adNsybO3JNvCSTDGSSY13+zirtS03TRpt4RZ24It5iCIYwQRG2/2cVf/9D0PpupaaNNswby3BFvCCDNGCCI12+1irtS1LTTpt4BeW5Jt5gAJoySTG232sVf/9H/2Q==');
	font-size: 16px;
	padding: 0;
	transition: all linear 0.2s;
}

.app-form-page input[type='checkbox']:checked,
.app-form-page input[type='radio']:checked {
	background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwDv+iDy9dWy2sEVrLd2MUCX0IijLxu8SuvMFa/EDUNup3FagjFUo1yeK61ObRtItLYJp8D3GvXhgjYRIYmMVqmw/fzbOxrWKJeVKsBir//Q7TqGn2t3Z6dqujara6b5ktLSOKC7aRDHJGYxyguY61kir8S1+KNwGU9QVUbY2uiaL5aubGC/hnleGeW7uXmjMtxcyoTJK5DVLOx2H7KhVGwxV//R/9k=');
}

.app-form-page .applicattion-form-section-1 textarea {
	width: 100%;
	font-size: 12px;
	min-height: 200px;
	padding: 4px 15px;
	margin-bottom: 10px;
	border: 1px solid #c4c4c4;
	transition: all linear 0.2s;
}

.app-form-page .applicattion-form-section-1 textarea:hover,
.app-form-page .applicattion-form-section-1 textarea:focus {
	color: #4f4f4f;
	background-color: #fff;
	border-color: #4f4f4f;
}

.app-form-page .app-btn {
	color: #fff;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	font-size: 14px;
	cursor: pointer;
	display: block;
	width: max-content;
	padding: 8px 14px;
	text-transform: uppercase;
	margin-top: 40px;
}

.app-form-page .chb-list {
	position: relative;
}

.app-form-page .chb-list label.validate-msg {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 100%;
}

.app-form-page .applicattion-form-section-2 .section-title {
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
}

.app-form-page .applicattion-form-section-2 .txt {
	text-align: justify;
	padding-bottom: 50px;
}

.app-form-page .applicattion-form-section-2 .small-txt {
	font-size: 12px;
	color: #000;
	margin-bottom: -50px;
}

.app-form-page #application-stand-size label {
	display: flex;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.app-form-page #application-stand-size .label {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.app-form-page #application-stand-size .label span:first-child {
	width: 165px;
}

.app-form-page #application-stand-size .label span:nth-child(2) {
	width: 170px;
	text-align: justify;
}

.app-form-page ol {
	padding-left: 15px;
}

.app-form-page #applicarionFormCardArea,
.app-form-page #applicationTotalPriceCheck,
.app-form-page #applicationTotalPriceBankWire,
.app-form-page .payment-area {
	display: none;
}

.app-form-page .payment-section {
	padding-bottom: 50px;
}

.app-form-page .payment-section .card-params {
	display: flex;
	justify-content: space-between;
}

.app-form-page .payment-section .input-field {
	display: flex;
	flex-direction: column;
	width: 33%;
}

.app-form-page .applicattion-form-section-2 strong {
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.7px;
	color: #000;
}

.app-form-page .agreement-area {
	display: flex;
	justify-content: space-between;
}

.app-form-page .agreement-area .input-field {
	width: 48%;
}

.app-form-page .agreement-area .input-field input {
	width: 100%;
	font-size: 12px;
	padding: 4px 15px;
	border: 1px solid #c4c4c4;
	background-color: #fafafa;
	transition: all linear 0.2s;
}

.app-form-page .agreement-area .input-field input:hover,
.app-form-page .agreement-area .input-field input:focus {
	color: #4f4f4f;
	background-color: #fff;
	border-color: #4f4f4f;
}

.app-form-page .applicattion-form-section-2 #btn-application-form-previous {
	margin-bottom: 30px;
}

.application-page .iziModal {
	border: 5px solid #333;
}

.application-page #modalApplicationFormTermConditions {
	height: 65vh !important;
	text-align: justify;
}

.application-page .iziModal-content {
	padding: 20px !important;
}

.application-page .iziModal-wrap {
	height: 100% !important;
}

.application-page .modal-footer-area {
	padding-top: 20px;
}

.application-page button {
	/*color: #fff;*/
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 0px 24px;
}

.application-page .modal-footer-area button:last-child {
	background: gray !important;
}

.app-form-page .app-user-page {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.app-form-page #applicationFormManageUserData,
.app-form-page #applicationFormManageUser {
	width: 62.7%;
}

.app-form-page #applicationFormManageUserData .application-area,
.app-form-page #applicationFormManageUser #applicationFormManageUserData {
	width: 100%;
}

.app-form-page .app-user-page .app-menu {
	width: calc(37.3% - 40px);
	height: max-content;
}

.app-form-page .app-user-page .app-menu #form-user-password-change {
	display: none;
}

.app-form-page .finalize-area .sub-title {
	font-size: 28px;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight: 700;
	color: #000;
}

.app-form-page .finalize-area .small-txt {
	font-size: 14px;
}

.app-form-page .finalize-area li {
	color: #6b6b6b;
	padding-bottom: 5px;
}

.app-form-page .application-form-finalize-area .app-btn {
	text-transform: capitalize;
	margin: 30px auto;
}

.app-form-page #formApplicationDocumentUpload .form-inner {
	display: flex;
	justify-content: space-between;
}

.app-form-page #formApplicationDocumentUpload .form-inner>div {
	display: flex;
	flex-direction: column;
}

.app-form-page #formApplicationDocumentUpload .form-inner>.input-field {
	width: 60%;
}

.app-form-page #formApplicationDocumentUpload .form-inner>.input-field input {
	padding: 8px 15px;
}

.app-form-page .document-file-area {
	display: flex;
}

.app-form-page .document-file-area .app-btn {
	margin-top: 0;
}

.app-form-page #btn-upload-document {
	margin-right: 0;
	margin-left: auto;
	margin-top: -15px;
}

.app-form-page .documents-upload .docs-area table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.app-form-page .documents-upload .docs-area th,
.app-form-page .documents-upload .docs-area td {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
	font-weight: 400;
}

.app-form-page .documents-upload .docs-area td {
	text-align: center;
}

.app-form-page .fileinput-button {
	display: none;
}

.app-form-page #form-user-password-change .input-field {
	display: flex;
	flex-direction: column;
}

.app-form-page #form-user-password-change .input-field input[placeholder] {
	font-style: normal;
	text-overflow: ellipsis;
	color: #333;
}

.app-form-page #form-user-password-change .input-field input {
	width: 100%;
	font-size: 12px;
	padding: 4px 15px;
	border: 1px solid #c4c4c4;
	background-color: #fafafa;
	transition: all linear 0.2s;
}

.app-form-page #form-user-password-change .input-field input:hover,
.app-form-page #form-user-password-change .input-field input:focus {
	color: #4f4f4f;
	background-color: #fff;
	border-color: #4f4f4f;
}

.app-form-page #form-user-password-change .input-field label {
	margin-bottom: 5px;
}

.app-form-page #modalApplicationFormWebConfirmBankOrCheck button {
	margin-top: 10px;
}

/* #endregion */

/* #region privacy-policy */
.privacy-policy-page .txt-area {
	padding: 20px;
}

.privacy-policy-page ol {
	padding-left: 15px;
}

/* #endregion */

/* #region terms of use */
.terms-of-use-page .txt-area {
	padding: 20px;
}

/* #endregion */

/* #region footer */
footer .footer-title {
	font-size: 28px;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight: 700;
}

footer .am-productions-area {
	padding: 70px 0 20px;
	background-color: #acacac;
}

footer .am-productions-area .am-productions {
	width: 100%;
	max-width: 630px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

footer .am-productions-area .am-productions .item {
	width: 33.3%;
	height: 50px;
	padding: 0 2%;
	margin-bottom: 50px;
	text-align: center;
}

footer .am-productions-area .am-productions .item img {
	height: 100%;
}

footer .stay-tuned-area {
	padding: 50px 0;
	border-top: 1px solid #c4c4c4;
}

footer .stay-tuned {
	max-width: 720px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

footer .stay-tuned .item {
	width: 48%;
	display: flex;
	flex-direction: column;
}

footer .stay-tuned .item hr {
	width: 15%;
	border: 0;
	height: 4px;
	background-color: #29abe2;
	margin-top: 20px;
	margin-bottom: 20px;
	min-width: 50px;
}

footer .stay-tuned .item .content {
	display: flex;
	justify-content: space-between;
}

footer .stay-tuned .item .content p {
	font-size: 10px;
	line-height: 180%;
	color: #3f3f3f;
	font-weight: 300;
}

footer .social-area {
	display: flex;
}

footer .social {
	padding: 5px;
	max-width: 58px;
}

footer .social a:hover {
	opacity: 0.7;
}

/* footer .social:last-child {
  max-width: 115px;
} 
footer .social:last-child a:hover {
  opacity: 1;
} */
footer .bottom-txt-area {
	background-color: #29abe2;
}

footer .bottom-txt-area p {
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}

/* #endregion */

/* #region Art City */
.artcity-section .artcity-content {
	width: 100%;
	max-width: 1330px;
	padding: 0 20px;
	margin: 15px auto;
}

.artcity-section .artcity-content .txt {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	padding-top: 40px;
	padding-bottom: 55px;
	line-height: 25px;
}

.artcity-section .artcity-content .form-section {
	display: flex;
	justify-content: space-between;
}

.artcity-section .artcity-content .form-section .txt-area {
	width: 42%;
}

.artcity-section .artcity-content .form-section .form-area {
	width: 43%;
}

.artcity-section .artcity-content .form-section .txt-area p {
	padding-top: 18px;
	line-height: 25px;
	letter-spacing: 0.9px;
}

.artcity-section .artcity-content .form-section .txt-area p a {
	font-weight: 600;
}

.artcity-section div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	border: 0;
	background: #eee;
	border-radius: 0;
	height: 30px;
	padding: 5px 10px;
	box-shadow: none;
}

.artcity-section div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	padding: 10px;
}

.artcity-section div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
	font-weight: 500;
	font-size: 16px;
}

.artcity-section .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label {
	display: inline-block !important;
}

/* #region */
/*#region Select Tickets Page*/
.select-tickets .tickets-banner {
	width: 100%;
	padding: 0;
}

.tickets-banner {
	width: 1720px;
	max-width: 100%;
	padding: 0 32px;
	margin: 0 auto;
}

.tickets-banner .page-title p {
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	line-height: normal;
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	color: black;
	font-weight: normal;
}

.tickets-banner .txt {
	padding: 0 35px;
	line-height: 24px;
	margin-top: 16px;
	letter-spacing: 0;
	font-size: 16px;
}

.tickets-banner .page-title {
	border-bottom: 0;
	margin: 0;
	margin-top: 16px;
	padding: 0 35px;
}

.select-tickets-page .tickets {
	width: 1730px;
	max-width: 100%;
	margin: 32px auto 0;
	padding: 0 68px;
}

.select-tickets-page .tickets .list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 45px;
	margin-bottom: 50px;
}

.select-tickets-page .tickets .list .item {
	border: 1px solid #000;
	width: calc(33.3% - 30px);
	display: flex;
	flex-direction: column;
}

.select-tickets-page .tickets .list .item .txt-area {
	padding: 14px 17px 33px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
}

.select-tickets-page .tickets .list .item .txt-area .ticket-title {
	font-size: 20px;
	line-height: normal;
}

.select-tickets-page .tickets .list .item .txt-area .ticket-title strong {
	line-height: 24px;
}

.select-tickets-page .tickets .list .item .txt-area .ticket-desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}

.select-tickets-page .tickets .list .item .txt-area .ticket-desc strong {
	line-height: 24px;
}

.select-tickets-page .tickets .list .item .txt-area .btn-ticket {
	color: #212529;
	display: inline-block;
	margin-top: 28px;
	border: 1px solid;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 14px;
	border: 1px solid #000;
}

/*#endregion*/
/* #region responsive */

@media only screen and (max-width: 1280px) {
	header .fair-header-logo {
		margin-right: 0;
	}

	header .fair-header-date {
		width: 256px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 256px;
		-ms-flex: 0 0 256px;
		flex: 0 0 256px;
		margin-left: 10px;
	}

	header .fair-header-date p {
		font-size: 10px;
	}

	.hotels-page .hotels-area .list-area .item .txt-area .txt:first-child {
		flex: 1;
	}

	.hotels-page .hotels-area .list-area .item .txt-area .txt:last-child {
		width: 32%;
	}

	.practical-info-page .section .item .img-area img {
		width: 100%;
	}

	header .header-right .menu {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	header .header-right .item .txt-area p {
		max-width: unset;
	}

	header .header-right .item {
		width: 35%;
		margin-bottom: 5px;
	}

	.purchase-ticket-page .thank-purchase {
		max-width: 1100px;
	}
}

@media only screen and (max-width: 1100px) {
	.select-tickets-page .tickets .list .item {
		width: calc(50% - 30px);
	}
}

@media only screen and (max-width: 1080px) {
	header .fair-header-date {
		width: 200px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 200px;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
	}

	header .fair-header-date p {
		letter-spacing: 0.04em;
	}

	.logos-page .title {
		text-align: center;
	}

	.logos-page .list {
		justify-content: space-between;
	}

	.dealer-details-area .dealer-detail .dealers-artworks .slider-for img {
		height: 500px;
		width: 100%;
		object-fit: cover;
	}

	.purchase-ticket-page .thank-purchase {
		width: 768px;
	}
}

@media only screen and (max-width: 991px) {

	.app-form-page{
		max-width: 100%;
	}
	.artcity-slideshow-area,
	.artcity-slideshow-area .carousel-item {
		height: auto;
	}

	/* .squadup-checkout-app{
        padding-top: 315px
    } */
	.purchase-ticket-page .thank-purchase {
		padding-top: 330px;
	}

	.artcity-section .artcity-content .form-section {
		flex-direction: column;
	}

	.artcity-section .artcity-content .form-section .txt-area,
	.artcity-section .artcity-content .form-section .form-area {
		width: 100%;
	}

	.artcity-section .artcity-content .form-section .txt-area {
		margin-bottom: 30px;
	}

	.artcity-page main {
		padding-top: 380px;
	}

	header .logo-area>a {
		max-width: 100%;
	}

	html:not(.sticky) header .logo-area>a {
		width: 100%;
		position: relative;
		padding-top: 100px;
		display: block;
	}

	html:not(.sticky) header .logo-area>a img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 220px;
	}

	header .header-main {
		flex-direction: column-reverse;
		padding-top: 5px;
		position: relative;
		background-color: #fff;
	}

	header .header-right {
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
	}

	header .header-right .menu {
		justify-content: space-between;
	}

	header .header-right .item {
		width: 49%;
	}

	header .header-right .item a {
		margin-left: 0;
	}

	header .fair-header-date {
		width: 230px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 230px;
		-ms-flex: 0 0 230px;
		flex: 0 0 230px;
	}

	header .fair-header-date p {
		letter-spacing: 0.14em;
	}

	header nav {
		padding-top: 0;
	}

	header .main-menu li a {
		font-size: 12px;
	}

	.hotels-page .hotels-area .list-area .item .img-area a {
		width: 270px;
		height: 180px;
	}

	.artists-page .artists-area .artist-list {
		flex-direction: column;
	}

	main {
		padding-top: 280px;
	}
}

@media only screen and (max-width: 767px) {
	.artcity-section .banner-area {
		height: 250px;
	}

	.purchase-ticket-page .thank-purchase {
		width: 600px;
	}

	.artcity-section .banner-area img {
		height: 90%;
		object-fit: cover;
	}

	.purchase-ticket-page .thank-purchase {
		padding-top: 260px;
	}

	.artcity-page main {
		padding-top: 300px;
	}

	header .main-menu li a {
		font-size: 14px;
	}

	header .fair-header-date {
		display: none;
	}

	header .logo-area {
		justify-content: flex-end;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.mobile-button {
		display: block;
	}

	header nav {
		display: none;
		padding: 0 10px;
	}

	header .main-menu {
		flex-direction: column;
		overflow-y: scroll;
		max-height: calc(100vh - 207px);
	}

	header .main-menu>li {
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding: 0;
	}

	header .main-menu>li a {
		width: 100%;
	}

	header .main-menu .sub>a::before {
		right: 20px;
		border-left: 1px solid #ccc;
		left: auto;
		height: 48px;
		top: 0px;
		padding-left: 20px;
		padding-top: 18px;
	}

	header .header-right .menu {
		display: none;
	}

	header .main-menu li.mobile {
		display: inline-block;
	}

	header .main-menu li ul {
		position: unset;
		border-top: 1px solid #ccc;
		background: none;
	}

	.sticky header {
		display: block;
		padding: 0 10px;
	}

	.sticky header .logo-area {
		padding-top: 0;
	}

	.sticky header .fair-header-logo {
		width: 240px;
	}

	main {
		padding-top: 247px;
	}

	footer .stay-tuned {
		flex-direction: column;
		padding-left: 20px;
		max-width: 100%;
	}

	footer .stay-tuned .item {
		width: 100%;
	}

	footer .stay-tuned .item:first-child {
		padding-bottom: 50px;
		width: 60%;
	}

	footer .am-productions-area .am-productions .item {
		height: 30px;
	}

	.homepage .sponsors-area {
		padding: 0;
	}

	.homepage .home-content-area .items-area .item {
		width: 100%;
		padding: 10px 0;
	}

	.practical-info-page .section {
		flex-wrap: wrap;
	}

	.practical-info-page .section .item {
		width: 100%;
	}

	.practical-info-page .practical-info-area img {
		margin-left: 0;
		width: 100% !important;
	}

	.practical-info-page .section .brightline-area {
		width: 100%;
	}

	.practical-info-page .section .brightline-area img {
		width: 100% !important;
	}

	.practical-info-page .section .general-admission {
		flex-direction: column;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
	}

	.practical-info-page .section .general-admission div:first-child {
		font-weight: 700;
	}

	.practical-info-page .section .general-admission div:last-child {
		font-weight: 400;
	}

	.practical-info-page .section .item .img-area {
		margin: auto;
		width: 100%;
	}

	.museums-page .museums-area .list-area {
		flex-direction: column;
	}

	.museums-page .museums-area .items-list .list {
		width: 48%;
	}

	.directions-page .directions {
		flex-direction: column-reverse;
	}

	.directions-page .directions .left-area,
	.directions-page .directions .right-area {
		width: 100%;
		padding-right: 0;
	}

	.directions-page .directions .img-area {
		max-width: 100%;
	}

	.directions-page .directions .left-area {
		padding-top: 20px;
	}

	.hotels-page .hotels-area .list-area .item {
		flex-direction: column;
	}

	.hotels-page .hotels-area .list-area .item .img-area {
		padding-right: 0;
	}

	.hotels-page .hotels-area .list-area .item .img-area a {
		width: 100%;
		height: auto;
	}

	.hotels-page .hotels-area .list-area .item .txt-area {
		align-items: flex-start;
		flex-direction: column;
	}

	.hotels-page .hotels-area .list-area .item .txt-area .txt:first-child,
	.hotels-page .hotels-area .list-area .item .txt-area .txt:last-child {
		width: 100%;
	}

	.dealers-page .list .item {
		width: 48%;
	}

	.dealer-details-area .dealer-details-header .contact-area {
		flex-direction: column;
	}

	.artist-artworks .list .item {
		width: 48%;
	}

	.catalogue-page .catalogues-area iframe,
	.catalogue-page .catalogues-area .small-catalogues iframe {
		width: 100%;
	}

	.app-form-page .up-area {
		flex-direction: column;
		padding-bottom: 40px;
	}

	.app-form-page .up-area a {
		margin-top: 10px;
	}

	.app-form-page .login-submit {
		flex-direction: column;
	}

	.app-form-page .application-area,
	.app-form-page .formApplicationLogin-area {
		width: 100%;
	}

	#modalApplicationFormTermConditions {
		max-width: 100vw !important;
	}

	#modalApplicationFormTermConditions .scroll-box {
		font-size: 14px;
	}

	.logos-page .list {
		flex-direction: column;
	}

	.logos-page .list .item {
		width: max-content;
		margin: 0 auto;
	}

	.vip-application-area {
		flex-direction: column;
	}

	.vip-application-area form .inputs-area .input-field {
		width: 100%;
	}

	.partners-page .item {
		width: 33.33%;
	}

	.contact-page .inquiry-section {
		flex-direction: column;
	}

	.contact-page .inquiry-section .inquiry {
		width: 100%;
	}

	.contact-page .inquiry-section .inputs-area .input-field:first-child {
		width: 48%;
	}

	.contact-page .inquiry-section .stay-in-touch {
		width: 100%;
	}

	.contact-page .inquiry-section .stay-in-touch .inputs-area .input-field:first-child {
		width: 100%;
	}

	.contact-page .inquiry-section .inquiry form .input-field {
		margin-bottom: 0;
	}

	.contact-page .location-section .txt-area,
	.contact-page .location-section .map-area {
		width: 48%;
	}

	.contact-page .contact-section,
	.contact-page .careers-section {
		flex-direction: column;
	}

	.contact-page .contact-section .list-area {
		display: flex;
		justify-content: space-between;
	}

	.contact-page .contact-section .list {
		width: 48%;
	}

	.contact-page .careers-section .txt-area {
		width: 100%;
	}

	.dealer-details-area .dealer-detail .dealer-artwork-info {
		flex-direction: column;
	}

	.dealer-details-area .dealer-detail .dealer-artist-info {
		width: 100%;
		padding-top: 30px;
	}

	.dealer-details-area .dealer-detail .dealers-artworks {
		width: 100%;
	}

	.dealer-details-area .dealer-artists {
		flex-direction: column;
	}

	.dealer-details-area .dealer-artists>div {
		width: 100%;
	}

	.homepage .sponsors-area .item {
		max-width: unset;
	}

	.tickets-banner {
		padding: 0;
	}

	.tickets-banner img {
		height: 129px;
		object-fit: cover;
	}

	.tickets-banner .page-title {
		padding: 0 20px;
		margin-top: 20px;
	}

	.tickets-banner .page-title p {
		font-size: 26px;
	}

	.tickets-banner .txt {
		padding: 0 20px;
		margin-top: 22px;
	}

	.select-tickets-page .tickets {
		max-width: 90%;
		padding: 0;
		margin: 28px auto 0;
	}

	.select-tickets-page .tickets .list {
		gap: 23px;
		margin-bottom: 30px;
	}

	.select-tickets-page .tickets .list .item .img-area img {
		height: 91px;
		object-fit: cover;
	}

	.select-tickets-page .tickets .list .item {
		width: 100%;
	}

	.select-tickets-page .tickets .list .item .txt-area {
		padding: 25px 17px 20px;
	}

	.select-tickets-page .tickets .list .item .txt-area .ticket-desc {
		padding: 0;
		margin-top: 15px;
	}

	.select-tickets-page .tickets .list .item .txt-area .btn-ticket {
		margin-top: 18px;
	}

	.select-tickets-page .related-fairs {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 700px) {
	html:not(.sticky) header .logo-area> :last-child a {
		padding-top: 22%;
	}

	.purchase-ticket-page .thank-purchase {
		width: 550px;
	}
}

@media only screen and (max-width: 520px) {
	.artcity-page main {
		padding-top: 260px;
	}

	.mailing-list-popup-outer .popup-txt {
		text-align: justify;
	}

	.mailing-list-popup-outer .mailing-list-popup {
		width: 95%;
		padding: 10px 20px;
	}

	footer .stay-tuned {
		padding-right: 20px;
	}

	.purchase-ticket-page .thank-purchase {
		padding-top: 190px;
	}

	header .fair-header-logo {
		width: 70%;
	}

	.purchase-ticket-page .thank-purchase {
		width: 400px;
	}

	.sticky header .fair-header-logo {
		width: 60%;
	}

	main {
		padding-top: 180px;
	}

	footer .stay-tuned .item:first-child {
		width: 100%;
	}

	.title {
		font-size: 18px;
	}

	.homepage .home-content-area .info-txt .desc {
		font-size: 14px;
	}

	.practical-info-page .section .item .img-area {
		width: 100%;
		height: auto;
	}

	.practical-info-page .section .item .img-area img {
		width: 100%;
	}

	.dealers-page .list .item {
		width: 100%;
	}

	.dealers-page .list .item.img-placeholder img {
		width: 100%;
	}

	.artists-page .artists-area .letter a {
		border: 1px solid #29abe2;
		padding: 10px;
		height: 37px;
		width: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.artists-page .artists-area .letters {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.app-form-page .applicattion-form-section-1 .inputs-area .input-field {
		width: 100%;
	}

	.app-form-page .payment-section .card-params {
		flex-direction: column;
	}

	.app-form-page .payment-section .input-field {
		width: 100%;
	}

	.press-info-page .contacts {
		flex-direction: column;
	}

	.press-info-page .contacts .item {
		width: 100%;
		padding-bottom: 15px;
	}

	.partners-page .item {
		width: 50%;
	}

	.contact-page .location-section {
		flex-direction: column;
	}

	.contact-page .location-section .txt-area,
	.contact-page .location-section .map-area {
		width: 100%;
	}

	.contact-page .location-section .txt-area {
		padding-bottom: 20px;
	}

	.contact-page .contact-section .list {
		width: 100%;
	}

	.contact-page .contact-section .list-area {
		flex-direction: column;
	}

	.privacy-policy-page .txt-area,
	.terms-of-use-page .txt-area {
		font-size: 14px;
		text-align: justify;
	}

	.dealer-details-area .dealer-artists .list {
		flex-direction: column;
	}

	.dealer-details-area .dealer-artists .list .item {
		width: 100%;
	}

	.press-registration-area form .input-field {
		width: 100%;
	}

	header .logo-area {
		padding-top: 0;
	}

	html:not(.sticky) header .logo-area>a img {
		width: 175px;
	}

	html:not(.sticky) header .logo-area>a {
		padding-top: 55px;
	}
}

@media only screen and (max-width: 415px) {

	/* header .header-social{
        display: none;
    } */
	header .header-right .menu {
		width: 100%;
	}

	main {
		padding-top: 182px;
	}

	footer .stay-tuned .item .content {
		flex-direction: column;
	}

	.tickets-page .squadup-checkout-app .h1,
	.tickets-page .squadup-checkout-app h1 {
		font-size: 24px;
	}

	.practical-info-page .section .brightline-area {
		width: 100%;
		height: auto;
	}

	.practical-info-page .section .brightline-area img {
		width: 100%;
	}

	.purchase-ticket-page .thank-purchase {
		width: 300px;
	}

	.museums-page .museums-area .items-list {
		flex-direction: column;
	}

	.museums-page .museums-area .items-list .list {
		width: 100%;
		text-align: center;
	}

	.press-info-page .up-area {
		flex-direction: column;
	}

	.vip-info-page .up-area {
		flex-direction: column-reverse;
	}

	.contact-page .inquiry-section .inquiry form .input-field,
	.contact-page .inquiry-section .inputs-area .input-field:first-child,
	.contact-page .inquiry-section .inputs-area .input-field {
		width: 100%;
	}

	.vip-info-page .title {
		padding-top: 30px;
	}
}

/* #endregion */