.infographic {
	background: url('../images/bg.jpg') no-repeat top center;
	background-size: cover;
}
body {
	overflow-x: hidden;
}
.ecopayz, .venus-point, .iwallet, .mastercard, .img-18, 
.jcb, .gamcare
{ display: inline-block; background: url('../images/payment-logos.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }

.ecopayz { background-position: -0px -0px; width: 123px; height: 29px; }
.venus-point { background-position: -0px -29px; width: 123px; height: 25px; }
.iwallet { background-position: -0px -54px; width: 48px; height: 36px; }
.mastercard { background-position: -48px -54px; width: 46px; height: 34px; }
.img-18 { background-position: -48px -88px; width: 42px; height: 42px; }
.jcb { background-position: -0px -90px; width: 42px; height: 31px; }
.gamcare { background-position: -0px -121px; width: 41px; height: 46px; }

.dark-gray {
	background: #0a0a0a;
	padding: 2em 0 0;
}

.main-body .copy-section {
    align-items: flex-end;
    display: flex;
}

.payment-logo, .footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.payment-logo div {
	margin:0 20px 2em;
}

.yellow {
	color:#e3d08e;
}

.tnc li {
	color: #fff;
}

.hero-copy {
	font-size: 4.5em;
	margin-top: 50px;
}

footer {
	border-top: 3px solid #141414;
	padding: 2em 0;
	background: #020000;
}

.footer-logo {
	margin-bottom:50px;
}

.footer-logo div {
	margin:0 10px;
}

.footer-text p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.main-content {
	margin-top:1.1rem;
}

.login-strip {
	background:url('../images/bg-opacity.png');
	max-width: 315px;
	padding: 0;
    border-left: 1px solid #0096c6;
    border-right: 1px solid #0096c6;
}

.form-title img {
    transform: scale(1.17);
}

.bold-dropshadow {
	font-weight: bolder;
	text-align: center;
	text-shadow: 1px 1px #3e3e3e;
	color: #FFFFFF;
}

.blurb {
	color: #c1cfd4;
	text-align: center;
	font-size: 1em;
	line-height: 1.1em;
}

.center-box {
	text-align: center;
}

h1 {
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
}

.h3, h3 {
    font-size: 1.5em;
}

img {
	max-width: 100%;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.input-lg {
	height: 40px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1;
    border-radius: 6px;
}

.steps-container {
	background: #9b0000;
	padding: 1.7em 0;
}

.steps-container h1 {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    width: 100px;
    height: 100px;
    color: #9b0000;
    font-size: 4.5em;
    padding-top: 2px;
	margin: 0 20px 0 0;
}

.steps {
    display: flex;
	align-items: center;
}

.steps-desc h2 {
	color:#e3d08e;
	font-weight: normal;
	font-size: 2.5em;
	margin:0;
	line-height: 35px;
}

.steps-desc p {
	color: #fff;
	font-size: 20px;
	margin:0;
	line-height: 20px;
}

label {
	margin-bottom:5px;
}

.form-group {
    margin-bottom: 0.7em;
}

.hide {
    display: none!important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	margin-top: -5px !important;
}

aside > h2 {
	font-size: 1.5em;
	color:#fff;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

aside h1 {
	margin:0;
	color: #e3d08e;
	display: block;
	line-height: 45px;
}

h1.lg-txt {
    font-size: 4em;
}

h1.md-txt {
    font-size: 1.8em;
}

.logo-center {
	display: block;
	margin: 35px auto 45px;
    max-width: 270px;
}

.login-form {
	width: 84%;
	margin: 0 auto;
	padding: 5px 0;
	margin-top: 45px;
}

.reactoonz {
    max-width: 660px;
}

.login-text {
	color: #FFFFFF;
	font-size: 1.2em;
}

.tnc {
	color: #c1cfd4;
}

label.error {
	margin: 0 2px;
	color: red;
	font-style: italic;
	padding-left:0;
	margin-right:5px;
}

.t-center {
	text-align: center;
}

.reg-btn {
	width: 100%;
    background: #9b0000;
    border: 1px solid #9b0000;
    color: white !important;
    padding: 15px 0 17px;
    font-weight: bold !important;
    font-size: 1.5em;
    height: auto;
	line-height: 25px;
	margin-top: 10px;
}

.reg-btn:hover, .reg-btn:active, .reg-btn:focus , .reg-btn:visited {
	background: none; /* Old browsers */
	color: #9b0000 !important;
}

.reg-btn-inactive, .reg-btn-inactive:hover, .reg-btn-inactive:active, .reg-btn-inactive:focus, .reg-btn-inactive:visited {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7a219+0,cc5504+100 */
	background: #a9a9a9; /* Old browsers */
	border: 1px solid #a9a9a9;
	color: white !important;
	padding: 8px 0;
	font-weight: bold !important;
	font-size: 1.5em;
	height:auto;
}

.tnc-link {
	color: #fff98d;
}

.tnc-link:hover, .tnc-link:active, .tnc-link:focus, .tnc-link:visited {
	color: #fff98d;
	text-decoration: underline;
}

a, a:hover {
    text-decoration: none;
}

.steps {
    margin-top:40px;
}

.steps img {
    max-width: 284px;
    width: 100%;
}

.cta, .cta:visited, .cta:hover, .cta:focus {
    background: rgb(113,13,13);
    background: linear-gradient(0deg, rgba(113,13,13,1) 0%, rgba(255,0,0,1) 100%);
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    border: 1px solid #0096c6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 50px;
    margin: 40px auto 0;
    display: block;
    outline: none;
    cursor: pointer;
}

.cta:active {
    background: rgb(113,13,13);
    background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(113,13,13,1) 100%);
    outline: none;
}

/** promotions **/

.promotions {
	background: url(../images/pattern.png) repeat;
	background-color: #3a0202;
	color:#FFF;
	padding: 70px 0;
}

.promo-img {
    width: 100%;
    max-width: 283px;
}

.promo-box {
	text-align: center;
}

.promotions h6 {
    margin-top: 5px;
}

.top-games {
    margin-top: 0 !important;
}

/* modal */


.modal-content {
	background-color: #075478;
	border-radius: 0;
}

button.close, button.close:hover {
	color: #FFFFFF;
	opacity: 1;
}

.modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
    /* must be half of the width, minus scrollbar on the left (30px) */
    color: #c1cfd4;
}

.modal-dialog {
  width: 60%;
}

.modal-backdrop
{
    opacity:0.9 !important;
}

.modal-body h1 {
	text-align: left;
	color: #ff3db0;
}

.modal-header {
	background-color: #166180;
	border:none;
}

.modal-header > h1 {
	color: #FFFFFF;
}

.justify-center {
	justify-content: center;
}

/* media queries custom styles */
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	.login-strip {
		padding-bottom: 30px;
	}

	.modal-dialog {
	  width: 85%;
	  margin: 0 auto;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.login-strip {
		padding-bottom: 30px;
	}
	.modal-dialog {
	  width: 85%;
	  margin: 0 auto;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.login-strip {
		padding-bottom: 30px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.logo-center {
		width: 100%;
	}
	.login-strip {
		padding-bottom: 30px;
    }
    .container {
        max-width: 1000px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.logo-center {
		width: 100%;
    }
    .container {
        max-width: 1140px;
    }

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media (max-width : 991px) {
	.steps-container .col-md-12 {
		margin-bottom: 20px;
	}
	.steps {
		justify-content: left;
		max-width: 360px !important;
		margin: 0 auto;
	}
	.steps-container .container {
		max-width: 100%;
	}
	.login-strip {
		margin: 0 auto;
        max-width: 450px;
        border-bottom: 1px solid #0096c6;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
	}
	.container {
		max-width: 960px;
	}
	.logo-center {
		display: block;
		margin: 25px auto;
		max-width: 220px;
    }
    .main-body {
        flex-direction: column-reverse;
    }
    .reactoonz {
        width: 100%;
        margin: 0 auto;
    }
    .logo-center {
        margin-bottom: 40px;
    }
    .login-form {
        margin-top: 35px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.promo-img {
		margin: 15px auto;
    }
    .login-strip {
        max-width: 420px;
    }
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .login-strip {
        max-width: 300px;
    }
    .login-form {
        margin-top: 25px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .login-strip {
        max-width: 270px;
    }
}

