.home{
	background-color: #e6e6e6;
}

.expedition{
	width: 100%;
	margin-bottom: 52px;
}

.expedition > div > div{
	display: inline-block;
	vertical-align: middle;
}

.expedition > div:nth-child(1) > div:nth-child(1){
	width: 10%;
}

.expedition > div:nth-child(1) > div:nth-child(2){
	width: 90%;
}

.expedition > .content_width{
	padding-top:40px;
	padding-bottom:40px;
}

.expedition > div > div > ul{
	text-align: left;
	padding-left: 39px;
}

.expedition > div > div > ul > li{
	display: inline-block;
	vertical-align: top;
	margin-right: 39px;
}

.expedition > div > div > ul > li > a{
	cursor: pointer;
	text-decoration: none;
	font-size: 15px;
	color: #898888;
	transition: 0.3s all ease;
	font-weight: 700;
	position: relative;
}

.expedition > div > div > ul > li > a:after{
	content: "";
	display: none;
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #906f48;
	transition: 0.3s all ease;
}

.expedition > div > div > ul > li:hover > a{
	color: #000;
}

.expedition > div > div > ul > li:hover > a:after{
	display: block;
}

.expedition > div > div > ul > .on > a{
	color: #000;
}

.expedition > div > div > ul > .on > a:after{
	display: block;
}

.expedition > div > div > ul > li:last-child{
	margin-right: 0;
}

.expedition .default_font{
	font-weight: 800;
}

.expedition_slider{
	position: relative;
	width: 100%;
	height: 988px;
}

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

