BODY {
	font-family: 'Fira Sans';
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	min-height: 100%;
}
* {
	font-family: inherit;
	font-color: inherit;
	font-size: inherit;
}
a {
	color: inherit;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}

.wrapper {
	position: relative;
	width: 85%;
	margin: 0 auto;
	padding: 0 10px;
}

.overflowHidden {
	overflow: hidden;
	height: 50%!important;
}

/* == COMMON == */
.icon {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top;
}
.iconPhone {
	width: 10px;
	background-image: url('/view/front/images/icons/phone.png');
}
.iconMap {
	background-image: url('/view/front/images/icons/map.png');
}
.iconMail {
	background-image: url('/view/front/images/icons/mail.png');
}
.iconMenuRight {
	width: 31px;
	background-image: url('/view/front/images/icons/menuRight.png');
}
.iconMenuRightBlack {
	width: 31px;
	background-image: url('/view/front/images/icons/menuRightBlack.png');
}
.iconMenuClose {
	width: 25px;
	height: 26px;
	background-image: url('/view/front/images/icons/menuClose.png');
}
.iconCalendar {
	width: 30px;
	height: 27px;
	background-image: url('/view/front/images/icons/calendar.png');
}

.clubLogo, .barLogo {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

#menuWrapper {
	display: none;
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #f8f8f8;
	width: 450px;
	z-index: 100;
}
#menuWrapper .iconMenuClose {
	position: absolute;
	top: 40px;
	right: 40px;
}
.menuParts {
	display: flex;
	margin: 40px 0;
	padding: 0 40px;
}
.menuParts .menuPart {
	width: 50%;
}
.menuParts .menuPart:first-child {
	border-right: 1px solid #9a9ea7;
	padding-right: 40px;
}
.menuParts .menuPart:nth-child(2n) {
	padding-left: 40px;
}
.menuParts:last-child .menuPart {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}
.clubLogo {
	width: 76px;
	height: 76px;
	background-image: url('/view/front/images/club_logo_opacity.png');
}
.barLogo {
	width: 82px;
	height: 82px;
	background-image: url('/view/front/images/bar_logo_opacity.png');
}
.menuParts .menuPart li a {
	display: block;
	font-family: 'Fira Sans';
	font-weight: 200;
	font-size: 17px;
	padding: 7px 10px;
	color: #525967;
}
.menuParts .menuPart li a:hover {
	background-color: #525967;
	color: #f7f7f7;
}

.mainTitles {
	display: none;
}

#clubHeader, #quizHeader {
	position: relative;
	height: 110px;
	z-index: 10;
}

#phone {
	position: absolute;
	display: flex;
	top: 50px;
	right: 17%;
	color: #fff;
	z-index: 3;
	height: 20px;
	font-family: 'Fira Sans';
	font-weight: 300;
    font-size: 19px;
    line-height: 21px;
}
#phone > #mainHeaderPhone {
	margin: 0 30px 0 10px;
}

#menu {
	display: flex;
	position: relative;
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
	justify-content: center;
	font-family: 'Fira Sans';
	font-weight: 500;
	font-size: 19px;
	color: #fff;
	z-index: 2;
}
#menu li a {
	display: inline-block;
	padding: 41px 40px;
	line-height: 29px;
	min-width: 80px;
	text-align: center;
}

.mainParts {
	display: flex;
	width: 100%;
	height: 50%;
	color: #fff;
}
.mainVideo {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 2;
}
.mainBanners {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 2;
}

.mainHashTags {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 22px;
	z-index: 3;
}
#danceHashTag {
	top: 9%;
}
#foodHashTag {
	bottom: 5%;
}

.mainTitles {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 4;
}
.pageTitlesContainer {
	position: relative;
	z-index: 4;
}
.pageTitles {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	font-family: 'Fira Sans';
	font-weight: 500;
}
#danceTitle {
	top: 13%;

	font-family: 'Fira Sans';
	font-weight: 500;
	font-size: 48px;
	line-height: 55px;
}
#foodTitle {
	bottom: 13%;

	font-family: 'Fira Sans';
	font-size: 121px;
	line-height: 65px;
}

