@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  z-index: 99;
  display: block;
  float: none;
  max-width: 480px;
  position: relative;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 10px;
  color: #333333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
.animation {
  -webkit-animation: Animation-Title 3s infinite;
  -moz-animation: Animation-Title 3s infinite;
  -o-animation: Animation-Title 3s infinite;
  animation: Animation-Title 3s infinite;
}
.easeinoutAnimObj {
  position: relative;
  -webkit-animation-name: ease-in-outAnimation;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
  -o-animation-name: ease-in-outAnimation;
  -o-animation-duration: 5s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-delay: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -o-animation-play-state: running;
  -moz-animation-name: ease-in-outAnimation;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-play-state: running;
  animation-name: ease-in-outAnimation;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
@-webkit-keyframes ease-in-outAnimation {
  0% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 200px;
    top: 0px;
  }
}
@-moz-keyframes ease-in-outAnimation {
  0% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 200px;
    top: 0px;
  }
}
@-o-keyframes ease-in-outAnimation {
  0% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 200px;
    top: 0px;
  }
}
@keyframes ease-in-outAnimation {
  0% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 200px;
    top: 0px;
  }
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.swings {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(10px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation: bounceInUp 0.9s ease;
  -moz-animation: bounceInUp 0.9s ease;
  -o-animation: bounceInUp 0.9s ease;
  animation: bounceInUp 0.9s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.eds-animate {
  overflow: hidden;
}
.eds-scroll-hidden,
.edsanimate-sis-hidden {
  opacity: 0;
}
.eds-scroll-visible {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
}
.delay1 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
}
.delay2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
}
.delay3 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
}
.delay4 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
}
.delay5 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
}
.delay6 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
}
.delay7 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
}
.delay8 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -ms-animation-delay: 4s;
  -o-animation-delay: 4s;
}
.delay9 {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -ms-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
}
.delay10 {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  -o-animation-delay: 5s;
}
.delay11 {
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  -ms-animation-delay: 5.5s;
  -o-animation-delay: 5.5s;
}
.delay12 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
}
.duration1 {
  -webkit-animation-duration: .5s !important;
  -moz-animation-duration: .5s !important;
  -ms-animation-duration: .5s !important;
  -o-animation-duration: .5s !important;
}
.duration2 {
  -webkit-animation-duration: 1s !important;
  -moz-animation-duration: 1s !important;
  -ms-animation-duration: 1s !important;
  -o-animation-duration: 1s !important;
}
.duration3 {
  -webkit-animation-duration: 1.5s !important;
  -moz-animation-duration: 1.5s !important;
  -ms-animation-duration: 1.5s !important;
  -o-animation-duration: 1.5s !important;
}
.duration4 {
  -webkit-animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  -ms-animation-duration: 2s !important;
  -o-animation-duration: 2s !important;
}
.duration5 {
  -webkit-animation-duration: 2.5s !important;
  -moz-animation-duration: 2.5s !important;
  -ms-animation-duration: 2.5s !important;
  -o-animation-duration: 2.5s !important;
}
.duration6 {
  -webkit-animation-duration: 3s !important;
  -moz-animation-duration: 3s !important;
  -ms-animation-duration: 3s !important;
  -o-animation-duration: 3s !important;
}
.duration7 {
  -webkit-animation-duration: 3.5s !important;
  -moz-animation-duration: 3.5s !important;
  -ms-animation-duration: 3.5s !important;
  -o-animation-duration: 3.5s !important;
}
.duration8 {
  -webkit-animation-duration: 4s !important;
  -moz-animation-duration: 4s !important;
  -ms-animation-duration: 4s !important;
  -o-animation-duration: 4s !important;
}
.duration9 {
  -webkit-animation-duration: 4.5s !important;
  -moz-animation-duration: 4.5s !important;
  -ms-animation-duration: 4.5s !important;
  -o-animation-duration: 4.5s !important;
}
.duration10 {
  -webkit-animation-duration: 5s !important;
  -moz-animation-duration: 5s !important;
  -ms-animation-duration: 5s !important;
  -o-animation-duration: 5s !important;
}
.duration11 {
  -webkit-animation-duration: 5.5s !important;
  -moz-animation-duration: 5.5s !important;
  -ms-animation-duration: 5.5s !important;
  -o-animation-duration: 5.5s !important;
}
.duration12 {
  -webkit-animation-duration: 6s !important;
  -moz-animation-duration: 6s !important;
  -ms-animation-duration: 6s !important;
  -o-animation-duration: 6s !important;
}
.duration13 {
  -webkit-animation-duration: 6.5s !important;
  -moz-animation-duration: 6.5s !important;
  -ms-animation-duration: 6.5s !important;
  -o-animation-duration: 6.5s !important;
}
.duration14 {
  -webkit-animation-duration: 7s !important;
  -moz-animation-duration: 7s !important;
  -ms-animation-duration: 7s !important;
  -o-animation-duration: 7s !important;
}
.duration15 {
  -webkit-animation-duration: 7.5s !important;
  -moz-animation-duration: 7.5s !important;
  -ms-animation-duration: 7.5s !important;
  -o-animation-duration: 7.5s !important;
}
.duration16 {
  -webkit-animation-duration: 8s !important;
  -moz-animation-duration: 8s !important;
  -ms-animation-duration: 8s !important;
  -o-animation-duration: 8s !important;
}
.duration17 {
  -webkit-animation-duration: 8.5s !important;
  -moz-animation-duration: 8.5s !important;
  -ms-animation-duration: 8.5s !important;
  -o-animation-duration: 8.5s !important;
}
.duration18 {
  -webkit-animation-duration: 9s !important;
  -moz-animation-duration: 9s !important;
  -ms-animation-duration: 9s !important;
  -o-animation-duration: 9s !important;
}
.duration19 {
  -webkit-animation-duration: 9.5s !important;
  -moz-animation-duration: 9.5s !important;
  -ms-animation-duration: 9.5s !important;
  -o-animation-duration: 9.5s !important;
}
.duration20 {
  -webkit-animation-duration: 10s !important;
  -moz-animation-duration: 10s !important;
  -ms-animation-duration: 10s !important;
  -o-animation-duration: 10s !important;
}
.animated {
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation-fill-mode: both;
  transform: translate3d(0,0,0);
  perspective: 1000;
  -o-animation-fill-mode: both;
  -o-transform: translate3d(0,0,0);
  -o-perspective: 1000;
  -moz-animation-fill-mode: both;
  -moz-transform: translate3d(0,0,0);
  -moz-perspective: 1000;
  -webkit-animation-fill-mode: both;
  -webkit-transform: translate3d(0,0,0);
  -webkit-perspective: 1000;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.animated.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animated.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1080px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(1080px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(1080px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(1080px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1080px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-1080px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-1080px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-1080px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1080px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-1080px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-1080px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-1080px);
  }
}
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1080px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(1080px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(1080px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1080px);
  }
}
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1080px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-1080px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-1080px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-1080px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(.3);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1080px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-1080px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-1080px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-1080px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1080px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(1080px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(1080px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(1080px);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.animated.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.animated.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.animated.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.animated.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.animated.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
.animated.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1080px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1080px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1080px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1080px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.animated.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.animated.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.animated.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1080px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1080px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1080px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1080px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.animated.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-1080px,0);
    transform: translate3d(0,-1080px,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-1080px,0);
    transform: translate3d(0,-1080px,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animated.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animated.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animated.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,1080px,0);
    transform: translate3d(0,1080px,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,1080px,0);
    transform: translate3d(0,1080px,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animated.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,1080px,0);
    transform: translate3d(0,1080px,0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,1080px,0);
    transform: translate3d(0,1080px,0);
  }
}
.animated.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
}
.animated.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
}
.animated.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-1080px,0);
    transform: translate3d(0,-1080px,0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-1080px,0);
    transform: translate3d(0,-1080px,0);
  }
}
.animated.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3000px) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-3000px) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-3000px) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-3000px) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(3000px) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(3000px) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(3000px) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(3000px) rotate(120deg);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.animated.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.fade {
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -o-animation-name: fade;
  animation-name: fade;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.appear {
  -webkit-animation-name: appear;
  -moz-animation-name: appear;
  -o-animation-name: appear;
  animation-name: appear;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.spinner {
  -webkit-animation-name: spinner;
  -moz-animation-name: spinner;
  -o-animation-name: spinner;
  animation-name: spinner;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animated.twirlIn {
  -webkit-animation-name: twirlIn;
  -moz-animation-name: twirlIn;
  -o-animation-name: twirlIn;
  animation-name: twirlIn;
}
@-webkit-keyframes twirlIn {
  0% {
    -webkit-transform: rotate3d(80,-70,10,180deg);
  }
  100% {
    -webkit-transform: rotate3d(0,0,0,0deg);
  }
}
@-moz-keyframes twirlIn {
  0% {
    -moz-transform: rotate3d(80,70,10,180deg);
  }
  100% {
    -moz-transform: rotate3d(0,0,0,0deg);
  }
}
@-o-keyframes twirlIn {
  0% {
    -o-transform: rotate3d(80,70,10,180deg);
  }
  100% {
    -o-transform: rotate3d(0,0,0,0deg);
  }
}
@keyframes twirlIn {
  0% {
    transform: rotate3d(0,0,0,0deg);
  }
  100% {
    transform: rotate3d(80,70,10,180deg);
  }
}
.animated.twirlOut {
  -webkit-animation-name: twirlOut;
  -moz-animation-name: twirlOut;
  -o-animation-name: twirlOut;
  animation-name: twirlOut;
}
@-webkit-keyframes twirlOut {
  0% {
    -webkit-transform: rotate3d(0,0,0,0deg);
  }
  100% {
    -webkit-transform: rotate3d(80,-70,10,180deg);
  }
}
@-moz-keyframes twirlOut {
  0% {
    -moz-transform: rotate3d(0,0,0,0deg);
  }
  100% {
    -moz-transform: rotate3d(80,70,10,180deg);
  }
}
@-o-keyframes twirlOut {
  0% {
    -o-transform: rotate3d(0,0,0,0deg);
  }
  100% {
    -o-transform: rotate3d(80,70,10,180deg);
  }
}
@keyframes twirlOut {
  0% {
    transform: rotate3d(0,0,0,0deg);
  }
  100% {
    transform: rotate3d(80,70,10,180deg);
  }
}
.eds-animation-paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 12px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #67bcc1;
  color: #fff;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
.menu-home #sp-main-body {
  display: none;
}
iframe.fb_customer_chat_icon {
  bottom: 200px !important;
}
body a.yButton.top.right {
  top: auto !important;
  bottom: 4px !important;
  right: 0 !important;
}
.sp-module-title,
h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"],
[class*="daxline"] {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: inherit;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
*:focus {
  outline: none !important;
}
i b {
  display: none;
}
body {
  font-size: 14px;
  line-height: 1.4;
}
body .scrollup {
  right: auto;
  left: 50px;
}
p.min {
  font-size: 80%;
}
.h2,
h2 {
  font-size: 1.7em;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 1.7em;
  line-height: 1.3;
}
.h3,
h3 {
  font-size: 1.5em;
}
.h4,
h4 {
  font-size: 1.3em;
}
.h5,
h5 {
  font-size: 1.1em;
}
.sp-module h3.sp-module-title {
  font-family: 'DaxlinePro-Medium';
  position: relative;
  text-align: center;
  font-size: 2.5em;
  font-weight: 100;
  color: #262525;
}
.float-left {
  float: left;
}
.sp-module ul >li >a:before {
  content: normal;
}
#offcanvas-toggler >i {
  color: #fff !important;
}
.but {
  background: #67bcc1;
  border: 2px solid #67bcc1;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 190px;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 300;
  letter-spacing: 2px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.but:hover {
  background: #f6a623;
  color: #fff;
}
.but:last-child {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.but:last-child:after {
  transition: margin .25s, opacity .25s, transform .25s;
  transform: rotate(-180deg);
  opacity: 0;
  margin-left: -10px;
  content: '\f0a9';
  font-family: 'FontAwesome';
  display: inline-block;
}
.but:last-child:hover:after {
  transition: margin .5s, opacity .25s, transform .5s;
  transform: rotate(0);
  opacity: 1;
  margin-left: .7em;
}
a.btn.btn-default {
  background: #67bcc1;
  border: 2px solid #67bcc1;
  border-radius: 0;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 190px;
  padding: 8px 10px;
  font-size: 1.2em;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
a.btn.btn-default:hover {
  background: #f6a623;
  color: #fff;
}
.btn-default:last-child {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.btn-default:last-child:after {
  transition: margin .25s, opacity .25s, transform .25s;
  transform: rotate(-180deg);
  opacity: 0;
  margin-left: -10px;
  content: '\f0a9';
  font-family: 'FontAwesome';
  display: inline-block;
}
.btn-default:last-child:hover:after {
  transition: margin .5s, opacity .25s, transform .5s;
  transform: rotate(0);
  opacity: 1;
  margin-left: .7em;
}
.zv-but {
  font-family: 'DaxlinePro-Medium';
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  padding: 4px 0;
  margin-bottom: 0px;
  color: #67bcc1;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.zv-but:hover {
  background: #fff;
  color: #262525;
}
.zv-but:last-child {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.zv-but:last-child:before {
  transition: margin .25s, opacity .25s, transform .25s;
  transform: rotate(-180deg);
  opacity: 0;
  margin-right: -10px;
  content: '\f095';
  font-family: 'FontAwesome';
  display: inline-block;
}
.zv-but:last-child:hover:before {
  transition: margin .5s, opacity .25s, transform .5s;
  transform: rotate(0);
  opacity: 1;
  margin-right: .7em;
}
div[id^="fin-but_otpravit_"] {
  background: #67bcc1;
  border: 2px solid #67bcc1;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  min-width: 150px;
  line-height: 52px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
div[id^="fin-but_otpravit_"]:hover {
  background: #f6a623;
  color: #fff;
}
div[id^="fin-but_otpravit_"]:last-child {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
div[id^="fin-but_otpravit_"]:last-child:before {
  transition: margin .25s, opacity .25s, transform .25s;
  transform: rotate(-180deg);
  opacity: 0;
  margin-right: -10px;
  content: '\f1d8';
  font-family: 'FontAwesome';
  display: inline-block;
  line-height: 1;
}
div[id^="fin-but_otpravit_"]:last-child:hover:before {
  transition: margin .5s, opacity .25s, transform .5s;
  transform: rotate(0);
  opacity: 1;
  margin-right: .7em;
}
.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 50% 0;
}
.otpravit-but {
  padding: 0 40px;
  font-size: 1.8em !important;
  text-transform: uppercase;
  line-height: 69px !important;
  border: 2px solid ;
  background: #fff;
  color: ;
  font-weight: 700 !important;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.otpravit-but:hover {
  background: ;
  color: #fff;
}
.testimonal-but {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
ul.social-icons li {
  display: inline-block;
  margin: 0 5px;
}
ul.social-icons li a {
  display: inline-block;
  width: 1.3em;
  font-size: 1.6em;
  line-height: 1.3em;
  text-align: center;
  color: #cfcfcf;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
ul.social-icons li a:hover {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background: #f6a623;
  color: #262525 !important;
}
ul.social-icons:after {
  content: "Мы в соцсетях";
  color: #cfcfcf;
  padding-top: 9px;
  padding-left: 10px;
}
.search-top-search input#mod_virtuemart_search {
  width: 90%;
  float: left;
  height: 38px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #cfcfcf;
  display: inline-block;
}
.search-top-search .button-top-search {
  width: 10% !important;
  display: inline-block;
  height: 38px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #67bcc1;
  position: relative;
}
.search-top-search .button-top-search:before {
  font-family: "FontAwesome";
  content: " \f002";
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 10px;
}
.search-top-search input.ebutton-top-search {
  display: block;
  width: 100% !important;
  height: 38px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  background: transparent;
}
ul#user_menu_id {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}
ul#user_menu_id >li>a {
  position: relative;
  display: block;
  padding: 0 0 0 22px;
  color: #262525;
}
ul#user_menu_id >li>a:hover {
  background: none;
  color: #67bcc1;
}
#sp-header {
  background: #616161 none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  border-top: 4px solid #67bcc1;
  height: 52px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
div#sp-menu .sp-column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
div#sp-menu .sp-column .custom.top-kontakts-modul {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
div#sp-menu .sp-column .custom.top-kontakts-modul p.dostavka {
  font-size: 25px;
  margin-bottom: 6px;
  line-height: 1;
}
div#sp-menu .sp-column .custom.contacts-top {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
div#sp-menu .sp-column .sp-megamenu-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
div#sp-menu .sp-column .sp-megamenu-wrapper ul.sp-megamenu-parent {
  max-width: none;
}
div#sp-menu .sp-column .sp-megamenu-wrapper ul.sp-megamenu-parent li.sp-menu-item {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
div#sp-menu .sp-column .sp-megamenu-wrapper ul.sp-megamenu-parent li.sp-menu-item a {
  font-size: 22px;
  padding: 0 30px;
}
div#sp-menu .sp-column .sp-megamenu-wrapper ul.sp-megamenu-parent li.sp-menu-item:hover {
  background: #fff;
}
div#sp-menu .sp-column .sp-megamenu-wrapper ul.sp-megamenu-parent li.sp-menu-item.current-item.active {
  background: #fff;
}
section#sp-main-video {
  padding: 160px 0 50px;
}
section#sp-main-video .row {
  background: #485355;
  padding: 30px;
}
.menu-home div#sp-toptext {
  color: #fff;
  padding: 15px;
  font-size: 20px;
}
.menu-home div#sp-toptext h3.sp-module-title {
  color: #12aac4;
  margin-bottom: 25px !important;
}
.menu-home div#sp-toptext .o-sentre-list {
  background: #12aac4;
  padding: 15px;
  margin-bottom: 12px;
}
.menu-home div#sp-toptext .o-sentre-list ul {
  padding-left: 10px;
  margin-bottom: 15px;
}
.menu-home div#sp-toptext .o-sentre-list ul i {
  font-size: 16px;
  margin-right: 10px;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
  height: 525px;
}
#sp-top-bar {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  background: #fff;
}
#sp-top-bar .sp-module {
  display: inherit;
  margin: 0;
}
#sp-top-bar .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-top-bar .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-top-bar .logo p {
  margin: 5px 0 0;
}
#sp-top-bar .sp-retina-logo {
  display: none;
}
#sp-top-bar #sp-logo {
  padding-right: 6px;
}
#sp-top1 {
  padding-right: 38px;
}
#sp-top1 ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
#sp-top1 ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}
#sp-top1 ul.social-icons li a {
  display: inline-block;
  background: #616161;
  width: 2em;
  line-height: 2;
  text-align: center;
  color: #fff;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-top1 ul.social-icons li a:hover {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background: #f6a623;
  color: #262525;
}
#sp-top1 ul.work-time {
  list-style-type: none;
  -webkit-padding-start: 0;
  margin: 0;
  text-align: right;
}
.contacts-top {
  line-height: 1.3;
}
.contacts-top ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  color: #262525;
}
.contacts-top ul li {
  margin-bottom: 8px;
  font-family: 'DaxlinePro-Bold';
  font-size: 1.5em;
  line-height: 15px;
  display: block;
  text-align: center;
}
.contacts-top ul li a {
  font-family: 'DaxlinePro-Bold';
  color: #262525;
  display: block;
}
.contacts-top ul li i {
  margin-right: 6px;
  font-size: 1.3em;
  color: #f6a623;
}
.contacts-top ul li:last-child {
  padding-right: inherit;
}
.custom.obrat_zv_mod div {
  display: flex;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.selector-currency select#virtuemart_currency_id {
  background: #fff;
  border: none;
  color: #fff;
}
.chzn-container {
  float: right;
  width: 110px !important;
}
#virtuemart_currency_id_chzn {
  margin-bottom: 8px;
}
#virtuemart_currency_id_chzn .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #67bcc1;
  background: none;
  background-clip: padding-box;
  box-shadow: none;
  color: #262525;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
