/* Fonts */
@font-face {
  font-family: 'NotoSans Regular';
  font-weight: 400;
  src: local('NotoSans Regular'), url('../fonts/NotoSans-Regular.ttf');
}
@font-face {
  font-family: 'NotoSans Bold';
  font-weight: 700;
  src: local('NotoSans Bold'), url('../fonts/NotoSans-Bold.ttf');
}
@font-face {
  font-family: 'RobotoSlab Bold';
  font-weight: 700;
  src: local('RobotoSlab Bold'), url('../fonts/RobotoSlab-Bold.ttf');
}
@font-face {
  font-family: 'RobotoSlab Reg';
  font-weight: 700;
  src: local('RobotoSlab Reg'), url('../fonts/RobotoSlab-Regular.ttf');
}
/* Fonts-end */
html>body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'NotoSans Regular', sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 36px;
}
strong {
  font-family: 'NotoSans Bold', sans-serif;
}

.outer__link {
  color: #333;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.outer__link:hover, .outer__link:focus, .outer__link:active {
  color: #2ac561;
  text-decoration: none;
}
.hr_g {
  border: none;
  width: 55px;
  height: 6px;
  margin: 20px 0;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  border-radius: 25px;
}
.btn_g {
  display: inline-block;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border-radius: 35px;
  font-family: 'NotoSans Bold', sans-serif;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), color-stop(51%, rgb(140, 215, 29)), to(rgb(42, 197, 97)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navigation .nav-links .current, .navigation .nav-links .prev, .navigation .nav-links .next {
  display: inline;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border-radius: 35px;
  font-family: 'NotoSans Bold', sans-serif;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), color-stop(51%, rgb(140, 215, 29)), to(rgb(42, 197, 97)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn_g:focus {
  outline: none;
}
.dot {
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.owl-dot {
  border-radius: 50px;
  height: 15px;
  width: 15px;
  display: inline-block;
  background: rgba(50, 50, 50, 0.1);
  margin: 0 5px;
}
.owl-dot.active {
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
}
.owl-dots {
  position: relative;
  top: 40px;
  text-align: center;
  bottom: 5px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 45%;
  width: 35px;
  height: 35px;
  line-height:21px;
  padding: 6px 14px;
  font-size: 1.5em;
  color: #888;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}
.owl-prev {
  left: 15px;
}
.owl-next {
  right: 15px;
}
.slider .owl-dot {
  border-radius: 50px;
  height: 15px;
  width: 15px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  margin: 5px;
}
.slider .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}
.slider .owl-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  bottom: initial;
  width: initial;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vr {
  margin: -25px 0px;
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #f7f7f7;
}
.wpcf7-form-control-wrap {
  position: static;
}
.wpcf7-response-output {
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 0;
  }
  80% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 0;
  }
  80% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 0;
  }
}
.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  position: fixed;
  padding: 0 10px;
  padding-right: 25px;
  left: 0;
  bottom: -100px;
  width: auto;
  height: 80px;
  line-height: 80px;
  color: #333;
  font-size: 16px;
  font-family: 'NatoSans Bold', sans-serif;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.2);
}
.wpcf7-response-output.wpcf7-mail-sent-ok:after,
.wpcf7-response-output.wpcf7-validation-errors:after {
  font-family: 'FontAwesome';
  content: ' \f00c ';
  color: #00ce32;
  position: absolute;
  top: 0;
  right: 10px;
}
.wpcf7-response-output.wpcf7-validation-errors:after {
  content: ' \f00d ';
  color: #ff3435;
}
.callback-form .wpcf7-not-valid,
.feedback-form .wpcf7-not-valid {
  border: 1px solid #f00;
}
.modal .modal-dialog .wpcf7-not-valid,
.map__block .wpcf7-not-valid {
  border-bottom: 2px solid rgba(250, 0, 0, 1);
}
.callback-form .wpcf7-not-valid-tip,
.feedback-form .wpcf7-not-valid-tip,
.modal .wpcf7-not-valid-tip,
.map__block .wpcf7-not-valid-tip {
  display: none;
}
/* To top */
.back-to-top__button {
  background-color: rgb(140, 215, 29);
  display: block;
  position: fixed;
  padding: 10px 0;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 2em;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
        box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(90px);
      -ms-transform: translateY(90px);
          transform: translateY(90px);
  z-index: 999;
}
.visible.back-to-top__button {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.back-to-top__button:hover {
  color: #fff;
  cursor: pointer;
  background-color: rgb(42, 197, 97);
}
.back-to-top__button:focus {
  outline: none;
}
/* To top end */
/* 404 */
.flashlight__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../img/404_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.flashlight {
  height: 80vh;
  background-image:url('../img/spotlight.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: none;
}
.flashlight__group {
  width: 100%;
  max-width: 380px;
  position: absolute;
  left: 50%;
  margin-left: -190px;
  bottom: 30%;
}
.flashlight__text, .flashlight__button {
  color: #fff;
  font-family: 'NotoSans Bold', sans-serif;
  font-size: 16;
  line-height: 30px;
}
.flashlight__button {
  margin: 15px;
  padding: 15px 20px;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
}
.flashlight__button:hover, .flashlight__button:focus,
.flashlight__button:active {
  color: #fff;
  text-decoration: none;
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* 404 end*/
/* Slider */
.slider, .slider__block {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 580px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.slider__text-group {
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 1;
}
.slider__title, .slider__text {
  font-family: 'RobotoSlab Bold', serif;
  color: #fff;
  line-height: 52px;
	font-size: 24px;
}
.slider__text {
  top: 55%;
  font-size: 16px;
  font-family: 'NotoSans Regular', serif;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.active .fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/* Slider end */
/* Feedback */
.feedback {
  position: relative;
  bottom: 105px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 100px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
  z-index: 2;
}
.feedback__heading {
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
}
.feedback-form {
  padding-left: 15px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
.feedback-form__name, .feedback-form__phone {
  margin: 0 2px;
  padding: 20px 10px 20px 50px;
  display: inline-block;
  max-width: 230px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
.feedback-form__button {
  margin: 15px;
  padding: 20px;
  max-width: 225px;
  width: 100%;
}
.feedback-form__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 575px){
  .feedback-form {padding: 0 15px;}
  .feedback-form__button{
    margin:15px 0;
    max-width:100%;
  }
  .feedback-form__name, .feedback-form__phone {
    width:100%;
    display: block;
    max-width:100%;
    padding: 20px 10px 20px 20px;
  }
  .outer__link{
    width:100%;
  }
}
/* Feedback end */
/* Advantages */
.advantages {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.advantages__title,.advantage__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.advantage__group {
  width: 100%;
  padding: 50px 30px 20px;
  min-height: 210px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advantage__group:hover {
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
.advantage__img {
  height: 50px;
}
.advantage__heading {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
}
/* Advantages end */
/* Special */
.special {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 500px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.special__title, .special__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.special__group {
  position: relative;
  min-height: 360px;
  margin: 20px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.special__img {
  position: absolute;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.special__group:hover .special__img {
  height: 240px;
}
.special__group:hover {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.special__caption {
  width: 100%;
  position: absolute;
  bottom: 5px;
  padding: 25px;
  background: #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.special__group:hover .special__caption {
  padding-bottom: 75px;
}
.special__button {
  margin: auto;
  padding: 15px;
  max-width: 175px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  opacity: 0;
  -webkit-transform: translate3d(0,15px,0);
  transform: translate3d(0,15px,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.special__group:hover .special__button {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.special__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* Special end */
/* Verify */
.verify {
  position: relative;
  margin: 60px 0;
  padding: 130px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 500px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.verify__title {
  line-height: 52px;
  font-family: 'RobotoSlab Bold', sans-serif;
	font-size: 24px;
}
.verify__text {
  padding: 30px 0;
  line-height: 24px;
}
/* Verify end */
/* Reviews */
.reviews {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 500px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.reviews__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.reviews__block {
  padding: 40px 0;
}
.reviews__group {
  margin: 40px 5px 15px;
  position: relative;
  min-height: 210px;
}
.reviews .reviews__group .reviews__img {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.zmdi.zmdi-quote {
  position: relative;
  bottom: 10px;
}
.zmdi.zmdi-quote:before {
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reviews__caption {
  width: 100%;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.reviews__caption:hover {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.reviews__text {
  position: relative;
  bottom: 15px;
  line-height: 24px;
  clear: both;
}
.reviews-name {
  margin: 20px 0 15px;
  font-family: 'NotoSans Bold', sans-serif;
}
.reviews-name, .reviews-position {
  text-transform: uppercase;
  font-size: 16px;
}
.reviews-position  {
  color: #888;
  font-size: 12px;
}
/* Reviews end  */
/* Consult */
.consult {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 1090px;
  min-height: 180px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
	width: 100%;
}
.consult__title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'RobotoSlab Bold', serif;
	font-size:24px;
}
.consult__text {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  color: #fff;
}
.consult__button {
  padding: 15px 20px;
  max-width: 220px;
  width: 100%;
}
.consult__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#wpcf7-f495-p1942-o2 p {
	margin-bottom: 0;
}
/* Consult end */
/* Offer */
.offer {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 430px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.offer__img {
  position: relative;
  top: 30px;
  height: 420px;
}
.offer__title {
  line-height: 52px;
  font-family: 'RobotoSlab Bold', serif;
  color: #fff;
	font-size: 24px;
}
.offer__list {
  display: block;
	list-style-type: none;
}
.offer__list-item {
  color: #fff;
  font-family: 'NotoSans Bold', sans-serif;
  font-size: 22px;
  line-height: 52px;
}
.offer__link {
  color: #fff;
  border-bottom: 2px dotted #fff;
}
.offer__link:hover, .offer__link:focus,
.offer__link:active {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
/* Offer end */
/* News */
.news {
  padding: 72px 4px 1px 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 75%;
  width: 100%;
  min-height: 700px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.news__title,.news__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news__group {
  position: relative;
  margin: 15px 0;
  overflow: hidden;
}
.news__img {
  padding: 20px 15px;
  min-height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.0) translateZ(0);
  transform: scale(1.0) translateZ(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news__img::after {
  content: '';
  background-color: rgba(50, 50, 50, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.news__img:hover {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.news__heading {
  padding: 20px 15px;
  position: absolute;
  bottom: 0;
  color: #fff;
}
/* News end*/
/* Page title */
.page-title {
  position: relative;
  margin-top: 120px;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 100px;
  opacity: 1;
  font-family: 'NotoSansRegular', sans-serif;
}
.page-title__heading {
  font-size: 18px;
  font-family: 'NotoSans Bold', sans-serif;
}
.page-title__text {
  color: #888;
  line-height: 24px;
}
.page-title__text:hover{
  color: #888;
  line-height: 24px;
}
/* Page title end */
/* Description */
.description {
  position: relative;
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.description__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.description__text p {
  margin: 15px 0;
  line-height: 24px;
}
/* Description end */
/* Stages */
.stages {
  position: relative;
  padding: 40px 0;
  background-color: #f9f9f9;
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.stages__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.stages__text-group {
  margin: 15px 0;
}
.stages__text {
  position: relative;
  padding: 0 15px;
  line-height: 24px;
}
.stages__img {
  position: absolute;
  bottom: -40px;
  right: 20%;
}
/* Stages end */
/* Events */
.events {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 600px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.events__title, .events__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.events .events__group {
  width: 100%;
  margin: 15px 0;
  padding: 35px;
  min-height: 210px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.events__group:hover {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
.events__text {
  margin-top: 35px;
  line-height: 24px;
  text-align: left;
}
.events__list {
  position: relative;
  counter-reset: num;
}
.events__list ::before {
  content: counter(num) '';
  counter-increment: num;
  position: absolute;
  font-size: 72px;
  font-family: 'RobotoSlab Bold', serif;
  color: #f7f7f7;
  z-index: -1;
}
.events__list-item {
  margin-top: 35px;
  line-height: 24px;
  text-align: left;
}
/* Events end */
/* Stages */
.audit {
  position: relative;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.audit__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.audit__text-group {
  margin: 15px 0;
}
.audit__text {
  position: relative;
  padding: 0 15px;
  line-height: 24px;
}
.audit__img {
  position: absolute;
  bottom: -40px;
  right: 20%;
}
/* Stages end */
/* Plan */
.plan {
  position: relative;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 400px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.plan__title, .plan__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.plan__heading {
  padding: 20px 0;
}
.plan-pills__block {
  padding: 40px 0;
}
.plan .plan-pills .active {
  color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
}
.plan .nav-pills {
  margin: 15px 0;
}
.nav .plan__links {
  display: inline-block;
  margin: 15px 0;
  margin-right: 10px;
  padding: 15px 30px;
  color: #888;
  border-radius: 25px;
  background-color: #f7f7f7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.plan__links:hover, .plan__links:focus, .plan__links:active {
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.plan-caption {
  padding: 20px 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.plan__list-item {
  position: relative;
  padding: 10px 0;
  line-height: 24px;
}
/* Plan end */
/* Audit gallery */
.gallery {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 600px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.gallery__title, .gallery__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.gallery__block {
  padding: 40px 0;
}
.gallery__group {
  display: block;
  margin: 15px 0;
  overflow: hidden;
}
.gallery__group:hover {
  cursor: pointer;
}
.gallery__img {
  min-height: 350px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.gallery__img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

/* Gallery end */
/* About-us */
.about {
  position: relative;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.about__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.about__group {
  width: 100%;
  min-height: 200px;
}
img{
	max-width: 100%;
	height: auto;
}
.about__group img{
  max-width: 100%;
	height: auto;
}
.about__text {
  line-height: 24px;
}
.about__img {
  margin: 5px 0;
  width: 100%;
}
/* About-us end */
/* Team */
.team {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.team__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.team__group {
  width: 100%;
  margin: 15px 0;
  min-height: 210px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.team__group:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.1);
}
.team__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 230px;
}
.team__text-block {
  padding: 15px 20px
}
.team-name, .team-position {
  line-height: 24px;
}
.team-name {
  font-family: 'RobotoSlab Bold', sans-serif;
}
.team-position {
  font-size: 12px;
  color: #888;
}
/* Team end */
/* Map */
#map {
	height: 100%;
  min-height: 715px;
  width: 100%;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.map {
  position: relative;
  padding: 40px 0;
  min-height: 715px;
  font-family: 'Mariupol Regular', sans-serif;
  z-index: 1;
}
.map .container {
  position: static;
}
.map__block {
  padding: 30px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 25px 45px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 45px 5px rgba(0, 0, 0, 0.2);
}
.map__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.map__label {
  position: absolute;
  top: 25px;
  left: 10px;
  color: #888;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.active .map__label {
  top: 5px;
  color: rgb(42, 197, 97);
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
}
.map-name__input, .map-phone__input,
.map-message__textarea {
  display: block;
  border: none;
  border-bottom: 2px solid rgba(140, 215, 29, 0);
  margin: 15px 0;
  padding: 25px 10px 5px;
  width: 100%;
  color: #888;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  resize: none;
}
.map-name__input:hover, .map-phone__input:hover,
.map-message__textarea:hover {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(50, 50, 50, 0.1);
}
.map-name__input:focus, .map-phone__input:focus,
.map-message__textarea:focus {
  border-bottom: 2px solid rgba(140, 215, 29, 1);
}
.map__button {
  margin-top: 15px;
  display: inline-block;
  padding: 20px;
  max-width: 200px;
  width: 100%;
  font-size: 14px;
  font-family: 'NatoSans Regular', sans-serif;
}
.map__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.map__text {
  margin-top: 30px;
  font-family: 'NatoSans Regular', sans-serif;
  line-height: 24px;
}

.map-consult {
  margin-top: 15px;
}
/* Map end */
/* Solar stations */
/* Solar-carousel */
.solar-slides {
  padding: 40px 0;
  position: relative;
  width: 100%;
  min-height: 400px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.solar-slides .tab-content {
  width: 100%;
}

/* Solar-carousel end */
.solar {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 1000px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.solar__title, .solar__heading {
  font-size: 24px;
  line-height: 28px;
  font-family: 'RobotoSlab Bold', serif;
}
.solar-pills__button.active,
.solar-pills__button {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 14px;
  margin: 0 10px;
  padding: 15px 20px;
  max-width: 220px;
  width: 100%;
  color: #fff;
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
}
.solar-pills {
  padding: 40px 0;
}
.solar-pills__button {
  background-image: none;
  background-color: #f7f7f7;
  color: #888;
}
.solar-pills__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.solar-slider {
  position: relative;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 2500px;
  perspective: 2500px;
}
.solar-slider .owl-item {
  position: absolute;
  overflow: hidden;
  top: 0;
  display: block;
  margin: 0;
  text-align: left;
}
.solar .solar__group {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 35px 50px;
  min-height: 210px;
  border: 2px solid rgba(42, 197, 97, 0);
  background-color: #fefefe;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  -webkit-animation-name: solar-back;
          animation-name: solar-back;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
          transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.solar .solar__group:hover {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
.solar .solar__group.currect {
  left: 0;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border: 2px solid rgba(42, 197, 97, 1);
  -webkit-animation-name: solar-front;
          animation-name: solar-front;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@-webkit-keyframes solar-front {
 0% {
   opacity: 0.5;
   -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   -ms-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
 }
 50% {
   opacity: 0.8;
   -webkit-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   -ms-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
 }
 100% {
   opacity: 1;
   left: 0;
   -webkit-transform: none;
           transform: none;
   border: 2px solid rgba(42, 197, 97, 1);
 }
}
@keyframes solar-front {
 0% {
   opacity: 0.5;
   -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   -ms-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
 }
 50% {
   opacity: 0.8;
   -webkit-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   -ms-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
 }
 100% {
   opacity: 1;
   left: 0;
   -webkit-transform: none;
           transform: none;
   border: 2px solid rgba(42, 197, 97, 1);
 }
}
@-webkit-keyframes solar-back {
 0% {
   opacity: 1;
   left: 0;
   -webkit-transform: none;
           transform: none;
   border: 2px solid rgba(42, 197, 97, 1);
 }
 50% {
   opacity: 1;
   -webkit-transform: translateX(300px) translateZ(0px) rotateY(-10deg);
   -ms-transform: translateX(300px) translateZ(0px) rotateY(-10deg);
   transform: translateX(300px) translateZ(0px) rotateY(-10deg);
 }
 100% {
   -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   -ms-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
 }
}
@keyframes solar-back {
 0% {
   opacity: 1;
   left: 0;
   -webkit-transform: none;
           transform: none;
   border: 2px solid rgba(42, 197, 97, 1);
 }
 50% {
   opacity: 1;
   -webkit-transform: translateX(300px) translateZ(0px) rotateY(-10deg);
   -ms-transform: translateX(300px) translateZ(0px) rotateY(-10deg);
   transform: translateX(300px) translateZ(0px) rotateY(-10deg);
 }
 100% {
   -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   -ms-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
 }
}
.solar .solar-pills .active,
.solar .nav-item .active,
.solar-slides .solar-pills .active,
.solar-slides .nav-item .active {
  color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
}
.solar .nav-pills, .solar-slides .nav-pills {
  margin: 15px 0;
  font-family: 'RobotoSlab Bold', serif;
}
.nav .solar__links {
  display: inline-block;
  margin-right: 10px;
  padding: 15px 35px;
  color: #888;
  border-radius: 25px;
  background-color: #f7f7f7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.solar__links:hover, .solar__links:focus, .solar__links:active {
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.solar__img {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(210, 210, 210, 0.35);
  box-shadow: 0px 15px 30px 0px rgba(210, 210, 210, 0.35);
}
.currect .solar__img {
  left: -15%;
  opacity: 1;
}
.solar-caption .solar__heading {
  margin: 15px 0;
}
.solar__list {
  min-height: 210px;
  padding: 5px 30px;
  background-color: #f7f7f7;
	list-style-type: none;
}
.solar__list-item {
  position: relative;
  font-size: 20px;
  line-height: 40px;
}
.solar-prices {
  margin-top: 20px;
  -webkit-overflow-scrolling:touch;
}
.solar-prices__list {
  margin-top: 25px;
}
.solar-prices__list, .solar-prices-stand__list,
.solar-prices-prem__list {
  display: inline-block;
  line-height: 20px;
	list-style-type: none;
}
.solar-prices-stand__list,
.solar-prices-prem__list {
  width: 110px;
  margin-left: 5px;
  padding: 5px 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.solar-stand__title, .solar-prem__title {
  font-family: 'NotoSans Bold', sans-serif;
}
.solar-prices__list-item .fa-check {
  color: #00ce32;
}
.solar-prices__list-item .fa-close {
  color: #ff3435;
  margin: 0 2px;
}
.solar-prices__list-item:last-child {
  margin: 10px 0;
  font-family: 'NotoSans Bold', sans-serif;
}

/* Solar stations end */
/* Feedback */
.callback {
  position: relative;
  padding: 40px 0;
  background-color: #f7f7f7;
  width: 100%;
  min-height: 200px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
  z-index: 1;
}
.callback__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.callback .hr_g {
  margin: 20px auto;
}
.callback__text {
  margin-bottom: 40px;
  font-size: 16px;
}
.callback-form {
  padding-left: 15px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
/* Feedback end */
/* Parts */
 .parts {
  position: relative;
  padding: 80px 0;
  background-color: rgba(50, 50, 50, 0);
  width: 100%;
  min-height: 480px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.parts__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.parts__block {
  margin: 15px 0;
}
.parts .nav {
  display: inline-block;
}
.parts .nav-tabs {
  border: none;
}
.parts .nav-item {
  margin-bottom: 10px;
  background-color: #f7f7f7;
}
.parts .tab-content {
  display: table;
}
.parts__list-link.active {
  background-color: #fff;
  -webkit-box-shadow: -20px 0px 40px 0px rgba(50, 50, 50, 0.1);
          box-shadow: -20px 0px 40px 0px rgba(50, 50, 50, 0.1);
}
.parts__list-link {
  display: inline-block;
  width: 100%;
  padding: 25px 15px;
  color: #333;
  background-color: #f7f7f7;
}
.parts__list-link:hover, .parts__list-link:focus,
.parts__list-link:active {
  text-decoration: none;
  color: #333;
}
.parts .tab-pane.active {
  padding: 20px 30px;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(50, 50, 50, 0.1);
          box-shadow: 0px 0px 95px 0px rgba(50, 50, 50, 0.1);
}
.parts-tab__text {
  margin-bottom: 30px;
  line-height: 24px;
}
.parts-tab__img {
  height: 100px;
  max-width: 100%;
  margin-bottom: 30px;
}
.parts-tab__list {
  position: relative;
  bottom: 15px;
  display: inline-block;
  line-height: 24px;
  padding: 0 30px;
	list-style-type: none;
}
.parts-tab__list-heading {
  font-family: 'NotoSans Bold', sans-serif;
}
/* Parts end */
/* Levels */
.levels {
 position: relative;
 padding: 40px 0;
 background-color: rgba(50, 50, 50, 0);
 width: 100%;
 min-height: 400px;
 opacity: 1;
 font-family: 'NotoSans Regular', sans-serif;
}
.levels__title {
 font-size: 24px;
 font-family: 'RobotoSlab Bold', serif;
}
.levels__block {
  padding: 40px 0;
}
.levels-hidden {
  display: none;
}
.levels__group {
  width: 100%;
  min-height: 200px;
  position: relative;
  background-color: rgba(0,0,0,0);
}
.levels-list__item:last-child .levels__img-dots {
  display: none;
}
.levels__img-bg {
  margin: auto;
  padding: 30px 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 95px 0px rgba(50, 50, 50, 0.1);
}
.levels__img-dots {
  position: absolute;
  right: -33%;
  top: 25%;
}
.owl-carousel .owl-item .levels__img {
  display: inline;
  width: auto;
}
.levels__img {
  height: 40px;
}
.levels-description {
  width: 75%;
  max-width: 140px;
  margin: 20px auto;
  font-size: 12px
}
/* Levels end */
/* Portfolio */
.portfolio {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.portfolio__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.portfolio-call-modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.portfolio__group {
  width: 100%;
  margin: 15px 0;
  min-height: 210px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.portfolio__group:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.1);
}
.portfolio__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 230px;
}
.portfolio__text-block {
  padding: 15px 20px
}
.portfolio__text {
  line-height: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.portfolio__button {
  padding: 20px;
  max-width: 220px;
  width: 100%;
  font-family: 'RobotoSlab Bold', serif;
  font-size: 14px;
}
.portfolio__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* Portfolio end */
/* Portfolio modal */
.portfolio-modal {
  bottom: initial;
  top: 50%;
  -webkit-transform: translateY(-18em);
      -ms-transform: translateY(-18em);
          transform: translateY(-18em);
}
.portfolio-modal .modal-body .close {
  position: absolute;
  padding-bottom: 10px;
  font-size: 1.5em;
  right: 10px;
  top: 5px;
  bottom: initial;
  left: initial;
  z-index: 1;
}
.portfolio-modal .modal-body {
  padding: 0;
}
.portfolio-modal .modal-lg {
  max-width: 1000px;
}
.portfolio-modal-slider {
  overflow: hidden;
}
.portfolio-modal__img {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
  opacity: 1;
}
.portfolio-modal-slider .owl-prev,
.portfolio-modal-slider .owl-next {
  top: 40%;
  width: 90px;
  height: 90px;
  padding: 30px 10px;
  font-size: 2em;
  color: #fff;
  background-color: rgba(50, 50, 50, 0.7);
}
.portfolio-modal-slider .owl-prev:hover,
.portfolio-modal-slider .owl-next:hover {

}
.portfolio-modal-slider .owl-prev {
  left: -40px;
}
.portfolio-modal-slider .owl-next {
  right: -40px;
}
.portfolio-modal-slider .fa-angle-left {
  margin-left: 30px;
}
.portfolio-modal-slider .fa-angle-right {
  margin-right: 30px;
}
.portfolio-modal__text-group {
  margin: 35px;
  margin-left: 0;
}
.portfolio-modal__title {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 28px;
}
.portfolio-modal__text {
  margin: 20px 0;
  line-height: 24px;
  color: #888;
}
.portfolio-modal__list {
  display: inline-block;
  line-height: 24px;
}
.portfolio-modal__list-item {

}
.portfolio-modal__list-heading {
  font-family: 'NotoSans Bold', sans-serif;
}
/* Portfolio modal end */
/* Posts */
.posts {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.posts__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.posts__group {
  width: 100%;
  margin: 15px 0;
  min-height: 350px;
}
.posts__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 270px;
}
/* Posts text */
.posts__text-block {
  margin: 20px 0;
  position: relative;
  line-height: 24px;
}
.posts__text-block img {
  max-width: 100%;
}
.posts__text-block p,
.posts__text-block h2,
.posts__text-block h3,
.posts__text-block h4,
.posts__text-block h6 {
  margin: 10px 0;
}
.posts__text-block h2 {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 2em;
  line-height: 2em;
}
.posts__text-block h3 {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 1.5em;
  line-height: 1.5em;
}
.posts__text-block h4 {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 1.25em;
  line-height: 1.25em;
}
.posts__text-block h6 {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 0.8em;
  line-height: 0.8em;
}
.posts__text-block blockquote {
  padding: 15px 30px;
  padding-top: 0;
  font-style: italic;
  text-align: justify;
  color: #888;
  quotes: "\201C""\201D";
  background-color: #f9f9f9;
  clear: both;
}
.posts__text-block blockquote:before {
  position: relative;
  right: 15px;
  top: 30px;
  color: #888;
  content: open-quote;
  font-size: 3em;
  line-height: 0;
}
.posts__text-block blockquote:after {
  float: right;
  position: relative;
  left: 5px;
  bottom: 10px;
  color: #888;
  content: close-quote;
  font-size: 3em;
}
.posts__text-block ul li {
  margin-left: 2em;
  list-style: disc;
}
.posts__text-block ol li {
  margin-left: 2em;
  list-style: initial;
}
.posts__text-block .alignleft {
  margin-right: 15px;
  float: left;
}
.posts__text-block .alignright {
  margin-left: 15px;
  float: right;
}
.posts__text-block .aligncenter {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.posts__text-block iframe {
  width: 100%!important;
  height: 400px!important;
}
.posts__text-block td {
  padding: 5px;
  vertical-align: middle;
  border: 4px double #333;
}
.posts__title {
  font-family: 'RobotoSlab Bold', serif;
  margin: 15px 0px;
}
.posts__text {
  color: #888;
}
.post-messages, .post-watched,
.post-next, .post-share {
  display: inline;
  color: #888;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.post-messages:hover, .post-next:hover,
.post-messages:active, .post-next:active,
.post-messages:focus, .post-next:focus {
  text-decoration: none;
  color: #333;
}
/* Comments */
.comments-area {
  font-family: 'NotoSans Regular';
  font-weight: 400;
  line-height: 24px;
}
.comments-title {
  font-family: 'RobotoSlab Bold';
}
.comment-form-comment label {
  float: left;
}
#comment {
  padding: 10px 20px;
  width: 100%;
  resize: none;
  border: 2px solid #f4f4f4;
  height: 50px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
#comment:focus {
  outline: 2px solid rgb(42, 197, 97);
  height: 110px;
}
#comments label.error {
  display: inline-block;
  background: #fff;
  margin: 0;
  position: relative;
  top: 5px;
  padding: 2px 10px;
  font-size: 12px;
  font-family: "Roboto";
  color: #333;
  border: 1px solid #f00;
  border-radius: 8px;
}
.comment-form-author, .comment-form-email {
  margin: 15px 0;
}
#author, #email {
  display: block;
  padding-left: 10px;
  border: 2px solid #f4f4f4;
}
#author:focus, #email:focus  {
  outline: 2px solid rgb(42, 197, 97);
}
.form-submit {
  text-align: right;
}
#submit {
  margin: 15px 0;
  padding: 10px 0;
  width: 160px;
  font-family: 'NotoSans Regular', sans-serif;
}
#submit:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.comment-body {
  position: relative;
  padding: 10px 0 15px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin: 15px 0;
}
.comment-meta {

}
.comment-author b {
  font-family: 'NotoSans Bold', sans-serif;
}
.comment-author span {
  display: none;
}
.comment-author img {
  float: left;
  margin-right: 25px;
  border-radius: 50%;
  vertical-align: top;
}
.comment-metadata {
  position: absolute;
  top: 10px;
  right: 0;
}
.comment-metadata a {
  color: #888;
}
.comment-metadata a:hover {
  text-decoration: none;
  cursor: none;
}
.comment-content {

}
.reply {
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Comments end */
/* Posts end */
/* Pagination */
.pagination {
  position: relative;
  margin-bottom: 80px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 60px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.pagination .nav-links {
  width: 100%;
  line-height: 60px;
  border: 1px solid #f2f2f2;
}
.page-numbers {
  color: #333;
  display: inline;
  padding: 10px;
  margin: 0 5px;
}
.page-numbers:hover, .page-numbers:active {
  color: #333;
}
.page-numbers.current  {
  color: #fff;
  padding: 5px 12px;
}
.page-numbers.prev, .page-numbers.next {
  color: #fff;
  padding: 10px 20px;
}
/* Pagination end */
/* Single post */
.post {
  position: relative;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.post__title, .last-news__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.post__group {
  width: 100%;
  margin: 15px 0;
  min-height: 40px;
}
.post__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 430px;
}
.post .post-interact {
  line-height: 40px;
}
.post-share .fa.fa-facebook,
.post-share .fa.fa-twitter,
.post-share .fa.fa-google-plus,
.post-share .fa.fa-vk {
  margin: 5px;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background-image: none;
}
.post-share .fa.fa-facebook:hover,
.post-share .fa.fa-twitter:hover,
.post-share .fa.fa-google-plus:hover,
.post-share .fa.fa-vk:hover {
  cursor: pointer;
}
.post-share .fa.fa-facebook{
  background-color: #3b5999;
}
.post-share .fa.fa-twitter {
  background-color: #55acee;
}
.post-share .fa.fa-google-plus {
  background-color: #dd4b39;
}
.post-share .fa.fa-vk {
  background-color: #4c75a3;
}
.post .posts__text {
  color: #333;
  min-height: 48px;
}
/* Single post end */
/* Last news */
.last-news__title {
  display: inline;
}
.last-news__link {
  width: auto;
  font-size: 14px;
  padding: 5px 25px;
}
.last-news__link:hover, .last-news__link:focus,
.last-news__link:active {
  color: #fff;
  text-decoration: none;
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.last-news__img {
  margin: 5px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top center;
  background-size: cover;
}
.addtoany_share_save_container {
  padding: 5px 0 15px;
}
.addtoany_share_save_container .addtoany_list a span {
  border-radius: 50px !important;
  padding: 4px;
}

/* Last news end */
/* Media queries */
/* Large */
@media only screen and (max-width: 1199px) {
  .levels__img-dots {
    width: 55px;
  }
}
/* Medium */
@media only screen and (max-width: 991px) {
  .feedback-form__name, .feedback-form__phone {
    margin-top: 15px;
  }
  .portfolio-modal__text-group {
    margin-left: 35px;
  }
  .levels__img-dots {
    right: -20%;
  }
  .levels-list__item:nth-child(3n) .levels__img-dots {
    display: none;
  }
  .solar .solar__group {
    -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
            transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
  }
  @-webkit-keyframes solar-front {
   0% {
     opacity: 0.5;
     -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     -ms-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
   }
   50% {
     opacity: 0.8;
     -webkit-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
     -ms-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
     transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   }
   100% {
     opacity: 1;
     left: 0;
     -webkit-transform: none;
             transform: none;
     border: 2px solid rgba(42, 197, 97, 1);
   }
  }
  @keyframes solar-front {
   0% {
     opacity: 0.5;
     -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     -ms-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
   }
   50% {
     opacity: 0.8;
     -webkit-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
     -ms-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
     transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   }
   100% {
     opacity: 1;
     left: 0;
     -webkit-transform: none;
             transform: none;
     border: 2px solid rgba(42, 197, 97, 1);
   }
  }
  @-webkit-keyframes solar-back {
   0% {
     opacity: 1;
     left: 0;
     -webkit-transform: none;
             transform: none;
     border: 2px solid rgba(42, 197, 97, 1);
   }
   50% {
     opacity: 1;
     -webkit-transform: translateX(200px) translateZ(0px) rotateY(-10deg);
     -ms-transform: translateX(200px) translateZ(0px) rotateY(-10deg);
     transform: translateX(200px) translateZ(0px) rotateY(-10deg);
   }
   100% {
     -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     -ms-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
   }
  }
  @keyframes solar-back {
   0% {
     opacity: 1;
     left: 0;
     -webkit-transform: none;
             transform: none;
     border: 2px solid rgba(42, 197, 97, 1);
   }
   50% {
     opacity: 1;
     -webkit-transform: translateX(200px) translateZ(0px) rotateY(-10deg);
     -ms-transform: translateX(200px) translateZ(0px) rotateY(-10deg);
     transform: translateX(200px) translateZ(0px) rotateY(-10deg);
   }
   100% {
     -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     -ms-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
   }
  }
}
/* Small */
@media only screen and (max-width: 767px) {
  .offer {
    background-position: 0% center;
  }
  .levels__img-dots {
    right: -28%;
  }
  .modal .ekko-lightbox-nav-overlay a {
    opacity: 1;
  }
  .solar-slides .nav-pills {
    display: inline-block;
  }
  .solar-slides .solar__group {
    border: 1px solid #f7f7f7;
    padding: 15px 0;
  }
  .solar-slides .solar__list-item {
    font-size: 18px;
    line-height: 36px;
  }
  .solar-slides .owl-dots {
    position: absolute;
    top: -30px;
    left: 0;
    bottom: initial;
  }
  .solar-prices__list {
    margin-top: 15px;
  }
}
/* Extra small */
@media only screen and (max-width: 575px) {
  .verify__title {
    line-height: 26px;
  }
  .special, .verify, .reviews,
  .consult, .news, .about, .team,
  .posts, .post, .portfolio, .parts,
  .description, .events, .plan,
  .gallery {
    padding: 40px 0;
  }
  .plan .nav-pills,
  .parts .nav-tabs {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  h1 {
    font-size: 28px;
  }
  .slider__text-group {
    top: 30%;
  }
  .offer__list-item {
    line-height: 42px;
  }
  .solar-prices-stand__list,
  .solar-prices-prem__list {
    width: 100%;
    margin: 0;
  }
  .posts__text-block iframe {
    height: 300px!important;
  }

    .feedback-form__name, .feedback-form__phone{
        border: dashed 1px #8cd71d;
    }
}
/* xExtra small */
@media only screen and (max-width: 375px) {
  .callback-form {
    top: 160px;
  }
  .portfolio-modal__title {
    font-size: 18px;
  }
  .portfolio__button {
    margin-top: 20px;
  }
  .last-news__link {
    margin-top: 15px;
  }
  #author, #email {
    width: 100%;
  }
  .posts__text-block iframe {
    height: 200px!important;
  }
}
/******** Green Tarif ********/

/* OdesSeo */
.fixed-buttons {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: flex;
	flex-direction: column;
	z-index: 999;
}

.fixed-buttons__btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	padding: 0;
	background: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #000;
	border: none;
	border-radius: 40px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	cursor: pointer;
	outline: none !important;
	transition: all 300ms ease;
}

.fixed-buttons__btn:last-child {
	margin: 0;
}

.fixed-buttons__btn:before {
	font: normal normal normal 16px/1 FontAwesome;
}

.fixed-buttons__btn--up {
	color: #2AC561;
}

.fixed-buttons__btn--call {
	position: relative;
	background: #2AC561;
	color: #fff;
}

.fixed-buttons__btn--fb {
	color: #3b5998;
}

.fixed-buttons__btn--instagram {
	color: #cd3081;
}

.fixed-buttons__btn--yt {
	color: #f00;
}

.fixed-buttons__btn:hover {
	text-decoration: none;
	color: #fff;
}

.fixed-buttons__btn--up:before {
	content: '\f077';
}

.fixed-buttons__btn--call:before {
	content: '\f095';
}

.fixed-buttons__btn--call:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #2AC561;
	opacity: 0;
	filter: blur(1px);
	animation: fixed-button-call linear 1000ms infinite;
	z-index: -1;
	content: '';
}

.solar-brand {
	display: inline-block;
	width: 100%;
	height: 200px;
}

.solar-brand img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes fixed-button-call {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
	30% {
		transform: translate(-50%, -50%) scale(1.3);
		opacity: .5;
	}
	100% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}

.fixed-buttons__btn--fb:before {
	content: '\f09a';
}

.fixed-buttons__btn--instagram:before {
	content: '\f16d';
}

.fixed-buttons__btn--yt:before {
	font-size: 24px;
	content: '\f167';
}

.fixed-buttons__btn--up:hover {
	background: #2AC561;
}

.fixed-buttons__btn--fb:hover {
	background: #3b5998;
}

.fixed-buttons__btn--instagram:hover {
	background: #cd3081;
}

.fixed-buttons__btn--yt:hover {
	background: #f00;
}

.news__grid-img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}


.news__grid-excerpt {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.news__grid-excerpt:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, .3));
	filter: blur(2px);
	content: '';
}
.type-nasos strong {
margin: 10px 0;	
}
.feedback-form p {
	margin-bottom: 0;
}

.feedback-nasos {
	bottom: 15px;
}

.feedback-kotly {
	bottom: 1px;
}
.nasos-img img {
	margin-bottom: 20px;
}

.img-center {
	text-align: center;
}

.article-rating {
	margin-top: 15px;
	padding-bottom: 30px;
}

.article-rating__rating {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 600;
}

.article-rating__rating strong {
	color: #2AC561;
}

.article-rating__rate-title {
	display: block;
	margin-top: 10px;
}

.article-rating__rate {
	display: inline-flex;
	align-items: center;
}

.article-rating__preload {
	width: 24px;
	height: 24px;
	margin-left: 5px;
	background: url('../img/rating-preload.gif') no-repeat;
	background-size: contain;
}

.article-rating__rate-btn {
	position: relative;
	margin-right: 5px;
	padding: 0;
	width: 20px;
	height: 20px;
	background: none;
	color: #2AC561;
	border: none;
	user-select: none;
	cursor: pointer;
	outline: none !important;
}

.article-rating__rate-btn > .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
}

.article-rating__rate-btn > .fa-star {
	transition: opacity .3s ease;
	opacity: 0;
}

.article-rating__rate-btn--active > .fa-star {
	opacity: 1;
}

.header-list .menu-item > .sub-menu {
	width: 100%;
}

.menu-item:hover .sub-menu li {
	display: block !important;
}

.sub-menu > li > .sub-menu {
	position: absolute;
	left: 100%;
	top: 0 !important;
	width: 200px;
	opacity: 0 !important;
	transition: opacity .3s ease, visibility 0s linear .3s;
}

.sub-menu > li:hover > .sub-menu {
	opacity: 1 !important;
	visibility: visible;
	transition: opacity .3s ease, visibility 0s linear;
}

@media (max-width: 767px) {

	.fixed-buttons {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		flex-direction: row;
	}

	.fixed-buttons__btn {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.news__grid-img {
		max-width: 100%;
		height: auto;
		object-fit: unset;
	}

	.news__grid-title {
		height: auto;
	}

	.news__grid-excerpt {
		height: auto;
	}

	.news__grid-excerpt:after {
		display: none;
	}

}
#wpcf7-f495-p2950-o2 .wpcf7-form-control::placeholder{color: #fff;font-weight: bold;margin: 0 0px;padding: 20px;display: inline-block;max-width: 280px;width: 100%;border: none;font-size: 16px;}
#wpcf7-f495-p2950-o2 .wpcf7-form-control{color: #fff;font-weight: bold;background-color: #37c758;border-radius: 35px;padding: 20px 10px 20px 10px; text-align: center;}
/* ******** OdesSeo ******** */
	.about__title_1 {
		font-size: 24px;
		font-family: 'RobotoSlab Bold', serif;
		margin-left: 163px;
}
.hr_g1 {
    border: none;
    width: 55px;
    height: 6px;
    margin: 20px 0;
	margin-left: 163px;
	    background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
    background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    border-radius: 25px;
	}
@media (max-width: 767px) {
  .fixed-buttons {
    right: 0;
    transform: translateX(0);
    flex-direction: row;
    left: 0;
    justify-content: center;
    margin-bottom: 0;
    bottom: 0;
    padding-top: 15px;
    background: rgb(20,12,149);
    background: linear-gradient(0deg, rgba(20,12,149,1) 0%, rgba(14,14,208,1) 35%, rgba(0,212,255,1) 100%);
  }
  .fixed-buttons__btn {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .footer {
    padding: 35px 0 85px!important;
  }
  .callback-form{
      padding:0 15px;
  }
}
@media(max-width:768px){
  .col-7.pagination{
    flex: 0 0 100%;
    max-width: 100%;
  }
	.price-table{
		min-width:unset;
	}
	.price-table th, .price-table td {
    	padding: 5px 5px;
	}
}
@media (min-width:575px) and (max-width:820px){
  .feedback-form__name, .feedback-form__phone{
    max-width: 210px;
  }
}
q:before{
  display: none;
}
.parent {
display: grid;
grid-template-columns: repeat(24, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-auto-rows: minmax(auto,auto);
}

.div1 { grid-area: 1 / 1 / 2 / 3; }
.div2 { grid-area: 1 / 3 / 2 / 17; }
.div3 { grid-area: 1 / 17 / 2 / 19; }
.div4 { grid-area: 1 / 19 / 2 / 21; }
.div5 { grid-area: 1 / 21 / 2 / 23; }
.div6 { grid-area: 1 / 23 / 2 / 25; }
.div7 { grid-area: 2 / 1 / 3 / 3; }
.div8 { grid-area: 2 / 3 / 3 / 17; }
.div9 { grid-area: 2 / 17 / 3 / 19; }
.div10 { grid-area: 2 / 19 / 3 / 21; }
.div11 { grid-area: 2 / 21 / 3 / 23; }
.div12 { grid-area: 2 / 23 / 3 / 25; }
.div13 { grid-area: 3 / 1 / 4 / 3; }
.div14 { grid-area: 3 / 3 / 4 / 17; }
.div15 { grid-area: 3 / 17 / 4 / 19; }
.div16 { grid-area: 3 / 19 / 4 / 21; }
.div17 { grid-area: 3 / 21 / 4 / 23; }
.div18 { grid-area: 3 / 23 / 4 / 25; }
.div19 { grid-area: 4 / 1 / 5 / 3; }
.div20 { grid-area: 4 / 3 / 5 / 17; }
.div21 { grid-area: 4 / 17 / 5 / 19; }
.div22 { grid-area: 4 / 19 / 5 / 21; }
.div23 { grid-area: 4 / 21 / 5 / 23; }
.div24 { grid-area: 4 / 23 / 5 / 25; }
.div25 { grid-area: 5 / 1 / 6 / 3; }
.div26 { grid-area: 5 / 3 / 6 / 17; }
.div27 { grid-area: 5 / 17 / 6 / 19; }
.div28 { grid-area: 5 / 19 / 6 / 21; }
.div29 { grid-area: 5 / 21 / 6 / 23; }
.div30 { grid-area: 5 / 23 / 6 / 25; }
.parent{
	text-align:center; 
	border:1px solid #2ac561;
}
.parent-11 .text-left,
.parent .text-left{
	justify-content: flex-start;
}
.parent div{
	border:1px solid #2ac561;
	display: flex;
    align-items: center;
	padding:5px;
	justify-content: center;
	font-size: 13px;
}
.parent-11 {
display: grid;
grid-template-columns: repeat(24, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
	border-left:2px solid #2ac561;
	border-right:2px solid #2ac561;
}

.div1-11 { 
	grid-area: 1 / 1 / 2 / 23; 
    display: flex;
    align-items: center;
	padding:5px;
	justify-content: center;
	font-size: 13px;
}
.div2-11 { 
	grid-area: 1 / 23 / 2 / 25; 
	border-left:2px solid #2ac561;
	display: flex;
    align-items: center;
	padding:5px;
	justify-content: center;
	font-size: 13px;
}
.border-bottom{
	border-bottom:2px solid #2ac561;
}
@media(max-width:767px){
	.div1 { grid-area: 1 / 1 / 2 / 4; }
	.div2 { grid-area: 1 / 4 / 2 / 16; }
	.div3 { grid-area: 1 / 16 / 2 / 19; }
	.div4 { grid-area: 1 / 23 / 2 / 19; }
	.div5 { grid-area: 1 / 23 / 2 / 23; }
	.div6 { grid-area: 1 / 24 / 2 / 25; }
	
	.div7 { grid-area: 2 / 1 / 3 / 4; }
	.div8 { grid-area: 2 / 4 / 3 / 16; }
	.div9 { grid-area: 2 / 16 / 3 / 19; }
	.div10 { grid-area: 2 / 19 / 3 / 23; }
	.div11 { grid-area: 2 / 23 / 3 / 24; }
	.div12 { grid-area: 2 / 24 / 3 / 25; }
	
	.div13 { grid-area: 3 / 1 / 4 / 4;}
	.div14 { grid-area: 3 / 4 / 4 / 16; }
	.div15 { grid-area: 3 / 16 / 4 / 19; }
	.div16 { grid-area: 3 / 19 / 4 / 23; }
	.div17 { grid-area: 3 / 23 / 4 / 24; }
	.div18 { grid-area: 3 / 24 / 4 / 25; }
	
	.div19 { grid-area: 4 / 1 / 5 / 4; }
	.div20 { grid-area: 4 / 4 / 5 / 16; }
	.div21 { grid-area: 4 / 16 / 5 / 19; }
	.div22 { grid-area: 4 / 19 / 5 / 23; }
	.div23 { grid-area: 4 / 23 / 5 / 24; }
	.div24 { grid-area: 4 / 24 / 5 / 25; }
	
	.div25 { grid-area: 5 / 1 / 6 / 4;}
	.div26 { grid-area: 5 / 4 / 6 / 16; }
	.div27 { grid-area: 5 / 16 / 6 / 19; }
	.div28 { grid-area: 5 / 19 / 6 / 23;}
	.div29 { grid-area: 5 / 23 / 6 / 24; }
	.div30 { grid-area: 5 / 24 / 6 / 25; }
	
	.div1-11 {
		grid-area: 1 / 1 / 2 / 21;
	}
	.div2-11 {
		grid-area: 1 / 21 / 2 / 25;
	}
}
.font-bold{
	font-weight:700;
}

@media(max-height:750px){
	.solar .solar__group{
		padding: 15px 50px;
	}
	.nav .solar__links{
		padding: 5px 25px;
	}
	.solar__list-item{
		font-size: 15px;
    	line-height: 22px;
	}
	.solar__list {
		min-height: 130px;
	}
	.solar__img {
    	width: 190px;
		height: 190px;
	}
	.currect .solar__img {
		left: -3%;
	}
	.solar-pills {
    	padding: 20px 0;
	}
	.solar-pills__button.active, .solar-pills__button{
		padding: 10px 20px;
	}
	.solar__title, .solar__heading {
    	 font-size: 20px;
   	 	line-height: 21px;
	}

	.solar-caption .solar__heading {
    	margin: 10px 0;
	}
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	font-family: 'NotoSans Bold', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.header__slogan {
	font-size: 12px;
}

.header a {
	color: #333;
}

.header__top a:not(.header__mail-link) {
	text-transform: uppercase;
}

.header__top,
.header__inner,
.top-nav,
.nav-menu {
	display: flex;
	align-items: center;
}

.header__top {
	justify-content: space-between;
	padding: 8px 15px;
}

.header__main {
	border-top: 2px solid rgba(50, 50, 50, 0.05);
}

.header__logo {
	width: 140px;
}

.header__logo img {
	max-width: 100%;
}

.header-phones,
.header-phones > a {
	position: relative;
}

.header-phones > a:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 5px;
	border-width: 6px 0 6px 6px;
	border: 6px solid transparent;
	border-top-color: #2ac561;
	margin: 3px;
}

.header-phones:hover .dropdown-content,
.header-phones.active .dropdown-content {
	display: block;
}

.top-nav,
.nav-menu,
.nav-sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu a,
.nav-sub-menu a {
	text-decoration: none;
}

.top-nav {
	margin-bottom: 0;
}

.top-nav__item + .top-nav__item {
	margin-left: 10px;
}

.nav-menu {
	width: calc(100% - 140px);
	padding-left: 30px;
}

.nav-menu__item {
	position: relative;
	width: 16.66%;
	border-left: 1px #f3e3e3 solid;
}

.nav-menu__item:first-child {
	border-left: none;
}

.nav-menu__item:last-child {
	border-left: 1px #f3e3e3 solid;
}

.nav-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 9px 5px;
	text-align: center;
	z-index: 2;
}

.nav-link i {
	display: none;
}

.nav-link:before,
.nav-link:after {
	position: absolute;
	width: 0;
	height: 2px;
	background: linear-gradient(to left, rgba(42, 197, 97, 1) 0%, rgba(140, 215, 29, 1) 100%);
	transition: width .4s ease;
	content: '';
}

.nav-link:before {
	top: 0;
	right: 0;
}

.nav-link:after {
	left: 0;
	bottom: 0;
}

.nav-link:hover:before,
.nav-link:hover:after {
	width: 100%;
}

.nav-link--sub-menu {
	height: auto;
	padding: 5px 10px;
	text-align: center;
}

.nav-sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin-top: -20px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all .4s ease, visibility 0s linear .4s;
}

.nav-sub-menu__item {
	position: relative;
}

.nav-sub-menu .nav-sub-menu {
	top: 0;
	left: 100%;
}

.nav-menu__item:hover > .nav-sub-menu,
.nav-sub-menu__item:hover > .nav-sub-menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	transition: all .4s ease, visibility 0s linear;
}

.header__nav-open {
	display: none;
}

@media (max-width: 1199px) {

	.header__slogan {
		display: none;
	}

	.header__top {
		flex-direction: column;
	}

	.top-nav__link {
		font-size: 12px;
	}

	.header-phones {
		margin-top: 5px;
	}

	.header__mail {
		display: none;
	}

	.header__inner {
		justify-content: space-between;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.header__nav-open {
		position: relative;
		display: block;
		width: 40px;
		height: 24px;
	}

	.header__nav-open .l1,
	.header__nav-open .l2,
	.header__nav-open .l3 {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background: #333;
	}

	.header__nav-open .l1 {
		top: 0;
	}

	.header__nav-open .l2 {
		top: 50%;
		transform: translate(0, -50%);
	}

	.header__nav-open .l3 {
		bottom: 0;
	}

	.nav-menu {
		position: fixed;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		top: 0;
		right: -100%;
		width: 70%;
		max-width: 250px;
		height: 100%;
		padding: 90px 15px 30px;
		background: #fff;
		overflow: auto;
		box-shadow: -3px 3px 5px rgba(0, 0, 0, .1);
		transition: right .4s ease;
	}

	.nav-menu.active {
		right: 0;
	}

	.nav-menu__item {
		width: 100%;
		border: none;
	}

	.nav-menu__item:last-child {
		border: none;
	}

	.nav-link {
		height: auto;
		padding: 9px 20px;
	}

	.nav-link--parent {
		position: relative;
	}

	.nav-link--parent i {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		font-size: 14px;
	}

	.nav-link.active {
		color: #4fcc48;
	}

	.nav-link.active i {
		transform: translate(0, -50%) rotate(90deg);
	}

	.nav-link:before,
	.nav-link:after {
		display: none;
	}

	.nav-sub-menu {
		position: static;
		display: none;
		margin: 0;
		visibility: visible;
		opacity: 1;
		overflow: hidden;
		transition: height .4s ease;
	}

	.nav-sub-menu.active {
		display: block;
	}
}
.green-tariff{
    overflow: hidden;
}
.green-tariff ul > li{
    list-style: none;
}
.green-tariff ul > li:before{
    content: '✔';
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: #5eae00;
}
.green-tariff .solar__list-item:before{
    content: none;
}
.green-tariff .solar-prices__list-item:before{
    content: none;
}
.green-tariff .nav-item:before{
    content: none;
}
/* .green-tariff,.nav-item .solar__list-item, .solar-prices__list-item{
    list-style: disc;
} */
.practice__title{
    font-family: "RobotoSlab Bold";
    font-size: 18px;
}
.column__quotes{
    font-size: 24px;
}
.about__practice__column__quotes {
    font-size: 24px;
    color: #5eae00;
    line-height: 1.167;
    text-align: left;
    font-weight: 900;
    padding-left: 10px;
}

.img-responsive{
    max-width: 100%;
}
.consult_top{
    background: url("/wp-content/themes/saen/img/consultation.jpg") 100% 100% no-repeat;
    background-size: cover;
	width: 100%
}
.custom-consult {
    max-width: 1140px;
}
.green-title{
    font-size: 18px;
    color: #5eae00;
    font-weight: 900;
    text-align: left;
    font-family: 'RobotoSlab Reg';
}
.privat-home{
    padding-top: 51px;
}
.industrial__info{
    margin-bottom: 40px;
}
.person-tariff ul > li{
    margin-bottom: 25px;
}
.person-tariff ul > li:before{
    content: '►';
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: #4381bc;
}
.person-tariff ul > li > a{
    text-decoration: underline;
    font-family: 'RobotoSlab Reg';
    line-height: 1.667;
}

.levels__img-bg{
    padding: 10px 0;
}
.levels__img-bg{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #65e057;
}
.levels-description{
    font-weight: 700;
}
.consult_middle{
    background: url(/wp-content/uploads/2018/03/consult-middle.jpg) 100% 100% no-repeat;
    background-size: cover;
}
.legal-facility{
    padding-top: 35px;
}
.legal-facility ol > li{
    list-style: none;
}
.legal-facility ol > li:before{
    content: '✚';
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: #5eae00;
}
.legal-facility__info p{
    padding-top: 20px;
}
.legal-facility__list_tick .list__item{
    padding-bottom: 30px;
    font-weight: 700;
}
.legal__list_plus .list__item{
    padding-bottom: 10px;
    font-weight: 700;
}
/* .legal-facility p,li{
    text-align: left;
} */
.method__blocks{
    margin-top: 80px;
}
.method__info p{
    padding-bottom: 15px;
}
.und__solar{
    width: 880px;
    max-width: 100%;
}
.und__solar p{
    text-align: center;
    font-family: 'RobotoSlab Bold';
}
/*.consult{*/
/*    padding: 15px 0;*/
/*}*/

.header {
  top: 0;
  z-index: 1000;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-topbar {
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header-topbar__text, .header-topbar__tel,
.header-topbar__email {
  display: inline-block;
  padding: 8px 0;
  color: #fff;
  font-family: 'NotoSans Bold', sans-serif;
  text-transform: uppercase;
}
.header .header-topbar__link {
  color: #fff;
  font-family: 'NotoSans Bold', sans-serif;
}
.header-topbar__email, .header-topbar__tel {
  margin-left: 20px;
  text-transform: none;
}
.header-topbar__text {
  font-size: 12px;
}
.top_header-list{
  margin: 0;
}
/* Menu */
#myMenu.collapse {
  display: block;
}
/* Menu animation */
.header-scroll {
	width: 100%;
  /*margin-top: -30px;*/
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header.header-scroll .header-topbar {
  opacity: 0;
}
.header.header-scroll li a {
  color: #333;
}
.header.header-scroll li a:hover {
  color: #333;
}
.header-scroll .hamburger-box .hamburger-inner,
.header-scroll .hamburger-box .hamburger-inner:after,
.header-scroll .hamburger-box .hamburger-inner:before {
  background: #333;
}
/* Animation end */
/* Not a homepage */
.header.inv {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.inv .header-menu {
  border-top: 2px solid rgba(50, 50, 50, 0.05);
}
.inv .header-list li a, .inv .header-list li a:hover, .inv .header-list li a:focus,
.inv .header-topbar__text, .inv .header-topbar__tel, .inv .header-topbar__email, .inv .header-topbar__link {
  color: #333;
}
.inv .hamburger-box .hamburger-inner,
.inv .hamburger-box .hamburger-inner:after,
.inv .hamburger-box .hamburger-inner:before {
  background: #333;
}
.sub-menu, .header-scroll .sub-menu,
.sub-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
/* end */
.header-menu .navbar-toggler-right {
  z-index: 2;
  outline: none;
}
.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
  background: #fff;
}
.header-logo {
  z-index: 1;
}
.header-logo__link {
  height: 60px;
  display: inline-block;
}
.header-logo__img {
  height: 60px;
}
.header-nav {
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-list {
  font-size: 0;
  font-family: 'NotoSans Bold', sans-serif;
  max-height: 100%;
  margin: 0;
  padding: 0;
}
.header-list .menu-item {
  position: relative;
  display: inline-block;
  text-align: center;
}
.top_header-list .menu-item {
  position: relative;
  display: inline;
}
.header-list li a {
  position: relative;
  width: 135px;
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  white-space: normal;
  word-wrap: break-word;
}
.top_header-list li a {
  color: #000;
  font-size: 12px;
  margin-left: 5px;
}
.header-list li a:hover, .header-list li a:focus,
.header-list li a:active {
  text-decoration: none;
  color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown>a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 35%;
  border-width: 6px 0 6px 6px;
  border: 6px solid transparent;
  border-top-color: #2ac561;
  margin: 3px;
}
.dropdown a{
  text-decoration: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  padding: 6px 9px;
  z-index: 3;
  right: -10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
.dropdown-content a.header-topbar__link{
  color: #2ac561;
}
.dropdown-content a {
  padding: 3px;
  display: block;
}
.dropdown-content hr{
  margin: 0;
}
.dropdown-content hr:last-child{
  display: none;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover >a:after {
  top: 20%;
  border: 6px solid transparent;
  border-bottom-color: #2ac561;
}
/* Sub-menu */
.header-list .sub-menu {
  top: 30px;
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0 auto;
  border: none;
  opacity: 1;
  -webkit-transition: 0.8s, opacity 1s;
  -o-transition: 0.8s, opacity 1s;
  transition: 0.8s, opacity 1s;
}
.header-list .sub-menu li {
  display: none;
  line-height: 20px;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.sub-menu li a {
  width: 100%;
  margin: 0;
  color: #333;
  padding: 10px 0;
  line-height: 20px;
  text-align: center;
}
.sub-menu li a:hover, .sub-menu li a:active {
  color: #333;
}
.sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.menu-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
}
.menu-item:hover .sub-menu li {
  display: inline;
}
/* Sub-menu end */
/* Toogle menu */
.hamburger {
  padding: 0;
}
/* Toogle end */
/* Modal form */
#callback-modal {
  bottom: initial;
  top: 50%;
  -webkit-transform: translateY(-18em);
      -ms-transform: translateY(-18em);
          transform: translateY(-18em);
}
#callback-modal .modal-body {
  padding: 30px 60px;
}
.modal-body .close {
  position: relative;
  left: 45px;
  bottom: 20px;
  font-size: 2em;
  text-shadow: none;
  outline: none;
}
.modal-body .close .fa-times::before {
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
  margin-bottom: 40px;
}
.modal__img-cap, .modal__img-lamp {
  position: absolute;
}
.modal__img-lamp {
  top: 60px;
  left: -30px;
}
.modal__img-cap {
  right: -60px;
  bottom: 0;
}
.input-wrap {
  position: relative;
}
.modal__label {
  position: absolute;
  top: 25px;
  left: 10px;
  color: #888;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.active .modal__label {
  top: 5px;
  color: rgb(42, 197, 97);
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
}
.modal-name__input, .modal-phone__input,
.modal-message__textarea {
  display: block;
  border: none;
  border-bottom: 2px solid rgba(140, 215, 29, 0);
  margin: 15px 0;
  padding: 25px 10px 5px;
  width: 100%;
  color: #888;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  resize: none;
}
.modal-name__input:hover, .modal-phone__input:hover,
.modal-message__textarea:hover {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(50, 50, 50, 0.1);
}
.modal-name__input:focus, .modal-phone__input:focus,
.modal-message__textarea:focus {
  border-bottom: 2px solid rgba(140, 215, 29, 1);
}
.modal__button {
  margin-top: 20px;
  display: inline-block;
  padding: 20px;
  max-width: 220px;
  width: 100%;
}
.modal__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.modal-form__button:hover {
  background-position: right center;
  cursor: pointer;
}
/* Modal form end */
/* Media queries */
/* Large */
@media only screen and (max-width: 1199px) {
  .header-list .menu-item {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  .is-active .hamburger-inner,
  .is-active .hamburger-inner:after,
  .is-active .hamburger-inner:before {
    background: #333;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #myMenu {
    display: block;
    position: fixed;
    float: right;
    padding: 0;
    width: 320px;
    top: 0;
    bottom: 0;
    right: -320px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
  }
  #myMenu .header-list {
    margin-top: 200px;
    max-height: 100%;
    padding-left: 0px;
  }
  #myMenu .header-list li {
    line-height: normal;
  }
  #myMenu .header-list li a {
    color: #333;
    margin: 0;
	  width: 200px;
  }
  #myMenu.show {
    right: 0;
    z-index: 1;
  }
  #myMenu.collapsing {
    height: 100%;
  }
  /* Sub-menu */
  .header-list > .menu-item-has-children:before {
    font-family: 'FontAwesome';
    font-weight: bold;
    content: ' \f105';
    position: absolute;
    background: transparent;
    font-size: 30px;
    padding: 0 20px;
    width: 20px;
    display: block;
  }
  .header-list > .active.menu-item-has-children:before {
    content: ' \f107';
  }
  .header-list .menu-item-has-children .sub-menu {
    position: static;
    display: none;
    float: none;
    min-width: 140px;
    padding: 0;
    margin: 0 auto;
    border: none;
	  opacity: 1 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-list .active.menu-item-has-children .sub-menu {
    display: inline-block;

  }
  .header-list .sub-menu li {
    display: block;
    line-height: 20px;
  }

  #myMenu .sub-menu li a {
    display: inline;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    line-height: 40px;
    text-align: center;
  }
  .sub-menu {
    width: 100%;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .menu-item:hover .sub-menu {
    position: static;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .menu-item:hover .sub-menu li {
    display: block;
  }
  /* Sub-menu end */
}
@media only screen and (min-width: 1200px) {
  #myMenu {
    left: 60px;
  }
  .header-list > li > a{
    border-right: 1px #f3e3e3 solid;
    height: 60px;
  }
}
/* Medium */
@media only screen and (max-width: 991px) {

}
/* Small */
@media only screen and (max-width: 767px) {
  .header-logo{
    margin: auto;
  }
  .header.inv {
    text-align: center;
  }
}
/* Extra small */
@media only screen and (max-width: 575px) {
  #myMenu {
    top: -80px;
  }
  .header-logo__img{
    height: 50px;
  }
  .top_header-list li a{
    font-size: 9px;
  }
}
/* Footer */
.footer {
  padding: 35px 0;
  position: relative;
  background-color: rgba(25, 25, 50, 1);
  width: 100%;
  min-height: 120px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
  color: #fff;
}
.footer__bg {
  position: relative;
  top: 5px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-logo {
  display: inline-block;
  height: 50px;
}
.footer__link {
  color: #fff;
}
.footer__link:hover, .footer__link:active,
.footer__link:focus {
  text-decoration: none;
  color: #fff;
}
.footer .fa {
  margin: 5px;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0f0f2f;
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .fa:hover {
  cursor: pointer;
  background-position: right center;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), color-stop(51%, rgb(140, 215, 29)), to(rgb(42, 197, 97)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__text {
  line-height: 24px;
}
.footer-copyright__group .outer__link {
  color: #fff;
}
.footer-copyright__group .outer__link:hover {
  color: rgb(140, 215, 29);
}
/* Footer end */
/* Media queries */
/* Large */
@media only screen and (max-width: 1199px) {

}
/* Medium */
@media only screen and (max-width: 991px) {

}

/* Small */
@media only screen and (max-width: 767px) {
  .footer-copyright__group {
    margin-top: 15px;
    text-align: center!important;
  }
}
/* Extra small */
@media only screen and (max-width: 575px) {
  .footer-logo__group {
    margin: 15px 0;
    text-align: center;
  }
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.2.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  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;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  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;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* 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:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  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-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  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-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  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.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  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.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  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;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  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;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* 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);
}

/* Sink */
.hvr-sink {
  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-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  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;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  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-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  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-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  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:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* 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;
}

/* Forward */
.hvr-forward {
  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;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  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;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  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: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  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: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  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: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}
/* Line bottom right corner */
.hvr-line-path {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-line-path {
  transition: color 0.25s, box-shadow 0.5s;
}
.hvr-line-path::before, .hvr-line-path::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  width: 0;
  height: 0;
}
.hvr-line-path::before {
  top: 0;
  left: 0;
}
.hvr-line-path::after {
  bottom: 0;
  right: 0;
}
.hvr-line-path:hover::before, .hvr-line-path:hover::after {
  width: 100%;
  height: 100%;
}
.hvr-line-path:hover::before {
  border-top-color: rgba(140, 215, 29, 1);
  border-right-color: rgba(140, 215, 29, 1);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.hvr-line-path:hover::after {
  border-bottom-color: rgba(42, 197, 97, 1);
  border-left-color: rgba(42, 197, 97, 1);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}
/* Overline from top right & bottom left */
/* Overline From Right */
.hvr-overline-top-bot, .header-list li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.header-list > li > a{
	width: 148px;
  line-height: 20px;
  padding: 0 5px;
  margin-left: 1px;
}
.hvr-overline-top-bot:after, .header-list li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: linear-gradient(to right, rgba(42, 197, 97, 1) 0%, rgba(140, 215, 29, 1) 100%);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-top-bot:hover:after, .hvr-overline-top-bot:focus:after, .hvr-overline-top-bot:active:after,
.header-list li a:hover:after,.header-list li a:focus:after, .header-list li a:active:after {
  right: 0;
}
.header-list li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to left, rgba(42, 197, 97, 1) 0%, rgba(140, 215, 29, 1) 100%);
  height: 2px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-top-bot:hover:before, .hvr-overline-top-bot:focus:before, .hvr-overline-top-bot:active:before,
.header-list li a:hover:before,.header-list li a:focus:before, .header-list li a:active:before {
  left: 0;
}
/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  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: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  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: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  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: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  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: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  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: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-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-icon-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-icon-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;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-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;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

/*# sourceMappingURL=hover.css.map */
