/* Enter Your Custom CSS Here */

body.home .section-reviews .reviewwrap {
    border: 3px white solid;
}

body.home {
    background-color: black !important;
}
.btn-default-p {
    background: white !important;
    color: black !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background: black;
    border-color: black;
    color: #fff;
}

.cd-top {
background: black url(assets/images/cd-top-arrow.svg) no-repeat center 50%;
}
.footer a:hover, .footer a:focus {
    color: white;
}
a:hover, a:focus {
    color: gray;
}
.header {
    background: black;
}
.wp-paginate .current {
    color: #fff;
    background: black;
}
.wp-paginate a {
    background: gray;
    color: white;
}
a {
    color: black;
}
.aside {
    background: white;
}
h1 {
    color: black;
}
.content-isell {
    background: black;
}
.navbar .nav>li>a:hover, .navbar .nav>li>a:focus {
       background-color: transparent;
    color: white !important;
}
.navbar .navbar-nav-extras>li>a:hover, .navbar .navbar-nav-extras>li>a:focus {
    color: white !important;
}
.navbar .navbar-form .input-group-sm>.input-group-btn>.btn {
    background: black !important;
    color: white !important;
    border-color: white !important;
}
.wp-paginate a:hover, .wp-paginate a:active {
    background: black !important;
}
body.home .section-isell-wrap {
    height: 400px !important;
}
@media (max-width: 768px) {
body.home .header {
    background: black;
}
}
@media (max-width: 768px) {
.navbar .navbar-toggle {
    border-color: white !important;
    background: white !important;
}
}
@media (max-width: 992px) and (min-width: 769px) {
body.home .headerwrap {
    background: black !important;
}
}
.navbar-brand {
    color: white;
}

.list-quickcontact {
    font-size: 30px;
}
.navbar .navbar-nav-extras>li>a {
    font-size: 25px !important;
}
.no-touch .cd-top:hover {
    background-color: black;
}
.isellimage {
display:none;
}
@media only screen and (max-width: 768px) {
.isellimage {
display: block;
}
}