/**
 * Galleria Classic Theme 2017-02-13
 * http://galleria.io
 *
 * Copyright (c) 2010 - 2017 worse is better UG
 * Licensed under the MIT license
 * https://raw.github.com/worseisbetter/galleria/master/LICENSE
 *
 */

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

.galleria-theme-ucoz {
	position: relative;
	overflow: hidden;
	background: #000;
}
.galleria-theme-ucoz img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.galleria-theme-ucoz .galleria-carousel .galleria-thumbnails-list {
	margin-left: 30px;
	margin-right: 30px;
}
.galleria-theme-ucoz .galleria-thumbnails .galleria-image {
	height: 40px;
	width: 60px;
	background: #000;
	margin: 0 5px 0 0;
	border: 1px solid #000;
	float: left;
	cursor: pointer;
}

.galleria-theme-ucoz .galleria-info-title {
	font: bold 12px/1.1 arial,sans-serif;
	margin: 0;
	color: #fff;
	margin-bottom: 7px;
}
.galleria-theme-ucoz .galleria-info-description {
	font: italic 12px/1.4 georgia,serif;
	margin: 0;
	color: #bbb;
}
.galleria-theme-ucoz .galleria-info-close {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-position: -753px -11px;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
	display: none;
}
.galleria-theme-ucoz .notouch .galleria-info-close:hover{
	opacity:1;
	filter: alpha(opacity=100);
}
.galleria-theme-ucoz .touch .galleria-info-close:active{
	opacity:1;
	filter: alpha(opacity=100);
}
.galleria-theme-ucoz .galleria-info-link {
	background-position: -669px -5px;
	opacity: .7;
	filter: alpha(opacity=70);
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-color: #000;
}


.galleria-theme-ucoz .galleria-thumbnails-container .disabled {
	opacity: .2;
	filter: alpha(opacity=20);
	cursor: default;
}
.galleria-theme-ucoz.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-ucoz.notouch .galleria-thumb-nav-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #111;
}
.galleria-theme-ucoz.touch .galleria-thumb-nav-left:active,
.galleria-theme-ucoz.touch .galleria-thumb-nav-right:active {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #111;
}
.galleria-theme-ucoz.notouch .galleria-thumbnails-container .disabled:hover {
	opacity: .2;
	filter: alpha(opacity=20);
	background-color: transparent;
}

.galleria-theme-ucoz .galleria-carousel .galleria-thumb-nav-left,
.galleria-theme-ucoz .galleria-carousel .galleria-thumb-nav-right {
	display: block;
}
/*
 * Galleria Twelve Theme 2011-03-21
 * Copyright (c) 2011, Aino
 */

.galleria-container {
	position: relative;
	overflow: hidden;
	font: 11px/1.4 arial,sans-serif;
	color: #fff;
}
.galleria-container img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.galleria-stage {
	overflow: hidden;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 30px;
}
.galleria-container.fullscreen .galleria-stage { bottom: 0 }
.galleria-bar {
	height: 31px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(81, 81, 81, 0.76);
	z-index: 3;
}
.galleria-progress {
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: #001d6a;
	opacity: .5;
	z-index: 3;
}
.galleria-thumblink,
.galleria-fullscreen,
.galleria-play,
.galleria-popout {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 60px;
	top: -30px;
	background: url(001-four-thumbnails-visualization-button.svg) no-repeat 50% 50%;
	background-size: 20px;
	cursor: pointer;
	transition: top .5s ease;
	z-index:20;
	filter: drop-shadow(0 0 1px black);
}

.galleria-container:hover .galleria-thumblink,
.galleria-container:hover .galleria-fullscreen,
.galleria-container:hover .galleria-popout{
	top:0;
}
.galleria-fullscreen,
.galleria-popout {
	left: auto;
	right: 0;
	background: url(003-expand-screen.svg) no-repeat 50% 50%;
	background-size: 20px;
}
.galleria-popout {
	background: url(002-tab.svg) no-repeat 50% 50%;
	right: 30px;
	background-size: 20px;
}

.galleria-play {
	bottom: 0;
	left: 0;
	right:initial;
	border-right:1px solid #212121;
	filter:none;
	top: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: 15px;
}
.paused{background-image: url("005-play-button.svg")}
.playing{background-image: url("004-pause-button.svg")}


@media screen and (min-width:0\0) {
	/*IE ONLY*/
	.galleria-thumblink,
	.galleria-fullscreen,
	.galleria-popout{
		background-color: rgba(0, 0, 0, 0.21);
	}

}
.galleria-thumblink:hover,
.galleria-thumblink.open,
.galleria-fullscreen:hover,
.galleria-play:hover,
.galleria-popout:hover { background-color: #000 }
.galleria-thumbnails-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.71);
	z-index: 2;
}
.galleria-thumbnails-list {
	position: absolute!important;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 41px;
	overflow: auto!important;
}
.galleria-thumbnails .galleria-image {
	width: 80px;
	height: 45px;
	float: left;
	margin: 0 7px 7px 0;
	border: 3px solid #fff;
	cursor: pointer;
}
.galleria-thumbnails .galleria-image:hover {
	opacity: .9;
	box-shadow: 0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
}
.galleria-info {
	position: absolute;
	overflow: hidden;
	height: 29px;
	line-height: 29px;
	left: 38px;
	right: 0;
	bottom: 1px;
	color: #bbb;
	text-align: left;
}
.galleria-info > *,
.galleria-info-text > * { display: inline }
.galleria-info-title {
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
.galleria-info-text { padding-left: 10px }
.galleria-counter {
	border-right:1px solid #212121;
	display: inline-block;
	*display: inline;
	padding-right: 10px;
	_height: 29px;
	zoom: 1;
}
.galleria-loader {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	z-index: 2;
	display: none;
	background: #000 url(loader.gif) no-repeat 50% 50%;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.galleria-image-nav {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 100%;
	height: 36px;
	left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
	cursor: pointer;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 20px;
	z-index: 2;
	background:rgba(0, 0, 0, 0.7) url(002-angle-pointing-to-left.svg) no-repeat 50% 50%;
	background-size: 20px;
	opacity:.7;
	border-radius: 4px;
}
.galleria-image-nav-right {
	left: auto;
	right: 20px;
	z-index: 2;
	background:rgba(0, 0, 0, 0.7) url(001-angle-arrow-pointing-to-right.svg) no-repeat 50% 50%;
	background-size: 20px;
}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
	opacity:1;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	cursor: pointer;
	display: none;
	background-position: -495px 5px;
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 23px;
	z-index: 3;
	opacity: .8;
}
.galleria-thumb-nav-right {
	background-position: -578px 5px;
	border-right: none;
	right: 0;
	left: auto;
}
.galleria-thumbnails-container .disabled,
.galleria-thumbnails-container .disabled:hover {
	opacity: .2;
	cursor: default;
}
.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover {
	opacity: 1;
	background-color: #111;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right { display: block }
.galleria-lightbox-content { background: url(loader_pos.gif) no-repeat 50% 50% }

