
@font-face {
    font-family: 'PF DinText Pro';
    src: url('css/fonts/PFDinTextPro-Bold.eot');
    src: url('css/fonts/PFDinTextPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/PFDinTextPro-Bold.woff2') format('woff2'),
        url('css/fonts/PFDinTextPro-Bold.woff') format('woff'),
        url('css/fonts/PFDinTextPro-Bold.ttf') format('truetype'),
        url('css/fonts/PFDinTextPro-Bold.svg#PFDinTextPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinText Pro';
    src: url('css/fonts/PFDinTextPro-Regular.eot');
    src: url('css/fonts/PFDinTextPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/PFDinTextPro-Regular.woff2') format('woff2'),
        url('css/fonts/PFDinTextPro-Regular.woff') format('woff'),
        url('css/fonts/PFDinTextPro-Regular.ttf') format('truetype'),
        url('css/fonts/PFDinTextPro-Regular.svg#PFDinTextPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinText Pro';
    src: url('css/fonts/PFDinTextPro-Light.eot');
    src: url('css/fonts/PFDinTextPro-Light.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/PFDinTextPro-Light.woff2') format('woff2'),
        url('css/fonts/PFDinTextPro-Light.woff') format('woff'),
        url('css/fonts/PFDinTextPro-Light.ttf') format('truetype'),
        url('css/fonts/PFDinTextPro-Light.svg#PFDinTextPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
  font-family: 'bemobile-icons';
  src: url('css/icons//font/bemobile-icons.eot?76939725');
  src: url('css/icons//font/bemobile-icons.eot?76939725#iefix') format('embedded-opentype'),
       url('css/icons//font/bemobile-icons.woff2?76939725') format('woff2'),
       url('css/icons//font/bemobile-icons.woff?76939725') format('woff'),
       url('css/icons//font/bemobile-icons.ttf?76939725') format('truetype'),
       url('css/icons//font/bemobile-icons.svg?76939725#bemobile-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bemobile-icons';
    src: url('../font/bemobile-icons.svg?76939725#bemobile-icons') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "bemobile-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open-big:before { content: '\e800'; } /* '' */
.icon-left-open-big:before { content: '\e801'; } /* '' */
.icon-up-open-big:before { content: '\e802'; } /* '' */
.icon-right-open-big:before { content: '\e803'; } /* '' */
.icon-up-open-mini:before { content: '\e804'; } /* '' */
.icon-left-open-mini:before { content: '\e805'; } /* '' */
.icon-down-open-mini:before { content: '\e806'; } /* '' */
.icon-up-open:before { content: '\e807'; } /* '' */
.icon-right-open:before { content: '\e808'; } /* '' */
.icon-left-open:before { content: '\e809'; } /* '' */
.icon-arrow-combo:before { content: '\e80a'; } /* '' */
.icon-down-dir:before { content: '\e80b'; } /* '' */
.icon-left-dir:before { content: '\e80c'; } /* '' */
.icon-up-dir:before { content: '\e80d'; } /* '' */
.icon-right-dir:before { content: '\e80e'; } /* '' */
.icon-left-thin:before { content: '\e80f'; } /* '' */
.icon-right-thin:before { content: '\e810'; } /* '' */
.icon-up-thin:before { content: '\e811'; } /* '' */
.icon-down-thin:before { content: '\e812'; } /* '' */
.icon-down:before { content: '\e813'; } /* '' */
.icon-left:before { content: '\e814'; } /* '' */
.icon-right:before { content: '\e815'; } /* '' */
.icon-up:before { content: '\e816'; } /* '' */
.icon-left-open-2:before { content: '\e817'; } /* '' */
.icon-right-open-2:before { content: '\e818'; } /* '' */
.icon-updown-circle:before { content: '\e819'; } /* '' */
.icon-exchange:before { content: '\e81a'; } /* '' */
.icon-cursor:before { content: '\e81b'; } /* '' */
.icon-user:before { content: '\e81c'; } /* '' */
.icon-users:before { content: '\e81d'; } /* '' */
.icon-user-add:before { content: '\e81e'; } /* '' */
.icon-user-2:before { content: '\e81f'; } /* '' */
.icon-user-woman:before { content: '\e820'; } /* '' */
.icon-user-pair:before { content: '\e821'; } /* '' */
.icon-trash:before { content: '\e822'; } /* '' */
.icon-ok:before { content: '\e823'; } /* '' */
.icon-check:before { content: '\e824'; } /* '' */
.icon-ok-1:before { content: '\e825'; } /* '' */
.icon-cancel:before { content: '\e826'; } /* '' */
.icon-cancel-1:before { content: '\e827'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e828'; } /* '' */
.icon-cancel-circled:before { content: '\e829'; } /* '' */
.icon-comment-alt:before { content: '\e82a'; } /* '' */
.icon-chat:before { content: '\e82b'; } /* '' */
.icon-attention:before { content: '\e82c'; } /* '' */
.icon-heart:before { content: '\e82d'; } /* '' */
.icon-heart-empty:before { content: '\e82e'; } /* '' */
.icon-search:before { content: '\e82f'; } /* '' */
.icon-star:before { content: '\e830'; } /* '' */
.icon-cancel-circle:before { content: '\e831'; } /* '' */
.icon-plus-circle:before { content: '\e832'; } /* '' */
.icon-minus-circle:before { content: '\e833'; } /* '' */
.icon-link:before { content: '\e834'; } /* '' */
.icon-attach:before { content: '\e835'; } /* '' */
.icon-lock:before { content: '\e836'; } /* '' */
.icon-dot-3:before { content: '\e837'; } /* '' */
.icon-dot:before { content: '\e838'; } /* '' */
.icon-dot-2:before { content: '\e839'; } /* '' */
.icon-paper-plane-1:before { content: '\e83a'; } /* '' */
.icon-resize-full:before { content: '\e83b'; } /* '' */
.icon-resize-small:before { content: '\e83c'; } /* '' */
.icon-thumbs-up:before { content: '\e83d'; } /* '' */
.icon-thumbs-down:before { content: '\e83e'; } /* '' */
.icon-attention-1:before { content: '\e83f'; } /* '' */
.icon-bell:before { content: '\e840'; } /* '' */
.icon-note:before { content: '\e841'; } /* '' */
.icon-note-beamed:before { content: '\e842'; } /* '' */
.icon-picture:before { content: '\e843'; } /* '' */
.icon-cancel-2:before { content: '\e844'; } /* '' */
.icon-eye:before { content: '\e845'; } /* '' */
.icon-plus:before { content: '\e846'; } /* '' */
.icon-minus:before { content: '\e847'; } /* '' */
.icon-download-1:before { content: '\e848'; } /* '' */
.icon-upload-1:before { content: '\e849'; } /* '' */
.icon-quote:before { content: '\e84a'; } /* '' */
.icon-ok-2:before { content: '\e84b'; } /* '' */
.icon-pencil:before { content: '\e84c'; } /* '' */
.icon-pencil-1:before { content: '\e84d'; } /* '' */
.icon-pencil-2:before { content: '\e84e'; } /* '' */
.icon-attention-circled:before { content: '\e84f'; } /* '' */
.icon-terminal:before { content: '\e850'; } /* '' */
.icon-folder:before { content: '\e851'; } /* '' */
.icon-folder-close:before { content: '\e852'; } /* '' */
.icon-doc-new:before { content: '\e853'; } /* '' */
.icon-doc-new-circled:before { content: '\e854'; } /* '' */
.icon-doc:before { content: '\e855'; } /* '' */
.icon-location:before { content: '\e856'; } /* '' */
.icon-bookmark-empty:before { content: '\e857'; } /* '' */
.icon-bookmark:before { content: '\e858'; } /* '' */
.icon-eye-1:before { content: '\e859'; } /* '' */
.icon-eye-off:before { content: '\e85a'; } /* '' */
.icon-mail:before { content: '\e85b'; } /* '' */
.icon-mail-1:before { content: '\e85c'; } /* '' */
.icon-question:before { content: '\e85d'; } /* '' */
.icon-help:before { content: '\e85e'; } /* '' */
.icon-help-circled-2:before { content: '\e85f'; } /* '' */
.icon-help-circled-3:before { content: '\e860'; } /* '' */
.icon-info:before { content: '\e861'; } /* '' */
.icon-info-1:before { content: '\e862'; } /* '' */
.icon-info-circled-1:before { content: '\e863'; } /* '' */
.icon-cog:before { content: '\e864'; } /* '' */
.icon-cog-1:before { content: '\e865'; } /* '' */
.icon-wrench:before { content: '\e866'; } /* '' */
.icon-cogs:before { content: '\e867'; } /* '' */
.icon-cog-alt:before { content: '\e868'; } /* '' */
.icon-cog-2:before { content: '\e869'; } /* '' */
.icon-wrench-1:before { content: '\e86a'; } /* '' */
.icon-light-up:before { content: '\e86b'; } /* '' */
.icon-adjust:before { content: '\e86c'; } /* '' */
.icon-pin:before { content: '\e86d'; } /* '' */
.icon-basket:before { content: '\e86e'; } /* '' */
.icon-basket-1:before { content: '\e86f'; } /* '' */
.icon-basket-2:before { content: '\e870'; } /* '' */
.icon-basket-alt:before { content: '\e871'; } /* '' */
.icon-login:before { content: '\e872'; } /* '' */
.icon-logout:before { content: '\e873'; } /* '' */
.icon-logout-2:before { content: '\e874'; } /* '' */
.icon-asl:before { content: '\e875'; } /* '' */
.icon-gauge-1:before { content: '\e876'; } /* '' */
.icon-down-open:before { content: '\f004'; } /* '' */
.icon-up-open-1:before { content: '\f005'; } /* '' */
.icon-right-open-1:before { content: '\f006'; } /* '' */
.icon-left-open-1:before { content: '\f007'; } /* '' */
.icon-menu:before { content: '\f008'; } /* '' */
.icon-th-list:before { content: '\f009'; } /* '' */
.icon-th-thumb:before { content: '\f00a'; } /* '' */
.icon-th-thumb-empty:before { content: '\f00b'; } /* '' */
.icon-pause:before { content: '\f00e'; } /* '' */
.icon-play:before { content: '\f00f'; } /* '' */
.icon-to-end:before { content: '\f010'; } /* '' */
.icon-to-start:before { content: '\f011'; } /* '' */
.icon-fast-forward:before { content: '\f012'; } /* '' */
.icon-fast-backward:before { content: '\f013'; } /* '' */
.icon-globe:before { content: '\f018'; } /* '' */
.icon-globe-inv:before { content: '\f019'; } /* '' */
.icon-paper-plane:before { content: '\f01d'; } /* '' */
.icon-ccw:before { content: '\f025'; } /* '' */
.icon-hash:before { content: '\f029'; } /* '' */
.icon-login-1:before { content: '\f02c'; } /* '' */
.icon-logout-1:before { content: '\f02d'; } /* '' */
.icon-download:before { content: '\f02e'; } /* '' */
.icon-upload:before { content: '\f02f'; } /* '' */
.icon-location-1:before { content: '\f031'; } /* '' */
.icon-user-1:before { content: '\f061'; } /* '' */
.icon-user-female:before { content: '\f063'; } /* '' */
.icon-users-1:before { content: '\f064'; } /* '' */
.icon-zoom-out:before { content: '\f07f'; } /* '' */
.icon-stop:before { content: '\f080'; } /* '' */
.icon-trash-2:before { content: '\f083'; } /* '' */
.icon-info-circled:before { content: '\f085'; } /* '' */
.icon-twitter-1:before { content: '\f099'; } /* '' */
.icon-facebook-1:before { content: '\f09a'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin-1:before { content: '\f0e1'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-info-2:before { content: '\f129'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram-1:before { content: '\f16d'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-linux:before { content: '\f17c'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-toggle-off:before { content: '\f204'; } /* '' */
.icon-toggle-on:before { content: '\f205'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-envelope-open:before { content: '\f2b6'; } /* '' */
.icon-envelope-open-o:before { content: '\f2b7'; } /* '' */
.icon-facebook:before { content: '\f300'; } /* '' */
.icon-facebook-rect:before { content: '\f301'; } /* '' */
.icon-twitter:before { content: '\f302'; } /* '' */
.icon-twitter-bird:before { content: '\f303'; } /* '' */
.icon-github-text:before { content: '\f307'; } /* '' */
.icon-github:before { content: '\f308'; } /* '' */
.icon-googleplus-rect:before { content: '\f309'; } /* '' */
.icon-skype:before { content: '\f30b'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.icon-vimeo-rect:before { content: '\f30e'; } /* '' */
.icon-vimeo:before { content: '\f30f'; } /* '' */
.icon-tumblr-rect:before { content: '\f310'; } /* '' */
.icon-tumblr:before { content: '\f311'; } /* '' */
.icon-linkedin:before { content: '\f31a'; } /* '' */
.icon-linkedin-rect:before { content: '\f31b'; } /* '' */
.icon-wordpress:before { content: '\f31d'; } /* '' */
.icon-instagram:before { content: '\f31e'; } /* '' */
.icon-instagram-filled:before { content: '\f31f'; } /* '' */
.icon-win8:before { content: '\f325'; } /* '' */
.icon-amex:before { content: '\f326'; } /* '' */
.icon-visa:before { content: '\f328'; } /* '' */
.icon-mastercard:before { content: '\f329'; } /* '' */
.icon-codepen:before { content: '\f32c'; } /* '' */
.icon-instagram-2:before { content: '\f32d'; } /* '' */
.icon-calendar:before { content: '\f4c5'; } /* '' */
/**
 * Design & Developed by pompaa (http://www.pompaa.com), info@pompaa.com
 * favzeN`[CSS] ~> Reset File, Version Define
*/
* {margin: 0; padding: 0;} html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000} :focus { outline: 0; } input[type="search"] {-webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

/*
.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}
*/

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    /* margin-top: 10px */
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
        zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
    background: #869791
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-slide{
    height: 100%;
}

.owl-carousel .owl-slide{
    position: relative;
    overflow: hidden;
}

.owl-iframe{
    position: relative;
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    z-index: 3;
}
.owl-iframe iframe, .owl-iframe video{
    position: relative;
    width: 100%;
    height: 100%;
}

.owl-override{
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 19 !important;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
}

@keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } }
@-webkit-keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } }

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
    z-index: 3;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 76px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 34px;
    text-align: center;
    /*background: url(owl.video.play.png) no-repeat;*/
        padding: 0px 0 0px 7px;
    border:2px solid #333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    background:#333;
    color: #ffffff;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden!important
}

#swipebox-overlay img {
    border: none!important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    left: 25px;
    top: 25px;
    bottom: 25px;
    right: 25px;
    white-space: nowrap;
    position: absolute;
    display: none;
    /* cursor: pointer */
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    min-height: 200px;
    line-height: 1px;
    padding: 75px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}
#swipebox-slider .slide-loading { position: relative; width: 100%; height: 100%; z-index: 2;  }
#swipebox-slider .slide-loading:after{ content: ''; position: absolute; left: 50%; top: 50%; margin: -19px 0 0 -19px; border-width: 2px; border-style: solid; border-color: #820000; border-top-color: transparent;
    border-radius: 100%; -webkit-border-radius:100%; width:36px; height:36px; animation: spin .4s linear infinite; -webkit-animation: spin .4s linear infinite;
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
    position: absolute;
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    background-position: center;
    /* cursor: pointer; */
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
}

#swipebox-prev {
    background-image: url(images/swipebox/prev.png);
    left: 25px;
}

#swipebox-next {
    background-image: url(images/swipebox/next.png);
    right: 25px;
}

#swipebox-close {
    background-image: url(images/swipebox/close.png);
    top: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 9999;
}
#swipebox-close:hover{ transform: rotate(180deg); -webkit-transform: rotate(180deg); }

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
    opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}


#swipebox-overlay {
    background: rgba(255,255,255,0.9);
}

#swipebox-top-bar {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 10px 50px;
    font-family: 'DINPro';
    color: #88968f;
}

