<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Lato);


/****************************
 * ---- RESET -----
*****************************
*/

.fg-panel a,
.fg-panel img,
.fg-panel ul,
.fg-panel li,
.fg-panel span,
.fg-panel div,
.fg-panel li:before,
.fg-panel li:after {
	font-family: 'Lato', sans-serif;
    text-decoration: none;
	list-style-type: none !important;
	list-style: none !important;
	outline: none;
	margin: 0px;
	padding: 0px;
	border: 0;
	background: none;
	vertical-align: baseline;
	font-size: 100%;
	max-width: 100%;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	content: none !important;
}

.fg-panel &gt; div &gt; a {
	display: none;
}



/****************************
 * ---- COLOR THEMES -----
*****************************
*/

/* White Theme */
.fg-panel .fg-theme-white, .fg-panel .fg-theme-white:visited {
	color: #7f8c8d;
	background: #ecf0f1;
}

.fg-panel .fg-theme-white:hover {
	background: #f3f8f9;
}

.fg-panel .fg-theme-white.fg-selected {
	background: #d9ddde !important;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-white {
	background: #dcdfe0;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-white li:hover {
	background: #ecf0f1;
}

/* Black Theme */
.fg-panel .fg-theme-black, .fg-panel .fg-theme-black:visited {
	color: #fff;
	background: #2c3e50;
}

.fg-panel .fg-theme-black:hover {
	background: #34495f;
}

.fg-panel .fg-theme-black.fg-selected {
	background: #18222d !important;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-black {
	background: #34495e;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-black li:hover {
	background: #2c3e50;
}

/* Red Theme */
.fg-panel .fg-theme-red, .fg-panel .fg-theme-red:visited {
	color: #fff;
	background: #c0392b;
}

.fg-panel .fg-theme-red:hover {
	background: #ae3427;
}

.fg-panel .fg-theme-red.fg-selected {
	background: #dd412f !important;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-red {
	background: #e74c3c;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-red li:hover {
	background: #c0392b;
}

/* Blue Theme */
.fg-panel .fg-theme-blue, .fg-panel .fg-theme-blue:visited {
	color: #fff;
	background: #2980b9;
}

.fg-panel .fg-theme-blue:hover {
	background: #3498db;
}

.fg-panel .fg-theme-blue.fg-selected {
	background: #20638f !important;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-blue {
	background: #3498db;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-blue li:hover {
	background: #2980b9;
}

/* Orange Theme */
.fg-panel .fg-theme-orange, .fg-panel .fg-theme-orange:visited {
	color: #fff;
	background: #d35400;
}

.fg-panel .fg-theme-orange:hover {
	background: #e67e22;
}

.fg-panel .fg-theme-orange.fg-selected {
	background: #943f00 !important;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-orange {
	background: #e67e22;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-orange li:hover {
	background: #d35400;
}

/* Green Theme */
.fg-panel .fg-theme-green, .fg-panel .fg-theme-green:visited {
	color: #fff;
	background: #16a085;
}

.fg-panel .fg-theme-green:hover {
	background: #1abc9c;
}

.fg-panel .fg-theme-green.fg-selected {
	background: #11725e !important;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-green {
	background: #1abc9c;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-green li:hover {
	background: #16a085;
}

/* Purple Theme */
.fg-panel .fg-theme-purple, .fg-panel .fg-theme-purple:visited {
	color: #fff;
	background: #8e44ad;
}

.fg-panel .fg-theme-purple:hover {
	background: #9b59b6;
}

.fg-panel .fg-theme-purple.fg-selected {
	background: #622f78 !important;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-purple {
	background: #9b59b6;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-purple li:hover {
	background: #8e44ad;
}



/****************************
 * ---- INLINE GALLERY -----
*****************************
*/

.fg-panel div.fg-inline-gallery {
	margin-bottom: 40px;
	display: none;
}

div.fg-inline-gallery &gt; h2.fg-inline-gallery-title {
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
	text-shadow: 0px 1px 0px #ffffff;
}

div.fg-inline-gallery &gt; div.fg-inline-gallery-media {
	text-align: center;
	position: relative;
}

div.fg-inline-gallery-media &gt; .fg-inline-gallery-preloader {
	background: url(../images/fancygallery/inline-preloader.gif) no-repeat;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
	left: 50%;
}

div.fg-inline-gallery &gt; p.fg-inline-gallery-description {
	font-size: 14px;
	color: #333333;
	margin: 10px 0 0;
	text-align: center;
}

div.fg-inline-gallery-media &gt; img, div.fg-inline-gallery-media &gt; iframe {
	 max-height: 100%;
	 border: 1px solid;
	 display: none;
 }

/* Album Dropdown-Menu */
div.fg-dropdown-selection {
	width: 220px; /* Change here the width of the dropdown */
	margin-bottom: 20px;
	position: relative;
	z-index: 1000;
}

