.search-gallery > ul {
    margin-bottom: 0;
}
.search-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 200px;
}
.search-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.search-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.search-gallery > ul > li a:hover .search-gallery-poster > img {
    opacity: 1;
}
.search-gallery > ul > li a .search-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.search-gallery > ul > li a .search-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.search-gallery > ul > li a:hover .search-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.search-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.search-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.search-gallery .justified-gallery > a:hover .search-gallery-poster > img {
    opacity: 1;
}
.search-gallery .justified-gallery > a .search-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.search-gallery .justified-gallery > a .search-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.search-gallery .justified-gallery > a:hover .search-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.search-gallery .video .search-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.search-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .search-gallery {
    padding-bottom: 80px;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { width: 100%; }

.legend-btn {
    pointer-events: none;
}

.photo-download-btn {
    margin-top: 2px;
}

.file-select {
    margin-top: 2px;
}

.search-results {
  border-top: 1px solid #000000;
}

.search-filter-container {
  background-color: #000000;
  color:            #FFFFFF;
  height:           65px;
}

.filter-results-cell {
  border-left:  2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
