@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,500,600&subset=cyrillic');
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif, Arial, Tahoma;
  font-weight: 300;
  font-size: 16px;
}
body {
  background-color: #f9f9f9;
  color: #111;
  overflow-x: hidden;
}
hr {
  width: 12%;
  border: solid 1px #F49900;
  margin: 18px auto 25px auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif, Arial, Tahoma;
  text-transform: uppercase;
  font-weight: 500;
}
h1 {
  font-size: 30px;
  margin-bottom: 45px;
}
h2 {
  font-size: 30px;
  margin-bottom: 45px;
}
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.btn {
  border-radius: 0;
}
.nav-tabs .nav-link {
  background-color: #f4f4f4;
  color: #777;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.2em;
  outline: none;
}
.nav-tabs .nav-link.active {
  color: #333;
  background-color: #ffffff;
}
footer h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
footer p {
  font-size: 1.2em;
}
footer .main-footer {
  background-color: #142235;
  padding: 20px 0;
  color: #ddd;
}
footer .sub-footer {
  background-color: #01162d;
  padding: 25px 0;
  color: #ddd;
}
footer .contactform #contactMessage {
  display: none;
}
footer .contactform #contactSending {
  display: none;
}
footer .contactform .formfield {
  margin-bottom: 10px;
}
footer .contactform .formfield input,
footer .contactform .formfield textarea {
  width: 100%;
  font-size: 1.1em;
  border: 2px solid #a0a0a0;
  padding: 10px 6px;
}
footer .contactform a {
  font-size: 0.8em;
  color: #a5a5a5;
}
@media (max-width: 768px) {
  .body-wrapper {
    margin: 0;
  }
  h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
input[type="text"],
input[type="password"],
input[type="email"] {
  border-radius: 0;
}
select {
  border-radius: 0 !important;
}
textarea {
  border-radius: 0 !important;
}
.app-btn {
  background: none repeat scroll 0 0 #F49900;
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 2.9em auto 0;
  padding: 15px;
  text-transform: uppercase;
  width: 200px;
}
.app-btn.no-margin {
  margin: 0;
}
.app-btn.w-240 {
  width: 240px;
}
.app-btn.w-280 {
  width: 280px;
}
.app-btn.w-320 {
  width: 320px;
}
/**********************/
/** Button Effect */
/*********************/
.btn-effect {
  background: none repeat scroll 0 0 #F49900;
  border: medium none;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 1;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.btn-effect:after {
  background: none repeat scroll 0 0 #a16100;
  color: #fff;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn-effect:hover {
  color: #fff;
  text-decoration: none;
}
.btn-effect:hover:after,
.btn-effect:active:after {
  height: 100%;
}
/* ACCEPT COOKIE PANE */
#accept-cookies-alert {
  display: none;
  border-top: 2px solid #F49900;
  background-color: #212739;
  position: fixed;
  z-index: 2000;
  bottom: 0;
  width: 100%;
  opacity: 0.9;
  padding: 0 0;
}
#accept-cookies-alert p {
  text-align: center;
  margin: 10px 40px 35px;
  color: #eee;
  font-size: 18px;
}
#accept-cookies-alert .close-btn {
  padding: 10px 10px 0 0;
  text-align: right;
  font-size: 20px;
}
#accept-cookies-alert .close-btn span {
  color: #eee;
  cursor: pointer;
}
#pagepromo {
  background: url("../img/bg_pattern.png") repeat scroll 0 0 rgba(33, 39, 57, 0.5);
  overflow: hidden;
  position: relative;
}
#pagepromo .video-bg {
  z-index: -1;
  background: url('../video/hatchlid.jpg') no-repeat #94a233;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
