.earth_crown{
	width: 100%;
}

.earth_crown .offer_box{
	padding-top: 102px;
	padding-bottom: 0;
}

.earth_crown .offer_desc .default_font p{
	padding-bottom: 25px;
}

.mountains{
	width: 100%;
	position: relative;
	padding-bottom: 200px;
}

.mountains_box{
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 59.2%;
}

.mountain{
	position: absolute;
	height: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
}

.mo1{
	
	padding-bottom: 17%;
	width: 28%;
	background-image: url(./../img/mo1_img.png);
	z-index: 7;
}

.mo2{
	
	width: 30%;
	padding-bottom: 26%;
	background-image: url(./../img/mo2_img.png);
	left: 23%;
	z-index: 6;
}

.mo3{
	
	width: 30%;
	padding-bottom: 33%;
	background-image: url(./../img/mo3_img.png);
	left: 45%;
	z-index: 5;
}

.mo4{
	
	width: 30%;
	padding-bottom: 35%;
	background-image: url(./../img/mo4_img.png);
	right: 0;
	z-index: 4;
}

.mo5{
	
	width: 45%;
	padding-bottom: 47%;
	background-image: url(./../img/mo5_img.png);
	left: 1%;
	z-index: 4;
}

.mo6{
	
	width: 51%;
	padding-bottom: 51%;
	background-image: url(./../img/mo6_img.png);
	right:4%;
	z-index: 2;
}

.mo7{
	
	width: 60%;
	padding-bottom: 59%;
	background-image: url(./../img/mo7_img.png);
	right:20%;
	z-index: 1;
}

.mountain_desc{
	text-align: center;
	padding-bottom: 6%;
}

.mountain_desc h2{
	color: #fff;
	font-size:1vw;
	line-height: 1.5vw;
	padding-bottom: 1%;
	font-weight: 900;
}

.mountain_desc p{
	color: #777778;
	font-size:0.8vw;
	line-height: 1.3vw;
	font-family: 'Rubik';
	font-weight: 300;
}

.mountain .vertical_height > div > div{
	vertical-align: bottom;
}

.mo5 .vertical_height > div > div{
	vertical-align: middle;
}

.mo6 .vertical_height > div > div{
	vertical-align: middle;
}

.mo7 .vertical_height > div > div{
	vertical-align: middle;
}

.mountains_bg{
	height: 445px;
	width: 100%;
	background-color: #d9d9d9;
	position: absolute;
	bottom: 0;
}

.earth_crown .newsletter{
	background-color:#d9d9d9; 
}