* {
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
  -moz-transition-timing-function: cubic-bezier(100,50,21,6);
	-moz-transition-property: all;
  -moz-transition-timing-function: cubic-bezier(100,50,21,6);
}
.style-1 {
	text-align: center;
	font-size: x-small;
	font-style: normal;
}
.btn{
  color: #999;
  background: #D3D4E9;
  padding: 5px 5px;
  text-decoration: none;
  letter-spacing: 0px;
  text-transform: uppercase;

}

.btn:hover{
  border:none;
  background:rgba(0, 0, 0, 0.4);
  background:#fff;
  padding:20px 20px; #000;
  color:#1b1b1b;
}
