﻿#galleria-loader {
    height: 1px !important
}

.galleria-theme-landscape {
    position: relative;
    overflow: hidden;
}

    .galleria-theme-landscape img {
        -moz-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

    .galleria-theme-landscape .galleria-stage {
        position: absolute;
        top: 1px;
        bottom: 130px;
        left: 1px;
        right: 1px;
        overflow: hidden;
    }

.galleria-thumbnails .galleria-image {
    height: 100px
}

.galleria-theme-landscape .galleria-thumbnails-container {
    height: 120px;
    bottom: -85px;
    position: absolute;
    left: 800px;
    right: -657px;
    width: 620px;
    z-index: 2;
}

.galleria-theme-landscape .galleria-carousel .galleria-thumbnails-list {
    margin-left: 38px;
    margin-right: 27px;
}

.galleria-theme-landscape .galleria-thumbnails .galleria-image {
    height: 120px;
    width: 180px;
    background: #000;
    margin: 0 5px 0 0;
    float: left;
    cursor: pointer;
}

.galleria-theme-landscape .galleria-thumb-nav-left,
.galleria-theme-landscape .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    position: absolute;
    left: -33px;
    top: 5px;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
    opacity: .65;
}

    .galleria-theme-landscape .galleria-thumb-nav-left:before {
        font-family: FontAwesome;
        content: "\f104";
        font-size: 5em;
        line-height: 1.40em;
    }

.galleria-theme-landscape .galleria-thumb-nav-right {
    border-right: none;
    right: 0;
    left: auto;
}

    .galleria-theme-landscape .galleria-thumb-nav-right:before {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 5em;
        line-height: 1.40em;
        right: 0;
    }

.galleria-theme-landscape .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}

.galleria-theme-landscape.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-theme-landscape .galleria-carousel .galleria-thumb-nav-left,
.galleria-theme-landscape .galleria-carousel .galleria-thumb-nav-right {
    display: block;
    height: 100%;
    right: 10px;
}

.galleria-theme-landscape.galleria-container.videoplay .galleria-info,
.galleria-theme-landscape.galleria-container.videoplay .galleria-counter {
    display: none !important;
}

.bg-expand-icon {
    background: rgba(0,0,0,.15);
    border-radius: 7px;
    width: 1.5em !important;
    height: 1.5em !important;
}

    .bg-expand-icon i {
        top: -4px;
    }

@media only screen and (max-width: 768px) {
    .galleria-theme-landscape .galleria-thumb-nav-left {
        left: -10px;
        top: 25px;
    }

    .galleria-theme-landscape .galleria-carousel .galleria-thumb-nav-right {
        right: 25px;
        top: 25px;
    }

        .galleria-theme-landscape .galleria-thumb-nav-left:before,
        .galleria-theme-landscape .galleria-thumb-nav-right:before {
            font-size: 3em;
        }
    .galleria-theme-landscape .galleria-carousel .galleria-thumbnails-list {
        margin-left: 30px;
        margin-right: 40px;
    }
}