div.fg-dropdown-selection .fg-current-album {
	font-size: 16px;
	padding: 9px 12px 10px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.fg-current-album &gt; i {
	float: right;
	padding-top: 5px;
}

div.fg-dropdown-selection .fg-dropdown-selection-list {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	max-height: 150px; /* Change here the height of the dropdown list */
	overflow: auto;
	z-index: 10;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.fg-dropdown-selection-list li {
	margin: 3px;
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}

.fg-dropdown-selection-list li:hover {
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}

.fg-dropdown-selection-list li:last-child {
	border-bottom: 0;
}


/*
  Album selection with menu
*/
ul.fg-menu-selection {
	margin-bottom: 30px;
}

ul.fg-menu-selection li {
	list-style: none !important;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.fg-menu-selection li a {
	display: block;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

ul.fg-menu-selection li.selected a {
	color: #67B7E1;
}


/*
 * Album selection with thumbnails
*/
ul.fg-thumbail-selection {
	border: none;
}

li.fg-album-thumbnail {
	float: left;
	line-height: 0 !important;
	margin-bottom: 40px;
	margin-right: 40px !important;
	border: 1px solid #cdcdcd;
}

li.fg-album-thumbnail a {
	overflow: hidden;
	display: block;
}

li.fg-album-thumbnail img {
	width: 100%;
	height: 100%;
}

li.fg-album-thumbnail &gt; div {
	width: 100%;
}

li.fg-album-thumbnail .fg-album-thumbnail-title {
	height: 40px;
	line-height: 18px;
	padding: 10px 20px 0;
	font-size: 14px;
	overflow: hidden;
}

li.fg-album-thumbnail .fg-album-thumbnail-length {
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
}

/*
 * Album selection with thumbnails (polaroids)
*/

li.fg-album-polaroid {
	background: url(../images/fancygallery/polaroids.png) no-repeat;
	width: 183px;
	height: 183px;
	float: left;
	margin-bottom: 40px;
	margin-right: 30px;
	position: relative;
}

li.fg-album-polaroid &gt; a {
	display: block;
	margin: 15px 0 0 16px !important;
	width: 151px;
	height: 151px;
	overflow: hidden;
}

li.fg-album-polaroid &gt; a &gt; img {
	width: 100%;
	height: 100%;
}

li.fg-album-polaroid &gt; span {
	position: absolute;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	text-align: center;
	background: red;
	color: #fff;
	top: -5px;
	right: -2px;
	font-size: 11px;
	z-index: 1;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #63b6db;
	text-shadow: 0px 1px 0px #434343;
}

li.fg-album-polaroid &gt; p {
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	color: #595959;
	text-shadow: 0px 1px 0px #ffffff;
}

/* The album description */

.fg-panel &gt; p.fg-album-description {
	display: none;
	margin: 0 0 20px;
	padding: 0;
}

/*
 * Holder for all thumbnails of an album
*/
ul.fg-thumbHolder	{
	list-style: none !important;
	list-style-type: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: both !important;
	border: none !important;
}

li.fg-listItem {
	position: relative !important;
	float: left;
	list-style: none !important;
	list-style-type: none !important;
	background: none !important;
	padding: 0 !important;
	border: none !important;
}

li.fg-listItem &gt; div {
	border: 1px solid;
	position: relative;
}

li.fg-listItem &gt; div &gt; .fg-thumbnail-container {
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

li.fg-listItem &gt; div &gt; .fg-thumbnail-container.fg-loading {
	background-image: url(../images/fancygallery/thumbnail-preloader.gif);
}

.fg-thumbnail-container &gt; div.fg-overlay,
.fg-thumbnail-container &gt; img.fg-thumb,
.fg-thumbnail-container &gt; svg {
	position: absolute !important;
	top: 0;
	left: 0;
}

div.fg-overlay &gt; .fg-overlay-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

div.fg-overlay &gt; .fg-overlay-title {
	z-index: 1;
	position: relative;
	text-align: center;
	font-size: 14px;
	margin: 20px;
}

.fg-thumbnail-container &gt; img.fg-thumb	{
	margin: auto !important;
	display: block;
}

.fg-thumbnail-container &gt; div.fg-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*
 * The title under each thumbnail
*/
li.fg-listItem &gt; div &gt; .fg-title {
	max-width: 100%;
	font-size: 13px; /* the size of the title */
	line-height: 20px;
	margin: 0;
	z-index: 100;
	text-align: center;
	padding: 4px 0 1px;
}

li.fg-listItem &gt; div &gt; .fg-title-inside {
	position: absolute;
	bottom: 0;
	left: 0;
}

li.fg-listItem &gt; img.fg-shadow	{
	position: absolute;
	z-index: 0;
	max-width: none;
	width: 100%;
}

img.fg-hover-image {
	position: absolute;
	display: none;
	z-index: 3;
}

.fg-error {
	padding: 5px !important;
	background: #ffd2d3;
	border: 1px solid #df8f90;
	color: #000;
}

/*
 * Navigation for every album
*/


/*
 * Back to albums overview - only when album selection is set to thumbnails
*/
a.fg-back-to-albums {
	margin-right: 25px !important;
}

div.fg-navigation a, .fg-navigation span {
	display: inline-block;
}

/*
 * Dots navigation
*/

a.fg-navigation-dot {
	margin-right: 10px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

/*
 * Pagination navigation
*/

a.fg-pagination {
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 1000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}

a.fg-pagination:hover {
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}

.fancybox-description-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/*
Transitions
*/

.fg-scale-normal {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.fg-scale-up,
li.fg-album-thumbnail img:hover,
li.fg-album-polaroid &gt; a &gt; img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.fg-scale-down {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.fg-scale-title-down {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.fg-scale-normal,
.fg-scale-up,
.fg-scale-down,
.fg-scale-title-down,
li.fg-album-thumbnail img,
li.fg-album-thumbnail img:hover,
li.fg-album-polaroid &gt; a &gt; img,
li.fg-album-polaroid &gt; a &gt; img:hover {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}


/*
  Helper
*/
.radykal-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* + html .radykal-clearfix {
    display: inline-block;
}

* html .radykal-clearfix {
	height: 1%;
}

.radykal-none {
	display: none;
}

/* Lighboxes adjustments */

div.pp_social &gt; div {
	float: left !important;
	margin: 0 5px 0 0 !important;
}

div.pp_social &gt; div.facebook {
	width: 150px !important;
}</pre></body></html>