body {
	background-color: #eff1e3;
	color: #2f3138;
	font-family: "Open Sans", sans-serif;
}

figure {
	margin: 0 0 0rem;
}

.modal {
	z-index: 10000;
}





.floating {
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	/*	position: absolute;*/
	z-index: 9998;
	right: 0px;
	left: 70px;
	margin: 0 auto;
}

@-webkit-keyframes floating {
	from {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}

	65% {
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px);
	}

	to {
		-webkit-transform: translate(0, -0px);
		transform: translate(0, -0px);
	}
}

@keyframes floating {
	from {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}

	65% {
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px);
	}

	to {
		-webkit-transform: translate(0, -0px);
		transform: translate(0, -0px);
	}
}

.offerWrap {
	display: flex;
	flex-direction: row;
	max-width: 800px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	margin: auto;
/*	border-radius: 35px;*/
}




.offerInfo {
	max-width: 400px;
	padding: 15px;
	text-align: center;
	margin: auto;
}

	.offerInfo span {
		font-size: 13px;
		display: block;
	}

	.offerInfo h4 {
		color: #68ccc0;
		font-size: 65px;
	}

	.offerInfo h5 {
		font-size: 30px;
		color: #43c2ad;
	}

	.offerInfo h6 {
		font-size: 30px;
		color: #f4b907;
	}



	.offerInfo p {
		font-size: 17px;
		line-height: 20px;
	}

.offerImg {
	max-width: 400px;
}

.offer-arrows {
	position: relative;
	height: 40px;
	max-width: 100px;
	margin: 0px auto;
}

.offer-pagi {
	position: relative;
	bottom: 0;
	padding: 10px;
}






.form-control {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
	height: 40px;
	background: #39211b;
	border: none;
	color: #ffffff;
}


.submit .btn-success:hover {
	color: #39211b;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fbec65;
}


.btn {
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 27px;
	font-family: 'Caesar Dressing', cursive;
/*	padding: 6px 44px;*/
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0 none;
	border-radius: 5px;
}

.btn-default {
	color: #000000;
	background-color: #43c2ad;
	border-color: #fff700;
}


	.btn-default:hover, .btn-default:focus {
		color: #39211b;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: #fbec65;
	}




.btn-small {
	color: #000;
	background-color: #43c2ad;
	font-size: 14px;
	margin-bottom: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	.btn-small:hover {
		color: #15cfb0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: #220700;
	}


	.btn-small a {
		color: #fff;
	}

		.btn-small a:hover {
			color: #3ec3ad;
		}
    





#background-wrap {
	bottom: 0;
	left: 0;
	padding-top: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
	0% {
		margin-left: -1000px;
	}

	100% {
		margin-left: 100%;
	}
}

@-moz-keyframes animateCloud {
	0% {
		margin-left: -1000px;
	}

	100% {
		margin-left: 100%;
	}
}

