body {
    background: none;
    background-color: #fff;
    color: #1f1e21;;
}

header {
    background: none;
    padding: 15px 0;
}

header .slider {
    margin-top: -100px;
}
.container-fluid-custom {
    padding-right: 15px;
    padding-left: 15px;
    width: inherit;
}

.container-fluid-custom .row {
    margin-left: -15px;
    margin-right:  -15px;
    max-width: 100%;
}

.container-fluid-custom .row .span12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}
#content {
    background: none;
}

.contact-form input, .contact-form  textarea {
    border: 1px solid #1f1e21 !important;
    color: #1f1e21;
}

header .slider {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(31,30,33,1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(31,30,33,1);
    box-shadow: 0px 5px 10px 0px rgba(31,30,33,1);
}

header .contacts a span.fa-lg {
        margin-top: 15px;
    } 

header .contacts span>small {
    display: block;
    font-size: 70%;
        margin-top: -15px;
}

.campaigns .thumbnail,
.thumbnails .thumbnail {
    background: url(../images/bg-content.jpg) 0 0 repeat #1f1e21;
}

.campaigns .thumbnail .caption{
    border-radius: 6px;
}

.featured-title h3,
.featured-title h2 {
    color: #1f1e21;
}

ul.list li {
    background: none;
    color: #1f1e21;
}

ul.list li a {
    color: #1f1e21;
    text-decoration: none;
    font-size: 20px;
}

.services .background-container {
    background-size: cover;
    background-repeat: no-repeat;
    margin: 15px;
}

.sub-content h1, .sub-content h4,
.services h1, .services h4,
.service .service-content,
.main-content .featured h3, .main-content .featured h5 {
    background: none;
    color: #1f1e21;
}

.services h1 {
    margin-bottom: 0;
    padding-left: 15px
}

.service .service-content {
    padding-top: 0;
}

.service .service-content p.text-info,
.service .service-content p,
.service .service-content ul,
.main-content .featured ul li
 {
    color: #1f1e21;
    font-size: 15px;
}

@media (max-width: 767px) {
    .container-fluid-custom {
        padding: 0 15px;
    }

    .container-fluid-custom .row {
        max-width: inherit;
    }

    header .slider {
        padding-top: 0 !important;
        background: none;
    }
}

@media (min-width: 400px) {
    .contacts {
        display: block;
    }
}

@media (min-width: 768px) {

    .campaigns {
        position: absolute;
        top: 70%;
        z-index: 99999;
    }
   .home .home-about {
    margin-top: 480px;
   }

    header .contacts {
        margin-top: 0;
        padding-top: 0;
    }

    header .contacts span, header .contacts a {
        font-size: 28px;
    }

    header .contacts a {
        line-height: 0;
    }

    header .contacts a span.fa-lg {
        margin-top: 20px;
    } 
    header .contacts span>small {
        display: block;
        font-size: 70%;
        margin-top: -20px;

    }
}

@media (min-width: 979px) {
    .home .home-about {
        margin-top: 205px;
       }
}

@media (min-width: 1200px) {
   
    .home  .campaigns {
        top: 78%;
    }
   
}