html * {
    font-family: Roboto, sans-serif;
}

.navbar ul li a {
    font-size: 85%;
    color: #fafafa;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    height: 50px;
}

.navbar ul li a:hover {
    background: transparent;
    border-color: #fff;
}

.navbar .navbar-brand {
    display: none;
}

.navbar.filled .navbar-brand {
    display: block;
}

.navbar.filled {
    background: #f2f2e2;
}

.navbar.filled ul li a {
    font-size: 85%;
    color: #3f0000;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    height: 50px;
}

.navbar.filled ul li a:hover {
    background: #fff;
    border-color: #2d150f;
}

.navbar.filled li.active a {
    background: #fff;
    border-bottom: 2px solid #e85211;
}

.section#content {
    margin-top: 50px;
}

div#main-screen, footer {
    width: 100%;
    background: #f2f2ef;
    background-image: url('/images/bg/01.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

div#main-screen .overlay {
    padding: 130px 0 80px 0;
}

footer .overlay {
    padding: 80px 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
}

div.phone, div.comp-name, div.email {
    text-align: center;
}

div.comp-name img {
    display: block;
    margin: 0 auto 20px auto;
}

div.comp-name span, a.navbar-brand {
    font-size: 230%;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

a.navbar-brand {
    font-size: 150%;
    color: #333;
}

a.navbar-brand img {
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    background: #000;
    padding: 6px;
    border-radius: 6px;
    margin-top: -6px;
}

div.phone span {
    font-size: 336%;
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
}

div.phone span a {
    color: #FFF !important;
    text-decoration: none;
}

div.email span {
    font-size: 206%;
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
}

div.email span a {
    color: #FFF !important;
    text-decoration: none;
}

div.email span a:hover {
    text-decoration: underline;
}

div.copy {
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: 100;
    margin-top: 50px;
}

#advantages {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

#advantages h2 {
    font-size: 226%;
    font-weight: 100;
    margin: 50px 0 30px 0;
}

#advantages p {
    font-size: 116%;
    font-weight: 100;
}

section.block {
    padding: 50px 0;
    background: #f2f2e2;
}

section.block:nth-child(even) {
    background: #fafafa;
}

section.block h3 {
    text-align: center;
    font-weight: 100;
    font-size: 400%;
    margin-bottom: 50px;
}

section.block p {
    font-size: 130%;
    font-weight: 100;
}

ul {
    font-size: 120%;
    font-weight: 100;
    color: #222;
    padding-left: 18px;
}

ul li {
    margin-bottom: 10px;
}

ul li:last-child {
    margin-bottom: 0;
}

#plastering {
    padding: 0;
    background-image: url('/images/bg/02.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    color: #fff;
}

#plastering ul {
    color: #fff;
}

#plastering .overlay {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.8);
}

#price p {
    text-align: center;
}

a.btn-bes {
    background: #e85211;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}

a.btn-bes:hover {
    color: #fff;
    transform: scale(1.05);
    background: #ce4104;
}

#carousel {
    padding-bottom: 50px;
}

.carousel-control {
    color: #666;
    background-image: none !important;
}

#carousel div.image {
    width: 100%;
    height: 400px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    border-color: #666;
}

.carousel-indicators .active {
    background-color: #555;
}

a#call-us-btn {
    position: absolute;
    left: 10px;
    top: 130px;
    background: #3e8f3e;
    color: #FFF;
    padding: 35px 20px;
    text-align: center;
    border-radius: 12px;
}
a#call-us-btn img {
    display: block;
    margin: auto auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
    div.comp-name span {
        font-size: 210%;
    }

    div.phone span {
        font-size: 300%;
    }

    a.navbar-brand img {
        display: none;
    }

    a.navbar-brand {
        margin-top: 6px;
    }
}

@media screen and (max-width: 320px) {
    div.comp-name span {
        font-size: 170%;
    }

    div.phone span {
        font-size: 270%;
    }

    a#call-us-btn {
        padding: 25px 10px;
    }
}