/*
*55
* 
*
*
*
*/
.element-animation {
	animation: animationFrames ease-in-out 5s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames ease-in-out 5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames ease-in-out 5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames ease-in-out 5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames ease-in-out 5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}

@
keyframes animationFrames { 0% {
	transform: translate(0px, 0px);
}

40%
{
transform
:
  
translate
(-50px
,
0
px
)
  
;
}
100%
{
transform
:
  
translate
(50px
,
0
px
)
  
;
}
}
@
-moz-keyframes animationFrames { 0% {
	-moz-transform: translate(0px, 0px);
}

40%
{
-moz-transform
:
  
translate
(-50px
,
0
px
)
  
;
}
100%
{
-moz-transform
:
  
translate
(50px
,
0
px
)
  
;
}
}
@
-webkit-keyframes animationFrames { 0% {
	-webkit-transform: translate(0px, 0px);
}

40%
{
-webkit-transform
:
  
translate
(-50px
,
0
px
)
  
;
}
100%
{
-webkit-transform
:
  
translate
(50px
,
0
px
)
  
;
}
}
@
-o-keyframes animationFrames { 0% {
	-o-transform: translate(0px, 0px);
}

40%
{
-o-transform
:
  
translate
(-50px
,
0
px
)
  
;
}
100%
{
-o-transform
:
  
translate
(50px
,
0
px
)
  
;
}
}
@
-ms-keyframes animationFrames { 0% {
	-ms-transform: translate(0px, 0px);
}

40%
{
-ms-transform
:
  
translate
(-50px
,
0
px
)
  
;
}
100%
{
-ms-transform
:
  
translate
(50px
,
0
px
)
  
;
}
}
#mode.button {
	top: 15px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	position: absolute;
	background-color: RGBA(255, 0, 0, 0.8);
	opacity: 0.9;
	padding: 14px 12px 12px 12px;
}



@media screen and (max-height: 470px) {
	#settingspull .fa-2x {
		font-size: 1.5em;
	}
	#hello {
		top: 10px;
	}
	#hello #title {
		top: 15px;
	}
	#help {
		top: 60px;
	}
	#help #title {
		top: 65px;
	}
	#fullscreenToggle {
		top: 110px;
	}
	#fullscreenToggle #title {
		top: 115px;
	}
	#contact {
		top: 160px;
	}

	#zoomin, #viewIn {
		top: 180px;
	}
	#zoomout, #viewOut {
		top: 240px;
	}
	#zoomin #title {
		top: 185px;
	}
	#zoomout #title {
		top: 245px;
	}
	#vr {
		
		top: 210px;
	}
	#vr #title {
	
		top: 215px;
	}
	#gyroscope {
		
		top: 255px;
	}
	#gyroscope #title {
		/*top: 215px;*/
		top: 260px;
	}
	
	a#gyroscope:hover>#title {
		display: block;
	}
	#contact #title {
		top: 165px;
	}
	.iconbutton {
		right: 15px;
		width: 40px;
		height: 40px;
		padding: 10px 2px 2px 2px;
	}
	#title {
		right: 60px;
		width: 180px;
		font-size: 1.5em;
	}
	
	.iconbutton.vr {

    background-size: 30px 30px !important;

	}
}

@media screen and (min-height: 470px) {
	#hello.iconbutton {
		top: 15px;
	}
	#hello #title {
		top: 25px;
	}
	#fullscreenToggle.iconbutton {
		top: 145px;
	}
	#fullscreenToggle #title {
		top: 155px;
	}
	#contact.iconbutton {
		top: 210px;
	}
	#gyroscope.iconbutton {
		/*top: 275px;*/
		top: 340px;
	}
	#help {
		top: 80px;
	}

	#gyroscope #title {
		top: 350px;
	
	}
	a#gyroscope:hover>#title {
		display: block;
	}
	#contact #title {
		top: 220px;
	}
	#help #title {
		/*top: 155px;*/
		top: 90px;
	}
	
	#vr {
		top: 275px;
	}

	#vr #title {
		top: 285px;
	
	}
	
	#vr {
		top: 275px;
	}

	#vr #title {
		top: 285px;
	
	}
	
	#autotour {
		top: 340px;
	}

	#autotour #title {
		top: 350px;
	
	}
	
	
	
	.iconbutton {
		right: 15px;
		width: 55px;
		height: 55px;
		padding: 14px 12px 12px 12px;
	}
	#title {
		right: 80px;
		width: 210px;
		font-size: 25px;
	}
}

#control-outer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.desktop #gyroscope {
	visibility: hidden;
}

#control-inner {
	position: relative;
	top: 50%;
	max-height: 80%;
	height: 372px;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.5);
}

#control-inner img {
	padding-top: 25px;
	padding-bottom: 25px;
}

#control-inner img {
	display: table-caption;
	margin: 0 auto;
}

.iconbutton#settings {
	top: 5px;
}

.iconbutton {
	border-radius: 50%;
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.8);
	opacity: 0.9;
}

#title {
	position: absolute;
	font-family: 'Lato', sans-serif;
	color: #fff !important;
	font-weight: bold;
	text-align: right;
	transition: visibility 0s, opacity 0.5s linear;
}