@font-face {
	font-family: 'Dosis';
	src: url('../fonts/Dosis-Bold.woff2') format('woff2'), url('../fonts/Dosis-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body{
	margin: 0;
	padding: 0;
	background-color: #1B252F;
	font-family: 'Dosis';
	overflow: hidden !important;
}

.image{
	width:auto;
        height:300px;
	position: absolute;
	top: 1px;
	bottom: 0px;
	left: -10px;
}

.horizontal_space{
	width:180%;
}

.thumb{
	position: absolute;
	left:20px;
	top:0px;
	visibility: hidden;
	margin: 0.6%;
}

.thumb_image{
	width:auto;
   	height:44px;
	position: absolute;
	top: 0px;
	left: 20px;
	margin: 0.1%;
	border-radius: 0.6vw;
}

.thumb_name{
	text-align:center;
	position: absolute;
	top: 3.2vw;
	left: 20px;
	font-size: 0px;
	width: 5vw;
}

#menu{
	position: absolute;
	top: 2px;
	left: 0px;
}

.button_menu{
	position: relative;
	border-top-right-radius: 3.6vw;
	border-bottom-right-radius: 3.6vw;
	background-color: #fff;
	opacity: 0.98;
	width: 90px;
	height: 55px;
	margin-top: 0.6%;
}

.button_submenu{
	position: relative;
	border-top-right-radius: 0.6vw;
	border-bottom-right-radius: 0.6vw;
	background-color: #fff;
	opacity: 0.98;
	width: 85%;
	height: 53px;
	margin-top: 5.5px;
	left: -100%;
}

.button_submenu_thumbs{
	width: 99.5%;
	height: 100%;
	white-space: nowrap;
	overflow-x:auto;
	overflow-y: hidden;
}

.button_label{
	position: relative;
	top: 11px;
	left: 10px;
	text-align: left;
	line-height: 7px;
}

.button_title{
	font-size: 14px;
}

.logo{
	position: relative;
	left: 5%;
	top: 28%;
	width: 6vw;
	height: auto;
}

.customize_day_night{
	position: relative;
	left: 40px;
	top: 14px;
	width: 30px;
	height: 25px;
}

.share{
	position: absolute;
	left: 27%;
	top: 21%;
	width: 2.7vw;
	height: auto;
}

.button_submenu1_arrow{
	position: absolute;
	left: 210%;
	top: 33%;
	width: 1.2vw;
	height: auto;
}

.button_arrow{
	position: absolute;
	left: 70%;
	top: 35%;
	width: 1.2vw;
	height: auto;
}

.button_subtitle{
	text-align: left;
	font-size: 11px;
	position: absolute;
	bottom: 15%;
	left: 6%;
	width: 100%;
}

#scene{
	overflow-y:hidden;
}

#download_the_app{
	display: none;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#google_play{
	display: none;
	cursor: pointer;
	position: relative;
	margin-left: -150px;
	left: 50%;
	top: 0%;
	top: 32%;
}

#app_store{
	display: none;
	cursor: pointer;
	position: relative;
	margin-left: -150px;
	left: 50%;
	top: 0%;
	top: 32%;
}


.download_the_app_description{
	position: relative;
	top: 30%;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 20px;
}