#virtuemart_currency_id_chzn .chzn-single span {
  margin-right: 0;
  display: table-cell;
  height: 38px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 16px;
}
#virtuemart_currency_id_chzn .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px !important;
  height: 100%;
  border-left: 1px solid #ccc;
  padding: 6px 0 0 10px;
  margin: 0px 15px;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #67bcc1 !important;
  background-image: none !important;
}
.custom.logo_mod .logo-img {
  display: inline-block;
  position: relative;
}
.custom.logo_mod h1 {
  display: table-cell;
  font-size: 1.9em;
  font-weight: 700;
  vertical-align: bottom;
  height: 60px;
  white-space: nowrap;
}
.custom.logo_mod h2 {
  display: block;
  font-size: 0.99em;
  font-weight: 500;
  vertical-align: middle;
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
}
#sp-header.menu-fixed .custom.logo_mod .logo-img {
  bottom: 0px;
}
#sp-katalog .menu-icon-cont .menu-icon3 {
  margin: 9px .2em 9px;
  transform: scale(0.75);
}
#sp-katalog .menu-icon-cont:before {
  padding: 0;
  font-size: 18px;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  left: 50px;
}
.catalog-menu-mod .sm-parent {
  display: flex;
  justify-content: flex-start;
}
.catalog-menu-mod .sm-parent .menu-icon-cont {
  background: transparent;
  width: 100%;
}
.catalog-menu-mod .sm-parent .menu-icon-cont:before {
  background: transparent;
}
#sp-header.menu-fixed .menu-icon-cont .menu-icon3 {
  margin: 9.5px .2em;
}
#sp-header.menu-fixed .menu-icon-cont:before {
  padding: 0 0 10px;
}
.off-menu_88 dl a,
.off-menu_88 dl a:link,
.off-menu_88 dl.level1 a,
.off-menu_88 dl.level1 a:link {
  color: #67bcc1 !important;
}
.off-menu_88 dl dt.opened.parent,
.off-menu_88 dl.level1 dt.opened.parent,
.off-menu_88 dl dt.hover,
.off-menu_88 dl dt:hover,
.off-menu_88 dl.level1 dt.hover,
.off-menu_88 dl.level1 dt:hover {
  background-color: #67bcc1 !important;
}
.off-menu_88 dl dt.opened.parent .sm-icon img,
.off-menu_88 dl.level1 dt.opened.parent .sm-icon img,
.off-menu_88 dl dt.hover .sm-icon img,
.off-menu_88 dl dt:hover .sm-icon img,
.off-menu_88 dl.level1 dt.hover .sm-icon img,
.off-menu_88 dl.level1 dt:hover .sm-icon img {
  margin: 0;
  border-radius: 0px 0px 0px 0px;
  filter: grayscale(100) brightness(2);
}
.off-menu_88 dl dt.opened.parent .productnum,
.off-menu_88 dl.level1 dt.opened.parent .productnum,
.off-menu_88 dl dt.hover .productnum,
.off-menu_88 dl dt:hover .productnum,
.off-menu_88 dl.level1 dt.hover .productnum,
.off-menu_88 dl.level1 dt:hover .productnum {
  color: #fff !important;
}
.off-menu_88 dl dt.opened.parent a,
.off-menu_88 dl.level1 dt.opened.parent a,
.off-menu_88 dl dt.hover a,
.off-menu_88 dl dt:hover a,
.off-menu_88 dl.level1 dt.hover a,
.off-menu_88 dl.level1 dt:hover a {
  color: #ffffff !important;
}
.off-menu_88 dl .productnum,
.off-menu_88 dl.level1 .productnum {
  color: #67bcc1 !important;
  background: none !important;
  border-radius: 9px;
  font-style: normal;
}
.seach-modal-but .search-but {
  text-align: center;
  display: block;
  font-family: 'Roboto Condensed', Helvetica, Arial;
  font-size: 13px;
  line-height: 13px;
}
.seach-modal-but .search-but:before {
  font-family: "FontAwesome";
  content: " \f002";
  color: #67bcc1;
  display: block;
  text-align: center;
  font-size: 1.7em;
  margin-top: 18px;
  line-height: 1.7;
  visibility: visible;
}
#sp-header.menu-fixed .seach-modal-but .search-but:before {
  margin-top: 2px;
}
.minicart {
  height: 48px;
}
.minicart #vmCartModule {
  border-radius: 0;
  border: none;
  padding: 0;
  width: inherit;
  height: auto;
}
.minicart #vmCartModule svg {
  fill: #fff;
  margin: 7px 25px 0 0;
  display: block;
  float: right;
  height: 35px;
  width: 35px;
}
.minicart #vmCartModule .cart_top {
  font-size: 14px;
}
.minicart #vmCartModule .cart_top .total {
  float: inherit;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  height: 48px;
  width: 100%;
  text-align: left;
  padding-top: 10px;
  padding-left: 40px;
}
.minicart #vmCartModule .cart_top .total_products {
  left: inherit;
  right: 0;
  top: 15px;
  background: #67bcc1;
}
.vmCartModule a,
.vmCartModule a:hover,
.vmCartModule .product_name a,
.vmCartModule .product_name a:hover,
.cart_top .total strong,
.cart_top .total strong:hover {
  color: #ffffff !important;
}
.cart_top .total {
  visibility: visible !important;
}
#sp-header.menu-fixed .minicart #vmCartModule svg {
  margin: 6px auto 0;
}
#sp-header.menu-fixed .minicart #vmCartModule .cart_top .total_products {
  top: 1px;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 15px;
  line-height: 48px;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 999;
  box-shadow: none;
  top: 0;
  animation-name: fadeInDown;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  height: 52px;
}
#sp-header.menu-fixed .sp-megamenu-parent >li >a,
#sp-header.menu-fixed .sp-megamenu-parent >li >span {
  line-height: 48px;
}
#sp-header.menu-fixed .custom.logo_mod h1 {
  height: 40px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0;
}
#offcanvas-toggler {
  line-height: 48px;
  font-size: 30px;
  margin: 0 auto;
  width: 100%;
  text-align: right;
}
#sp-header.menu-fixed #offcanvas-toggler {
  line-height: 48px;
}
.offcanvas-menu {
  background-color: #616161;
}
.sp-module ul >li {
  border-bottom: none;
}
.menu-home #sp-preimus,
.menu-home #sp-main-text,
.menu-home #sp-servises,
.menu-home #sp-our-works,
.menu-home #sp-calback-form,
.menu-home #sp-testimonals,
.menu-home #sp-process {
  padding-top: 70px;
  padding-bottom: 50px;
}
.menu-home #sp-manufacturers,
.menu-home #sp-main-blog-karusel {
  padding-top: 40px;
  padding-bottom: 40px;
}
.menu-home #sp-karusel {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu-home h3.sp-module-title {
  font-family: 'DaxlinePro-Medium';
  position: relative;
  text-align: center;
  font-size: 2.5em;
  font-weight: 100;
  color: #262525;
  text-transform: none;
}
.in-new-but .but {
  max-width: 250px;
}
div#rev_slider_2_1_wrapper {
  font-family: 'DaxlinePro-Medium' !important;
}
.tp-splitted {
  color: #67bcc1;
  font-size: 115%;
  text-shadow: 0 4px 4px rgba(0,0,0,0.5);
  letter-spacing: 2.6px !important;
}
h2.slider-class {
  color: #fff;
  transform: scale(1.2);
}
h3.slider-class {
  color: #fff;
  line-height: 1.25 !important;
  letter-spacing: 2.6px !important;
  transform: scale(1);
  text-shadow: 0 4px 4px rgba(0,0,0,0.5);
  font-weight: 200 !important;
}
h4.slider-class {
  color: #fff;
  transform: scale(1.2);
}
a.but.slider-button-class {
  font-family: Roboto, sans-serif !important;
  color: #fff;
  max-width: none !important;
  font-weight: 300 !important;
  letter-spacing: 1.4px !important;
  box-shadow: 0 1px 7px 0 rgba(0,0,0,0.19);
}
h3.slider-class.align-right {
  text-align: right;
}
.tp-caption a:hover {
  color: #fff !important;
}
.main-txt-img {
  display: inline-block;
  border: 2px solid #fff;
  position: relative;
}
.main-txt-img:hover img {
  transform: scale(1.1);
  opacity: 0.5;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.su-lightbox.main-txt-lightbox {
  overflow: hidden;
  background: #fff;
}
#fancybox-content {
  background: #fff;
}
#sp-preimus .sp-features .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
#sp-preimus .sp-features .row-fluid .span3 {
  margin-bottom: 20px;
}
#sp-preimus .sp-features .feature-img-wrapper {
  width: 7em;
  height: 7em;
  margin: 0 auto;
  background: #67bcc1;
  display: flex;
  align-items: center;
}
#sp-preimus .sp-features .feature-img-wrapper >a {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
#sp-preimus .sp-features .feature-img-wrapper img {
  margin: 0 auto;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-preimus .feature-item {
  padding: 11px;
  background: #cfcfcf;
  min-height: 280px !important;
  margin-bottom: 10px;
}
#sp-preimus .feature-item:hover img {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#sp-preimus .feature-item:hover i {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background: #f6a623;
  color: #67bcc1;
}
#sp-preimus .feature-item i {
  font-size: 3em;
  margin: 20px auto;
  display: block;
  text-align: center;
  background: #67bcc1;
  color: #f6a623;
  width: 2em;
  line-height: 2;
  border-radius: 100%;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-preimus .feature-item h3 {
  font-size: 1.8em;
  text-align: center;
  min-height: 54px;
}
#sp-preimus .feature-item p {
  font-size: 1.1em;
  text-align: center;
  font-weight: 500;
  min-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#sp-preimus .feature-item .sp-feature > a:last-child {
  font-size: 1.2em;
  text-align: center;
  display: block;
  background: #67bcc1;
  color: #fff;
  line-height: 2.3;
  max-width: 70%;
  margin: 0 auto;
  border: 2px solid #67bcc1;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-preimus .feature-item .sp-feature > a:last-child:after {
  transition: margin .25s, opacity .25s, transform .25s;
  transform: rotate(-180deg);
  opacity: 0;
  margin-left: -10px;
  content: '\f0a9';
  font-family: 'FontAwesome';
  display: inline-block;
}
#sp-preimus .feature-item .sp-feature > a:last-child:hover {
  background: #f6a623;
}
#sp-preimus .feature-item .sp-feature > a:last-child:hover:after {
  transition: margin .5s, opacity .25s, transform .5s;
  transform: rotate(0);
  opacity: 1;
  margin-left: .7em;
}
.main-text-modul .main-txt-img {
  margin-right: 20px;
  margin-bottom: 10px;
}
.our-servises-module .sup-meta {
  display: none;
}
.our-servises-module .sup-desc-wrap {
  position: absolute;
  top: 10px;
  width: 90%;
}
.our-servises-module .su-portfolio-style9 .sup-desc-wrap {
  padding: 15px;
  background-color: rgba(103,188,193,0.5);
}
.our-servises-module .su-portfolio-style9 .sup-title h4 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.our-servises-module .su-portfolio-style9 .sup-link-wrap {
  position: absolute;
  bottom: -68px;
  width: 100%;
  height: 60px;
  background: #67bcc1;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: table;
}
.our-servises-module .su-portfolio-style9 .sup-link-wrap a:hover {
  background-color: #f6a623;
}
#sp-process {
  background-color: #cfcfcf;
  background-size: cover;
}
#sp-process p {
  margin: 0;
}
#sp-process .custom.kak-rab-modul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sp-process .custom.kak-rab-modul .kak-rab-item {
  text-align: center;
  width: 16.6666%;
  position: relative;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-process .custom.kak-rab-modul .kak-rab-item:hover .hex {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#sp-process .custom.kak-rab-modul .kak-rab-item .hex {
  background-color: #67bcc1;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  font-weight: 800;
  color: #f6a623;
  font-size: 3em;
  line-height: 1;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-process .custom.kak-rab-modul .kak-rab-item .kak-rab-txt {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px 0;
  color: #67bcc1;
}
#sp-process .custom.kak-rab-modul .kak-rab-item:after {
  font-family: "FontAwesome";
  content: " \f061";
  color: #f6a623;
  font-size: 2.8em;
  position: absolute;
  right: -18px;
  top: 26px;
}
#sp-process .custom.kak-rab-modul .kak-rab-item:last-child:after {
  content: normal;
}
#sp-process .kak-rab-item.kak-rab-item-1 .hex {
  background: url(../../../images/kak/kakrab-ico-1.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
}
#sp-process .kak-rab-item.kak-rab-item-2 .hex {
  background: url(../../../images/kak/kakrab-ico-2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
}
#sp-process .kak-rab-item.kak-rab-item-3 .hex {
  background: url(../../../images/kak/kakrab-ico-3.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
}
#sp-process .kak-rab-item.kak-rab-item-4 .hex {
  background: url(../../../images/kak/kakrab-ico-4.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
}
#sp-process .kak-rab-item.kak-rab-item-5 .hex {
  background: url(../../../images/kak/kakrab-ico-5.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
}
#sp-process .kak-rab-item.kak-rab-item-6 .hex {
  background: url(../../../images/kak/kakrab-ico-6.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
}
#sp-our-works {
  background: #cfcfcf;
}
.customour-works-modul .su-thumb-gallery {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  display: flex !important;
  width: 100%;
}
.customour-works-modul .su-thumb-gallery .su-thumb-gallery-container {
  width: 50%;
}
.customour-works-modul .su-thumb-gallery .su-pagination {
  width: 50%;
  margin: 0;
  padding: 0 0 0 30px;
}
.customour-works-modul .su-thumb-gallery .su-pagination .cbp-pagination-item {
  min-width: 24%;
  margin: 0px 0px 10px;
}
.customour-works-modul .su-thumb-gallery .su-pagination:before {
  content: normal;
}
.custom.main-zayavka {
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 1px -5px 34px rgba(0,0,0,0.46);
  margin-top: -50px;
  max-width: 900px;
}
.custom.main-zayavka h3 {
  font-size: 1.7em;
  margin-bottom: 30px;
}
form#chronoform-main_zayavka {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
form#chronoform-main_zayavka #form-row-name,
form#chronoform-main_zayavka #form-row-phone,
form#chronoform-main_zayavka #form-row-email,
form#chronoform-main_zayavka #form-row-priezd_id,
form#chronoform-main_zayavka #form-row-otezd_id,
form#chronoform-main_zayavka #form-row-dopinfo_id {
  width: 33.3%;
  padding: 0 10px;
}
form#chronoform-main_zayavka .gcore-display-table {
  display: block;
}
form#chronoform-main_zayavka .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 1.4em;
  line-height: 1.42857143;
  color: #555555;
  background-color: #e8e8e8;
  border: 2px solid ;
  border-radius: 0;
}
form#chronoform-main_zayavka #form-row-multi-10 {
  margin: 0;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 400;
  font-size: 20px;
  color: #67bcc1;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#sp-bottom4 .sp-module .sp-module-title {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#sp-bottom5 .sp-module .sp-module-title {
  text-align: right;
}
#sp-bottom {
  background: #3b3b3b;
  color: #fff;
  border-top: 3px solid #67bcc1;
  padding-top: 50px;
  padding-bottom: 0px;
}
#sp-bottom .container {
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
}
#sp-bottom .sp-module ul >li {
  border-bottom: none;
}
#sp-bottom .sp-module ul >li a {
  color: #fff;
}
#sp-bottom .sp-module ul >li:hover a {
  color: #67bcc1;
}
.phone-bot {
  font-size: 20px;
  text-align: right;
  margin-bottom: 45px;
}
.phone-bot a {
  color: #fff;
  position: relative;
}
.phone-bot a:before {
  content: url(../../../images/icon-phon.png);
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 0;
}
.phone-bot:hover a:before {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.socico-modul {
  float: right;
}
.socico-modul ul.social-icons:after {
  content: normal;
}
.socico-modul ul >li a {
  color: #cecece !important;
}
.adres-bottom {
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 2.6px;
  margin: 10px 0 20px;
  line-height: 1.7;
  max-width: 230px;
}
span.dark {
  color: #67bcc1;
}
#footer_menu_1,
#footer_menu_2 {
  font-size: 1.1em;
  font-weight: 300;
  letter-spacing: 1.2px;
  -webkit-padding-start: 0;
}
#footer_menu_1 >li >a,
#footer_menu_2 >li >a {
  line-height: 1.2;
  padding: 0.7em 0;
}
#sp-bottom2,
#sp-bottom3 {
  padding-left: 1px;
}
.contacts_bottom .logo_mod {
  margin-bottom: 30px;
}
.contacts_bottom .logo_mod h1 {
  display: table-cell;
  font-size: 1.9em;
  font-weight: 700;
  vertical-align: top;
  height: 60px;
  white-space: nowrap;
}
.contacts_bottom .logo_mod h1 a {
  color: #fff;
}
.contacts_bottom .logo_mod h2 a {
  color: #fff;
}
.contacts_bottom .contacts-top {
  font-size: 100%;
  line-height: 1.5;
}
.contacts_bottom .contacts-top ul {
  flex-direction: column;
  color: #fff;
}
#sp-footer {
  background: #3b3b3b !important;
}
#sp-footer .sp-copyright {
  font-size: 16px;
  letter-spacing: 2.5px;
  font-weight: 200;
}
#sp-left .sp-module .sp-module-title {
  margin: 0 0 12px;
  font-size: 1.7em;
  line-height: 1;
  color: #262525;
  font-weight: 100;
}
#sp-left nav[id^="off-menu"] {
  font-family: inherit !important;
}
#sp-left nav[id^="off-menu"] .sm-head {
  background: #67bcc1;
  height: auto;
  padding: 9px 0px;
}
#sp-left nav[id^="off-menu"] .sm-head span {
  font-family: inherit;
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  font-weight: 500;
  position: static;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
  line-height: 1.3;
  white-space: normal;
}
#sp-left nav[id^="off-menu"] input.sm-filter[type=text] {
  font-size: 1.2em;
}
#sp-left nav[id^="off-menu"] dl dt.opened.parent,
#sp-left nav[id^="off-menu"] dl.level1 dt.opened.parent,
#sp-left nav[id^="off-menu"] dl dt.hover,
#sp-left nav[id^="off-menu"] dl dt:hover,
#sp-left nav[id^="off-menu"] dl.level1 dt.hover,
#sp-left nav[id^="off-menu"] dl.level1 dt:hover {
  background-color: #f6a623;
}
#sp-left nav[id^="off-menu"] dl a,
#sp-left nav[id^="off-menu"] dl a:link,
#sp-left nav[id^="off-menu"] dl.level1 a,
#sp-left nav[id^="off-menu"] dl.level1 a:link {
  font-family: inherit;
  color: #262525;
  font-size: 1.2em;
}
.menu-kontakty #chronoform-contacts {
  max-width: 460px;
  margin: 0 auto;
}
.menu-kontakty .contacts-row {
  padding: 0 50px;
  margin: 0 auto;
}
.menu-kontakty .contacts-row .contacts-col {
  min-height: 233px;
}
.menu-kontakty .contacts-row .contacts-col .contacts-ico {
  padding-top: 10px;
}
.menu-kontakty .contacts-row .contacts-col p {
  font-size: 1.5em;
}
.menu-kontakty .contacts-row .contacts-col .contacts-ico-item {
  text-align: center;
  font-size: 3em;
  color: #67bcc1;
  margin: 10px auto;
  line-height: 1;
}
.menu-kontakty .contacts-row .contacts-col .contacts-ico-item i {
  background: #616161;
  width: 2em;
  height: 2em;
  line-height: 2;
}
.menu-kontakty .contacts-row .contacts-col:nth-child(even) {
  background: #cfcfcf;
}
form[id^="chronoform"] .gcore-display-table {
  display: block !important;
}
form[id^="chronoform"] .gcore-display-table input {
  width: 100%;
}
form[id^="chronoform"] .gcore-display-table .A {
  width: 100% !important;
  border-radius: 0;
  border: 2px solid #616161;
}
div[id^="form-row-multi"] {
  display: flex;
}
input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
  padding: 0;
  background: inherit;
  border: none;
  width: auto !important;
}
.gbs3 .gcore-sub-input {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.gbs3 .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #262525;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #67bcc1 !important;
  border-radius: 0 !important;
}
input#modal_but_id {
  width: 100% !important;
  display: block;
  max-width: none;
  margin: 0 auto;
  background: #67bcc1;
  border: 2px solid #67bcc1;
  color: #fff;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
