.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img {
    max-height: 800px;
    max-width: 800px;
    height: calc(80vh - 245px);
    -webkit-transition: all .8s;
    transition: all .8s;
    min-height: 200px;
    min-width: 200px;
}
.rg-thumbs{
    max-height: 600px;
    max-width: 600px;
    width: calc(75vw - 60px);
	margin: 0 auto;
}
.rg-image-nav{
    height: 40px;
    margin: 10px auto;
    width: 170px;
}
.rg-image-nav a{
	position:relative;
	display: block;
	float: left;
	width:40px;
	height:40px;
	cursor:pointer;
	outline:none;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-image-nav-prev{
	background: url("../img/nav_left.svg") no-repeat;
    background-size: cover;
}
.rg-image-nav-next{
	background: url("../img/nav_right.svg") no-repeat;
    background-size: cover;
}
.rg-image-nav-play{
	margin: 0 25px;
	background: url("../img/nav_play.svg") no-repeat;
    background-size: cover;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../img/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-23px 0px 0px -23px;
	z-index:100;
	opacity:0.7;
}
.logo{
	margin:0 auto;
	width:30px;
	display:block;
}
.logo img{
	width:100%;
}
.social{
	margin:0px auto 30px auto;
	width:160px;
	font-size:0;
	text-align:center;
}
.social li {
	display:inline-block;
	font-size:12px;
	margin:10px;
}
.social li a {display:block;}
.social li  a img {
	width:30px; 
	height:30px;
	display:block;
}
#result {
    color: black;
    font-family: arial;
}
@media screen and (max-height: 604px){
	.content{
		margin: 10px 25px;
	}
  	.social{
		display: none !important;
  	}
  	.rg-thumbs{
  		display: none !important;
  	}
}
@media screen and (max-width: 800px){
	.rg-image img{
		max-height: 65vw;
		max-width: 65vw;
	}
}