.dx_email {
	color:#012753;
	font-size: 1,2em; 
	font-weight: 500; 
	width: 200px; 
	margin: auto; 
	border:2px 
	solid white;
	padding: 10px 20px;
	background: #fff;
}
.dx_email:hover {
	background: #012753; color: #fff !important;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease ;
-ms-transition: all 0.5s ease ;
-o-transition: all 0.5s ease ;
transition: 0.5s ease !importan;jquery on click transition
}
ul.social-icons {
		position: relative !important;
		top:-10px !important;
	}
@media only screen and (max-width:1024px) {
	.dx_email
	 {
		position: relative !important;
		top:50px !important;
	}
}
@media only screen and (max-width:1024px) {
	ul.social-icons {
		position: relative !important;
		top:20px !important;
	}
}