@media screen and (min-width: 320px) and (max-width: 767px) {
    .custom-row {
       margin: 0;
    }

    .custom-column {
       padding: 0;
       margin: 0;
    }

    .winners-section .row, .mobile-section .row{
        display: block;
    }

    .mobile-section .mobile-content {
        padding: 0 5%;
    }

    .mobile-section .btn-app {
        background: #e0e0e0;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 15px 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 15px 0;
    }
}

@media screen and (min-width: 505px) and (max-width: 767px) {
    .top-section-background {
        background: url(../images/blue-big-mobile-background.jpg) no-repeat center center #1d54a6;
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        zoom: 1;
    }
    .hero h1 {
        font-size: 2em;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .custom-row {
       margin: 0;
    }

    .custom-column {
       padding: 0;
       margin: 0;
    }
}


@media screen and (min-width: 768px) and (max-width: 1223px) {
    .mobile-section .mobile-content {
        padding: 0 5%;
    }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .static-height .section {
        min-height: 100%;
    }
    .vunit {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        transition: all .5s;
    }
    .align-left {
        text-align: inherit;
    }
    .header {
        padding: 10px 0;
    }
    .header .navigation-triger {
        margin: 19px auto;
    }
    body .top-header{
        background: #1b488a;
        padding: 10px 0;
        position: relative;
        z-index: 1;
        margin: 0 0 30px 0;
    }
    body .top-header .navigation-triger{
        padding: 3px 0;
        text-align: left;
        display: block;
    }
    body .hamburger-inner, body .hamburger-inner:after, body .hamburger-inner:before{
        background: #acb9e5;
    }
    .top-header .top-logo{
        position: absolute;
        top: 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        left: 0;
        z-index: 1;
    }
    .top-header .top-logo img{
        max-width: 70%;
    }

    /** Loading Screen Style **/
    .loading .loading-screen {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url(../images/blue-pattern.jpg) repeat top left #1d54a6;
        z-index: 3;
    }
    .loading .logo-pre-load.logo {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .header .logo {
        text-align: center;
    }
    .header .logo img {
        max-width: 80%;
    }
    .loading #top-section {
        overflow: hidden;
    }
    #top-section.section{
        position: relative;
        overflow: visible;
        background: url(../images/blue-small-mobile-background.jpg) no-repeat center center #1d54a6;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #top-section .header {
        position: absolute;
        z-index: 3;
        margin: auto;
    }
    .loading #top-section .header {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    /*.top-section-background {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        zoom: 1;
        min-height: 100vh;
        top: 0;
        position: absolute;
    }*/
    .start-animate .top-section-background {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 4000ms ease-in;
        -moz-transition: all 4000ms ease-in;
        -ms-transition: all 4000ms ease-in;
        -o-transition: all 4000ms ease-in;
        transition: all 4000ms ease-in;
    }
    #top-section .header {
        position: relative;
    }
    #top-section .hero {
        padding: 20% 0;
    }
    #top-section .hero{
        z-index: 2;
        position: relative;
    }
    #top-section .benfits {
        z-index: 2;
        position: absolute;
    }
    .benfits ul li:before{
        content: "\f005";
        padding: 0 15px 0 0;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #1c53a6;
    }
    .benfits ul li.last:after{
        display: inline-block;
    }
    /** EOF Loading Screen Stlyes **/

    .benfits{
        position: relative;
    }
    
    .hero h1 {
        /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-family: 'museo_sans300';
        font-weight: normal;
        font-size: 2em;
        line-height: normal;
        text-transform: none;
        text-align: center;
    }
    .hero h1 span {
        text-transform: uppercase;
        font-size: 2em;
    }
    /*.hero p,
    .hero .offer-separator {
        display: none;
    }*/

    .hero p.offer-terms{
        font-family: 'museo_sans300';
        font-size: 0.625em;
        margin: 0 auto 20px auto;
        text-align: center;
    }

    .hero .buttons {
        margin: 10px auto;
    }
    .hero .buttons .btn {
        background: #d72608;
        border-radius: 500px;
        font-weight: bold;
        text-transform: uppercase;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
        border: 5px solid rgba(255, 255, 255, 0.1);
        -webkit-background-clip: padding-box;
        /* for Safari */
        
        background-clip: padding-box;
        /* for IE9+, Firefox 4+, Opera, Chrome */
    }
    .main-character img {
        width: 300%;
        margin: 0 0 0 -155px;
    }
    .video-preview {
        width: 213px;
        height: 120px;
        /*margin: 40px auto;*/
    }
    .video-preview .video-overlay {
        padding: 15px 0;
    }
    /*.video-preview,
    .scroll-btn,
    .benfits {
        display: none;
    }*/
    .benfits.mobile-benfits {
        padding: 0;
        background: none;
        text-align: center;
        font-family: 'museo_sans500';
    }
    .benfits.mobile-benfits .benfits-wrapper {
        position: relative;
        padding: 12px 0;
        background: url(../images/backgrounds/transparent-background-25.png) repeat top left;
    }
    .benfits.mobile-benfits ul li {
        width: 100%;
    }
    .benfits .mobile-benfits-carousel ul li .fa-star {
        padding: 0 10px;
    }
    .anmiated-games-section {
        width: 100%;
        height: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0.01);
        transform: translate3d(0, 0, 0.01);
    }
    .games-section .sitting-character {
        text-align: center;
        padding: 100px 0 0 0;
    }
    .games-section .games-content {
        padding: 0 0 20px 0;
    }
    .games-section .sitting-character img {
        max-width: 65%;
    }
    .games-section .games-content h2 {
        font-size: 1.7142857142857142em;
    }
    .games-section .games-content p {
        font-size: 1em;
    }
    .games-content .btn {
        font-size: 1em;
    }
    /*.winners-section.section {
        min-height: 100%;
    }*/
    .winners-section .latets-winners-feed-wrapper {
        padding: 5% 10px 5% 10px;
    }
    .winners-section .latets-winners-feed {
        margin: 0;
    }
    .winners-section .jackpot-content h2 {
        font-size: 1.7857142857142858em;
        margin: 0;
    }
    .winners-section .jackpot-content .jackpot-counter {
        font-size: 3.4285714285714284em;
    }
    .winners-section .latets-winners-feed h3 {
        font-size: 1.2857142857142858em;
        margin: 0 0 10px 0;
    }
    .winners-section .latets-winners-feed .winning-game img {
        max-width: 93%;
    }
    .winners-section .latets-winners-feed .winner-information-col {
        padding: 0 15px 0 0;
    }
    .mobile-section .mobile-content {
        padding: 0;
    }
    .mobile-section .mobile-section-wrapper {
        padding: 10% 0;
    }
    .mobile-section .mobile-content {
        text-align: center;
    }
    .mobile-section .mobile-content h2 {
        font-size: 1.7857142857142858em;
        margin: 0 0 20px 0;
    }
    .footer {
        padding: 25px 0;
    }
    .footer .license-logos ul li {
        margin: 5px 10px;
    }
    .top-payments {
        margin: 0 0 20px 0;
    }
    .top-payments,
    .trust-icons.align-right,
    .license-logos.align-right {
        text-align: center;
    }
    .footer .footer-text {
        padding: 20px 0;
    }
    .footer .top-payments ul li {
        margin: 5px 10px;
    }
    .footer .trust-icons {
        text-align: center;
    }
    .footer .trust-icons ul li {
        margin: 5px;
    }
    .footer .payments-top-list {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer .payments-top-list ul li {
        margin: 5px;
    }
    .winners-section .row,
    .mobile-section .row {
        display: block;
        align-items: none;
    }
    /*.footer-menus {
        display: none;
    }*/

    .page .terms-content {
        padding: 10px 20px;
        margin: 15px auto;
    }
    .page .inner-section {
        padding: 0 0 20px 0;
    }
    .page .inner-section h1{
        font-size: 2.142857142857143em;
    }    
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .winners-section .latets-winners-feed .winner-information h5 {
        font-size: 1.2857142857142858em;
    }
    .winners-section .latets-winners-feed .winner-information h6 {
        font-size: 0.6428571428571429em;
    }
    .winners-section .latets-winners-feed .winning-amount {
        font-size: 1.1428571428571428em;
    }

    .winners-section .latets-winners-feed .winner-information {
        padding: 12px 0;
    }

    .winners-section .latets-winners-feed .winning-amount {
        padding: 18px 0;
    }

    /** Loading Screen Style **/
    
    .loading .loading-screen {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url(../images/blue-pattern.jpg) repeat top left #1d54a6;
        z-index: 3;
    }
    .loading .logo-pre-load.logo {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #top-section .hero {
        padding: 20% 0;
    }
    .only-gb #top-section .hero,.only-dk #top-section .hero {
        padding: 0 0 0 0;
    }
    .only-gb .hero h1,.only-dk .hero h1 {
        font-size: 1.7142857142857142em;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .benfits ul li .fa-star {
        padding: 0 15px;
    }
    .hero h1{
        font-size: 4.285714285714286em;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .loading-screen .animated {
        /*CSS transitions*/
        
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .header {
        padding: 20px;
    }
    .hero {
        padding: 30px 0 0 0;
    }
    .hero h1 {
        font-size: 4.285714285714286em;
        line-height: normal;
    }
    .hero .buttons {
        margin: 75px auto 30px auto;
        text-align: left;
    }
    .main-character img {
        margin: 0 0 0 -90px;
        width: 120%;
    }
    .hero p.second-offer {
        font-size: 1.4285714285714286em;
    }
    .games-section .sitting-character {
        padding: 0;
    }
    .games-section .sitting-character img {
        max-width: 72%;
    }
    .winners-section .jackpot-content .jackpot-counter {
        font-size: 5.357142857142857em;
    }
    .winners-section .winner-character img {
        max-width: none;
        padding: 0;
    }
    .winners-section .latets-winners-feed-wrapper {
        padding: 0;
    }
    .mobile-section .mobile-content {
        padding: 0;
    }
}
/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .loading-screen .animated {
        /*CSS transitions*/
        
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .winners-section .row,
    .mobile-section .row {
        display: block;
        align-items: inherit;
    }
    .custom-column {
        padding-right: 15px;
        padding-left: 15px;
    }
    .winners-section .latets-winners-feed .winning-game img {
        max-width: 83%;
    }
    .winners-section .jackpot-content .jackpot-counter {
        font-size: 8.214285714285714em;
    }
    .winners-section .latets-winners-feed-wrapper {
        padding: 0;
    }
    .winners-section .latets-winners-feed {
        margin: -40px 0 0 0;
    }
    .mobile-section .mobile-content {
        padding: 0;
    }
    .hero {
        padding: 30px 0 0 0;
    }
    .hero h1 {
        font-size: 5.357142857142857em;
    }
    .hero .buttons {
        margin: 75px auto 30px auto;
        text-align: center;
    }
    .main-character img {
        margin: 0 0 0 -90px;
        width: 120%;
    }
    .benfits ul li .fa-star {
        padding: 0 10px;
    }
    .footer .footer-text {
        padding: 20px 0;
    }
    .footer .top-payments ul li {
        margin: 5px 10px;
    }
    .footer .trust-icons {
        text-align: center;
    }
    .footer .trust-icons ul li {
        margin: 5px;
    }
    .footer .payments-top-list {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer .payments-top-list ul li {
        margin: 5px;
    }
    .winners-section .row,
    .mobile-section .row {
        display: block;
        align-items: none;
    }
}


@media only screen and (min-device-width: 480px) and (max-device-width: 504px) and (orientation: landscape) {
    .mobile-benfits-carousel {
        display: none;
    }

    .benfits.mobile-benfits .container {
        padding: 0;
        background: none;
    }

    .hero{
        padding: 0;
    }

    .hero h1 {
        font-size: 1.7142857142857142em;
    }

    .mobile-portrait{
        display: none;
    }

    .mobile-landscape{
        display: block;
    }

    .games-section .sitting-character {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .games-section .sitting-character img {
        max-width: 60%;
    }

    .winners-section .jackpot-content .jackpot-counter {
        font-size: 4.285714285714286em;
    }

    .winners-section .latets-winners-feed .winning-game img {
        max-width: 80%;
    }

    .winners-section .latets-winners-feed .winner-information h5{
        font-size: 1.4285714285714286em;
    }

    .winners-section .latets-winners-feed .winner-information h6{
        font-size: 1em;
    }

    .winners-section .latets-winners-feed .winning-amount{
        font-size: 1.4285714285714286em;
    }
}

@media only screen and (min-device-width: 505px) and (max-device-width: 667px) and (orientation: landscape) {
    .mobile-benfits-carousel {
        display: none;
    }

    .benfits.mobile-benfits .container {
        padding: 0;
        background: none;
    }

    .hero{
        padding: 0;
    }

    .hero h1 {
        font-size: 1.7142857142857142em;
    }

    .mobile-portrait{
        display: none;
    }

    .mobile-landscape{
        display: block;
    }

    .games-section .sitting-character {
        text-align: center;
        padding: 40px 0 0 0;
    }

    .games-section .sitting-character img {
        max-width: 45%;
    }

    .winners-section .jackpot-content .jackpot-counter {
        font-size: 5em;
    }
    .top-section-background {
        background: url(../images/blue-big-mobile-background.jpg) no-repeat center center #1d54a6;
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        zoom: 1;
    }

    .winners-section .latets-winners-feed .winning-game img {
        max-width: 70%;
    }

    .winners-section .latets-winners-feed .winner-information h5{
        font-size: 1.7142857142857142em;
    }

    .winners-section .latets-winners-feed .winner-information h6{
        font-size: 1em;
    }

    .winners-section .latets-winners-feed .winning-amount{
        font-size: 1.7142857142857142em;
    }
}

@media only screen and (min-device-width: 1300px) and (max-device-width: 1470px){
    .winners-section .jackpot-content .jackpot-counter{
        font-size: 5em;
    }

    .winners-section .latets-winners-feed .winner-information, .winners-section .latets-winners-feed .winning-amount{
        padding: 5px 0;
    }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1299px){
    .header{
        padding: 10px 0 0 0;
    }
    .winners-section .jackpot-content .jackpot-counter{
        font-size: 4.285714285714286em;
    }

    .winners-section .latets-winners-feed-wrapper {
        padding: 20% 5%;
    }

    .mobile-section .mobile-character img{
        padding: 20% 0;
    }

    .winners-section .latets-winners-feed .winner-information, .winners-section .latets-winners-feed .winning-amount{
        padding: 5px 0;
    }

    .main-character img{
        width: 100%;
        max-width: 80%;
    }
    .hero h1 {
        font-size: 4.285714285714286em;
    }
    .hero .buttons{
        text-align: left;
    }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
    .mobile-benfits-carousel {
        display: none;
    }

    .benfits.mobile-benfits .container {
        padding: 0;
        background: none;
    }

    .hero{
        padding: 0;
    }

    .hero h1 {
        font-size: 1.7142857142857142em;
    }

    .mobile-portrait{
        display: none;
    }

    .mobile-landscape{
        display: block;
    }

    .games-section .sitting-character {
        text-align: center;
        padding: 40px 0 0 0;
    }

    .games-section .sitting-character img {
        max-width: 45%;
    }

    .winners-section .jackpot-content .jackpot-counter {
        font-size: 6.428571428571429em;
    }
    .top-section-background {
        background: url(../images/blue-big-mobile-background.jpg) no-repeat center center #1d54a6;
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        zoom: 1;
    }

    .winners-section .latets-winners-feed .winning-game img {
        max-width: 50%;
    }

    .winners-section .latets-winners-feed .winner-information h5{
        font-size: 2em;
    }

    .winners-section .latets-winners-feed .winner-information h6{
        font-size: 1em;
    }

    .winners-section .latets-winners-feed .winning-amount{
        font-size: 2em;
    }
}


/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}