.div-nav-header{
    width: 100%;
    height: 50px;
}    

.ul-header-menu{
    display: block;
    max-width: 1100px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}

.ul-header-menu li{
    font-family: 'Montserrat', sans-serif;
    float: right;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

.ul-header-menu li:not(:last-child) {
    margin: 0 0 0 30px;
}

.ul-header-menu li a {
    color: inherit;
    text-decoration: inherit;
}

.div-header{
    height: 745px;
    background: url('/images/header-background.png') no-repeat center;
    position: relative;
    background-color: #fff;
}

.div-header-lottery{
    height: 372px;
    background: url('/images/header-lottery-background.png') no-repeat center 31%;
    position: relative;
    background-color: #131413;
}

.div-header-results{
    height: 372px;
    background: url('/images/header-results-background.png') no-repeat center;
    position: relative;
    background-color: #131413;
}

.div-header-support{
    height: 372px;
    background: url('/images/header-support-background.png') no-repeat center;
    position: relative;
    background-color: #131413;
}

.div-header-account{
    height: 220px;
    background: #2f3230;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .div-header {
        height: 68vw;
        background-size: cover;
    }

    .div-header-lottery,
    .div-header-results,
    .div-header-support {
        height: 34vw;
        background-size: cover;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: -10px;
    background-color: #167126;
    min-width: 100px;
    padding: 4px 0 4px 0;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    line-height: normal;
    padding: 4px 10px;
    display: block;
}

.dropdown-content a:hover {
    background-color: #24ba3d;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 1000;
}

@media screen and (max-width: 700px) {
    .ul-header-menu{
        display: block;
        max-width: 1100px;
        padding: 0 10px 0 10px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .ul-header-menu li:last-child {
        width: 20px;
        overflow: hidden;
        float: left;
    }
}

@media screen and (max-width: 500px) {
    .ul-header-menu li:nth-last-child(2){
        width: 20px;
        float: left;
        margin: 0 10px 0 0;
    }

    .ul-header-menu li:nth-last-child(2) > a > span > span {
        display: none;
    }

    .ul-header-menu li:nth-last-child(3) {
        margin: 0;
    }
}

.div-menu{
    background-color: rgba(56, 83, 70, .7);
}

.div-menu img {
    width: 100%;
    max-width: 359px;
    margin-bottom: 5px;
}

.div-menu div{
    max-width: 1140px;
    margin: 0 auto;
    white-space: nowrap;
    position: relative;
}

.div-menu ul {
    float:right;
    display: block;
    padding: 0 20px 0 0;
    margin: 60px 0 0 0;
}

.div-menu ul li{
    float: left;
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    padding: 7px;
}

.div-menu ul li:not(:first-child) {
    margin: 0 0 0 5px;
}

.div-menu ul li a {
  color: inherit;
  text-decoration: inherit;
}

.div-menu .icon {
    display: none;
}

@media screen and (min-width: 700px) {
    .div-menu ul li.active{
        border: 1px #fe7207 solid;
        color: #fe7207;
        border-radius: 50px;
    }
}

@media screen and (max-width: 1150px) and (min-width: 700px){
    .div-menu img {
        width: 29vw;
    }
    .div-menu ul {
        margin: 5vw 0 0 0;
    }
    .div-menu ul li {
        font-size: 1.38vw;
    } 
    .div-menu ul li:not(:first-child) {
        margin: 0 0 0 .5vw;
    }
}

@media screen and (max-width: 700px) {
    .div-menu {
        height: 50px;
        background-color: #666666;
        width: 100%;
        z-index: 999;
    }

    .div-menu.fixed {
        position: fixed;
        top: 0;
    }

    .div-menu img {
        height: 45px;
        width: auto;
        margin: 0 0 0 10px;
        position: absolute;
        z-index: 999;
    }

    .div-menu ul {
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
    }

    .div-menu li {
        padding: 0 !important;
    }

    .div-menu li:first-child {
        font-size: 1.8em;
        margin: 10px 10px 0 0;
    }

    .div-menu li:not(:first-child) {
        display: none;
    }

    .div-menu li:not(:first-child) a {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .div-menu  .icon {
        float: right;
        display: block;
    }

    .div-menu.responsive li:not(:first-child) {
        float: none;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        background-color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 1.2em;
        margin: 0;
        color: #1b1b1b;
        display: block !important;
        text-align: center;
        position: relative;
        box-shadow: 0 0px 5px black;
    }

    .div-menu.responsive li:not(:first-child) a:after {
        content: "\003e";
        position: absolute;
        right: 10px;
    }

    .div-menu.responsive li:nth-child(2) {
        margin-top: 50px;
    }
}

.icon-left{
    background-repeat: no-repeat;
    padding-left: 26px;  /* width of the image plus a little extra padding */
    background-position: 0 1px;
    -o-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
}

.icon-language{
    background-image: url('/images/navigation/icon-language.svg');
}

.icon-login{
    background-image: url('/images/navigation/icon-login.svg');
}

.icon-support{
    background-image: url('/images/navigation/icon-support.svg');
}

.icon-wallet{
    background-image: url('/images/navigation/icon-wallet.svg');
}

.icon-flag-de {
    background-image: url('/images/language/flag-de.svg');
}

.icon-flag-en {
    background-image: url('/images/language/flag-en.svg');
}

.icon-flag-es {
    background-image: url('/images/language/flag-es.svg');
}

.icon-flag-fi {
    background-image: url('/images/language/flag-fi.svg');
}

.icon-flag-fr {
    background-image: url('/images/language/flag-fr.svg');
}

.icon-flag-no {
    background-image: url('/images/language/flag-no.svg');
}

.icon-flag-pl {
    background-image: url('/images/language/flag-pl.svg');
}

.icon-flag-pt {
    background-image: url('/images/language/flag-pt.svg');
}

.icon-flag-ru {
    background-image: url('/images/language/flag-ru.svg');
}

.icon-flag-sv {
    background-image: url('/images/language/flag-sv.svg');
}

.icon-flag-zh {
    background-image: url('/images/language/flag-zh.svg');
}

.div-next-jackpot {
    width: 1100px;
    height: 175px;
    background-color: rgba(221, 211, 211, .8);
    margin: 0 auto;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    color: #1b1b1b;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    padding: 20px 0 0 0;
}

.div-next-jackpot .loader {
    margin: 0 auto;
    margin-top: 50px;
}

.div-next-jackpot span{
    font-size: 2em;
}

.div-next-jackpot-lottery{
    float:left;
    margin: 45px 0 0 20px;
    width: 30%;
}

.div-next-jackpot-lottery img{
    width: 70px;
    float: left;
}

.div-next-jackpot-lottery span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    line-height: 70px;
    color: #1b1b1b;
    display: block;
    float: left;
    margin: 0 0 0 15px;
}

.div-next-jackpot-amount{
    width: 420px;
    float:left;
    position: relative;
    width: 35%;
}

.div-next-jackpot-amount div{
    -webkit-transform: scale(.74, 1.0);
    -moz-transform: scale(.74, 1.0);
    -ms-transform: scale(.74, 1.0);
    -o-transform: scale(.74, 1.0);
    transform: scale(.74, 1.0);
    position: relative;
    left: -57px;
    margin: 10px 0 0 0;
}

.spn-jackpot-amount{
    font-family: 'Montserrat', sans-serif;
    font-size: 4.5em !important;
    font-weight: bold;

    /*background-image: -webkit-linear-gradient(#ffc800, #fff7c8, #ffc800);*/


    /*background: #f9d347;*/
    /*background: -moz-linear-gradient(top,  #f9d347 25%, #fff7c8 50%, #f9d347 75%); */
    background: -webkit-linear-gradient(top,  #f9d347 25%,#fff7c8 50%,#f9d347 75%);
    /*background: linear-gradient(to bottom,  #f9d347 25%,#fff7c8 50%,#f9d347 75%);*/ 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9d347', endColorstr='#f9d347');/*For IE7-8-9*/
    
    -webkit-background-clip: text; 
    -moz-background-clip: text;
    background-clip: text; 

    -webkit-text-fill-color: transparent;

    color: #f9d347 !important;
    position: relative;
    z-index: 1;
}

.spn-jackpot-amount-shadow{
    font-family: 'Montserrat', sans-serif;
    font-size: 4.5em !important;
    font-weight: bold;
    background: none;
    content: attr(data-text);
    left: 0;
    position: absolute;
    text-shadow:
        5px 5px 0 rgba(0, 0, 0, .5),
        -2px 0px black,  
        2px 0px black,
        0px -2px black,
        0px 2px black,
        
        -2px 2px black,
        2px -2px black,
        2px 2px black,
        -2px -2px black;
    z-index: -1;
}

.div-next-jackpot-counter{
    margin-right: 20px;
    float: right;
}

.div-next-jackpot-counter ul {
    margin: 13px 0 0 0;
    display: block;
}

.div-next-jackpot-counter ul li:nth-child(3n+3),
.div-next-jackpot-counter ul li:nth-child(3n+1),
.div-next-jackpot-counter ul li:nth-child(3n+2){
    font-size: 4em;
    float: left;
    margin: 0 3px 0 0;
    display: block;
    height: 65px;
    line-height: 60px;
    text-align: center;
}

.div-next-jackpot-counter ul li:nth-child(3n+1),
.div-next-jackpot-counter ul li:nth-child(3n+2) {
    background-color: #1b1b1b;
    width: 45px;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}


@media screen and (max-width: 1140px) {
    .div-next-jackpot { 
        width: inherit; 
    }
}

@media screen and (min-width: 500px) and (max-width: 1100px) {
    .div-next-jackpot {
        height: 16vw;
        min-height: 130px;
    }
    .div-next-jackpot-lottery {
        width: auto;
        margin-left: 1.5vw;
        margin-right: 30px;
    }

    .div-next-jackpot-lottery img{
        width: 6.3vw;
        float: left;
    }

    .div-next-jackpot-lottery span{
        font-size: 2.5vw;
        line-height: 6.3vw;
    }

    .div-next-jackpot-counter {
        margin-right: 1.5vw;
    }

    .div-next-jackpot-counter li {
        font-size: 6.1vw !important;
    }

    .div-next-jackpot-counter ul li:nth-child(3n+1),
    .div-next-jackpot-counter ul li:nth-child(3n+2) {
        width: 4vw !important;
    }

    .div-next-jackpot-counter ul li:nth-child(3n+3),
    .div-next-jackpot-counter ul li:nth-child(3n+1),
    .div-next-jackpot-counter ul li:nth-child(3n+2) {
        height: 6vw !important;
        line-height: 5.5vw !important;
        -webkit-border-radius: .8vw;
        -moz-border-radius: .8vw;
        -ms-border-radius: .8vw;
        border-radius: .8vw;
    }

    .spn-jackpot-amount,
    .spn-jackpot-amount-shadow {
        font-size: 6.5vw !important;
    }   

    .div-next-jackpot-amount div {
        left: -5vw;   
    }
}

@media screen and (max-width: 760px) {
    .div-next-jackpot-lottery {
        width:6.3vw;
    }
    .div-next-jackpot-lottery span{
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .div-header {
        margin-bottom: 200px;
    }
    .div-next-jackpot {
        height: auto;
        background-color: #cccccc;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        left: 0;
        right: 0;
        bottom: -200px;
        padding: 15px 0 40px 0;
        width: inherit;
    }

    .div-next-jackpot-lottery {
        position: absolute;
        top: 16vw;
        margin-left: 10px;
    }

    .div-next-jackpot-lottery img{
        width: 22vw;
    }
    
    .div-next-jackpot span {
        font-size: 1.5em;
    }

    .div-next-jackpot-lottery span{
        font-size: 1.5vw;
        line-height: 5.3vw;
    }

    .spn-jackpot-amount,
    .spn-jackpot-amount-shadow {
        font-size: 16vw !important;
    }   

    .div-next-jackpot-amount {
        width: 80%;
        margin-left:20px;
    }

    .div-next-jackpot-amount div {
        left: -11vw;
    }

    .div-next-jackpot-counter span {
        font-size: 1.5em;
    }

    .div-next-jackpot-counter {
        width: 80%;
        float: left;
        margin: 3vw 0 0 28vw;
    }

    .div-next-jackpot-counter li {
        font-size: 10.1vw !important;
    }

    .div-next-jackpot-counter ul li:nth-child(3n+1),
    .div-next-jackpot-counter ul li:nth-child(3n+2) {
        width: 8vw !important;
    }

    .div-next-jackpot-counter ul li:nth-child(3n+3),
    .div-next-jackpot-counter ul li:nth-child(3n+1),
    .div-next-jackpot-counter ul li:nth-child(3n+2) {
        height: 10vw !important;
        line-height: 9.5vw !important;
        -webkit-border-radius: .8vw;
        -moz-border-radius: .8vw;
        -ms-border-radius: .8vw;
        border-radius: .8vw;
    }
}
