.navbar-default .navbar-header .navbar-brand {
    color: #fff;
    padding-top: 25px;
}

.navbar-brand > img {
    width: 120px;
}

.navbar-default.affix {
    background-color: #f04823;
    border-color: rgba(34, 34, 34, 0.05);
}

.navbar-default {
    background-color: #f04823;
    border-color: transparent;
}
.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
    color: #ffffff;
}
.affix .navbar-brand-logo span {
    width: 100px;
    display: block;
    height: 46px;
    background: url('img/logo.png');
    background-size: cover;
}

.carousel-caption h2 {
    font-family: Arial,sans-serif;
    font-size: 30px;
}

@media (max-width: 992px) {
    .affix-top .navbar-brand-logo span {
        width: 72px;

        margin-top: 5px;
        height: 32px;

    }

    .navbar-brand > img {
        width: 60px;
    }

    .footer {
        padding-top: 0;
    }

    .navbar-default .navbar-header .navbar-toggle {
        font-size: 1.1428571428571428em;
        color: #fff;
        border-color: rgba(255, 69, 0, 1);
        text-transform: uppercase;
        background-color: rgba(255, 69, 0, 1);
    }

    .affix .navbar-brand-logo span {
        width: 72px;

        margin-top: 5px;
        height: 32px;

    }

    .carousel {
        height: 400px;
    }

    .navbar-brand {
        padding: 5px;
    }

}

.btn-online {
    background: orangered;
}

@media (min-width: 768px) {
    .header {
        height: 600px !important;
    }
}


.gallery-box {
    width: 100%;
    padding: 1rem;
    height: auto;
}

.gallery-box .waterfall {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pin {

    width: 50%;
    height: 35rem;
    padding: 1rem;
}

.gallery-box2 .pin {
    width: 50%;
    height: 35rem;
    padding: 0.1rem;
}

.gallery-box img {
    width: 100%;
    padding: 10px;
    background: #ffffff;
}


.pin a {
    padding: 10px;
    width: 100%;
    border: solid 4px #ffffff;
    height: 100%;
    display: block;background: white;
}


.pin a span {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
}
.pin.pin_height {
    height: 55rem;
}

@media (min-width: 1200px) {
    .gallery-box {
        width: 1200px;
        margin: auto;
    }
}

@media (max-width: 600px) {
    .gallery-box .waterfall {
        justify-content: center;
    }

    .pin {
        width: 100%;
        height: 20rem;
        padding: 1rem;
    }

    .gallery-box2 .pin {
        width: 100%;
        height: 25rem;
        padding: 0.1rem;
    }.pin.pin_height {
         height: 39rem;
     }

}


@media (min-width: 992px) {
    .about-img {
        padding-top: 100px;
    }

    .container-ct {
        width: 70%;
    }


}

#footer .section-title h1 {
    color: white !important;
}


.map iframe {
    width: 100%;
    height: 100% !important;
}

.bg-black {
    padding-top: 15px;
}

.gallery-more {
    display: block;
    padding-top: 2rem;
    font-size: 18px;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:hover{
    color: #ffffff !important;
}
.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:hover{
    color: #ffffff !important;
}
.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus{
    color: #ffffff !important;
}


.pop-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 1111;
    top: 0;
    left: 0; display: none;
}

.pop-box-body {
    max-width: 500px;
    height: auto;
    padding: 30px;
    background-color: white;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    margin: 10px;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.close-btn img {
    width: 30px;
}

.pop-box-flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}