.gallery-preview{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
}

.gallery-close:before{
	content: "\f00d";
    font-size: 1.5625em;
    font-family: FontAwesome;
    font-weight: 400;
}

.gallery-close{
	transition: color .25s ease-in-out;
    color: #e5e5e5;
    position: absolute;
    right: 1.875em;
    top: 1.875em;
    z-index: 20;
}

.gallery-close:hover, .gallery-close:active, .gallery-close:focus{
	color: #fff;
	text-decoration: none;
}

.ga-preview{
	display: block;
	position: relative;
	height: 73%;
}

.ga-img-container{
	height: 100%;
}

.ga-image{
	position: relative;
	width: 600px;
	height: 100%;
	margin: 0 auto;
	padding-top: 5%;
	text-align: center;
}

.ga-title{
	position: absolute;
	bottom: 0;
	padding: 10px;
	text-align: center;
}

.ga-thumbnail{
	height: 12.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25em;
    border-top: .25em solid #7a7a7a;
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.ga-thumbnail ul>li {
    position: static;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ga-thumbnail li{
	display: inline-block;
}

.ga-thumbnail li a{
	-moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    filter: alpha(Opacity=70);
    opacity: .7;
    display: block;
    background-color: #000;
    margin-right: .625em;
    position: relative;
}

.ga-thumbnail li a:hover{
	opacity: 1;
}

.ga-thumbnail li a.active{
	opacity: 1;
}

.list-thumbnail{
	margin: 0;
	padding: 0;
}

.ga-prev, .ga-next{
	top: 50%;
    margin-top: -4em;
}

.ga-prev a, .ga-next a {
	font-size: 86px;
	color: #fff;
}

.ga-prev a:hover, .ga-next a:hover{
	opacity: .7;
}

.frame{
	width: 600px;
	height: 400px;
}

/* MEDIA QUERY */
@media (max-width: 85.375em){
	
}

@media (max-width: 83.1875em){
	
}

@media (min-width: 81.5em) {
    
}

@media (max-width: 73.625em){
	
	
}

@media (max-width: 62.5em) {
	
	
}

@media (max-width: 61.875em){
	.ga-image{
		padding-top: 25%;
		width: 400px;
	}
	
	.frame{
		width: 400px;
		height: 225px;
	}
}

@media (max-width: 47.5em) {
	.ga-image{
		padding-top: 25%;
		width: 400px;
	}
	
	.frame{
		width: 400px;
		height: 250px;
	}
}

@media (max-width: 37.5em) {
	.ga-image{
		padding-top: 50%;
		width: 250px;
	}	
	
	.frame{
		width: 250px;
		height: 175px;
	}
}