body{
	font-family: "Open Sans", sans-serif;
	color: #111;
}
a{
	color: #428bca;
}
a:hover{
	color: #0090ff;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Raleway", sans-serif;
}
textarea{
	resize: none;
}
#preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
#preloader:before{
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #428bca;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate-preloader{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.back-to-top{
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
}
.back-to-top i{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #428bca;
	color: #fff;
	transition: all 0.4s;
}
.back-to-top i:hover{
	background: #5697d0;
	color: #fff;
}
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(0,0,0,.3);
}
#header.header-scrolled, #header.header-inner-pages {
	background: rgba(23, 26, 29, 0.8);
}
#header .logo {
	margin: 0;
	padding: 0;
}
#header .logo a {
	color: #fff;
}
#header .logo img {
	max-height: 60px;
}
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu > ul {
	display: flex;
}
.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 28px;
}
.nav-menu a {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
	color: #0090ff;
}
#home-top, #other-top {
	background-image: url(../img/kamikawa-banner.jpg);
	background-color: rgba(34, 39, 43, 0.8);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	color: #FFF;
}
#home-top {
	width: 100%;
	min-height: 100vh;
	background-position: center top;
	padding-top: 150px;
}
#other-top {
	width: 100%;
	height: 300px;
	padding-top: 150px;
	background-position: center;
}
#home-top:before, #other-top:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 13, 14, 0.8);
}
.result{
    padding: 1rem 2rem;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
}
.result .prize{
    font-size: 35px;
}
.winner{
    height: 65px;
}
.winner .number{
    font-size: 30px;
    width: 65px;
    height: 65px;
    padding: 8px;
    line-height: 40px;
}
.runner-up .number{
    font-size: 18px;
    width: 45px;
    height: 45px;
    padding: 8px;
    line-height: 25px;
    color: #1d5fe6;
    background-color: #eee;
    border-color: #aaa #999 #888;
}
.table .number{
    font-size: 15px;
    width: 30px;
    height: 30px;
    padding: 5px;
    line-height: 15px;
}
.number + .number{
    margin-left: 3px;
}
.number{
    border-radius: 50%;
    box-shadow: inset -5px -5px 10px rgba(0,0,0,.5);
    border: 2px solid;
    background-color: #006ad3;
    border-color: #0877cd #0962ba #1f48d4;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.jackpot{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 500;
    margin: 20px 0;
    padding: 8px 15px;
    background: #f59b2a;
    color: #222;
    border-radius: 35px;
}
.context{
	margin-top: -50px;
}
#footer {
	background: #2e3339;
	padding: 0 0 20px 0;
	color: #fff;
	font-size: 14px;
}
#footer .footer-newsletter {
	padding: 50px 0;
	background: #272c30;
}
#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
}
#footer .footer-newsletter form {
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
}
#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px;
	width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: -3px;
	right: -4px;
	bottom: -3px;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px 0 20px;
	margin: 3px;
	background: #428bca;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
}
#footer .footer-newsletter form input[type="submit"]:hover {
	background: #3071a9;
}
#footer .copyright {
	text-align: center;
	padding-top: 20px;
}