.trekking{
	width: 100%;
}

.trekking .offer_desc{
	margin-left: 0;
	margin-right: 50%;
}

.trekking .offer_list{
	right: 5%;
}

.trekking .offer_box{
	padding-top: 102px;
	padding-bottom: 0;
	font-family: 'Roboto';
}

.trekking .offer_box .default_font{
	line-height: 36px;
}

.trekking .offer_box .button3{
	position: relative;
	top: 9px;
}

.trekking_box{
	width: 100%
}

.trekking_box .expedition_desc{
	display: none;
}

.trekking_box .expedition_slider_content .default_font h1 span{
	font-weight: 300;
}

.trekking_box .expedition_slider_content .default_font h1{
	color: #262629;
}

.trekking_box .expedition_slider_content .default_font h4{
	color: #262629;
	font-weight: 700;
	padding-bottom: 50px;
}

.trekking_box .expedition_slider_content .default_font h4 span{
	font-weight: 900;
}

.trekking_box .expedition_image{
	background-image: url(./../img/trekking_box_img.jpg);
}

.places{
	padding-bottom: 60px;
}

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

.places > div:first-child{
	padding-right: 45px;
}

.places .default_font h6{
	/*color: #906f48;*/
}

.trekking .places ul > li{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}

.places ul > li:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	border-bottom:2px solid #906f48;
	width: 100%;
}

.places ul > li > a{
	text-decoration: none;
	color: #4c4c4f;
	font-weight: 300;
	font-size: 18px;
}

.places ul > li > a span{
	font-weight: 400;
}

.trekking_choose > ul{
	border-left: 1px solid #d0d0d0;
}

.trekking_choose > ul > li{
	display: inline-block;
	vertical-align: top;
	width: 14%;
	background-color: #f0f0f0;
	padding: 26px 0;
	border-right: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	transition: 0.3s all ease;
	position: relative;
}

.trekking_choose > ul > li:nth-child(1n){
	border-left: 1px solid #d0d0d0;
}

.trekking_choose > ul > li:hover{
	background-color: #262629;
	border-right: 1px solid #262629;
	border-top: 1px solid #262629;
	border-bottom: 1px solid #262629;
}

.trekking_choose > ul > li:hover h6{
	color: #fff;
}

.trekking_choose > ul > li > div{
	padding-left: 29px;
	text-transform: uppercase;
}

.trekking_choose > ul > li > div p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #9b9b9b;
	padding-bottom: 10px;
}

.trekking_choose > ul > li > div h6{
	font-size:20px;
	font-weight: 900;
	color: #4c4c4f;
	transition: 0.3s all ease;
}

.trekking .expedition_slider_content .default_font{
	width: 50%;
}

.trekking .expedition_slider_content .places > ul > li > .default_font h6 strong{
	color:#906f48;
}

.trekking .expedition_slider_content .places > ul > li > .default_font p{
	padding-bottom: 10px;
}

.trekking .expedition_slider_content .places ul > li:after{
	display: none;
}

.trekking .expedition_slider_content .default_font h1{
	
}

.more_list >li {
	display: none;
}

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

.trekking .offer{padding-bottom: 20%;}