body {
    background: white;
}

.navbar-coins.bg-1 {
    background: #354a21 !important;
}

.navbar-logout:hover {
    background-color: transparent !important;
}

.navbar-coins a {
    color: white !important;
}

.main-table-label {
    background: #028910 none repeat scroll 0 0 !important;
    color: white;
}

.navbar-twitter {
    position: relative;
    top: 4px;
}

.navbar-twitter {
    background: url(../img/freeneo/sprites.png)
        no-repeat 0 0px !important;
    background-position: -269px -246px !important;
}

header {
    background: #028910;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

header.loggedin {
    position: static;
}

.email-confirmation {
    background: #171a21;
}

.main-button-blue-simple {
    background: #028910;
}

.navbar-toggler {
    background: #b8b6b4;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar a:visited {
    /* color: white; */
}

.navbar-brand {
    color: white !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
    color: white;
}

header.loggedin .navbar-default .navbar-nav > li > a,
header.loggedin .navbar-default .navbar-nav > li > a:focus {
    color: #333;
}

.home .slogan {
    height: 100%;
    padding: 25px;
    width: 100%;
}

.home .slogan h1 {
    text-transform: uppercase;
}

.home .slogan h1 .coin-name {
    text-transform: uppercase;
}

.home h1 {
    margin: 0;
    padding: 0;
}

.home .top {
    background-image: url(../img/freeneo/home-main-banner.jpg?v=1.6);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: static;
    min-height: 550px;
}

.home .top .coin-name {
    color: #028910;
}

.home .reg i {
    background: url(../img/freeneo/sprites.png)
        no-repeat 35px 0px !important;
    width: 107px !important;
    height: 106px !important;
}

.home .game i {
    width: 107px !important;
    height: 106px !important;
}

.home .coin i {
    width: 107px !important;
    height: 106px !important;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus {
        color: white;
        cursor: pointer;
    }
    .home .slogan h1 {
        font-size: 25px;
    }
    .home .top {
        padding-top: 0;
    }
    .home .top p {
        margin-bottom: 40px;
    }
    .general h1 {
        color: #264155 !important;
    }
    .general h2 {
        color: #264155 !important;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus {
        color: white;
        cursor: pointer;
    }
}

.home .feature .hour {
    background: url(../img/freeneo/sprites.png?v=1.1)
        no-repeat -646px -2px !important;
    width: 115px;
    height: 115px;
}

.home .login-wrapper,
.home .register-wrapper {
    background: #028910 !important;
}

.home .login-wrapper label,
.home .register-wrapper label,
.home a.forgot-link {
    color: white !important;
}

.home .register-login h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    color: white;
}

.home .login-wrapper input,
.home .register-wrapper input {
    background: white;
    border-radius: 3px;
    border: 1px solid #000000;
    color: #000000;
    -webkit-box-shadow: 2px 2px 0px -1px rgba(69, 85, 108, 1);
    -moz-box-shadow: 2px 2px 0px -1px rgba(69, 85, 108, 1);
    box-shadow: 2px 2px 0px -1px rgba(69, 85, 108, 1);
}

.home .login-wrapper input::placeholder,
.home .register-wrapper input::placeholder {
    opacity: 0;
    color: #213c86;
}

.home .register-login .main-button {
    width: 100%;
    color: white !important;
    border-radius: 0;
    background: #354a21 !important;
}

.home .top-stats {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #028910;
    /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #013506 0%,
        #01540a 50%,
        #028910 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        #013506 0%,
        #01540a 50%,
        #028910 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #013506 0%,
        #01540a 50%,
        #028910 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#013506', endColorstr='#028910', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 767px) {
    .home .top-stats {
        padding: 20px;
    }
    .home .top {
        background-image: url(../img/freeneo/home-main-banner-responsive.jpg?v=1.6);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: static;
        min-height: 550px;
    }
}

.home .mid {
    background: #028910;
    margin: 0;
    padding-bottom: 100px;
}

.home .mid h1 {
    color: white !important;
    text-transform: uppercase;
}

.home .mid h2 {
    color: white !important;
    font-size: 27px;
}

.home .stat {
    background: none;
}

.home .stat i {
}

.home .stat .num {
    color: #fefefe;
    font-size: 44px;
    margin: 0px 0 6px;
    font-weight: 900;
    margin-top: 0;
}

.home .stat .text {
    margin-top: 0;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.home .reg i {
    background: url(../img/freeneo/sprites.png)
        no-repeat 0px 0px !important;
    width: 137px !important;
    height: 135px !important;
}

.home .game i {
    background: url(../img/freeneo/sprites.png)
        no-repeat -202px 0px !important;
    width: 137px !important;
    height: 135px !important;
}

.home .coin i {
    background: url(../img/freeneo/sprites.png)
        no-repeat -418px 0px !important;
    width: 137px !important;
    height: 135px !important;
}

@media (min-width: 576px) {
    .home .feature {
        max-width: 49%;
        margin: 0 0.5%;
    }
}

@media (min-width: 768px) {
    .home .feature {
        max-width: 24%;
        margin: 0 0.5%;
    }
}

.home .feature {
    background: #354a21 !important;
}

.home .feature .header {
    color: white;
    margin-top: 50px;
}

.home .feature .text {
    color: white;
    font-size: 16px;
}

.home .feature .hour {
    background: url(../img/freeneo/sprites.png?v=1.4)
        no-repeat -642px -7px !important;
    width: 115px;
    height: 115px;
}

.home .feature .withdrawl {
    background: url(../img/freeneo/sprites.png)
        no-repeat -799px -2px !important;
    width: 115px;
    height: 115px;
}

.home .feature .lottery {
    background: url(../img/freeneo/sprites.png)
        no-repeat -646px -128px !important;
    width: 115px;
    height: 115px;
}

.home .feature .referral {
    background: url(../img/freeneo/sprites.png)
        no-repeat -770px -128px !important;
    width: 153px;
    height: 115px;
}

.home .what-is {
    width: 67%;
}

@media (max-width: 767px) {
    .home .mid {
        padding: 0 !important;
    }
    .home .bot {
        padding: 0 !important;
    }
    .home .what-is {
        width: 100%;
    }
}

.home .what-is-logo {
    background: url(../img/freeneo/sprites.png?v=1.3)
        no-repeat 0 0px !important;
    background-position: -20px -369px !important;
    width: 440px !important;
    height: 100px !important;
    margin: 0 auto 30px auto !important;
}

.home .bot {
    background: url(../img/freeneo/home-bottom-banner.jpg);
    /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #013506 0%,
        #01540a 50%,
        #028910 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        #013506 0%,
        #01540a 50%,
        #028910 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #013506 0%,
        #01540a 50%,
        #028910 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#013506', endColorstr='#028910', GradientType=0);
    /* IE6-9 */
    padding: 120px 0;
    position: static;
}

.home .bot .banner {
    display: none;
}

.home .what-is {
    position: static;
    transform: none;
    background: none;
}

.home .what-is-header {
    font-size: 51px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}

.home .what-is-text {
    color: white;
    font-size: 20px;
}

.home .banner img {
    display: none;
}

.home .partners {
    background: white;
}

.home .partners h2 {
    display: none;
}

.home .partners img {
    opacity: 1;
}

.home .what-is-logo {
    width: 159px;
    height: 155px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.faq-line-wrapper .faq-a-wrapper {
    background: #16202d;
    position: relative;
    top: -1px;
}

.referral table th,
.referral table td {
    border-color: #16202d !important;
}

/*footer::before {
    content: " ";
    height:100px;
    background:#1b2838;
    display:block;
    margin-bottom:20px;
}*/

footer {
    background: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}
