@font-face {
	font-family: 'rl-expander-gallery';
	src: url('../font/rl-expander-gallery.eot?14540206');
	src: url('../font/rl-expander-gallery.eot?14540206#iefix') format('embedded-opentype'),
		url('../font/rl-expander-gallery.woff2?14540206') format('woff2'),
		url('../font/rl-expander-gallery.woff?14540206') format('woff'),
		url('../font/rl-expander-gallery.ttf?14540206') format('truetype'),
		url('../font/rl-expander-gallery.svg?14540206#rl-expander-gallery') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="rl-expander-icon-"]:before,
[class*=" rl-expander-icon-"]:before,
.gridder-navigation a:before {
	font-family: "rl-expander-gallery";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rl-expander-icon-close:before,
.gridder-close:before { content: '\e800'; }
.rl-expander-icon-left:before,
.gridder-nav.prev:before { content: '\e801'; }
.rl-expander-icon-right:before,
.gridder-nav.next:before { content: '\e802'; }
.rl-expander-icon-facebook:before { content: '\e810'; }
.rl-expander-icon-gplus:before { content: '\e811'; }
.rl-expander-icon-linkedin:before { content: '\e812'; }
.rl-expander-icon-twitter:before { content: '\e813'; }
.rl-expander-icon-search:before { content: '\e820'; }
.rl-expander-icon-mail:before { content: '\e821'; }
.rl-expander-icon-heart:before { content: '\e822'; }
.rl-expander-icon-heart-broken:before { content: '\e823'; }
.rl-expander-icon-star:before { content: '\e824'; }
.rl-expander-icon-star-empty:before { content: '\e825'; }
.rl-expander-icon-link:before { content: '\e826'; }
.rl-expander-icon-download:before { content: '\e827'; }
.rl-expander-icon-chart-bar:before { content: '\e828'; }
.rl-expander-icon-paper-plane:before { content: '\e829'; }

.gridder {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}
.gridder:after {
	clear: both;
	display: block;
	content: '';
}
.gridder-list,
.gridder-show {
    font-size: 16px;
}
.gridder-list {
    display: inline-block;
    vertical-align: top;
	opacity: 0.5;
	width: 24.25%;
	transition: opacity .4s;
	position: relative;
}
.gridder-list img {
	background: #eee;
}
/*
.gridder-list:nth-child(n) {
    margin-right: 1%;
    margin-bottom: 1%;
}
.gridder-list:nth-of-type(4n) {
    margin-right: 0;
    margin-bottom: 0;
}
*/
.gridder-list.selectedItem {
	opacity: 1;
}
.gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative;
	margin-bottom: 1%;
}
.gridder-padding {
}
.gridder-content {
    display: none;
	position: absolute;
	z-index: 1;
	top: 1%;
	left: 1%;
}
.gridder-navigation {
    padding: 0px;
}
.gridder-navigation a {
	position: absolute;
	z-index: 1;
    display: inline-block;
	background: #454545;
    color: #d6d6d6;
    font-size: 16px;
    transition: all .3s ease-in-out
}
.gridder-navigation a,
.gridder-navigation a:hover,
.gridder-navigation a:focus,
.gridder-navigation a:active {
	box-shadow: none;
	border: none;
	text-decoration: none;
	padding: 15px;
}
.gridder-navigation a:hover,
.gridder-navigation a:focus,
.gridder-navigation a:active {
    background: #fff;
    color: #222;
}
.gridder-navigation a.disabled {
    opacity: 0
}
.gridder-nav.prev {
	top: 50%;
	left: 0;
	margin: -23px 0 0 0;
}
.gridder-nav.next {
	top: 50%;
	right: 0;
	margin: -23px 0 0 0;
}
.gridder-close {
	top: 0;
	right: 0;
	margin: 0;
}
.gridder-expanded-content {
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-fill-mode: both;
	background: #222;
	padding: 10%;
}
.gridder-expanded-content::after {
    content: "";
    display: block;
    clear: both;
}
.rl-expander-gallery-image {
	float: left;
	width: 50%;
}
.rl-expander-gallery-image img {
	max-width: 100%;
	height: auto;
}
.rl-expander-gallery-caption {
	float: right;
	background: #222;
	width: 45%;
	text-align: left;
	font-family: arial, sans-serif;
	padding-top: 5%;
	text-shadow: none;
	box-shadow: none;
}
.rl-expander-gallery-caption a {
	text-decoration: none;
	color: inherit;
	text-shadow: none;
	box-shadow: none;
	border: none;
}
.rl-expander-gallery-caption a:hover {
	text-decoration: underline;
	color: #d6d6d6;
}
.rl-expander-gallery-title {
	margin: 0;
	padding: 0;
	color: #d6d6d6;
	font-size: 22px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rl-expander-gallery-meta {
	line-height: 16px;
	font-size: 13px;
	color: #7d7d7d;
	white-space: normal;
	margin: 5px 0;
}
.rl-expander-gallery-meta > *:not(:first-child)::before {
	color: #7d7d7d;
	content: "-";
	margin: 0 5px;
}
.rl-expander-gallery-description {
	line-height: 16px;
	font-size: 13px;
	color: #888;
	white-space: normal;
}
.rl-expander-gallery-sharing {
	margin-top: 10px;
}
.rl-expander-gallery-sharing a {
	color: #7d7d7d;
	text-decoration: none;
	text-align: left;
	margin-right: 10px;
}
.rl-expander-gallery-sharing a:before {
	width: auto;
}
.rl-expander-gallery-sharing a:hover {
	color: #d6d6d6;
	text-decoration: none;
}
.rl-expander-gallery-sharing .rl-expander-icon-gplus {
	margin-right: 7px;
}
.rl-expander-gallery-sharing .rl-expander-icon-mail {
	font-size: 91%;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}