/*! Color Scheme 1 */
a {
    color: #070707;
}

a:hover,
a:focus,
a:active,
a:hover:active {
    color: #34b1c3;
}

input {
    border: 2px solid #070707;
}

.color {
    background-color: #070707;
}

.text-notice-line:after {
    background: #F2C94C;
}

.text-notice {
    color: #F2C94C;
}

.list li i {
    color: #F2C94C;
}

#page-preloader .path {
    stroke: #070707;
}

.action-button-nav {
    color: #ffffff;
    background-color: #F2C94C;
}

.action-button-nav:hover {
    color: #ffffff;
    background-color: #F2C94C;
}

.action-button-nav:before {
    background: #EAB000;
}

.action-button-cta {
    color: #ffffff;
    background-color: #F2C94C;
}

.action-button-cta:hover {
    color: #ffffff;
    background-color: #EAB000;
}

.action-button-cta:before {
    background: #EAB000;
}

.hero-button,
.buy-button,
.order-button,
.submit-button {
    color: #ffffff;
    background-color: #070707;
}

.hero-button:hover,
.buy-button:hover,
.order-button:hover,
.submit-button:hover {
    color: #ffffff;
    background-color: #070707;
}

.hero-button:before,
.buy-button:before,
.order-button:before,
.submit-button:before {
    background: #34b1c3;
}

.header-container .header-content {
    background-color: #fff;
   
}

.header-container .header-content .scroll-link a:after {
    background: #34b1c3;
}

.logo-promo-text:before {
    background: #070707;
}

.navbar-default .navbar-nav>li>a:before {
    background: #F2C94C;
}

.navbar-default .navbar-nav>li.current>a:before {
    background: #F2C94C;
}

.navbar-fix .logo-promo-text:before {
    background: #F2C94C;
}

.nav-bg {
    background-color: #070707;
}

.navbar-page-top {
    background-color: #070707 !important;
}

.navbar-page-top .logo-promo-text:before {
    background: #F2C94C;
}

.score-graph {
    background-color: #070707;
}

.tech-block i {
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.features i {
    color: #070707;
}

.gallery-img .slider .flex-direction-nav a:before {
    color: #F2C94C;
}

.product p {
    color: #a8e0e8;
}

.product .product-block .product-bg {
    background-color: #070707;
}

.product .product-block .product-content .version-bg {
    color: #070707;
}

.product .product-block .sale:before {
    background-color: #F2C94C;
}

.product .product-block .sale-price {
    color: #F2C94C;
}

.product-l2 .product-l2-bg .bg-img {
    background-color: #070707;
}

.product-l2 .product-l2-content .product-info .sale:before {
    background-color: #F2C94C;
}

.product-l2 .product-l2-content .product-info .sale-price {
    color: #F2C94C;
}

.order .order-form-bg {
    background-color: #070707;
}

.order .order-form-header .order-desc .version {
    color: #a8e0e8;
}

.order .order-form-content select {
    border: 2px solid #070707;
}

.order .order-send {
    background-color: #070707;
}

.video .play a,
.video .play i {
    color: #070707;
}

.video .play a:hover,
.video .play a:active,
.video .play a:focus,
.video .play i:hover,
.video .play i:active,
.video .play i:focus {
    color: #34b1c3;
}

.newsletter .newsletter-notice {
    color: #a8e0e8;
}

.nf-send,
.nf-success {
    background-color: #070707;
}

.reviews .review:before {
    color: #070707;
}

.footer .footer-social-icons li a:hover,
.footer .footer-social-icons li a:active,
.footer .footer-social-icons li a:focus {
    color: #34b1c3;
}

.footer .footer-bottom-links ul li {
    color: #070707;
}

@media (max-width: 992px) {
    .logo-promo-text:before {
        background-color: #F2C94C;
    }
}

@media (max-width: 767px) {
    .header-container .header-content .scroll-link a {
        color: #070707;
    }

    .header-container .header-content .scroll-link a:before {
        background-color: #070707;
    }
}

@media (max-width: 510px) {
    .order .order-form-header .order-desc .version {
        color: #070707;
    }
}