/*
 * Galleria Classic Theme 2011-06-07
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */

.galleria-errors {
    display: none;
}

.galleria-container {
    position: relative;
}

    .galleria-container img {
        -moz-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.galleria-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.galeria-image {
    background: #000;
}

.galleria-thumbnails-container {
}



.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
    display: none;
}

.galleria-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 39%;
    left: 48%;
    z-index: 2;
    display: none;
    background: url('../../images/progress.gif') no-repeat 2px 2px;
}

.galleria-info {
    width: 100%;
    z-index: 2;
}

.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    width: 50%;
    opacity: .7;
    filter: alpha(opacity=70); /* IE7 */
    zoom: 1;
}

.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}

.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}

.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 8px;
    left: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}

.notouch .galleria-info-close:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=100);
}

.galleria-info-close:active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=100);
}

.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}

.notouch .galleria-info-link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=100);
}

.galleria-info-link:active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=100);
}

.galleria-image-nav {
    position: absolute;
    top: 100%;
    margin-top: -82px;
    width: 100%;
    height: 80px;
    left: 0;
}

.galleria-image-nav-left {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    width: 9%;
    height: 80px;
    position: absolute;
    right: 80px !important;
    z-index: 2;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.galleria-image-nav-right {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    width: 9%;
    height: 80px;
    position: absolute;
    right: 0 !important;
    z-index: 2;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    background: none;
}

.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=100);
}

.galleria-thumb-nav-left {
    cursor: pointer;
    display: none;
    position: absolute;
    left: 5px;
    top: 29px;
    height: 29px;
    width: 23px;
    z-index: 3;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=100);
}

.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    top: 29px;
    height: 29px;
    width: 23px;
    z-index: 3;
    opacity: 1;
    border-right: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=100);
}

.galleria-thumbnails-container .disabled {
    opacity: .2 !important;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=80);
}

.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    background: none;
}

.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=100);
}

.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2 !important;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: alpha(opacity=80);
}

.galleria-image,
.galleria-images {
    background-color: none;
}

    .galleria-images::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: rgba(4,13,30,.1);
    }

.galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right {
    display: none;
}

.galleria-info-link,
.galleria-info-close {
    background-repeat: no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
}

.galleria-fullscreen, .galleria-popout {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: -858px 0;
    bottom: -523px;
    cursor: pointer;
    height: 70px;
    opacity: 1;
    position: absolute;
    right: 25px;
    width: 70px;
    z-index: 40;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
}

.galleria-fullscreen {
    display: block;
    position: absolute;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
}

.fullscreen .galerias_wrapper .galleria-stage {
    height: 90%;
}

body .galleria-lightbox-shadow {
    background: transparent;
}

body .galleria-lightbox-close {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
}

body .galleria-lightbox-image {
    bottom: 10px;
}

body .galleria-lightbox-info {
    display: none;
}

body .galleria-lightbox-counter {
    display: none;
}

body .galleria-lightbox-box .galleria-lightbox-prevholder, body .galleria-lightbox-box.iframe .galleria-lightbox-prevholder {
    margin-top: -50px;
    left: 20px;
    bottom: 0;
    width: 100px;
    height: 100px;
    top: 50%;
}

body .galleria-lightbox-box .galleria-lightbox-nextholder, body .galleria-lightbox-box.iframe .galleria-lightbox-nextholder {
    margin-top: -50px;
    right: 20px;
    bottom: 0;
    width: 100px;
    height: 100px;
    top: 50%;
}

body .galleria-lightbox-prev {
    left: 0;
}

body .galleria-lightbox-next {
    right: 0;
}

/*.galleria-fullscreen.open{top:26px;right:15px;background-position: -945px -2px;}*/
.notouch .galleria-fullscreen:hover,
.notouch .galleria-fullscreen:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.galleria-popout { /* background-image: url("popout.png");background-position: 50% 50%;right: 30px;*/
}

.galleria-play {
    color: #fff;
    font-size: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    right: 5px;
    top: 490px;
    position: absolute;
    width: 120px;
    height: 35px;
    cursor: pointer;
    display: block;
}

.galleria-container.notouch .galleria-thumblink:hover, .galleria-container.touch .galleria-thumblink:active, .galleria-thumblink.open, .galleria-container.notouch .galleria-fullscreen:hover, .galleria-container.touch .galleria-fullscreen:active, .galleria-container.notouch .galleria-play:hover, .galleria-container.touch .galleria-play:active, .galleria-container.notouch .galleria-popout:hover, .galleria-container.touch .galleria-popout:active {
    /* background-color: #000000;*/
}

.galleria-download {
    width: 200px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
