﻿body, html
{
    font-family: "Open Sans","Helvetica Neue",sans-serif;
    font-size: 1.1vw;
    background-color: #111!important;
}
body.overflow-hidden
{
    overflow: hidden;
}
img
{
    max-width: 100%;
}
ul
{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}/* TEXT / FONT STYLES	*/
a:link, a:hover, a:focus
{
    text-decoration: none;
}
h1
{
    margin: 2% 0;
    color: #ccc;
    font-size: 1.6vw;
    font-weight: 300;
    line-height: 112%;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}
h2
{
    color: #f9f9f9;
    font-size: 3.5vw;
    margin: 0;
    font-weight: 300;
    text-transform: none;
    line-height: 112%;
}
h3
{
    color: #f9f9f9;
    font-size: 1.9vw;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 112%;
    letter-spacing: 1.5px;
    margin-bottom: 3%;
}
p, span, a, li
{
    font-family: 'Open Sans',sans-serif;
}
p, li
{
    color: #b9b9b9;
    font-size: 1.1vw;
    line-height: 160%;
    font-weight: 300;
}/* RG Topbar *-------------------------------*/
.rg-topbar.no, .rg-space.no
{
    display: none;
}
.rg-topbar
{
    position: fixed;
    top: 0;
    left: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    z-index: 100000;
}
.rg-space
{
    height: 30px;
}
.rg-topbar a img
{
    height: 100%;
    padding: 4px;
    display: inline;
}
.rg-logos
{
    margin: 0 auto;
    display: inline-block;
    width: 60%;
    text-align: center;
    padding-left: 60px;
}
.timestamp
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.timecode
{
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    margin-left: 5px;
    opacity: .5;
    color: #333;
}
.clock
{
    box-sizing: content-box;
    display: inline-block;
    height: .7em;
    width: .7em;
}/* -------------------
	Navbar
----------------------*/
.site-header
{
    background-color: #202020;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #e09e75;
    padding: .7% 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.4vw;
}
.logotype
{
    width: 14%;
}
.logotype img
{
    width: 100%;
    margin-bottom: -1%;
}/* Nav Buttons -------------------------- */
.nav-buttons
{
    width: 80%;
    text-align: right;
}
.nav-button
{
    -webkit-box-align: center;
    align-items: center;
    height: auto;
    font-size: .9vw;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
    box-sizing: border-box;
    display: -webkit-inline-box;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    background: #dc0a35;
    text-decoration: none;
    transition: all .5s ease 0s;
    overflow: hidden;
    padding: 0 16px;
    color: #b9b9b9;
    font-family: "Open Sans","Helvetica Neue",sans-serif;
    height: 2.5vw;
    display: inline-block;
    line-height: 2.5vw;
    border-radius: 4px;
    padding: 0 16px;
    font-weight: 600;
    font-family: "Open Sans","Helvetica Neue",sans-serif;
}
.reg-button
{
    background-color: #a1f1f8;
    color: #303030;
}
.login-button
{
    background-color: #bbb;
    color: #303030;
}/* -------------------
	Nav Menu
----------------------*/
.nav-menu
{
    background-color: #202020;
    border-bottom: 1px solid #404040;
    display: flex;
    padding: 0 2.5%;
}
.nav-menu a
{
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bbb;
    text-decoration: none;
    font-weight: 400;
    font-size: .95vw;
}
.nav-menu a.active
{
    background: #404040;
    color: #f5f5f5;
}/* -------------------
	Hero Banner / Main Offer	
----------------------*/
.hero-image
{
    padding: 5% 0;
    background-image: url(../../willbetgambling/image/1-background.jpg);
    background-size: cover;
}
.main-offer
{
    text-align: left;
    width: 45%;
    margin-left: 10%;
}
#cta-terms
{
    font-size: .85vw;
    line-height: 120%;
    color: #fff;
    display: block;
    margin-top: 3%;
    width: 55%;
}
#cta-terms a
{
    color: #fff;
}
#cta-terms a:hover
{
    color: #fff;
}/* BUTTON ---------------------------------------- */
.btn
{
    border-radius: 4px;
    background-color: #b3eff6;
    padding: 1vw 2vw;
    transition: all .35s;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    margin-top: 4%;
    color: #202020;
    font-size: 1vw;
    font-weight: 600;
}
.btn:hover
{
    background-color: #d3f4f8;
    box-shadow: 0 0 20px 5.5px rgba(193,234,239,.23);
}/* -------------------
	Payments
----------------------*/
.payments-ribbon
{
    background-color: #111;
}
.payments-ribbon img
{
    width: 40%;
    display: block;
    margin: 0 auto;
    padding: 1.5%;
    filter: grayscale(.1);
}/* ---------------------------
	USP List Section
------------------------------*/
.usp
{
    background-image: url('../../willbetgambling/image/image-2.jpg');
    background-size: cover;
    width: 100%;
    padding: 4% 2%;
}
.usp-container
{
    max-width: 700px;
    width: 60%;
    padding: 4% 2%;
    background: rgba(17,17,17,.9);
    margin: 0 auto;
    text-align: center;
    border: 1px solid #e09d75;
}
.usp-container p, .usp-container li
{
    line-height: 200%;
}
.usp li
{
    list-style-type: none;
}
.usp li::before
{
    content: "•";
    color: #e09d75;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}/* -------------------
	Customer Reviews
----------------------*/
.customer-reviews h2
{
    margin-bottom: 100px;
}
.customer-reviews
{
    padding: 3.5% 0;
    border-left: 7em solid #202020;
    border-right: 7em solid #202020;
    background-color: #111;
    text-align: center;
}
.review-wrapper
{
    max-width: 880px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    margin-top: 5%;
}
.review
{
    background-color: #3c3c3c;
    padding: 4%;
    text-align: center;
    border-radius: 0 0 5px 5px;
    width: 33.33%;
    margin: 1%;
}
.review .img
{
    margin-bottom: 4%;
    margin-top: -86px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.review .content p
{
    color: #fff;
    font-weight: 300;
    font-size: 1em;
}
.review .content p.customer
{
    color: #e09d75;
    font-weight: 600;
    margin: 0;
    font-size: .8em;
    line-height: 170%;
    margin-bottom: 6%;
}/* Review Disclaimer text */
.review-disclaimer
{
    font-style: italic;
    width: 80%;
    padding-top: 2%;
    margin: 0 auto;
    opacity: .7;
    font-size: .75vw;
    text-align: center;
}/* Stars */
.stars-rating
{
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4%;
    display: none;
}
.stars-rating img
{
    width: 20px;
}
.stars-rating.yes
{
    display: inline-block;
}/* ---------------------------
	Responsible Gaming
------------------------------*/
.responsible-gaming
{
    padding: 3.5% 0;
    border-left: 7em solid #4c3628;
    border-right: 7em solid #4c3628;
    background-color: #1e1610;
    text-align: center;
}
.responsible-gaming-wrapper
{
    max-width: 880px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    margin-top: 5%;
}
.rg-info
{
    width: 33%;
}
.rg-info .content h4
{
    font-size: 1.1vw;
    font-weight: 500;
    color: #e09d75;
    margin-bottom: 10px;
}
.rg-info .content p
{
    font-size: 1vw;
    padding: 0 5%;
}
.rg-info .img
{
    margin-bottom: 6%;
    max-width: 50%;
    margin: 0 auto 6% auto;
}/* ---------------------------
	Games
------------------------------*/
.popular-games
{
    padding: 3.5% 0;
    background: #202020;
    text-align: center;
}
.games-wrapper
{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}
.games
{
    width: 18%;
    margin: 0 .6%;
    position: relative;
    margin-bottom: 2%;
}
.games .content p
{
    font-size: .85vw;
    text-align: center;
    color: #b9b9b9;
    margin-top: 3%;
    margin-bottom: 0;
    font-weight: 600;
}
.games .content .img
{
    overflow: hidden;
}
.games .content .img img
{
    object-fit: cover;
    object-position: center;
    width: 100%;
    filter: grayscale(.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    vertical-align: bottom;
}
.games .content .img:hover img
{
    filter: grayscale(0);
}/* Game info badge -------------------------------*/
.game-info-badge
{
    position: absolute;
    padding: 0 8px;
    color: #f5f5f5;
    font-size: 12px;
    font-weight: 400;
    background: rgba(48,48,48,.7);
    top: 0;
    left: 0;
    text-transform: capitalize;
    z-index: 1;
}/* ---------------------------
	Get Started Section
------------------------------*/
.get-started
{
    background-image: url('../../willbetgambling/image/image-3.jpg');
    background-size: cover;
    background-position: 62%;
    width: 100%;
    padding: 3.5% 10%;
    text-align: center;
}
.get-started .btn
{
    margin-top: 3%;
}/* ---------------------------
		Footer Style
------------------------------
/* TERMS -------------------------------------------- */
#termsno
{
    display: none;
}/*#terms {
	padding:1.5% 0;
    border-bottom: 1px solid #2b2b2b;
    background-color: #202020;
    color: #616161;
    font-size: 0.9em;
}*/
.terms-container
{
    background-color: #202020;
    color: #bbb;
    border: solid 1px #e09e75;
    width: 90%;
    margin: 0 auto;
    padding: 1% 1.5%;
    font-size: .9em;
    position: relative;
}
.collapse
{
    font-family: 'Open Sans',sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    color: #e09e75;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: .9em;
    letter-spacing: 1.1px;
}
.collapse-content
{
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
}
.collapse p
{
    float: left;
}
.expand-terms-icon
{
    position: absolute;
    right: 2.1vw;
    top: 0;
    cursor: pointer;
    transition: all .2s;
}
.rotate-x
{
    transform: rotate(45deg) scale(1.2);
    transition: all .2s;
}
#expand-icon
{
    font-size: 2.3em;
    color: #e09e75;
    font-weight: 200;
}/* FOOTER -------------------------------------------- */
footer
{
    background-color: #202020;
    color: #616161;
    font-size: .9em;
}
footer p, footer a
{
    font-size: .9vw;
    color: #bbb;
}
.footer-row
{
    border-bottom: 1px solid #2b2b2b;
}/* Responsible gambling - Links *********************/
.responsible-gaming-container
{
    padding: 1.5% 5% .5% 5%;
    overflow: hidden;
}
.responsible-gaming-container img
{
    float: left;
    margin: 0;
    padding-right: .5%;
    height: 28px;
    vertical-align: top;
    margin-right: 5px;
}
.info
{
    float: left;
    width: 32%;
}
.links
{
    float: right;
    width: 60%;
    text-align: right;
}
.links a:hover
{
    text-decoration: underline;
}/* Commission **************************************/
.commission
{
    padding: 1% 5%;
}
.commission img
{
    max-width: 175px;
    display: inline;
}
#commission_img
{
    height: 2vw;
}
.commission img.stodlinjen
{
    width: 10%;
    margin-left: 10px;
    vertical-align: bottom;
}
.commission.nb_no img
{
    width: 6%;
}
.commission span
{
    display: inline-block;
    vertical-align: middle;
    margin-top: .5%;
    margin-left: 1%;
    font-size: .8vw;
}
#commission img.helpline
{
    margin: 0 10px;
    vertical-align: bottom;
    height: 1.6vw;
}/* Logos ******************************************/
.footer-logos
{
    padding: 1% 5%;
    overflow: hidden;
}
.footer-secure
{
    width: 65%;
}
.logos
{
    padding-bottom: 1%;
}
.logos img
{
    height: 45px;
    margin-top: -.2%;
}
.logos.payments img
{
    opacity: .5;
}/* Legal  ******************************************/
.legal
{
    padding: 1% 5% 3% 5%;;
    color: #999;
}
.legal p, .legal a
{
    line-height: 180%;
    font-size: .9em;
    color: #bbb;
}
.legal a
{
    text-decoration: none;
    font-weight: 500;
    color: #e09e75;
}
.legal a:hover
{
    text-decoration: underline;
}/* END OF FOOTER *************************************//* Return to top arrow */
#return-to-top
{
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    background: #2d2d2d;
    width: 3vw;
    height: 3vw;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9999;
}
#return-to-top i
{
    color: #e09e75;
    margin: 0 auto;
    display: table;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#return-to-top:hover
{
    background: #e09e75;
}
#return-to-top:hover i
{
    top: 40%;
    color: #2d2d2d;
}
.terms-container p
{
    font-size: .8vw;
    color: #fff;
}/* LANDSCAPE MOBILE */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape)
{
    .review .img
    {
        margin-bottom: 4%;
        margin-top: -44px;
    }
    .btn
    {
        padding: 2% 3%;
    }
}/* PORTRAIT MOBILE */
@media only screen and (max-width: 812px) and (orientation: portrait)
{
    .terms-container p
    {
        font-size: 2.8vw;
        color: #fff;
    }
    h1
    {
        text-align: center;
        font-size: 4vw;
    }
    h2
    {
        font-size: 9vw;
        text-align: center;
    }
    h3
    {
        font-size: 7vw;
        padding: 0 5%;
        margin-bottom: 7%;
    }
    .rg-info .content h4
    {
        font-size: 4.5vw;
    }
    p, li, .review .content p, .rg-info .content p
    {
        font-size: 3.8vw;
    }/* RG Topbar */
    .rg-logos
    {
        padding-left: 0;
        width: 100%;
    }
    .timecode
    {
        font-size: 12px;
    }
    .clock
    {
        display: inline-block;
        height: .7em;
        width: .7em;
    }
    .nav-menu a
    {
        font-size: 14px;
    }/* Site Header */
    .site-header
    {
        padding: 1% 2.5%;
        height: 12vw;
    }
    .logotype
    {
        margin: 0;
        width: 38%;
    }
    .logotype img
    {
        vertical-align: middle;
        margin-bottom: 0;
    }
    .nav-buttons
    {
        width: 65%;
    }
    .nav-button
    {
        padding: 0 16px;
        font-size: 2.7vw;
        height: 7.5vw;
        line-height: 7.5vw;
        vertical-align: bottom;
    }
    .nav-menu a
    {
        font-size: 14px;
    }/*  Hero Banner / Main Offer */
    .hero-image
    {
        padding: 10% 0 6% 0;
        background-image: url(../../willbetgambling/image/1-mobile-background.jpg);
        background-position: bottom;
    }
    .main-offer
    {
        text-align: center;
        width: 100%;
        margin-left: 0;
        margin-bottom: 55vw;
    }
    #cta-terms
    {
        width: 100%;
        padding: 1% 15%;
        font-size: 2.5vw;
    }/* Button */
    .btn
    {
        font-size: 3vw;
        padding: 2.5vw 4.5vw;
    }/* Payments */
    .payments-ribbon img
    {
        width: 90%;
    }/* USPs */
    .usp
    {
        padding: 6% 2%;
    }
    .usp-container
    {
        width: 90%;
        padding: 8% 2%;
    }/* Customer Reviews */
    .customer-reviews
    {
        padding: 10% 5%;
        border-left: none;
        border-right: none;
    }
    .review-wrapper h2
    {
        margin-bottom: 4%;
    }
    .review-wrapper
    {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .review
    {
        margin: 0 auto;
        margin-top: 24%;
        width: 90%;
    }
    .review .content p.customer
    {
        margin-bottom: 3%;
        font-size: 3vw;
    }
    .review-disclaimer
    {
        width: 80%;
        padding-bottom: 20px;
        font-size: 2.7vw;
    }/*   Responsible Gaming */
    .responsible-gaming
    {
        padding: 10% 5%;
        border-left: none;
        border-right: none;
    }
    .responsible-gaming-wrapper
    {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .rg-info
    {
        margin: 0 auto;
        margin-top: 5%;
        width: 90%;
    }/*   Popular Games */
    .popular-games
    {
        padding: 7.5% 5%;
    }
    .games-wrapper
    {
        width: 95%;
    }
    .games
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 15px;
    }
    .games .content
    {
        margin-bottom: 0%;
        font-size: 14px;
    }
    .games .content p
    {
        font-size: 2.3vw;
    }/* Get Started */
    .get-started
    {
        padding: 8%;
    }
    .get-started .btn
    {
        margin-top: 7%;
    }/* TERMS ------------------- */
    .terms-container
    {
        font-size: 2.9vw;
        padding: 4%;
    }
    .expand-terms-icon
    {
        right: 3vw;
        top: 1.5vw;
    }
    #expand-icon
    {
        font-size: 6vw;
    }/* FOOTER ------------------ */
    footer
    {
        font-size: 2.9vw;
    }
    footer p, footer a
    {
        font-size: 2.9vw;
    }
    .footer-row
    {
        border: none;
    }
    .responsible-gaming-container
    {
        width: 90%;
        margin: 0 auto;
        padding: 4% 0 1% 0;
    }
    .info
    {
        width: 70%;
    }
    .links
    {
        display: none;
    }
    .commission
    {
        width: 90%;
        margin: 0 auto;
        padding: 2% 0 1% 0;
    }
    #commission_img
    {
        height: 8vw;
    }
    #commission img.helpline
    {
        height: 4.6vw;
    }
    .commission span
    {
        margin-top: 3%;
        width: 80%;
        font-size: 2.4vw;
    }
    .footer-secure
    {
        display: none;
    }
    .legal
    {
        width: 90%;
        margin: 0 auto;
        padding: 1% 0 7% 0;
    }
    .legal p, .legal a
    {
        font-size: .9em;
    }
    #return-to-top
    {
        bottom: 5vw;
        right: 4vw;
        width: 10vw;
        height: 10vw;
    }
}