/**
 * Galleria Miniml Theme - v1.5.0 2017-06-03
 * https://galleria.io
 *
 * Copyright (c) 2010 - 2017 worse is better UG
 * LICENSE: 55e80145f67f29878d9804661545f245
 * https://galleria.io/license/
 *
 */

#galleria-loader{height:1px!important}

.galleria-theme-shoutcmsminiml {
    position: relative;
    font:11px/14px arial,sans-serif;
}
.galleria-theme-shoutcmsminiml.dark.fullscreen {
    background: transparent;
}
.galleria-theme-shoutcmsminiml img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-theme-shoutcmsminiml .galleria-stage {
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0px;
    right: 0px;
    overflow:hidden;
}
.galleria-theme-shoutcmsminiml .galleria-dots {
    position:absolute;
    height:10px;
    bottom:0;
    left:0;
}
.galleria-theme-shoutcmsminiml .galleria-dots div {
    width:10px;
    height:10px;
    margin-right:5px;
    color:#ccc;
    color: rgba(0,0,0,.2);
    font-size:36px;
    line-height:12px;
    float:left;
    cursor:pointer;
    font-family: arial,sans-serif;
}
.galleria-theme-shoutcmsminiml.dark .galleria-dots div {
    color:#333;
}
.galleria-theme-shoutcmsminiml.notouch .galleria-dots div:hover,
.galleria-theme-shoutcmsminiml.touch .galleria-dots div:active {
    color:#d77;
}
.galleria-theme-shoutcmsminiml .galleria-dots div.active {
    color:#222;
}
.galleria-theme-shoutcmsminiml.dark .galleria-dots div.active {
    color:#eee;
}
.galleria-theme-shoutcmsminiml .galleria-fs,
.galleria-theme-shoutcmsminiml .galleria-thumbs,
.galleria-theme-shoutcmsminiml .galleria-more {
    width:12px;
    height:12px;
    cursor:pointer;
    background: url(fs.png) no-repeat 50% 50%;
    position:absolute;
    bottom:0;
    right:0;
}
.galleria-theme-shoutcmsminiml.dark .galleria-fs {
    background-image: url(fs-neg.png);
}
.galleria-theme-shoutcmsminiml .galleria-thumbs {
    background-image:url(thumb.png);
    right:18px;
}
.galleria-theme-shoutcmsminiml.dark .galleria-thumbs {
    background-image: url(thumb-neg.png);
}
.galleria-theme-shoutcmsminiml .galleria-more {
    background-image:url(info.png);
    right:34px;
}
.galleria-theme-shoutcmsminiml.dark .galleria-more {
    background-image: url(info-neg.png);
}
.galleria-theme-shoutcmsminiml.notouch .galleria-fs:hover,
.galleria-theme-shoutcmsminiml.notouch .galleria-thumbs:hover,
.galleria-theme-shoutcmsminiml.notouch .galleria-more:hover,
.galleria-theme-shoutcmsminiml.touch .galleria-fs:active,
.galleria-theme-shoutcmsminiml.touch .galleria-thumbs:active,
.galleria-theme-shoutcmsminiml.touch .galleria-more:active,
.galleria-theme-shoutcmsminiml .galleria-thumbs.active,
.galleria-theme-shoutcmsminiml .galleria-more.active {
    opacity: .5;
    filter: alpha(opacity=50);
}
.galleria-theme-shoutcmsminiml.fullscreen .galleria-stage{
    bottom:30px;
}
.galleria-theme-shoutcmsminiml.fullscreen .galleria-dots {
    left:10px;
    bottom:10px;
}
.galleria-theme-shoutcmsminiml.fullscreen .galleria-fs {
    right:10px;
    bottom:10px;
    background-image:url(exit.png);
}
.galleria-theme-shoutcmsminiml.fullscreen .galleria-thumbs {
    right:25px;
    bottom:10px;
}
.galleria-theme-shoutcmsminiml.fullscreen .galleria-more {
    right:40px;
    bottom:10px;
}
.galleria-theme-shoutcmsminiml.fullscreen .galleria-info {
    bottom:10px;
    margin-left:5px;
}
.galleria-theme-shoutcmsminiml.fullscreen .galleria-thumbnails-container{
    bottom:30px;
}
.galleria-theme-shoutcmsminiml .galleria-counter {
    display:none;
}
.galleria-theme-shoutcmsminiml .galleria-loader {
    width: 30px;
    height: 30px;
    background: #fff url(loader.gif) no-repeat 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 3;
    display:none;
}
.galleria-theme-shoutcmsminiml .galleria-info {
    position: absolute;
    bottom:0px;
    height:10px;
    line-height:10px;
}
.galleria-theme-shoutcmsminiml .galleria-info-title {
    display:inline;
    color:#666;
}
.galleria-theme-shoutcmsminiml.dark .galleria-info-title {
    color:#aaa;
}
.galleria-theme-shoutcmsminiml .galleria-info-description {
    display:none!important;
}
.galleria-theme-shoutcmsminiml .galleria-desc {
    position:absolute;
    width:30%;
    bottom:30px;
    left:auto;
    right: 10px;
    background:#fff;
    border:5px solid #fff;
    padding:5px;
    z-index:2;
    font:11px/14px arial,sans-serif;
    display:none;
    color:#777;
    cursor:pointer;
}
.galleria-theme-shoutcmsminiml.fullscreen .galleria-desc {
    bottom: 40px;
}
.galleria-theme-shoutcmsminiml.dark .galleria-desc {
    background:#000;
    border-color:#000;
    color:#aaa;
}
.galleria-theme-shoutcmsminiml .galleria-desc.hover{
    background:#fff url(bye.png) no-repeat 100% 0;
}
.galleria-theme-shoutcmsminiml.dark .galleria-desc.hover{
    background:#000 url(bye-neg.png) no-repeat 100% 0;
}
.galleria-theme-shoutcmsminiml .galleria-desc strong{
    color:#222;
    font-weight:normal;
    margin-bottom:5px;
    display:block;
}
.galleria-theme-shoutcmsminiml.dark .galleria-desc strong{
    color:#eee;
}
.galleria-theme-shoutcmsminiml .galleria-desc p{
    margin-bottom:0;
}
.galleria-theme-shoutcmsminiml .galleria-image-nav {
    display:none;
}
.galleria-theme-shoutcmsminiml .galleria-thumbnails-container {
    position:absolute;
    top:0;
    bottom:20px;
    left:0;
    right:0;
    background:url(bg.png);
    z-index:2;
    overflow:hidden;
    visibility: hidden;
}
.galleria-theme-shoutcmsminiml .galleria-thumbnails {
    margin:10px;
}
.galleria-theme-shoutcmsminiml .galleria-thumbnails .galleria-image {
    height: 50px;
    width:80px;
    background: #d77;
    margin: 2px 8px 8px 2px;
    float: left;
    cursor: pointer;
       -moz-box-shadow: 0 0 2px rgb(0,0,0);
    -webkit-box-shadow: 0 0 2px rgb(0,0,0);
            box-shadow: 0 0 2px rgb(0,0,0);
}
.galleria-theme-shoutcmsminiml.notouch .galleria-thumbnails .galleria-image img:hover,
.galleria-theme-shoutcmsminiml.touch .galleria-thumbnails .galleria-image img:active {
    opacity:.1!important;
    filter: alpha(opacity=10)!important;
}














/* ******************************** SHOUTCMS - START ******************************** */



.galleria-theme-shoutcmsminiml.galleria-stage {
    background:#FFF;
}

.galleria-theme-shoutcmsminiml.fullscreen .galleria-stage {
    background:#000 none;
}

.galleria-theme-shoutcmsminiml .galleria-close {
    width:50px;
    height:50px;
    position:absolute;
    top:0;
    right:0;
    background:url(shoutcmsminiml-close.png) no-repeat 0 0;
    z-index:100000;
    cursor:pointer;
}

.galleria-theme-shoutcmsminiml .galleria-close:hover{
    background-position:0 -50px;
}

.galleria-theme-shoutcmsminiml {
    font:16px arial,sans-serif;
}

.galleria-theme-shoutcmsminiml .galleria-more {
    padding-left:2%;
}

.galleria-theme-shoutcmsminiml .galleria-more {
    right:36px;
}

.galleria-theme-shoutcmsminiml.fullscreen .galleria-more {
    right:60px;
}




/* ******************************** SHOUTCMS - END ******************************** */