@keyframes animateCloud {
	0% {
		margin-left: -1000px;
	}

	100% {
		margin-left: 100%;
	}
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

/* OBJECTS */

.cloud {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fff 5%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #fff 5%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #fff 5%,#f1f1f1 100%);
	background: linear-gradient(top, #fff 5%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	height: 120px;
	position: relative;
	width: 350px;
}

	.cloud:after, .cloud:before {
		background: #fff;
		content: '';
		position: absolute;
		z-indeX: -1;
	}

	.cloud:after {
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		height: 100px;
		left: 50px;
		top: -50px;
		width: 100px;
	}

	.cloud:before {
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
		width: 180px;
		height: 180px;
		right: 50px;
		top: -90px;
	}


[role=button] {
	cursor: pointer;
	font-weight:bold;
}



.glow2 {
	font-size: 46px;
	color: #fff;
	text-align: center;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
	margin-bottom: -29px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

@-webkit-keyframes glow {
	from {
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #0078e6, 0 0 40px #0007e6, 0 0 50px #00e6e0, 0 0 60px #0086e6, 0 0 70px #004de6;
	}

	to {
		text-shadow: 0 0 20px #fff, 0 0 30px #4d9cff, 0 0 40px #150296, 0 0 50px #00a1ff, 0 0 60px #04efff, 0 0 70px #001fff, 0 0 80px #3582ff;
	}
}


.grow {
	transition: transform .5s; /* Animation */
}

	.grow:hover {
		transform: scale(1.3); /* (150% zoom)*/
	}









/*.info img:hover {
	padding-bottom: 25px;
}*/

/*===================*/
/* PULSE GROW
/*===================*/

@-webkit-keyframes pulse-grow-on-hover {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes pulse-grow-on-hover {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.pulse-grow-on-hover {
	display: flex;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

	.pulse-grow-on-hover:hover, .pulse-grow-on-hover:focus, .pulse-grow-on-hover:active {
		-webkit-animation-name: pulse-grow-on-hover;
		animation-name: pulse-grow-on-hover;
		-webkit-animation-duration: 0.3s;
		animation-duration: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}





.gray-logos {
	padding: 2.5em 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-size: cover;
	background-color: #eff1e3;
}


	.gray-logos .container {
		display: flex;
		justify-content: center;
	}


	.gray-logos a {
		text-decoration: none;
		margin: 5px auto;
		text-align: center;
		display: inline-block;
	}


	.gray-logos img {
		display: block;
		height: 2.75em;
		width: auto;
		-webkit-filter: grayscale(100%);
		filter: sepia(1);
		/* margin-right: 1.5em; */
	}


		.gray-logos img:last-child {
			margin-right: 10px;
			margin-left: 10px;
		}


@-webkit-keyframes pulse {
	0% {
		box-shadow: 0 0 8px #15cfb0, inset 0 0 8px #15cfb0;
	}

	50% {
		box-shadow: 0 0 16px #15cfb0, inset 0 0 14px #15cfb0;
	}

	100% {
		box-shadow: 0 0 8px #15cfb0, inset 0 0 8px #15cfb0;
	}
}



.inner {
	background-color: transparent;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	box-shadow: 0 0 8px #15cfb0, inset 0 0 8px #15cfb0;
	-webkit-animation: pulse 2s linear 1s infinite;
}





.sub-logo {
	position: absolute;
	z-index: 999;
/*	width: 243px;
	padding-left: 50px;*/
}



.semi {
	margin: 0 auto;
}

	.semi img {
		width: 270px;
		z-index: 9999;
	}

.non-semi {
	display: none;
}

.masklogo {
	/*	float: left;*/
	padding: 10px;
}







body,
html {
	height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	#wrapper.toggled {
		padding-left: 220px;
	}

#sidebar-wrapper {
	z-index: 10000;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url(../img/nav-bg.jpg);
	/*	background: #eff1e3;*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	#sidebar-wrapper::-webkit-scrollbar {
		display: none;
	}

#wrapper.toggled #sidebar-wrapper {
	width: 220px;
}

/*#page-content-wrapper {
	width: 100%;
	padding-top: 70px;
}
*/
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
	padding: 0;
	position: fixed;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.sidebar-nav li {
		position: relative;
		line-height: 20px;
		display: inline-block;
		width: 100%;
	}

		.sidebar-nav li:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
			height: 100%;
			width: 3px;
			background-color: #1c1c1c;
			-webkit-transition: width .2s ease-in;
			-moz-transition: width .2s ease-in;
			-ms-transition: width .2s ease-in;
			transition: width .2s ease-in;
		}

		.sidebar-nav li:first-child a {
			color: #fff;
			background-color: #43c2ad;
		}

		.sidebar-nav li:nth-child(5n+1):before {
			background-color: #43c2ad;
		}

		.sidebar-nav li:nth-child(5n+2):before {
			background-color: #43c2ad;
		}

		.sidebar-nav li:nth-child(5n+3):before {
			background-color: #43c2ad;
		}

		.sidebar-nav li:nth-child(5n+4):before {
			background-color: #43c2ad;
		}

		.sidebar-nav li:nth-child(5n+5):before {
			background-color: #43c2ad;
		}

		.sidebar-nav li:hover:before,
		.sidebar-nav li.open:hover:before {
			width: 100%;
			-webkit-transition: width .2s ease-in;
			-moz-transition: width .2s ease-in;
			-ms-transition: width .2s ease-in;
			transition: width .2s ease-in;
		}

		.sidebar-nav li a {
			display: block;
			color: #39211b;
			text-decoration: none;
			padding: 10px 15px 10px 30px;
			font-family: 'Caesar Dressing', cursive;
			font-size: 28px;
			line-height: 35px;
		}

			.sidebar-nav li a:hover,
			.sidebar-nav li a:active,
			.sidebar-nav li a:focus,
			.sidebar-nav li.open a:hover,
			.sidebar-nav li.open a:active,
			.sidebar-nav li.open a:focus {
				color: #fff;
				text-decoration: none;
				background-color: transparent;
			}

.sidebar-header {
	text-align: center;
	font-size: 20px;
	position: relative;
	width: 100%;
	display: inline-block;
}

.sidebar-brand {
	height: 65px;
	position: relative;
	background-image: url(../img/wood-bg.jpg);
	/*	background: #39211b;*/
	/*	background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);*/
	padding: 10px 15px 10px 30px;
	text-align: left;
}

	.sidebar-brand a {
		color: #ddd;
		font-family: 'Caesar Dressing', cursive;
		font-size: 28px;
	}

		.sidebar-brand a:hover {
			color: #fff;
			text-decoration: none;
		}

.dropdown-header {
	text-align: center;
	font-size: 1em;
	color: #ddd;
	background: #212531;
	background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}

.sidebar-nav .dropdown-menu {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	background-color: #222;
	box-shadow: none;
}

.dropdown-menu.show {
	top: 0;
}
/*Fontawesome icons*/
/*
.nav.sidebar-nav li a::before {
	font-family: fontawesome;
	content: "\f12e";
	vertical-align: baseline;
	display: inline-block;
	padding-right: 5px;
}

a[href*="#home"]::before {
	content: "\f015" !important;
}

a[href*="loyalty"]::before {
	content: "\f005" !important;
}

a[href*="current-promotions"]::before {
	content: "\f185" !important;
}

a[href*="support"]::before {
	content: "\f095" !important;
}*/







/*
a[href*="#events"]::before {
	content: "\f073" !important;
}

a[href*="#events"]::before {
	content: "\f073" !important;
}

a[href*="#team"]::before {
	content: "\f0c0" !important;
}

a[href*="#works"]::before {
	content: "\f0b1" !important;
}

a[href*="#pictures"]::before {
	content: "\f03e" !important;
}

a[href*="#videos"]::before {
	content: "\f03d" !important;
}

a[href*="#books"]::before {
	content: "\f02d" !important;
}

a[href*="#art"]::before {
	content: "\f1fc" !important;
}

a[href*="#awards"]::before {
	content: "\f02e" !important;
}

a[href*="#services"]::before {
	content: "\f013" !important;
}

a[href*="#contact"]::before {
	content: "\f086" !important;
}

a[href*="#followme"]::before {
	content: "\f099" !important;
	color: #0084b4;
}*/
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
	position: fixed;
	top: 20px;
	z-index: 10000;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	background: transparent;
	border: none;
	cursor: pointer;
}

	.hamburger:hover,
	.hamburger:focus,
	.hamburger:active {
		outline: none;
	}

	.hamburger.is-closed:before {
		content: '';
		display: block;
		width: 100px;
		font-size: 14px;
		color: #fff;
		line-height: 32px;
		text-align: center;
		opacity: 0;
		-webkit-transform: translate3d(0,0,0);
		-webkit-transition: all .35s ease-in-out;
	}

	.hamburger.is-closed:hover:before {
		opacity: 1;
		display: block;
		-webkit-transform: translate3d(-100px,0,0);
		-webkit-transition: all .35s ease-in-out;
	}

	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom,
	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
		position: absolute;
		left: 0;
		height: 4px;
		width: 100%;
	}

	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom {
		background-color: #43c2ad;
	}

	.hamburger.is-closed .hamb-top {
		top: 5px;
		-webkit-transition: all .35s ease-in-out;
	}

	.hamburger.is-closed .hamb-middle {
		top: 50%;
		margin-top: -2px;
	}

	.hamburger.is-closed .hamb-bottom {
		bottom: 5px;
		-webkit-transition: all .35s ease-in-out;
	}

	.hamburger.is-closed:hover .hamb-top {
		top: 0;
		-webkit-transition: all .35s ease-in-out;
	}

	.hamburger.is-closed:hover .hamb-bottom {
		bottom: 0;
		-webkit-transition: all .35s ease-in-out;
	}

	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
		background-color: #15cfb0;
	}

	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-bottom {
		top: 50%;
		margin-top: -2px;
	}

	.hamburger.is-open .hamb-top {
		-webkit-transform: rotate(45deg);
		-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	}

	.hamburger.is-open .hamb-middle {
		display: none;
	}

	.hamburger.is-open .hamb-bottom {
		-webkit-transform: rotate(-45deg);
		-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	}

	.hamburger.is-open:before {
		content: '';
		display: block;
		width: 100px;
		font-size: 14px;
		color: #fff;
		line-height: 32px;
		text-align: center;
		opacity: 0;
		-webkit-transform: translate3d(0,0,0);
		-webkit-transition: all .35s ease-in-out;
	}

	.hamburger.is-open:hover:before {
		opacity: 1;
		display: block;
		-webkit-transform: translate3d(-100px,0,0);
		-webkit-transition: all .35s ease-in-out;
	}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 80%);
	z-index: 1;
}

























