<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.alert .close{display:none !important;}

.bluemenu{background:#5FB0C5 !important;color:#fff !important;}
#phocagallery .pg-csv-box{
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box !important;
	box-shadow: none;
	margin: 0;
	background: 0 none;
	height: auto;
}
@media (max-width: 767px)
{
	#phocagallery .pg-csv-box {
		width: 33%;
	}
}
@media (max-width: 520px)
{
	#phocagallery .pg-csv-box {
		width: 50%;
	}
}
@media (max-width: 360px)
{
	#phocagallery .pg-csv-box {
		width: 100%;
	}
}
#phocagallery .pg-cv-box{
	box-shadow: none;
	background: 0 none;
}
#phocagallery .pg-cv-box img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#phocagallery .pg-cv-box img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

#phocagallery .pg-csv-box:hover{
	background: 0 none;
}
#phocagallery .pg-csv-box-img{
	width: 100%;
	height: 130px;
	overflow: hidden;
	display: block !important;
}
#phocagallery .pg-csv-box-img .pg-box2{
	display: block !important;
}
#phocagallery .pg-csv-box-img img{
	width: 100%;
}

#phocagallery .pg-box-img-bottom{
	background: #525252;
	padding: 20px;
	color: #fff;
}
#phocagallery .item .pg-box-img-bottom{
	background: 0 none;
}
#phocagallery .pg-csv-name{
	background: 0 none;
	padding-left: 0;
}
#phocagallery .pg-csv-name a{
	text-shadow: none;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#phocagallery .pg-csv-count{
	font-size: 12px;
	text-shadow: none;
	color: #fff;
	text-decoration: none;
}
#phocagallery #imgordering{
	display: none;
}
#phocagallery #limit{
	display: none;
}
#phocagallery .pagination-centered{
	display: none;
}
.mod-box.bread{
	margin: 0 15px;
	padding: 0;
	background: 0 none;
}
</pre></body></html>