/* Slideshow / fotorama */
.slideshow .slideshow_plugin{min-height: 540px; background-repeat: no-repeat; background-position: left top;}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
    .slideshow .slideshow_plugin{min-height: auto;}
}
.slideshow .fotorama__arr{margin-top: -54px !important;}
.slideshow .fotorama__stage{background-color: #f1f2f3;}
.fotorama--fullscreen.slideshow_plugin{background-image: none !important;}
.slideshow .slideshow_hideimgs{
    display: table-cell;
    width: 639px;
    height: 402px;
    background-color: #f1f2f3;
    text-align: center;
    vertical-align: middle;
}
.slideshow .slideshow_hideimgs img{display: none;}
.slideshow .slideshow_hideimgs img:first-child{display: inline-block; max-width: 858px;  max-height: 540px;  }
@media only screen and (min-width: 981px) and (max-width: 1199px) {
    .slideshow .slideshow_hideimgs img:first-child{max-width: 639px;  max-height: 402px;  }
}
.fotorama__fullscreen-icon
,.slideshow_centerlock{
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    background-color: transparent !important;
    background-image: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 70% !important;
    height: 100% !important;
    margin: 0 auto !important;
}
.fotorama__fullscreen-icon.fotorama__fullscreen-icon-onephoto{width: 100% !important;}
.slideshow_centerlock{
    z-index: 20;
}
.fotorama__nav:before, .fotorama__stage:before, .fotorama__nav:after, .fotorama__stage:after {
    background-image: none !important;
}
.fotorama--fullscreen{ background-color: rgba(0,0,0,0.95) !important;}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {background: none !important;}
.fotorama__nav-wrap{width: 80%; margin: 0 auto;}
.fotorama--fullscreen .fotorama__nav-wrap{width: auto; margin: 0;}
.fotorama--fullscreen .fotorama__nav-wrap > .fotorama__nav {min-height: 160px;}
.slideshow_bn_place{display: none;}
.fotorama--fullscreen .slideshow_bn_place{display: block; width: 80%; height: 90px; margin: 0 auto; overflow: hidden;}
.fotorama__nav{overflow: visible;}
.fotorama__nav__shaft{display: none;  text-align: center; white-space: normal; margin-left: auto; margin-right: auto; margin-top: 10px;}
.fotorama--fullscreen .fotorama__nav__shaft{width: 80%;}
.fotorama--fullscreen .fotorama__nav__shaft{ margin-top: 10px !important;}
.fotorama__caption__wrap{display: none;}
.fotorama--fullscreen .fotorama__caption__wrap{bottom: -15px;}
.fotorama__caption__fullscreen{display: none;}
.fotorama--fullscreen .fotorama__caption__fullscreen{
    display: block;
    color: #c8c8c8;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-size: 14px;
    line-height: 18px;
    white-space: normal;
    font-style: italic;
    width: 80%;
    min-height: 20px;
    margin: 5px auto 15px auto;
    overflow: hidden;
}
.fotorama__nav--dots .fotorama__nav__frame {height: 30px;  width: 25px;  }
.fotorama__dot{top: 0;   border-radius: 7px;  width: 12px;  height: 12px; border-color: #9d9d9d;  }
.fotorama--fullscreen .fotorama__dot{border-color: #ffffff;}
.fotorama__nav__frame.fotorama__active .fotorama__dot {border-width: 7px;  height: 0;  width: 0;  }
.fotorama__arr{background-image: url("../img/fotorama/arr_leftright_5.png");  background-repeat: no-repeat !important;  width: 37px;  height: 108px; background-size: auto auto !important; }
.fotorama__arr--prev{background-position: top; left: 20px; }
.fotorama__arr--next{background-position: bottom; right: 20px; }
.slideshow_play
,.slideshow_stop{display: block; width: 14px; height: 14px; background-image: url("../img/fotorama/slideshow_play_stop.png"); background-repeat: no-repeat; margin-left: 3px;}
.slideshow_play{background-position: 3px 0px;}
.slideshow_stop{background-position: -27px 0px;}
.fotorama--fullscreen .slideshow_play{background-position: 3px -14px;}
.fotorama--fullscreen .slideshow_stop{background-position: -27px -14px;}
.slideshow_caption_place{padding-left: 20px; padding-right: 20px; margin-top: 10px; margin-bottom: 10px; font-style: italic; min-height: 40px;}
.slideshow_close{display: none;}
.fotorama--fullscreen .slideshow_close{
    display: block; cursor: pointer; width: 37px; height: 37px; background: url("../img/fotorama/slideshow_close.png") no-repeat center center; position: absolute; z-index: 11; right: 23px; top: 23px;
}
.fotorama--fullscreen .slideshow_close{
    opacity: 0;
    -webkit-transform: translate3d(58px, -58px, 0);
    transform: translate3d(58px, -58px, 0);
}
.fotorama--fullscreen:hover .slideshow_close{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-property: transform, opacity;;
    transition-duration: .3s;
}
.slideshow_onephoto{display: none;}
.fotorama--fullscreen .slideshow_onephoto{display: block; min-height: 130px;}
.fotorama--fullscreen .fotorama__caption__extra{text-align: center;}