.slider{
	height: 1080px;
	width: 100%;
	position: relative;
}

.slider > ul{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.slider > ul > li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('./../img/main_mountain_img.jpg');
	background-size: cover;
	background-attachment: fixed;
}

.slider > ul > li:first-child {
	display: block;
}

.slider_content{
	width: 100%;
}

.slider_content .vertical_height > div{
	
	
}

.slider_text{
	width: 100%;
	text-align: center;
	padding-top: 28%;
}

.slider_text_name{
	padding-bottom: 20px
}

.slider_text_name h1{
	font-size: 143px;
	color: #e8e8e8;
	font-weight: 900;
}

.slider_text_details{
	font-size: 18px;
	color: #a9a9a9;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding-bottom: 77px;
}

.see_more1 > a{
	font-size: 12px;
	text-decoration: none;
	color: #a9a9a9;
	padding-right: 49px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('./../img/arr_icon.png');
	text-transform: uppercase;
	background-size: contain;
}

.slider_content2 .default_font{
	text-align: center;
	font-weight: 900;
}
