/* Default Layout	*/


/*	Extra small devices (portrait phones, less than 576px)	*/
@media (max-width: 575.98px) {
	
	.stratos_logo {
		position: fixed;
		left: 20px;
		top: 20px;
		z-index: 999999;
	}
	.stratos_logo img {
		max-width: 30px;
	}
	.upper_arrow {
		display:none;
	}
	.body_paragraph p {
		position: fixed;
		left: -23%;
		bottom: 20%;
		transform: rotate(-90deg);
		max-width: 260px;
		color: #FFFFFF;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 5px;
		margin-bottom: 0px;
		z-index: 99;
	}
	.main_wrapper .container .globe_image {
		position: absolute;
		text-align: center;
		top: 0px;
		bottom: 0px;
		left: 30%;
		right: 0px;
		z-index: 0;
	}
	.menu_wrap ul li a {
		font-size: 24px;
		line-height: 30px;
	}
	.menu_wrap .bakcground_image{
		position:static;
	}
	.menu_wrap{
		margin-left:20%;
		padding-left:10%;
		border-left:1px solid #FFFFFF;
	}
	.menu_wrap .inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		height: 100vh;
	}
	.menu_wrap .inner ul{
		text-align:right;
		max-width:100%;
		-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.menu_wrap .bakcground_image {
		position:relative;
		left:-3%;
	}
	.menu_wrap .bakcground_image img{
		max-width:140%;
		height:auto;
	}
	
}

/*	Small devices (landscape phones, 576px and up)	*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	
	
}

/*	Medium devices (tablets, 768px and up)	*/
@media (min-width: 768px) and (max-width: 991.98px) {
	
	.menu_wrap ul li a{
		font-size:40px;
		line-height:50px;
	}
	.menu_wrap .bakcground_image {
		position: absolute;
		top: -10px;
		left: 90px;
		bottom: 0px;
		z-index: 0;
	}
	.menu_wrap .bakcground_image img {
		max-width: 420px;
	}
	.body_paragraph p {
		position: fixed;
		right: -5%;
		bottom: 42%;
		transform: rotate(-90deg) translate(-40%, 160%);
		max-width: 420px;
		color: #FFFFFF;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 10px;
		margin-bottom: 0px;
	}
	.main_wrapper .container .globe_image img {
		max-width: 100%;
	}
	
}

/*	Large devices (desktops, 992px and up)	*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	.main_wrapper .container .globe_image img {
		max-width: 100%;
	}
	
}
/*	Large devices (desktops, 992px and up)	*/
@media (min-width: 1200px) and (max-width: 1300px) {
	
	.main_wrapper .container .globe_image img {
		max-width: 100%;
	}
	
}
/*	Extra large devices (large desktops, 1200px and up)	*/
@media (min-width: 1400px) {
	
	.main_wrapper .container .globe_image img {
		max-width: 100%;
	}
	
}