/* INTERLINKS BLINK */
#Interlinks > li:first-child > a {
    -webkit-animation: textColorBlink 1.5s ease-in-out infinite alternate;
    font-weight: bold;
}

@keyframes textColorBlink {
    0% {
        color: #00ff00;
    }
    33% {
        color: #00ff00;
    }
    34% {
        color: red;
    }
    66% {
        color: red;
    }
    67% {
        color: yellow;
    }
    100% {
        color: yellow;
    }
}
/* INTERLINKS BLINK */


.home-lottery::before {
    background:none;
}

.home-lottery .lottery-selector {
    border-top: 1px solid #e6e6e6;
}

.home-lottery .lottery-selector label {
    text-align: left;
    padding: 0;
}

.home-lottery .lottery-selector label::before {
    display: inline-block;
    content: '\f27a';
    text-rendering: auto;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 15px;
    color: #f94370;
    padding-right: 5px;
}

.home-lottery .lottery-selector label span {
    display: none;
}

.home-lottery .lottery-selector label b {
    color: #f94370;
}

.home-lottery .lottery-selector .next::before {
    display: inline-block;
    content: '\f32f';
    text-rendering: auto;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 13px;
    color: #999;
    padding-right: 5px;
}

.home-lottery .lottery-selector .code-view a.more:hover {
    color: #f94370;
}

.home-lottery .lottery-selector .timer {
    background: none;
    color: #333;
    line-height: 40px;
    padding: 0;
    margin: 10px 0 0 0;
}

.home-lottery .lottery-selector .timer span {
    color: #f94370;
}

.home-lottery .lottery-selector .timer::before {
    display: inline-block;
    content: '\f337';
    text-rendering: auto;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 13px;
    color: #999;
    padding-right: 5px;
}

.home-lottery .lottery-selector .next,
.home-lottery .lottery-selector .timer {
    margin: 0;
    line-height: 20px;
    color: #333;
    text-align: left;
    font-size: 13px;
}

.home-lottery .lottery-selector .next span {
    color: #f94370;
}

.home-lottery .lottery-selector .next a {
    display: block;
    position: absolute;
    background-color: #f94370;
    color: white;
    top: 5px;
    right: 0;
    border-radius: 10px;
}

@media screen and (max-width: 420px) {
    .home-lottery .lottery-selector .next a {
        top: unset;
        bottom: 30px;
    }
}

.dual-lottery {
    padding-top: 40px;
}

.dual-lottery > .dual-button {
    width: 100%;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
    top: 0;
}

.dual-lottery > .dual-button > button {
    width: 50%;
    height: 40px;
    margin: 0;
    background: none;
    color: #999;
    border-bottom: 8px solid white;
    border-radius: 0;
}


.dual-lottery > .dual-button > button:hover {
    border-color: rgba(0, 0, 0, .05);
    background: none;
}

.dual-lottery > .dual-button > button.activated,
.dual-lottery > .dual-button > button.activated:hover {
    color: #f94370;
    background: none;
    border-color: #f94370;
}

.tabbar > ul {
    /*background-image: linear-gradient(to right, #d403f8 , #fe1648);*/
    background: #07b0da;
    border-top: 0;
}

.tabbar > ul > li a {
    color: white;
}

.tabbar ul li.more a {
    background-color: #f94370;
    box-shadow: 0 0 0 5px #07b0da;
    transition: all;
}

.tabbar ul li.more a:hover {
    background-color: white;
    box-shadow: 0 0 0 5px #07b0da;
    color: #07b0da;
}

  /* i i s 7 . c o m */