#swipebox-title:empty{ display: none; }
#swipebox-title {
    display: inherit;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    margin-bottom: 0;
    animation: fadeIn 0.75s linear 1;
    -webkit-animation: fadeIn 0.75s linear 1;
}

#swipebox-description:empty{ display: none; }
#swipebox-description {
    display: inherit;
    font-size: 13px;
    font-weight: 500;
    margin-top: 1px;
    max-width: 75%;
    margin-bottom: 0;
    opacity: 1;
    animation: fadeIn 0.75s linear 1;
    -webkit-animation: fadeIn 0.75s linear 1;
}

@media screen and (max-width: 500px){
    #swipebox-slider .slide{ padding: 75px 50px; }
    #swipebox-prev{ left: 15px; }
    #swipebox-next{ right: 15px; }
}

@media screen and (max-height: 400px){
    #swipebox-close{ top:40px; }
    #swipebox-slider .slide{ padding: 50px 50px; }
    #swipebox-description{ display: none; }
    #swipebox-top-bar{ height: 75px; }
}

@media screen and (max-height: 275px){
    #swipebox-slider .slide{ padding: 50px 50px 30px; }
    #swipebox-top-bar{ display: none !important; }
    #swipebox-slider{ bottom: 0; }
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -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 {
  from, 11.1%, to {
    -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);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-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;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    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 {
  from {
    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);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    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);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    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);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    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);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 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);
  }
}

