.box-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.box {
    list-style-type: none;
    float: left;
}

.box.show {
    opacity: 1;
}

.box .inner {
    position: relative;
    padding: 1px;
    overflow: hidden;
}

.box a {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.box img {
    width: 100%;
    max-width: 100%;
    transition: opacity 0.3s linear;
}

.box a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.4s;
}

.three-cols .box {
    width: 100%;
}

.glightbox-clean .gdesc-inner {
    padding: 12px;
}

.glightbox-clean .gslide-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.glightbox-clean .gslide-desc {
    font-size: 13px;
    color: #333;
}

.container {
    margin: 0!important;
    padding: 0!important;
    max-width: 100%!important;
}

.fbm-navigation {
    text-transform: uppercase;
}

.fbm-navigation li {
    display: inline-block;
    position: relative;
    z-index: 9999;
    float: left;
    margin: 0 10px;
}

.fbm-navigation ul {
    padding: 20px 0 4px 0;
    display: inline-block;
    background: rgba(26,26,26,0.7);
    margin: 0;
}

.fbm-site-title,
.fbm-sidebar {
    min-width: 235px;
}

.fbm-site-title img {
    max-width: 100%;
    height: auto;
}

.current_page_item a {
    color: #c90808!important;
}

.fbm-footer-text {
    text-transform: uppercase;
    line-height: 20px;
    font-size: 11px;
    color: #ccc;
}

.fbm-main-header {
    z-index: 23;
    position: relative;
}

.fbm-main-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
    display: block;
}

.fbm-sidebar-text {
    font-size: 12px;
    color: #ddd;
    font-weight: 100;
    line-height: 20px;
    text-transform: uppercase;
    text-align: justify;
}

.fbm-sidebar-text strong {
    font-size: 133%;
    font-weight: normal;
}

.fbm-mobile-menu .nectar_icon {
    display: none;
    position: fixed;
    background: rgba(20,20,20,0.95);
    top: 0;
    left: 0;
    z-index: 99999;
    cursor: pointer;
}
.fbm-mobile-menu .nectar_icon.active i {
    transform: rotate(90deg);
}
.fbm-mobile-menu .fbm-mobile-navigation {
    width: 236px;
    height: 100%;
    left: -236px;
    z-index: 10;
    position: fixed;
    top: 0;
    display: block;
    text-decoration: none;
    margin-right: 1px;
    overflow-y: auto;
    box-sizing: border-box;
    background: #121212;
    transition: left 0.3s ease;
}
.fbm-mobile-menu .fbm-mobile-navigation.active {
    left: 0;
}
.fbm-mobile-menu .fbm-mobile-navigation .widgettitle {
    font-size: 15px;
    padding: 0 12px;
    padding-left: 12px;
    line-height: 53px;
    text-transform: uppercase;
    padding-left: 64px;
    margin: 0 0 1px;
    color: #fff;
    background: #212121;
    font-weight: normal;
}
.fbm-mobile-menu .fbm-mobile-navigation ul,
.fbm-mobile-menu .fbm-mobile-navigation ul li {
    list-style: none;
    margin: 0;
}
.fbm-mobile-menu .fbm-mobile-navigation ul li a {
    padding: 8px 24px!important;
    color: #fff;
    border-bottom: 1px solid #212121;
    display: block;
    position: relative;
    font-size: 13px;
    text-decoration: none;
}
.fbm-page-content-container {
    z-index: 9;
}
.fbm-page-content {
    top: -95px;
    margin-bottom: -95px;
    max-width: 725px;
    color: #fff;
    width: 66%;
}
.wpcf7-form input,
.wpcf7-form textarea {
    background: #fff;
    padding: 2px;
    margin-bottom: 20px;
    border-radius: 2px;
    margin-top: 10px;
}
.wpcf7-form textarea {
    height: 160px;
}
.wpcf7-form .wpcf7-submit {
    color: #eee;
    border: 1px solid#111;
    background: #333;
    background: -moz-linear-gradient(top, #2e2e2e, #1a1a1a);
    text-shadow: 0px 1px 1px #000;
    padding: 8px 2em;
    margin-bottom: 0;
}
.fbm-page-title {
    font-size: 24px;
    color: #c73a3a;
    margin-bottom: 50px;
}
.fbm-photo-title {
    font-size: 20px;
    color: #c90808;
    font-weight: normal;
    margin-bottom: 0;
}
.fbm-photo-desc {
    color: #fff;
    font-style: normal;
}
.fbm-search-form form {
    margin-bottom: 18px;
}
.fbm-photo-results {
    padding: 50px 0;
    border-top: 1px solid #444;
}
.fbm-photo-results .box {
    padding: 0 0 35px;
}
.fbm-search-form .fbm-widget-title {
    font-size: 20px;
    color: #c73a3a;
    margin-bottom: 8px;
    font-weight: normal;
}
.fbm-search-form input[type="text"] {
    background: #fff;
    padding: 3px;
    border-radius: 0;
    border: none;
}
.fbm-search-form input[type="text"]:focus {
    border: none;
    padding: 3px;
}
.fbm-search-form input[type="submit"] {
    display: inline-block;
    margin: 10px auto 0;
    color: #999;
    border: 1px solid #111;
    background: -moz-linear-gradient(top, #2e2e2e, #1a1a1a);
    font-size: 13px;
    padding: 8px 2em;
    font-weight: bold;
    border-radius: 0;
}
.fbm-search-form input[type="submit"]:hover {
    transform: none!important;
}
.photo-caption {
    position: absolute;
    left: auto;
    bottom: 0;
    text-align: left;
    transform: translate3d(0,100%,0);
    transition: transform 0.3s;
    pointer-events: none;
    width: 100%;
    background: rgba(26,26,26, 0.7);
    font-size: 11px;
    padding: 10px;
    line-height: 16px;
}
.photo-caption strong {
    font-size: 12px;
    font-weight: normal;
}
.fbm-logo-image {
    border-bottom: 5px solid #8c0808;
}

@media only screen and (max-width: 999px) {
    /* .fbm-navigation-row,
    .fbm-sidebar {
        display: none;
    } */
    body.home .fbm-site-title {
        margin: auto!important;
    }
    .fbm-site-title .vc_column-inner {
        padding-top: 10px!important;
    }
    .col, body .vc_row-fluid .wpb_column {
        margin-bottom: 0;
    }
    .fbm-mobile-menu .nectar_icon {
        display: block;
    }
    .fbm-page-content-container {
        top: -25px;
    }
}

@media only screen and (max-width: 690px) {
    .fbm-site-title {
        margin: auto!important;
        width: 180px!important;
    }
    .fbm-page-content-container {
        flex-direction: column-reverse;
    }
    .fbm-page-content {
        top: 0;
    }
    .fbm-sidebar {
        width: 100%!important;
        margin-top: 20px;
    }
}

@media (min-width: 390px) {
    .three-cols .box {
        width: 50%;
    }
    .box a:hover {
        background: #292929 url(bg-thmb-photo.png) 50% 50% no-repeat;
    }
    .box a:hover img {
        opacity: 0.25;
    }
    .box-container.three-cols li:hover .photo-caption {
        transform: translate3d(0,0,0);
    }
}

@media (min-width: 576px) {
    .three-cols .box {
        width: 33.3%;
    }

    .three-cols .box:nth-child(3n+0) {
        margin-right: 0;
    }

    .three-cols .box:nth-child(3n+1) {
        margin-left: 0;
    }

    .mcbutton {
        width: auto;
    }
}


@media (min-width: 992px) {
    
}