#clubContact {
	position: relative;
	padding: 70px 0 45px 0;
	background-color: #0a172b;
}
#contactIcon {
	display: block;
	position: relative;
	width: 77px;
	height: 58px;
	margin: 0 auto;
	background-image: url('/view/front/images/icons/contact.png');
}
#contactTitle {
	position: relative;
	color: #9aa3b7;
	font-size: 32px;
}
#contactParts {
	display: flex;
	position: relative;
	margin-top: 60px;
	color: #efeff0;
}
.contactPart {
	flex: 1 1 50%;
}
#contactParts p {
	margin-bottom: 12px;
}
#contactParts p .icon {
	display: inline-block;
	height: 19px;
	width: 15px;
	background-size: contain;
	margin-right: 10px;
	opacity: 0.5;
}
#contactParts p a {
	color: #58a1e6;
}
.contactPart ul {
	display: block;
	margin-top: 20px;
}
.contactPart ul li {
	display: inline-block;
	margin-right: 15px;
}

#clubMap {
	position: relative;
	height: 600px;
}

#clubFooter, #quizFooter {
	position: relative;
	padding: 20px 0;
	height: 20px;
	color: #fff;
	background-color: #0a172b;
}
#quizPage #clubFooter {
	background-color: #000;
}
#clubFooter span {
	display: block;
	float: left;
	opacity: 0.5;
}
#clubFooter span:last-child {
	float: right;
}
#clubFooter .wrapper div {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (max-width: 1340px) {
	.wrapper {
		width: 95%;
		padding: 0;
	}
	#menu li a {
		padding: 41px 20px;
	}
}

@media screen and (max-width: 1024px) {
	#menuWrapper {
		right: -20px;
	}

	#clubHeader .arrowLeft, #clubHeader .arrowLeftGray, #quizHeader .arrowLeftGray {
		display: none!important;
	}

	#clubHeader, #quizHeader {
		height: 80px;
	}
	#menu {
		height: 80px;
		overflow: hidden;
	}
	#menu li a {
		padding: 26px 10px 25px 10px;
	}
}

@media screen and (max-width: 980px) {
	#menuWrapper {
		right: -10px!important;
	}

	.mainParts {
		height: 400px;
	}
	#clubMap {
		height: 350px;
	}
}

@media screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}

	#menuWrapper {
		right: 0!important;
		width: 100%;
	}
	#menuWrapper .menuParts {
		margin: 20px 0;
		padding: 0 20px;
	}
	#menuWrapper .iconMenuClose {
		top: 20px;
		right: 20px;
	}
	.menuParts .menuPart:first-child {
		padding-right: 20px;
	}
	.menuParts .menuPart:nth-child(2n) {
		padding-left: 20px;
	}

	#clubHeader, #quizHeader {
		height: 50px;
	}
	#menu {
		display: none;
	}

	#contactParts {
		display: block;
	}
	#contactParts .contactPart:last-child {
		margin-top: 30px;
	}

	#clubFooter {
		height: auto;
	}
	#clubFooter span, #clubFooter .wrapper div {
		width: 100%;
		float: none!important;
	}
	#clubFooter .wrapper div {
		position: relative!important;
		text-align: left!important;
		padding: 10px 0;
	}

	.pageTitlesContainer {
		width: 100%!important;
		left: 0!important;
		text-align: center!important;
		vertical-align: top!important;
		margin: 0!important;
	}
	.pageTitlesContainer .icon {
		display: inline-block!important;
	    width: 40px!important;
	    height: 45px!important;
	}
	.pageTitlesContainer .pageTitles {
		width: auto!important;
		padding: 0!important;
		left: 5px!important;
	}
}

@media screen and (max-height: 700px) {
	.mainParts {
		height: 400px;
	}
}
