@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome/fontawesome.eot?-e43dk9');
	src:url('../fonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
		url('../fonts/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'),
		url('../fonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/app */
.grid-gallery ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.grid-gallery figure {
    margin: 0;
}
.grid-gallery figure img {
    display: block;
    margin: 0;
    width: 100%;
}
.grid-gallery figcaption h3 {
    font-size: 1em;
    margin: 0;
    padding: 0 0 0.5em;
}
.grid-gallery figcaption p {
    color: #000;
    font-size: 0.8em;
    margin: 0;
}
.grid-wrap {
    margin: 0 auto;
    padding: 0 1em 1.875em;
}
.grid {
    margin: 0 auto;
}
.grid li {
    cursor: pointer;
    float: left;
    width: 25%;
}
.grid figure {
    padding: 15px;
    transition: opacity 0.2s ease 0s;
}
.grid li:hover figure {
    opacity: 0.7;
}
.grid figcaption {
    background: none repeat scroll 0 0 #e4e4e4;
    padding: 25px;
}
.slideshow {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    perspective: 1000px;
    position: fixed;
    top: 0;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 500;
}
.slideshow-open .slideshow {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    visibility: visible;
}
.slideshow ul {
    height: 100%;
    transform: translate3d(0px, 0px, 150px);
    transform-style: preserve-3d;
    transition: transform 0.5s ease 0s;
    width: 100%;
}
.slideshow ul.animatable li {
    transition: transform 0.5s ease 0s;
}
.slideshow-open .slideshow ul {
    transform: translate3d(0px, 0px, 0px);
}
.slideshow li {
    height: 560px;
    left: 50%;
    margin: -280px 0 0 -330px;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 660px;
}
.slideshow li.show {
    visibility: visible;
}
.slideshow li::after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease 0s;
    width: 100%;
}
.slideshow li.current::after {
    opacity: 0;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
}
.slideshow figure {
    background: none repeat scroll 0 0 #fff;
    border: 50px solid #fff;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.slideshow figcaption {
    padding-bottom: 20px;
}
.slideshow figcaption h3 {
    font-size: 200%;
    font-weight: 300;
}
.slideshow nav span {
    color: #59656c;
    cursor: pointer;
    font-size: 2.2em;
    padding: 3%;
    position: fixed;
    text-align: center;
    z-index: 1000;
}
.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
    top: 50%;
    transform: translateY(-50%);
}
.slideshow nav span.nav-next {
    right: 0;
}
.slideshow nav span.nav-close {
    color: #31373a;
    padding: 0.5em 1em;
    right: 0;
    top: 0;
}
.icon::before, .icon::after {
    font-family: "fontawesome";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
span.nav-prev::before {
    content: "";
}
span.nav-next::before {
    content: "";
}
span.nav-close::before {
    content: "";
}
.info-keys {
    color: #fff;
    font-size: 8px;
    left: 10px;
    letter-spacing: 1px;
    padding-top: 20px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 60px;
}
.info-keys::before, .info-keys::after {
    border: 1px solid #fff;
    font-size: 12px;
    height: 16px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 16px;
}
.info-keys::before {
    content: "";
    left: 10px;
}
.info-keys::after {
    content: "";
    right: 10px;
}
@media screen and (max-width: 60em) {
.grid li {
    width: 33.3%;
}
.slideshow li {
    height: 100%;
    left: 0;
    margin: 0;
    top: 0;
    width: 100%;
}
.slideshow li figure img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.slideshow nav span, .slideshow nav span.nav-close {
    font-size: 1.8em;
    padding: 0.3em;
}
.info-keys {
    display: none;
}
}
@media screen and (max-width: 35em) {
.grid li {
    width: 50%;
}
}
@media screen and (max-width: 24em) {
.grid li {
    width: 100%;
}
}