.content {
	padding: 15px;
	text-align: center;
}

.h3, h3 {
	font-size: 1rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #43c2ad;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

	a:not([href]):not([tabindex]):hover {
		color: #000000;
		text-decoration: none;
	}

	a:not([href]):not([tabindex]):focus {
		color: #ea3e2b;
		text-decoration: none;
	}
	a:not([href]):not([tabindex]):active {
		color: #fff;
		text-decoration: none;
	}


.btn2 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 14px 22px;
	background-color: #000000;
	border: 2px solid #efe300;
}

	.btn2:hover {
		color: #000000;
		background-color: #fff700;
	}

html, body, .container, .carousel, .carousel-inner, .carousel-item {
	height: 100%
}

.container {
	margin-top: 9px;
	justify-content: center;
	align-items: center;
}

#vipBonus_Title{
	/*	font-family: "Raleway", sans-serif;*/
	font-weight: 400;
	margin: 0 0 0px 0px;
	padding: 0;
	color: #065798;
	text-align: center;
}


#vipBonus_Terms p {
	margin-bottom: 0.3rem;
}



#vipBonus_BonusHeader {
	font-size: 1.4rem;
}



#timer {
	font-size: 1rem;
	color: #ea3e2b;
}


.card {
	border-radius: 20px;
	/*	height: 500px;*/
	/*	width: 90%;*/
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border: none;
}

.carousel-item {
	z-index: 2;
	background-color: #eff1e3;
	/*padding: 10px 25px;*/
}

	.carousel-item > .row {
		margin: 0;
	}

.title {
	width: 100%;
	color: #fff;
	text-align: center;
}


.bgTitle {

	position: absolute;
	z-index: 1;
}

.title h3 {
	text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.btn-next {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 100px;
	border-radius: 20px;
	background-color: #316e99;
	color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	z-index: 3;
}


/*-- vertical bootstrap slider --*/
.carousel .carousel-item-next.carousel-item-left,
.carousel .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel .carousel-item-next,
.carousel .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0);
}

.carousel .carousel-item-prev,
.carousel .active.carousel-item-left {
	-webkit-transform: translate3d(0,-100%, 0);
	transform: translate3d(0,-100%, 0);
}

