/*
#1 = e20000
#2 = e20000
*/
a {
    color: #fefefe;
    text-decoration: underline;
}

a:hover {
    color: #fefefe;
    text-decoration: none;
}

/* menu */
.nav > li > a:hover {
    color: #e20000;
    text-decoration: none;
}

.navbar .navbar-nav > .active > a {
    color: #fefefe;
}

/* flexslider */
.flex-control-paging li a {
    background: #e20000;
}

.flex-direction-nav a:hover {
    background-color: #e20000;
}

.testimonial span.author a {
    color: #e20000;
}

/* --- icon box hover --- */
.hi-icon-effect-5 .hi-icon {
    color: #e20000;
    box-shadow: 0 0 0 4px #e20000;
}

.no-touch .hi-icon-effect-5 .hi-icon:hover {
    background: #e20000;
    box-shadow: 0 0 0 8px #e20000;
}

/* portfolio */
.portfolio-item .portfolio-desc {
    background: #e20000;
}

/* btn */
.btn-theme {
    background: #e20000;
}

.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    background: #e20000;
}

.btn-cta, .btn-cta.btn-lg {
    background: #e20000;
    border-color: #e20000;
}

.btn-cta:focus, .btn-cta:active {
    border-color: #e20000;
}

/* contact */
.validation {
    color: #e20000;
}

/* footer */
.social-circle li a {
    background: #e20000;
}

a.scrollup {
    background: #e20000;
}

/*  ireast style    */

.section-contact {
    background: url("../img/bg3.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-top {
    background-image: url("../img/bg3.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-about {
    background-image: url("../img/bg2.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-hardware {
    background-image: url("../img/bg4a.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-offer {
    background-image: url("../img/bg5.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-black {
    color: #fefefe;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px;
    line-height: 24px;
}