﻿/*
Theme Name: LuckyLouis
Theme URI: http://www.luckylouis.com/
Author: the LuckyLouis team
Author URI: http://www.luckylouis.com/
Version: 2.0
Text Domain: LuckyLouis
*//** General Stlyes **/
body:active, body:focus, body .btn:active, body .btn:focus
{
    outline: none;
    outline-offset: 0;
}
.inline-top, .inline-top li
{
    display: inline-block;
    vertical-align: top;
}
.inline-middle, ul.inline-navigation li
{
    display: inline-block;
    vertical-align: middle;
}
.inline-bottom
{
    display: inline-block;
    vertical-align: bottom;
}/*.verticle-align{
    vertical-align: middle;
    display: inline-block;
    float: none;
}*/
body ol, body ul
{
    margin: 0;
    padding: 0;
}
.align-left
{
    text-align: left;
}
.align-right
{
    text-align: right;
}/** EOF General Stlyes **//** Buttons Style **/
body .btn
{
    font-family: 'museo_sans900','museo_sans_cyrl900';
    text-transform: uppercase;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn.btn-yellow
{
    color: #fff;
    background-color: #ffd71f;
    border: 0 none;
    box-shadow: none;
}
.btn.inverse-btn
{
    font-family: inherit;
    text-transform: inherit;
    background: none;
    border: 2px solid rgba(51,51,51,1);
    color: #333;
    font-weight: bold;
    padding: 6px 20px;
}
.btn.inverse-btn:hover, .btn.inverse-btn:focus
{
    background: #1d54a6;
    border: 2px solid rgba(29,84,166,1);
    color: #fff;
}
.btn.btn-white.inverse-btn
{
    font-family: 'museo_sans700','museo_sans_cyrl700','museo_sans';
    text-transform: inherit;
    background: none;
    border: 2px solid rgba(255,255,255,1);
    color: #fff;
    font-weight: bold;
}
.btn.btn-white.inverse-btn:hover, .btn.btn-white.inverse-btn:focus
{
    background: #fff;
    border: 2px solid rgba(255,255,255,1);
    color: #1d54a6;
}
.btn.btn-light-blue.inverse-btn
{
    font-family: 'museo_sans700','museo_sans_cyrl700','museo_sans';
    text-transform: inherit;
    background: none;
    border: 2px solid rgba(172,185,229,1);
    color: #acb9e5;
    font-weight: bold;
}
.btn.btn-light-blue.inverse-btn:hover, .btn.btn-light-blue.inverse-btn:focus
{
    background: #fff;
    border: 2px solid rgba(255,255,255,1);
    color: #1d54a6;
}
.btn.btn-red
{
    background: #e0241c;
    color: #fff;
}
.btn.btn-white
{
    background: #fff;
    color: #1d54a6;
}
.btn.btn-red:hover, .btn.btn-red:active, .btn.btn-red:focus
{
    background: #fa251e;
    color: #fff;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus
{
    background: #fff;
    color: #1d54a6;
}
.btn.btn-large
{
    font-size: 2.142857142857143em;
    padding: 13px 35px;
    position: relative;
    overflow: hidden;
    outline: none;
}/** EOF Buttons Style **/
.section
{
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    display: table;
    width: 100%;
}
#top-section.section
{
    display: block;
}
.site-wrapper-inner
{
    vertical-align: middle;
    display: table-cell;
}
.winners-section .row, .mobile-section .row
{
    display: flex;
    align-items: center;
}
.blue-pattern
{
    background: url(../../willbettingde/image/blue-pattern.jpg) repeat top left #1d54a6;
}
.blue-section
{
    background: url(../../willbettingde/image/blue-background.jpg) no-repeat top center #1d54a6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.grey-pattern
{
    background: url(../../willbettingde/image/grey-pattern.jpg) repeat top left #e5e5e5;
}
.grey-section
{
    background: url(../../willbettingde/image/grey-background.jpg) no-repeat top center #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header
{
    padding: 10px 0 20px 15px;
    position: relative;
    z-index: 1;
}
.header .logo img
{
    max-width: 100%;
}
@media(min-width: 1200px)
{
    .header .logo img
    {
        max-width: 65%;
    }
}
@media(min-width: 1600px)
{
    .header .logo img
    {
        max-width: 50%;
    }
}
.mobile-portrait
{
    display: block;
}
.mobile-landscape
{
    display: none;
}
.header .top-navigation
{
    padding: 15px 0;
    font-size: .9285714285714286em;
}
.header .top-navigation a
{
    color: #fff;
    font-family: inherit;
    text-transform: none;
}
body .navigation-triger
{
    margin: 0;
    padding: 15px;
}
body .navigation-triger a
{
    color: #fff;
}
body button:focus
{
    outline: none;
}
body .hamburger-box
{
    width: 25px;
}
body .hamburger
{
    padding: 0;
    vertical-align: text-top;
}
body .hamburger-inner
{
    margin-top: 0;
}
body .hamburger-inner:before
{
    top: -8px;
}
body .hamburger-inner:after
{
    bottom: -8px;
}
body .hamburger-inner, body .hamburger-inner:after, body .hamburger-inner:before
{
    background: #fff;
    width: 25px;
}/*.header .navigation-triger a .fa {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.mm-opening .header .navigation-triger a .fa,.mm-opening .fa-navicon:before,.mm-opening .fa-reorder:before,.mm-opening .fa-bars:before {
    content: "\f00d";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}*/
.hero
{
    padding: 65px 0 0 0;
}
.hero .buttons
{
    margin: 75px auto;
    text-align: center;
}/*.hero .animated-button .btn{
    position: relative;
    height: 70px;
    min-width: 250px;
    overflow: hidden;
}

.hero .animated-button .animated{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    line-height: 2.2em;
}

.hero .animated-button .animated:hover{
    color: #ffffff;
}*/
.hero .animated-button a:hover
{
    cursor: pointer;
}
.hero .animated-button a
{
    outline: none;
    position: relative;
    padding: 15px 35px;
    overflow: hidden;
}/*button:before (attr data-hover)*/
.hero .animated-button a:hover:before
{
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.hero .animated-button a:before
{
    content: attr(data-hover);
    position: absolute;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}/*button div (button text before hover)*/
.hero .animated-button a:hover span
{
    opacity: 0;
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
}
.hero .animated-button a span
{
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}/*.hero .btn span {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.hero .btn:before,
.hero .btn:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .2s, opacity .2s;
    -moz-transition: .2s, opacity .2s;
    -o-transition: .2s, opacity .2s;
    transition: .2s, opacity .2s;
    -webkit-transform: translate(0, 150%);
    -moz-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    -o-transform: translate(0, 150%);
    transform: translate(0, 150%);
}

.hero .btn:before {
    content: attr(data-hover);
    -webkit-transform: translate(0, 150%);
    -moz-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    -o-transform: translate(0, 150%);
    transform: translate(0, 150%);
}

.hero .btn:hover span {
    opacity: 0;
    -webkit-transform: translate(0, -150%);
    -moz-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
}

.hero .btn:hover:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}*/
.hero p
{
    font-family: 'museo_sans500';
    text-transform: uppercase;
    color: #bed4ed;
    margin: 0;
}
.hero p a
{
    color: #bed4ed;
    text-decoration: underline;
}
.hero p.offer-terms
{
    text-transform: none;
}
.hero h1
{
    font-family: 'museo_sans100';/*font-size: 6.071428571428571em; Change to Super Spins */
    font-size: 5.357142857142857em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em;
}
.hero h1 a
{
    color: #fff;
    text-decoration: none;
}
.hero h1 span
{
    display: block;
    font-family: 'museo_sans900','museo_sans_cyrl900';
    color: #ffd71f;
    text-shadow: 0 2px 1px rgba(0,0,0,.4);
}
.hero h1 a span
{
    color: #ffd71f;
}
.hero p.second-offer
{
    font-size: 1.4285714285714286em;
}
.hero .offer-separator
{
    display: block;
    height: 3px;
    width: 20%;
    margin: 20px 0;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: .7;
}
.hero .buttons p
{
    font-style: italic;
    text-transform: inherit;
    padding: 10px 0;
}
.blue-25
{
    background: url(../../willbettingde/image/blue-transparent-background-25.png) repeat top left;
}
.black-25
{
    background: url(../../willbettingde/image/transparent-background-25.png) repeat top left;
}
.blue-50
{
    background: url(../../willbettingde/image/blue-transparent-background-50.png) repeat top left;
}
.blue-75
{
    background: url(../../willbettingde/image/blue-transparent-background-75.png) repeat top left;
}
.blue-90
{
    background: url(../../willbettingde/image/blue-transparent-background-90.png) repeat top left;
}
.video-preview
{
    width: 310px;
    height: 175px;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.5);
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.video-overlay
{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1;
    padding: 35px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.25);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.video-preview .video-overlay img
{
    max-width: 30%;
}
.video-preview .video-overlay span
{
    display: block;
    font-family: 'museo_sans500';
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.video-preview .figure
{
    position: relative;
}
.video-preview .figure iframe
{
    position: absolute;
    top: -3px;
}
.modal .custom-column
{
    padding: 0;
    margin: 0;
}
.no-padding
{
    padding: 0 0 0 15px;
}
.clock .dots
{
    opacity: 1;
}
.benfits
{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.benfits-wrapper
{
    text-align: center;
    font-family: 'museo_sans500';
    background: #18468c;
    padding: 15px 0;
}
.benfits ul li
{
    display: inline-block;
    vertical-align: middle;
    color: #256dd9;
    text-transform: uppercase;
    padding: 0 15px 0 0;
}
.benfits ul li:after
{
    content: "";
    padding: 0 0 0 15px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1c53a6;
}
.benfits ul li.last:after
{
    display: none;
}
.scroll-btn
{
    text-align: center;
    margin: 0 0 10px 0;
}
.scroll-btn a
{
    text-decoration: none;
}
.scroll-btn .scroll-label
{
    color: #fff;
    font-family: 'museo_sans500';
    text-transform: uppercase;
    font-size: .9285714285714286em;
    vertical-align: middle;
    padding: 0 0 0 5px;
}
.scroll-btn .icon
{
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 14px;
    height: 20px;
    position: relative;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    top: -4px;
}
.scroll-btn .fa
{
    position: absolute;
    font-size: .6428571428571429em;
}
.scroll-btn .fa:nth-child(1)
{
    top: 0;
    opacity: 0;
    -webkit-animation: arrowone 1s infinite cubic-bezier(.5,-.8,.5,1.8);
    animation: arrowone 1s infinite cubic-bezier(.5,-.8,.5,1.8);
}
.scroll-btn .fa:nth-child(2)
{
    top: 8px;
    -webkit-animation: arrowtwo 1s infinite cubic-bezier(.47,0,.745,.715);
    animation: arrowtwo 1s infinite cubic-bezier(.47,0,.745,.715);
}
.scroll-btn .fa:nth-child(3)
{
    top: 10px;
    -webkit-animation: arrowthree 1s infinite cubic-bezier(.47,0,.745,.715);
    animation: arrowthree 1s infinite cubic-bezier(.47,0,.745,.715);
}
@-webkit-keyframes arrowone
{
    0%, 10%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    100%, 58%
    {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
        opacity: 1;
    }
}
@keyframes arrowone
{
    0%, 10%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    100%, 58%
    {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
        opacity: 1;
    }
}
@-webkit-keyframes arrowtwo
{
    0%, 5%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100%, 37%
    {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 1;
    }
}
@keyframes arrowtwo
{
    0%, 5%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100%, 37%
    {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 1;
    }
}
@-webkit-keyframes arrowthree
{
    0%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100%, 32%
    {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}
@keyframes arrowthree
{
    0%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100%, 32%
    {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}
.games-section
{/* background: url(../../willbettingde/image/games-background.jpg) repeat-x top center #e5e5e5; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.index.only-gb .games-section
{
    background: url(../../willbettingde/image/games-background-uk.jpg) repeat-x top center #e5e5e5;
}
.index.except-gb .games-section
{
    background: url(../../willbettingde/image/games-background.jpg) repeat-x top center #e5e5e5;
}
.index-one.only-gb .games-section
{
    background: url(../../willbettingde/image/games-background-uk.jpg) repeat-x top center #e5e5e5;
}
.index-one.except-gb .games-section
{
    background: url(../../willbettingde/image/games-background.jpg) repeat-x top center #e5e5e5;
}
.anmiated-games-section
{
    background: url(../../willbettingde/image/games-frames.png) repeat-x top center #e5e5e5;
}
.index-one.only-gb .anmiated-games-section
{
    background: url(../../willbettingde/image/games-frames-uk.png) repeat-x top center #e5e5e5;
}
.anmiated-games-section
{
    -webkit-animation: anmiated-games-section 10s infinite linear;
    -moz-animation: anmiated-games-section 10s infinite linear;
    -ms-animation: anmiated-games-section 10s infinite linear;
    -o-animation: anmiated-games-section 10s infinite linear;
    animation: anmiated-games-section 10s infinite linear;
}
@keyframes anmiated-games-section
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: -100% 0;
    }
}
@-moz-keyframes anmiated-games-section
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: -100% 0;
    }
}
@-webkit-keyframes anmiated-games-section
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: -100% 0;
    }
}
@-ms-keyframes anmiated-games-section
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: -100% 0;
    }
}
@-o-keyframes anmiated-games-section{0%{background-position:0 0;}100%{background-position:-100% 0;}}
.games-section .sitting-character
{
    padding: 30px 0 0 0;
    position: relative;
    z-index: 2;
}
.games-section .games-content
{
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 20px 0 0 0;
}
.games-section .games-content h2
{
    font-size: 2.857142857142857em;
    color: #333;
    font-family: 'museo_sans900','museo_sans_cyrl900';
    text-transform: uppercase;
}
.games-section .games-content p
{
    font-size: 1.1428571428571428em;
    color: #666;
    font-family: 'museo_sans300';
}
.games-section .games-content .buttons
{
    margin: 30px 0 0 0;
}
.games-section .games-content .buttons p
{
    font-size: 1em;
    text-transform: uppercase;
    font-size: .7857142857142857em;
    margin: 10px 0 0 0;
}
.games-content .btn
{
    font-size: 1.7142857142857142em;
    padding: 13px 30px;
    position: relative;
    overflow: hidden;
    outline: none;
}
.winners-section
{
    overflow: hidden;
}
.home .winners-section .container, .page-template-index-english-version .winners-section .container, .index-landing-page .winners-section .container, .index-one .winners-section .container
{
    width: 100%;
}
.winners-section .winner-character
{
    text-align: right;
}
.winners-section .custom-column
{
    text-align: right;
}
.winners-section .jackpot-content
{
    text-align: center;
}
.winners-section .jackpot-content h2
{
    font-family: 'museo_sans300';
    font-size: 2.857142857142857em;
    text-transform: uppercase;
    color: #fff;
}
.decorated
{
    overflow: hidden;
    text-align: center;
}
.decorated>span
{
    position: relative;
    display: inline-block;
}
.decorated>span:before, .decorated>span:after
{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: solid 2px rgba(255,255,255,.5);
    width: 591px;/* half of limiter*/
    margin: 0 20px;
}
.decorated>span:before
{
    right: 100%;
}
.decorated>span:after
{
    left: 100%;
}
.winners-section .jackpot-content .jackpot-counter
{
    font-family: 'museo_sans900','museo_sans_cyrl900';
    font-size: 5.714285714285714em;
    text-shadow: 0 2px 1px rgba(0,0,0,.1);
    color: #ffd71f;
    width: 100%;
}
.winners-section .latets-winners-feed-wrapper
{
    padding: 0 15%;
}
.winners-section .winner-character .row
{
    margin: 0;
}
.winners-section .winner-character img
{
    max-width: 100%;
    padding: 5% 0;
}
.winners-section .latets-winners-feed
{
    margin: 40px 0 0 0;
}
.winners-section .latets-winners-feed h3
{
    font-family: 'museo_sans900','museo_sans_cyrl900';
    font-size: 1.5714285714285714em;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px 0;
}
.winners-section .latets-winners-feed ul li
{
    text-align: left;
    margin: 0 0 20px 0;
}
.winners-section .latets-winners-feed ul li .row, .winners-section .latets-winners-feed-wrapper .row
{
    display: inherit;
}
.winners-section .latets-winners-feed .winning-game img
{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 5px rgba(255,255,255,.5);
    max-width: 100%;
}
.winners-section .latets-winners-feed .winner-information
{
    padding: 22px 0;
    text-align: left;
}
.winners-section .latets-winners-feed .winner-information h5
{
    font-family: 'museo_sans300';
    font-size: 1.5714285714285714em;
    margin: 0 0 3px 0;
    line-height: normal;
    color: #fff;
}
.winners-section .latets-winners-feed .winner-information h6
{
    font-family: 'museo_sans900','museo_sans_cyrl900';
    font-size: .8571428571428571em;
    margin: 0;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
}
.winners-section .latets-winners-feed .winning-amount
{
    font-family: 'museo_sans900','museo_sans_cyrl900';
    font-size: 1.7142857142857142em;
    margin: 0;
    line-height: normal;
    color: #fff;
    padding: 25px 0;
    text-align: right;
}/*.mobile-section .mobile-section-wrapper{
    padding: 30% 0;
}*/
.mobile-section .mobile-character img
{
    max-width: 100%;
    padding: 5% 0;
}
.mobile-section .mobile-content
{
    padding: 0 15%;
}
.mobile-section .mobile-content h2
{
    font-size: 2.857142857142857em;
    color: #333;
    font-family: 'museo_sans900','museo_sans_cyrl900';
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.mobile-section .mobile-content p
{
    font-size: 1.1428571428571428em;
    color: #666;
    font-family: 'museo_sans300';
}
.mobile-section .mobile-content .buttons p
{
    font-size: 1em;
    text-transform: uppercase;
    font-size: .7857142857142857em;
    margin: 10px 0 0 0;
}
.mobile-section .btn
{
    font-size: 1.7142857142857142em;
    padding: 13px 30px;
    margin: 60px 0 0 0;
    position: relative;
    overflow: hidden;
    outline: none;
}
.mobile-section .container
{
    width: 100%;
}
.mobile-section .tooltip
{
    font-family: 'museo_sans300';
}
.mobile-section .tooltip-inner
{
    background: #1d54a6;
}
.mobile-section .tooltip.top .tooltip-arrow
{
    border-top-color: #1d54a6;
}
.mobile-section .btn-app
{
    background: #cfcfcf;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0;
}
.mobile-section .separator
{
    margin: 0 6px;
}
.mobile-section .btn-app span
{
    display: block;
    line-height: 0;
}
.footer-section .language-selction
{
    margin: 20px 0 0 0;
}
.footer-section .language-selction .dropdown-menu
{
    left: auto;
    right: 0;
}
.footer
{
    padding: 80px 0;
}
.section.footer-section
{
    min-height: 100%;
}
.footer .payments-top-list ul li
{
    margin: 0 20px 0 0;
}
.footer .trust-icons ul li
{
    margin: 0 0 0 20px;
}
.footer .license-logos ul li
{
    margin: 0 0 0 20px;
}
.footer .license-logos ul li img
{
    max-width: 100%;
}
.footer .footer-menus ul li
{
    list-style: none;
    font-family: 'museo_sans300';
    margin: 4px 0;
}
.footer .footer-menus ul li a
{
    color: #333;
}
.footer .footer-text
{
    text-align: center;
    color: #888;
    font-family: 'museo_sans300';
    padding: 70px 0 10px 0;
}
.footer .footer-text a
{
    color: #888;
    text-decoration: underline;
}
.kingLogo
{
    height: 40px;
    width: auto;
    margin: auto;
    margin-top: -12px;
    display: -webkit-box;
}/* css for SV */
.logoSV
{
    width: auto;
    height: 30px;
    display: -webkit-box;
}/** Inner Pages Style **/
.page .inner-section
{
    padding: 0 0 50px 0;
    margin: 0;
    border-bottom: 1px solid #fff;
}
.page .inner-section h1
{
    font-size: 3.5714285714285716em;
    text-transform: uppercase;
    font-family: 'museo_sans900','museo_sans_cyrl900';
    color: #fff;
    text-align: center;
}
.page .inner-section .top-area
{
    text-align: center;
}
.page .inner-section .top-area p
{
    font-size: 1.1428571428571428em;
    color: #e5e5e5;
    text-align: center;
}
.page .terms-content
{
    background: #fff;
    padding: 50px 100px;
    margin: 50px auto;
}
.page .terms-content h3
{
    font-family: 'museo_sans900','museo_sans_cyrl900';
    color: #333;
    margin: 30px 0 20px 0;
}
.page .terms-content ul
{
    padding: 0 0 15px 40px;
    margin: 0;
}
.page .terms-content p
{
    font-size: 1.1428571428571428em;
    font-family: 'museo_sans300';
    line-height: 1.5714285714285714em;
    color: #666;
}
.page .terms-content li
{
    font-size: 1.1428571428571428em;
    font-family: 'museo_sans300';
    line-height: 1.5714285714285714em;
    color: #666;
}/* terms pages */
.page-template-terms-and-conditions-page .page-wrapper #license-statement
{
    display: none;
}
.page-template-terms-and-conditions-page .page-wrapper .content-wrapper .license-text
{
    text-align: left;
}
.terms-content ol, .bonus-terms-content ol
{
    margin: 0;
}
.bonus-terms-content table tr td
{
    margin: 0;
    padding: 0;
    color: #666;
}
.bonus-terms-content ol
{
    counter-reset: section;
}
.bonus-terms-content ol li
{
    list-style: decimal;
    counter-increment: section;
    list-style-type: none;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0 0 10px;
    color: #666;
}
.bonus-terms-content ol>li:before
{
    content: counters(section,'.') '. ';
}
.bonus-terms-content table
{
    border-collapse: separate;
    border-spacing: 2px;
}
.modal
{
    text-align: center;
    padding: 0!important;
}
.modal:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.modal-dialog
{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#video-modal.modal .modal-offer
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #ffd71f;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
#video-modal.modal .modal-offer h5
{
    font-family: 'museo_sans300';
    font-size: 1.4285714285714286em;
    font-weight: normal;
    color: #1d54a6;
    margin: 30px 0 0 0;
    width: 100%;
}
#video-modal.modal .modal-offer h5.decorated>span:before, #video-modal.modal .modal-offer h5.decorated>span:after
{
    content: '';
    position: absolute;
    top: 50%;
    border-top: 1px solid rgba(29,84,166,.5);
    border-bottom: 1px solid rgba(29,84,166,0);
    margin: 0 10px;
}
#video-modal.modal .modal-offer h3
{
    font-family: 'museo_sans900','museo_sans_cyrl900';
    font-size: 2.142857142857143em;
    font-weight: normal;
    color: #1d54a6;
    margin: 0 0 30px 0;
}
#video-modal.modal .modal-offer h3 span
{
    font-size: 2.6666666666666665em;
    display: block;
}
#video-modal.modal .modal-offer h4
{
    font-size: 1.4285714285714286em;
    color: #b28900;
    margin: 21px 0 35px 0;
}
#video-modal.modal .modal-offer .btn
{
    padding: 10px 20px;
    font-size: 1.7142857142857142em;
}
#video-modal.modal .modal-offer .offer-pane
{
    border: 2px dashed #e0ad02;
    padding: 30px;
}
#video-modal.modal .modal-content
{
    border: 0 none;
    border-radius: 0;
    outline: 0;
    background: #000;
}
#video-modal.modal .close
{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
    font-size: inherit;
    background: #ffd71f;
    padding: 10px;
}
#video-modal.modal .row
{
    margin: 0;
}
#video-modal.modal .offer-terms
{
    text-align: center;
    color: #fff;
    font-family: 'museo_sans300';
    padding: 5px 0;
}
#video-modal.modal .offer-terms a
{
    text-decoration: underline;
    color: #fff;
}
.seperator.decorated
{
    overflow: hidden;
    text-align: center;
    height: 14px;
    color: #ccab18;
    margin: -2px 0 2px 0;
}
.seperator.decorated>span
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: .7142857142857143em;
}
.seperator.decorated>span:before, .seperator.decorated>span:after
{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: solid 2px rgba(204,171,24,1);
    width: 591px;/* half of limiter*/
    margin: 0 10px;
}
.sticky-offer
{
    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 30px;
    overflow: hidden;
}
.sticky-offer .blue-pattern
{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}
.sticky-offer.full-hide
{
    display: none;
}
.sticky-offer-wrapper
{
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 80px;
    font-family: 'museo_sans300';
}
.sticky-offer-wrapper p
{
    margin: 0;
    color: #fff;
}
.sticky-offer-wrapper p span
{
    display: block;
    text-transform: uppercase;
}
.sticky-offer-wrapper p a
{
    color: #ffd71f;
    text-decoration: underline;
}
.sticky-offer-character
{
    width: 100%;
    height: 100%;
    background: url('../../willbettingde/image/luckyloius-sticky-offer-character.png') no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hide-sticky-offer
{
    display: inline-block;
    vertical-align: middle;
    color: #18468c;
    padding: 19px 15px;
    border-left: 1px solid #18468c;
    font-size: 2em;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.hide-sticky-offer:hover
{
    color: #0f2d59;
}
.sticky-offer .terms-wrapper
{
    padding: 5px 0;
}
.sticky-offer .terms-wrapper p
{
    margin: 0;
    text-align: right;
    font-family: 'museo_sans500';
    text-transform: uppercase;
    font-size: .7857142857142857em;
    position: relative;
    z-index: 9999;
}
.sticky-offer .terms-wrapper p a
{
    color: #333;
    text-decoration: underline;
}