.list_right h6{ color:rgba(255, 255, 255,0.8); font-size:18px; font-weight:600; text-align:center}
.list_img{ margin:20px auto; text-align:center }
.img_top{width:50%}
.top_borde{border:1px solid rgba(176, 203, 31, 0.2); padding:12px; border-radius:8px; }


.show_image {
		display:none !important;
	}
.hidden_image {
		display:inline-block;
	}
	
@media only screen and (max-width: 768px) {
		.hidden_image {
		display:none !important; }
	
	  .show_image {
		display:inline-block !important;
	}

}


.social ul li {display:inline !important; margin-left:12px;}
.social ul li a { color:#FFF; line-height:22px; font-size:20px}
.link{color:#85c33f !important}
#popup_contact {
	position: fixed;
	right:2px;
	top:300px;
	z-index: 9001;
}
.nice-scroll #popup_contact {
	right: 30px;
}
#popup_contact>a.button {
	width: 185px;
	height: 95px;
	line-height: 45px;
	font-size: 20px;
	margin: 0;
	text-align: center;
	color: rgba(0, 0, 0, .5);
	background:rgba(0, 0, 0, .5);
}
#popup_contact>a.button:hover {
	text-decoration: none;
}
#popup_contact .popup_contact_wrapper {
	width: 200px;
	height:150px;
     background: #fbfbfb ;
	position: absolute;
	top: -165px !important;
	right: 0;
	display: none;
	top:0;
	padding:4px !important;
}
#popup_contact.focus .popup_contact_wrapper {
	display: block;
}
#popup_contact .popup_contact_wrapper span.arrow {
	position: absolute;
	right: 15px;
	bottom: -8px;
	margin: 0 auto;
	width: 0px;
	height: 0px;
	display: block;
	border-bottom: 8px solid #fbfbfb;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}