/*
*55
* 
*
*
*
*/

#settingspull {

	position: absolute;

	top: 5px;

	right: 0px;

	margin-top: 10px;

	margin-right: 15px;

}


.actionbutton {
    height: 55px;
    display: block;
    margin-bottom: 10px;
}

.desktop #showIconButton{
	display:none;
}


.mobile #showScene {
    visibility: visible;
}

.toggleScene {
    width: 55px;
    height: 55px;
    left: 50%;
    position: absolute;
    bottom: 15px;
    visibility: hidden;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.8);
    opacity: 0.9;
    transform: translateX(-50%);
    background-image: url(../img/carousel.svg);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
}

.iconbutton {
    border-radius: 50%;
    float: right;
    background-color: RGBA(255, 255, 255, 0.8);
    opacity: 0.9;
    width: 55px;
    height: 55px;
    padding: 14px 12px 12px 12px;
}

.iconbutton .sgfont {
    font-size: 26px;
    margin-left: -2px !important;
}

.mobile #functions.open {
    margin-left: 0px;
    position: relative;
    display: block;
}
.mobile #functions {
    position: absolute;
    margin-left: 500px;
    display: none;
}
#functions {
    transition: all .75s ease;
}




.iconbutton .fa{
	color: #1C77A0;
}


@media screen and (max-height: 470px) {

	
}


@media screen and (min-height: 470px) {


}
#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;
}



#title {
	position: absolute;
	font-family: 'Lato', sans-serif;
	color: #fff !important;

	font-weight:bold;

	text-align: right;
	transition: visibility 0s, opacity 0.5s linear;
}