#pagepromo .video-bg > video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#pagepromo #title_hr {
  border: 1px solid #fff;
  margin: 1.7em auto 2.7em;
  width: 50px;
}
#pagepromo .pagepromo-text {
  position: absolute;
  top: 23%;
  width: 95%;
  z-index: 1000;
}
#pagepromo .pagepromo-text h1 {
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 9%;
  text-align: center;
}
#pagepromo .pagepromo-text p {
  color: #ffffff;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding: 0 10%;
  text-transform: uppercase;
  text-align: center;
}
#pagepromo .pagepromo-text p.notes {
  font-size: 1em !important;
  letter-spacing: 0.13em;
}
@supports (object-fit: cover) {
  .video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 990px) {
  #pagepromo .pagepromo-text {
    top: 19%;
  }
  #pagepromo .pagepromo-text h1 {
    font-size: 2.1em;
    line-height: 1.6em;
    letter-spacing: 0.2em;
    padding: 0 7%;
  }
  #pagepromo .pagepromo-text p {
    font-size: 1.2em;
    padding: 0 7%;
  }
}
@media (max-width: 768px) {
  #pagepromo .pagepromo-text {
    top: 21%;
  }
  #pagepromo .pagepromo-text h1 {
    font-size: 1.9em;
    line-height: 1.55em;
    letter-spacing: 0.17em;
    padding: 0 4%;
  }
  #pagepromo .pagepromo-text p {
    font-size: 1.1em;
    padding: 0 5%;
  }
}
@media (max-width: 480px) {
  #pagepromo .pagepromo-text {
    top: 24%;
  }
  #pagepromo .pagepromo-text h1 {
    font-size: 1.45em;
    line-height: 1.5em;
    letter-spacing: 0.18em;
    padding: 0 0;
  }
  #pagepromo .pagepromo-text p {
    font-size: 1em;
    padding: 0 5%;
  }
}
#videopromo {
  min-height: 100%;
}
#videopromo .video-wrap {
  background-image: url("../video/hatchlid.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#videopromo .video-wrap .bg-video {
  display: block;
  left: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#videopromo .video-wrap .video-overlay {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#videopromo #title_hr {
  border: 1px solid #F49900;
  margin: 1.7em auto 2.7em;
  width: 50px;
}
#videopromo .promo-text {
  position: absolute;
  top: 20%;
  width: 95%;
}
#videopromo .promo-text h1 {
  color: #ffffff;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0 9%;
  text-align: center;
}
#videopromo .promo-text p {
  color: #ffffff;
  font-size: 1.5em;
  letter-spacing: 0.13em;
  line-height: 1.3em;
  padding: 0 10%;
  text-transform: uppercase;
  text-align: center;
}
#videopromo .promo-text p.micro-title {
  font-size: 0.8em !important;
  letter-spacing: 0.13em;
}
#videopromo .promo-text p.notes {
  font-size: 1em !important;
  letter-spacing: 0.13em;
}
@media (max-width: 480px) {
  #videopromo #title_hr {
    border: 1px solid #F49900;
    margin: 1.1em auto 1.3em;
    width: 50px;
  }
  #videopromo .promo-text h1 {
    font-size: 1.9em;
    line-height: 1.4em;
    padding: 0 1%;
  }
  #videopromo .promo-text p {
    font-size: 1.2em;
    padding: 0 1%;
  }
}
.mobile-menu-toggler {
  display: none;
  background-color: transparent;
  color: #fff;
  outline: none;
  cursor: pointer;
  text-align: center;
  width: 32px;
  height: 32px;
  margin-top: 24px;
}
.mobile-menu {
  z-index: 1045;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.98);
}
.mobile-menu .mobile-menu-logo {
  text-align: center;
  margin: -10px 0 17px 0;
}
.mobile-menu .mobile-menu-logo img {
  height: auto;
  width: 37px;
}
.mobile-menu .mobile-menu-header {
  padding: 15px 13px 0 0;
  text-align: right;
}
.mobile-menu .mobile-menu-header .menu-close {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  outline: none;
  cursor: pointer;
  text-align: center;
  border: 0 solid transparent;
}
.mobile-menu .mobile-menu-header .menu-close i {
  font-size: 26px;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu ul li {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  text-align: center;
  width: 100%;
}
.mobile-menu ul li a {
  font-size: 1.3em;
  color: #fff;
}
.top-navbar {
  position: fixed;
  z-index: 1045;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(20, 34, 53, 0.15);
  height: 90px;
}
.top-navbar .brand {
  display: block;
  position: relative;
  margin: 15px 0 0 15px;
}
.top-navbar .brand img {
  height: auto;
  width: 37px;
}
.top-navbar .brand .brand-name {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
}
.top-navbar .brand:hover {
  text-decoration: none;
}
.top-navbar .nav {
  margin-top: 21px;
}
.top-navbar .nav li a {
  font-size: 1em;
  color: #ddd;
  text-transform: uppercase;
}
.top-navbar .nav li a.menu-link {
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.4s ease-out 0s, color 0.4s ease-out 0s;
  padding: 0.5rem 0.8rem !important;
}
.top-navbar .nav li a.menu-link:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.top-navbar .nav-item .dropdown-menu {
  background-color: #142235;
  border-radius: 0;
}
.top-navbar .nav-item .dropdown-menu a {
  font-size: 0.97em;
  line-height: 2.1em;
  color: #ccc;
}
.top-navbar .nav-item .dropdown-menu a:hover {
  color: #333;
}
.top-navbar.slim {
  background-color: rgba(0, 0, 0, 0.96);
  color: #eee;
  height: 60px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.top-navbar.slim .brand {
  margin: 10px 0 0 5px;
}
.top-navbar.slim .brand img {
  height: 40px;
}
.top-navbar.slim .brand .brand-name {
  font-size: 14px;
}
.top-navbar.slim .nav {
  margin-top: 9px;
}
.top-navbar.slim .nav li a {
  font-size: 1em;
  color: #ccc;
  text-transform: uppercase;
}
.top-navbar.slim .nav li a.menu-link {
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.4s ease-out 0s, color 0.4s ease-out 0s;
  padding: 0.5rem 0.8rem !important;
}
.top-navbar.slim .nav li a.menu-link:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.top-navbar.slim .nav-item .dropdown-menu {
  background-color: #333;
  border-radius: 0;
}
.top-navbar.slim .nav-item .dropdown-menu a {
  font-size: 0.97em;
  line-height: 2.1em;
  color: #fff;
}
.top-navbar.slim .nav-item .dropdown-menu a:hover {
  color: #000;
}
.top-navbar.slim .mobile-menu-toggler {
  display: none;
  text-align: center;
  color: #fff;
  border: none;
}
@media (max-width: 990px) {
  .top-navbar {
    height: 85px;
    background-color: #000000;
  }
  .top-navbar .brand h3 {
    font-size: 28px;
    margin: 6px 0 0 51px;
  }
  .top-navbar .brand h3 sub {
    font-size: 15px;
  }
  .top-navbar .nav {
    display: none;
  }
  .top-navbar .mobile-menu-toggler {
    border: none;
    display: inline-block !important;
    margin-top: 17px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .top-navbar {
    height: 60px;
  }
  .top-navbar .brand {
    margin: 10px 0 0 5px;
  }
  .top-navbar .brand:before {
    display: none;
  }
  .top-navbar .brand img {
    height: 40px;
  }
  .top-navbar .brand .brand-name {
    font-size: 14px;
  }
  .top-navbar .brand h3 {
    margin-left: 0;
  }
}
.info-section {
  padding: 30px 0 50px 0;
  position: relative;
}
.info-section .section-overlay {
  background: rgba(0, 0, 0, 0) url("") no-repeat fixed center center / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.info-section.bordered {
  border-top: 1px solid #e9e9e9;
}
.info-section.inverse {
  background-color: #242639;
  color: #ddd;
}
.info-section.inverse-font {
  color: #ddd;
}
.info-section h2 {
  font-size: 42px;
  margin-bottom: 20px;
  text-align: center;
}
.info-section h3 {
  font-size: 34px;
  margin-bottom: 20px;
}
.info-section h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
.info-section p {
  font-size: 1.2em;
}
.info-section ol,
.info-section ul {
  margin-left: 30px;
}
.info-section ol li,
.info-section ul li {
  font-size: 1.2em;
}
.info-section .read-more {
  display: inline-block;
  margin: 0 0 12px 0;
  color: #F49900;
  font-size: 1.15em;
  padding-bottom: 1px;
}
.info-section .read-more:hover {
  text-decoration: none;
  border-bottom: 1px solid #F49900;
}
article p {
  font-size: 1.2em;
}
article ol,
article ul {
  margin-left: 30px;
}
article ol li,
article ul li {
  font-size: 1.2em;
}
@media (max-width: 480px) {
  .info-section {
    padding: 30px 40px 50px 40px;
  }
  .info-section h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .info-section p {
    font-size: 1.2em;
  }
  .info-section .read-more {
    font-size: 1.1em;
  }
}
ul.planContainer {
  background-color: #d5cdf8;
  margin: 10px auto 10px auto;
  padding: 0 0 20px 0;
  transition: transform 0.2s ease 0s;
  max-width: 290px;
  min-width: 260px;
}
ul.planContainer:hover {
  transform: scale(1.02);
}
ul.planContainer li {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
ul.planContainer li.title h2 {
  background-color: #212739;
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 600;
  margin: 0;
  padding: 0.6em 0;
}
ul.planContainer li.title h2.bestPlan {
  background: #F49900;
  color: #212639;
}
ul.planContainer li.price p {
  background: none repeat scroll 0 0 #2a3049;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  height: 2.6em;
  letter-spacing: 2px;
  line-height: 2.6em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
ul.planContainer li.price p.bestPlan {
  background: #F49900;
  color: #212639;
}
ul.planContainer ul.options {
  margin: 15px 0 10px 0;
  padding: 0;
}
ul.planContainer ul.options li {
  list-style: none;
  color: #212639;
  line-height: 2;
}
.price-table h3 {
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
.price-table thead tr {
  background-color: #18262f;
}
.price-table thead tr th {
  border: 1px solid #585b69;
}
.price-table tbody tr.item-bg0 {
  background-color: #f6c8fd;
}
.price-table tbody tr.item-bg1 {
  background-color: #ffe1f8;
}
.price-table tbody tr.item-bg2 {
  background-color: #ffd5c4;
}
.price-table tbody tr.item-bg3 {
  background-color: #ffc0ed;
}
.price-table tbody tr.item-bg4 {
  background-color: #fbfbcf;
}
.price-table tbody tr.item-bg5 {
  background-color: #efe4ff;
}
.price-table tbody tr.item-bg6 {
  background-color: #e2fcf0;
}
.price-table tbody tr.item-bg7 {
  background-color: #b2fff2;
}
.price-table tbody tr.item-bg8 {
  background-color: #cbf5f5;
}
.price-table tbody tr td {
  border: 1px solid #888;
  font-size: 1.1em;
}
.price-table tbody tr td.td-price {
  font-size: 1.2em;
}
.register-form .register-form-notes {
  margin-top: 20px;
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: center;
}
.register-form .register-form-notes a {
  color: #ffc107;
}
.register-form p {
  font-size: 1.2em;
  line-height: 1.6em;
}
.register-form button.add-field {
  margin-top: 0;
  width: 51px;
  height: 51px;
}
.register-form textarea,
.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"] {
  width: 100%;
}
.register-form textarea {
  height: 82px;
}
.register-form small {
  display: none;
}
.register-form .form-check label {
  cursor: pointer;
}
.register-form #guest-template {
  display: none;
}
.msg {
  font-size: 1.2em;
  width: 90%;
  margin: 10px auto 10px auto;
  text-align: center;
}
.msg.error {
  color: red;
}
.msg.ok {
  color: #64c100;
}
.on-top-btn {
  position: fixed;
  bottom: 12px;
  right: 12px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.7);
  border: 1px solid #F49900;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 8px;
}
.on-top-btn i:before {
  font-size: 2em;
}
.call-button-tooltip {
  position: fixed;
  bottom: 5px;
  left: 80px;
  z-index: 999;
  width: 190px;
  height: 30px;
  background-color: #29AEE3;
  opacity: .7;
  border-radius: 4px;
  padding: 6px 10px;
}
.call-button-tooltip .tooltip-arrow {
  content: " ";
  position: fixed;
  display: block;
  bottom: 10px;
  left: 60px;
  width: 20px;
  height: 20px;
  border-width: 10px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: #29AEE3;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.call-button-tooltip .tooltip-text {
  text-align: center;
  width: 100%;
  display: block;
}
.call-button-tooltip .tooltip-text p {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.80em;
  font-weight: bold;
  margin: 0;
}
.call-button-tooltip .tooltip-text a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
.call-button {
  bottom: 0px;
  left: -35px;
  position: fixed;
  z-index: 998;
}
.call-button .circle-outer {
  bottom: -21px;
  left: 17px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #29AEE3;
  width: 110px;
  height: 110px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
  transform-origin: center;
}
.call-button .circle-fill {
  bottom: -6px;
  left: 32px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #29AEE3;
  width: 80px;
  height: 80px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
  transform-origin: center;
}
.call-button .circle-icon {
  bottom: 8px;
  left: 46px;
  background-color: #29AEE3;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 52px;
  height: 52px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  transform-origin: center;
}
.call-button .circle-icon:hover {
  opacity: 1;
}
.call-button .circle-icon .circle-icon-container {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 52px;
  height: 52px;
  /**background: url('../img/kad-logo.png') no-repeat center center; **/
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transform-origin: center;
  text-align: center;
  vertical-align: middle;
  padding-top: 11px;
}
.call-button .circle-icon .circle-icon-container i {
  color: #fff;
  font-size: 1.9em;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: .5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: .1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: .5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: .1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-slide {
  position: relative;
}
.swiper-slide .slider-image {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 340px;
  text-align: center;
}
.swiper-slide .slider-image img {
  height: 100%;
  width: auto;
}
