.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}

.slick-initialized .slick-slide {
	display: block;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1200px;
	}
}

@media (min-width: 1366px) {
	.container {
		max-width: 1300px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12,
.col-sm-4,
.col-sm-6,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-9,
.col-md-12,
.col-lg-3,
.col-lg-4 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/*! CSS Used from: https://use.fontawesome.com/releases/v5.10.1/css/all.css */
.fa,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-check:before {
	content: "\f00c";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-phone:before {
	content: "\f095";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-user:before {
	content: "\f007";
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
	font-weight: 900;
}

.nice-select {
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #ebedec;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 15px;
	font-weight: normal;
	height: 50px;
	line-height: 48px;
	outline: none;
	padding-left: 27px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	user-select: none;
	white-space: nowrap;
	color: #65696C;
}

.nice-select:hover {
	border-color: #ebedec;
}

.nice-select:active,
.nice-select:focus {
	border-color: #ebedec;
}

.nice-select:after {
	border-bottom: 2px solid #9ca4ab;
	border-right: 2px solid #9ca4ab;
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
}

.nice-select .list {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 27px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

body,
div,
span,
iframe,
h2,
h3,
h4,
h5,
p,
a,
img,
i,
ul,
li,
form,
footer,
header,
nav,
section,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

ul {
	list-style: none;
}

a img {
	border: none;
}

footer,
header,
nav,
section {
	display: block;
}

* {
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::selection {
	background: rgba(13, 90, 165, 0.7);
	color: #fff;
}

body {
	color: #ffffff;
	line-height: 160%;
	font-size: 18px;
	font-family: "Red Hat Display", sans-serif;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

body#dance-page {
	background-color: #100a19;
}

section {
	position: relative;
	z-index: 1;
}

.container {
	position: relative;
}

p {
  font-family: ui-sans-serif;
  text-align: justify;
}

h2,
h3,
h4,
h5 {
	color: #01909E;
	font-weight: 700;
	font-family: "Red Hat Display", sans-serif;
	line-height: 1.3em;
}

h5 a {
	color: #333;
}

h5 a:hover {
	color: #0d5aa5;
}

h2 {
	font-size: 28px;
	line-height: 1.26em;
}

h3 {
	font-size: 31px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

a:hover {
	color: #ffd910;
}

i {
	color: #7a7a7a;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}

.rx-lazy {
	-webkit-transition: .35s ease-out;
	transition: .35s ease-out;
}

.dance-page {
	color: #fff;
}

.dance-page i {
	color: #7a7a7a;
}

.dance-page a {
	color: #01909E;
}

.dance-page a:hover {
	color: #fff;
}

.dance-page h2,
.dance-page h3,
.dance-page h4,
.dance-page h5 {
	color: #fff;
}

.dance-page h5 a {
	color: #fff;
}

.dance-page h5 a:hover {
	color: #01909E;
}

.dance-page p {
	color: #bcbcbc;
}

.dance-slogan {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	font-size: 20px;
	margin-bottom: 5px;
}

.dance-slogan:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #01909E;
}

.dance-title {
	margin-bottom: 50px;
	text-transform: capitalize;
}

.dance-mask {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.dance-mask:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 3, 42, 0.8);
}

.dance-mask .container {
	z-index: 1;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 33px;
	}

	h3 {
		font-size: 29px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	body {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 33px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}
}

body.page-loaded .page-preloader-cover {
	-webkit-transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) 1s;
	transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) 1s;
	opacity: 0;
	pointer-events: none;
}

.dance-page .page-preloader-cover {
	background-color: #100a19;
}

.page-preloader-cover {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.01);
}

.cssload-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	-webkit-perspective: 780px;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 6px solid #0d5aa5;
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 6px solid #ffd910;
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 6px solid #22bfe1;
}

header {
	background: #fff;
	min-height: 50px;
	position: relative;
	width: 100%;
	z-index: 10;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}

.nav-menu {
	width: 100%;
	padding: 90px 0 30px;
	height: 100vh;
	left: -100%;
	opacity: 0;
	top: 0;
	z-index: 3;
	background-color: #fff;
	position: fixed;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.nav-list>li>a {
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
}

.nav-list {
	overflow: hidden;
	overflow-y: auto;
	max-height: 100%;
}

.nav-list li {
	display: block;
	position: relative;
}

.nav-list li a {
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #989898;
	font-weight: 500;
}

.nav-list li a:hover {
	color: #0d5aa5;
}

.nav-list li a:hover i {
	color: #0d5aa5;
}

.nav-list li a i {
	margin-left: 5px;
	color: #989898;
}

.nav-list li.dropdown ul {
	min-width: 100%;
	background: #333;
	-webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nav-list li.dropdown ul li {
	text-align: left;
}

.nav-list li.dropdown ul li a {
	font-size: 12px;
	padding: 10px 15px 10px 25px;
}

.nav-list li.dropdown ul li a:hover {
	color: #ffd910;
}

.nav-list li.dropdown ul li.active-page a {
	color: #ffd910;
}

@media (min-width: 768px) {
	.nav-menu {
		margin-top: 0;
		display: block !important;
		width: auto !important;
		position: relative;
		left: auto;
		top: auto;
		background-color: transparent;
		z-index: 0;
		height: auto;
		opacity: 1;
		padding: 0;
	}

	.nav-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		overflow: visible;
		max-height: none;
	}

	.nav-list>li {
		margin-right: 20px;
	}

	.nav-list>li:last-child {
		margin-right: 0;
	}

	.nav-list>li>a {
		padding: 0 2px;
	}

	.nav-list>li>a:after {
		content: '';
		position: absolute;
		top: -28px;
		left: 0;
		width: 0;
		height: 2px;
		background-color: #0d5aa5;
		-webkit-transition: width .35s ease;
		transition: width .35s ease;
	}

	.nav-list>li.active-page>a:after,
	.nav-list>li:hover>a:after {
		width: 100%;
	}

	.nav-list>li.dropdown ul {
		display: block !important;
		left: 0;
		position: absolute;
		top: 100%;
		margin-top: 25px;
		min-width: 200px;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	.nav-list>li.dropdown ul li a {
		padding: 4px 15px;
		display: inline-block;
	}
}

.nav-btn {
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	top: 4px;
	width: 60px;
	padding: 10px 15px;
	display: block;
	z-index: 4;
	overflow: hidden;
}

.nav-btn span {
	background-color: #fff;
	height: 2px;
	width: 100%;
	display: block;
	margin: 6px 0;
	position: relative;
	-webkit-transition: all 0.4s ease, visibility 0.1s ease;
	transition: all 0.4s ease, visibility 0.1s ease;
}

@media (min-width: 768px) {
	.nav-btn {
		display: none;
	}
}

.nav-btn:hover span:nth-child(2) {
	margin-left: -8px;
}

.header-fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.dance-header-fixed {
	background-color: transparent;
	padding: 28px 0;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dance-header-fixed .nav-btn span {
	background-color: #fff;
}

@media (min-width: 768px) {
	.dance-header-fixed .nav-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.dance-header-fixed .nav-list>li>a {
	color: #fff;
}

.dance-header-fixed .nav-list>li>a:after {
	top: auto;
	bottom: 0;
	background-color: #01909E;
}

.dance-header-fixed .nav-list>li>a i {
	color: #fff;
}

.dance-header-fixed .nav-list>li>a:hover {
	color: #01909E;
}

.dance-header-fixed .nav-list>li>a:hover i {
	color: #01909E;
}

.dance-header-fixed .nav-list>li.dropdown ul {
	background-color: #100a19;
}

@media (max-width: 1199px) {
	.nav-list>li>a {
		font-size: 14px;
	}

	.nav-list>li.dropdown ul {
		min-width: 160px;
	}

	.nav-list>li.dropdown ul li a {
		padding: 2px 15px;
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.nav-list>li>a {
		font-size: 12px;
	}

	.dance-header-fixed .nav-list>li.dropdown ul {
		left: auto;
		right: 0;
	}
}

@media (max-width: 767px) {
	.nav-btn span {
		background-color: #333;
	}

	.nav-list>li {
		margin-right: 0;
		margin-bottom: 3px;
	}

	.nav-list>li:last-child {
		margin-bottom: 0;
	}

	.nav-list>li>a {
		font-size: 18px;
		line-height: 34px;
	}

	.nav-list>li.dropdown ul {
		min-width: auto;
		width: 100% !important;
	}

	.nav-list>li.dropdown ul li a {
		padding: 4px 15px 4px 25px;
		font-size: 14px;
	}

	.dance-header-fixed .nav-menu {
		background-color: #100a19;
	}

	.logo {
		position: relative;
		z-index: 4;
	}

	.dance-header-fixed {
		padding: 14px 0;
	}

	.nav-menu .nav-list {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
		opacity: 0;
	}
}

button {
	-webkit-appearance: button;
	cursor: pointer;
	font-family: "Red Hat Display", sans-serif;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}

input[type="text"],
input[type="email"] {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 30px;
	font-size: 18px;
	font-family: "Red Hat Display", sans-serif;
	color: #ffffff;
	border: 1px solid #d9d9d9;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus {
	border-color: #0d5aa5;
	-webkit-box-shadow: 0px 0px 10px rgba(13, 90, 165, 0.3);
	box-shadow: 0px 0px 10px rgba(13, 90, 165, 0.3);
}

@media (max-width: 1199px) {

	input[type="text"],
	input[type="email"] {
		font-size: 16px;
		padding: 0 20px;
	}
}

@media (max-width: 575px) {

	input[type="text"],
	input[type="email"] {
		padding: 0 15px;
	}
}

input::placeholder {
	color: #a5a5a5;
	opacity: 1;
}

.nice-select {
	height: 50px;
	line-height: 48px;
	border-radius: 0;
	border: 1px solid #d9d9d9;
	padding: 0 30px 0 30px;
	font-size: 18px;
	font-family: "Red Hat Display", sans-serif;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.nice-select .list li:first-child {
	display: none;
}

.nice-select:hover {
	border-color: #0d5aa5;
	-webkit-box-shadow: 0px 0px 10px rgba(13, 90, 165, 0.3);
	box-shadow: 0px 0px 10px rgba(13, 90, 165, 0.3);
}

.nice-select .current {
	color: #a5a5a5;
}

.nice-select .list {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px #d9d9d9;
	box-shadow: 0 0 0 1px #d9d9d9;
}

.nice-select .option {
	padding-left: 20px;
	padding-right: 15px;
}

.subscribe-form {
	position: relative;
}

.subscribe-form .inp-form {
	padding-right: 50px;
}

.subscribe-form .btn-form {
	position: absolute;
	top: 10px;
	right: 0;
	width: 50px;
	height: 70%;
	z-index: 1;
	border: 2px solid #0d5aa5;
	background-color: #0d5aa5;
	color: #fff;
}

.subscribe-form .btn-form i {
	color: #fff;
}

.subscribe-form .btn-form:hover {
	background-color: transparent;
	color: #0d5aa5;
}

.subscribe-form .btn-form:hover i {
	color: #0d5aa5;
}

.form-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-cover>li {
	margin-bottom: 26px;
	position: relative;
}

.inp-cover {
	position: relative;
	z-index: 2;
	width: calc(50% - 5px);
}

.checkbox-wrap {
	margin-bottom: 34px;
	margin-top: 14px;
}

.checkbox-cover {
	position: relative;
	display: inline-block;
}

.checkbox-cover p {
	position: relative;
	padding-left: 44px;
	font-size: 14px;
	line-height: 1.6;
	color: #ffffff;
	font-family: "Red Hat Display", sans-serif;
}

.checkbox-cover p:before {
	content: '';
	display: inline-block;
	border: 1px solid #d9d9d9;
	width: 26px;
	height: 26px;
	line-height: 24px;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	position: absolute;
	top: -2px;
	left: 0;
	text-align: center;
	color: #0d5aa5;
	font-weight: 900;
	padding-left: 1px;
}

.checkbox-cover input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	margin: 0;
}

.checkbox-cover input:checked+p:before {
	content: '\f00c';
}

#message {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	text-align: center;
	color: #0d5aa5;
	margin: 15px 0;
}

.dance-page input[type="text"],
.dance-page input[type="email"] {
	color: #fff;
	border-color: #393939;
	background-color: transparent;
}

.dance-page input[type="text"]:hover,
.dance-page input[type="text"]:focus,
.dance-page input[type="email"]:hover,
.dance-page input[type="email"]:focus {
	border-color: #01909E;
	-webkit-box-shadow: 0px 0px 10px rgba(213, 43, 116, 0.3);
	box-shadow: 0px 0px 10px rgba(213, 43, 116, 0.3);
}

.dance-page .subscribe-form .btn-form {
	border-color: #01909E;
	background-color: #01909E;
}

.dance-page .subscribe-form .btn-form:hover {
	background-color: transparent;
	color: #01909E;
}

.dance-page .subscribe-form .btn-form:hover i {
	color: #01909E;
}

@media (max-width: 1199px) {
	.checkbox-cover p {
		padding-left: 30px;
	}

	.checkbox-cover p:before {
		width: 20px;
		height: 20px;
		line-height: 18px;
		font-size: 10px;
		top: 0;
	}

	.nice-select {
		font-size: 16px;
		padding-left: 20px;
		height: 46px;
		line-height: 44px;
	}

	input[type="text"],
	input[type="email"] {
		height: 46px;
	}
}

@media (max-width: 991px) {
	.inp-cover {
		width: calc(50% - 8px);
	}
}

@media (max-width: 767px) {
	.subscribe-form input {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.nice-select {
		padding: 0 24px 0 15px;
	}

	.nice-select:after {
		right: 12px;
	}

	.nice-select .option {
		padding-left: 15px;
	}

	.inp-cover {
		width: 100%;
	}

	.subscribe-form input {
		padding-left: 15px;
	}

	.inp-profession {
		z-index: 3;
	}
}

footer {
	padding: 50px 0 40px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

footer h5 {
	font-size: 18px;
	margin-bottom: 42px;
	padding-top: 3px;
	line-height: 1.4;
}

.footer-cont .logo {
	display: inline-block;
}

.footer-cont .footer-phone {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.footer-cont .footer-phone a {
	color: #333;
}

.footer-cont .footer-phone a:hover {
	color: #0d5aa5;
}

.footer-cont .footer-phone i {
	color: #0d5aa5;
	margin-right: 10px;
}

.footer-cont .footer-email {
	font-weight: 700;
}

.footer-cont .footer-email a {
	position: relative;
}

.footer-cont .footer-email a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #ffd910;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}

.footer-cont .footer-email a:hover:before {
	width: 100%;
}

.footer-cont .footer-copyright {
	font-size: 14px;
	color: #333;
	margin-top: 58px;
}

.footer-cont .footer-copyright a {
	color: #333;
}

.footer-cont .footer-copyright a:hover {
	color: #0d5aa5;
}

.footer-item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-item-link .footer-link {
	width: calc(50% - 10px);
}

.footer-item-link .footer-link li {
	margin-bottom: 8px;
}

.footer-item-link .footer-link li:last-child {
	margin-bottom: 0;
}

.footer-item-link .footer-link li a {
	color: #ffffff;
}

.footer-item-link .footer-link li a:hover {
	color: #0d5aa5;
}

.footer-subscribe h5 {
	margin-bottom: 35px;
}

.footer-subscribe p {
	font-size: 14px;
	margin-top: 27px;
}

.footer-subscribe a {
	font-weight: 700;
}

.dark-footer {
	background-color: #160E22;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dark-footer .footer-cont .footer-email a:before {
	background-color: #01909E;
}

.dark-footer .footer-cont .footer-phone i {
	color: #01909E;
}

.dark-footer .footer-cont .footer-phone a {
	color: #bcbcbc;
}

.dark-footer .footer-cont .footer-phone a:hover {
	color: #01909E;
}

.dark-footer .footer-cont .footer-copyright {
	color: #fff;
}

.dark-footer .footer-cont .footer-copyright a {
	color: #fff;
}

.dark-footer .footer-cont .footer-copyright a:hover {
	color: #01909E;
}

.dark-footer .footer-item-link .footer-link li a {
	color: #bcbcbc;
}

.dark-footer .footer-item-link .footer-link li a:hover {
	color: #01909E;
}

.logo {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	z-index: 4;
}

.logo img {
	display: block;
}

.btn {
	padding: 14px 35px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	font-family: "Red Hat Display", sans-serif;
	letter-spacing: 0.1em;
	border: 2px solid #0d5aa5;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	max-width: 100%;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 20px rgba(27, 49, 168, 0.1);
	box-shadow: 0px 0px 20px rgba(27, 49, 168, 0.1);
	background-color: transparent;
}

.btn:hover {
	color: #0d5aa5;
}

.btn:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 110%;
	width: 400px;
	height: 400px;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	z-index: -1;
	border-radius: 50%;
	background-color: #0d5aa5;
	-webkit-transition: .35s ease;
	transition: .35s ease;
	pointer-events: none;
}

.btn span {
	position: relative;
	z-index: 1;
}

.btn.btn-pink {
	padding-left: 27px;
	padding-right: 27px;
	border-color: #01909E;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: 500;
	-webkit-box-shadow: 0px 0px 20px rgba(27, 49, 168, 0.1);
	box-shadow: 0px 0px 20px rgba(27, 49, 168, 0.1);
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 0px 10px #01909E;
	box-shadow: inset 0px 0px 0px 10px #01909E;
}

.btn.btn-pink:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.btn-pink:before {
	background-color: #01909E;
}

.to-top {
	position: fixed;
	bottom: 30px;
	right: 15px;
	opacity: 0;
	pointer-events: none;
	z-index: 5;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

.to-top i {
	color: #fff;
}

.to-top:hover {
	background-color: #ffd910;
	-webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
}

.clock-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	pointer-events: none;
}

.clock-timer>div {
	min-width: 152px;
	padding: 10px;
	position: relative;
	font-size: 72px;
}

.clock-timer span {
	position: relative;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	display: block;
	z-index: 1;
}

.clock-timer .smalltext {
	font-size: 24px;
	z-index: 1;
	font-weight: 700;
	margin-top: -3px;
}

.s-clients {
	text-align: center;
	padding: 140px 0;
}

.s-clients img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.clients-cover {
	margin: 0 -60px;
}

.clients-cover .client-slide {
	padding: 0 15px;
}

.clients-cover .client-slide .client-slide-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 147px;
  filter: brightness(0) invert(1);
}

.subscribe-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.subscribe-form input {
	width: 100%;
	padding: 0 50px 0 30px;
	font-size: 18px;
}

.subscribe-form input::placeholder {
	color: #bdbdbd;
}

.pricing-table-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 24px;
	padding-bottom: 24px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	position: relative;
}

.pricing-table-col.premium {
	padding-top: 0;
	padding-bottom: 0;
}

.pricing-table-col.premium .pricing-table-item:before {
	background: -webkit-gradient(linear, left top, left bottom, from(#0035C1), to(#2459E6));
	background: linear-gradient(180deg, #0035C1 0%, #2459E6 100%);
}

.pricing-table-col.premium .pricing-table-item>* {
	color: #fff;
}

.pricing-table-col.premium .pricing-table-item .btn {
	color: #000;
}

.pricing-table-col.premium .pricing-table-item h3:before {
	background-color: rgba(234, 234, 234, 0.2);
}

.pricing-table-col.premium .price-list {
	color: #fff;
}

.pricing-table-col.premium .price-list i {
	color: #fff;
}

.pricing-table-col:nth-of-type(1) .pricing-table-item img {
	top: 59%;
	left: 52%;
}

.pricing-table-col:nth-of-type(2) .pricing-table-item img {
	top: 62%;
	left: 52%;
}

.pricing-table-col:nth-of-type(3) .pricing-table-item img {
	top: 47%;
	left: 54%;
}

.pricing-table-item {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-bottom: 48px;
	position: relative;
	z-index: 1;
}

.pricing-table-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	-webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #fff;
	z-index: -1;
}

.pricing-table-item:hover h3:before,
.pricing-table-item:hover:before {
	-webkit-transform: rotateY(10deg) rotateX(3deg);
	transform: rotateY(10deg) rotateX(3deg);
}

.pricing-table-item h3 {
	line-height: 121px;
	text-align: center;
	color: #232756;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	position: relative;
}

.pricing-table-item h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.pricing-table-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pricing-table-item .price-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	color: #0d5aa5;
	font-weight: 700;
	line-height: 1;
	padding: 48px 0 35px;
}

.pricing-table-item .price-cover span {
	position: relative;
	z-index: 1;
	font-size: 24px;
	padding-top: 10px;
}

.pricing-table-item .price-cover .price {
	position: relative;
	z-index: 1;
	font-size: 64px;
}

.pricing-table-item .name {
	font-weight: 700;
	font-size: 26px;
	color: #232756;
	text-transform: capitalize;
	margin-bottom: 4px;
}

.pricing-table-item .price-text {
	color: #232756;
	font-weight: 300;
	font-family: "Red Hat Display", sans-serif;
}

.pricing-table-item .price-list {
	text-align: left;
	max-width: 260px;
	margin: 0 auto;
	padding: 45px 20px 51px 20px;
	color: #898686;
	font-family: "Red Hat Display", sans-serif;
}

.pricing-table-item .price-list li {
	text-transform: capitalize;
	margin-bottom: 16px;
}

.pricing-table-item .price-list li:last-child {
	margin-bottom: 0;
}

.pricing-table-item .price-list li i {
	color: #898686;
	font-size: 14px;
	margin-right: 19px;
}

.s-buy-ticket {
	padding-bottom: 160px;
}

.s-buy-ticket p {
	font-weight: 300;
}

.s-buy-ticket h5 {
	margin-bottom: 15px;
	font-family: "Red Hat Display", sans-serif;
	text-transform: capitalize;
}

.buy-ticket-left {
	font-family: "Red Hat Display", sans-serif;
	max-width: 500px;
}

.buy-ticket-left p {
	margin-bottom: 60px;
}

.ticket-contact-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ticket-contact-item {
	margin-right: 50px;
}

.ticket-contact-item:last-child {
	margin-right: 0;
}

.ticket-contact-item li {
	margin-bottom: 10px;
	font-weight: 300;
}

.ticket-contact-item li:last-child {
	margin-bottom: 0;
}

.ticket-contact-item li a {
	color: #ffffff;
}

.ticket-contact-item li a:hover {
	color: #ffd910;
}

.ticket-contact-item li span {
	margin-right: 4px;
	font-weight: 500;
	color: #333;
}

.buy-ticket-form .form-cover {
	padding-top: 9px;
}

.buy-ticket-form .pay-method {
	margin: 11px 0 25px;
	padding: 21px 0 26px;
	width: 100%;
	border-top: 1px solid rgba(217, 217, 217, 0.5);
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.buy-ticket-form .pay-method .pay-item {
	position: relative;
	margin-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buy-ticket-form .pay-method .pay-item:last-child {
	margin-bottom: 0;
}

.buy-ticket-form .pay-method .pay-item input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	height: 100%;
	opacity: 0;
}

.buy-ticket-form .pay-method .pay-item input:checked+span:before {
	opacity: 1;
}

.buy-ticket-form .pay-method .pay-item p {
	color: #333;
	font-family: "Red Hat Display", sans-serif;
	text-transform: capitalize;
}

.buy-ticket-form .pay-method .pay-item span {
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: relative;
	margin-right: 10px;
}

.buy-ticket-form .pay-method .pay-item span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #0d5aa5;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	opacity: 0;
}

.buy-ticket-form .price-final {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.buy-ticket-form .price-final span {
	color: #333;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-transform: capitalize;
	margin-right: 10px;
}

.buy-ticket-form .price-final .price-final-text {
	color: #0d5aa5;
	font-weight: 700;
	font-size: 36px;
}

.buy-ticket-form .btn-form-cover {
	text-align: right;
}

.dance-slide {
	padding-bottom: 98px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.dance-slide:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 98px;
	z-index: 1;
	background-color: #100a19;
}

.dance-slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: overlay;
	background: #01909E;
	background: #01909E;
	z-index: 0;
}

.dance-slide .video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dance-slide video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dance-slide .container {
	min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 100%;
	padding: 0 60px;
}

.dance-slide .dance-img {
	position: absolute;
	bottom: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
}

.dance-slide .dance-slide-top {
	text-align: center;
	padding-top: 104px;
}

.dance-slide .dance-slide-top .title-top {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 80px;
	line-height: 1.2em;
	mix-blend-mode: overlay;
}

.dance-slide .dance-slide-top .title-slider {
	text-transform: uppercase;
	font-size: 200px;
	line-height: 0.8em;
	letter-spacing: 0.02em;
	font-weight: 700;
	mix-blend-mode: overlay;
}

.dance-slide .dance-item {
	line-height: 1;
	text-transform: uppercase;
}

.dance-slide .dance-item h5 {
	font-size: 39px;
	font-weight: 700;
	text-transform: uppercase;
}

.dance-slide .dance-item p {
	font-size: 21px;
	opacity: 1;
}

.dance-slide .dance-item-date {
	text-transform: uppercase;
	line-height: 1;
}

.dance-slide .dance-item-date .date {
	font-size: 39px;
	font-weight: 700;
	margin-bottom: 6px;
}

.dance-slide .dance-item-date .month {
	font-size: 29px;
}

.dance-slide .dance-item-name {
	font-size: 29px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2em;
	width: 20%;
}

.dance-slide-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 4;
	padding-bottom: 100px;
}

.dance-item-name,
.dance-item-date {
	width: 50%;
}

.dance-item-right,
.dance-item-name {
	text-align: right;
}

.effect-dance-1 {
	position: absolute;
	bottom: 98px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 80%;
	max-height: 100%;
	opacity: .3;
}

.effect-dance-2 {
	position: absolute;
	left: 0;
	bottom: 10px;
	max-width: 100%;
	max-height: 100%;
}

.effect-dance-3 {
	position: absolute;
	right: 5%;
	top: 7%;
	max-width: 100%;
	max-height: 100%;
}

.dance-item-left h5 {
	margin-bottom: 13px;
}

.dance-item-right {
	padding-top: 12px;
}

.dance-item-right h5 {
	margin-top: 10px;
}

.s-dance-counter {
	text-align: center;
	padding: 42px 0 134px;
}

.s-dance-counter h2 {
	text-transform: capitalize;
	margin-bottom: 30px;
}

.s-dance-counter .clock-timer {
	pointer-events: auto;
}

.s-dance-counter .clock-timer .clock-item {
	min-width: 226px;
	text-transform: capitalize;
	position: relative;
	font-size: 100px;
}

.s-dance-counter .clock-timer .clock-item:last-child:before {
	display: none;
}

.s-dance-counter .clock-timer .clock-item:before {
	content: ':';
	position: absolute;
	right: -8px;
	top: 39px;
	font-size: 90px;
	color: rgba(255, 255, 255, 0.6);
}

.s-dance-counter .clock-timer .clock-item span {
	color: #ffd910;
	line-height: 1em;
	margin-bottom: 10px;
}

.s-dance-counter .clock-timer .smalltext {
	font-size: 25px;
	font-weight: 600;
}

.dance-counter-effect {
	position: absolute;
}

.dance-counter-effect.dance-counter-effect-1 {
	top: -18%;
	left: 3%;
}

.dance-counter-effect.dance-counter-effect-2 {
	top: -35%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dance-counter-effect.dance-counter-effect-3 {
	top: 43%;
	right: 6%;
}

.overlay {
	left: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: -1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	background-color: #333;
}

.popup {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	position: fixed;
	top: 50%;
	z-index: -1;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	max-width: 500px;
	width: 100%;
	pointer-events: none;
}

.popup-close {
	width: 44px;
	height: 44px;
	position: fixed;
	right: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	background: rgba(30, 30, 30, 0.6);
	padding: 10px;
}

.popup-close svg {
	fill: #fff;
	-webkit-transition: .35s ease;
	transition: .35s ease;
	opacity: .7;
}

.popup-close:hover svg {
	opacity: 1;
}

.popup-action1 {
	width: 100%;
	max-width: 85%;
	height: 85%;
	padding: 0;
}

.popup-video {
	height: 100%;
}

.popup-video iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.s-dance-about {
	padding-bottom: 150px;
}

.dance-about-info .slogan {
	margin-bottom: 24px;
}

.dance-about-col .btn-video {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.dance-about-col .btn-video i {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	opacity: 0;
	-webkit-transition: 0.4s cubic-bezier(0.59, 0.01, 0.43, 1.02) 0.15s;
	transition: 0.4s cubic-bezier(0.59, 0.01, 0.43, 1.02) 0.15s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 64px;
	z-index: 2;
}

.dance-about-col .btn-video img {
	display: block;
	height: 585px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
  opacity: .6;
}

.dance-about-col .btn-video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #01909E;
	opacity: 0;
	-webkit-transition: 0.4s cubic-bezier(0.59, 0.01, 0.43, 1.02);
	transition: 0.4s cubic-bezier(0.59, 0.01, 0.43, 1.02);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	z-index: 1;
}

.dance-about-col .btn-video:hover i {
	opacity: 0.8;
}

.dance-about-col .btn-video:hover:before {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.s-dance-members {
	padding: 142px 0 150px;
}

.s-dance-members:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-position: left center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.dance-members-slider {
	margin: 0 -15px;
	padding-right: 0px;
}

.dance-members-slider .slick-arrow {
	position: absolute;
	top: -95px;
	z-index: 2;
	border: 1px solid #fff;
	width: 34px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	-webkit-transition: .35s ease;
	transition: .35s ease;
	cursor: pointer;
}

.dance-members-slider .slick-arrow:hover {
	background: #663ad8;
}

.dance-members-slider .slick-arrow i {
	color: #fff;
}

.dance-members-slider .slick-arrow.slick-arrow-prev {
	right: 55px;
}

.dance-members-slider .slick-arrow.slick-arrow-next {
	right: 15px;
}

.dance-member-slide {
	padding: 0 15px;
}

.dance-members-item {
	display: block;
	max-width: 258px;
	position: relative;
	background: rgba(22, 14, 34, 0.8);
	border-radius: 10px;
}

.dance-members-item span {
	display: block;
}

.dance-members-item .dance-member-img {
	display: block;
	position: relative;
}


.dance-members-item .dance-member-info {
	display: block;
	padding: 28px 25px 34px;
}

.dance-members-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	display: block;
}

.dance-members-item h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 6px;
}

.dance-members-item .prof {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}

.dance-members-item:hover .dance-member-img:before {
	right: 0;
}

.tabs-content {
	position: relative;
}

.tab {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	width: 100%;
}

.tab.visible-content {
	pointer-events: auto;
	z-index: 15;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.s-dance-event {
	padding: 142px 0 150px;
	text-align: center;
}

.s-dance-event .tab-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 60px 0;
}

.s-dance-event .tab-row .dance-event-col {
	width: 50%;
	position: relative;
	padding: 0 82px;
	text-align: left;
}

.s-dance-event .tab-row .dance-event-col:first-child {
	border-right: 1px solid #393243;
}

.s-dance-event .tabs-content {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0px 0px 10px 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dance-tabs {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #251936;
	border-radius: 10px;
	position: relative;
	margin-bottom: -10px;
	z-index: 1;
}

.dance-tabs li {
	border-radius: 10px;
	color: rgb(255, 255, 255);
	font-family: serif;
	padding: 20px 38px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}

.dance-tabs li.active {
	background: #663ad8;
	color: #fff;
	pointer-events: none;
}

.dance-tabs li:not(.active):hover {
	color: #01909E;
}

.dance-tabs li:not(.active):hover span {
	color: #01909E;
}

.dance-tabs li span {
	color: #fff;
	-webkit-transition: .35s ease;
	transition: .35s ease;
	font-family: "Red Hat Display", sans-serif;
	font-size: 31px;
	font-weight: 700;
	text-transform: capitalize;
	margin-right: 17px;
}

.dance-event-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 65px;
}

.dance-event-item:last-child {
	margin-bottom: 0;
}

.dance-event-item .dance-event-img {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dance-event-item .dance-event-info {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: calc(100% - 94px);
	padding-left: 32px;
}

.dance-event-item .dance-event-info .date {
	color: #01909E;
	font-weight: 600;
	margin-bottom: -2px;
}

.dance-event-item .dance-event-info h4 {
	font-weight: 600;
	font-size: 25px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.dance-event-item .dance-event-info p {
	font-family: "Red Hat Display", sans-serif;
	font-weight: 300;
	color: #bcbcbc;
	margin-bottom: 14px;
}

.dance-event-item .dance-event-info .name {
	color: #01909E;
	text-transform: capitalize;
}

.dance-event-item .dance-event-info .name i {
	margin-right: 12px;
}

.s-dance-price {
	text-align: center;
	padding: 142px 0 150px;
}

.s-dance-price:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-position: left center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item {
	background: rgba(22, 14, 34, 0.8);
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("");
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item:before {
	display: none;
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item>* {
	color: #fff;
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-cover span {
	opacity: .4;
	margin-right: 5px;
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item h3:before {
	display: none;
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item img {
	top: 56%;
	left: 50%;
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list {
	font-weight: 300;
	padding: 37px 20px 44px 20px;
	max-width: 266px;
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li {
	margin-bottom: 23px;
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li i {
	color: #fff;
}

.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li:last-child {
	margin-bottom: 0;
}

.s-dance-news {
	padding: 142px 0;
	text-align: center;
}

.dance-news-item {
	text-align: left;
	background: #160E22;
	-webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.dance-news-item h5 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	padding: 29px 36px;
}

.dance-post-thumbnail {
	position: relative;
}

.dance-post-thumbnail a {
	display: block;
	position: relative;
}

.dance-post-thumbnail a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #01909E;
	background: #01909E;
	opacity: 0;
	-webkit-transition: 0.4s cubic-bezier(0.59, 0.01, 0.43, 1.02);
	transition: 0.4s cubic-bezier(0.59, 0.01, 0.43, 1.02);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	z-index: 1;
}

.dance-post-thumbnail a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.dance-post-thumbnail a img {
	display: block;
	width: 100%;
	height: 191px;
	-o-object-fit: cover;
	object-fit: cover;
}

.dance-post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	font-family: "Red Hat Display", sans-serif;
	background-color: #01909E;
	line-height: 30px;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
}

.dance-post-content {
	padding: 31px 36px;
}

.dance-post-content p {
	font-weight: 300;
}

.dance-post-meta {
	color: #c7c7c7;
	font-family: "Red Hat Display", sans-serif;
	margin-top: 20px;
}

.dance-post-meta span {
	margin-right: 6px;
}

.dance-post-meta a {
	position: relative;
}

.dance-post-meta a:last-child:after {
	display: none;
}

.dance-post-meta a:after {
	content: ', ';
}

.dance-clients.s-clients {
	text-align: center;
	padding: 0 0 80px;
}

.dance-clients.s-clients img {
	opacity: .4;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}

.dance-clients.s-clients img:hover {
	opacity: 1;
}

.s-gallery {
	text-align: center;
}

.row-gallery {
	margin: -1.132%;
}

.gallery-item {
	padding: 1.132%;
}

.gallery-item a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	color: #fff;
	border-radius: 10px;
}

.gallery-item a img {
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
  opacity: .8;
}

.gallery-item a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #01909E;
	opacity: 0;
	-webkit-transition: .35s ease;
	transition: .35s ease;
	z-index: 1;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.gallery-item a:hover:before {
	opacity: .6;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gallery-item a:hover .gal-item {
	opacity: .6;
}

.gallery-item a:hover .title {
	opacity: .6;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.gallery-item a:hover p {
	opacity: .6;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.gallery-item .gal-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	padding: 0 30px;
}

.gallery-item p {
	opacity: 0;
	position: relative;
	-webkit-transition: .35s ease .2s;
	transition: .35s ease .2s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	text-align: center;
	font-weight: 300;
	color: #fff;
}

.gallery-item .title {
	text-transform: capitalize;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 600;
	position: relative;
	opacity: 0;
	-webkit-transition: .35s ease;
	transition: .35s ease;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.grid-sizer,
.gallery-item {
	width: 25%;
}

.title-cover {
	text-align: center;
}

.dance-buy-ticket {
	padding: 142px 0 150px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dance-buy-ticket .ticket-contact-item li {
	color: #bcbcbc;
	font-weight: 300;
}

.dance-buy-ticket .ticket-contact-item li a {
	color: #bcbcbc;
}

.dance-buy-ticket .ticket-contact-item li a:hover {
	color: #01909E;
}

.dance-buy-ticket .ticket-contact-item li span {
	font-weight: 500;
	color: #fff;
}

.dance-buy-ticket .nice-select {
	background-color: transparent;
	border-color: #393939;
}

.dance-buy-ticket .nice-select:hover {
	border-color: #01909E;
}

.dance-buy-ticket .buy-ticket-form .pay-method {
	border-color: #393939;
}

.dance-buy-ticket .buy-ticket-form .pay-method .pay-item p {
	color: #bcbcbc;
}

.dance-buy-ticket .buy-ticket-form .pay-method .pay-item span {
	border-color: #393939;
}

.dance-buy-ticket .buy-ticket-form .pay-method .pay-item span:before {
	background-color: #01909E;
}

.dance-buy-ticket .checkbox-cover p {
	color: #bcbcbc;
}

.dance-buy-ticket .checkbox-cover p:before {
	color: #01909E;
	border-color: #393939;
}

.dance-buy-ticket .buy-ticket-form .price-final span {
	color: #fff;
}

.dance-buy-ticket .buy-ticket-form .price-final .price-final-text {
	color: #01909E;
}

@media (max-width: 1366px) {
	.dance-slide .dance-item-right {
		padding-top: 8px;
	}

	.dance-slide .container {
		min-height: 768px;
	}

	.dance-slide .dance-slide-bottom {
		padding-bottom: 60px;
	}

	.dance-slide .dance-slide-top .title-top {
		font-size: 60px;
	}

	.dance-slide .dance-slide-top .title-slider {
		font-size: 240px;
	}

	.dance-slide .dance-img {
		max-width: 520px;
		bottom: -39px;
	}

	.dance-slide .dance-item-date .date,
	.dance-slide .dance-item h5 {
		font-size: 38px;
	}

	.dance-slide .dance-item p {
		font-size: 22px;
	}

	.dance-slide .dance-item-date .month {
		font-size: 22px;
	}

	.dance-slide .dance-item-name {
		font-size: 22px;
		width: 280px;
	}

	.dance-members-item .dance-member-img:before {
		right: -25px;
	}

	.dance-about-info {
		padding-top: 80px;
	}

	.s-dance-event .tab-row .dance-event-col {
		padding: 0 60px;
	}
}

@media (max-width: 1280px) {
	.dance-members-item .dance-member-img:before {
		right: -15px;
	}
}

@media (max-width: 1199px) {
	.s-clients {
		padding: 120px 0;
	}

	.s-buy-ticket {
		padding-bottom: 130px;
	}

	.footer-cont .footer-copyright {
		margin-top: 29px;
	}

	.pricing-table-item .price-list li {
		margin-bottom: 10px;
	}

	.pricing-table-item {
		padding-bottom: 35px;
	}

	.pricing-table-item .price-cover {
		padding: 30px 0;
	}

	.pricing-table-item .price-cover .price {
		font-size: 52px;
	}

	.pricing-table-item h3 {
		line-height: 90px;
	}

	.pricing-table-col:nth-of-type(3) .pricing-table-item img {
		top: 45%;
		max-height: 102px;
	}

	.pricing-table-item .price-list {
		max-width: 230px;
		padding: 30px 20px 34px 20px;
	}

	.dance-slide .container {
		min-height: 700px;
		padding: 0 30px;
	}

	.dance-slide .dance-slide-top .title-top {
		font-size: 46px;
	}

	.dance-slide .dance-slide-top .title-slider {
		font-size: 190px;
	}

	.dance-slide .dance-img {
		max-width: 470px;
		bottom: -36px;
	}

	.dance-slide .dance-item-date .date,
	.dance-slide .dance-item h5 {
		font-size: 30px;
	}

	.dance-slide .dance-item p {
		font-size: 18px;
	}

	.dance-slide .dance-item-date .month {
		font-size: 18px;
	}

	.dance-slide .dance-item-name {
		font-size: 18px;
		width: 220px;
	}

	.dance-slide .dance-item-left h5 {
		margin-bottom: 6px;
	}

	.dance-slide .dance-item-right h5 {
		margin-top: 6px;
	}

	.dance-slide .dance-item-left {
		margin-bottom: 48px;
	}

	.s-dance-counter .clock-timer .clock-item {
		min-width: 180px;
		font-size: 72px;
	}

	.s-dance-counter .clock-timer .clock-item span {
		margin-bottom: 7px;
	}

	.s-dance-counter .clock-timer .clock-item:before {
		top: 30px;
		font-size: 66px;
	}

	.s-dance-counter .clock-timer .smalltext {
		font-size: 22px;
	}

	.dance-about-col .btn-video img {
		height: 470px;
	}

	.dance-about-info {
		padding-top: 65px;
	}

	.dance-members-item .dance-member-info {
		display: block;
		padding: 28px 26px 34px;
	}

	.dance-tabs li {
		padding: 14px 30px;
	}

	.dance-tabs li span {
		font-size: 28px;
		margin-right: 12px;
	}

	.s-dance-event .tab-row .dance-event-col {
		padding: 0 34px;
	}

	.dance-event-item .dance-event-img {
		width: 88px;
		height: 88px;
	}

	.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item img {
		max-height: none;
		top: 52%;
	}

	.s-dance-counter {
		padding: 22px 0 112px;
	}

	.s-dance-about {
		padding-bottom: 130px;
	}

	.dance-buy-ticket.s-buy-ticket,
	.s-dance-price,
	.s-dance-event,
	.s-dance-members {
		padding: 124px 0 130px;
	}

	.s-dance-news {
		padding: 124px 0;
	}

	.dance-clients.s-clients {
		padding: 0 0 124px;
	}

	.dance-slogan {
		padding-left: 18px;
		font-size: 16px;
		margin-bottom: 0;
	}

	.dance-slogan:before {
		width: 8px;
		height: 8px;
	}

	.s-dance-about .dance-title {
		margin-bottom: 28px;
	}

	.dance-about-info .slogan {
		margin-bottom: 15px;
	}

	.s-clients img {
		max-height: 120px;
	}

	.footer-list li {
		margin-bottom: 10px;
	}

	.pricing-table-item .price-list li i {
		font-size: 12px;
		margin-right: 12px;
	}

	.dance-event-item .dance-event-info h4,
	.dance-members-item h4 {
		font-size: 22px;
	}

	.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li {
		margin-bottom: 16px;
	}

	.gallery-item .title {
		margin-bottom: 10px;
		font-size: 22px;
	}

	footer {
		padding: 120px 0 112px;
	}

	.subscribe-form input {
		padding-left: 20px;
		font-size: 16px;
	}

	footer h5 {
		padding-top: 0;
	}

	.footer-subscribe {
		margin-top: 0;
	}

	.dance-news-item h5 {
		padding: 29px 26px;
		font-size: 18px;
	}

	.dance-post-date {
		font-size: 14px;
	}

	.dance-post-content {
		padding: 31px 26px;
	}

	.dance-post-thumbnail a img {
		height: 150px;
	}
}

@media (max-width: 991px) {
	.footer-contacts .footer-phone {
		margin-bottom: 12px;
	}

	.pricing-table-item h3 {
		line-height: 70px;
	}

	.pricing-table-item .name {
		font-size: 22px;
	}

	.pricing-table-item img {
		max-width: 90px;
	}

	.pricing-table-item .price-cover span {
		font-size: 20px;
		padding-top: 7px;
	}

	.pricing-table-item .price-cover .price {
		font-size: 44px;
	}

	.pricing-table-item .price-list {
		max-width: 218px;
		padding: 32px 15px 35px;
	}

	.pricing-table-item .price-list li {
		margin-bottom: 10px;
	}

	.pricing-table-item .price-list li i {
		font-size: 12px;
		margin-right: 10px;
	}

	.buy-ticket-left p {
		margin-bottom: 49px;
	}

	.ticket-contact-item {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.dance-about-info {
		padding-top: 0;
		text-align: center;
		margin-bottom: 50px;
	}

	.dance-about-info .slogan {
		margin-bottom: 0px;
	}

	.dance-title {
		margin-bottom: 40px;
	}

	.dance-members-item .dance-member-img:before {
		right: -15px;
	}

	.s-dance-counter .clock-timer .smalltext,
	.dance-members-item h4 {
		font-size: 18px;
	}

	.dance-members-item .dance-member-info {
		padding: 20px 20px 24px;
	}

	.dance-tabs li {
		padding: 12px 20px;
		font-size: 12px;
	}

	.dance-tabs li span {
		font-size: 22px;
		margin-right: 8px;
	}

	.s-dance-event .tab-row .dance-event-col {
		padding: 0 30px;
	}

	.dance-event-item .dance-event-img {
		width: 72px;
		height: 72px;
	}

	.dance-event-item .dance-event-info {
		width: calc(100% - 72px);
		padding-left: 15px;
	}

	.dance-event-item .dance-event-info p {
		margin-bottom: 10px;
	}

	.dance-event-item .dance-event-info h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list {
		padding: 30px 15px 34px;
	}

	.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li {
		margin-bottom: 14px;
	}

	.s-dance-price .pricing-table-item img {
		max-width: 120px;
	}

	.dance-news-item h5 {
		font-size: 16px;
		padding: 20px 15px;
	}

	.dance-post-content {
		padding: 24px 15px;
	}

	.gallery-item .title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.gallery-item .gal-item {
		padding: 0 10px;
	}

	.gallery-item .gal-item p {
		display: none;
	}

	.dance-post-content p {
		max-height: 84px;
		overflow: hidden;
	}

	.dance-post-thumbnail a img {
		height: 136px;
	}

	.dance-slide .dance-item-left {
		margin-bottom: 40px;
	}

	.s-dance-about .dance-title {
		margin-bottom: 29px;
	}

	.s-dance-counter h2 {
		margin-bottom: 18px;
	}

	.s-clients img {
		max-height: 100px;
	}

	.s-buy-ticket h5 {
		font-size: 18px;
	}

	.dance-slide .dance-slide-top .title-slider {
		font-size: 150px;
	}

	.dance-slide .dance-img {
		max-width: 400px;
		bottom: -30px;
	}

	.dance-members-item .prof {
		font-size: 14px;
		line-height: 1.4;
	}

	.dance-members-slider .slick-arrow {
		top: -82px;
	}

	.footer-item-link {
		display: none;
	}

	.footer-subscribe {
		margin-top: -5px;
	}

	.footer-subscribe h5 {
		margin-bottom: 30px;
	}

	.footer-subscribe p {
		margin-top: 35px;
	}
}

@media (max-width: 767px) {
	.s-clients {
		padding: 100px 0;
	}

	.s-buy-ticket {
		padding-bottom: 100px;
	}

	.to-top {
		display: none;
	}

	.pricing-table-col {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	.pricing-table-col:last-child {
		margin-bottom: 0;
	}

	.pricing-table-item .price-list li {
		text-align: center;
	}

	.ticket-contact-item {
		margin-right: 40px;
	}

	.buy-ticket-form .btn-form-cover {
		text-align: left;
	}

	.buy-ticket-form .price-final {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.s-dance-counter .clock-timer .clock-item {
		min-width: 120px;
		font-size: 50px;
	}

	.s-dance-counter .clock-timer .clock-item:before {
		top: 21px;
		font-size: 50px;
		right: -6px;
	}

	.s-dance-counter .clock-timer .clock-item span {
		margin-bottom: 6px;
	}

	.s-dance-counter .clock-timer .smalltext {
		font-size: 14px;
	}

	.dance-about-col .btn-video img {
		height: 300px;
	}

	.dance-about-info {
		margin-bottom: 40px;
	}

	.dance-about-col .btn-video i {
		font-size: 50px;
	}

	.dance-tabs li span {
		font-size: 18px;
		margin-right: 6px;
	}

	.dance-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.dance-tabs li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.s-dance-event .tab-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding-bottom: 20px;
	}

	.s-dance-event .tab-row .dance-event-col {
		width: 100%;
	}

	.s-dance-event .tab-row .dance-event-col .dance-event-item {
		margin-bottom: 50px;
	}

	.gallery-item .title {
		margin-bottom: 0;
		font-size: 14px;
	}

	.s-dance-news .dance-news-item {
		margin-bottom: 40px;
	}

	.dance-slide {
		padding-bottom: 60px;
	}

	.dance-slide:before {
		height: 60px;
	}

	.dance-slide .container {
		min-height: 320px;
	}

	.dance-slide .dance-slide-top {
		padding-top: 70px;
	}

	.dance-slide .dance-slide-top .title-top {
		font-size: 20px;
	}

	.dance-slide .dance-slide-top .title-slider {
		font-size: 70px;
	}

	.dance-slide .dance-img {
		max-width: 204px;
		bottom: -15px;
	}

	.dance-slide .dance-item-date .date,
	.dance-slide .dance-item h5 {
		font-size: 18px;
	}

	.dance-slide .dance-item p {
		font-size: 12px;
	}

	.dance-slide .dance-item-name {
		font-size: 14px;
		width: 160px;
	}

	.dance-slide .dance-item-date .month {
		font-size: 16px;
	}

	.dance-slide .dance-item-left {
		margin-bottom: 25px;
	}

	.dance-slide .dance-slide-bottom {
		padding-bottom: 28px;
	}

	.s-dance-counter {
		padding: 32px 0 78px;
	}

	.s-dance-about {
		padding-bottom: 100px;
	}

	.dance-buy-ticket.s-buy-ticket,
	.s-dance-price,
	.s-dance-event,
	.s-dance-members {
		padding: 95px 0 100px;
	}

	.s-dance-news {
		padding: 95px 0 55px;
	}

	.dance-clients.s-clients {
		padding: 0 0 40px;
	}

	.dance-members-item .dance-member-info {
		padding: 20px 15px;
	}

	.clients-cover .client-slide .client-slide-cover {
		height: 76px;
	}

	.clients-cover .client-slide .client-slide-cover img {
		max-height: 100%;
	}

	.dance-slide .video-wrap {
		background-image: url("");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.dance-slide video {
		display: none;
	}

	.dance-slide .dance-slide-top {
		z-index: 1;
		position: relative;
	}

	.dance-slide .dance-slide-top .title-slider,
	.dance-slide .dance-slide-top .title-top {
		mix-blend-mode: unset;
	}

	.dance-slide:after {
		mix-blend-mode: unset;
		background: rgba(12, 3, 42, 0.8);
	}
}

@media (max-width: 575px) {
	.dance-about-info {
		margin-bottom: 0;
	}

	.s-dance-about .dance-title {
		margin-bottom: 40px;
	}

	.dance-about-info p {
		display: none;
	}

	.footer-contacts .footer-phone {
		margin-bottom: 12px;
	}

	.footer-list li {
		margin-bottom: 12px;
	}

	footer h5 {
		margin-bottom: 20px;
	}

	.footer-contacts li {
		padding-left: 0;
	}

	.footer-contacts i {
		display: none;
	}

	.footer-contacts .footer-phone {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.s-dance-counter .clock-timer .clock-item {
		min-width: 76px;
		font-size: 40px;
		padding: 10px 5px;
	}

	.s-dance-counter .clock-timer .clock-item:before {
		top: 15px;
		font-size: 40px;
		right: -5px;
	}

	.s-dance-counter h2 {
		font-size: 22px;
	}

	.dance-counter-effect {
		display: none;
	}

	.dance-slide .dance-img {
		display: none;
	}

	.dance-slide .dance-slide-top {
		padding-top: 90px;
	}

	.dance-slide .container {
		min-height: 550px;
	}

	.dance-slide .dance-slide-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.dance-slide .dance-item-right,
	.dance-slide .dance-item-left {
		text-align: center;
		width: 100%;
	}

	.dance-slide .dance-item-left {
		margin-bottom: 20px;
	}

	.dance-slide .dance-item-name,
	.dance-slide .dance-item-date {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.dance-about-col {
		margin-bottom: 40px;
	}

	.dance-about-col:last-child {
		margin-bottom: 0;
	}

	.dance-members-item {
		max-width: 100%;
	}

	.dance-members-slider .slick-arrow {
		top: -72px;
	}

	.s-dance-event .tab-row .dance-event-col {
		padding: 0 10px;
	}

	.dance-event-item .dance-event-img {
		display: none;
	}

	.dance-event-item .dance-event-info {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.s-dance-news .dance-news-item {
		text-align: center;
	}

	.grid-sizer,
	.gallery-item {
		width: 50%;
	}

	footer {
		padding: 100px 0;
	}

	.footer-cont {
		margin-bottom: 50px;
	}

	.footer-cont .logo {
		margin-bottom: 20px;
	}

	.footer-subscribe {
		margin-top: 0;
	}

	.footer-subscribe h5 {
		margin-bottom: 25px;
	}

	.clients-cover .client-slide .client-slide-cover {
		height: 80px;
	}

	.buy-ticket-form {
		padding-top: 30px;
	}

	.popup-close {
		width: 34px;
		height: 34px;
		padding: 5px;
	}

	.popup-action1 {
		height: 60%;
	}
}

@media (max-width: 340px) {
	.dance-slide .container {
		min-height: 480px;
	}
}

/*! CSS Used keyframes */
@keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}