@charset "UTF-8";
/* CSS Document */


.box.owlbox {
    background: #fff;
}

.buttonowl {
  position: absolute;
  top: 50%;  
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
    background: -moz-linear-gradient(left, rgba(121, 194, 178, 0.8) 0%, rgba(194, 174, 121, 0.8) 50%, rgba(241, 176, 191, 0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(121, 194, 178, 0.8)), color-stop(50%, rgba(194, 174, 121, 0.8)), color-stop(100%, rgba(241, 176, 191, 0.8)));
    background: -webkit-linear-gradient(left, rgba(121, 194, 178, 0.8) 0%, rgba(194, 174, 121, 0.8) 50%, rgba(241, 176, 191, 0.8) 100%);
    background: -ms-linear-gradient(left, rgba(121, 194, 178, 0.8) 0%, rgba(194, 174, 121, 0.8) 50%, rgba(241, 176, 191, 0.8) 100%);
    background: linear-gradient(to right, rgba(121, 194, 178, 0.8) 0%, rgba(194, 174, 121, 0.8) 50%, rgba(241, 176, 191, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc79c2b2', endColorstr='#ccf1b0bf',GradientType=1 );
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fafae8;
    display: inline-block;
    padding: 17px 30px;
  width: 280px;
  height: 53px;
  border-radius: 5px;
  box-sizing: border-box;
}

.buttonowl:hover {
      background: -moz-linear-gradient(left, rgba(121, 194, 178, 1) 0%, rgba(194, 174, 121, 1) 50%, rgba(241, 176, 191, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(121, 194, 178, 1)), color-stop(50%, rgba(194, 174, 121, 1)), color-stop(100%, rgba(241, 176, 191, 1)));
    background: -webkit-linear-gradient(left, rgba(121, 194, 178, 1) 0%, rgba(194, 174, 121, 1) 50%, rgba(241, 176, 191, 1) 100%);
    background: -ms-linear-gradient(left, rgba(121, 194, 178, 1) 0%, rgba(194, 174, 121, 1) 50%, rgba(241, 176, 191, 1) 100%);
    background: linear-gradient(to right, rgba(121, 194, 178, 1) 0%, rgba(194, 174, 121, 1) 50%, rgba(241, 176, 191, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc79c2b2', endColorstr='#ccf1b0bf',GradientType=1 )
}