input#modal_but_id:hover {
  background: #f6a623;
  color: #262525;
}
.su-modal-title-wrapper {
  background: #67bcc1 !important;
}
.su-modal-title-wrapper h3 {
  color: #fff !important;
}
p.security {
  width: 100%;
  text-align: center;
}
div.fst_comment_name {
  font-weight: 600;
  color: #67bcc1;
}
div#sp-bottom4 a {
  color: #fff;
  text-align: center !important;
}
#sp-main-body {
  padding: 50px 0;
}
.menu-brends .manufacturer h2 {
  display: none;
}
section#sp-section-2 {
  background-image: url(../images/alex-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #66e8de;
  padding-top: 200px;
  margin-top: -140px;
}
@keyframes Ikonki1 {
  from {
    transform-origin: center;
    transform: rotate3d(0,0,1,-45deg);
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes Ikonki {
  from {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  20% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  40% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.slogan {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  max-width: 900px;
  margin: 00 auto 30px;
}
.slogan h3.slogan-text {
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  text-align: right;
  padding-right: 20px;
  margin: 0;
  text-shadow: 2px 2px 0px rgba(61,61,61,0.54);
}
.slogan h3.slogan-text span {
  color: #D70003;
  text-shadow: none;
}
.slogan .slogan-logo {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  max-width: 246px;
  animation: Ikonki 3s infinite ease-in-out;
}
body .predlog a {
  border: solid 1px #ffffff;
  color: #ffffff;
}
section#sp-bottom .sp-module ul >li >a {
  padding: 8px 0;
}
ul#metro {
  margin: 0 0 20px !important;
  display: inline-block;
  max-height: 180px;
  overflow: hidden;
  overflow-y: scroll;
  background: #138093;
  padding: 10px 0 10px 15px;
  list-style: none;
}
ul#metro li a {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  padding: 10px 0 10px 10px;
  line-height: 1.2;
  position: relative;
  color: #fff;
  text-align: left;
}
div#sp-bottom2 ::-webkit-resizer {
  background-image: url(template.css);
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}
div#sp-bottom2 ::-webkit-scrollbar {
  width: 11px;
}
div#sp-bottom2 ::-webkit-scrollbar-button {
  background-image: url(template.css);
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}
div#sp-bottom2 ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #B8F4FF;
  box-shadow: 0px 1px 1px #fff inset;
  background-position: center;
  background-repeat: no-repeat;
}
div#sp-bottom2 ::-webkit-scrollbar-track {
  background-color: #32312e;
  box-shadow: 0px 0px 3px #000 inset;
}
body .su-spoiler-style-glass-blue > .su-spoiler-title {
  background-color: #12aac4;
}
.articles-buttons-holder {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-height: 150px;
  padding: 30px;
}
.articles-buttons-holder .articles-button {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.articles-buttons-holder .articles-button a {
  display: inline-block;
  padding: 10px 36px;
  font-size: 20px;
  background: #138093;
  color: #fff;
  border: 1px solid #138093;
  text-align: center;
  line-height: 1;
}
.articles-buttons-holder .articles-button a:hover {
  background: #41bbd0;
}
section#sp-buttons {
  background: #84D5E3 url("/images/buttons-bg.jpg") no-repeat top center;
}
.art-block {
  display: inline-block;
  width: 100%;
}
.art-block.otzivi {
  display: flex;
  flex-wrap: wrap;
}
.art-block.otzivi h3 {
  width: 100%;
}
.art-block.otzivi p {
  flex: 0 0 auto;
  width: 48%;
  padding: 15px;
  background: #e2fbff;
  margin: 1%;
}
article.item.item-page h2 {
  font-size: 4rem;
  color: #138093;
  background: #c3fffc;
  padding: 10px;
  background: -moz-linear-gradient(120deg,#c3fffc 36%,#ffffff 71%,#e4fffe 75%,#ffffff 79%,#c3fffc 82%,#ffffff 83%,#c6fffc 85%,#ffffff 100%);
  background: -webkit-linear-gradient(120deg,#c3fffc 36%,#ffffff 71%,#e4fffe 75%,#ffffff 79%,#c3fffc 82%,#ffffff 83%,#c6fffc 85%,#ffffff 100%);
  background: linear-gradient(120deg,#c3fffc 36%,#ffffff 71%,#e4fffe 75%,#ffffff 79%,#c3fffc 82%,#ffffff 83%,#c6fffc 85%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3fffc",endColorstr="#ffffff",GradientType=1);
}
article.item.item-page h3 {
  font-size: 2.7rem;
  color: #749a9f;
  position: relative;
  padding-bottom: 6px;
}
article.item.item-page h3::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 4px;
  background: #41bbd0;
  background: -moz-linear-gradient(120deg,#41bbd0 0%,#ffffff 14%,#41bbd0 17%,#ffffff 30%,#41bbd0 32%,#ffffff 34%,#41bbd0 36%,#ffffff 97%);
  background: -webkit-linear-gradient(120deg,#41bbd0 0%,#ffffff 14%,#41bbd0 17%,#ffffff 30%,#41bbd0 32%,#ffffff 34%,#41bbd0 36%,#ffffff 97%);
  background: linear-gradient(120deg,#41bbd0 0%,#ffffff 14%,#41bbd0 17%,#ffffff 30%,#41bbd0 32%,#ffffff 34%,#41bbd0 36%,#ffffff 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41bbd0",endColorstr="#ffffff",GradientType=1);
}
.view-category .category-view > .category-view {
  display: none;
}
span.quantity-controls input.quantity-controls {
  height: 15px;
  border: none;
  width: 15px !important;
  cursor: pointer;
}
.vm-pagination.vm-pagination-top {
  display: none;
}
#sp-kategories-icons {
  padding-top: 100px;
}
ul.vm-categories-wall .vm-categories-wall-img {
  margin: 0 auto;
  height: 121px;
}
ul.vm-categories-wall .vm-categories-wall-catname {
  max-width: 118px;
  margin: 0 auto;
  height: 33px;
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.2em;
}
ul.vm-categories-wall .vm-categories-wall-catwrapper {
  margin: 0;
}
ul.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-spacer {
  padding: 10px;
  background: white;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  margin-bottom: 60px;
}
ul.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-spacer a {
  color: #262525;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 166px;
}
ul.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-spacer:hover a {
  color: #f6a623;
}
ul.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-spacer:hover a .cat-image-1 {
  opacity: 0;
}
ul.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-spacer:hover a .cat-image-2 {
  opacity: 1;
}
.cat-image-1,
.cat-image-2 {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.cat-image-1 {
  opacity: 1;
}
.cat-image-2 {
  opacity: 0;
}
ul.vmmanufacturer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
ul.vmmanufacturer li {
  width: 20%;
}
ul.vmmanufacturer li:hover img {
  filter: grayscale(0);
}
ul.vmmanufacturer img {
  filter: grayscale(1);
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  margin: 0 auto;
}
.com-virtuemart.view-productdetails div#sp-left {
  display: none;
}
.com-virtuemart.view-productdetails div#sp-component {
  width: 100%;
}
.com-virtuemart.view-productdetails .vm-product-details-container .addtocart-bar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
}
.com-virtuemart.view-productdetails .vm-product-details-container .addtocart-bar .plus-minus {
  margin-bottom: 20px;
}
.com-virtuemart.view-productdetails .vm-product-details-container .addtocart-bar .addtocart-button {
  width: inherit;
}
.com-virtuemart.view-productdetails .vm-product-details-container .addtocart-bar .addtocart-button input.but-addtocart-button {
  padding: 8px 40px;
}
.back-to-category.vernut {
  float: none;
}
.back-to-category.vernut .icons {
  margin: 0;
  display: flex;
  justify-content: center;
}
.but.but-vernut {
  width: auto;
  min-width: 250px;
  max-width: inherit;
  font-size: 1em;
  display: inline-block;
  text-transform: none;
  font-weight: 500;
}
.manufakturer-my {
  display: flex;
}
.manufakturer-my .manufacturer {
  margin: 0;
}
.product-fields .product-field {
  width: 100%;
  float: none;
  display: inline-block;
  margin-bottom: 0;
}
.product-fields-title-wrapper {
  padding: 0;
  float: left;
  display: inline-block;
  min-width: inherit;
  margin-right: 10px;
  font-weight: inherit;
}
.product-fields-title-wrapper span.product-fields-title strong {
  font-weight: normal;
}
.product-field-display span {
  color: inherit;
  font-weight: inherit;
}
.characteristiks-my {
  font-size: 1.3em;
  color: #67bcc1;
  margin: 10px 0 20px;
}
.characteristiks-my .product-fields .product-field {
  width: 100%;
  float: none;
  display: inline-block;
  margin-bottom: 0;
}
.characteristiks-my .product-fields-title-wrapper {
  padding: 0;
  float: left;
  display: inline-block;
  min-width: inherit;
  margin-right: 10px;
  font-weight: inherit;
}
.characteristiks-my .product-fields-title-wrapper span.product-fields-title strong {
  font-weight: normal;
}
.characteristiks-my .product-field-display span {
  color: inherit;
  font-weight: inherit;
}
.characteristiks-my span {
  color: #aaaaaa;
  font-weight: normal;
}
.price-my {
  background: none;
  padding: 0;
  margin-bottom: 15px;
}
.price-my .product-price {
  display: block;
  margin: 0;
  text-align: left;
  float: inherit;
  line-height: 1.5em;
  font-size: 180%;
  font-weight: 600;
}
.price-my .PricesalesPriceTt.vm-display.vm-price-value {
  font-size: 80%;
  font-weight: 800;
  background: none;
  color: #AFAFAF;
  padding: 0.3em 0;
  margin-top: 7px;
}
.artikul-tovar {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.short-desk-my {
  font-size: 1.3em;
  max-width: 250px;
  letter-spacing: 1.3px;
}
.product-container.productdetails-view.productdetails h1 {
  font-family: 'DaxlinePro-Medium';
  text-align: left;
  font-weight: 400;
  background: none;
  color: #262525;
  padding: 0.2em;
  font-size: 2.2em;
  letter-spacing: 2px;
}
.price-crossed div.PricebasePrice .PricebasePrice {
  text-decoration: line-through;
}
input.but-addtocart-button {
  background: #67bcc1;
  border: 2px solid #67bcc1;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: none;
  padding: 8px 7px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 300;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
input.but-addtocart-button:hover {
  background: #f6a623;
  color: #fff;
}
.but-addtocart-button:last-child {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.but-addtocart-button:last-child:after {
  transition: margin .25s, opacity .25s, transform .25s;
  transform: rotate(-180deg);
  opacity: 0;
  margin-left: -10px;
  content: '\f0a9';
  font-family: 'FontAwesome';
  display: inline-block;
}
.but-addtocart-button:last-child:hover:after {
  transition: margin .5s, opacity .25s, transform .5s;
  transform: rotate(0);
  opacity: 1;
  margin-left: .7em;
}
.vm-product-container-my.row .product-properties .product-fields-title-wrapper {
  padding: 0;
  display: inline-block;
  min-width: inherit;
  margin-right: 10px;
  float: left;
  font-weight: 800;
  font-size: 1.28em;
  color: #67bcc1;
}
.vm-product-container-my.row .product-properties .product-field-display {
  display: inline-block;
  font-size: 1.28em;
}
.productdetails-view .product-short-description {
  margin: 0 0 16px;
  padding: 0;
  display: inline-block !important;
}
.product-container.productdetails-view.productdetails .product-description {
  margin-top: 20px;
}
.product-container.productdetails-view.productdetails .product-description span.title {
  font-size: 1.5em;
  text-align: center;
  display: none;
  font-weight: 600;
  background: #67bcc1;
  color: #fff;
  padding: 8px;
}
.product-container.productdetails-view.productdetails .product-description dl#tabs.tabs {
  display: flex;
  padding: 0;
  justify-content: flex-start;
}
.product-container.productdetails-view.productdetails .product-description dl#tabs.tabs dt.tabs {
  float: none;
  padding: 5px 20px;
  margin: 0 5px -2px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #f6a623;
}
.product-container.productdetails-view.productdetails .product-description dl#tabs.tabs dt.tabs h3 {
  margin: 5px auto;
  font-size: 1.2em;
}
.product-container.productdetails-view.productdetails .product-description dl#tabs.tabs dt.tabs h3 a {
  color: #262525;
}
.product-container.productdetails-view.productdetails .product-description .current dd.tabs {
  clear: both;
  background: #ffffff;
  margin: 0;
  padding: 10px;
  border: solid 0px #67bcc1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-container.productdetails-view.productdetails .product-description .current dd.tabs p {
  font-size: 1.2em;
  letter-spacing: 1.3px;
}
.product-container.productdetails-view.productdetails .product-description dt.tabs.open {
  background: #fff;
  color: #67bcc1;
}
.product-container.productdetails-view.productdetails .product-description .tabs dt.tabs.closed {
  padding: 5px 10px;
  background-color: #f7f7f7;
  border: solid 1px #e7e6e8 !important;
}
.product-container.productdetails-view.productdetails .product-description .tabs dt.tabs.closed a {
  color: #fff;
}
.customer-reviews h4 {
  font-size: 1.5em;
  text-align: center;
  display: block;
  font-weight: 600;
  background: #f6a623;
  color: #fff;
  padding: 8px;
}
.vina-carousel-content .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50px;
  margin-top: -50px;
}
.vina-carousel-content .owl-controls .owl-prev {
  float: left;
  visibility: hidden;
}
.vina-carousel-content .owl-controls .owl-prev:before {
  font-family: "FontAwesome";
  content: " \f104";
  color: #67bcc1;
  visibility: visible;
  font-size: 5em;
  line-height: 1;
  margin-left: -25px;
}
.vina-carousel-content .owl-controls .owl-next {
  float: right;
  visibility: hidden;
}
.vina-carousel-content .owl-controls .owl-next:after {
  font-family: "FontAwesome";
  content: " \f105";
  color: #67bcc1;
  visibility: visible;
  font-size: 5em;
  line-height: 1;
  margin-right: -35px;
}
.vina-carousel-virtuemart .image-block {
  background: #fdfdfd;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vina-carousel-virtuemart .round-corners:hover,
.vina-carousel-virtuemart .round-corners:focus,
.vina-carousel-virtuemart .round-corners:active {
  border-radius: 0;
}
.vina-carousel-virtuemart .round-corners {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border: none;
  border-radius: 6px;
}
.vina-carousel-virtuemart .vm-details-button a.product-details {
  background: #67bcc1;
  border: 2px solid #67bcc1;
  border-radius: 0;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 120px;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-carousel-virtuemart .vm-details-button a.product-details:hover {
  background: #f6a623;
  color: #fff;
}
.vina-carousel-virtuemart .owl-item img {
  width: auto !important;
  margin: 0 auto;
  max-height: 175px;
}
.vina-carousel-virtuemart .product-fields-title-wrapper {
  min-width: inherit;
  font-weight: bold;
  padding: 0;
}
.vina-carousel-virtuemart .owl-nav [class*=owl-] {
  margin: 0 !important;
  padding: 0 !important;
}
.vina-carousel-virtuemart .owl-controls,
.vina-carousel-virtuemart .owl-nav {
  position: absolute;
  top: 140px;
  width: 100%;
  height: 50px;
}
.vina-carousel-virtuemart .owl-controls .owl-prev,
.vina-carousel-virtuemart .owl-nav .owl-prev {
  float: left;
  visibility: hidden;
}
.vina-carousel-virtuemart .owl-controls .owl-prev:before,
.vina-carousel-virtuemart .owl-nav .owl-prev:before {
  font-family: "FontAwesome";
  content: " \f104";
  color: #67bcc1;
  visibility: visible;
  font-size: 5em;
  line-height: 1;
}
.vina-carousel-virtuemart .owl-controls .owl-next,
.vina-carousel-virtuemart .owl-nav .owl-next {
  float: right;
  visibility: hidden;
}
.vina-carousel-virtuemart .owl-controls .owl-next:after,
.vina-carousel-virtuemart .owl-nav .owl-next:after {
  font-family: "FontAwesome";
  content: " \f105";
  color: #67bcc1;
  visibility: visible;
  font-size: 5em;
  line-height: 1;
}
.vina-carousel-virtuemart .text-block.productdetails {
  padding: 0 18px;
  text-align: left;
}
.vina-carousel-virtuemart .text-block.productdetails .product-title {
  display: flex;
  align-items: center;
  font-family: 'DaxlinePro-Medium';
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  min-height: 60px;
  line-height: 1;
  margin: 10px 0;
}
.vina-carousel-virtuemart .text-block.productdetails .product-articul {
  font-size: 16px;
  color: #9a9a9a;
  letter-spacing: 1.3px;
  font-weight: 300;
}
.vina-carousel-virtuemart .vm-prices-block {
  min-height: 70px;
}
.vina-carousel-virtuemart .vm-prices-block .product-price {
  font-weight: 300;
  line-height: 1;
  min-height: 55px;
  margin-top: 8px;
  text-align: left;
}
.vina-carousel-virtuemart .vm-prices-block .product-price .price-crossed,
.vina-carousel-virtuemart .vm-prices-block .product-price .PricesalesPrice {
  color: #f6a623;
  font-size: 0.85em;
}
.vina-carousel-virtuemart .vm-prices-block .product-price .vm-price-desc {
  display: none;
}
.vina-carousel-virtuemart .vm-prices-block .product-price .PricesalesPriceTt {
  color: #000;
  font-weight: 400;
  font-size: 1em;
  margin-top: 5px;
}
.vina-carousel-virtuemart .owl-nav {
  height: 0px;
  margin-top: 0 !important;
}
.vina-carousel-virtuemart .button-group {
  height: 0;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-carousel-virtuemart .product-container {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-carousel-virtuemart .product-container:hover .button-group {
  height: 48px;
}
.addtocart-bar {
  display: flex;
}
.addtocart-bar .plus-minus {
  width: 40%;
  min-width: 80px;
  max-width: 80px;
}
.addtocart-bar .addtocart-button {
  width: 60%;
}
span.quantity-controls.sss-plus input.quantity-plus {
  background: transparent;
  width: 100% !important;
  display: block;
  height: 34px;
}
span.quantity-controls.sss-plus {
  display: flex;
  align-items: center;
  height: 34px;
  width: 25px;
  vertical-align: middle;
  float: right;
  text-align: center;
  justify-content: center;
  font-size: 20px !important;
  margin: 0;
  padding: 0;
  border: 1px solid #cac9c9;
  border-left: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #fff;
  color: #000 !important;
  position: relative;
  left: -2px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
span.quantity-controls.sss-plus:hover {
  background: #67bcc1;
  color: #fff !important;
}
span.quantity-controls.sss-minus input.quantity-minus {
  background: transparent;
  width: 100% !important;
  display: block;
  height: 34px;
}
span.quantity-controls.sss-minus {
  display: flex;
  align-items: center;
  height: 34px;
  width: 25px;
  vertical-align: middle;
  float: left;
  text-align: center;
  justify-content: center;
  font-size: 32px !important;
  margin: 0;
  padding: 0;
  border: 1px solid #cac9c9;
  border-right: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background: #fff;
  color: #000 !important;
  position: relative;
  right: -2px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
span.quantity-controls.sss-minus:hover {
  background: #67bcc1;
  color: #fff !important;
}
span.quantity-box {
  position: relative;
}
.quantity-box .quantity-input,
.cart-summary .quantity-input {
  height: 34px;
  width: 27px !important;
  text-align: center;
  font-weight: 700;
  padding: 0px !important;
  margin-bottom: 0;
  border-radius: 0;
  background: #f0f0f0;
}
body.site.com-virtuemart.view-category {
  background: #f1f1f1;
}
body.site.com-virtuemart.view-category #sp-main-body {
  padding: 1px 50px 0;
}
.category-view .spacer.product-container {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border: none;
  border-radius: 6px;
  background: #fff;
  margin: 0;
}
.category-view .browse-view h1 {
  font-family: 'DaxlinePro-Medium';
  font-size: 2.6em;
  font-weight: 600;
  color: #262525;
  margin: 0 0 10px;
}
.category-view .browse-view .orderby-displaynumber {
  border-bottom: solid #67bcc1 1px;
  border-top: solid #67bcc1 1px;
  margin: 0 0 15px;
  padding: 10px 0;
  background: rgba(103,188,193,0.1);
}
.category-view .browse-view .product {
  padding: 5px;
  min-width: 206px;
}
.category-view .browse-view .product .product-container {
  padding: 0;
}
.category-view .browse-view .product .product-container .vm-product-media-container {
  text-align: center;
  background: #fdfdfd;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 10px;
  min-height: 230px;
  max-height: 230px;
  overflow: hidden;
}
.category-view .browse-view .product .browseProductImage {
  max-height: 260px;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.category-view .browse-view .product .ratingbox {
  margin: 0 auto 15px;
  display: block;
}
.category-view .browse-view .product .vm-product-descr-container-1 {
  min-height: inherit;
  margin-bottom: 6px;
  padding: 0 10px;
}
.category-view .browse-view .product .vm-product-descr-container-1 h2 {
  display: flex;
  align-items: center;
  font-family: 'DaxlinePro-Medium';
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  min-height: 60px;
  line-height: 1;
  margin: 10px 0;
}
.category-view .browse-view .product .vm-product-descr-container-1 .product_s_desc {
  display: none;
  line-height: 1.2;
  min-height: 45px;
  margin: 0;
  padding: 0;
}
.category-view .browse-view .product .product-articul {
  font-size: 16px;
  color: #9a9a9a;
  letter-spacing: 1.3px;
  font-weight: 300;
  padding-left: 10px;
}
.category-view .browse-view .product .product-price {
  min-height: 60px;
  display: block;
  width: 100%;
  padding: 0 10px;
  font-weight: 300;
  line-height: 1;
  margin-top: 8px;
  text-align: left;
}
.category-view .browse-view .product .product-price .price-crossed span.PricebasePrice {
  color: #f6a623;
  font-size: 1.3em;
}
.category-view .browse-view .product .product-price .PricesalesPrice.vm-display.vm-price-value {
  font-size: 1.3em;
  line-height: 1.4;
}
.category-view .browse-view .product .product-price .PricesalesPriceTt {
  font-weight: 400;
  color: #262525;
  font-size: 1.3em;
}
.category-view .browse-view .product .product-price span.vm-price-desc {
  display: none;
}
.category-view .browse-view .product .vm-customfields-wrap {
  display: none;
}
.category-view .browse-view .product .addtocart-area {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  height: 0;
  min-height: inherit !important;
  overflow: hidden;
}
.category-view .browse-view .product .addtocart-area form {
  margin: 0;
  padding: 0 10px;
}
.category-view .browse-view .product .addtocart-area .vm-customfields-wrap {
  min-height: 40px;
}
.category-view .browse-view .product .vm-details-button {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
.category-view .browse-view .product .vm-details-button a {
  background: #67bcc1;
  border: 2px solid #67bcc1;
  border-radius: 0;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 120px;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.category-view .browse-view .product .vm-details-button a:hover {
  background: #f6a623;
  color: #fff;
}
.category-view .browse-view .product .product-container {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.category-view .browse-view .product .product-container:hover .addtocart-area {
  height: 48px;
}
.browse-view .row .product .spacer span {
  font-size: inherit;
  color: #f6a623;
}
@media (max-width: 800px) {
  div[class*="vm-col-"] {
    width: 33.333%;
  }
  div.product {
    min-width: inherit;
  }
  .category-view .browse-view .product {
    padding: 3px;
  }
}
.checkout-button-top section {
  visibility: hidden;
  max-height: 1px;
}
.checkout-button-top a.opg-link.opg-text-small {
  visibility: hidden;
  max-height: 1px !important;
  height: 1px !important;
  display: none;
}
.opg-grid div.spacer {
  display: flex;
}
.opg-grid input[id^="quantity_"] {
  display: inline-block;
  float: left;
  min-width: 50px !important;
  min-height: 50px !important;
}
.opg-grid .quantity-plus,
.opg-grid .quantity-minus {
  background: #67bcc1 !important;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.opg-grid .quantity-minus {
  margin-bottom: 10px;
}
.opg-grid a#refreshbutton {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 11px;
  right: -31px;
  background: #ffffff !important;
  color: #67bcc1;
  font-size: 32px;
}
.opg-text-primary {
  color: #67bcc1 !important;
}
div#sales_pricefulldiv {
  visibility: hidden;
}
.opg-panel-box {
  padding: 15px;
  background: rgba(246,166,35,0.3);
  color: #000;
}
.checkout-button-top .opg-button-primary {
  background: #67bcc1 !important;
  border-radius: 0;
  border: 2px solid #67bcc1;
  max-width: 250px;
}
.checkout-button-top .opg-button-primary:hover {
  background: #f6a623 !important;
}
#billto_fields_div .opg-width-1-1 {
  width: 100%;
  margin-bottom: 10px;
}
div#total_amount {
  white-space: nowrap;
}
div#bill_total {
  white-space: nowrap;
}
#sp-act-bottom,
#sp-rekomend {
  padding: 40px 0;
  background: #f0f0f0;
  border-top: 3px solid #67bcc1;
  border-bottom: 3px solid #67bcc1;
}
.sp-module.action-module {
  padding-bottom: 20px;
}
.sp-module.new-modul {
  margin-bottom: 20px;
}
.custom.in-aktions-but {
  border-bottom: 3px solid #67bcc1;
  padding-bottom: 80px;
}
.actions-bottom-modules .product-container {
  padding: 10px 25px;
}
.actions-bottom-modules .product-container .spacer {
  border: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 6px;
  padding-bottom: 10px;
}
.actions-bottom-modules .product-container .spacer .img-block {
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  background: #fcfcfc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.actions-bottom-modules .product-container .spacer .img-block img {
  margin: 0 auto;
  max-height: 220px;
}
.actions-bottom-modules .product-container .spacer .prod-title {
  display: flex;
  align-items: center;
  font-family: 'DaxlinePro-Medium';
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  min-height: 60px;
  line-height: 1;
  margin: 10px 0;
  color: #67bcc1;
  padding: 0 10px;
}
.actions-bottom-modules .product-container .spacer .productdetails .product-price {
  float: none;
  text-align: left;
  padding: 0 10px;
  margin: 0 0 20px;
  font-weight: 400;
  color: #262525;
  font-size: 1.6em;
}
.actions-bottom-modules .product-container .spacer .addtocart-area {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  padding: 0 10px;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.actions-bottom-modules .product-container .spacer .addtocart-area .addtocart-bar {
  margin: 0;
}
.actions-bottom-modules .product-container .spacer:hover .addtocart-area {
  height: 48px;
}
.actions-bottom-modules .product-container .vm-customfields-wrap {
  display: none;
}
.cf_wrapper_input_text {
  padding-bottom: 10px;
  display: block;
}
.cf_wrapper_input_text .form-horizontal {
  display: flex;
  align-items: flex-end;
}
.cf_wrapper_input_text .form-horizontal input {
  margin: 0 5px;
  padding: 0;
  font-size: 13px;
}
.cf_wrapper_input_text .form-horizontal .cf_search_button {
  background: #67bcc1;
  color: #fff;
  border: 2px solid #67bcc1;
}
.cf_wrapper_input_text .form-horizontal .cf_search_button:hover {
  background: #f6a623;
}
.cf_filtering_slider_gutter {
  width: 100%;
}
.cf_filtering_slider_gutter .cf_slider_gutter_m {
  width: 85%;
}
.vendor-image {
  display: inline-block;
  float: right;
  max-width: 200px;
  margin: 10px;
}
.product-related-products .product-container {
  height: 320px;
  overflow: hidden;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.product-related-products .product-container:hover {
  height: 380px;
}
.product-related-products .product-fields-title-wrapper {
  padding: 0;
  float: none;
  display: block;
  min-width: inherit;
  margin-right: 0;
  margin: 20px 0;
  font-family: 'DaxlinePro-Medium';
  position: relative;
  text-align: center;
  font-size: 2.5em;
  font-weight: 100;
  color: #262525;
  text-transform: uppercase;
}
.product-related-products .vm-customfields-wrap {
  display: none;
}
.product-related-products .product-field.product-field-type-R {
  width: 25%;
  margin: 0;
  padding: 0 20px;
}
.product-related-products .product-field.product-field-type-R .product-field-display {
  border: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 6px;
  padding-bottom: 10px;
}
.product-related-products .vm-product-media-container {
  max-width: 100%;
  margin-bottom: 15px;
}
.product-related-products .related-product-image {
  background: #bdbcb8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.product-related-products .related-product-name {
  display: flex;
  align-items: center;
  font-family: 'DaxlinePro-Medium';
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  min-height: 60px;
  line-height: 1;
  margin: 10px 0;
  color: #67bcc1;
  padding: 0 10px;
}
.product-related-products .product-price {
  padding: 0 10px;
}
.product-related-products .product-price .price-crossed {
  display: none;
}
.product-related-products .product-price .PricesalesPrice {
  display: none;
}
.product-related-products .product-price .PricesalesPriceTt span.vm-price-desc {
  display: none;
}
.product-related-products .product-price .PricesalesPriceTt span.PricesalesPriceTt {
  font-size: 20px;
}
.discontinued-view h4,
.latest-view h4,
.featured-view h4 {
  font-family: 'DaxlinePro-Medium';
  position: relative;
  text-align: center;
  font-size: 2.5em;
  font-weight: 100;
  color: #262525;
  text-transform: none;
}
table {
  font-size: 1.2em;
  letter-spacing: 1.3px;
  border-color: #d5d1ce;
}
table td,
table th {
  padding: 5px 10px;
  border-color: #d5d1ce;
}
.vm-product-container-my.row .product-fields-title-wrapper {
  padding: 0;
  float: left;
  display: inline-block;
  min-width: inherit;
  margin-right: 10px;
  font-weight: 800;
  font-size: 1.2em;
  color: #67bcc1;
}
.vm-product-container-my.row .product-field-display {
  vertical-align: middle;
  max-width: none;
  font-size: 1.2em;
  display: inline-block;
}
.vm-product-container-my.row .control-group {
  margin-bottom: 10px;
  display: inline-block;
  width: 45%;
}
@media screen and (max-width: 1529px) {
  div#sp-menu .sp-column .sp-megamenu-wrapper ul.sp-megamenu-parent li.sp-menu-item a {
    font-size: 20px;
    padding: 0 28px;
  }
  .sp-megamenu-parent {
    float: right;
  }
  section#sp-main-video {
    padding: 37px 0 50px;
  }
}
@media screen and (max-width: 1439px) {
  div#sp-menu .sp-column .sp-megamenu-wrapper ul.sp-megamenu-parent li.sp-menu-item a {
    font-size: 18px;
    padding: 0px 18px;
  }
  section#sp-main-video {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  div#sp-menu .sp-column .sp-megamenu-wrapper ul.sp-megamenu-parent li.sp-menu-item a {
    font-size: 15px;
    padding: 0px 13px;
  }
  div#sp-menu .sp-column .custom.top-kontakts-modul p.dostavka {
    font-size: 22px;
  }
  div#sp-menu .sp-column .custom.top-kontakts-modul p.adres {
    font-size: 14px;
  }
  .avPlayerWrapper .avPlayerContainer .avPlayerBlock {
    height: 425px;
  }
  .menu-home div#sp-toptext {
    padding: 1px;
  }
  .menu-home div#sp-toptext {
    font-size: 18px;
  }
  #virtuemart_currency_id_chzn .chzn-single div:before {
    font-family: "FontAwesome";
    content: " \f0d7";
    position: relative;
    right: -3px;
    color: #8A8A8A;
  }
  .custom.logo_mod h1 {
    font-size: 1.6em;
    letter-spacing: -0.5px;
  }
  .custom.logo_mod h2 {
    font-size: 0.77em;
    text-align: left;
  }
  .sp-megamenu-parent >li >a,
  .sp-megamenu-parent >li >span {
    padding: 0 10px;
  }
  .minicart #vmCartModule .cart_top .total {
    padding-left: 0;
  }
  #vina-carousel-virtuemart131 .item-i {
    margin: 10px !important;
  }
  #vina-carousel-virtuemart132 .item-i {
    margin: 10px !important;
  }
  #footer_menu_1,
  #footer_menu_2 {
    font-size: 1em;
    letter-spacing: 1px;
  }
  #sp-bottom .sp-module .sp-module-title {
    font-size: 18px;
  }
  div#sp-topvideo {
    padding-top: 50px;
  }
  .itemid-101 .body-innerwrapper {
    background-size: 110% !important;
    background-position: top center;
  }
}
@media screen and (max-width: 1023px) {
  section#sp-section-2 {
    padding-top: 240px;
    margin-top: -206px;
  }
  .minicart #vmCartModule .cart_top .total {
    line-height: 1;
  }
  .contacts-top ul li {
    min-width: inherit;
    flex-direction: column;
  }
  body {
    font-size: 12px;
  }
  #sp-preimus .feature-item a:last-child {
    max-width: none;
  }
  #sp-preimus .feature-item h3 {
    font-size: 1.4em;
  }
  .main-text-modul .main-txt-img {
    margin-right: 0;
    width: 100%;
    display: block;
  }
  .main-text-modul .main-txt-img img {
    width: 100%;
  }
  .menu-kontakty .contacts-row {
    padding: 0;
  }
  #sp-top1 {
    padding-right: 10px;
  }
  #sp-top-bar #sp-logo {
    padding-right: 1px;
    padding-left: 3px;
  }
  #sp-top-bar {
    padding-top: 15px;
    padding-bottom: 8px;
  }
  .vina-carousel-virtuemart .text-block.productdetails {
    padding: 0 12px;
  }
  .vina-carousel-virtuemart .text-block.productdetails .product-title {
    font-size: 17px;
  }
  .vina-carousel-virtuemart .text-block.productdetails .product-articul {
    font-size: 14px;
  }
  .vina-carousel-virtuemart .vm-prices-block .product-price .PricesalesPriceTt {
    font-size: 0.9em;
  }
  ul.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-spacer {
    margin-bottom: 30px;
  }
  #sp-bottom5 .sp-module .sp-module-title {
    text-align: inherit;
  }
  .phone-bot {
    text-align: inherit;
  }
  .socico-modul {
    float: initial;
  }
  .minicart #vmCartModule .cart_top .total {
    width: 90%;
  }
  .vina-carousel-virtuemart .addtocart {
    transform: scale(0.85);
    position: relative;
    left: -20px;
  }
  .vina-carousel-virtuemart .owl-item img {
    max-height: 160px;
  }
  #sp-header .row {
    padding: 0 25px !important;
  }
  .slogan h3.slogan-text {
    font-size: 42px;
  }
  .slogan .slogan-logo {
    max-width: 190px;
  }
}
@media (max-width: 768px) {
  #sp-kategories-ico .vm-categories-wall-catwrapper {
    width: 20%;
    clear: none;
  }
}
@media (max-width: 992px) {
  .actions-bottom-modules .product-container {
    padding: 10px 8px;
  }
  .actions-bottom-modules .product-container .spacer .img-block {
    min-height: 165px;
  }
  .actions-bottom-modules .product-container .spacer .prod-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .avPlayerWrapper .avPlayerContainer .avPlayerBlock {
    height: 314px;
  }
  div#sp-topvideo {
    padding-top: 178px;
  }
  .itemid-101 .body-innerwrapper {
    background-size: 150% !important;
    background-position: top center;
  }
}
@media screen and (max-width: 778px) {
  div#sp-menu {
    width: 100%;
    min-width: 100%;
  }
  div#sp-menu .sp-column .custom.top-kontakts-modul {
    padding-top: 0;
  }
  #sp-header .logo img {
    padding-top: 0px !important;
    max-width: 108px !important;
  }
  header#sp-header {
    height: 182px;
  }
  header#sp-header.menu-fixed,
  header#sp-header {
    height: 182px;
  }
  body .scrollup {
    right: auto;
    left: 14px;
  }
  div#sp-bottom1,
  div#sp-bottom2,
  div#sp-bottom3,
  div#sp-bottom5 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  div#sp-menu {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.63);
  }
  .contacts-top ul {
    flex-direction: column;
  }
  .contacts-top ul li {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    font-size: 1.3em;
    line-height: 1.2;
    text-align: right;
  }
  .contacts-top ul li a {
    display: inline-block;
  }
  .contacts-top ul div#sp-topvideo {
    padding: 0 !important;
  }
  #sp-top-bar #sp-logo {
    padding-left: 15px;
  }
  #sp-search {
    padding: 0;
    width: 12.5%;
  }
  .seach-modal-but .search-but {
    visibility: hidden;
  }
  .seach-modal-but .search-but:before {
    margin-top: 27px;
  }
  #sp-header.menu-fixed .seach-modal-but .search-but:before {
    margin-top: 11px;
  }
  #sp-kategories-ico .vm-categories-wall-catwrapper {
    width: 33%;
  }
  ul.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-spacer {
    margin-bottom: 1px;
  }
  ul.vmmanufacturer li {
    width: 33%;
  }
  #sp-bottom2 {
    padding-left: 15px;
  }
  #sp-bottom4 .sp-module .sp-module-title {
    text-align: left;
    letter-spacing: 2px;
    margin-top: 20px;
  }
  .brilliant_instajoom {
    margin: 0 10%;
  }
  #sp-bottom5 .sp-module .sp-module-title {
    margin-top: 20px;
  }
  #sp-footer .sp-copyright {
    font-size: 12px;
  }
  .row-fluid .span3 {
    width: 48.55%;
  }
  .span3.feature-item.feature-item-3 {
    margin-left: 0;
  }
  #sp-process .custom.kak-rab-modul .kak-rab-item {
    width: 33%;
    margin-bottom: 30px;
  }
  #sp-process .custom.kak-rab-modul .kak-rab-item .hex {
    width: 3em;
    height: 3em;
    font-size: 2em;
    line-height: 1;
    background-size: contain;
    padding-right: 3px;
    padding-top: 3px;
  }
  #sp-process .custom.kak-rab-modul .kak-rab-item:after {
    top: 15px;
  }
  .customour-works-modul .su-thumb-gallery {
    flex-wrap: wrap;
  }
  .customour-works-modul .su-thumb-gallery .su-thumb-gallery-container {
    width: 100%;
    margin-bottom: 10px;
  }
  .customour-works-modul .su-thumb-gallery .su-pagination {
    width: 100%;
    padding: 0;
  }
  .customour-works-modul .su-thumb-gallery .su-pagination .cbp-pagination-item {
    margin: 0;
  }
  form#chronoform-main_zayavka #form-row-name,
  form#chronoform-main_zayavka #form-row-phone,
  form#chronoform-main_zayavka #form-row-email,
  form#chronoform-main_zayavka #form-row-priezd_id,
  form#chronoform-main_zayavka #form-row-otezd_id,
  form#chronoform-main_zayavka #form-row-dopinfo_id {
    width: 90%;
    padding: 0 10px;
  }
  .gbs3 .gcore-subinput-container {
    float: none !important;
    margin-bottom: 10px;
  }
  form#chronoform-main_zayavka .otpravit-but {
    font-size: 1.8em !important;
    line-height: 46px !important;
    margin: 0 auto;
    display: block;
  }
  .g-recaptcha {
    transform: scale(1);
    transform-origin: inherit;
  }
  div[id^="form-row-multi"] {
    flex-direction: column;
  }
  .fst_comment_left {
    float: none !important;
  }
  div.fst_comment_comment {
    padding-left: 20px !important;
    border-left: 3px solid #f6a623;
  }
  .menu-kontakty .contacts-row .contacts-col p {
    font-size: 1.4em;
    text-align: center;
  }
  #sp-preimus .feature-item .sp-feature > a:last-child {
    max-width: 99%;
  }
  #sp-process .custom.kak-rab-modul .kak-rab-item .kak-rab-txt {
    font-size: 1em;
    padding: 10px 0 0;
  }
  .price-my .PricesalesPriceTt.vm-display.vm-price-value {
    font-size: 120%;
  }
  .vm-product-details-container.col-sm-6 {
    width: 100%;
  }
  div#sp-menu .sp-column .custom.top-kontakts-modul {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  div#sp-menu .sp-column .custom.contacts-top {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  div#sp-menu .sp-column .custom.top-kontakts-modul p.dostavka {
    font-size: 20px;
  }
  li.phones {
    font-size: 22px !important;
    margin-bottom: 2px !important;
  }
  div#sp-topvideo {
    padding-top: 17px;
  }
  .avPlayerWrapper .avPlayerContainer .avPlayerBlock {
    height: 300px !important;
    max-width: 380px !important;
    max-height: 300px !important;
    margin: 0 auto;
  }
  a.yButton.top.right {
    transform: scale(.7);
  }
  #sp-header.menu-fixed {
    position: static !important;
  }
  .slogan h3.slogan-text {
    font-size: 32px;
  }
  .slogan .slogan-logo {
    max-width: 145px;
  }
  div#sp-position1 .su-row.su-clmms-yes >div {
    max-width: 100%;
    width: 280px;
    float: none;
    margin: 0 auto;
  }
  div#sp-position1 .su-row.su-clmms-yes {
    padding-bottom: 70px;
  }
  div#sp-position1 .custom.obrat_zv_mod {
    position: absolute;
    bottom: -16px;
    right: 0;
    left: 0;
    width: 100%;
  }
  .articles-buttons-holder .articles-button a {
    white-space: nowrap;
  }
  .art-block.otzivi p {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  div#sp-menu .sp-column .custom.top-kontakts-modul {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 8px;
    margin-bottom: 8px;
  }
  div#sp-menu .sp-column .custom.contacts-top {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    text-align: left;
  }
  div#sp-menu .sp-column .custom.contacts-top ul li {
    text-align: left !important;
  }
  div#sp-menu .sp-column .custom.contacts-top .zv-but {
    text-align: left !important;
  }
  div#sp-menu .sp-column .sp-megamenu-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .itemid-101 .body-innerwrapper {
    background-image: url(../images/alex-bg-1.jpg) !important;
    background-size: 110% !important;
  }
  section#sp-main-video .row {
    padding: 10px;
  }
  .avPlayerWrapper .avPlayerContainer .avPlayerBlock {
    max-width: 300px !important;
  }
  .art-block img {
    float: none !important;
    margin: 0 auto 15px;
  }
  div#sp-bottom1,
  div#sp-bottom2,
  div#sp-bottom3,
  div#sp-bottom5 {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto 20px;
  }
  header#sp-header.menu-fixed,
  header#sp-header {
    height: auto;
  }
  .articles-buttons-holder {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .articles-buttons-holder .articles-button {
    margin-bottom: 20px;
  }
  article.item.item-page h2 {
    line-height: 1;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 424px) {
  ul.social-icons:after {
    padding-top: 0;
    padding-left: 0;
    line-height: 1;
    text-align: left;
  }
  #offcanvas-toggler {
    font-size: 24px;
  }
  .seach-modal-but .search-but {
    font-size: 11px;
  }
  #sp-header.menu-fixed .seach-modal-but .search-but:before {
    margin-right: 9px;
  }
  .menu-icon-cont .menu-icon3 {
    width: 0.5em;
  }
  ul.social-icons {
    margin-bottom: 10px;
  }
  .tp-caption {
    transform-origin: right;
  }
  .left-origin {
    transform-origin: left;
  }
  .tp-caption {
    transform: scale(1.8) !important;
  }
  .to-top {
    top: 15% !important;
  }
  .to-bot {
    top: inherit !important;
    bottom: 15% !important;
  }
  .itemid-101 .body-innerwrapper {
    background-image: url(../images/alex-bg-1.jpg) !important;
    background-size: 117% !important;
    background-position: top center;
  }
  .slogan {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .slogan h3.slogan-text {
    text-align: center;
    padding: 0 10px;
  }
  .slogan .slogan-logo {
    max-width: 100%;
    margin: 13px auto 0;
  }
  .slogan-logo img {
    max-width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px) {
  #sp-preimus .feature-item h3 {
    font-size: 1.2em;
  }
  .custom.logo_mod {
    font-size: 88%;
  }
  #sp-top-bar #sp-logo {
    padding-left: 8px;
  }
  #sp-top1 {
    padding-right: 7px;
    padding-left: 5px;
  }
  .contacts-top ul li {
    font-size: 1.2em;
    line-height: 1;
  }
  #sp-top2 {
    padding-left: 8px;
    padding-right: 4px;
    margin-top: 10px;
  }
  #sp-top3 {
    margin-top: 10px;
    padding-right: 9px;
    padding-left: 5px;
  }
  #sp-katalog {
    padding-left: 2px;
  }
  #sp-katalog .menu-icon-cont:before {
    font-size: 16px;
  }
  #sp-cart {
    padding-left: 5px;
    padding-right: 5px;
  }
  #sp-kategories-ico .vm-categories-wall-catwrapper {
    width: 50%;
    clear: none;
  }
  .minicart #vmCartModule .cart_top .total {
    display: none;
  }
  .vm-categories-wall-spacer.center {
    padding-top: 1px !important;
  }
  ul.social-icons:after {
    display: none;
  }
  .brilliant_instajoom {
    margin: 0;
  }
  #sp-bottom2,
  #sp-bottom3 {
    width: 100%;
    padding-left: 20px;
  }
  #sp-bottom .sp-module .sp-module-title {
    margin-top: 20px;
  }
  #sp-bottom .sp-module ul >li a {
    font-size: 130%;
  }
  .minicart #vmCartModule {
    float: right;
    margin-right: 50px;
  }
  .minicart #vmCartModule svg {
    margin: 6px auto 0;
  }
  .vina-carousel-virtuemart .addtocart {
    transform: scale(1);
    left: 0;
  }
  .itemid-101 .body-innerwrapper {
    background-image: url(../images/alex-bg-1.jpg) !important;
    background-size: 130% !important;
    background-position: top center;
  }
  div#sp-menu .sp-column .custom.top-kontakts-modul p.dostavka {
    font-size: 17px;
  }
  div#sp-menu .sp-column .custom.top-kontakts-modul p.adres {
    font-size: 12px;
  }
}
