.div-content {
    overflow: hidden;
    min-width: 320px;
}

.div-block{
    min-height: 400px;
}

.div-container{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.div-container:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.div-page-content {
    padding: 60px 0 60px 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8em;
}

.div-text-content .col-50:first-child {
    padding-right: 30px;
    box-sizing: border-box;
}

.div-text-content .col-50:last-child {
    padding-left: 30px;
    box-sizing: border-box;
}

.img-3-balls{
    position: absolute;
    left: -250px;
    top: 125px;
}

.img-2-balls{
    position: absolute;
    right: -260px;
    top: -20px;
    z-index: 99;
}

.img-green-ball{
    position: absolute;
    right: -300px;
    top: -145px;
    z-index: 99;
}

.spn-help {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
    cursor: pointer;
    display: inline-block;
    background: #ff0033;
    color: white;
    font-weight: 700;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: -2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

@media screen and (max-width: 767px) {
    .div-text-content .col-50:first-child {
        padding-right: 0;
        box-sizing: border-box;
        margin-bottom: 60px;
        width: 100% !important;
    }

    .div-text-content .col-50:last-child {
        padding-left: 0;
        box-sizing: border-box;
        width: 100% !important;
    }
}

/* UNIQUE SELLING POINTS */
.div-usp{
    width: 33%;
    padding: 50px 0 20px 0;
    float:left;
    text-align: center;
}

.div-usp img {
    width: 130px;
}

.div-usp h3,
.div-usp span{
    display: block;
}

.div-usp .title{
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    margin: 35px 0 35px 0;
}

.div-usp .content{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8em;
    margin: 0 20px 0 20px;
}

.div-block-usp {
    min-height: initial;
}

.div-block-promotions {
    min-height: 250px;
}

.div-block-promotions .div-page-content {
    position: relative;
}

@media screen and (max-width: 550px) {
    .div-usp {
        /*width: 100%;*/
        padding: 25px 0 0 0;
    }

    .div-usp:last-child {
        padding-bottom: 25px;
    }

    .div-usp img {
        width: 60px;
    }

    .div-usp .title{
        font-size: 1em;
        margin: 10px 0 10px 0;
    }

    .div-usp .content {
        display: none;
    }
}

/* LOTTERY RESULTS */
#lottery-overview .loader {
    margin: 0 auto;
    top: 180px;
    position: relative;
}

.div-jackpot{
    padding: 50px 0 50px 0;
}

.div-jackpot-header{
    height: 50px;
    position: relative;
}

.div-jackpot-header div{
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    float: left;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    padding: 0 25px 0 25px;
    position: absolute;
    bottom: 0;

    background: #d0b222; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #b19300 0%, #fff5c0 45%, #fff5c0 55%, #b9a046 90%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #b19300 0%, #fff5c0 45%, #fff5c0 55%, #b9a046 90%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #b19300 0%, #fff5c0 45%, #fff5c0 55%, #b9a046 90%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #b19300 0%, #fff5c0 45%, #fff5c0 55%, #b9a046 90%); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b19300', endColorstr='#b9a046');/*For IE7-8-9*/
}

.div-jackpot-header div:nth-child(1){
    left: 65px;
}

.div-jackpot-header div:nth-child(2){
    left: 250px;
}

.div-jackpot-header div:nth-child(3){
    left: 400px;
}

.div-jackpot-header div:nth-child(4){
    left: 583px;
}

.div-jackpot-row{
    border-top: solid 1px #d7d9d7;
    border-left: solid 5px #c8c8c8;
    border-right: solid 5px #c8c8c8;
    height: 67px;
    background: #ececed; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ececed, #bababb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ececed, #bababb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ececed, #bababb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ececed, #bababb); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ececed', endColorstr='#bababb');/*For IE7-8-9*/
}

.div-jackpot-row div{
    float: left;
    line-height: 67px;
    height: 67px;
    white-space: nowrap;
}

.div-jackpot-row:first-child{
    border-top: solid 2px #16152c;
}

.div-jackpot-row:last-child{
    border-bottom: solid 2px #16152c;
}

.div-jackpot-row div:nth-child(1){
    margin: 0 20px 0 15px;
}

.div-jackpot-row div:nth-child(1) img{
    width: 50px;
    height: 50px;
    margin: 7px 0 0 0;
}

.div-jackpot-row div:nth-child(2){
    width: 164px;
}

.div-jackpot-row div:nth-child(2) .spn-jackpot,
.div-jackpot-row div:nth-child(2) span:last-child {
    display: none;
}

.div-jackpot-row div:nth-child(2) > span:last-child {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: .88em;
    display: none;
    position: relative;
    margin-top: 7px;
}

.div-jackpot-row div:nth-child(2) > span:last-child img {
    position: absolute;
    left: -37px;
    top: 1px;
}

.div-jackpot-row div:nth-child(3){
    width: 130px;
}

.div-jackpot-row div:nth-child(4){
    width: 164px;
}

.div-jackpot-row div:nth-child(2),
.div-jackpot-row div:nth-child(4),
.div-jackpot-row div:nth-child(6){
    margin: 0 20px 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
}

.div-jackpot-row div:nth-child(3),
.div-jackpot-row div:nth-child(5){
    margin: 0 20px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
}

.div-jackpot-row div:nth-child(6) {
    float: right;
}

@media screen and (max-width: 900px) {
    
    .div-jackpot-header div:nth-child(2),
    .div-jackpot-row div:nth-child(3){
        display: none;
    }   
    
    .div-jackpot-header div:nth-child(3) {
        left: 250px;
    }      
    
    .div-jackpot-header div:nth-child(4) {
        left: 432px;
    }                             
}

@media screen and (max-width: 750px) {
    .div-jackpot-row div:nth-child(2) {
        line-height: 1em;
        padding: 12px 0 0 0;
        height: auto;
    }

    .div-jackpot-row div:nth-child(2) .spn-jackpot {
        font-size: .8em;
        display: inline;
    }

    .div-jackpot-header div:nth-child(3),
    .div-jackpot-row div:nth-child(4){
        display: none;
    } 

    .div-jackpot-header div:nth-child(4) {
        left: 250px;
    }
}

@media screen and (max-width: 570px) {
    .div-jackpot-row div:nth-child(2) {
        width: auto;
        margin-right: 0;
    }
    .div-jackpot-header,
    .div-jackpot-row div:nth-child(5){
        display: none;
    } 

    .div-jackpot {
        padding: 0;
    }

    .div-jackpot-row {
        height: 85px;
    }

    .div-jackpot-row div:nth-child(2) span:last-child {
        display: inline-block;
    }
}

@media screen and (max-width: 430px) {
    .div-jackpot {
        margin: 0 -10px 0 -10px;
    }

    .div-jackpot-row div:nth-child(1){
        margin: 0 10px 0 10px;
    }
    
    .div-jackpot-row div:nth-child(2) > span:last-child img {
        position: absolute;
        left: -28px;
        top: 1px;
    }

    .div-jackpot-row div:nth-child(6) {
        margin-right: 10px;
        font-size: .75em;
    }
    .div-jackpot-row div:nth-child(6) span {
        min-width: 90px;
        line-height: 30px;
        height: 30px;
    }
}

.btn-green{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    display: inline-block;
    background-color: #2cdf4a;
    height: 44px;
    line-height: 44px;
    text-align: center;
    min-width: 127px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -5px 5px 0px #25b33c;
    cursor: pointer;
}

.btn-orange{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    display: inline-block;
    background: #fe7207; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ff7300, #fd9c0e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff7300, #fd9c0e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff7300, #fd9c0e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff7300, #fd9c0e); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff7300', endColorstr='#fd9c0e');/*For IE7-8-9*/
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 137px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -5px 5px 0px #db681b;
    cursor: pointer;
}

.btn-red {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    display: inline-block;
    background: #fe0707; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ff0000, #fd0e0e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff0000, #fd0e0e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff0000, #fd0e0e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff0000, #fd0e0e); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff0000', endColorstr='#fd0e0e');/*For IE7-8-9*/
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 137px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -5px 5px 0px #db1b1b;
    cursor: pointer;
}

.btn-form-lightgrey {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    display: inline-block;
    background: #bababa;    
    color: white;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 137px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: -2px 2px 0px #6b6b6b;
    cursor: pointer;
    border: 0;
}

.btn-form-green {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    display: inline-block;
    background: #2bdd49;    
    background: -webkit-linear-gradient(#2eeb4e, #25c545); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2eeb4e, #25c545); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2eeb4e, #25c545); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2eeb4e, #25c545); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2eeb4e', endColorstr='#25c545');/*For IE7-8-9*/
    color: white;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 137px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: -2px 2px 0px #25b33c;
    cursor: pointer;
    border: 0;
}

.btn-form-green:disabled {
    background: #bababa; 
    box-shadow: -2px 2px 0px #6b6b6b;
}

/* HOW TO PLAY */
.btn-play-lottery{
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg);
    text-transform: uppercase;
    min-width: 160px;
    height: 62px;
    line-height: 62px;
    font-size: 1.7em;
    margin: 0 0 0 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-signup-now {
    text-transform: uppercase;
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 62px;
    line-height: 62px;
    font-size: 1.7em;
    margin: 0 auto;
}

.div-signup-now {
    padding-top: 100px;
    text-align: center;
    position: relative;
}

.div-offer {
    margin: 0 auto;
    width: 300px;
}

.div-offer img{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 3px 20px 0 rgba(0,0,0,0.5);
    width: 300px;
}

.div-how-to-play {
    min-height: 340px;
    position: relative;
}

.div-how-to-play .title{
    display: block;
    margin: 0 0 20px 0;
}

.spn-signup-now {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8em;
    margin: 0 200px 40px 0;
}

.div-youtube {
    width: 500px;
    height: 281px;
    position: relative;
    z-index: 100;
}

.div-youtube img{
    margin: 110px 0 0 200px;
}

.img-2-3-balls{
    position: absolute;
    top: 0px; 
    right: -65px;
    z-index: 99;
}

@media screen and (max-width: 1100px) {
    .div-youtube {
        width: 100%;
    }

    .img-2-3-balls {
        left: 82%;
    }

    .spn-signup-now {
        margin-right: 20vw;
    }
}

@media screen and (max-width: 768px) {
    .spn-signup-now {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .div-how-to-play > div {
        width: 100%;
    }

    .div-how-to-play div:last-child .content {
        margin: 40px 0 40px 0;
    }
}

/* SPECIAL OFFERS */
.img-confetti{
    position: absolute;
    top: 0;
    left: -200px;
}

/* FOOTER */
.col-3{
    margin: 50px 0 0 0;
    float: left;
    width: 33%;
    position: relative;
}

.img-footer-logo{
    position: absolute;
    right: 18px;
    top: -35px;
    width: 160px;
}

.img-icon-payment{
    max-height: 40px;
    max-width: 40px;
    margin: 0 10px 0 0;
}

.img-icon-social{
    height: 34px;
    margin: 0 10px 0 0;
}

.div-footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.div-footer .title{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    display: block;
    text-transform: uppercase;
    
    margin: 0 15px 0 15px;
    border-bottom: solid 1px #26c741;
    padding: 0 0 10px 0;
    color: #3c3c3c;
}

.div-footer .content{
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    display: block;
    margin: 30px 15px 30px 15px;
    color: #3c3c3c;
}

.div-footer ul li{
    margin: 0 0 20px 0;
    cursor: pointer;
}

.div-footer ul li a {
    color: inherit;
    text-decoration: inherit;
}

.div-footer ul li:before{
    content: "\203A";
    margin: 0 12px 0 0;
}

.div-copyright {
    margin: 0 0 40px 15px;
    font-size: .8em;
    position: relative;
}

.div-copyright img {
    margin-left: 10px;
    position: relative;
    top: 13px;
}

@media screen and (max-width: 767px) {
    .col-3 {
        margin: 10px 0 10px 0;
        width: 100%;   
    }
    .col-3:first-child {
        margin-top: 50px;
    } 
}

/* DISCLAIMER */
.div-disclaimer{
    font-family: 'Montserrat', sans-serif;
    color: #3c3c3c;
    line-height: 1.5em;
    font-size: .8em;
    border-top: solid 1px #26c741;
    padding: 30px 0 30px 0;
    text-align: center;
}

.div-disclaimer div{
    max-width: 1040px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.div-cart {
    z-index:100;
}

@media screen and (max-width: 1140px) {
    .div-page-content {
        margin: 0 10px 0 10px;
    }   
}

@media screen and (max-width: 400px) {
    .div-disclaimer {
        padding-bottom: 90px;    
    }
}