/*-- vertical carousel indicators --*/
.carousel-indicators {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	right: -37px;
	left: auto;
	width: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

	.carousel-indicators li {
		display: block;
		margin-bottom: 0px;
		border-radius: 50%;
		width: 10px;
		height: 10px;
		background: #BDBDBD;
		transition: all ease 0.6s;
	}

		.carousel-indicators li.active {
			background: #43c2ad;
			width: 20px;
			border-radius: 25px;
		}

/* Media Querys */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.bgTitle {
		height: 30%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		width: 100%;
		top: 0;
	}

	.content {
		padding: 15px;
		text-align: center;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.bgTitle {
		height: 100%;
		width: 50%;
		border-bottom-left-radius: 15px;
		border-top-right-radius: 0px;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}





a {
	color: #bb8429;
	transition: 0.5s;
}

	a:hover,
	a:active,
	a:focus {
		color: #00b4c5;
		outline: none;
		text-decoration: none;
	}

p {
	padding: 0;
/*	margin: 0 0 30px 0;*/
}




h2,
h3,
h4,
h6 {
	font-family: 'Caesar Dressing', cursive;
	margin: 20px 0 0px 0px;
	padding: 0;
	color: #eff1e3;
	text-align: center;
	font-size: 18rem;
}

h5 {
	font-family: 'Caesar Dressing', cursive;
	margin: 0px 0 49px 0px;
	padding: 0;
	color: #39211b;
	text-align: center;
	font-size: 3rem;
}



.main-page {
	margin-top: 70px;
}

.wow {
	visibility: hidden;

}

/* Prelaoder */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #43c2ad;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s ease-in-out;
}

	.back-to-top i {
		font-size: 24px;
		padding-top: 6px;
	}

	.back-to-top:focus {
		background-color: #fbec65;
		color: #39211b;
		outline: none;
	}

	.back-to-top:hover {
		background-color: #fbec65;
		color: #39211b;
	}

/* Sections Header
--------------------------------*/

.section-header {
/*	margin-bottom: 60px;*/
	position: relative;
	padding-bottom: 10px;
}

/*	.section-header::before {
		content: '';
		position: absolute;
		display: block;
		width: 60px;
		height: 5px;
		background: #43c2ad;
		bottom: 0;
		left: calc(50% - 25px);
	}
*/
	.section-header h2 {
		font-family: 'Caesar Dressing', cursive;
		font-size: 42px;
		color: #39211b;
	}

	.section-header p {
		text-align: center;
		padding: 0;
		margin: 0 0 20px;
		font-size: 18px;
		font-weight: 500;
	}

.section-with-bg {
	background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	height: 90px;
	padding: 25px 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	background: rgba(6, 12, 34, 0.8);
}

	#header.header-scrolled,
	#header.header-fixed {
		background: rgba(6, 12, 34, 0.98);
		height: 70px;
		padding: 15px 0;
		transition: all 0.5s;
	}

	#header #logo h1 {
		font-size: 36px;
		margin: 0;
		padding: 6px 0;
		line-height: 1;
		font-family: "Raleway", sans-serif;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
	}

		#header #logo h1 span {
			color: #065798;
		}

		#header #logo h1 a,
		#header #logo h1 a:hover {
			color: #fff;
		}

	#header #logo img {
		padding: 0;
		margin-top: -16px;
		max-height: 75px;
	}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.nav-menu ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 99;
	}

	.nav-menu li {
		position: relative;
		white-space: nowrap;
	}

	.nav-menu > li {
		float: left;
	}

	.nav-menu li:hover > ul,
	.nav-menu li.sfHover > ul {
		display: block;
	}

	.nav-menu ul ul {
		top: 0;
		left: 100%;
	}

	.nav-menu ul li {
		min-width: 180px;
	}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

	.sf-arrows .sf-with-ul:after {
		content: "\f107";
		position: absolute;
		right: 15px;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
	}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
	padding: 8px;
	text-decoration: none;
	display: inline-block;
	color: rgba(202, 206, 221, 0.8);
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	outline: none;
}

	.nav-menu .menu-active a,
	.nav-menu a:hover {
		color: #fff;
	}

.nav-menu > li {
	margin-left: 8px;
}

	.nav-menu > li > a:before {
		content: "";
		position: absolute;
		width: 0;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: #065798;
		visibility: hidden;
		transition: all 0.3s ease-in-out 0s;
	}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
	visibility: visible;
	width: 100%;
}

.nav-menu li.more-games a {
	color: #fff;
	background: #065798;
	padding: 7px 22px;
	border-radius: 50px;
	border: 2px solid #065798;
	transition: all ease-in-out 0.3s;
	font-weight: 500;
	margin-left: 8px;
	margin-top: 2px;
	line-height: 1;
	font-size: 13px;
}

	.nav-menu li.more-games a:hover {
		background: none;
	}

.nav-menu li.more-games:hover a:before,
.nav-menu li.more-games.menu-active a:before {
	visibility: hidden;
}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
	border-radius: 3px;
}

	.nav-menu ul li {
		transition: 0.3s;
	}

		.nav-menu ul li a {
			padding: 10px;
			color: #060c22;
			transition: 0.3s;
			display: block;
			font-size: 13px;
			text-transform: none;
			border-radius: 3px;
		}

		.nav-menu ul li:hover > a {
			background: #065798;
			color: #fff;
		}

	.nav-menu ul ul {
		margin: 0;
	}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 15px 15px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

	#mobile-nav-toggle i {
		color: #fff;
	}

/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(6, 12, 34, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

	#mobile-nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

		#mobile-nav ul li {
			position: relative;
		}

			#mobile-nav ul li a {
				color: #fff;
				font-size: 17px;
				overflow: hidden;
				padding: 10px 22px 10px 15px;
				position: relative;
				text-decoration: none;
				width: 100%;
				display: block;
				outline: none;
			}

				#mobile-nav ul li a:hover {
					color: #065798;
				}

			#mobile-nav ul li li {
				padding-left: 30px;
			}

		#mobile-nav ul .menu-has-children i {
			position: absolute;
			right: 0;
			z-index: 99;
			padding: 15px;
			cursor: pointer;
			color: #fff;
		}

			#mobile-nav ul .menu-has-children i.fa-chevron-up {
				color: #065798;
			}

		#mobile-nav ul .menu-item-active {
			color: #065798;
		}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(6, 12, 34, 0.8);
	display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}

	body.mobile-nav-active #mobile-nav {
		left: 0;
	}

	body.mobile-nav-active #mobile-nav-toggle {
		color: #fff;
	}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
	width: 100%;
		height: inherit;
	background: url(../img/intro-bg.jpg) top center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	text-align: center;
