

/* linkone */
.link-1 a:before, .link-1 a:after {
  content: '';
  border-bottom: solid 3px #926f5c;
  position: absolute;
  top: 60px;
  margin: auto;
  left:0;
  right:0;
  width: 0;
  height:2px;
  
}

.link-1 a:before { left: 0; }
.link-1 a:after { right: 0; }

.link-1 a:hover:before, .link-1 a:hover:after {
  width: 80%;
}
@media only screen and (max-width: 900px) 
{
.link-1 a:hover:before, .link-1 a:hover:after {
  width: 0%;
}
}
.link-1 a:before, .link-1 a:after {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}


@-webkit-keyframes heartbeat {
  0% { -webkit-transform: scale(1); }
  10% { -webkit-transform: scale(1.1); }
  20% { -webkit-transform: scale(1); }
  30% { -webkit-transform: scale(1.1); }
  40% { -webkit-transform: scale(1); }
}

@-webkit-keyframes heartbeat-x {
  0% { -webkit-transform: scaleX(0); }
  10% { -webkit-transform: scaleX(1); }

  20% { -webkit-transform: scaleX(0); }
  30% { -webkit-transform: scaleX(1); }
  40% { -webkit-transform: scaleX(0); }
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  10% { transform: scale(1.1); }
  20% { transform: scale(1); }
  30% { transform: scale(1.1); }
  40% { transform: scale(1); }
}

@keyframes heartbeat-x {
  0% { transform: scaleX(0); }
  10% { transform: scaleX(1); }
  20% { transform: scaleX(0); }
  30% { transform: scaleX(1); }
  40% { transform: scaleX(0); }
}

.button,
.button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.button {
  background: none;
  border:0px;
  border-radius:30px;
  color: #fff;
  display: block;
  color:#fff; 
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
   margin:0 auto;
   width:180px;
   height:50px;
   line-height:50px;
   font-weight:100;
   overflow:hidden;
   cursor:pointer;
  
}

.button2 {
  background: none;
  border:0px;
  border-radius:10px;
  color: #fff;
  display: block;
  color:#fff; 
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
   margin:0px;
   width:100%;
   height:40px;
   line-height:40px;
   font-weight:100;
   overflow:hidden;
   cursor:pointer;
  
}
 @media only screen and (max-width: 900px) 
{
.button {
  background: none;
  border:0px;
  border-radius:30px;
  color: #fff;
  display: block;
  color:#fff; 
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
   margin:0 auto;
   width:120px;
   height:40px;
   line-height:40px;
   font-weight:100;
   overflow:hidden;
   cursor:pointer;
  
}

.button2 {
  background: none;
  border:0px;
  border-radius:10px;
  color: #fff;
  display: block;
  color:#fff; 
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
   margin:0px;
   width:100%;
   height:40px;
   line-height:40px;
   font-weight:100;
   overflow:hidden;
   cursor:pointer;
  
}
}
.button a,.button2 a{color:#fff;}
.button::before,
.button::after {
  background: #926f5c;
   border-radius:0px;
  content: '';
  position: absolute;
  z-index: -1;
}
.button2::before,
.button2::after {
  background: #926f5c;
   border-radius:0px;
  content: '';
  position: absolute;
  z-index: -1;
}

button:hover {
  color: #fff;
}
/* BUTTON 1 */
.btn-1::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-1:hover:after {
  height: 100%;
}

/* BUTTON 2 */
.btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-2:hover:after {
  width: 100%;
}

/* BUTTON 3 */
.btn-3::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.btn-3:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* BUTTON 4 */
.btn-4::before {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-4::after {
  background: #2ecc71;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-4:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* BUTTON 5 */
.btn-5 {
  overflow: hidden;
}

.btn-5::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.btn-5:hover:after {
  height: 100%;
  width: 135%;
}