.sightseeing{
	width: 100%;
}

.offer{
	width: 100%;
	padding-bottom: 200px;
}

.offer_box{
	width: 100%;
	background-color: #fff;
	position: relative;
	padding: 102px 0;
}

.offer_box > div > div{
	display: inline-block;
	vertical-align: top;
}

.offer_list{
	width: 28%;
	background-color:#262629;
	position: absolute;
	z-index: 10;
}

.offer_list > div{
	padding: 10%;
}

.offer_list .default_font ul > li{
	position: relative;
}

.offer_list .default_font h4{
	color: #e8e8e8;
	font-weight: 900;
	padding-bottom: 37px;
}

.offer_desc{
	width: 60%;
	margin-left: 35%;
}

.newsletter{
	width: 100%;
	position: relative;
	height: 400px;
	background-color:#e6e6e6;
}

.newsletter_left{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 55%;
	background-color: #262629;
}

.newsletter_left .default_font{
	padding-left: 18%;
	font-family: 'Roboto';
	width: 50%;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('./../img/newsletter_icon.png');
}

.newsletter_left .default_font h3{
	color: #e8e8e8;
	font-weight: 900;
	padding-bottom: 25px;
}

.newsletter_left .default_font p{
	color: #a9a9a9;
	padding-bottom: 0;
	font-weight: 300;
}

.newsletter_right{
	position: absolute;
	top:0;
	right: 10.7%;
	height:100%;
	width: 40%;
}

.newsletter_box{
	width: 100%;
	background-color: #fff;
	padding: 6px;
}

.newsletter_box form > div{
	display: inline-block;
	vertical-align: top;
	height: 115px;
}

.n_input_holder{
	width: 80%;
}

.n_input{
	width: 93%;
	height: 100%;
	padding-left: 7%;
	outline: none;
	font-family: 'Roboto';
	border: none;
	font-size: 18px;
	text-transform: uppercase;
}

.n_submit_holder{
	width: 20%;
}

.n_submit{
	width: 100%;
	height: 100%;
	padding-left: 3%;
	outline: none;
	font-family: 'Roboto';
	border:0;
	background-color: #e6e6e6;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 900;
	color: #7f7f80;
}

.sightseeing .offer_desc .default_font p:last-child{
	margin-bottom: 30px;
}