.gallery-head, .gallery-copy {
    background-color: #333;
    color: white;
}
.gallery-head {
    overflow: hidden;
}
.gallery-copy {
    position: relative;
    padding: 20px 0;
}
.gallery-copy .copy-container {
    padding-top: 5px;
}
.customer-header-right .copy-container {
    padding-top: 28px;
}
.customer-header-right.landscape .copy-container {
    padding-top: 0;
}
.customer-header-right .copy-container {
    font-size: 80%;
}
.customer-header-right.landscape .copy-container p {
    font-size: 90%;
}
.copy-container a {
    color: white;
    text-decoration: underline;
}
.customer-gallery .customer-logo {
    padding-top: 10px;
}
.customer-gallery .customer-header-right {
    height: 100%;
    padding-left: 20px;
    padding-right: 5px;
}
.customer-gallery .customer-header-right .customer-logo {
    margin-left: -9px;
}
.customer-gallery.headshotgallery .customer-header-right {
    border-left: 2px solid #FFFFFF;
}

@media (min-width: 768) {
    .container.gallery-head-container {
        width: 550px;
    }
    .container.gallery-head-container.customer {
    }
    .logo-container img {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container.gallery-head-container {
        width: 600px;
    }
    .container.gallery-head-container.customer {
        width: 400px;
    }
    .logo-container img {
        width: 100%;
    }
}
@media (min-width: 1000px) {
    .container.gallery-head-container {
        width: 700px;
    }
    .container.gallery-head-container.customer {
        width: 500px;
    }
    .logo-container img {
        width: 100%;
    }
}
@media (min-width: 1100px) {
    .container.gallery-head-container {
        width: 800px;
    }
    .container.gallery-head-container.customer {
        width: 600px;
    }
}
@media (min-width: 1200px) {
    .container.gallery-head-container {
        width: 900px;
    }
    .container.gallery-head-container.customer {
        width: 700px;
    }
}
@media (min-width: 1300px) {
    .container.gallery-head-container {
        width: 1000px;
    }
    .container.gallery-head-container.customer {
        width: 800px;
    }
}

.gallery-head .border-right {
    border-right: solid 2px #333;
}
.gallery-head .border-left {
    border-left: solid 2px #333;
}
.gallery-head .border-top {
    border-top: solid 1px #333;
}
.gallery-head .border-bottom {
    border-bottom: solid 1px #333;
}

.gallery-head .thumbnail {
    background-color: #333;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.gallery-head div {
    padding: 0;
}

.gallery-head .row {
    margin: 0;
}

.gallery-thumbnails .row div {
    height: 100%;
}

#image_modal .modal-header {
    border-bottom: none;
}
#image_modal .modal-body .thumbnail {
    border: none;
}
#image_modal .modal-body .thumbnail:hover {
    cursor: pointer;
}

.thumbnail > .number {
    position: absolute;
    bottom: 18px;
    right: 6px;
    color: #C7C7C7;
}
.navbar.gallery {
    min-height: 0; /* overrides bootstrap */
    padding: 5px 0;
}
.nav>li>a {
    padding: 0 0 0 5px;
}
.nav>li>a, .nav .fa {
    font-size: 130%;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: white;
}
.navbar-text.gallery-name, .navbar-brand.logo {
    margin: 5px;
    color: #65b8f2;
    font-size: 190%;
    padding: 0 0 0 5px;
    margin: 0;
    height: auto;
    line-height: auto;
}
a.navbar-brand {
    width: 40%;
}

.place {
    overflow: hidden;
}

#scroll_more {
    display: none;
    position: absolute;
    z-index: 100;
    width: 124px;
    height: 43px;
    text-indent: -99999px;
    background: url('/img/01/scrollMore4.png') bottom no-repeat transparent;
    cursor: pointer;
}

span.custom {
    position: fixed;
    color: white;
    z-index: 9999999;
}

.blueimp-gallery > h3.title {
    left: -0%;
    top: .5%;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #C9CAC9;
}
