#offers {
	margin-bottom: 50px;	
}

#offers .top_breadcrumb h1 {
	border-right:0px;
}

#offers .offers_text{
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:13px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: rgb(100,100,100);
	margin-bottom:30px;
}


#offers .offers_list h2{
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:24px;
	font-weight:700;
	letter-spacing: 0.5px;
	color: #35190E;
	margin-bottom:30px;	
}

#offers .offers_list .offers_item, #offers .offers_list .offers_item a{
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:13px;
	line-height: 1.6;
	letter-spacing: 0.5px;	
	color: #35190E;
	margin-bottom:20px;
}

#offers .offers_list .offers_item.active, #offers .offers_list .offers_item.active a{
	color: #769C2A;	
}

#offers .offers_list .offers_item:hover, #offers .offers_list .offers_item:hover a{
	color: #769C2A;	
}

#offers .offers_list .offers_item .offers_search {
	margin-bottom:5px;
	font-weight:600;
	text-decoration: underline;
}

#offers .offers_list .offers_item .offer_item{
	cursor: pointer;
}

#offers .offers_list .offers_item .offers_search i{
	margin-right:20px;
}

#offers .offers_list .offers_item .offers_resume {
	font-style: italic;
	margin-left:33px;
}

#offers .offers_details {
	border-left: 1px solid #769C2A;
	padding:0px 0px 40px 25px;
}

#offers .offers_details h4{
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:18px;
	font-weight:700;
	letter-spacing: 0.5px;
	color: #769C2A;
	margin-bottom:0px;	
}

#offers .offers_details h5{
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:14px;
	font-weight:600;
	letter-spacing: 0.5px;
	color: #769C2A;
	margin-bottom:20px;	
}

#offers .offer_detail {
	margin-bottom: 40px;
}

#offers .offers_details p{
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:13px;
	line-height: 1.6;
	letter-spacing: 0.5px;	
	color: rgb(100,100,100);
}

#offers .offers_details a{
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:13px;
	line-height: 1.6;
	letter-spacing: 0.5px;	
	color: #fff;
	background: #35190E;
	border: 1px solid #35190E;
	text-transform: uppercase;
	text-decoration:none;
	padding:10px 15px;
	cursor: pointer;
	margin-top:40px;
}

#offers .offers_details a:hover{
	color: #35190E;
	background: #fff;
}

#offers .offers_details i{
	margin-left: 10px;
}