.otapp .main{
	/* give the outermost container a predefined size */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	z-index: 100;
}

.otapp .main-heading{
	background-color: rgb(255, 121, 0);
	height:  54px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.otapp .main-heading-LHS{
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	height:  54px;
}

.otapp .main-heading-LHS-logo{
	display: block;
	margin-left:  10px;
	margin-right:  10px;
}

.otapp .main-heading-LHS-opentraveller{
	color:  rgb(255,255,255);
	font-weight: bold;
	font-size:  18px;
}

.otapp .main-heading-LHS-opentraveller-o{
	font-size:  20px;
}

.otapp .main-heading-RHS{
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	height:  54px;
	padding-left: 15px;
	padding-right: 15px;
}

.otapp .main-heading-RHS-world{
	display: block;
}

.otapp .main-heading-RHS-lang{
	color: white;
	margin-left:  5px;
}

.otapp .main-socialnetwork{
	background-color: rgba(255, 251, 209, 1);
	font-size: 14px;
	padding:  12px;
}

.otapp .main-socialnetwork-facebook, .otapp .main-socialnetwork-instagram{
	cursor:  pointer;
}

.otapp .main-body{
	flex-grow: 1;
	overflow: auto;
	background-color: rgb(255, 255, 255);
}