* {
	margin: 0;
	padding: 0;
}
body, html {
	background-color: #0f0f0f;
}
body {
	color: #fff;
	font: normal 20px/1.4em 'Montserrat', Arial, sans-serif;
}
body.fancybox-active {
	overflow-y: hidden !important;
}
p {
	margin-bottom: 30px;
}
a {
	color: #1d9dd8;
}
	a:hover {
		color: #fff;
		text-decoration: none;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 1.2em;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4, .feed-header {
	font-size: 23px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 17px;
}
	h1, h2, h3 {
		font-weight: 600;
	}
	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
		font-weight: 700;
	}
ul, ol {
	margin-bottom: 30px;
}
	ul li, ol li {
		margin-bottom: 5px;
	}
a, button, .button, input, select, textarea, .fab, .far, .watch-button span {
	transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-webkit-transition: all 0.2s ease-out !important;
}
hr {
	max-width: 200px;
	height: 1px;
	margin: 60px auto 0;
	background-color: #fff;
	border: none;
}
img {
	width: auto;
	height: auto;
	transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.clear {
	clear: both;
}
.container {
	max-width: 1440px;
	margin: 0 auto;
}

/* Page */
#page {
	padding: 30px 30px 0;
	text-align: center;
}
.logo-suite-703 {
	height: 90px;
	margin-bottom: 15px;
}
.logo-richard-xxx {
	height: 40px;
}
.redirect {
	margin-top: 45px;
}
.redirect p {
	margin-bottom: 0;
}
#countdown {
	display: block;
	margin: 10px 0 0;
	font-size: 100px;
	font-weight: 600;
	line-height: 1em;
}
.countdown-label {
	display: block;
	font-size: 140%;
}

/* Footer */
footer {
	padding: 15px 0 0;
}
	footer p {
		margin-bottom: 20px;
	}
	footer a {
		color: #fff;
		text-decoration: none;
	}
	footer a:hover {
		color: #1d9dd8;
	}
.copyright {
	font-size: 14px;
}
	.copyright .pipe {
		margin: 0 5px;
	}

/* Responsive */
@media screen and (max-width: 1024px) {
	body {
		font-size: 18px;
	}
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	footer {
		max-width: 700px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 900px) {
	p br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 19px;
	}
	h5 {
		font-size: 17px;
	}
	h6 {
		font-size: 15px;
	}
	p {
		margin-bottom: 20px;
	}
	#page {
		padding: 20px 20px 0;
	}
	.logo-suite-703 {
		height: 60px;
		margin-bottom: 0;
	}
	.logo-richard-xxx {
		height: 30px;
	}
	.redirect {
		margin-top: 30px;
	}
	#countdown {
		font-size: 80px;
	}
	footer .copyright {
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
	.logo-suite-703 {
		height: 50px;
	}
	.logo-richard-xxx {
		height: 25px;
	}
	#countdown {
		font-size: 60px;
	}
}