.probootstrap-heading .secondary-heading {
    margin-top: 20px;
}
.flexslider .probootstrap-slider-text {
    margin-top:200px;
}

.btn-order {
    font-size: 24px;
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
}


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

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

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

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

.pin a {
    padding: 10px;
    width: 100%;
    box-shadow: 0px 1px 3px #d5d5d5;
    height: 100%;
    background: #ffffff;
    display: block;
}

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

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

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


@media screen and (max-width: 480px) {
    .flexslider, .flexslider .slides > li, .slider-height {
        height: 600px;
    }
}


@media (max-width: 992px){
    .probootstrap-navbar .navbar-brand {
        position: relative;
        width: 117px;
        height: 40px;
        background: url(/img0813/logo.png) left 100% no-repeat;
        background-size: cover;
    }
}