.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);
  }

  to {
    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);
  }

  to {
    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;
  }
}

.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);
  }

  to {
    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);
  }

  to {
    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;
  }
}

.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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 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);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/**
 * Design & Developed by pompaa (http://www.pompaa.com), info@pompaa.com
 * favzeN`[CSS] ~> Constants
*/

/**
 * Basics
**/
*{ margin:0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body{ width: 100%; height: 100%; zoom:1; -webkit-zoom:1; background-color: #ffffff; }

/**
 * Define
**/
button { background: none; border:none; color: inherit; }
select{    -webkit-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
img, figure{ -webkit-user-select: none; -webkit-overflow-scrolling: touch; }
a{ text-decoration:none; height: inherit; color:inherit; outline: 0; }
section, .section{ position: relative; z-index: 3; }
ul > li > a{ display: block; }
input, select, textarea, option{ background: none; border:none; outline:0; color: inherit; }
img, figure, iframe{ position: relative; max-width: 100%; max-height: 100%; border: 0; font-size: 0; z-index: 3; }
textarea{ resize: none; }
time, small, aside{ display: block; }
span > small{ display: inline; }

[data-src].loader:not(.loaded), [data-bg].loader:not(.loaded){ opacity: 0; }
a[onclick], a[href]{ /* cursor: pointer; */ }
a:not([href]):not([onclick]){ cursor: inherit; }

/**
 * Scrollbar
**/
*::-webkit-scrollbar         { width:8px; height:8px; }
*::-webkit-scrollbar-track   { background:#f5f5f5;    }
*::-webkit-scrollbar-thumb   { background:#91dcff;    }

*::-webkit-input-placeholder { color: rgba(255,255,255,0.6); }
*:-moz-placeholder           { color: rgba(255,255,255,0.6); }
*:-ms-input-placeholder      { color: rgba(255,255,255,0.6); }
*::-ms-input-placeholder     { color: rgba(255,255,255,0.6); }

p::-webkit-scrollbar,
article::-webkit-scrollbar{ width:5px; height:5px; }

/**
 * Animate
**/
a, a:before, a:after, button, ._loader, .btn, .btn:before,.btn:after, .btn-arrow, .btn-arrow:after,  img, [data-src], [data-bg], .a, .a:after, figure:after, figure, .owl-dot, ._a-all *, .owl-nav [class*='owl-']{
    transition:all 0.35s ease-in-out; -webkit-transition:all 0.35s ease-in-out; -moz-transition:all 0.35s ease-in-out; -o-transition:all 0.35s ease-in-out;
}

/**
 * loader
**/
@keyframes spin { to {transform: rotate(360deg) translatez(0);} }
@-webkit-keyframes spin { to { -webkit-transform: rotate(360deg) translatez(0);} }

._loader { position: absolute; width: 100%; height: 100%; left: 0; top: 0; min-height: inherit; min-width: inherit;/*  background: #ffffff; */ z-index: 2;  }
._loader:before{ content: ''; position: absolute; left: 50%; top: 50%; margin: -19px 0 0 -19px; border-width: 2px; border-style: solid; border-color: #ffffff; border-top-color: transparent;
    border-radius: 100%; -webkit-border-radius:100%; width:36px; height:36px; animation: spin .4s linear infinite; -webkit-animation: spin .4s linear infinite;
}

[data-src] + ._loader/*,
[data-bg] + ._loader*/{ background-color: #efefef; }

[data-src][src].loaded + ._loader,
[data-bg][style].loaded + ._loader,
._loader._active{ opacity: 0; visibility: hidden; }

.loader-no-bg + ._loader,
._loader--no-bg{ background: none !important; }

._loader._loader-position:before{ top:unset; bottom:40px; }

.loader-sm + ._loader:before{ height: 26px; width: 26px; margin:-13px 0 0 -13px; }

/**
 * gray
**/
.gray { -webkit-filter:grayscale(100%); -o-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); filter:grayscale(100%); }
.gray-close:hover, .gray-hover:hover .gray__target{ filter:none; -webkit-filter:grayscale(0%); -o-filter:grayscale(0%); -moz-filter:grayscale(0%); -ms-filter:grayscale(0%); filter:grayscale(0%); }

/**
 * background
**/
.background{ width: 100%; height: 100%; min-height: inherit; top:0; left: 0; background-repeat: no-repeat; background-position: center; z-index: 2; }

.background.background__mask{ position: absolute; opacity: 0.25; pointer-events: none; }

.background.background__color{ background-color: #efefef; }
.background.background__cover{ background-size: cover; }
.background.background__contain{ background-size: contain; }
.background.background__fixed{ position: fixed; z-index: 0; }
.background.background__position--right{ background-position: right; }
.background.background__position--left{ background-position: left; }

/**
 * g-captcha
**/
.g-captcha{ display: inline-block; width: 304px; height: 76px; background: #f5f5f5; }

/**
 * General
**/
.d-none, .hidden{ display: none; }
.d-block{ display: none; }

.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
/*
 * Design & Developed by pompaa (http://www.pompaa.com), info@pompaa.com
**/

/*
 * Color Pallette: #ffffff
**/

/*

"primary": "#f8045a", "secondary": "#91dcff"
"primary": "#140cbd", "secondary": "#fb155c"
"primary": "#380095", "secondary": "#ff0100"
"primary": "#000000", "secondary": "#ea00ff"
"primary": "#008ac9", "secondary": "#c8ff00"
"primary": "#96be00", "secondary": "#ff0092"
"primary": "#134174", "secondary": "#fffb00"

*/

*{ cursor: none; }

/*
 * [MODULES]
 * -
 * 1. General
 * 2. Text
 * 3. Input
 * 4. Input (Checkbox)
 * 5. Alert
 * 6. Button
 * 7. Scroll Up
 * 8. Content Body
 * 9. Content Body --Header
 * 10. Lines
 * 11. Header
 * 12. Header Logo
 * 13. Header Nav
 * 14. Footer
 * 15. Footer Support Area
 * 16. Content
 * 17. Image
 * 18. Page Tools
 * 19. Box List
 * 20. Content Box List
 * 21. References (Logos)
 * 22. Form
 * 23. Map
 * 24. Custom (Override)
**/

/*
 * General
**/
html{ background-color: #008bca; }
.page{ min-width: 300px; font-family: 'PF DinText Pro'; font-size: 14px; background-color: inherit; }

*::-ms-scrollbar-thumb   { background: #c8ff00; }
*::-moz-scrollbar-thumb   { background: #c8ff00; }
*::-o-scrollbar-thumb   { background: #c8ff00; }
*::-webkit-scrollbar-thumb   { background: #c8ff00; }

.page > .background{ position: absolute; left: 0; top:0; background-position: 200px top; }

html.swipebox-html body.page,
html.swipebox-html body.main,
.page.active--overflow, .page.active,
.main.active--overflow, .main.active{ padding-right: 8px; overflow: hidden; }

.main{ display: block; min-height: 320px; margin-left: 400px; padding-bottom: 30px; color: #4d4d4f; }

.wrapper   { position: inherit; width: 100%; height: inherit; }
.container { position: relative; display: flex; flex-direction: column; width: 840px; padding: 0 20px; height: inherit;/* min-height: inherit;*/ z-index: 3; }

/*
 * Text
**/
h1, h2, h3, h4, h5, h6{ position: relative; font-weight: bold;                 }
b, strong, ._bold{ position: relative; font-weight: bold;                      }
h1   { font-size: 60px;                                                       }
h2   { font-size: 60px;                                                       }
h3   { font-size: 36px;                                                       }
h4   { font-size: 30px;                                                       }
h5   { font-size: 24px;                                                       }
h6   { font-size: 20px;                                                       }
p    { position: relative; font-size: 16px; font-weight: normal; z-index: 2;  }

/**
 * Nav Btn
**/
.nav-btn { position: relative; display: inline-block; width: 32px; height: 22px; /* cursor: pointer; */ z-index: 101; overflow: hidden; pointer-events: auto; }
.nav-btn > span { position: absolute; right:0; height: 0; border-top: 2px solid #ffffff; width: 32px; border-radius: 3px; -webkit-border-radius: 3px; opacity: 0.75; transition: all .25s cubic-bezier(.45,.05,.3,.93); }
.nav-btn > span:before{ content: ""; position: absolute; top:-2px; right: -25%; height: 2px; width: 25%; background: #c3ccc8; transition: all .4s cubic-bezier(.45,.05,.3,.93); }
.nav-btn:hover > span:before{ right: 100%; }

.nav-btn > span:nth-child(1){ top: 0px; }
.nav-btn > span:nth-child(1):before{ transition-delay: .10s; }
.nav-btn > span:nth-child(2){ top: 10px; }
.nav-btn > span:nth-child(2):before{ transition-delay: .075s; }
.nav-btn > span:nth-child(3){ top: 20px; }
.nav-btn > span:nth-child(3):before{ transition-delay: .05s; }

.active--menu .nav-btn{ -webkit-transition: transform .25s ease-in-out; transition: transform .25s ease-in-out; }
.active--menu .nav-btn > span{ border-left: 2px solid #8a9590; border-top: 0px solid; height: 30px; width: 0; opacity: 1; }
.active--menu .nav-btn > span:nth-child(1){ top: -4px; left: 15px; transform: rotate(-45deg); }
.active--menu .nav-btn > span:nth-child(2){ top: -4px; left: 15px; transform: rotate(45deg); }
.active--menu .nav-btn > span:nth-child(3){ display: none; }

.active--menu .nav-btn:hover{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }

/**
 * Input
**/
.input{ position: relative; display: block; height: 35px; font-size: 12px; }

.input + *{ margin-top: 10px; }

.input > input,
.input > textarea,
.input > select{ position: relative; width: 100%; height: 100%; padding: 5px 15px; border: 1px solid rgba(255,255,255,0.5); font-size: inherit; color: #ffffff; }

.input > input:focus,
.input > textarea:focus,
.input > select:focus{ border-color: *#c8ff00 }

/* input > input-icon */
.input.input--has-icon > input,
.input.input--has-icon > textarea { padding-right: 25px; }

.input > .input-icon{ position: absolute; display: flex; top:0; right: 7px; align-items: center; height: 100%; }
.input > .input-icon:before{ font-size: 16px; }

.input > .input-icon.input--success{ color: #02bf11; }

.input > .input-icon.input--fail{ color: #de1111; }
.input > .input-icon.input--fail:before{ content: '\e826'; }

/* input > textarea */
.input.input--textarea{ height: auto; }
.input.input--textarea > textarea{ height: 80px; padding: 15px; }

/* input > select */
.input.input--select > select{ padding-right: 30px; background-color: #008bca; }
.input.input--select:before{ content: '\e800'; position: absolute; right: 10px; height: 100%; display: flex; align-items: center; color: #ffffff; font: 14px "bemobile-icons"; z-index: 3; }

/* input > file */
.input.input--file{ display: flex; }
.input.input--file > input{ position: absolute; opacity: 0; z-index: -9999; }

.input.input--file > .input--file-btn{ position: relative; min-height: 35px; display: flex; align-items: center; justify-content: center; min-width: 150px; border:1px solid #c8ff00; margin-right: 10px; color: #c8ff00; font-size: 13px; /* cursor: pointer; */ transition: all .25s ease-in-out; }
.input.input--file > .input--file-btn:hover{ background-color: #c8ff00; color: #ffffff; }

.input.input--file > .input--file-name{ flex: 1 1 auto; line-height: 28px; border: 1px solid rgba(255,255,255,0.5); color: #ffffff; padding: 3px 15px; text-overflow: ellipsis; max-width: 100%; overflow: hidden; white-space: nowrap; }

.input._loader:before{ left: unset; right: 9px; height: 16px; width: 16px; margin: -11px 0 0 0; background: #ffffff; z-index: 2; }

/**
 * Input (Checkbox)
**/
.input-checkbox{ position: relative; display: inline-flex; height: auto; color: #ffffff; -webkit-user-select: none; user-select: none; }
.input-checkbox > input{ position: absolute; opacity: 0; z-index: -999; }

.input-checkbox .input-checkbox-ui{ display: inline-block; width: 15px; height: 15px; min-width: 15px; border:2px solid #ffffff; background-color: #ffffff; box-shadow: 0 0 0px 1px #ffffff; }
.input-checkbox .input-checkbox-ui.input-checkbox--ui-radio{ border-radius: 50%; }

.input-checkbox > input:checked + .input-checkbox-ui{ background-color: #008bca; }

.input-checkbox .input-checkbox-text{ flex:1 1 auto; position: relative; top:-2px; margin-left: 10px; font-size: 12px;  }
.input-checkbox.align-items-center .input-checkbox-text{ top: 1px; }

.input-checkbox .input-checkbox-text .input-checkbox-text-title + .input-checkbox-text-description{ margin-top: 5px; }

.input-checkbox .input-checkbox-text > a{ text-decoration: underline; }
.input-checkbox .input-checkbox-text > a:hover{ color: #231f20; }

/**
 * Alert
**/
.alert{ position: relative; display: flex; width: 100%; align-items: center; padding: 9px 15px 8px; font-size: 13px; color: #c8ff00; border:1px solid #c8ff00; }
.alert > i{ display: flex; margin-right: 10px; padding-bottom: 2px; font: 14px "bemobile-icons"; color: inherit; }

.alert + *{ margin-top: 10px; }

/**
 * Button (.btn)
**/
.btn{
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -moz-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border:1px solid rgba(255,255,255,0.5);
    min-width: 160px;
    min-height: 35px;
    padding: 11px 28px;
    color: #c8ff00;
    letter-spacing: .25px;
    overflow: hidden;
    /* cursor: pointer; */
    z-index: 2;
}

.btn:before, .btn:after{ content: ""; position: absolute; left: 0; top: 0; height: 50%; width: 0; background: #c8ff00; z-index: -1; }
.btn:after{ left: unset; right: 0; top:50%; transition-delay: 0.1s; }

.btn:not([disabled]):hover,
a:hover .btn:not([disabled]){ border-color: #c8ff00; color: #131d22; }

.btn:not([disabled]):hover:before,
.btn:not([disabled]):hover:after{ width: 100%; }


.btn i{ font-size: 16px; margin-right: 7px; }

.btn:not(.btn-primary):focus{ box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.35); }

.btn[disabled]{ cursor: no-drop; }

.btn.processing{ padding-right: 45px; }
.btn.processing:before{
    content: ''; position: absolute; right: 15px; top: 50%; margin: -10.5px 0 0 0; border-width: 2px; border-style: solid; border-color: #820000; border-top-color: transparent;
    border-radius: 100%; -webkit-border-radius:100%; width:17px; height:17px; animation: spin .4s linear infinite; -webkit-animation: spin .4s linear infinite;
}

.btn.btn--sm{ padding: 7px 22px; font-size: 11px; letter-spacing: 1px; min-height: 29px; }

/**
 * Scroll Up
**/
.scroll-up{ position: fixed; display: flex; align-items: center; justify-content: center; right: 30px; bottom: 20px; height: 50px; width: 50px; background-color: #c8ff00; font: 28px "bemobile-icons"; color: #008bca; border-radius: 50%; opacity: 0; visibility: hidden; box-shadow: 0px 0px 6px rgba(255,255,255,0.25); z-index: 7; /* cursor: pointer;  */ transition: all .25s ease-in-out; }
.scroll-up.active{ bottom: 30px; opacity: 1; visibility: visible; }

.scroll-up:hover{ background-color: #ffffff; color: #c8ff00; }
.scroll-up:before{ content: '\e807'; }

.scroll-up.footer--inWindow{ bottom: 115px; }
/**
 * Content Body
**/
.content-body{ width: 100%; color: #ffffff;  }

.content-body .content-title{ position: relative; width: 100%; margin-bottom: 53px; color: inherit; letter-spacing: 1px; transition: color .25s ease-in-out; -webkit-transition: color .25s ease-in-out; }
.content-body .content-title:before{ content: ""; position: absolute; left: -60px; bottom:-27px; width: 60px; height: 3px; background-color: #c8ff00; transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; }

.content-body h1.content-title,
.content-body h2.content-title{ max-width: 50%; letter-spacing: 2px; margin-bottom: 0; }

.content-body h1.content-title:before,
.content-body h2.content-title:before{ top: -17px; bottom: unset; }

.content-body .content-subtitle{ font-size: 18px; color: inherit; margin: 26px 0 1px 0; letter-spacing: 0.5px; }

.content-body .content-description{ margin-top: 5px; letter-spacing: 1px; color: inherit; /* color: #5c5c5c; */ }
.content-body .content-title + .content-description{ margin-top: 15px; }


.content-body .btn{ margin-top: 41px; }

/* content-body--header */
.content-body--header{ padding: 0 60px; }
.content-body--header .content-subtitle{ font-size: 24px; color: inherit; margin: 46px 0 10px 0; letter-spacing: 0.5px; }

.content-body--header + .content{  margin-top: 58px; }

/**
 * Lines
**/
.lines{ position: fixed; top: 0; left: 620px; width: 400px; min-width: 235px; height: 0; opacity: 0; border-left: 1px solid rgba(255,255,255,0.1); border-right: 1px solid rgba(255,255,255,0.15); pointer-events: none; z-index: -1; transition: all 1s ease-in-out;  }
.lines:before{ content: ""; position: absolute; top:0; left: 50%; height: 0; opacity: 0; border-right: 1px solid rgba(255,255,255,0.1); transition: all 1s ease-in-out;}

.page--ready .lines,
.page--ready .lines:before{ height: 100%; opacity: 1; }

/**
 * Header
**/
.header{ position: fixed; left: 0; top:0; min-width: 200px; margin-bottom: 30px; z-index: 15; pointer-events: none; transition: all .25s ease-in-out; }
.header > a{ pointer-events: auto }
/* Header Logo */
.header .header-logo { position: relative; display: flex; align-items: center; justify-content: center; width: 200px; height: 170px; padding: 15px 30px; pointer-events: auto; }
.header .header-logo > a{ height: auto; }

@-webkit-keyframes BG-01 {
    0%     {
        transform: rotate(-10deg);
    }
    11.11% {
        transform: rotate(10deg);

        background: #391292;
        background: -moz-linear-gradient(left, #391292 0%, #fc0e1b 100%);
        background: -webkit-linear-gradient(left, #391292 0%,#fc0e1b 100%);
        background: linear-gradient(to right, #391292 0%,#fc0e1b 100%);
    }
    22.22% {
        transform: rotate(10deg);

        background: #391292;
        background: -moz-linear-gradient(left, #391292 0%, #fc0e1b 100%);
        background: -webkit-linear-gradient(left, #391292 0%,#fc0e1b 100%);
        background: linear-gradient(to right, #391292 0%,#fc0e1b 100%);
    }
    33.33% {
        transform: rotate(-30deg);

        background: #140bbc;
        background: -moz-linear-gradient(left, #140bbc 0%, #fb155c 100%);
        background: -webkit-linear-gradient(left, #140bbc 0%,#fb155c 100%);
        background: linear-gradient(to right, #140bbc 0%,#fb155c 100%);
    }
    44.44% {
        transform: rotate(-30deg);

        background: #140bbc;
        background: -moz-linear-gradient(left, #140bbc 0%, #fb155c 100%);
        background: -webkit-linear-gradient(left, #140bbc 0%,#fb155c 100%);
        background: linear-gradient(to right, #140bbc 0%,#fb155c 100%);
    }
    55.55% {
        transform: rotate(20deg);

        background: #e70299;
        background: -moz-linear-gradient(left, #e70299 0%, #90dbff 100%);
        background: -webkit-linear-gradient(left, #e70299 0%,#90dbff 100%);
        background: linear-gradient(to right, #e70299 0%,#90dbff 100%);
    }
    66.66% {
        transform: rotate(20deg);

        background: #e70299;
        background: -moz-linear-gradient(left, #e70299 0%, #90dbff 100%);
        background: -webkit-linear-gradient(left, #e70299 0%,#90dbff 100%);
        background: linear-gradient(to right, #e70299 0%,#90dbff 100%);
    }
    77.77% {
        transform: rotate(10deg);

        background: #f8055a;
        background: -moz-linear-gradient(left, #f8055a 0%, #91dcff 100%);
        background: -webkit-linear-gradient(left, #f8055a 0%,#91dcff 100%);
        background: linear-gradient(to right, #f8055a 0%,#91dcff 100%);
    }
    88.88% {
        transform: rotate(10deg);

        background: #f8055a;
        background: -moz-linear-gradient(left, #f8055a 0%, #91dcff 100%);
        background: -webkit-linear-gradient(left, #f8055a 0%,#91dcff 100%);
        background: linear-gradient(to right, #f8055a 0%,#91dcff 100%);
    }
    100%   {
        transform: rotate(-10deg);
    }
}

@keyframes BG-01 {
  0%     {
      transform: rotate(-10deg);
  }
  11.11% {
      transform: rotate(10deg);

      background: #391292;
      background: -moz-linear-gradient(left, #391292 0%, #fc0e1b 100%);
      background: -webkit-linear-gradient(left, #391292 0%,#fc0e1b 100%);
      background: linear-gradient(to right, #391292 0%,#fc0e1b 100%);
  }
  22.22% {
      transform: rotate(10deg);

      background: #391292;
      background: -moz-linear-gradient(left, #391292 0%, #fc0e1b 100%);
      background: -webkit-linear-gradient(left, #391292 0%,#fc0e1b 100%);
      background: linear-gradient(to right, #391292 0%,#fc0e1b 100%);
  }
  33.33% {
      transform: rotate(-30deg);

      background: #140bbc;
      background: -moz-linear-gradient(left, #140bbc 0%, #fb155c 100%);
      background: -webkit-linear-gradient(left, #140bbc 0%,#fb155c 100%);
      background: linear-gradient(to right, #140bbc 0%,#fb155c 100%);
  }
  44.44% {
      transform: rotate(-30deg);

      background: #140bbc;
      background: -moz-linear-gradient(left, #140bbc 0%, #fb155c 100%);
      background: -webkit-linear-gradient(left, #140bbc 0%,#fb155c 100%);
      background: linear-gradient(to right, #140bbc 0%,#fb155c 100%);
  }
  55.55% {
      transform: rotate(20deg);

      background: #e70299;
      background: -moz-linear-gradient(left, #e70299 0%, #90dbff 100%);
      background: -webkit-linear-gradient(left, #e70299 0%,#90dbff 100%);
      background: linear-gradient(to right, #e70299 0%,#90dbff 100%);
  }
  66.66% {
      transform: rotate(20deg);

      background: #e70299;
      background: -moz-linear-gradient(left, #e70299 0%, #90dbff 100%);
      background: -webkit-linear-gradient(left, #e70299 0%,#90dbff 100%);
      background: linear-gradient(to right, #e70299 0%,#90dbff 100%);
  }
  77.77% {
      transform: rotate(10deg);

      background: #f8055a;
      background: -moz-linear-gradient(left, #f8055a 0%, #91dcff 100%);
      background: -webkit-linear-gradient(left, #f8055a 0%,#91dcff 100%);
      background: linear-gradient(to right, #f8055a 0%,#91dcff 100%);
  }
  88.88% {
      transform: rotate(10deg);

      background: #f8055a;
      background: -moz-linear-gradient(left, #f8055a 0%, #91dcff 100%);
      background: -webkit-linear-gradient(left, #f8055a 0%,#91dcff 100%);
      background: linear-gradient(to right, #f8055a 0%,#91dcff 100%);
  }
  100%   {
      transform: rotate(-10deg);
  }
}

@-webkit-keyframes BG-02 {
    0%     { transform: rotate(0);      }
    11.11% { transform: rotate(-10deg); }
    22.22% { transform: rotate(-10deg); }
    33.33% { transform: rotate(30deg);  }
    44.44% { transform: rotate(30deg);  }
    55.55% { transform: rotate(-40deg); }
    66.66% { transform: rotate(-40deg); }
    77.77% { transform: rotate(-20deg); }
    88.88% { transform: rotate(-20deg); }
    100%   { transform: rotate(0);      }
}

@keyframes BG-02 {
    0%     { transform: rotate(0);      }
    11.11% { transform: rotate(-10deg); }
    22.22% { transform: rotate(-10deg); }
    33.33% { transform: rotate(30deg);  }
    44.44% { transform: rotate(30deg);  }
    55.55% { transform: rotate(-40deg); }
    66.66% { transform: rotate(-40deg); }
    77.77% { transform: rotate(-20deg); }
    88.88% { transform: rotate(-20deg); }
    100%   { transform: rotate(0);      }
}

.header .header-logo:before{ content: ""; position: absolute; left: 40px; top:30px; width: 120px; height: 110px; transform-origin: center; transform: rotate(-10deg); -webkit-animation: BG-01 12s infinite 1s; animation: BG-01 12s infinite 1s; z-index: 1;
    background: #82027e;
    background: -moz-linear-gradient(left, #82027e 0%, #00a0c6 100%);
    background: -webkit-linear-gradient(left, #82027e 0%,#00a0c6 100%);
    background: linear-gradient(to right, #82027e 0%,#00a0c6 100%);
}
.header .header-logo:after{ content: ""; position: absolute; left: 40px; top:30px; width: 120px; height: 110px; background-color: #48489f; opacity: 0.9; transform-origin: center; -webkit-animation: BG-02 12s infinite 1s; animation: BG-02 12s infinite 1s; z-index: 2; }

.header .header-logo svg{ position: relative; height: 60px; z-index: 3; }

.header .header-logo svg > path{ transition: all .25s ease-in-out; }
.header .header-logo svg > polygon{ transition: all .25s ease-in-out;  transition-delay: .175s; }
.header .header-logo svg > rect{ transition: all .25s ease-in-out; transition-delay: .1s; }

.header .header-logo:hover > svg > path,
.header .header-logo:hover > svg > polygon,
.header .header-logo:hover svg > rect{ fill: #000000; transform: scale(0.975); }

/* Header Nav */
.header .header-nav{ position: relative; background-color: #c8ff00; padding: 35px 30px 71px 30px; pointer-events: auto; }

.header .header-nav:before{ content: ""; position: absolute; right: 17px; top:20px; bottom: 0; width: 1px; border-right: 1px solid rgba(255,255,255,0.2); }
.header .header-nav:after{ content: ""; position: absolute; display: flex; align-items: center; right: 16px; top:17px; width: 3px; height: 3px; background-color: #ffffff;  }

.header .header-nav > ul{ position: relative; padding: 30px 0; color: #131d22; z-index: 5; }
.header .header-nav > ul:after{ content: ""; position: absolute; display: flex; align-items: center; right: -14px; bottom:-18px; width: 3px; height: 3px; background-color: #ffffff;  }

.header .header-nav > ul > li{ position: relative; margin-bottom: 23px; }
.header .header-nav > ul > li:last-of-type{ margin-bottom: 0; }

.header .header-nav > ul > li:after{ content: ""; position: absolute; display: flex; align-items: center; right: -14px; top:50%; margin-top: -1.5px; width: 3px; height: 3px; background-color: #ffffff; }

.header .header-nav > ul > li > a{ display: flex; align-items: center; justify-content: flex-end; height: 47px; padding: 15px 10px 15px 0; font-size: 14px; }
.header .header-nav > ul > li > a:hover{ color: #008bca; }

.header .header-nav-hover{ content: ""; position: absolute; display: flex; align-items: center; right: 16px; top:0; margin-top:20px; width: 3px; height: 137px; background-color: #070706; z-index: 2; }
.header .header-nav-hover.active--moveIt{ background-color: #008bca; }
.header .header-nav-hover.active--animation{ transition: all .85s cubic-bezier(0.925, 0.000, 0.255, 1.000); }

/* Header Nav Btn */
.nav-btn{ position: absolute; display: none; top:20px; right: 50px; }

/**
 * Footer
**/
.footer{ position: relative; background-color: #ffffff; padding: 15px 30px; margin-top: 40px; color: #008bca; }
.footer.footer-stick{ position: fixed; bottom: 0; width: 100%; }

.page--ready .footer{ opacity: 1; visibility: visible; }

.footer-container{ display: flex; align-items: center; width: 100%; }

.footer-container > div{ min-width: 200px; display: flex; justify-content: center; text-align: center; }
.footer-container > div a{ height: auto; }
.footer-container > div > figure{ display: flex; align-items: center; justify-content: center; height: 45px; margin:10px 20px;  }
.footer-container > div > p{ flex: 1 1 100%; margin-top: 15px; }

.footer-container ._loader{ background-color: #008bca; }

.footer .footer-left{ justify-content: flex-start; }

.footer .footer-center{ flex: 1 1 auto; }

.footer .footer-right a{ opacity: 0.5; height: auto; }
.footer .footer-right a:hover{ opacity: 1; }

.footer .footer-copyright{ font-size: 11px; opacity: 0.5; }
.footer .footer-developed{ flex:1 1 auto; display: flex; align-items: center; justify-content: flex-end; }

/* footer-support-area */
.footer-support-area{ position: absolute; bottom: 70px; }
.footer-support-area > small{ font-size: 11px; font-weight: 300; margin-bottom: 7px; opacity: 0.5; }
.footer-support-area > figure{ min-height: 28px; }

/**
 * Content
**/
.content { position: relative; width: 100%; margin-top: 74px; }
.content .content-body{ padding: 0 60px; }

.content .owl-carousel .owl-nav{ position: absolute; right: -60px; top:-85px; display: flex; align-items: center; color: #ea00ff; }

.content .owl-carousel .owl-nav > *{ display: inline-block; font: 20px "bemobile-icons"; margin:0 3px; padding: 3px; cursor: none; }
.content .owl-carousel .owl-nav > *:hover{ color: #ffffff; }

.content .owl-carousel .owl-nav .owl-prev:before{ content:'\e801'; }
.content .owl-carousel .owl-nav .owl-next:before{ content:'\e803'; }

/**
 * Image
**/
.image{ margin-top: 50px; min-height: 200px; }
.image .btn{ margin-top: 50px; margin-left: 60px; }

/**
 * Video
**/
.video{ margin-top: 50px; height: 450px; min-height: 450px; }

/**
 * Page Tools
**/
.page-tools{ margin: 55px 0 70px; }

.page-tools .page-langs{ color: #ffffff; margin-top: -3px; }
.page-tools .page-langs > ul{ display: flex; flex-wrap: wrap; justify-content: flex-end; margin:0 -3px;  }
.page-tools .page-langs > ul > li{ font-size: 12px; font-weight: 300; margin:0 3px;  }
.page-tools .page-langs > ul > li > a{ }

.page-tools .page-langs > ul > li > a:hover,
.page-tools .page-langs > ul > li > a.active{ color: #c8ff00; }

.page-tools .page-social{ color: #ffffff; margin-top: 15px; }
.page-tools .page-social > ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; margin: 0 -7.5px; }
.page-tools .page-social > ul > li{ display: block; margin:0 2.5px; }
.page-tools .page-social > ul > li > a{ display: block; /* font-size: 14px;*/ font-size: 30px; padding: 0 5px; }
.page-tools .page-social > ul > li > a:hover{ color: #c8ff00; }

.page-tools + .content-body{ margin-top: 19px; }
.page-tools + .content{ margin-top: -4px; }

/**
 * Box List
**/
.box-list{ display: flex; flex-wrap: wrap; margin-top: 50px; }
.box-list .box-item{ position: relative; flex:1; max-width: 25%; height: 300px; background: #c8ff00; }
.box-list .box-item:nth-child(2n){ margin-top: 40px; }

.box-list .box-item .box-image{ position: absolute; left: 0; }
.box-list .box-item .box-image:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4); transition: all .25s ease-in-out; }
.box-list .box-item .box-over{ position: relative; display: flex; flex-direction: column; height: 100%; z-index: 4; }

.box-list .box-item .box-over.content-body{ padding: 15px 15px 11px 15px; color: #ffffff; overflow-y: auto; }
.box-list .box-item .box-over.content-body > .content-title{ font-size: 12px; margin-top: auto; margin-bottom: 14px; }
.box-list .box-item .box-over.content-body > .content-title:before{ left: -15px; bottom: -12px; }

.box-list .box-item .box-over.content-body > .content-subtitle{ font-size: 12px; margin-top: 10px; }

.box-list .box-item .box-over.content-body > .content-description{ font-size: 11px; }

.box-list .box-item:hover .box-image:before{ background: rgba(0,0,0,0.65); }
.box-list .box-item:hover .box-over.content-body > .content-title:before{ width: 100%; }

/**
 * Content Box List
**/
.content-box-list{ display: flex; flex-direction: column; flex-wrap: wrap; margin-top: 50px; }

.content-box-list .box-item{ position: relative; flex:1; display: flex; min-height: 170px; background: #ffffff; margin-bottom: 20px; }
.content-box-list .box-item:last-child{ margin-bottom: 0; }

.content-box-list .box-item ._loader:before{ border-color: #008bca; border-top-color: transparent; }

.content-box-list .box-item .box-image{ min-width: 200px; background: #f5f5f5; }

.content-box-list .box-item .content-body{ flex:1 1 auto; color: #008bca; padding: 20px; margin-top: -3px; }

.content-box-list .box-item .content-body h6.content-title{ font-size: 18px; }

.content-box-list .box-item .content-body .content-title{ margin-bottom: 0; margin-top: -2px; max-height: 21px; overflow: hidden;}
.content-box-list .box-item .content-body .content-title:before{ display: none; }

.content-box-list .box-item .content-body .content-date{ font-size: 12px; }

.content-box-list .box-item .content-body .content-description{ max-height: 48px; font-size: 13px; margin-top: 3px; overflow: hidden; }

.content-box-list .box-item .content-body .btn{ margin-top: 16px; border-color: #c8ff00; }

/**
 * References (Logos)
**/
.references{ position: relative; display: flex; margin: 120px 0 10px 0; padding: 20px 10px;  }

.references:before,
.references:after{ content: ""; position: absolute; top:0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid #c8ff00; opacity: 0.3; }

.references:after{ top:unset; bottom: 0; }


.references .references-item{ flex:1; max-width: 25%; text-align: center; }

.references .references-item a{ opacity: 0.8; }
.references .references-item a:hover{ opacity:1; }

/**
 * Form
**/
.form{ padding: 0 60px; margin-top: 40px; }

.form .input-multi{ display: flex; align-items: flex-start; margin: 10px -5px; }
.form .input-multi > .input{ width: 50%; margin-top: 0;  margin:0 5px; }

.form .form-tools{ display: flex; }
.form .form-tools .btn{ flex: 1 1 auto; margin-left: 10px; height: 76px; }

/**
 * Map
**/
.map{ height: 350px; background: rgba(255,255,255,0.75); margin-top: 40px; }

/**
 * Custom cursor
**/

.custom-cursor {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: difference;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #c8ff00;
    transition: transform 350ms ease;
    transform: translate(-50%, -50%) scale(.3);
    z-index: 9999999 !important;
}
.custom-cursor--link {
    transform: translate(-50%, -50%) scale(0.75);
}

/**
 * Custom (Override)
**/
.color-primary{ color: #008bca; }
.color-secondary{ color: #c8ff00; }

[bgColor="primary"]{ background-color: #008bca !important; color: #ffffff;  }
[bgColor="primary"] ._loader:before{ border-color: #ffffff; border-top-color: transparent; }

.link:hover{ color: #c8ff00; }
/**
 * Design & Developed by pompaa (http://www.pompaa.com), info@pompaa.com
 * favzeN` ~> Responsive CSS
*/

@media screen and (min-width: 1090px) and (max-height: 768px){
    .header{ position: absolute; }
}

@media screen and (max-width: 1400px){
    /* .scroll-up */
    .scroll-up{ display: none;  }
}

/* @media screen and (max-width:1260px) and (orientation: portrait){ */

@media screen and (max-width:1260px) {
    /* GENERAL */
    .container{ width: 100%; }

    h1   { font-size: 45px;  }
    h2   { font-size: 45px;  }
    h3   { font-size: 30px;  }
    h4   { font-size: 26px;  }
    h5   { font-size: 22px;  }
    h6   { font-size: 18px;  }
    p    { font-size: 15px;  }

    /* img */
    img[height]{ height: auto; }

    /* .main */
    .main{ margin-left: 240px; padding-right: 50px; }

    /* .footer */
    .footer{ padding: 30px 30px; }

    /*.footer-container > div > figure{ height: 30px; }*/

    /* .lines */
    .lines{ left: 30px; width: auto; right: 30px; height: 100%; }

}

@media screen and (max-width:1090px) {
    /* .page */
    .page:after{ content: ""; position: fixed; right: 0; top:0; width: 100%; height: 100%; background: rgba(0,0,0, 0.85); opacity: 0; visibility: hidden; transition: all .25s ease-in-out; z-index: 4; }
    .page.active--menu:after{ opacity: 1; visibility: visible;  }

    /* .lines */
    .lines{ left: 50px; right: 50px; }

    /* heading */
    .content-body h1.content-title, .content-body h2.content-title{ max-width: 75%; }

    /* .main */
    .main{ margin-left: 0; padding: 0 30px; }

    /* .header */
    .header{ position: relative; top:0 !important; margin-top: 20px; margin-bottom: 0; width: 100%; z-index: 19; }

    .header .header-logo{ transform: scale(0.75); }

    .header .header-nav{ position: absolute; left: -100%; width: 85%; z-index: 25; margin-top: 20px; opacity: 0; visibility: hidden; pointer-events: none; transition: all .25s ease-in-out; }
    .header .header-nav > ul > li > a{ font-size: 17px; }

    .active--menu .header .header-nav{ left: 0; opacity: 1; visibility: visible; pointer-events: auto; }

    /* page-tools */
    .page-tools{ margin-top: -90px; }

    .page-tools .page-tools-logo{ display: none; }

    /* nav-btn */
    .nav-btn{ display: block; }

    /* .footer */
    .footer{ padding: 20px 50px; }
    .footer-support-area{ position: relative; bottom: 0; margin-bottom: 15px; }

}

@media screen and (max-width:860px) {

    /* page */
    .page > .background{ background-position: 30px 280px; }

    /* .box-list */
    .box-list .box-item{ flex: 1 1 50%; max-width: 50%; }

    /* header */
    .header{ top:0 !important; }

    /* header-support-logo */
    /*  .header-support-logo{ display: none; } */

    /* footer */
    .footer-container{ flex-direction: column; }
    .footer-container > div{ width: 100%; min-width: auto; justify-content: center; text-align: center; }

    .footer .footer-left,
    .footer .footer-developed{ justify-content: center; }
}

@media screen and (max-width:768px) {
    /* .content-box-list */
    .content-box-list .box-item{ flex-direction: column; }
    .content-box-list .box-item .box-image > img{ width: 100%; }
    .content-box-list .box-item figure.box-image{ width: 100% !important; min-height: 200px; }
    .content-box-list .box-item .content-body .content-description{ max-height: initial; }

    /* .form */
    .form .input-multi{ flex-direction: column; margin-left: 0; margin-right: 0; }
    .form .input-multi > .input { width: 100%; margin:0; }
    .form .input-multi > .input + .input{ margin-top: 10px; }

    .form .form-tools{ flex-direction: column; }
    .form .form-tools > .btn{ margin-top: 10px; margin-left: 0; }

    /* Map */
    .map{ height: 250px; }

    /* footer */
    .footer-container > div > figure{ margin:5px 15px; }
}

@media screen and (max-width:575px) {

    /* GENERAL */
    h1   { font-size: 36px;  }
    h2   { font-size: 36px;  }
    h3   { font-size: 26px;  }
    h4   { font-size: 23px;  }
    h5   { font-size: 20px;  }
    h6   { font-size: 16px;  }
    p    { font-size: 14px;  }

    /* .content */
    .content > .content-body{ padding: 0 25px; }

    .content .owl-carousel .owl-nav{ position: relative; top:0; right: 0; margin: 15px 0 0 -5px; }

    /* content-body */
    .content-body .content-title:before{ width: 25px; left: -25px; }
    .box-list .box-item .box-over.content-body > .content-title:before{ width: 60px; }

    .content-body .content-subtitle{ font-size: 16px; }

    /* .content-body--header */
    .content-body--header{ padding: 0 25px; }
    .content-body--header .content-subtitle{ font-size: 18px; margin-top: 26px; }

    .content-body--header + .content{ margin-top: 38px; }

    /* .page-tools */
    .page-tools{ margin-top: -90px; }

    /* Image */
    .image .btn{ margin-left: 25px; }

    /* .form */
    .form{ padding: 0 30px; }

    .input.input--file{ flex-direction: column; height: auto; }
    .input.input--file > .input--file-btn{ margin-bottom: 10px; margin-right: 0; }

    .form .g-captcha{ transform: scale(0.75); transform-origin: left top; margin-right: -86px; margin-bottom: -18px; }

    /* Map */
    .map{ height: 190px; }
}

@media screen and (max-width:500px) {

    /* .box-list */
    .box-list .box-item{ flex: 1 1 100%; max-width: 100%; margin-bottom: 40px; margin-top: 0 !important; }
    .box-list .box-item:last-child{ margin-bottom: 0; }

    /* .content-body */
    .content > .content-body{ padding: 0 15px; }

    /* .content-body--header */
    .content-body--header{ padding: 0 15px; }

    /* .form */
    .form{ padding: 0 15px; }

    /* Image */
    .image .btn{ margin-left: 15px; }

    /* .references */
    .references { margin-top: 60px; padding: 10px 5px; flex-wrap: wrap; }
    .references .references-item{ flex: 1 1 50%; max-width: 50%; padding: 10px; }

    /* .page-langs .btn */
    .page-langs .btn{ display: none; }

    /* footer */
    .footer-container > div > figure{ margin:5px 10px; }

}

@media screen and (max-width:400px) {

    /* GENERAL */
    h1   { font-size: 30px;  }
    h2   { font-size: 30px;  }
    h3   { font-size: 23px;  }
    h4   { font-size: 21px;  }
    h5   { font-size: 18px;  }
    h6   { font-size: 15px;  }
    p    { font-size: 13px;  }

    /* .main */
    .main{ padding: 0 15px; }

    /* .lines */
    .lines{ left: 35px; right: 35px; }

    /* .nav-btn */
    .nav-btn{ right: 30px; }

    /* .footer-container */
    .footer{ padding: 10px 30px 20px; }
    .footer-container{ flex-direction: column; align-items: flex-start; }

    .footer-container > div > figure{ margin:5px 8px; }

    /* Map */
    .map{ height: 160px; }


}
.page-tools{/* margin: 0px 0 51px; */}

.content-body h1.content-title, .content-body h2.content-title{max-width: 100%;}

.content-body .content-subtitle{margin: 0px 0px 22px 0px;}
.content .image{margin-top: 0px; margin-bottom: 23px;}
.content-body .content-description{margin-bottom: 19px;}

.content{margin-top: 54px;}
.content-body .content-title{margin-bottom: 54px;}
.content-body .content-title:before{bottom: -27px;}
.content-body .btn{margin-top: 37px;}

.content-box-list{/*margin-top: 4px;*/}

.content-body--header .content-subtitle{margin: 39px 0px -10px 0px;}

.content-description li{list-style: initial;}

._none{display: none;}

.map{position: relative; overflow: hidden;}
.map div{position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}

.page-tools .page-tools-logo{ position: absolute; height: 62px; }

.content-box-list .box-item figure.box-image{ width: 270px; min-width: auto; background-size: cover; }


.nav-btn{z-index: 999; width: 32px; height: 22px;}
.header{ top:42px;  /* pointer-events: none; */}
.header.header--top{ top:0; }
.header .header-logo{}

.hot-icon{margin: 3px 6px 0px 0px;}

.header-support-logo{ position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 130px; padding: 10px 20px; text-align: center; background-color: #ffffff; z-index: 5; }
.header-support-logo > a{ height: auto; }


.page-langs .btn{ font-size: 12px; min-width: auto; min-height: auto; padding: 7px 16px; margin-right: 10px; }
.page-langs .btn:hover{ color: #ffffff !important; }
.page-tools .page-langs > ul{ align-items: center; }

.owl-nav.disabled{display: none !important;}

.footer .footer-developed{font-size: 10px;}

.footer{margin-top: 0px !important;}
.footer-note{opacity: 0.25;}
/* .footer-container > div > figure{height: 100% !important;} */

/*.footer-container > div > figure{height: 60px;}*/

@media (max-device-height:745px) and (min-device-width:1090px){
    .header{ position: absolute; }
}

.container-fit-map {position: relative; width: 1492px; height: 630px; margin-top: -25px;}
.full-fit-map {position: absolute; top:90px; left:0; width: 100%; height: 100%; z-index: 3}
.map-empty {position: relative; width: 100%; height: 617px; z-index: -13;}

.page-tools.header-page-tools {position: absolute; top: 0; right: 20px; text-align: right; z-index: 7;}

 .fc-b {color: #000000;}

.eapps-instagram-feed-title{color: #FFFFFF;}
.eapps-instagram-feed-title:before{content: '\f32d'; font-family: 'bemobile-icons'; margin-right: 10px;}

/* .eapps-instagram-feed-popup-item{cursor: none;} */