.expedition_slider > ul > li{
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

.expedition_desc{
	width: 56%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('./../img/mountain_home_img.jpg');
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.expedition_image{
	height: 90%;
	width: 48%;
	position: absolute;
	right: 0;
	top: 5%;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('./../img/day_mountain.jpg');
}

.dark_cover{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(38,38,42,0.9);
}

.expedition_slider_content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.expedition_slider_content .default_font{
	width: 48%;
	color: #a9a9a9;
}

.expedition_slider_content .default_font:nth-child(2){
	font-family: 'Roboto';
	font-weight: 300;
}

.expedition_slider_content .default_font h1{
	color: #fff;
	font-weight: 900;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 50px;
}

.expedition_slider_content .default_font h6 strong{
	color:#958471;
}

.expedition_slider_content .default_font h1:after{
	content: "";
	display: block;
	position: absolute;
	top: 110%;
	left: 0;
	width: 42px;
	border-bottom: 9px solid #906f48;
}

.places{
	width: 100%;
}

.place_box{
	width: 100%;
}

.places_box > ul{
	text-align: center;
}

.places_box > ul > li{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 0;
	padding-bottom: 33.33%;
	position: relative;
	overflow: hidden;
}

.place_image{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 0.3s all ease;
	transform: scale(1);
}

.place_image .vertical_height{
	z-index: 5;
}

.place_image .vertical_height .default_font{
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.place_image .vertical_height .default_font h3{
	position: relative;
	padding: 18px;
	text-align:center;
}

.place_image .vertical_height .default_font h3:after{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 45%;
	width: 10%;
	border-bottom: 9px solid #906f48;
}

.place_image .dark_cover{
	z-index: 4;
	opacity: 1;
	transition: 0.3s all ease;
}

.places_box > ul > li:hover .dark_cover{
	opacity: 0;
}

.places_box > ul > li:hover .place_image{
	transform: scale(1.1);
}

.places_box > ul > li:hover .button1{
	opacity: 1;
}

.places_box > ul > li:nth-child(1) .place_image{
	background-image: url('./../img/s_img1.jpg');
}

.places_box > ul > li:nth-child(2) .place_image{
	background-image: url('./../img/s_img2.jpg');
}

.places_box > ul > li:nth-child(3) .place_image{
	background-image: url('./../img/s_img3.jpg');
}

.places_box > ul > li:nth-child(4) .place_image{
	background-image: url('./../img/s_img4.jpg');
}

.places_box > ul > li:nth-child(5) .place_image{
	background-image: url('./../img/s_img5.jpg');
}

.places_box > ul > li:nth-child(6) .place_image{
	background-image: url('./../img/s_img6.jpg');
}

.button1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.3s all ease;
}

.button1 .vertical_height{
	height: 40%;
	padding-top: 60%;
}

.button1 .see_more1{
	background-color: rgba(38,38,42,0.9);
	display: inline-block;
	padding: 3% 5%;
}

.button1 .see_more1 > a{
	font-size: 12px;
	font-weight:900;
}

.news{
	width: 100%;
	padding-bottom: 54px;
}

.news_box{
	width: 100%;
}

.news_box > ul{
	width: 100%;
}

.news_box > ul > li{
	display: inline-block;
	vertical-align: top;
	width: 22.7%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	transition: 0.3s all ease;
	transform: scale(1);
}

.news_box > ul > li:nth-child(4n){
	margin-right: 0;
}

.news_box_image{
	width: 100%;
	height: 257px;
	position: relative;
	overflow: hidden;
	
}

.news_box_image > .n_img{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(./../img/s_img1.jpg);
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: 0.3s all ease;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.news_box > ul > li:hover{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(217,217,217,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(217,217,217,1);
	box-shadow: 0px 0px 3px 3px rgba(217,217,217,1);
	transform: scale(1.07);
	z-index: 5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.news_box > ul > li:hover .dark_cover{
	opacity: 1;
}

.news_box > ul > li:hover .news_box_image > .n_img{
	transform: scale(1.3);
}

.news_box_image .dark_cover{
	opacity: 0;
	transition: 0.3s all ease;
	z-index: 3;
}

.news_box_image .dark_cover > div{
	text-align: center;
}

.news_box_desc{
	background-color: #f6f6f6;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.news_box_desc > .default_font{
	padding: 23px;
}

.news_box_desc > .default_font h6{
	font-weight: 900;
}

.news_box_desc > .default_font p{
	font-family: 'Roboto';
	font-weight: 300;
}

.news_box_desc > .default_font p:last-child{
	padding-bottom: 0;
}

.button2 > a{
	width: 64px;
	height: 0;
	padding-bottom: 64px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(./../img/plus_icon.png);
	border: 1px solid #906f48;
	border-radius: 50%;
	display: block;
	margin: 0 auto;

	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.button2 > a:hover {
	transform: rotate(180deg) ;
	-webkit-transform: rotate(180deg) ;
	-moz-transform: rotate(180deg) ;
	-o-transform: rotate(180deg) ;
	-ms-transform: rotate(180deg) ;
}

.map{
	width: 100%;
	height: 1086px;
}

.map > div{
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 100%;
}

.map_left{
	width:32%;
	background-color:#262629;
}

.map_desc{
	width: 80%;
	position: relative;
	height: 100%;
	margin-left: 10%;
}

.map_left .section_header .default_font{
	color: #fff;
}

.map_left .section_header .default_font:after{
	display: none;
}

.map_right{
	width:68%;
}

.legend .default_font h6{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 53px;
	padding-top: 7px;
	color: #958471;
	padding-bottom: 20px;
}

.visited {
	padding-bottom: 50px;
}

.visited h6 {
	background-image: url('./../img/visited_icon1.png');
}

.not_visited h6{
	background-image: url('./../img/visited_icon2.png');
}

.legend .default_font p{
	color: #a9a9a9;
	padding-bottom: 0;
}

.map_header{
	width:100%;
	height: 10%;
	position: absolute;
	top:0;
	left: 0;
	background-color: #e6e6e6;
}

.map_header .default_font{
	padding-left: 84px;
	background-repeat: no-repeat;
	background-position: left 29px center;
	background-image: url('./../img/pointer_icon.png');
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 900;
}

.map_box{
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.map_box > div {
	position:relative;
	height:100%;
	width:auto;
}

.map_box > div img {
	height:100%;
	width:auto;
}

.map_box .point {
	position:absolute;
	width:0;
	height:0;
}

.map_box .point > div {
	position:relative;
	right:15px;
	bottom:15px;
	width:30px;
	height:30px;
	background: url('/img/visited_icon1.png') center center no-repeat;
	background-size:contain;
}

.map_box .point_type_1 > div {
	background: url('/img/visited_icon2.png') center center no-repeat ;
	background-size:contain;
}

.map_box .point > div > div {
	position:absolute;
	top:100%;
	left:100%;
	display:none;

	background-color: #f6f6f6;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	padding: 10px 23px;
	font-size: 15px;
	line-height: 30px;
}

.map_box .point > div > a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.map_box .point > div:hover > div {
	display:block;

}

.home .places{
	padding-bottom: 0;
}