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

.galleria {
	margin: 0 0 100px;
	/*position: relative;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}
.galleria-container {
	position: static;
}
.galleria-container img {
		-moz-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
}
.galleria-stage {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
}
.galleria-images {
	overflow: hidden;
}
.galleria-thumbnails-container {
	position: absolute;
	height: 50px;
	bottom: -90px;
	left: 10px;
	right: 10px;
	z-index: 2;
}
.single {
	margin-bottom: 45px;
}
.single .galleria-thumbnails-container {
	display: none;
}
.galleria-carousel .galleria-thumbnails-list {
	margin-left: 30px;
	margin-right: 30px;
}
.galleria-thumbnails {
	margin: auto;
}
.galleria-thumbnails .galleria-image {
	height: 50px;
	width: 60px;
	background: #000;
	margin: 0 5px 0 0;
	border: none;
	float: left;
	cursor: pointer;
}
.thumbnails-container .galleria-thumbnails-container {
	position: static;
}
.galleria-counter {
	display: none;
}
.galleria-loader {
	display: none;
}
.galleria-info {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	height: 30px;
	overflow: hidden;
	z-index: 2;
}
.galleria-info-description {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	margin: 0;
}
.galleria-info-description a {
	color: #fff;
}
.galleria-info-description a:hover {
	color: #fff;
	text-decoration: underline;
}
.galleria-info-description p,
.galleria-info-description h1,
.galleria-info-description h2,
.galleria-info-description h3,
.galleria-info-description h4,
.galleria-info-description h5,
.galleria-info-description h6 {
	margin: 10px 0 0 0;
	text-align: center;
}
.galleria-info-description :last-child {
	margin-bottom: 10px;
}
.galleria-info-text {
}
.galleria-info-title {
	display: none !important;
}
.galleria-download-link {
	position: absolute;
	bottom: -30px;
	left: auto;
	right: 0;
	height: 30px;
	z-index: 3;
	background: #fff;
}
.galleria-download-link p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	margin: 10px 0;
}
.galleria-download-link p a {
	color: #999;
}
.galleria-fullscreen-toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	z-index: 5;
}
.galleria-fullscreen-toggle a {
	text-align: center;
	height: 50px;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	color: #666;
	background-color: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff)";
	opacity: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s; /* Opera */
}
.galleria-container:hover .galleria-fullscreen-toggle a {
	opacity: 0.95;
}
.galleria-fullscreen-toggle a:hover {
	color: #000;
	text-decoration: none;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
	position: absolute;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	/* For IE 5.5 - 7*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);*/
	/* For IE 8*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff)";*/
	top: 50%;
	width: 94px;
	height: 104px;
	margin-top: -52px;
	z-index: 10;
	border: none;
	text-align: center;
	line-height: 40px;
	font-size: 60px;
	font-weight: 100;
	color: #666;
	opacity: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s; /* Opera */
}
.galleria-container:hover .galleria-image-nav-left,
.galleria-container:hover .galleria-image-nav-right {
	opacity: 1;
}
/*
.galleria-image-nav-left:after {
	content: "‹";
}
.galleria-image-nav-right:after {
	content: "›";
}
*/
.galleria-image-nav-left {
	background: transparent url('../img/pil-l-white.png') no-repeat center center;
}
.galleria-image-nav-right {
	background: transparent url('../img/pil-r-white.png') no-repeat center center;
}
.galleria-image-nav-left {
	left: 0;
}
.galleria-image-nav-right {
	right: 0;
}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
	color: #333;

}
.single .galleria-image-nav,
.touch .galleria-image-nav {
	display: none;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
		opacity: 1;
		filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
		opacity: 1;
		filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
		cursor: pointer;
		display: none;
		background-position: -495px 5px;
		position: absolute;
		left: 0;
		top: 0;
		height: 50px;
		width: 23px;
		z-index: 3;
		opacity: .8;
		filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
		background-position: -578px 5px;
		border-right: none;
		right: 0;
		left: auto;
}
.galleria-thumbnails-container .disabled {
		opacity: .2;
		filter: alpha(opacity=20);
		cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
		opacity: 1;
		filter: alpha(opacity=100);
		background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
		opacity: .2;
		filter: alpha(opacity=20);
		background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
		display: block;
}
/* Pluppar */
.nothumbs {
	margin-bottom: 60px;
}
.nothumbs .galleria-info {
	bottom: -45px;
}
.nothumbs .galleria-thumbnails-container {
	display: none;
	bottom: -25px;
	left: 0;
	right: auto;
	top: auto;
	height: 22px;
}
.nothumbs .galleria-thumbnails .galleria-image {
	margin: 3px;
	visibility: visible !important;
	width: 14px !important;
	height: 14px !important;
	background: black;
	border: none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	opacity: .4;
	filter: alpha(opacity=40);
}
.nothumbs .galleria-thumbnails .galleria-image:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.nothumbs .galleria-thumbnails .galleria-image img {
	display: none !important;
}
.nothumbs .galleria-thumbnails .galleria-image.active {
	background-color: #71b228;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/* Main content slider style */
.slideshow .galleria-thumbnails-container {
	display: none;
	bottom: 0;
	left: 5px;
	right: auto;
	top: auto;
	height: 50px;
}
.slideshow .galleria-thumbnails .galleria-image {
	margin: 5px;
	visibility: visible !important;
	width: 20px !important;
	height: 20px !important;
	background: black;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: .4;
	filter: alpha(opacity=40);
}
.slideshow .galleria-thumbnails .galleria-image:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.slideshow .galleria-thumbnails .galleria-image img {
	display: none !important;
}
.slideshow .galleria-thumbnails .galleria-image.active {
	background-color: #71b228;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.slideshow .galleria {
	margin-bottom: 0;
}
.slideshow .galleria-fullscreen-toggle {
	display: none;
}
.slideshow .galleria-info {
	display: none;
	background-color: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff)";
	padding: 20px 20px 20px;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: auto;
	right: 20px;
	width: 45%;
	height: auto;
	z-index: 2;
}
.slideshow .galleria-info-description,
.slideshow .galleria-info-description p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	margin: 0;
}
.slideshow .galleria-info-description a {
	color: #333;
}
.slideshow .galleria-info-description a:hover {
	color: #000;
}
.slideshow .galleria-info-description h1,
.slideshow .galleria-info-description h2 {
	font-size: 26px;
	line-height: 30px;
}
.galleria-text {
	margin: 30px;
	font-size: 21px;
	line-height: 31px;
}
@media (min-width: 1200px) {
	.slideshow .galleria-info-description h1,
	.slideshow .galleria-info-description h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.slideshow .galleria-info-description p {
		font-size: 18px;
		line-height: 24px;
	}
}
.slideshow .galleria-info-title {
	display: none !important;
}
/* Small layout with smaller controls */
.small .galleria-fullscreen-toggle a {
	height: 25px;
	width: 25px;
	font-size: 16px;
	line-height: 25px;
}
.small .galleria-image-nav-left,
.small .galleria-image-nav-right {
	width: 25px;
	height: 25px;
	margin-top: -10px;
	line-height: 20px;
	font-size: 30px;
}
/* Fullscreen view */
.fullscreen {
	background: #000;
}
.fullscreen .galleria-stage {
	position: fixed;
	top: 5%;
	bottom: 15%;
	left: 5%;
	right: 5%;
	overflow: hidden;
	background: none;
}
.fullscreen .galleria-info {
	position: fixed;
	top: 90%;
	left: 10%;
	right: 10%;
	bottom: 0;
	height: auto;
	z-index: 2;
	text-align: center;
}
.fullscreen .galleria-info-description {
	font-size: 16px;
	line-height: 20px;
	display: block !important;
	color: #999;
}
.fullscreen .galleria-fullscreen-toggle {
	position: fixed;
	background: black;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 25px;
}
.fullscreen .galleria-fullscreen-toggle a.show {
	display: none;
}
.fullscreen .galleria-fullscreen-toggle a.hide {
	display: block;
	font-size: 12px;
	line-height: 18px;
	width: auto;
	height: auto;
	color: #999;
	opacity: 1;
}
.fullscreen .galleria-fullscreen-toggle a {
	height: 50px;
	width: 50px;
	font-size: 20px;
	line-height: 50px;
}
.fullscreen .galleria-image-nav-left,
.fullscreen .galleria-image-nav-right {
	width: 50px;
	height: 50px;
	margin-top: -20px;
	line-height: 40px;
	font-size: 60px;
}
@media (max-width: 767px) {
	.galleria-fullscreen-toggle {
		display: none;
	}
	/* Pluppar instead of thumbnails */
	.galleria-info {
		bottom: -45px;
	}
	.galleria-thumbnails-container {
		bottom: -25px;
		left: 0;
		right: auto;
		top: auto;
		height: 22px;
	}
	.galleria-thumbnails .galleria-image {
		margin: 3px;
		visibility: visible !important;
		width: 14px !important;
		height: 14px !important;
		background: black;
		border: none;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
		opacity: .4;
		filter: alpha(opacity=40);
	}
	.galleria-thumbnails .galleria-image:hover {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.galleria-thumbnails .galleria-image img {
		display: none !important;
	}
	.galleria-thumbnails .galleria-image.active {
		background-color: #71b228;
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.galleria-thumbnails-container {
		display: block;
	}
	.galleria {
		margin-bottom: 60px;
	}
	.slideshow .galleria-info {
		display: none;
	}
	.single {
		margin-bottom: 45px;
	}
	.single .galleria-info {
		bottom: -30px;
	}
}