/*	padding-bottom: 264px;*/
}

	#intro img {
		max-width: 100%;

	}

	/*#intro:before {
		content: "";
		background: rgba(6, 12, 34, 0.8);
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}*/

	#intro .intro-container {
		position: absolute;
		bottom: 0;
		left: 0;
		/*top: 90px;*/
		right: 0;
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		padding: 0 15px;
	}

	#intro h1 {
		color: #fff;
		font-family: "Raleway", sans-serif;
		font-size: 56px;
		font-weight: 600;
		text-transform: uppercase;
	}

		#intro h1 span {
			color: #065798;
		}

	#intro p {
		color: #ebebeb;
		font-weight: 700;
		font-size: 20px;
	}

	#intro .play-btn {
		width: 94px;
		height: 94px;
		background: radial-gradient(#065798 50%, rgb(255, 255, 255) 52%);
		border-radius: 50%;
		display: block;
		position: relative;
		overflow: hidden;
	}

		#intro .play-btn::after {
			content: '';
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translateX(-40%) translateY(-50%);
			transform: translateX(-40%) translateY(-50%);
			width: 0;
			height: 0;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-left: 15px solid #fff;
			z-index: 100;
			transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		}

		#intro .play-btn:before {
			content: '';
			position: absolute;
			width: 120px;
			height: 120px;
			-webkit-animation-delay: 0s;
			animation-delay: 0s;
			-webkit-animation: pulsate-btn 2s;
			animation: pulsate-btn 2s;
			-webkit-animation-direction: forwards;
			animation-direction: forwards;
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
			-webkit-animation-timing-function: steps;
			animation-timing-function: steps;
			opacity: 1;
			border-radius: 50%;
			border: 2px solid rgba(163, 163, 163, 0.4);
			top: -15%;
			left: -15%;
			background: rgba(198, 16, 0, 0);
		}

		#intro .play-btn:hover::after {
			border-left: 15px solid #065798;
			-webkit-transform: scale(20);
			transform: scale(20);
		}

		#intro .play-btn:hover::before {
			content: '';
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translateX(-40%) translateY(-50%);
			transform: translateX(-40%) translateY(-50%);
			width: 0;
			height: 0;
			border: none;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-left: 15px solid #fff;
			z-index: 200;
			-webkit-animation: none;
			animation: none;
			border-radius: 0;
		}

	#intro .about-btn {
		font-family: "Raleway", sans-serif;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 1px;
		display: inline-block;
		padding: 12px 32px;
		border-radius: 50px;
		transition: 0.5s;
		line-height: 1;
		margin: 10px;
		color: #fff;
		-webkit-animation-delay: 0.8s;
		animation-delay: 0.8s;
		border: 2px solid #065798;
		background: #065798;
	}

		#intro .about-btn:hover {
			background: rgba(6, 87, 152, 0.5);
			color: #fff;
		}

@-webkit-keyframes pulsate-btn {
	0% {
		-webkit-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		-webkit-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
	background: url("../img/about-bg.jpg");
	background-size: cover;
	overflow: hidden;
	position: relative;
	color: #fff;
	padding: 60px 0 40px 0;
}

	#about:before {
		content: "";
		background: rgba(13, 20, 41, 0.8);
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}

	#about h2 {
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #fff;
	}

	#about h3 {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #fff;
	}

	#about p {
		font-size: 14px;
		margin-bottom: 20px;
		color: #fff;
	}

/*--------------------------------------------------------------
# more Section
--------------------------------------------------------------*/

#more {
	padding: 15px 0 0px 0;
}

	#more .speaker {
		position: relative;
		overflow: hidden;
		margin-bottom: 30px;
	}

		#more .speaker .details {
			background: rgba(6, 12, 34, 0.76);
			position: absolute;
			left: 0;
			bottom: -30px;
			right: 0;
			text-align: center;
			padding-top: 10px;
			transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
		}

			#more .speaker .details h3 {
				color: #fff;
				font-size: 22px;
				font-weight: 600;
				margin-bottom: 5px;
			}

			#more .speaker .details p {
				color: #fff;
				font-size: 15px;
				margin-bottom: 10px;
				font-style: italic;
			}

			#more .speaker .details .social {
				height: 30px;
			}

			#more .speaker .details a {
				color: #fff;
			}

				#more .speaker .details a:hover {
					color: #065798;
				}

		#more .speaker:hover .details {
			bottom: 0;
		}

#more-details {
	padding: 60px 0;
}

	#more-details .details h2 {
		color: #112363;
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	#more-details .details .social {
		margin-bottom: 15px;
	}

		#more-details .details .social a {
			background: #e9edfb;
			color: #112363;
			line-height: 1;
			display: inline-block;
			text-align: center;
			border-radius: 50%;
			width: 36px;
			height: 36px;
			padding-top: 9px;
		}

			#more-details .details .social a:hover {
				background: #065798;
				color: #fff;
			}

			#more-details .details .social a i {
				font-size: 18px;
			}

	#more-details .details p {
		color: #112363;
		font-size: 15px;
		margin-bottom: 10px;
	}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
	padding: 60px 0 60px 0;
}

	#schedule .nav-tabs {
		text-align: center;
		margin: auto;
		display: block;
		border-bottom: 0;
		margin-bottom: 30px;
	}

		#schedule .nav-tabs li {
			display: inline-block;
			margin-bottom: 0;
		}

		#schedule .nav-tabs a {
			border: none;
			border-radius: 50px;
			font-weight: 600;
			background-color: #0e1b4d;
			color: #fff;
			padding: 10px 100px;
		}

			#schedule .nav-tabs a.active {
				background-color: #065798;
				color: #fff;
			}

	#schedule .sub-heading {
		text-align: center;
		font-size: 18px;
		font-style: italic;
		margin: 0 auto 30px auto;
	}

	#schedule .tab-pane {
		transition: ease-in-out .2s;
	}

.game-info .schedule-item {
	border-bottom: 1px solid #878b9b;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: background-color ease-in-out 0.3s;
}

	.game-info .schedule-item:hover {
		background-color: #fff;
	}

	.game-info .schedule-item time {
		padding-bottom: 5px;
		display: inline-block;
	}

	.game-info .schedule-item .speaker {
		width: 60px;
		height: 60px;
		overflow: hidden;
		border-radius: 50%;
		float: left;
		margin: 0 10px 10px 0;
	}

		.game-info .schedule-item .speaker img {
			height: 100%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			margin-left: 50%;
			transition: all ease-in-out 0.3s;
		}

	.game-info .schedule-item h4 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
	}

		.game-info .schedule-item h4 span {
			font-style: italic;
			color: #19328e;
			font-weight: normal;
			font-size: 16px;
		}

	.game-info .schedule-item p, .game-info .schedule-item ul {
		font-style: italic;
		color: #152b79;
		margin-bottom: 0;
	}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

