* {
  box-sizing: border-box; }

.box-social {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 75px;
  height: 75px;
  background: url("./img/soc/bg%20copy.png") no-repeat center;
  background-size: cover;
  z-index: 3; }
  .box-social.active .social-box-fixed {
    visibility: visible;
    opacity: 1;
    right: 34px;
    bottom: 43px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .box-social.active .click {
    background: url("./img/soc/icon.png") no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
    right: 19px;
    bottom: 19px; }
  .box-social:hover {
    cursor: pointer; }
  .box-social .click-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11; }
  .box-social .click {
    display: inline-block;
    position: absolute;
    background: url("./img/soc/Layer%2024.png") no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: 19px; }
  .box-social .social-box-fixed {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: url("./img/soc/main.png") no-repeat;
    background-size: cover;
    width: 230px;
    height: 160px;
    right: -70px;
    bottom: -40px;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .box-social .social-box-fixed .title {
      font-family: "Open Sans", sans-serif;
      color: #767b7c;
      font-size: 19px;
      font-weight: 300;
      text-align: center;
      display: inline-block;
      width: 100%;
      margin-top: 20px; }
    .box-social .social-box-fixed ul {
      margin: 0;
      padding: 0;
      display: inline-block;
      width: 100%;
      text-align: center;
      list-style: none; }
      .box-social .social-box-fixed ul li {
        display: inline-block;
        margin: 0 7px; }
        .box-social .social-box-fixed ul li a {
          width: 40px;
          height: 40px;
          display: inline-block;
          margin-top: 10px; }
          .box-social .social-box-fixed ul li a.vk {
            background: url("./img/soc/vk.png") no-repeat;
            background-size: cover; }
          .box-social .social-box-fixed ul li a.fb {
            background: url("./img/soc/fb.png") no-repeat;
            background-size: cover; }
          .box-social .social-box-fixed ul li a.tel {
            background: url("./img/soc/tel.png") no-repeat;
            background-size: cover; }

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@media only screen and (max-width: 768px) {
  .click.hvr-buzz-out {
    -webkit-animation-name: none;
    animation-name: none; }

  .box-social {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: url("./img/soc/bg%20copy.png") no-repeat center;
    background-size: cover; }
    .box-social.active .social-box-fixed {
      visibility: visible;
      opacity: 1;
      right: 22px;
      bottom: 31px;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .box-social.active .click {
      background: url("./img/soc/icon.png") no-repeat;
      background-size: cover;
      width: 26px;
      height: 26px;
      right: 12px;
      bottom: 12px; }
    .box-social:hover {
      cursor: pointer; }
    .box-social .click {
      display: inline-block;
      position: absolute;
      background: url("./img/soc/Layer%2024.png") no-repeat;
      background-size: cover;
      width: 26px;
      height: 26px;
      right: 13px;
      bottom: 14px; }
    .box-social .social-box-fixed {
      display: inline-block;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      background: url("./img/soc/main.png") no-repeat;
      background-size: cover;
      width: 200px;
      height: 130px;
      right: -70px;
      bottom: -40px;
      -webkit-transform: scale(0.1);
      -moz-transform: scale(0.1);
      -ms-transform: scale(0.1);
      -o-transform: scale(0.1);
      transform: scale(0.1);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .box-social .social-box-fixed .title {
        font-family: "Open Sans", sans-serif;
        color: #767b7c;
        font-size: 19px;
        font-weight: 300;
        text-align: center;
        display: inline-block;
        width: 100%;
        margin-top: 20px; }
      .box-social .social-box-fixed ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        list-style: none; }
        .box-social .social-box-fixed ul li {
          display: inline-block;
          margin: 0 7px; }
          .box-social .social-box-fixed ul li a {
            width: 40px;
            height: 40px;
            display: inline-block;
            margin-top: 10px; }
            .box-social .social-box-fixed ul li a.vk {
              background: url("./img/soc/vk.png") no-repeat;
              background-size: cover; }
            .box-social .social-box-fixed ul li a.fb {
              background: url("./img/soc/fb.png") no-repeat;
              background-size: cover; }
            .box-social .social-box-fixed ul li a.tel {
              background: url("./img/soc/tel.png") no-repeat;
              background-size: cover; } }
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-pulse.animation-on {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.hvr-pulse:hover,
.hvr-pulse:active,
.hvr-pulse:focus {
  -webkit-animation-name: none;
  animation-name: none; }

.hide {
    display: none !important;
}