.header {
	width: 100%;
	max-width: 100%;
	position: relative;
}
.header .description {
	line-height: 1;
	padding: 9px 15px;
	background: rgba(0, 0, 0, 0.8);
	color: #9c9c9c;
	font-size: 12px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.header .description .container {
	background: transparent;
}
.header .signup-button {
	border-top: 1px solid #cd181f;
	background: #171717;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 80px;
	height: 80px;
}
.header .signup-button .btn-signup {
	color: #fff;
	background: #cd181f;
	padding: 12px 40px;
	line-height: 1;
	border-radius: 50em;
}
.header .background {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.header .background img {
	width: 120%;
	height: auto;
	align-self: center;
}
.header .title-image {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.header .title-image img {
	width: 180%;
	height: auto;
	align-self: center;
}

.step-bar {
	background: #8c3636;
	position: relative;
	width: 100%;
	padding: 15px;
}
.step-bar .container {
	position: relative;
	background: transparent;
}
.step-bar .container ul {
	list-style: none;
	margin-bottom: 0;
	display: flex;
}
.step-bar .container ul li {
	flex: 1;
}
.step-bar .container ul li span {
	display: block;
}
.step-bar .container ul li .order {
	background: #fff0c1;
	color: #8c3636;
	text-align: center;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 11px;
	margin: 0 auto 8px;
}
.step-bar .container ul li .text {
	line-height: 1.2;
	text-align: center;
	font-size: 11px;
}

.content {
	padding: 50px 0;
	position: relative;
}
.content.html5-element {
	width: 100%;
	overflow-x: hidden;
}
.content.html5-element .row *[class*="col-"] .html5-container,
.content.html5-element .html5-container {
	position: relative;
	overflow: hidden;
}
.content.html5-element .row *[class*="col-"] .html5-container {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
.content.html5-element iframe {
	border: 0;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.content {
	color:white;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content h2,
.content .title {
	color: #c9181e;
	font-size: 22px;
	margin-bottom: 1.5rem;
}
.content .col-sm-5 img {
	margin-top: 2rem;
}

.content .main-content .aligncenter {
	margin: 0 auto;
	display: block;
}

.content.two-columns h2,
.content.two-columns p {
	text-align: center;
}

.footer {
	padding: 50px 0 0;
	position: relative;
}

.brand-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	margin-bottom: 30px;
}
.brand-logos .logo {
	max-height: 60px;
	margin: 5px;
	max-width: 100%;
}

.terms-conditions {
	color: #9c9c9c;
}
.terms-conditions h4,
.terms-conditions .title {
	font-size: 14px;
	margin-bottom: 0.25rem;
}
.terms-conditions ol li,
.terms-conditions ul li,
.terms-conditions p {
	font-size: 12px;
}
.terms-conditions ol,
.terms-conditions ul {
	list-style: decimal inside;
	margin-bottom: 0.25rem;
}
.terms-conditions .link {
	color: #9c9c9c;
}

.pays {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0 30px;
}
.pays img {
	max-height: 30px;
	margin-bottom: 5px;
}

.copyright {
	font-size: 13px;
	color: #9f9f9f;
	text-align: justify;
}
.copyright p {
	line-height: 1.4;
	margin-bottom: 15px;
}
.copyright p:last-of-type {
	margin-bottom: 0;
}
.copyright p a {
	color: #9f9f9f;
	text-decoration: underline;
}
.copyright p a:hover {
	text-decoration: none;
}

.gg-card {
	width: 100%;
	max-width: 100%;
	position: relative;
}
.gg-card .container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 20px;
}
.gg-card .container .box {
	width: 80%;
	background-color: #1d1d1d;
	border-radius: 10px;
	padding: 20px 15px;
}
.gg-card .container .box .content {
	padding: 0;
}
.gg-card .container .box .content > h2 {
	font-size: 18px;
}
.gg-card .container .box .content > * {
	margin-bottom: 0;
}
.gg-card .container .box .btn {
	margin: 10px 0;
}
.gg-card .container .box .sub-line > *:last-child {
	margin-bottom: 0;
}

.btn-register {
	background: linear-gradient(180deg, #9b3e3e, #803030);
	color: #fff;
	border-radius: 4px;
	border: 0;
	padding: 12px 40px;
	line-height: 1;
	font-weight: 500;
}
.btn-register:focus,
.btn-register:hover,
.btn-register:active {
	outline: 0;
	color: #fff;
	box-shadow: none;
}

.landing-footer {
	padding-bottom: 50px;
}
.landing-footer .container {
	min-height: initial;
	height: auto;
}

@media (min-width: 576px) {

	.content .col-sm-5 img {
		margin-top: 0;
	}

	.content.two-columns h2,
	.content.two-columns p {
		text-align: left;
	}

	.gg-card .container {
		justify-content: flex-end;
		align-items: center;
	}
	.gg-card .container .box {
		width: 45%;
	}
}

@media screen and (min-width: 768px) {

	.header .description {
		position: absolute;
		bottom: 0;
	}

	.step-bar .container {
		padding: 0 50px;
	}
	.step-bar .container ul {
		display: flex;
		flex-flow: wrap;
		flex-direction: row;
		justify-items: center;
		justify-content: space-between;
	}
	.step-bar .container ul li {
		margin-bottom: 0;
		display: initial;
		justify-content: initial;
		flex: initial;
	}
	.step-bar .container ul li span {
		display: inline-block;
	}
	.step-bar .container ul li .order {
		float: left;
		margin: 0;
		width: 21px;
		height: 21px;
		line-height: 21px;
		font-size: 14px;
	}
	.step-bar .container ul li .text {
		float: left;
		padding-left: 10px;
		font-size: 14px;
		line-height: 21px;
	}
	.step-bar .container ul li::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}
}



@media screen and (min-width: 1400px) {
	.header .background img {
		width: 100%;
	}
}


.gradient-text {
	color:#ffdd8c;
	font-family: Impact;
	font-size: 55px;
	text-shadow: 3px 3px #2a1406;
}
.bg {
	background-color: #C4C4C4;
	color: white;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.centered_text {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 65%;
}
.schedule-table {
	max-width: 600px;
	max-height: 600px;
	overflow: auto;
	text-align: Center;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
}
.schedule-table .footable,
.schedule-table .footable> thead > tr > th,
.schedule-table .footable > tbody > tr > td {
	border-color: rgba(245,242,253,0);
	border-left-color: rgba(245,242,253,0);
	border-left-width: 1px;
	border-top-width: 1px;
}
.schedule-table .footable > thead > tr > th {
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-width: 0px;
	padding: 6px;
	text-align: Center;
	padding: 6px 74px;
}
.schedule-table .footable {
	border-radius: 6px;
	border-top-width: 0px;
	border-right: none;
	border-left: none;
	border-color: #180904;
	border-collapse: separate;
	border-spacing: 0;
	border-top-style: solid;
	width: 100%;
}
.schedule-table .footable > thead > tr > th,
.schedule-table .footable > thead > tr > td,
.schedule-table .footable > tbody > tr > th,
.schedule-table .footable > tbody > tr > td {
	text-align: center;
}
.schedule-table .footable > thead > tr > th {
	color: #fff;
	background-color: #592e0c;
	background-image: none;
	vertical-align: top;
	text-align: center;
}
.schedule-table .footable > thead > tr > th:first-child {
	border-radius: 6px 0px 0px;
}
.schedule-table .footable > thead > tr > th:last-child {
	border-radius: 0px 6px 0px 0px;
}
.schedule-table .footable > tbody > tr {
	color: #fff;
}
.schedule-table .footable tbody .footableOdd {
	background-color: rgba(145,95,40,.6);
}
.schedule-table .footable tbody .footableEven {
	background-color: rgba(108,65,30,1);
}
.schedule-table .footable > tbody > tr > td {
	border-left-style: solid;
	border-top-style: solid;
	padding: 7px;
	text-align: left;
}
.schedule-table .footable > tbody > tr > td:first-child {
	border-left: 0px;
}