/*#venue {
	padding: 60px 0;
}*/

	#venue .container-fluid {
		margin-bottom: 3px;
	}

	#venue .venue-map iframe {
		width: 100%;
		height: 100%;
		min-height: 300px;
	}

	#venue .venue-info {
		background: url("../img/venue-info-bg.jpg") top center no-repeat;
		background-size: cover;
		position: relative;
		padding-top: 60px;
		padding-bottom: 60px;
	}

		#venue .venue-info:before {
			content: "";
			background: rgba(13, 20, 41, 0.8);
			position: absolute;
			bottom: 0;
			top: 0;
			left: 0;
			right: 0;
		}

		#venue .venue-info h3 {
			font-size: 36px;
			font-weight: 700;
			color: #fff;
		}

		#venue .venue-info p {
			color: #fff;
			margin-bottom: 0;
		}

	#venue .venue-gallery-container {
		padding-right: 12px;
	}

	#venue .venue-gallery {
		overflow: hidden;
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}

		#venue .venue-gallery img {
			transition: all ease-in-out 0.4s;
		}

		#venue .venue-gallery:hover img {
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

#hotels {
	padding: 60px 0;
}

	#hotels .hotel {
		border: 1px solid #e0e5fa;
		background: #fff;
		margin-bottom: 30px;
	}

		#hotels .hotel:hover .hotel-img img {
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}

	#hotels .hotel-img {
		overflow: hidden;
		margin-bottom: 15px;
	}

		#hotels .hotel-img img {
			transition: 0.3s ease-in-out;
		}

	#hotels h3 {
		font-weight: 600;
		font-size: 20px;
		margin-bottom: 5px;
		padding: 0 20px;
	}

	#hotels a {
		color: #152b79;
	}

		#hotels a:hover {
			color: #065798;
		}

	#hotels .stars {
		padding: 0 20px;
		margin-bottom: 5px;
	}

		#hotels .stars i {
			color: #ffc31d;
		}

	#hotels p {
		padding: 0 20px;
		margin-bottom: 20px;
		color: #060c22;
		font-style: italic;
		font-size: 15px;
	}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
	padding: 60px;
	overflow: hidden;
}

	#gallery .owl-nav,
	#gallery .owl-dots {
		margin-top: 25px;
		text-align: center;
	}

	#gallery .owl-item {
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	#gallery .owl-dot {
		display: inline-block;
		margin: 0 5px;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #ddd;
	}

		#gallery .owl-dot.active {
			background-color: #065798;
		}

	#gallery .gallery-carousel .owl-stage-outer {
		overflow: visible;
	}

	#gallery .gallery-carousel .center {
		border: 6px solid #065798;
		margin: -10px;
		box-sizing: content-box;
		padding: 4px;
		background: #fff;
		z-index: 1;
	}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/

#sponsors {
	padding: 60px 0;
}

	#sponsors .sponsors-wrap {
		border-top: 1px solid #e0e5fa;
		border-left: 1px solid #e0e5fa;
		margin-bottom: 30px;
	}

	#sponsors .sponsor-logo {
		padding: 30px;
		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;
		border-right: 1px solid #e0e5fa;
		border-bottom: 1px solid #e0e5fa;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.5);
		height: 160px;
	}

		#sponsors .sponsor-logo:hover img {
			-webkit-transform: scale(1.2);
			transform: scale(1.2);
		}

	#sponsors img {
		transition: all 0.4s ease-in-out;
	}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
	padding: 60px 0;
}

	#faq #faq-list {
		padding: 0;
		list-style: none;
	}

		#faq #faq-list li {
			border-bottom: 1px solid #ddd;
		}

		#faq #faq-list a {
			padding: 18px 0;
			display: block;
			position: relative;
			font-family: "Raleway", sans-serif;
			font-size: 16px;
			line-height: 24px;
			font-weight: 600;
			padding-right: 20px;
		}

		#faq #faq-list i {
			font-size: 24px;
			position: absolute;
			right: 0;
			top: 16px;
		}

		#faq #faq-list p {
			margin-bottom: 20px;
		}

		#faq #faq-list a.collapse {
			color: #065798;
		}

		#faq #faq-list a.collapsed {
			color: #000;
		}

			#faq #faq-list a.collapsed i::before {
				content: "\f055" !important;
			}

/*--------------------------------------------------------------
# game-info Section
--------------------------------------------------------------*/



