/*
@import url('https://fonts.googleapis.com/css?family=Asap:400,700');
*/

/* asap-regular - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/asap/asap-v24-latin-regular.svg#Asap') format('svg'); /* Legacy iOS */
}
/* asap-700 - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700.svg#Asap') format('svg'); /* Legacy iOS */
}
/* asap-italic - latin */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 400;
  src: url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-italic.svg#Asap') format('svg'); /* Legacy iOS */
}
/* asap-700italic - latin */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 700;
  src: url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://manager.gartenbund-pro.de/static/fonts/asap/asap-v24-latin-700italic.svg#Asap') format('svg'); /* Legacy iOS */
}

html, body {
    width:100%;
    height:100%;
    display: table !important;
    background: #0f3754;
}

html{
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    line-height: 1.333rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    min-width: 320px;
    font-family: inherit;
    color: #000;
    background: #0f3754;
}

body.login{
  background-image: url(https://www.gartenbund.de/images/sitemaster/manager/icon-windrad-5p.png);
  background-attachment: fixed;
  background-size: 100px;
  background-position: center;
}

button{
    background-color: transparent;
}

form {
  max-width: 1000px;
}

/** 
    HEADER
*/

header.navbar{
    background: #0f3754;
    height: 50px;
    padding: 0;
}
header.navbar .container, header.navbar .container-fluid{
    justify-content: unset;
}

header.navbar .logo{
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 0.8125rem !important;
    padding: 0;
    margin: 0;
}
header.navbar .logo:hover{
    text-decoration: none;
}

header.navbar .logo i{
    background: #fff;
    color: #0f3754;
    font-size: 22px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 6px 0px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

header.navbar .logo span{
    display: block;
    /*
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: 44px;
    margin-left: 0px;
    width: 160px;
    */
    width: auto;
}

.login-header{
  font-size: 0.8125rem !important;
}

.nav-switch{
    cursor: pointer;
    border: 0;
    color: #fff;
    background: none;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
}

/**
    NAVIGATION
*/

.topics-menu{
    height:auto;
    background:#13476d;
    border-bottom: 10px solid #2e5095;
    box-shadow: inset 0px -5px 5px rgba(0,0,0,0.1);
}

.topics-menu .row .menu{
    color: #fff;
    text-align: center;
    font-size: 1rem;
    height: 100px;
    min-width:120px;
    transition: background-color, text-shadow 0.2s;
    text-decoration:none;
    border-right: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    
}

.topics-menu .row .menu.uebersicht:hover,
.topics-menu .row .menu.uebersicht.active{
    background: #2e5095;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.topics-menu .row .menu.landesverband:hover,
.topics-menu .row .menu.landesverband.active{
    background: #006f7b;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.topics-menu .row .menu.verband:hover,
.topics-menu .row .menu.verband.active,
.topics-menu .row .menu.verbaende:hover,
.topics-menu .row .menu.verbaende.active{
    background: #077c9e;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.topics-menu .row .menu.verein:hover,
.topics-menu .row .menu.verein.active,
.topics-menu .row .menu.vereine:hover,
.topics-menu .row .menu.vereine.active{
    background: #428c5b;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.topics-menu .row .menu.parzellen:hover,
.topics-menu .row .menu.parzellen.active{
    background: #796459;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.topics-menu .row .menu.personen:hover,
.topics-menu .row .menu.personen.active{
    background: #933e74;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}


.topics-menu .row .menu.finanzen:hover,
.topics-menu .row .menu.finanzen.active{
    background: #435665;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.topics-border-uebersicht{
    border-bottom: 10px solid #2e5095;
}
.topics-border-verband,
.topics-border-verbaende{
    border-bottom: 10px solid #077c9e;
}
.topics-border-verein,
.topics-border-vereine{
    border-bottom: 10px solid #428c5b;
}
.topics-border-parzellen{
    border-bottom: 10px solid #796459;
}
.topics-border-personen{
    border-bottom: 10px solid #933e74;
}
.topics-border-finanzen{
    border-bottom: 10px solid #435665;
}

.topics-menu .row .menu.active{
    border-bottom: 1px solid rgba(0,0,0,0);
}

.topics-menu .row .menu i{
    display: block;
    font-size: 1.5rem;
    margin-bottom: 3px;
    line-height: 1;
    margin-top: 27px;
    transition: margin-top 0.3s;
}

.topics-menu .row .menu:hover i,
.topics-menu .row .menu.active i{
    margin-top: 25px;
}

.subnav{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #717e86;
    margin-top:100px;
    display:none;
    padding:0;
    max-width: 400px;
}
.subnav ul{
    list-style: none;
    padding: 0;
    margin: 15px;
}
.subnav .main{
    margin-bottom: 5px;
}
.subnav .main .text{
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    background: rgba(255,255,255,0.2);
}
.subnav .main a:hover{
    text-decoration: none;
}
.subnav .main a:hover > .text{
    background: rgba(255,255,255,0.3);
}

.subnav ul .main ul {
    padding: 15px;
    margin: 0;
}
.subnav ul .main ul .sub a {
    padding:10px;
    color: #fff;
    display:block;
    transition: all 0.2s;
    text-decoration: none;
}
.subnav ul .main ul .sub a:hover{
    background:rgba(255,255,255,0.2);
}
.subnav-show{
    display:block !important;
}

/**
  NAVTABS
*/
.nav-tabs{
  margin: 10px -15px 30px -15px;
  border: 0;
}

.nav-tabs li a[data-toggle="tab"],
.nav-tabs li a.button {
  padding: 10px 20px;
  border: 1px solid rgba(99, 113, 122, 0.5);
  border-radius: 3px 3px 0 0;
  border-radius: 3px;
  margin-right: 15px;
  color: #62717a;
}
.nav-tabs li a[data-toggle="tab"].active,
.nav-tabs li a.button.active {
  background: #555;
  color:#fff;
}
.nav-tabs.landesverband li a[data-toggle="tab"].active,
.nav-tabs.landesverband li a.button.active {
  background: #006f7b;
  border-color: #006f7b;
}
.nav-tabs.verband li a[data-toggle="tab"].active,
.nav-tabs.verband li a.button.active,
.nav-tabs.verbaende li a[data-toggle="tab"].active,
.nav-tabs.verbaende li a.button.active {
  background: #077c9e;
  border-color: #077c9e;
}
.nav-tabs.verein li a[data-toggle="tab"].active,
.nav-tabs.verein li a.button.active,
.nav-tabs.vereine li a[data-toggle="tab"].active,
.nav-tabs.vereine li a.button.active {
  background: #428c5b;
  border-color: #428c5b;
}
.nav-tabs.parzellen li a[data-toggle="tab"].active {
  background: #796459;
  border-color: #796459;
}
.nav-tabs.personen li a[data-toggle="tab"].active,
.nav-tabs.personen li a.button.active {
  background: #933e74;
  border-color: #933e74;
}
.nav-tabs.finanzen li a[data-toggle="tab"].active,
.nav-tabs.finanzen li a.button.active {
  background: #3a617d;
  border-color: #3a617d;
}

.nav-tabs li a[data-toggle="tab"].active.online-bewerber-loeschen,
.nav-tabs li a.button.active.online-bewerber-loeschen{
  background: #555;
  color:#fff;
}

/**
    HEADER IMAGE & TEXT
*/
.header-image img{
    display: block;
    margin: 0 auto;
}

/**
    VERSION
*/
.version{
    font-size: 0.875rem;
    color: rgba(0,0,0,0.5);
    margin-bottom: 30px;
}


/**
    CONTENT
*/

.main{
    height: calc(100% - 160px);
    background: #f0f1f2;
    /*background: #ffffff;*/
    position: relative;
}

.main .nav-left{
    background: #62717a;
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    padding-left:0;
    padding-right:0;
    margin-left:0;
    transition: margin-left 0.5s;
}

.main .nav-left ul{
    list-style: none;
    padding:0;
}

.main .nav-left li{
  opacity: 1.0;
  transition: opacity 0.5s;
}

.main .nav-left ul li a{
    display: block;
    color: #fff;
    padding: 15px 30px;
    line-height: 1.5;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position:relative;
    transition: all 0.2s;
}

.main .nav-left ul li a:hover{
    text-decoration:none;
    background: rgba(0,0,0,0.1);
}

.main .nav-left ul li a:hover::after,
.main .nav-left ul li a.active::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid rgba(240, 241, 242,1);
    position: absolute;
    top: 50%;
    left: auto;
    right: 0px;
    margin-top: -7px;
    z-index: 1;
}
.main .nav-left ul li a:hover::after{
    opacity: 0.5;
}
.main .nav-left ul li a.active::after{
    border-right: 7px solid #f0f1f2;
    opacity: 1;
}

.main .nav-left ul li a.active{
    background: rgba(0,0,0,0.1);
}

.main .nav-left ul li ul li a{
    padding-left: 50px;
}

.main .nav-left ul li ul li ul li a{
    padding: 10px 30px;
    padding-left: 65px;
}

.main .nav-left ul li ul li ul li ul li a {
    padding-left: 80px;
}

.main .nav-left ul li ul li ul li ul li ul li a {
    padding-left: 95px;
}

.main .nav-left ul li ul li ul li ul li ul li ul li a {
  padding-left: 110px;
}

.main .nav-left ul li ul{
    background: rgba(0,0,0,0.2);
}

.main .nav-left ul li ul li ul{
    background: rgba(0,0,0,0);
}

.main .content {
    width: calc(100% - 260px);
    box-shadow: -5px 1px 5px rgba(0,0,0,0.2);
    min-height: 840px;
}

.breadcrumbs-box{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin: 0;
  padding-bottom: 10px;
  min-height: 77px;
}
.breadcrumbs{
    margin-top: 25px;
    /*font-size:1.125rem;*/ 
    font-size: 0.85rem;
    line-height: 1.7rem;
}
.breadcrumbs span{
    opacity: 1.0;
    padding-left:0px;
    transition: all 1s;
}
.breadcrumbs i{
    /*font-size: 1rem;*/ 
    color: rgba(0,0,0,0.5);
    margin: 0 5px;
    opacity: 1.0;
    padding-left:0px;
    transition: all 1s;
}


.listing-header{
    /*
    background: rgba(99, 113, 122, 1);
    background: rgb(91, 105, 113);
    */
    background: #62717a;
    box-shadow: 0 2px 0px rgba(99, 113, 122, 0.5);
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 700;
}

/*
.listing-header.verband{
  background: #077c9e;
  box-shadow: 0 2px 0px rgba(7, 124, 158, 0.5);
}

.listing-header.personen{
    background: #933e74;
    box-shadow: 0 2px 0px rgba(147, 62, 116, 0.5);
}

.listing-header.verein,
.listing-header.vereine{
    background: #428c5b;
    box-shadow: 0 2px 0px rgba(66, 140, 91, 0.5);
}

.listing-header.parzellen{
    background: #796459;
    box-shadow: 0 2px 0px rgba(121, 100, 89, 0.5);
}

.listing-header.finanzen{
  background: #435665;
  box-shadow: 0 2px 0px rgba(67, 86, 101, 0.5);
}

.listing-header.settings{
    background: rgba(99, 113, 122, 1);
    box-shadow: 0 2px 0px rgba(99, 113, 122, 0.5);
    transition: all 0.3s;
}
.listing-header.permissions{
    background: rgba(99, 113, 122, 1);
    box-shadow: 0 2px 0px rgba(99, 113, 122, 0.5);
    transition: all 0.3s;
}
.listing-header.permissions:hover, .listing-header.permissions[aria-expanded=true] {
    background: rgba(80, 92, 100, 1);
}
.listing-header.permissions:hover > i.pfeil{
    color: #ffffff;
}

.listing-header.permissions i.pfeil{
    color: rgba(0,0,0,0.3);
    transition: all 0.5s;
}

.listing-header.permissions .dropdownMenuLink{
    color: rgba(255,255,255,0.7);
    outline: 0 !important;
}
.listing-header.permissions .dropdownMenuLink:hover{
    color: rgba(255,255,255,1);
}

.listing-header.permissions i.settings{
    color: #16181b;
}
*/


.listing-position{
    position: relative;
    background:#ffffff;
    box-shadow: inset 0px 0px 0px 1px #ffffff,0px 1px 2px 0 rgba(0,0,0,0.2);
}
.listing-position:hover{
    background:rgba(255,255,255,0.6);
}
.listing-position.manager:hover{
    box-shadow: inset 0px 0px 0px 1px #13476d, inset 4px 0px 0px 0px #13476d, 0px 1px 2px 0 rgba(0,0,0,0.2);
}
.listing-position.landesverband:hover{
    box-shadow: inset 0px 0px 0px 1px #006f7b, inset 4px 0px 0px 0px #006f7b, 0px 1px 2px 0 rgba(0,0,0,0.2);
}
.listing-position.verband:hover,
.listing-position.verbaende:hover {
    box-shadow: inset 0px 0px 0px 1px #0f7d9f, inset 4px 0px 0px 0px #0f7d9f, 0px 1px 2px 0 rgba(0,0,0,0.2);
}
.listing-position.verein:hover,
.listing-position.vereine:hover{
    box-shadow: inset 0px 0px 0px 1px #428d5c, inset 4px 0px 0px 0px #428d5c, 0px 1px 2px 0 rgba(0,0,0,0.2);
}
.listing-position.parzellen:hover{
    box-shadow: inset 0px 0px 0px 1px #796459, inset 4px 0px 0px 0px #796459, 0px 1px 2px 0 rgba(0,0,0,0.2);
}
.listing-position.personen:hover{
    box-shadow: inset 0px 0px 0px 1px #953f75, inset 4px 0px 0px 0px #953f75, 0px 1px 2px 0 rgba(0,0,0,0.2);
}
.listing-position.finanzen:hover{
    box-shadow: inset 0px 0px 0px 1px #445766, inset 4px 0px 0px 0px #445766, 0px 1px 2px 0 rgba(0,0,0,0.2);
}

/**
BEWERBER
*/
.person_in_termin{
  opacity: 0.4;
  z-index: 1;
}



/**
ACTION MENU
*/
.action-menu .dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  margin-top: 2px;
  font-size: 0.85rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #f1f2f3;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6e8;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: -5px 5px 10px rgba(99, 113, 122, 0.27);
}
.action-menu .dropdown-item:focus, .action-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #8f9ba3;
}
.action-menu [data-action-menu-type="marker-listing"] a.dropdown-item.schwarz i {
  color: #585858;
}
.action-menu [data-action-menu-type="marker-listing"] a.dropdown-item.grau i {
  color: #dddddd;
}
.action-menu [data-action-menu-type="marker-listing"] a.dropdown-item.rot i {
  color: #ffcfcf;
}
.action-menu [data-action-menu-type="marker-listing"] a.dropdown-item.gelb i {
  color: #feffcf;
}
.action-menu [data-action-menu-type="marker-listing"] a.dropdown-item.gruen i {
  color: #cfffd4;
}
.action-menu [data-action-menu-type="marker-listing"] a.dropdown-item.blau i {
  color: #cfe6ff;
}
.action-menu [data-action-menu-type="marker-listing"] a.dropdown-item.lila i {
  color: #e4cfff;
}

.felder-container .form-check{
  padding: 5px 30px;
  background: rgba(143, 143, 143, 0.1);
  border-radius: 3px;
}

.marker-bg-schwarz {
  background-color: #585858;
}
.marker-bg-grau {
  background-color: #dddddd;
}
.marker-bg-rot {
  background-color: #ffcfcf;
}
.marker-bg-gelb {
  background-color: #feffcf;
}
.marker-bg-gruen {
  background-color: #cfffd4;
}
.marker-bg-blau {
  background-color: #cfe6ff;
}
.marker-bg-lila {
  background-color: #e4cfff;
}

i.option-editor-color-schwarz {
  color: #585858;
}
i.option-editor-color-grau {
  color: #dddddd;
}
i.option-editor-color-rot {
  color: #ffcfcf;
}
i.option-editor-color-gelb {
  color: #feffcf;
}
i.option-editor-color-gruen {
  color: #cfffd4;
}
i.option-editor-color-blau {
  color: #cfe6ff;
}
i.option-editor-color-lila {
  color: #e4cfff;
}


.listing-position a.link-overlay{
    width: calc(100% - 125px);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 65px;
}

.suche .listing-position a.link-overlay{
  left: 0;
}
.suche .listing-position hr {
  margin-left: 0;
}

.aufgaben .listing-position a.link-overlay {
  width: calc(100% - 210px);
}
.termine .listing-position a.link-overlay {
  width: calc(100% - 190px);
}
.kommunikation .listing-position a.link-overlay {
  width: calc(100% - 210px);
}

.inline-header-box{
    margin: 15px -15px;
    background: rgba(99, 113, 122, 0.15);
    color: rgba(99, 113, 122, 1);
    padding: 5px 15px;
}
/*
.verband .inline-header-box {
  background: rgba(7, 124, 158, 0.1);
  color: #077c9e;
}
*/
.verein .inline-header-box,
.vereine .inline-header-box {
  /*
  background: rgba(66, 140, 91, 0.1);
  color: #428c5b;
  
  background: rgba(99, 113, 122, 0.15);
  color: rgba(99, 113, 122, 1);
  */
}
.parzellen .inline-header-box {
  /*
  background: rgba(121, 100, 89, 0.2);
  color: #615048;
  
  background: rgba(99, 113, 122, 0.15);
  color: rgba(99, 113, 122, 1);
  */
}

.personen .inline-header-box {
  /*
  background: rgba(147, 62, 116, 0.1);
  color: #933e74;
  
  background: rgba(99, 113, 122, 0.15);
  color: rgba(99, 113, 122, 1);
  */
}


.select-filter-funktionaere {
  border: 0;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  padding: 4px 10px;
}




.link-hinzufuegen{
    color: #62717a;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 6px 12px;
    margin-top: 20px;
    display: inline-block;

}
.link-hinzufuegen:hover{
    color: #62717a;
    text-decoration: none;
}
.link-hinzufuegen i{
    color: #62717a;
    margin-right: 5px;
}
.link-hinzufuegen.inaktiv {
  cursor: not-allowed;
  opacity: 0.5;
  border: 1px solid rgba(0,0,0,0.2) !important;
  background: transparent !important;
  color: #62717a !important;
}
.link-hinzufuegen.inaktiv i {
  color: #62717a !important;
}

.link-hinzufuegen.verband,
.link-hinzufuegen.verbaende{
  color: #62717a;
  text-decoration: none;
}
.link-hinzufuegen.verband i,
.link-hinzufuegen.verbaende i{
  color: #077c9e;
  margin-right: 5px;
}
.link-hinzufuegen.verband:hover,
.link-hinzufuegen.verbaende:hover{
  color: #fff;
  background: #077c9e;
  border-color: #077c9e;
}
.link-hinzufuegen.verband:hover i,
.link-hinzufuegen.verbaende:hover i{
  color: #fff;
}

.link-hinzufuegen.verein,
.link-hinzufuegen.vereine{
  color: #62717a;
  text-decoration: none;
}
.link-hinzufuegen.verein i,
.link-hinzufuegen.vereine i{
  color: #428c5b;
  margin-right: 5px;
}
.link-hinzufuegen.verein:hover,
.link-hinzufuegen.vereine:hover{
  color: #fff;
  background: #428c5b;
  border-color: #428c5b;
}
.link-hinzufuegen.verein:hover i,
.link-hinzufuegen.vereine:hover i{
  color: #fff;
}

.link-hinzufuegen.parzellen{
  color: #62717a;
  text-decoration: none;
}
.link-hinzufuegen.parzellen i{
  color: #796459;
  margin-right: 5px;
}
.link-hinzufuegen.parzellen:hover{
  color: #fff;
  background: #796459;
  border-color: #796459;
}
.link-hinzufuegen.parzellen:hover i{
  color: #fff;
}

.link-hinzufuegen.personen{
  color: #62717a;
  text-decoration: none;
}
.link-hinzufuegen.personen i{
  color: #933e74;
  margin-right: 5px;
}
.link-hinzufuegen.personen:hover{
  color: #fff;
  background: #933e74;
  border-color: #933e74;
}
.link-hinzufuegen.personen:hover i{
  color: #fff;
}


.link-no-save-zurueck{
  color: #62717a;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 6px 12px;
  margin-top: 20px;
  display: inline-block;

}
.link-no-save-zurueck:hover{
  color: #62717a;
  text-decoration: none;
}
.link-no-save-zurueck i{
  color: #62717a;
  margin-right: 5px;
}

.link-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

form{
    /*color: #31383d;*/
    color: rgba(0,0,0,0.8);
}

hr{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

/**
UEBERSICHT BOXEN
*/
.uebersicht-box .listing {
  overflow-y:scroll;
  height:190px;
  margin-top:2px;
}
.uebersicht-box ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.uebersicht-box ::-webkit-scrollbar-track{
  background: rgba(99, 113, 122, 0.2);
}
.uebersicht-box ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.uebersicht-box hr:last-child{
  display: none;
}


/**
LISTING CONTENT
*/
.listing .spalten-header{
    margin: 0 0 10px 0;
}
.listing .spalten-header a {
    color: #000;
    text-decoration: none;
}
.listing .spalten-header a i {
    color: rgba(99, 113, 122,0.5);
    display:none;
    margin-left:5px;
}
.listing .spalten-header a.active i {
    color: rgb(99, 113, 122);
    display:inline-block;
}
.listing .spalten-header a:hover i {
    display:inline-block;
}


.icon-status{
    display: inline-block;
    margin-right: 7px;
    background: rgba(99, 113, 122,0.2);
    padding: 6px;
    border-radius: 50%;
    position: relative;
}
.icon-status::after {
    content: ' ';
    background: #555;
    padding: 3px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: auto;
    margin-left: 3px;
    margin-top: 3px;
}

.icon-status.frei::after,
.icon-status.rot::after {
    background: #b30000;
}
.icon-status.belegt::after,
.icon-status.gruen::after {
    background: #428c5b;
}
.icon-status.gekuendigt::after,
.icon-status.orange::after {
    background: #e69117;
    /*
    animation: blinker .5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    -webkit-animation: blinker .5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    -moz-animation: blinker .5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    */
}

/*
@keyframes blinker { to { opacity: 0; } }
*/


.user-listing .user-photo{
    position: relative;
    width:87px;
    height:87px;
    border-radius: 50%;
}
.user-listing .user-photo i{
    font-size: 36px;
}



label {
    display: inline;
}

.dropdown a[data-toggle="dropdown"]{
    color: rgba(0,0,0,0.4);
}
.dropdown a[data-toggle="dropdown"]:hover{
    color: rgba(0,0,0,0.7);
}

.dropdown a[data-toggle="dropdown"]:focus{
    outline:0;
}

.listing-header .dropdown a[data-toggle="dropdown"]{
  color: rgba(255,255,255,0.7);
}
.listing-header .dropdown a[data-toggle="dropdown"]:hover{
  color: rgba(255,255,255,1);
}


a.firstletter {
    padding: 0;
    line-height: 30px;
    margin: 10px 10px 0 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    min-width: 30px;
    background:rgba(99, 113, 122,0.1);
    color:#58665e;
    text-decoration: none;
}
a.firstletter.all{
    padding: 0 10px;
}

a.firstletter:hover {
    background: #933e74;
    color:#fff;
    text-decoration: none;
}
a.firstletter.landesverband:hover{
  background: #006f7b;
}
a.firstletter.verband:hover,
a.firstletter.verbaende:hover {
  background: #0f7d9f;
}
a.firstletter.verein:hover,
a.firstletter.vereine:hover {
    background: #428c5b;
}
a.firstletter.parzellen:hover {
    background: #796459;
}


a.firstletter.empty{
    color: rgba(99, 113, 122,0.5);
    background:rgba(99, 113, 122,0.1);
    cursor: not-allowed;
    font-weight: normal;
}
a.firstletter.active{
    color: #fff;
    background: #933e74;
}
a.firstletter.landesverband.active{
  background: #006f7b;
}
a.firstletter.verband.active,
a.firstletter.verbaende.active{
  background: #0f7d9f;
}
a.firstletter.verein.active,
a.firstletter.vereine.active{
    background: #428c5b;
}
a.firstletter.parzellen.active{
    background: #796459;
}

/**
PAGINATION
*/
.pagination li.pagination-max-entries{
  position: absolute;
  left: 15px;
  font-weight: bold;
  color: rgba(88, 102, 110,1);
}
.pagination li.pagination-max-entries span{
  margin-right:15px;
}
.pagination form[name="pagination-max-entries"]{
  display: inline-block;
  min-width: 85px;
}
.pagination .page-link {
    background: transparent !important;
    border: 0;
    font-weight: bold;
    color: rgba(88, 102, 110,1);
}
.pagination .page-link i {
    background: transparent !important;
    border: 0;
    font-weight: 600;
    color: rgba(88, 102, 110,0.5);
}

.pagination .page-item.disabled .page-link{
    color: rgba(88, 102, 110,0.2);
}

.pagination .page-item .page-link:hover i{
    color: rgba(88, 102, 110,0.8);
}

.pagination .page-item.disabled .page-link i {
    background: transparent !important;
    border: 0;
    font-weight: 600;
    color: rgba(88, 102, 110,0.2);
}

.pagination .page-item.active .page-link {
    color: #000;
}

.pagination .page-item .page-link:hover{
    color: #000;
}
.pagination .page-item .page-link.inactive{
    color: rgba(88, 102, 110,1);
    cursor: default;
}

.pagination select{
  min-width: 70px;
  padding-left: 17px;
  border-radius: 0.25rem;
}


/**
OPTION EDITOR
*/
.option-editor{
    border: 1px solid rgba(99, 113, 122, 0.3);
    background: rgba(240, 241, 242, 0.5);
}
.option-editor .headline i{
    opacity:0.5;
}
.option-editor thead{
    background: rgba(98, 112, 122, 0.8);
    color: #fff;
}
.option-editor table{
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.option-editor table .option-container{
    transition: background-color 0.3s;
    background: rgba(255,255,255,1);
}
.option-editor table .option-container:hover{
    background: rgba(98, 112, 122, 0.1);
}

.option-editor table .option-container i{
    padding: 5px !important;
    opacity: 0.7;
}
.option-editor table .option-container i:hover{
    cursor: pointer;
    color: rgba(0,0,0,0.7);
    opacity: 1;
}
.option-editor table .option-container i.option-delete:hover{
    cursor: pointer;
    color: #dc3545;
}
.option-editor table th, .option-editor table td{
    padding:5px 10px;
}




.cursor-pointer{
    cursor:pointer;
}

h1{
    padding: 20px 0 0 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 0px;
}

h2.section{
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.button-border-grey{
    display: inline-block;
    border: 2px solid rgba(141,152,158,0.7);
    color: rgba(141,152,158,1);
    font-size: 1rem;
    line-height: 1rem;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px;
    margin: 0 0 15px 0;
}
.button-border-grey i{
    margin-right: 15px;
}
.button-border-grey:hover{
    background: rgba(141,152,158,1);
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}


.button-blue{
    display: inline-block;
    border: 2px solid #13476d;
    color: #fff;
    background: #13476d;
    font-size: 1rem;
    line-height: 1rem;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px;
    margin: 0 0 15px 0;
}
.button-blue i{
    margin-right: 15px;
}
.button-blue:hover{
    background: #0b2b42;
    border: 2px solid #0b2b42;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}


.button-red{
    display: inline-block;
    border: 2px solid #C00;
    color: #fff;
    background: #C00;
    font-size: 1rem;
    line-height: 1rem;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px;
    margin: 0 0 15px 0;
}
.button-red i{
    margin-right: 15px;
}
.button-red:hover{
    background: rgb(170, 0, 0);
    border: 2px solid rgb(170, 0, 0);
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}

.button-grey{
    display: inline-block;
    border: 2px solid #62717a;
    color: #fff;
    background: #62717a;
    font-size: 1rem;
    line-height: 1rem;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px;
    margin: 0 0 15px 0;
}
.button-grey i{
    margin-right: 15px;
}
.button-grey:hover{
    background: #62717a;
    border: 2px solid #62717a;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}

.button-manager{
    background:#13476d;
    border-color: #13476d;
}
.button-manager:hover{
    background:#114062;
    border-color: #114062;
}

.button-landesverband{
    background:#006f7b;
    border-color:#006f7b;
}
.button-landesverband:hover{
    background:#005f69;
    border-color:#005f69;
}

.button-verband,
.button-verbaende{
    background:#0f7d9f;
    border-color:#0f7d9f;
}
.button-verband:hover,
.button-verbaende:hover{
    background:#0d708f;
    border-color:#0d708f;
}

.button-verein,
.button-vereine{
    background:#428d5c;
    border-color:#428d5c;
}
.button-verein:hover,
.button-vereine:hover{
    background:#3b7f53;
    border-color:#3b7f53;
}

.button-parzellen{
    background:#796459;
    border-color:#796459;
}
.button-parzellen:hover{
    background:#796459;
    border-color:#796459;
}

.button-personen{
    background:#953f75;
    border-color:#953f75;
}
.button-personen:hover{
    background:#863969;
    border-color:#863969;
}

.button-finanzen{
    background:#445766;
    border-color:#445766;
}
.button-finanzen:hover{
    background:#3d4e5c;
    border-color:#3d4e5c;
}

.button-speichern {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: 
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.button-speichern:hover{
    background-color: #c82333;
    border-color: #bd2130;
}

.button-selektion {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: 
  color .15s ease-in-out,
  background-color .15s ease-in-out,
  border-color .15s ease-in-out,
  box-shadow .15s ease-in-out;
  color: #fff;
}

button:not(:disabled):not(.disabled){
    cursor: pointer;
}


.header-image{
    margin-top: 100px;
}
.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.flex-wrapper {
    width: 130px;
    margin: 0 auto;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-height: 100px;
    min-height: 100px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-dasharray: 1.5;
    stroke-width: 1.5;
}

.circle {
    stroke: #3c9ee5;
    fill: none;
    stroke-width: 1.5;
    animation: progress 1s ease-out forwards;
    
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.percentage {
    fill: rgb(141,152,158);
    text-anchor: middle;
    font-weight:700;
    font-size: 0.5rem;
}

/**
    FORMS
*/
.form-control{
    border-radius:0px;
    border-width:1px;
    background: #fff;;
}
.form-control:focus {
  /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 0 15px 0 rgba(0, 106, 205, 0.25);
  border-color: hsla(205, 29.87%, 26.18%, 0.3);
}
.form-group {
  margin-bottom: 0.5rem;
}

.bootstrap-select button.dropdown-toggle{
    border-radius: 0;
    background: transparent;
    border: 1px solid #ced4da;
    max-height: 200px;
    min-height: 38px;
}
.bootstrap-select button.dropdown-toggle.bs-placeholder{
    color: #495057;
}

.bootstrap-select button.dropdown-toggle .filter-option .badge {
    position: relative;
    top: 3px;
    margin: 0px 5px 5px 0;
    float: left;
    background-color: rgba(99, 113, 122,0.8);
    color:#fff;
}

.bootstrap-select .no-results{
    background: transparent !important;
    color: #495057;
    font-weight: bold;
}

.bootstrap-select ul.dropdown-menu a.dropdown-item.selected{
    background: rgba(99, 113, 122,0.8);
    color: #fff;
}

.parzelle-auswaehlen .bootstrap-select .dropdown-toggle .filter-option{
    font-weight: 700;
}

span.ag-berechnet {
  background: rgb(98, 163, 119);
  color: #fff;
  padding: 3px 6px;
  border-radius: 6px;
  transition: all 0.5s;
}

.form-login{
    display: block;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.7);
}

select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

em.text-red{
    font-size: 1.25rem;
    line-height: 1;
    margin-left: 2px;
}

.input-suchen{
    background: rgba(176, 184, 188, 0.5);
    min-width: 350px;
}
form[name="kommunikation-suchen"] .input-suchen {
  min-width: 250px;
}
.input-suchen::placeholder{
    font-style: italic;
}
.button-suchen{
    background: #b0b8bc;
    color: #ffffff;
    border: 1px solid #b0b8bc;
}
.button-suchen:hover{
    cursor: pointer;
}

.regular-checkbox {
    display: none;
    margin: 0;
}

.regular-checkbox + label {
    border: 2px solid #cacece;
    padding: 8px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    margin:2px 0 0 0;
}
.listing .regular-checkbox + label {
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.regular-checkbox + label:hover {
    background-color: rgba(202, 206, 206,0. 2);
}

.regular-checkbox:checked + label:after {
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 1px;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #62717a;
}
.listing .regular-checkbox:checked + label:after {
  color: rgba(0, 0, 0, 0.5);
}


/**
    KALENDER
*/
.pickmeup-twitter-bootstrap {
  z-index: 9999;
}

.datum-container .calendar-container{
  position: absolute;
  left: auto;
  right: 5px;
  top: 2px;
  z-index: 3;
}
.datum-container .calendar-container .show-calendar{
  background: transparent;
  border: 0;
  border-top: 1px solid transparent;
}

/**
    DROPDOWN
*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 0.85rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #f0f1f2;
    background-clip: padding-box;
    border: 1px solid rgba(88, 102, 110,0.3);
    border-radius: 0;
    box-shadow: -5px 5px 10px rgba(99, 113, 122,0.3);
}

/**
    MODALS
*/

.modal-title{
    font-size: 1.125rem;
}
.modal-content{
    border-radius: 0;
}
.modal-content .modal-header{
    border:0;
    background: #f0f0f0;
}

/**
    Tooltips
*/
.tooltip{
    font-size:12px;
    font-weight:700;
    line-height:1rem;
}
.tooltip-inner {
  color: #fff;
  background-color: #585f66;
  border-radius: 0.25rem;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before{
  border-top-color: #585f66;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before{
  border-right-color: #585f66;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before{
  border-bottom-color: #585f66;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before{
  border-left-color: #585f66;
}

/**
    Favoriten
*/
.icon-file-fav,
.icon-file-download i{
  color: #b0b8bc;
}
.icon-file-fav:hover{
  color: #62717a;
}
[data-fav="set"] i{
  color: #e0b858 !important;
}

/**
    Alerts
*/
.alert-manager-notify {
	background-color: #62717a;
	border: 0;
	border-left: 4px solid rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	color: #fff;
    padding: 15px;
    box-shadow: 5px 1px 5px rgba(0,0,0,0.2);
}
.alert-manager-notify > [data-notify="icon"] {
	height: 50px;
    margin-right: 12px;
    float: left !important;
}
.alert-manager-notify > [data-notify="title"] {
	color: #fff;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.alert-manager-notify > [data-notify="message"]{
}

.alert-manager-notify-red {
	background-color: #900;
	border: 0;
	border-left: 4px solid rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	color: #fff;
    padding: 15px;
    box-shadow: 5px 1px 5px rgba(0,0,0,0.2);
}
.alert-manager-notify-red > [data-notify="icon"] {
	height: 50px;
    margin-right: 12px;
    float: left !important;
}
.alert-manager-notify-red > [data-notify="title"] {
	color: #fff;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.alert-manager-notify-red > [data-notify="message"]{
}


/**
  FILEBROWSER
*/ 
.file-browser{
  font-size: 0.875rem;
}
.file-browser i{
  color: #b0b8bc;
}

.file-browser .listing-header{
  padding: 10px 0;
}

.file-browser .header-folders{
  border-right: 1px solid rgba(0,0,0,0);
}
.file-browser .header-files,
.file-browser .header-type,
.file-browser .header-date,
.file-browser .header-actions {
}

.file-browser .container-folders{
  margin-top: 2px;
  border-right: 1px solid #e1e4e6;
}

.file-browser .container-folders .file-element{
  border-bottom: 1px solid #e1e4e6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:20px;
}
.file-browser .container-folders .file-element:hover{
  background: #e1e4e6;
  cursor: pointer;
}
.file-browser .container-folders .file-element.active{
  background: #62717a !important;
  color: #fff !important;
}

.file-browser ul, .file-browser li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.file-browser ul li ul {
  display: none;
}

.file-browser .container-folders .listing-folders .folder-item{
  position: relative;
}

.file-browser .container-folders .listing-folders .folder-item .folder-caret {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translate(1px,-50%);
  z-index: 1;
}
.file-browser .container-folders .listing-folders .folder-item .folder-caret:hover i{
  color: #000;
}

.file-browser .container-folders .listing-folders .folder-item .dropdown-folder {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}

.file-browser .container-folders .listing-folders .folder-item .dropdown-folder a[data-toggle="dropdown"]{
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}
.file-browser .container-folders .listing-folders .folder-item .dropdown-folder:hover a[data-toggle="dropdown"]{
  background: rgba(74, 84, 92, 0.6);
  border-radius: 50%;
}
.file-browser .container-folders .listing-folders .folder-item .dropdown-folder:hover a[data-toggle="dropdown"] i{
  color: #fff;
}
.file-browser .container-folders .listing-folders .folder-item .dropdown-folder:hover i{
  color: #000;
}

.file-browser .container-files{
  margin-top: 2px;
}
.file-browser .container-files .file-element{
  padding-top: 15px;
  padding-bottom: 15px;
}
.file-browser .container-files .file-element .file-name{
}
.file-browser .container-files section:nth-child(2n) {
  background: #f6f7f7;
}

.file-browser .container-files,
.file-browser .container-type,
.file-browser .container-date,
.file-browser .container-actions {
  background: #ffffff;
}

.file-browser #dropzone:hover{
  background: rgba(99, 113, 122, 0.2);
}

.file-browser #dropzone.dropzone{
  padding-top:10px;
  padding-bottom:10px;
  border: 2px dashed rgba(0,0,0,0.1);
  text-align: center;
}
.file-browser #dropzone.dropzone.dragover{
  background: rgba(0,0,0,0.8);
  border: 2px dashed rgba(0,0,0,1.0);
}

.file-browser .file-actions a:hover i{
  color: #62717a;
}
.file-browser .file-actions a.icon-file-delete:hover i{
  color: #dc3545;
} 




/**
    HELPERS
*/
.clear{
    clear: both;
}

hr.dotted{
    border:0;
    border-top: 3px dotted #009fe3;
    margin: 0;
    margin-top:50px;
    margin-bottom:50px;
}

.text-break{
  word-break: break-word;
}
.text-break-all{
  word-break: break-all;
}

.text-uppercase{
    text-transform: uppercase;
}
.text-italic{
    font-style: italic;
}

.text-bold{
    font-weight: 700;
}

.text-xs{
    font-size: 0.75rem;
}
.text-xs-i{
    font-size: 0.75rem !important;
}
.text-sm{
    font-size: 0.875rem;
}
.text-sm-i{
    font-size: 0.875rem !important;
}
.text-normal{
    font-size: 1rem;
}
.text-normal-i{
    font-size: 1rem !important;
}
.text-lg{
    font-size: 1.25rem;
}
.text-lg-i{
    font-size: 1.25rem !important;
}

.text-line-through{
    text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-color: #c00;
}

.lh-1{
    line-height: 1;
}

.lh-1-5{
    line-height: 1.5rem;
}

.text-black{
    color:#000;
}
.text-white{
    color:#fff;
}
.text-cyan{
    color:#009fe3;
}
.text-blue{
    color:#0f3754;
}
.text-green{
    color: #428c5b;
}
.text-green-aqua{
  color:#70bcb3;
}
.text-light-green {
  color: #67e14d;
}
.text-yellow{
  color:#ffd700;
}
.text-orange{
  color:#ff8300;
}
.text-red{
    color:#C00;
}
.text-red-i{
  color:#C00 !important;
}
.text-gold{
    color: #e0b858;
}

.text-personen{
  color:#953f75;
}
.text-verein,
.text-vereine{
  color:#428d5c;
}
.text-landesverband{
  color:#006f7b;
}
.text-verband,
.text-verbaende {
  color:#0f7d9f;
}

.text-parzellen{
  color:#796459;
}


.text-grey{
    /*color:rgb(141,152,158);*/
    color: #6a757c;
}

.link-black{
    color:#000;
}
.link-black:hover{
    color: rgba(0,0,0,0.9);
}

.link-text-color{
  color: rgba(0,0,0,0.8);
}
.link-text-color:hover{
  color: rgba(0,0,0,1);
}

.link-grey{
    /*color:rgb(141,152,158);*/
    color: #6a757c;
}
.link-grey:hover{
    color:rgb(107, 117, 122);
}

.link-light-grey{
    color:rgba(141,152,158,0.5);
}
.link-light-grey:hover{
    color:rgb(107, 117, 122);
}

.link-dark-grey{
    color: rgba(0,0,0,0.4);
}
.link-dark-grey:hover{
    color: rgba(0,0,0,0.7);
}


.link-blue{
    color:#0f3754;
}
.link-blue:hover{
    color:#0b2b42;
}

.link-white{
    color:#ffffff;
}
.link-white:hover{
    color: rgba(255,255,255,0.8);
}

.link-green{
    color: #94c11f;
}
.link-green:hover{
    color: #7bac00;
}

.link-red{
  color: #C00;
}
.link-red:hover{
  color: rgb(170, 0, 0);
}

.link-decoration{
    text-decoration: underline;
}

.link-nodecoration{
    text-decoration: none;
}
.link-nohoverdecoration:hover{
    text-decoration: none;
}

.link-manager{
    color:#13476d;
}
.link-manager:hover{
    color:#114062;
}

.link-landesverband{
    color:#006f7b;
}
.link-landesverband:hover{
    color:#006f7b;
}

.link-verband,
.link-verbaende{
    color:#0f7d9f;
}
.link-verband:hover,
.link-verbaende:hover{
    color:#0d708f;
}

.link-verein,
.link-vereine{
    color:#428d5c;
}
.link-verein:hover,
.link-vereine:hover{
    color:#3b7f53;
}

.link-parzellen{
    color:#796459;
}
.link-parzellen:hover{
    color:#796459;
}

.link-personen{
    color:#953f75;
}
.link-personen:hover{
    color:#863969;
}

.link-finanzen{
    color:#445766;
}
.link-finanzen:hover{
    color:#3d4e5c;
}

.bg-white{
    background:#fff;
}

.bg-none{
  background: transparent !important;
}

.bg-grey{
    background:rgb(99, 113, 122);
}
.bg-grey-15p{
    background: rgba(99, 113, 122, 0.15);
}

.bg-grey-20p{
  background: rgba(99, 113, 122, 0.2);
}

.bg-cyan{
    background:#009fe3;
}
.bg-blue{
    background:#0f3754;
}
.bg-green{
    background: #94c11f;
}

.bg-orange{
  background: #ff4c05;
}
.bg-orange-i{
  background: #ff4c05 !important;
}

.bg-manager{
    background:#13476d;
}
.bg-landesverband{
    background:#006f7b !important;
}
.bg-verband,
.bg-verbaende {
    background:#0f7d9f;
}
.bg-verein,
.bg-vereine{
    background:#428d5c;
}
.bg-parzellen{
    background:#796459;
}
.bg-personen{
    background:#953f75;
}
.bg-finanzen{
    background:#445766;
}

.border-red{
  border-color: #dc3545;
}

.listing-markierung-rot{
  background-color: #ffcbcb;
}

.windrad-muster {
  background-image: url(https://www.gartenbund.de/images/sitemaster/manager/icon-windrad-5p.png);
  background-attachment: fixed;
  background-size: 84px;
  background-position: bottom;
}
.windrad-muster.bg-finanzen {
  background-attachment: fixed;
  background-size: 84px;
  background-position: 0 2px;
}

.einzelbelege-box {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 15px;
  padding-right: 15px;
}
.einzelbelege-box div {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(98, 113, 122, 0.2);
  border-top: 0;
}

.p-5px{
    padding:5px !important;
}
.p-10px{
    padding:10px !important;
}
.p-15px{
    padding:15px !important;
}
.p-20px{
    padding:20px !important;
}
.p-30px{
    padding:30px !important;
}
.p-50px{
    padding:50px !important;
}

.px-5px{
    padding-left:5px !important;
    padding-right:5px !important;
}
.px-10px{
    padding-left:10px !important;
    padding-right:10px !important;
}
.px-15px{
    padding-left:15px !important;
    padding-right:15px !important;
}
.px-20px{
  padding-left:20px !important;
  padding-right:20px !important;
}
.px-30px{
    padding-left:30px !important;
    padding-right:30px !important;
}
.px-50px{
    padding-left:50px !important;
    padding-right:50px !important;
}
.py-5px{
    padding-top:5px !important;
    padding-bottom:5px !important;
}
.py-10px{
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.py-15px{
    padding-top:15px !important;
    padding-bottom:15px !important;
}
.py-20px{
    padding-top:20px !important;
    padding-bottom:20px !important;
}
.py-30px{
  padding-top:30px !important;
  padding-bottom:30px !important;
}
.py-50px{
    padding-top:50px !important;
    padding-bottom:50px !important;
}

.pl-15px{
  padding-left:15px !important;
}
.pl-20px{
  padding-left:20px !important;
}
.pl-30px{
    padding-left:30px !important;
}
.pl-50px{
    padding-left:50px !important;
}
.pl-60px{
    padding-left:60px !important;
}
.pl-65px{
  padding-left:65px !important;
}
.pl-67px{
  padding-left:67px !important;
}
.pl-90px{
    padding-left:90px !important;
}
.pr-15px{
  padding-right:15px !important;
}
.pr-20px{
  padding-right:20px !important;
}
.pr-30px{
    padding-right:30px !important;
}
.pr-50px{
    padding-right:50px !important;
}
.pt-15px{
  padding-top:15px !important;
}
.pt-20px{
  padding-top:20px !important;
}
.pt-30px{
    padding-top:30px !important;
}
.pt-50px{
    padding-top:50px !important;
}
.pb-15px{
  padding-bottom:15px !important;
}
.pb-20px{
  padding-bottom:20px !important;
}
.pb-30px{
    padding-bottom:30px !important;
}
.pb-50px{
    padding-bottom:50px !important;
}

.m-5px{
  margin: 5px;
}
.m-10px{
  margin: 10px;
}
.m-15px{
  margin: 15px;
}
.m-20px{
  margin: 20px;
}
.m-30px{
  margin: 30px;
}
.m-50px{
  margin: 50px;
}
.mt-5px{
    margin-top: 5px;
}
.mt-10px{
    margin-top: 10px;
}
.mt-15px{
    margin-top: 15px;
}
.mt-20px{
    margin-top: 20px;
}
.mt-30px{
    margin-top: 30px;
}
.mt-50px{
    margin-top: 50px;
}
.mt-5px-i{
    margin-top: 5px !important;
}
.mt-10px-i{
    margin-top: 10px !important;
}
.mt-15px-i{
    margin-top: 15px !important;
}
.mt-20px-i{
    margin-top: 20px !important;
}
.mt-30px-i{
    margin-top: 30px !important;
}
.mt-50px-i{
    margin-top: 50px !important;
}

.mb-5px{
    margin-bottom: 5px;
}
.mb-10px{
    margin-bottom: 10px;
}
.mb-15px{
    margin-bottom: 15px;
}
.mb-20px{
    margin-bottom: 20px;
}
.mb-30px{
    margin-bottom: 30px;
}
.mb-50px{
    margin-bottom: 50px;
}
.mb-5px-i{
    margin-bottom: 5px !important;
}
.mb-10px-i{
    margin-bottom: 10px !important;
}
.mb-15px-i{
    margin-bottom: 15px !important;
}
.mb-20px-i{
    margin-bottom: 20px !important;
}
.mb-30px-i{
    margin-bottom: 30px !important;
}
.mb-50px-i{
    margin-bottom: 50px !important;
}

.ml-5px{
    margin-left: 5px;
}
.ml-10px{
    margin-left: 10px;
}
.ml-15px{
    margin-left: 15px;
}
.ml-30px{
    margin-left: 30px;
}
.ml-50px{
    margin-left: 50px;
}
.ml-100px{
  margin-left: 100px;
}
.ml--5px{
  margin-left: -5px;
}
.ml--10px{
  margin-left: -10px;
}
.ml--15px{
  margin-left: -15px;
}
.ml--30px{
  margin-left: -30px;
}
.ml--50px{
  margin-left: -50px;
}
.ml--100px{
margin-left: -100px;
}
.ml-5px-i{
    margin-left: 5px !important;
}
.ml-10px-i{
    margin-left: 10px !important;
}
.ml-15px-i{
    margin-left: 15px !important;
}
.ml-30px-i{
    margin-left: 30px !important;
}
.ml-50px-i{
    margin-left: 50px !important;
}
.ml-100px-i{
  margin-left: 100px !important;
}

.mr-5px{
    margin-right: 5px;
}
.mr-10px{
    margin-right: 10px;
}
.mr-15px{
    margin-right: 15px;
}
.mr-30px{
    margin-right: 30px;
}
.mr-50px{
    margin-right: 50px;
}
.mr-5px-i{
    margin-right: 5px !important;
}
.mr-10px-i{
    margin-right: 10px !important;
}
.mr-15px-i{
    margin-right: 15px !important;
}
.mr-30px-i{
    margin-right: 30px !important;
}
.mr-50px-i{
    margin-right: 50px !important;
}

.br-2px{
    border-radius: 2px;
}
.br-3px{
  border-radius: 3px;
}
.br-5px{
  border-radius: 5px;
}

.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}

.box-shadow{
    box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.2);
}


.left-0{
    left:0;
    right:auto;
}
.right-0{
    left:auto;
    right:0;
}

.jc-normal{
    justify-content: unset !important;
}

.unselectable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-15px{
  width: 15px;
}

.w-30px{
  width: 30px;
}

.w-50px{
  width: 50px;
}

.w-90p{
  width: 90%;
}

.mw-90p{
  max-width: 90%;
}
.mw-300px{
  max-width: 300px;
}

.min-width-115px{
  min-width: 115px;
}

.translateY--1px{
  transform: translateY(-1px);
}

.loading-dots:before {
  animation: loading_dots 0.5s linear infinite;
  content: '';
}
@keyframes loading_dots {
  0%, 20% {
      content: '.';
  }
  40% {
      content: '..';
  }
  60% {
      content: '...';
  }
  90%, 100% {
      content: '';
  }
}


/**
    Animate CSS
*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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 heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  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(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 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;
}

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
