﻿

a.animated-button:link:after, a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;

}
a.animated-button {
  color: #FFF;
  text-shadow: none;
  
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
  height: 450%;
}
a.animated-button:link, a.animated-button:visited {
  position: relative;
  display: block;
  padding: 20px 15px;
  color: #fff;
  font-size:26px;
  font-family: "RoundedElegance";
  border-radius: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a.animated-button.ani{
  border: 2px solid #4d4c4e;
  width: 120px;
  height: 0px;
  position: relative;
  z-index: 2;
}
a.animated-button.ani:after {
  background: #373636;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}





a.animated-button.victoria-zakaz {
  border: 2px solid #ae9671;
  width: 248px;
  height: 45px;
  position:repeat;
  z-index:2;
  margin:0 auto;
  padding-top:7px;
  color: rgb(40, 39, 39);
  margin-bottom: 20px;
  font-size: 17px;
}
a.animated-button.victoria-zakaz:after {
  background: #ae9671;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  a.animated-button.victoria-zakaz {
    width: 180px;
    font-size: 11px;
    padding-top: 12px;
  }
}