h2 {
		text-transform: uppercase;
		color: var(--default);
		font-weight: 700;
		font-size: 16px;
		line-height: 16px;
		margin: 0 0 5px 0;
		letter-spacing: 2px;
}

h3 {
		text-transform: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 32px;
		margin: 0 0 5px 0;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				text-transform: none;
				font-size: 16px;
		}
}

.custom-hero {
		background-size: auto;
		background-position: 100% 0;
		width: 100%;
		height: 100vh;
}

.custom-hero-play {
		position: relative;
		top: -18px;
}

.custom-hero-heading {
		font-size: 4.2vw;
		text-transform: uppercase;
		color: var(--light);
		font-weight: bold;
		line-height: 4.2vw;
		margin: 0;
}

.custom-hero-heading em {
		font-style: normal;
		color: transparent;
		-webkit-text-stroke: 1.2px #FFF;
		text-stroke: 2px #FFF;
}

@media (max-width: 1400px) {
		.custom-hero-heading {
				font-size: 6.5vw;
				line-height: 6.5vw;
		}
}

@media (max-width: 991px) {
		.custom-hero-heading {
				font-size: 8.5vw;
				line-height: 8.5vw;
		}
}

.custom-row-about .col-12 {
		height: 520px;
}

.custom-col-about-bg {
		height: 520px;
		background-size: auto;
		background-position: 100% 0;
}

@media (max-width: 991px) {
		.custom-col-about-bg {
				background-size: cover;
		}
}

@media (max-width: 991px) {
		.custom-col-about-carousel {
				height: auto !important;
		}
}

.custom-col-about-bg-text,
.custom-about-play-icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
}

.custom-about-play-icon {
		left: 50%;
		transform: translate(50%, -50%);
		margin: 0 0 0 -62px;
}

.custom-carousel-bg {
		border: 0;
		margin: 0;
		position: relative;
		width: 100%;
		height: 100% !important;
		top: 0;
		left: 0;
		overflow: hidden;
}

@media (min-width: 992px) {
		.custom-carousel-bg img {
				width: auto !important;
				min-height: 520px !important;
		}
}

section.custom-timeline {
		margin-left: 0;
}

@media (min-width: 768px) {
		section.custom-timeline {
				padding-left: 90px;
		}
}

section.custom-timeline:before {
		left: 145px;
}

@media (max-width: 767px) {
		section.custom-timeline:before {
				left: 55px;
				top: 0;
		}
}

section.custom-timeline .timeline-date {
		margin: 0 0 30px 0;
		width: 115px;
		height: 115px;
		text-align: center;
		line-height: 115px;
		border-radius: 100%;
		border: 0;
		box-shadow: none;
		padding: 0;
		margin-left: -3px;
}

section.custom-timeline .timeline-date h3 {
		display: block;
		font-size: 22px;
		line-height: 22px;
		position: absolute;
		top: 50%;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
		text-shadow: none;
}

section.custom-timeline .timeline-date h3 span {
		font-size: 12px;
		display: block;
		opacity: 0.7;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0;
}

section.custom-timeline .timeline-box {
		min-height: 90px;
		background: #f4f4f4;
		border: 0;
		box-shadow: none;
}

section.custom-timeline .timeline-box.right {
		margin-top: 0;
		width: 80%;
		max-width: 100%;
}

@media (max-width: 1199px) {
		section.custom-timeline .timeline-box.right {
				width: 88%;
		}
}

@media (max-width: 991px) {
		section.custom-timeline .timeline-box.right {
				width: 70%;
		}
}

@media (max-width: 767px) {
		section.custom-timeline .timeline-box.right {
				width: 100%;
		}
}

section.custom-timeline .timeline-box.right:before {
		left: 55px;
}

section.custom-timeline .timeline-box.right .timeline-box-arrow {
		background: #f4f4f4;
		border: 0;
		box-shadow: none;
}

@media (max-width: 767px) {
		section.custom-timeline .timeline-box.right .timeline-box-arrow {
				display: none;
		}
}

@media (max-width: 767px) {
		section.custom-timeline .timeline-box-time {
				font-size: 14px;
				padding-left: 10px;
		}
}

@media (min-width: 768px) {
		section.custom-timeline .timeline-box-time {
				position: absolute;
				left: -20px;
				margin-top: 22px;
				font-size: 14px;
		}
}

section.custom-timeline .timeline-box-content {
		padding: 10px;
}

section.custom-timeline .timeline-box-content p {
		line-height: 20px;
}

section.custom-timeline .timeline-box-content-img {
		float: left;
		overflow: hidden;
		width: 70px;
		height: 70px;
		overflow: hidden;
		border-radius: 100%;
		margin-right: 15px;
}

section.custom-timeline .timeline-box-content-img img {
		width: 115px;
		max-width: initial;
		position: relative;
		left: -25%;
}

