﻿*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus
{
    outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
img
{
    border: none;
}
strong, b
{
    font-weight: 700;
}
em, i
{
    font-weight: 400;
    font-style: italic;
}
textarea, input[type="text"], input[type="button"], input[type="submit"], button
{
    -webkit-appearance: none;
    border-radius: 0;
}
html
{
    font-size: 100%;
}
body
{
    padding: 0;
    margin: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background: #2255a4;
}
.parallax_bg
{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}
.parallax
{
    position: absolute;
    width: 100%;
    height: 150%;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 3;
    background-image: url(../../willbettingde/image/bg_img.png);
}
.wrapper
{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 10;
}
.wrapper:after
{
    content: '';
    display: block;
    clear: both;
}
.left_part
{
    width: 41%;
    float: left;
    position: relative;
    z-index: 10;
}
.right_part
{
    width: 100%;
    position: fixed;
    right: 30px;
    text-align: right;
}
.right_part img
{
    width: auto;
    max-height: 100%;
    position: relative;
    z-index: 10;
}
header
{
    width: 100%;
    padding: 30px 0;
    display: block;
    position: relative;
}
.seal
{
    position: absolute;
    right: 0;
    z-index: 5;
}
h1
{
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-left: -105px;
    margin-top: 50px;
}
h1>span
{
    font-size: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    padding-bottom: 30px;
}
h1>span:nth-child(1)
{
    line-height: 160px;
    background-color: #f93;
    font-size: 140px;
    padding: 0 50px 0 50px;
    margin-bottom: 30px;
}
.get-bonus
{
    display: block;
    width: 375px;
    text-align: center;
}
.get-bonus a
{
    background: #fff;
    color: #2255a4;
    font-size: 2.25rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 1rem 0;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.get-bonus a:hover
{
    background: #009aff;
    color: #fff;
    text-decoration: none;
}
.terms
{
    display: block;
    width: 375px;
    text-align: center;
    font-size: .875rem;
    padding: 20px 0;
}
.terms a
{
    display: block;
    color: #fff;
    text-decoration: underline;
}
.payments
{
    width: 100%;
    display: block;
    clear: both;
}
.payment
{
    width: 133px;
    height: 64px;
    background: url(../../willbettingde/image/logos.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}
.payment:hover
{
    background-position: 0 -64px;
}
.payment_1
{
    background-position: 0 0;
}
.payment_2
{
    background-position: -133px 0;
}
.payment_3
{
    background-position: -266px 0;
}
.payment_4
{
    background-position: -399px 0;
}
.payment_5
{
    background-position: -532px 0;
}
.payment_6
{
    background-position: -665px 0;
}
.payment_7
{
    background-position: -798px 0;
}
.payment_8
{
    background-position: -931px 0;
}
.payment_9
{
    background-position: -1064px 0;
}
.payment_1:hover
{
    background-position: 0 -64px;
}
.payment_2:hover
{
    background-position: -133px -64px;
}
.payment_3:hover
{
    background-position: -266px -64px;
}
.payment_4:hover
{
    background-position: -399px -64px;
}
.payment_5:hover
{
    background-position: -532px -64px;
}
.payment_6:hover
{
    background-position: -665px -64px;
}
.payment_7:hover
{
    background-position: -798px -64px;
}
.payment_8:hover
{
    background-position: -931px -64px;
}
.payment_9:hover
{
    background-position: -1064px -64px;
}/* MOBILE STYLES */
@media only screen and (max-width: 1200px)
{
    .wrapper
    {
        width: 96%;
    }
    html
    {
        font-size: 87.5%;
    }
    .terms
    {
        font-size: 1rem;
    }
    .seal img
    {
        width: 180px;
    }
    h1
    {
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-left: -95px;
    }
    h1>span
    {
        font-size: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        padding-bottom: 30px;
    }
    h1>span:nth-child(1)
    {
        line-height: 140px;
        background-color: #f93;
        font-size: 120px;
        padding: 0 50px 0 50px;
        margin-bottom: 30px;
    }
    .right_part
    {
        width: 100%;
        position: fixed;
        right: 130px;
        text-align: right;
    }
    .right_part img
    {
        width: auto;
        max-height: 100%;
        position: relative;
        z-index: 10;
    }
    .parallax_bg
    {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        z-index: 1;
        position: fixed;
        top: 0;
        left: 100px;
    }
}
@media only screen and (max-width: 1095px)
{
    h1
    {
        margin-left: -50px;
    }
    .right_part
    {
        width: 100%;
        position: fixed;
        right: 250px;
        text-align: right;
    }
}
@media only screen and (max-width: 960px)
{
    h1
    {
        margin-left: -10px;
    }
    .left_part
    {
        width: 38%;
        float: left;
    }
    .get-bonus, .terms
    {
        width: 100%;
    }
    .seal img
    {
        width: 150px;
    }
    .right_part img
    {
        max-height: 900px;
    }
}
@media only screen and (max-width: 795px)
{
    .right_part img
    {
        max-height: 800px;
        right: 100px;
    }
    h1>span
    {
        font-size: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        padding-bottom: 30px;
        margin-left: 10px;
    }
    h1>span:nth-child(1)
    {
        line-height: 100px;
        background-color: #f93;
        font-size: 80px;
        padding: 0 50px 0 50px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 640px)
{
    .left_part
    {
        width: 100%;
        float: right;
        text-align: center;
    }
    .right_part
    {
        width: 100%;
        float: left;
        position: relative;
    }
    .parallax_bg
    {
        position: absolute;
        left: 270px;
    }
    .parallax
    {
        background-image: url(../../willbettingde/image/bg_img_mobile.png);
        width: 100%;
    }
    .seal
    {
        top: 5rem;
    }
    .seal img
    {
        width: 100px;
    }
    .payments
    {
        text-align: center;
    }
    .payment
    {
        float: none;
        display: inline-block;
    }
    .right_part img
    {
        max-height: 700px;
        right: 220px;
    }
    h1>span
    {
        font-size: 50px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        padding-bottom: 30px;
    }
    h1>span:nth-child(1)
    {
        line-height: 120px;
        background-color: #f93;
        font-size: 100px;
        padding: 0 50px 0 50px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 580px)
{
    .parallax_bg
    {
        position: absolute;
        left: 270px;
        width: 600px;
    }
}