.game-info {
	background: url(../img/slide-bg.jpg) top center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

	.game-info:before {
		content: "";
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}

	.game-info .section-header h2,
	.game-info p {
		color: #fff;
	}

.form-group p {
	color: #4c4c4c;
}



	.game-info input {
		background: #fff;
		color: #060c22;
		border: 0;
		outline: none;
		margin: 0;
		padding: 9px 20px;
		border-radius: 50px;
		font-size: 14px;
	}

.game-info button {
	border: 0;

	cursor: pointer;
	background: #43c2ad;
	color: #fff;
	transition: all 0.3s ease;
	outline: none;
	font-size: 14px;
	border-radius: 50px;
}

	.game-info button:hover {
		color: #39211b;
		box-shadow: none;
		background-color: #fbec65;
	}




.game-info2 {
	background: url(../img/game-info-bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	display: none;
	padding-bottom: 50px;
}



.game-info2:before {
	content: "";
	background: rgba(6, 12, 34, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.game-info2 .section-header h2,
.game-info2 p {
	color: #fff;
}

.game-info2 input {
	background: #fff;
	color: #060c22;
	border: 0;
	outline: none;
	margin: 0;
	padding: 9px 20px;
	border-radius: 50px;
	font-size: 14px;
}

.game-info2 button {
	border: 0;
	padding: 9px 25px;
	cursor: pointer;
	background: #065798;
	color: #fff;
	transition: all 0.3s ease;
	outline: none;
	font-size: 14px;
	border-radius: 50px;
}

	.game-info2 button:hover {
		background: #fbff00;
		color: #000;
	}






.game-info3 {
	background: url(../img/game-info-bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	display: none;
		padding-bottom:50px;
}



	.game-info3:before {
		content: "";
		background: rgba(6, 12, 34, 0.6);
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}

	.game-info3 .section-header h2,
	.game-info3 p {
		color: #fff;
	}

	.game-info3 input {
		background: #fff;
		color: #060c22;
		border: 0;
		outline: none;
		margin: 0;
		padding: 9px 20px;
		border-radius: 50px;
		font-size: 14px;
	}

	.game-info3 button {
		border: 0;
		padding: 9px 25px;
		cursor: pointer;
		background: #065798;
		color: #fff;
		transition: all 0.3s ease;
		outline: none;
		font-size: 14px;
		border-radius: 50px;
	}

		.game-info3 button:hover {
			background: #fbff00;
			color: #000;
		}












/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#more-games {
	padding: 60px 0;
}

	#more-games .card {
		border: none;
		border-radius: 5px;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
	}

		#more-games .card:hover {
			box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
		}

		#more-games .card hr {
			margin: 25px 0;
		}

		#more-games .card .card-title {
			margin: 10px 0;
			font-size: 14px;
			letter-spacing: 1px;
			font-weight: bold;
		}

		#more-games .card .card-price {
			font-size: 48px;
			margin: 0;
		}

		#more-games .card ul li {
			margin-bottom: 20px;
		}

		#more-games .card .text-muted {
			opacity: 0.7;
		}

		#more-games .card .btn {
			font-size: 15px;
			border-radius: 50px;
			padding: 10px 40px;
			transition: all 0.2s;
			background-color: #065798;
			border: 0;
			color: #fff;
		}

			#more-games .card .btn:hover {
				background-color: #e0072f;
			}

	#more-games #buy-ticket-modal input,
	#more-games #buy-ticket-modal select {
		border-radius: 0;
	}

	#more-games #buy-ticket-modal .btn {
		font-size: 15px;
		border-radius: 50px;
		padding: 10px 40px;
		transition: all 0.2s;
		background-color: #065798;
		border: 0;
		color: #fff;
	}

		#more-games #buy-ticket-modal .btn:hover {
			background-color: #e0072f;
		}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
	padding: 60px 0;
}

	#contact .contact-info {
		margin-bottom: 20px;
		text-align: center;
	}

		#contact .contact-info i {
			font-size: 48px;
			display: inline-block;
			margin-bottom: 10px;
			color: #065798;
		}

		#contact .contact-info address,
		#contact .contact-info p {
			margin-bottom: 0;
			color: #112363;
		}

		#contact .contact-info h3 {
			font-size: 18px;
			margin-bottom: 15px;
			font-weight: bold;
			text-transform: uppercase;
			color: #112363;
		}

		#contact .contact-info a {
			color: #4869df;
		}

			#contact .contact-info a:hover {
				color: #065798;
			}

	#contact .contact-address,
	#contact .contact-phone,
	#contact .contact-email {
		margin-bottom: 20px;
	}

	#contact .form #sendmessage {
		color: #065798;
		border: 1px solid #065798;
		display: none;
		text-align: center;
		padding: 15px;
		font-weight: 600;
		margin-bottom: 15px;
	}

	#contact .form #errormessage {
		color: red;
		display: none;
		border: 1px solid red;
		text-align: center;
		padding: 15px;
		font-weight: 600;
		margin-bottom: 15px;
	}

		#contact .form #sendmessage.show,
		#contact .form #errormessage.show,
		#contact .form .show {
			display: block;
		}

	#contact .form .validation {
		color: red;
		display: none;
		margin: 0 0 20px;
		font-weight: 400;
		font-size: 13px;
	}

	#contact .form input,
	#contact .form textarea {
		padding: 10px 14px;
		border-radius: 0;
		box-shadow: none;
		font-size: 15px;
	}

	#contact .form button[type="submit"] {
		background: #065798;
		border: 0;
		padding: 10px 40px;
		color: #fff;
		transition: 0.4s;
		border-radius: 50px;
		cursor: pointer;
	}

		#contact .form button[type="submit"]:hover {
			background: #e0072f;
		}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #101522;
	padding: 0 0 25px 0;
	color: #eee;
	font-size: 14px;
}

	#footer .footer-top {
		background: #040919;
		padding: 60px 0 30px 0;
	}

		#footer .footer-top .footer-info {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-info h3 {
				font-size: 26px;
				margin: 0 0 20px 0;
				padding: 2px 0 2px 0;
				line-height: 1;
				font-family: "Raleway", sans-serif;
				font-weight: 700;
				color: #fff;
			}

			#footer .footer-top .footer-info img {
				height: 40px;
				margin-bottom: 10px;
			}

			#footer .footer-top .footer-info p {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 0;
				font-family: "Raleway", sans-serif;
				color: #fff;
			}

		#footer .footer-top .social-links a {
			font-size: 18px;
			display: inline-block;
			background: #222636;
			color: #eee;
			line-height: 1;
			padding: 8px 0;
			margin-right: 4px;
			border-radius: 50%;
			text-align: center;
			width: 36px;
			height: 36px;
			transition: 0.3s;
		}

			#footer .footer-top .social-links a:hover {
				background: #065798;
				color: #fff;
			}

		#footer .footer-top h4 {
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			text-transform: uppercase;
			position: relative;
			padding-bottom: 12px;
			border-bottom: 2px solid #065798;
		}

		#footer .footer-top .footer-links {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-links ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}

				#footer .footer-top .footer-links ul i {
					padding-right: 5px;
					color: #065798;
					font-size: 18px;
				}

				#footer .footer-top .footer-links ul li {
					border-bottom: 1px solid #262c44;
					padding: 10px 0;
				}

					#footer .footer-top .footer-links ul li:first-child {
						padding-top: 0;
					}

				#footer .footer-top .footer-links ul a {
					color: #eee;
				}

					#footer .footer-top .footer-links ul a:hover {
						color: #065798;
					}

		#footer .footer-top .footer-contact {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-contact p {
				line-height: 26px;
			}

		#footer .footer-top .footer-newsletter {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-newsletter input[type="email"] {
				border: 0;
				padding: 6px 8px;
				width: 65%;
			}

			#footer .footer-top .footer-newsletter input[type="submit"] {
				background: #065798;
				border: 0;
				width: 35%;
				padding: 6px 0;
				text-align: center;
				color: #fff;
				transition: 0.3s;
				cursor: pointer;
			}

				#footer .footer-top .footer-newsletter input[type="submit"]:hover {
					background: #e0072f;
				}

	#footer .copyright {
		text-align: center;
		padding-top: 30px;
	}

	#footer .credits {
		text-align: center;
		font-size: 13px;
		color: #ddd;
	}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/



