/*
version: 1.0
*/
.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 0;
    }

    #index-banner .section {
        top: 10%;
    }

    .brat-container {
        width: 90% !important;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }

    .brat-container {
        width: 60% !important;
    }

    nav{
        display: none;
    }
}

footer.page-footer {
    margin: 0;
}

.media-title {
    font-size: 2em;
    margin: 3px;
}

.brat-container {
    width: 700px;
}

#map {
    width: 100%;
    height: 500px;
    min-height: 430px
}

.selectable {
    user-select: all;
}

.review-item {
    border: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 3px;
    padding-top: 15px;
}

.small-padding {
    padding-bottom: 5px;
}
#brat_pl-welcome-banner
{
    background: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#category-Dietary-supplements,
#category-Spices-and-herbs,
#category-health,
#brat_pl-welcome-banner
{
    cursor: pointer;
}