body {
	margin: 0;
	padding: 0;
	color: #636363;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "UniSans";
}

a, a:link, a:hover, a:visited, a:active, a:focus, button:focus {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #636363;
}

ul, ol {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wrapper {
	position: relative;
}

header {
	background-color: #fff;
}

header .wrapper {
	padding: 75px 0 20px;
}

header nav {
	margin-left: auto;
}

footer nav {
	margin: 0 0 40px;
}

header nav ul li, footer nav ul li {
	display: inline-flex;
	margin: 0 20px 0 0;
}

.dropdown-item.active, .dropdown-item:active {
	background: #f8f9fa;
	color: #636363;
}

footer nav ul li {
	margin: 0 20px 0 0;
}

header nav ul li a, footer nav ul li a {
	color: #636363;
	font-size: 1.5rem;
	font-weight: 700;
	display: block;
	font-family: "UniSans";
}

footer nav ul li a {
	font-size: 1rem;
}

header nav ul li:last-child, footer nav ul li:last-child {
	margin: 0 0 0 15px;
}

header nav ul li:last-child a, footer nav ul li:last-child a {
	font-weight: 400;
}

.top-wrapper {
	position: absolute;
	right: 0;
	top: 20px;
}

.lang .dropdown-toggle::after {
	display: none;
}

.lang .fa-sort-down {
	margin: 1px 0 0 5px;
	float: right;
}

.lang button {
	border: none;
	background: none;
	font-size: .75rem;
	color: #909090;
}

.lang button span {
	text-transform: uppercase;
	font-weight: 700;
	padding-right: 8px;
	font-size: .65rem;
}

.lang .dropdown-item {
	font-size: .8rem;
}

.slide-home {
	height: 550px;
	position: relative;
	text-align: center;
	display: inline-flex!important;
	align-items: center;
	justify-content: center;
	background-position: top center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

.slide-home a {
	width: 100%;
	height: 100%;
	display: inline-flex!important;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.25);
}

.slide-text h2 {
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 25px;
	position: relative;
}

.slide-text h2:after {
	content: '';
	width: 100px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

.slide-text p {
	font-size: 1rem;
}

.slide-btn, .event-btn {
	display: inline-block;
	padding: 7px 15px 7px;
	font-size: 0.65rem;
	text-transform: uppercase;
	font-weight: 500;
	margin: 20px 0 0;
	background-color: #D94539;
	color: #fff;
}

.booking-wrapper .event-btn {
	font-size: 1rem;
}

.booking-wrapper .event-btn i {
	margin-right: 3px;
}

a .slide-text {
	color: #fff;
}

.slide-home a:hover .slide-btn, .event-box a:hover .event-btn, .event-btn:hover {
	color: #D94539;
	background-color: #eee;
}

.slide-text {
	color: #636363;
	padding: 0 50px;
}

.event-box {
	background: #fff;
	margin-top: 30px;
	border: 1px solid #e0e0e0;
}

.booking-wrapper .event-box {
	border: none;
}

.event-box a {
	display: inline-flex;
}

.event-box a figure {
	min-width: 350px;
	max-width: 350px;
	margin: 0 10px 0 0;
}

.event-box .event-text {
	color: #636363;
	display: inline-block;
	padding: 20px 20px;
	width: 100%;
}

.booking-wrapper .event-text {
	padding: 0;
}

.event-text ol {
	margin: 0 0 0 20px;
}

.event-text p:last-child {
	margin: 0;
}

.event-box .event-text h2 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	margin: 0 0 15px;
	max-height: 64px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.event-wrapper .event-box .event-text h2 {
	font-size: 1.5rem;
}

h2.paytitle{
	color: red;
}

.event-box .event-text span {
	display: block
}

.event-box .event-text span strong {
	font-weight: 700;
}

.title {
	border-bottom: 1px solid #636363;
	padding-bottom: 7px;
}

.title h2 {
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
}

.event-box a .event-text span.event-btn {
	display: inline-block;
}

.top-wrapper {
	display: inline-flex;
}

.top-wrapper ul {
	border-right: 1px solid #eee;
	padding-right: 10px;
	margin-right: 10px;
}

.top-wrapper ul li {
	display: inline;
	margin: 0 8px 0 0;
	font-size: .75rem;
}

.top-wrapper ul li a {
	color: #909090;
}

.back {
	padding: 20px 0;
}

.back a {
	font-size: 0.9rem;
	color: #D94539;
}

.back a:hover {
	opacity: 0.5;
}

.event-content {
	padding: 50px 0;
}

.illustration-event {
	max-width: 1600px;
	margin: 0 auto;
}

.illustration-inner {
	position: relative;
	height: 550px;
	width: 100%;
}

.view-video-btn {
	position: absolute;
	bottom: 30px;
	text-transform: uppercase;
    font-size: 1rem;
    background: #D94539;
    color: #fff;
    padding: 10px 25px;
}

.view-video-btn:hover {
	color: #fff;
	opacity: 0.85;
}

.gallery-img-box {
	position: relative;
}

.gallery-img-box i {
	position: absolute;
	right: 6px;
    bottom: 6px;
	font-size: 0.9rem;
	color: #fff;
}

.gallery-box, .time-info, .event-buttons, .event-info .side-box.soldout-box {
	margin-bottom: 50px;
}

.time-info  li {
	font-size: 1.3rem;
}

.join-btn, .soldout-box {
	display: block;
	font-size: 1.6rem;
    line-height: 1.2;
	background: #D94539;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 15px;
	font-weight: 600;
	margin-bottom: 20px;
}


.view-video-btn i, .join-btn i, .soldout-box i, .docs-box ul li i, .side-box-title i {
	margin-right: 5px;
}

.join-btn:hover {
	color: #fff;
	opacity: 0.85;
}

.addtocalendar {
	display: block;
}

.atcb-link:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f073";
    margin-right: 15px;
    margin-left: 5px;
}

.atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {
	font-size: 1.2rem;
	background: #fff;
	box-shadow: none;
	color: #D94539;
	text-transform: uppercase;
	padding: 10px 25px;
	border: 1px solid #D94539;
	border-radius: 0;
}

.atc-style-blue .atcb-item.hover, .atc-style-blue .atcb-item:hover {
    background: #D94539;
}

.event-info .side-box {
    margin-bottom: 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.side-box-title {
	display: block;
    font-size: 1.3rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    color: #fff;
    background: #D94539;
    padding: 12px 25px;
    position: relative;
}

.style-box-text {
	padding: 15px 15px 0 15px;
}

.style-box-text p, .style-box-text ul li, .style-box-text ol li, .style-box-text a {
	font-size: 0.9rem;
}

.style-box-text p, .style-box-text ul, .style-box-text ol {
	margin-bottom: 20px;
} 

.style-box-text h2 {
	font-size: 1.3rem;
}

.style-box-text h3 {
	font-size: 1.1rem;
}

.style-box-text h4 {
	font-size: 1rem;
}

.docs-box ul li a {
	display: block;
	font-size: 0.9rem;
	color: #D94539;
	padding: 10px 15px;
}

.docs-box ul li a:hover {
	background: #eeeeee;
}

.docs-box ul li:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
}

.main-title {
	font-size: 3rem;
	margin-bottom: 30px;
	color: #D94539;
}

.intro-text {
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.style-text h2 {
	font-size: 1.9rem;
}

.style-text h3 {
	font-size: 1.5rem;
}

.style-text h4 {
	font-size: 1.3rem;
}

.style-text h2, .style-text h3, .style-text h4, .style-box-text h2, .style-box-text h3, .style-box-text h4 {
	color: #D94539;
	margin-bottom: 5px;
}

.style-text p, .style-text ul li, .style-text ol li, .style-text a {
	font-size: 1rem;
}

.style-text a, .style-box-text a{
	color: #D94539;
	text-decoration: underline;
}

.style-text a:hover, .style-box-text a:hover {
	text-decoration: none;
}

.style-text ul li, .style-box-text ul li {
	list-style: disc;
}

.style-text ol li, .style-box-text ol li {
	list-style: decimal;
}

.style-text ul, .style-text ol, .style-box-text ul, .style-box-text ol {
	margin-left: 40px;
}

.style-text p, .style-text ul, .style-text ol {
	margin-bottom: 40px;
}

.page-content-text h1  {
	color: #D94539;
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 30px;
}

.web-by {
	text-transform: uppercase;
	display: inline-block;
}

.web-by, .web-by a {
	color: #b8b8b8;
}

footer {
	margin-top: 100px;
	background: #eee;
	padding: 25px 0 25px;
}

footer p {
	display: inline-block;
	font-size: 12px;
	margin: 0;
}

footer nav.sub {
	float: right;
	margin: 0;
}

footer nav.sub.inline {
	float: unset;
	display: inline-block;
	margin-left: 15px;
}

footer nav.sub.inline li:not(:first-child) {
	margin-left: 5px;
}

footer nav.sub ul li {
	display: block;
	margin: 0 0 3px;
}

footer nav.sub.inline ul li {
	display: inline-block;
}

footer nav.sub ul li:last-child {
	margin: 0;
}

footer nav.sub ul li a {
	font-weight: 400;
	font-size: 13px;
	text-decoration: underline;
}

footer nav.sub ul li a:hover {
	text-decoration: none;
}

footer nav.sub ul li:last-child {
	margin: 0;
}

footer nav {
	margin: 0 0 40px;
}

footer nav ul li {
	margin: 0 20px 0 0;
}

footer nav ul li a {
	font-size: 1rem;
}

footer nav.sub.inline a {
	display: inline-block;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "UniSans";
  src: url("/assets/fonts/UniSansHeavy.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/UniSansHeavy.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/assets/fonts/UniSansHeavy.otf") format("opentype"), /* Open Type Font */
    url("/assets/fonts/UniSansHeavy.svg") format("svg"), /* Legacy iOS */
    url("/assets/fonts/UniSansHeavy.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/assets/fonts/UniSansHeavy.woff") format("woff"), /* Modern Browsers */
    url("/assets/fonts/UniSansHeavy.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 900;
    font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "UniSans";
  src: url("/assets/fonts/UniSansBold.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/UniSansBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/assets/fonts/UniSansBold.otf") format("opentype"), /* Open Type Font */
    url("/assets/fonts/UniSansBold.svg") format("svg"), /* Legacy iOS */
    url("/assets/fonts/UniSansBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/assets/fonts/UniSansBold.woff") format("woff"), /* Modern Browsers */
    url("/assets/fonts/UniSansBold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "UniSans";
  src: url("/assets/fonts/UniSansLight.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/UniSansLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/assets/fonts/UniSansLight.otf") format("opentype"), /* Open Type Font */
    url("/assets/fonts/UniSansLight.svg") format("svg"), /* Legacy iOS */
    url("/assets/fonts/UniSansLight.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/assets/fonts/UniSansLight.woff") format("woff"), /* Modern Browsers */
    url("/assets/fonts/UniSansLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "UniSans";
  src: url("/assets/fonts/UniSansBook.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/UniSansBook.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/assets/fonts/UniSansBook.otf") format("opentype"), /* Open Type Font */
    url("/assets/fonts/UniSansBook.svg") format("svg"), /* Legacy iOS */
    url("/assets/fonts/UniSansBook.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/assets/fonts/UniSansBook.woff") format("woff"), /* Modern Browsers */
    url("/assets/fonts/UniSansBook.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}


/* BOOKING */

.attendee-box:first-child .remove-btn {
	display: none;
}

.add-border-top {
	border-top: 1px solid #eee;
	padding-top: 50px;
}

.my-form h2 {
	font-weight: 700;
	line-height: 1;
	font-size: 53px;
	color: #0799c4;
	margin: 0 0 10px;
}

.attendee-box {
	margin: 20px 0 0;
	padding: 20px;
	background: #f7f7f7;
	border-radius: 6px;
}

.attendee-box h3 {
	border-bottom: 1px solid #ececec;
	padding: 0 0 5px;
	margin: 0 0 15px;
}

.price-room strong {
	display: inline-block;
	font-size: 41px;
	line-height: 1;
}

.price-room strong span {
	font-size: 18px;
	text-transform: uppercase;
}

.price-room em {
	display: block;
}

.add-more {
	background: #d42f34;
	color: #fff;
	margin: 4px 0 0;
	border: 1px solid #d42f34;
}

.add-more:hover {
	background: #de4e53;
	color: #fff;
}

.remove-more {
	float: right;
	color: #9a9a9a;;
}

.form-bottom {
	font-size: 30px;
	margin: 15px 0 0;
}

.form-bottom strong {
	font-weight: 700;
}

.form-bottom span {
	text-transform: uppercase;
	font-size: 15px;
}

.form-btn {
	background: #d42f34;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	text-align: center;
	padding: 7px 30px;
	margin: 10px 0 0;
	text-transform: uppercase;
	font-weight: 700;
}

.form-btn i {
	margin: 0 5px 0 0;
	font-size: 20px;
}

.form-btn:hover {
	background: #de4e53;
	color: #fff;
}

.logos img, footer .cards img {
	height: 25px;
}

.booking-wrapper {
	min-height: 900px;
}

.booking-wrapper .custom-control label {
	line-height: 1.67;
}

.cards {
	margin: 0 15px 0 0;
}

.cards .cards-wrapper {
	padding: 5px 10px 5px 7px;
	background: #fff;
	margin: 0 0 5px;
}

.booking-header {
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
	margin-bottom: 35px;
}

.booking-header .logo {
	margin-bottom: 20px;
}

.booking-header a {
	color: #636363;
	text-decoration: underline;
}

.booking-wrapper {
	padding-top: 75px;
}

.choose-payment {
	margin-top: 10px;
}

.choose-payment h5 {
	margin: 0 0 10px;
}

.choose-payment .custom-control {
	height: 20px;
    line-height: 1.5;
}

.booking-info-top span, .booking-info span {
	font-size: 18px;
}