/*Media Queries*/
@media screen and (min-width: 240px) and (max-width: 480px) and (orientation: portrait) {




	.semi {
		display: none;
	}

	.non-semi {
		display: block;
		margin: 0 auto;
	}

		.non-semi img {
			z-index: 1031;
			width: 100%;
			margin: 0 auto;
			max-width: 441px !important;
		}



	#intro {
		background: url(../img/intro-bg-m.jpg) top center;
		height: 536px;
		object-fit: cover;
		background-size: cover;
	}




}


@media screen and (max-width: 600px) {





	.semi {
		display: none;
	}

	.non-semi {
		display: block;
		margin: 0 auto;
	}

		.non-semi img {
			z-index: 1031;
			width: 100%;
			max-width: 276px;
			margin: 0 auto;
		}



	#intro {
		background: url(../img/intro-bg-m.jpg) top center;
		height: 536px;
		object-fit: cover;
		background-size: cover;
	}




}

	@media (max-width: 767px) and (orientation: portrait) {

		#intro {
			background: url(../img/intro-bg-m.jpg) top center;
			height: 536px;
			object-fit: cover;
			background-size: cover;
		}


		.floating {
			left: 0px;
		}



			#intro img {
				padding-top: 149px;
				margin-bottom: 0px;
			}

		img {
			max-height: 739px;
		}


		.btn-next {
			bottom: -19px;
			/*		right: 105px;*/
		}

		.h2, h2 {
			font-size: 9.4rem;
/*			margin: 0 0 0px 0;*/
		}
	}

	@media (max-width: 1023px) and (orientation: landscape) {
		#intro img {
		/*	padding-top: 40px;*/
			margin-bottom: 0px;
		}
	}

	@media (min-width: 767px) {
		.game-info input {
			min-width: 400px;
		}
		


	}

	@media (min-width: 768px) {
		#contact .contact-address,
		#contact .contact-phone,
		#contact .contact-email {
			padding: 20px 0;
		}

		#contact .contact-phone {
			border-left: 1px solid #ddd;
			border-right: 1px solid #ddd;
		}
	}

	@media (min-width: 991px) {
		#schedule .sub-heading {
			width: 75%;
		}
	}

	@media (min-width: 1024px) {
		/*#intro {
		background-attachment: fixed;
	}*/




		#about {
			background-attachment: fixed;
		}

		.game-info {
			background-attachment: fixed;

		}

		.game-info2 {
			background-attachment: fixed;
		}

		.game-info3 {
			background-attachment: fixed;
		}
	}

	@media (max-width: 1199px) {


		.semi {
			display: none;
		}

		.non-semi {
			display: block;
			margin: 0 auto;
		}

			.non-semi img {
				z-index: 1031;
				width: 100%;
				max-width: 276px;
				margin: 0 auto;
			}



		#intro {
			background: url(../img/intro-bg-m.jpg) top center;
		/*	height: 606px;*/
			object-fit: cover;
			background-size: cover;
		}





		#header .container {
			max-width: 100%;
		}

		.nav-menu a {
			padding: 8px 4px;
		}
	}

	@media (max-width: 991px) {


		.semi {
			display: none;
		}

		.non-semi {
			display: block;
			margin: 0 auto;
		}

			.non-semi img {
				z-index: 1031;
				width: 100%;
				max-width: 276px;
				margin: 0 auto;
			}



		#intro {
			background: url(../img/intro-bg-m.jpg) top center;
/*			height: 536px;*/
			object-fit: cover;
			background-size: cover;
		}





		#header {
			background: rgba(6, 12, 34, 0.98);
			height: 70px;
			padding: 15px 0;
			transition: all 0.5s;
		}

		#nav-menu-container {
			display: none;
		}

		#mobile-nav-toggle {
			display: inline;
		}

		/*#intro .intro-container {
		top: 70px;
	}*/

		#intro h1 {
			font-size: 34px;
		}

		#intro p {
			font-size: 16px;
		}

		#schedule .nav-tabs a {
			padding: 8px 60px;
		}
	}

	@media (max-width: 768px) {


		.semi {
			display: none;
		}

		.non-semi {
			display: block;
			margin: 0 auto;
		}

			.non-semi img {
				z-index: 1031;
				width: 100%;
				max-width: 276px;
				margin: 0 auto;
			}



		#intro {
			background: url(../img/intro-bg-m.jpg) top center;
/*			height: 723px;*/
			object-fit: cover;
			background-size: cover;
		}





		.back-to-top {
			bottom: 15px;
		}

		#faq #faq-list a {
			font-size: 18px;
		}

		#faq #faq-list i {
			top: 13px;
		}
	}

	@media (max-width: 767px) {
		#schedule .nav-tabs a {
			padding: 8px 50px;
		}
	}

	@media (max-width: 574px) {
		#venue .venue-info h3 {
			font-size: 24px;
		}
	}

	@media (max-width: 480px) {
		#schedule .nav-tabs a {
			padding: 8px 30px;
		}
	}

	@media (max-width: 460px) {
		.game-info button {
			margin-top: 10px;
		}
	}

@media (min-width: 481px) and (max-width: 568px) {

	.offerWrap {
		flex-direction: column;
	}
}

@media (min-width: 200px) and (max-width: 480px) {

	.offerWrap {
		flex-direction: column;
	}
}