.custom-venue-info {
		border-radius: 10px;
		background: var(--light);
		height: 350px;
		box-shadow: 0px 20px 100px 0 rgba(0, 0, 0, 0.1);
		margin-bottom: -175px;
		position: relative;
		z-index: 1;
		padding: 0;
}

.custom-venue-info img {
		border-radius: 10px 0 0 10px;
		min-height: 350px;
}

.custom-venue-info:after {
		transform: rotate(45deg);
		content: '';
		display: block;
		background: var(--light);
		height: 50px;
		width: 50px;
		z-index: 0;
		position: absolute;
		bottom: -25px;
		left: 50%;
		margin-left: -25px;
}

/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #ada9a4;
	--primary-100: #ada9a4;
	--primary-200: #ada9a4;
	--primary-300: #ada9a4;
	--primary--100: #ada9a4;
	--primary--200: #ada9a4;
	--primary--300: #ada9a4;
	--primary-rgba-0: rgba(67, 166, 163, 0);
	--primary-rgba-10: rgba(67, 166, 163, 0.1);
	--primary-rgba-20: rgba(67, 166, 163, 0.2);
	--primary-rgba-30: rgba(67, 166, 163, 0.3);
	--primary-rgba-40: rgba(67, 166, 163, 0.4);
	--primary-rgba-50: rgba(67, 166, 163, 0.5);
	--primary-rgba-60: rgba(67, 166, 163, 0.6);
	--primary-rgba-70: rgba(67, 166, 163, 0.7);
	--primary-rgba-80: rgba(67, 166, 163, 0.8);
	--primary-rgba-90: rgba(67, 166, 163, 0.9);
	--secondary: #1f252a;
	--secondary-100: #14181b;
	--secondary-200: #0f1214;
	--secondary-300: #090b0d;
	--secondary--100: #2a3239;
	--secondary--200: #2f3840;
	--secondary--300: #353f47;
	--secondary-rgba-0: rgba(31, 37, 42, 0);
	--secondary-rgba-10: rgba(31, 37, 42, 0.1);
	--secondary-rgba-20: rgba(31, 37, 42, 0.2);
	--secondary-rgba-30: rgba(31, 37, 42, 0.3);
	--secondary-rgba-40: rgba(31, 37, 42, 0.4);
	--secondary-rgba-50: rgba(31, 37, 42, 0.5);
	--secondary-rgba-60: rgba(31, 37, 42, 0.6);
	--secondary-rgba-70: rgba(31, 37, 42, 0.7);
	--secondary-rgba-80: rgba(31, 37, 42, 0.8);
	--secondary-rgba-90: rgba(31, 37, 42, 0.9);
	--tertiary: #f4f4f4;
	--tertiary-100: #e7e7e7;
	--tertiary-200: #e1e1e1;
	--tertiary-300: #dbdbdb;
	--tertiary--100: #ffffff;
	--tertiary--200: #ffffff;
	--tertiary--300: #ffffff;
	--tertiary-rgba-0: rgba(244, 244, 244, 0);
	--tertiary-rgba-10: rgba(244, 244, 244, 0.1);
	--tertiary-rgba-20: rgba(244, 244, 244, 0.2);
	--tertiary-rgba-30: rgba(244, 244, 244, 0.3);
	--tertiary-rgba-40: rgba(244, 244, 244, 0.4);
	--tertiary-rgba-50: rgba(244, 244, 244, 0.5);
	--tertiary-rgba-60: rgba(244, 244, 244, 0.6);
	--tertiary-rgba-70: rgba(244, 244, 244, 0.7);
	--tertiary-rgba-80: rgba(244, 244, 244, 0.8);
	--tertiary-rgba-90: rgba(244, 244, 244, 0.9);
	--quaternary: #4a4d48;
	--quaternary-100: #4a4d48;
	--quaternary-200: #4a4d48;
	--quaternary-300: #4a4d48;
	--quaternary--100: #4a4d48;
	--quaternary--200: #4a4d48;
	--quaternary--300: #4a4d48;
	--quaternary-rgba-0: rgba(51, 51, 51, 0);
	--quaternary-rgba-10: rgba(51, 51, 51, 0.1);
	--quaternary-rgba-20: rgba(51, 51, 51, 0.2);
	--quaternary-rgba-30: rgba(51, 51, 51, 0.3);
	--quaternary-rgba-40: rgba(51, 51, 51, 0.4);
	--quaternary-rgba-50: rgba(51, 51, 51, 0.5);
	--quaternary-rgba-60: rgba(51, 51, 51, 0.6);
	--quaternary-rgba-70: rgba(51, 51, 51, 0.7);
	--quaternary-rgba-80: rgba(51, 51, 51, 0.8);
	--quaternary-rgba-90: rgba(51, 51, 51, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #777;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}