@charset "utf-8";
/* CSS Document */
.vcenter {
		display: inline-block;
		vertical-align: middle;
		float: none; }
		
  .button_di {
  display: inline-block;
  margin: 0 0;
  padding: 35px 70px 33px 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: sans-serif;
  background: #ff5420;
  transition: 0.2s all;
  transform: skew(-20deg);
  border: 1px solid #fff;

 
}
.button-di {
  display: inline-block;
  margin: 0 0;
  padding: 35px 70px 33px 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: sans-serif;
  background: #ff5420;
  transition: 0.2s all;
  transform: skew(-20deg);
  border: 1px solid #fff;
   width: 300px;


 
}
  
  .button_di :hover {
    /*background: #fff;*/
    color: #800101;
  }
			
  .text_di {
    display: inline-block;
    transform: skew(20deg);
	  color: white;
  }

