html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 35px;
}
body a.schwarz {color: #000!important; text-decoration: underline!important;}
body a.schwarz:hover {text-decoration: none!important;}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.hero-section {
    width: 100%;
    display: flex;
    justify-content: center; /* Horizontale Zentrierung des Inhalts */
}

.hero-content {
    display: flex;
    flex-direction: column; /* Anordnung der Elemente untereinander */
    align-items: center; /* Horizontale Zentrierung der Kind-Elemente */
}

.hero-image {
    max-width: 30%; /* Stellt sicher, dass das Bild responsive ist */
    height: auto;
	margin-top: 10%;
    display: block; /* Entfernt unnötigen Leerraum unter dem Bild */
}

@media (max-width: 767px)
{
	.hero-image {
    display: none; /* Entfernt unnötigen Leerraum unter dem Bild */
}
}

.cta-button {
    margin-top: 20px; /* Abstand zum Bild */
    padding: 15px 30px;
    background-color: #fff;
    color: #230f4c;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
	letter-spacing: 0;
}
.heroklein {font-size: 21px;
letter-spacing: 0;
position: relative;}
/*Akkordeon*/

 details {
      max-width: 930px;
      margin: 0 auto 1rem auto;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      padding: 0.5rem 1rem;
    }
    summary {
      font-weight: bold;
      cursor: pointer;
      padding: 0.5rem 0;
      list-style: none;
    }
    summary::-webkit-details-marker {
      display: none;
    }
    summary::after {
      content: "▶";
      float: right;
      transition: transform 0.3s;
    }
    details[open] summary::after {
      transform: rotate(90deg);
    }
    details p {
      margin: 0.5rem 0;
    }
/**/

.aufz ul li, .aufz p {
    text-align: left!important;
    list-style-type: circle;
    list-style-position: inside;
}
hr {
    color: #fff;
    margin: 20px 0 20px 0;
    border: 1px solid #f1f1f1;
}
.hintergrund {
    background: #e50061 !important;
    padding: 30px 30px 50px 30px;
}
.hintergrund p {
    color: #fff!important;
    max-width: 990px;
    line-height: 35px;
}
.hintergrund p a {
    color: #fff!important;
}
.hintergrund .section__content {
    margin-top: 0px!important;
}
a.header__link {
    margin: 0 32px;
    font-size: 14px!important;
    letter-spacing: 3.5px;
    color: #FFF;
    text-transform: uppercase;
    transition: opacity .2s;
    line-height: 20px!important;
}
.section__body p {
    margin-bottom:20px!important;
}

.section__body a, .users a {
	color: #fff!important;
}
.section_schedule .section__body {
    padding-top: 20px;
    clear: left;
}
.leer {
    height: 1px;
}
.center {
    clear: left!important;
}
.h1 {
    
    font-size: 1.5em!important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.95;
    letter-spacing: 3px;
margin-left: 27px;
	margin-bottom: 27px;
}

   .fragen {
       padding: 100px!important;
       margin-left: 30px!important;
       margin-top: 15px;
   }
   

   .nav_left {
    background: #ca0010;
    max-width: 330px!important;
    margin-top: 60px!important;
}    


   
/*responsive*/
.design__wrap_green {
    background: #e50061;
    margin-left: 30px;
    max-width: 530px!important;
    height: 299px;
    font-size: 15px;
}
ul.list {
    margin: 20px 0 20px 15px!important;
    margin: 0 auto;
    }
    ul.list li {
               font-size: 16px!important;
               text-align: left!important;
               list-style-type: circle!important;
                          
           }
.hinweis {
    margin-top: 20px!important;
    font-size: 16px;
}
.header__btn {
display: none!important;
}

@media (max-width: 767px) {
    .header__link:hover {
	opacity: 1;
	color: #000 !important;
}
    .footer__nav .footer__link {
        padding: 0!important;
    }
    
    .header__btn {
display: block!important;
font-size: 12px!important;
position: absolute;
}
.header__link {
  margin: 0 20px;
  font-size: 19px;
  letter-spacing: 3.5px;
  color: #FFF;
  text-transform: uppercase;
  transition: opacity .2s;
  background: #ca0010 !important;
}




}
    
.none {
    display: none;
}

.impressum_links, .impressum_rechts {
    max-width:49%;
    float: left;
    display:block;
    margin-right: 5px;
    padding: 20px;
    }
.impressum_links h2, .impressum_rechts h2 {
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 15px;
    margin-top: 30px;
}

.impressum_links p, .impressum_rechts p, .datenschutz ul {
    margin-bottom: 15px;
}
.datenschutz ul li {
    list-style-type: circle;
    list-style-position: inside;
}
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 992px) { 
    
   .main {

background-repeat: no-repeat;
background-color: #e50061!important;
}


.main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg-main-5.jpg)!important;
  
  
}   

.leonhardkontakt {
    width: 70%!important;
    
} 
.leonhardkontakt div.video {
    margin-bottom: 30px!important;
}
    .leonhardkontakt img {
        max-width: 50%!important;
            }
    
    .users__wrap {
        width: 80%!important;
    }   
           .fragen {
               padding: 0!important;
               width: 100%!important;
           }
           
        
    
    
     }


/* */
@media (max-width: 1420px) { 
    
.header__link {
   font-size: 1.2vw!important;
   }
    
    
    
    
     }

/* */
@media (max-width: 1260px) { 
    
.header__link {
   font-size: 1.1vw!important;
   }
    
     a.header__link {
	margin: 0 -12px;
	font-size: 14px !important;
	letter-spacing: 1.5px;
	color: #000;
	text-transform: none;
	transition: opacity .2s;
	line-height: 20px !important;
}   
    
    
     }
     
     
@media (max-width: 1200px) { 
	

	
.header__nav {
	margin-left: 2px !important;
	margin-top: -16px !important;
}


.header__link {
   font-size: 1.1vw!important;
   }


.main__title {
   font-size: 39px!important;
   
}
    
    
    
     }
     
     
     
@media (max-width: 1100px) { 
    
.header__nav {
    margin-left: -14px!important;
    
}


.header__link {
   font-size: 1.5vw!important;
   margin-left:40px!important;
   }

    
  .main__title {
   font-size: 30px!important;
   
   
}  


 .main {
    max-height: 508px!important;

    
}
    
     }



     
    @media (max-width: 992px) {
        h1 {
            margin-top: 30px!important;
        }
        } 
     
     
     
     
      @media (max-width: 958px) {
     
     
     .mitglied .section__content__50 {
    max-width: 100%!important;
    
}

    } 
     
     
     
     
     
     
   @media (max-width: 860px) { 
    
    .leonhardkontakt {
        width: 50%!important;
    }
    .leonhardkontakt img {
        max-width: 100%!important;
    }
    .leonhardkontakt img.eins {
        display: none;
    }
    .users__wrap {
        width: 80%!important;
    }
 
    

    
   
    
    
     }
   
   
   
     
@media (max-width: 800px) { 
    
.header__nav {
    margin-left: 80px!important;
    
}


.header__link {
   font-size: 2vw!important;
   margin-left:20px!important;
   }
    
   
    
    
     }
     
/**/     
     @media (max-width: 767px) { 
    .h1 {
    
    font-size: 1.5em!important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.95;
    letter-spacing: 3px;
margin-left: 0px;
	margin-bottom: 0px;
}

.header__link {
   font-size: 1.2vw!important;
   }
    
.cannobe {
    margin: 0!important;
}
       .center_lg {
           width:200px!important;
           margin: 0px auto!important;  
       } 
       
.header__burger {
	display: block!important;
	width: 55px;
	height: 45px;
	margin-right: -7px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 0;
	background: #25124e;
	/*margin:0 auto!important;*/
	top: 17%;
	right: 10%;
	position: absolute;
}
	
     
     .center, .center_lg {
         padding: 0!important;
     }
     
     .kostenfoto {
         display: none;
     }
.mitglied .section_main .section__content {
    margin-top: 40px;
    opacity: 0.8;
    font-size: 28px;
    line-height: 1.53;
    max-width: 100%!important;
    float: left;
    padding: 0!important;
    margin: 0!important;
}

.mitglied .design__wrap_green {
    margin-left: 0!important;
    margin-top: 30px;
    width: 100%!important;
    height: auto;
    }
      
 .section_finish.mitglied  {
    padding-bottom: 0px;
    padding: 0 !important;
    margin: 0!important;
}
     
     .footer__nav  {
         border: none!important;
     } 
     
     .footer__nav .footer__link:not(:last-child) {
    border-bottom: none!important;
}

.footer .center_lg {
    width: 450px !important;
    margin: 0px auto !important;
}    
		 
		 
            
    }
 @media (max-width: 1200px) { 

.header__burger {
	display: block!important;
	width: 55px;
	height: 45px;
	margin-right: -7px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 0;
	background: #25124e;
	/*margin:0 auto!important;*/
	top: 17%;
	right: 10%;
	position: absolute;
}
    
}
 @media (max-width: 580px) { 
     .fragen {
       padding: 100px!important;
       margin-left: 0px!important;
   }
    .leonhardkontakt {
        width: 100%!important;
        float: left!important;
        
       }
       .leonhardkontakt img.zwei {
           display: none!important;
       }
    .leonhardkontakt img {
        max-width: 100%!important;
    }
    .leonhardkontakt img.eins {
        display: none;
    }
    .design__wrap {
        display: block!important;
        width: 100%!important;
        
    }
    .users__wrap {
        width: 100%!important;
        float: left!important;
        margin-bottom: 30px;
       
    }
    
  
      .leonhard .users__item {
        display: block!important;
    }
  


}  
 







    
     @media (max-width: 448px) { 
    

       
 .header__burger {
	display: block;
	position: absolute;
	/* left: 70px; */
	top: 20px;
}

            
    }

     
     
     
/**/    
    
    
    

   @media (max-width: 992px) { 
    
 
           .fragen {
               padding: 20px!important;
           width: 50%;
           }
    
    
    
     }
   
.container a {
     letter-spacing: 1px;
}
    .black {
        color: #fff;

    }
h3 {
    font-weight: normal;
}

.section__content__50 
{
  max-width: 450px;
  margin: 40px auto 0;
  
  font-size: 20px;
  line-height: 1.48;  
float: left;
margin-bottom: 30px;
}
.kostenfoto {
    max-width: 100%;
}
    
    nav a,.header__btn {
        text-decoration: none;
    }
span.durchstreichen {
    text-decoration: line-through;
}
.cannobe {
	max-width: 150px;
	margin-left: -35px !important;
	margin-bottom: -10px !important;
	margin-top: -10px !important;
}

@media only screen and (max-width: 1385px) {

.cannobe {
	max-width: 150px;
	margin-bottom: 20px !important;
	margin-top: -30px !important;
	margin-left: 16%!important;
	}}

.hervorheben {
    color: #b80000;
    margin-top: 15px;
	font-weight: bold;
}


.leonhardkontakt {
    width: 50%;

    
}
.leonhardkontakt img {
    max-width:50%;
    float: left;
    padding-right: 0px;
}

.tg  {border-collapse:collapse;border-spacing:0;margin-top: 30px;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;
overflow:hidden;word-break:normal;color:#444;background-color:#eee;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;
border-width:1px;overflow:hidden;word-break:normal;border-color:#9ABAD9;color:#fff;background-color:#333;}
.tg .tg-phtq{background-color:#EBF5FF;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:top; font-size: 20px;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}
/**/


img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}


ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}


html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.icon-facebook {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.icon-logo {
  width: 4.33em;
  height: 1em;
  fill: #FFF;
}

.icon-menu {
  width: 1.53em;
  height: 2.1em;
  fill: #FFF;
}

.icon-twitter {
  width: 1.2em;
  height: 1em;
  fill: #FFF;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden */
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.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;
  -ms-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;
  -ms-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: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-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-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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.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-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(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;
}

body {
  font-family: 'sofia-pro', Arial, serif;
  font-weight: 300;
  font-size: 16px;
  color: #202020;
  line-height: 1.3;
  opacity: 0;
  transition: opacity .2s;
}

body.loaded {
  opacity: 1;
}

a {
  text-decoration: underline;
  color:#F54236;
}
a:hover {
    text-decoration: none;
}

.users a {
	text-decoration: none!important;
	color: #202020;
}

button,
input,
textarea,
select {
  font-family: 'sofia-pro', Arial, serif;
  font-weight: 300;
  font-size: 16px;
}

button {
  background: none;
}

.out.about .promo {
  background: #6FCCD4;
}

.out.about .section__title {
  color: #6FCCD4;
}

.out.about .section__link.active {
  border-color: #6FCCD4;
  color: #6FCCD4;
}

.out.about .btn_custom {
  border-color: rgba(111, 204, 212, 0.4);
  color: #6FCCD4;
}

.out.about .btn_custom:hover {
  background: #6FCCD4;
  color: #FFF;
}

.out.venue .promo {
  background: #76C8C2;
}

.out.venue .section__title {
  color: #76C8C2;
}

.out.venue .section__link.active {
  border-color: #76C8C2;
  color: #76C8C2;
}

.out.venue .btn_custom {
  border-color: rgba(118, 200, 194, 0.4);
  color: #76C8C2;
}

.out.venue .btn_custom:hover {
  background: #76C8C2;
  color: #FFF;
}

.out.speakers .promo {
  background: #B486AB;
}

.out.speakers .section__title {
  color: #B486AB;
}

.out.speakers .section__link.active {
  border-color: #B486AB;
  color: #B486AB;
}

.out.speakers .btn_custom {
  border-color: rgba(180, 134, 171, 0.4);
  color: #B486AB;
}

.out.speakers .btn_custom:hover {
  background: #B486AB;
  color: #FFF;
}

.out.talks .promo {
  background: #FF928B;
}

.out.talks .section__title {
  color: #FF928B;
}

.out.talks .section__link.active {
  border-color: #FF928B;
  color: #FF928B;
}

.out.talks .btn_custom {
  border-color: rgba(255, 146, 139, 0.4);
  color: #FF928B;
}

.out.talks .btn_custom:hover {
  background: #FF928B;
  color: #FFF;
}

.out.schedule .promo {
  background: #101010;
}

.out.schedule .section__title {
  color: #202020;
}

.out.schedule .section__link.active {
  border-color: #202020;
  color: #202020;
}

.out.schedule .btn_custom {
  border-color: rgba(32, 32, 32, 0.4);
  color: #202020;
}

.out.schedule .btn_custom:hover {
  background: #202020;
  color: #FFF;
}

.btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 3px;
  font-family: 'sofia-pro', Arial, serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 3px;
  color: #202020;
  text-transform: uppercase;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  transition: all .2s;
}

.btn:hover {
  background: #202020;
  color: #FFF;
}

.btn_lg {
  height: 60px;
  padding: 0 25px 4px;
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: .5px;
}

.btn_red {
  border-color: #F54236;
  color: #F54236;
}

.btn_red:hover {
  background: transparent;
  opacity: .7;
  color: #F54236;
}

.btn_red_bg {
  background: #F54236;
  border-color: #F54236;
  color: #FFF;
}

.btn_red_bg:hover {
  background: #F54236;
  opacity: .7;
}

.btn_white {
  border-color: rgba(255, 255, 255, 0.15);
  color: #000;
  background: #FFF;
}

.btn_white:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

.btn_viol {
  border-color: #3E51B5;
  color: #3E51B5;
}

.btn_viol:hover {
  background: #3E51B5;
  color: #FFF;
}

.center {
  width: 100%;
  /*max-width: 1173px;*/
 max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
}

.center_lg {
  max-width: 1440px;
  padding: 0 0px;
  margin-top: 0px!important;
}

.header {
  position: relative;
  height: 180px;
  padding: 40px 0;
  z-index: 20;
	background: #fff;
}
a.header__link {
	margin: 0 24px;
	font-size: 14px !important;
	letter-spacing: 3.5px;
	color: #000;
	text-transform: uppercase;
	transition: opacity .2s;
	line-height: 20px !important;
}

	a.header__link {
	margin: 0 24px;
	font-size: 14px !important;
	letter-spacing: 1.5px;
	color: #000;
	text-transform: none;
	transition: opacity .2s;
	line-height: 20px !important;
}

.header__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  min-width: 65px;
  transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

.header__logo:hover {
  opacity: .7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.header__logo .icon {
  display: block;
  font-size: 15px;
}

.header__btn {
  min-width: 157px;
  border-color: rgba(255, 255, 255, 0.5);
  margin-top: -30px;
}

.header__nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 143px;
	margin-top: -23px;
	color: #fff;
}

@media only screen and (max-width: 1385px) {

.header__nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0px;
	margin-top: -23px;
	color: #fff;
}
}

.header__link {
  margin: 0 20px;
  font-size: 19px;
  letter-spacing: 3.5px;
  color: #FFF;
  text-transform: uppercase;
  transition: opacity .2s;
  
}

.header__link:hover {
  opacity: .7;
  
  color: #fff!important;
}

.header__burger {
  display: none;
  width: 55px;
  height: 45px;
  margin-right: -7px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0;
}

.header__burger .icon {
  font-size: 19px;
}

.main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
  min-height: 680px;
  margin-top: 0px;
  padding: 106px 0;
  background-position: 50% 50%;
  background-size: cover!important;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #FFF;

}
.section__head p, .section__content p {
	margin-bottom: 30px;
}

.main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.main__center {
  position: relative;
  z-index: 2;
top: -150px;
}

.main__title {
  max-width: 1220px;
  margin-bottom: 0px;
  font-size: 62px;
  line-height: 1.24;
  text-transform: uppercase;
  letter-spacing: 16.6px;
  text-align: center;
  opacity: 1;
}

.main__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main__col {
  padding-right: 20px;
}

.main__col:nth-child(1) {
  -webkit-flex: 1 0 32%;
  -ms-flex: 1 0 32%;
  flex: 1 0 32%;
}

.main__col:nth-child(2) {
  -webkit-flex: 1 0 36%;
  -ms-flex: 1 0 36%;
  flex: 1 0 36%;
}

.main__head {
  margin-bottom: 20px;
  opacity: .6;
  font-size: 18px;
  letter-spacing: 4px;
}

.main__text, .main__content {
  font-size: 26px;
  line-height: 1.5;
}

.main__text {
  letter-spacing: 4.8px;
}

.section {
  padding: 0px 0;
}

.section__head {
  margin-bottom: 85px;
  text-align: center;
}

.section__title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4.44px;
}

.section__content {
  max-width: 920px;
  margin: 40px auto 0;
  opacity: .7;
  font-size: 35px;
  line-height: 1.48;
}

.section__action {
  margin-bottom: 110px;
  text-align: center;
}

.section__btn {
  margin: 0 10px;
}

.section__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px 0 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.header__link:hover {
	opacity: 1;
	color: #f1f1f1 !important;
	background-color: #180343!important;
}

.section__link {
  margin: 0 15px;
  padding: 5px 0 7px;
  border-bottom: 2px solid transparent;
  opacity: .6;
  font-size: 18px;
  color: #202020;
  letter-spacing: 4px;
  transition: opacity .2s, border-color .2s;
}

.section__link:hover {
  opacity: .9;
}

.section__link.active {
  opacity: 1;
  cursor: default;
}

.section_start {
  padding-top: 80px;
}

.section_finish {
  padding-bottom: 0px;
}

.section_join {
  padding-top: 0;
}

.section_schedule {
  padding: 0px 0 28px;
  background: #f1f1f1;
  color: #000;
}

.section_schedule .section__body {
  padding-top: 20px;
}

.section_main .section__head {
  margin-bottom: 50px;
}

.section_main .section__title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.95;
  letter-spacing: 3px;
}

.section_main .section__content {
  margin-top: 40px;
  opacity: .8;
  font-size: 28px;
  line-height: 1.53;
  max-width: 930px;
}

.mitglied .section_main .section__content {
  margin-top: 40px;
  opacity: .8;
  font-size: 28px;
  line-height: 1.53;
  max-width: 80%;
  float: left;
}
.mitglied .section__head {
    width: 100%!important;
    
    float: left;
}

.mitglied .section__content__50 {
    max-width: 449px!important;
    
}

.play {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(15, 15, 15, 0.8);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background .2s;
}

.play:before {
  content: '';
  display: block;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 17px;
  border-color: transparent transparent transparent #fff;
  transition: border-color .2s;
}

.play_lg {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
}

.content {
  padding: 0 9%;
  font-size: 28px;
  line-height: 1.53;
}

.content p:not(:last-child),
.content img:not(:last-child) {
  margin-bottom: 90px;
}

.content p {
  opacity: .8;
}

.content img {
  display: block;
  width: 118%;
  margin-left: -9%;
}

.design {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}

.design__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 27px);
  margin: 13px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.design__col_x2 {
  width: calc(66.66% - 27px);
}

.design__col_x3 {
  width: calc(100% - 27px);
}

.design__item {
  position: relative;
}

.design__item_full {
  height: 100%;
}

.design__item_half {
  height: calc(50% - 13px);
}

.design__pic {
  display: block;
  max-width: 100%;
}

.design__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  background: #b80000;
  color: #FFF;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.design__wrap_green {
    background: #b80000;
    margin-left: 30px;
    width: 90%;
    height: auto;
}

. {
  font-size: 18px;
  line-height: 1.34;
}

.design__foot {
  margin-top: 30px;
}

.design__name {
  margin-bottom: 3px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.68px;
}

.design__position {
  font-size: 15px;
}

.design__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.design__video:hover .design__play {
  background: #FFF;
}

.design__video:hover .design__play:before {
  border-left-color: #202020;
}

.design_mb80 {
  margin-bottom: 0px;
}

.videos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -27px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.videos__col {
  margin: 0 0 53px 27px;
  width: calc(33.33% - 27px);
}

.videos__item:hover .videos__play {
  background: #FFF;
}

.videos__item:hover .videos__play:before {
  border-left-color: #202020;
}

.videos__preview {
  position: relative;
  margin-bottom: 27px;
}

.videos__pic {
  display: block;
  width: 100%;
}

.videos__content {
  font-size: 18px;
  color: #303030;
  line-height: 1.38;
}

.videos__user {
  font-weight: 400;
}

.more {
  text-align: center;
}

.users {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -27px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.users__col {
  margin: 0 0 26px 27px;
  -webkit-flex: 1 0 calc(80% - 27px);
  -ms-flex: 1 0 calc(80% - 27px);
  flex: 1 0 calc(80% - 27px);
}

.users__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.users__preview {
  margin-right: 30px;
  -webkit-flex: 0 0 130px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.users__pic {
  display: block;
  max-width: 100%;
}

.users__name {
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 1.4;

	
}

.users__text {
  opacity: .7;
  font-size: 16px;
  line-height: 1.375;
		max-width: 90%;
}

.schedule__container {
  margin-bottom: 70px;
}

.schedule__head {
  padding-bottom: 18px;
  border-bottom: 1px solid;
  font-size: 34px;
  letter-spacing: 3.2px;
  color: #4CAF4F;
}

.schedule__head_red {
  color: #F54236;
}

.schedule__th {
  position: relative;
  top: 8px;
  margin-left: 2px;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: top;
}

.schedule__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 24px;
  line-height: 1.16;
}

.schedule__time {
  padding-right: 30px;
  -webkit-flex: 0 0 284px;
  -ms-flex: 0 0 284px;
  flex: 0 0 284px;
  font-weight: 400;
}

.schedule__wrap {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.schedule__title {
  margin-bottom: 12px;
  font-weight: 400;
}

.schedule__text {
  opacity: .7;
  font-size: 20px;
  line-height: 1.35;
}

.schedule__people {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.schedule__user {
  position: relative;
  width: 55px;
  height: 55px;
}

.schedule__user + .schedule__user {
  margin-left: -15px;
}

.schedule__pic {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.schedule_default .schedule__container:last-child {
  margin: 0;
}

.schedule_default .schedule__row {
  border-bottom: 1px solid rgba(32, 32, 32, 0.15);
}

.logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.logos__item {
  margin: 0 -1px -1px 0;
  border: 1px solid #EAEAEA;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  transition: border-color .2s;
}

.logos__item:hover {
  border-color: #202020;
  z-index: 2;
}

.logos__item:hover .logos__btn {
  background: #202020;
  color: #FFF;
}

.logos__preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 273px;
  padding: 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos__pic {
  max-width: 100%;
}

.logos_links .logos__item {
  padding: 40px 0 60px;
}

.logos_links .logos__preview {
  margin-bottom: 40px;
}

.contacts__map {
  height: 546px;
  background: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contacts__wrap {
  padding: 90px 0;
}

.contacts__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contacts__col:nth-child(1) {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  padding-right: 40px;
}

.contacts__title {
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 1.2;
}

.contacts__item {
  padding-top: 8px;
}

.contacts__item:not(:last-child) {
  margin-bottom: 25px;
}

.contacts__type {
  margin-bottom: 8px;
  opacity: .6;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.contacts__text {
  font-size: 30px;
  color: #202020;
  transition: opacity .2s;
}

.contacts__text:hover {
  opacity: .7;
}

.subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe__input, .subscribe__btn {
  height: 60px;
  font-size: 20px;
}

.subscribe__input {
  width: 297px;
  padding: 0 20px 4px;
  border-radius: 3px 0 0 3px;
}

.subscribe__btn {
  min-width: 150px;
  padding: 0 40px 4px;
  background: #00BCD4;
  border-radius: 0 3px 3px 0;
  color: #fff;
  transition: background .2s;
}

.subscribe__btn:hover {
  background: #00d3ee;
}

.social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  background: #333;
  color: #fff;
  clear: left;
}

.footer__wrap {
  padding: 20px;

}

.footer__wrap:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__text {
  padding-right: 30px;
  font-size: 14px;
}

.footer__copyright {
  opacity: .4;
  font-size: 14px;
}

.footer__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link {
  opacity: .4;
  font-size: 14px;
  color: #fff;
  transition: opacity .2s;
}


@media only screen and (max-width: 845px) {
.footer__link {
  opacity: .4;
  font-size: 12px;
  color: #fff;
  transition: opacity .2s;
}
}

.footer__link:hover {
  opacity: .7;
}

.footer__link:not(:first-child) {
  margin-left: 35px;
}

.footer__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__social {
  margin-left: 35px;
}

.footer .icon {
  display: block;
}

.footer .icon-facebook {
  font-size: 24px;
}

.footer .icon-twitter {
  font-size: 20px;
}

.promo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 520px;
  margin-top: -120px;
  padding: 50px 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.promo__title {
  padding-top: 42px;
  font-size: 62px;
  line-height: 1.24;
  letter-spacing: 16.6px;
  text-transform: uppercase;
  color: #FFF;
}

.info__preview {
  margin-bottom: 80px;
}

.info__pic {
  display: block;
  width: 100%;
}

.info__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -27px;
}

.info__item {
  width: calc(33.33% - 27px);
  margin-left: 27px;
  text-align: center;
}

.info__title {
  margin-bottom: 25px;
  opacity: .6;
  font-size: 18px;
  letter-spacing: 4px;
}

.info__text {
  opacity: .8;
  font-size: 23px;
  line-height: 1.34;
}

.touch {
  padding: 50px 0 55px;
  background: rgba(180, 134, 171, 0.1);
  text-align: center;
}

.touch__content {
  max-width: 940px;
  margin: 0 auto 40px;
  font-size: 35px;
  color: #B486AB;
  line-height: 1.48;
}

.block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {

  .header__nav {
    margin: 0 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__link {
    margin: 0 10px;
  }



  .design__item_half {
    height: 100%;
  }

  .design__r {
    display: none;
  }
  
  

  
  
}

@media only screen and (max-width: 1023px) {

  .header__nav {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__link {
    margin: 5px 10px;
  }

  .design__quote {
    font-size: 15px;
  }
  
  .design__quote p {
      line-height: 26px!important;
  }

  .users__col {
    margin: 0 0 20px;
    -webkit-flex: 1 0 calc(50% - 27px);
    -ms-flex: 1 0 calc(50% - 27px);
    flex: 1 0 calc(50% - 27px);
  }

  .contacts__center {
    display: block;
  }

  .contacts__col:nth-child(1) {
    margin-bottom: 80px;
    padding: 0;
  }

  .footer__wrap:nth-child(1) .footer__center {
    display: block;
  }

  .footer__text {
    margin-bottom: 30px;
  }

  .info__wrap {
    display: block;
    margin: 0;
  }

  .info__item {
    width: 100%;
    margin: 0;
  }

  .info__item:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
.cannobe {
	max-width: 150px;
	margin-bottom: 20px !important;
	margin-top: 0px !important;
	margin-left: 16% !important;
}
	.impressum_links, .impressum_rechts {
	max-width: 100%;
	float: left;
	display: block;
	margin-right: 5px;
	padding: 20px;
}
	
	
  .btn_lg {
    height: 50px;
    font-size: 20px;
  }

  .center {
    padding: 0 20px;
  }

  .header {
    height: 71px;
    padding: 13px 0;
  }

  .header__btn {
    display: none;
  }

  
  .header__nav a {
      font-size: 1em!important;
	  color: #fff;
      }
      



  .header__link {
    display: block;
    margin: 0!important;
    padding: 15px;
    border: 1px solid rgba(32, 32, 32, 0.15);
    color: #202020;
    text-align: center;
  }
	.header__link:hover {
		color: #000;
	}

  .header__link:not(:first-child) {
    border-width: 0 1px 1px;
  }



  .main {
    min-height: 598px;
    height: auto;
    margin-top: -71px;
    padding: 160px 0 24px;
	background-size: cover!important;
  }

  .main__title {
    margin-bottom: 32px;
    font-size: 28px;
    letter-spacing: 7px;
  }

  .main__row {
    display: block;
  }

  .main__col {
    padding: 0 0 12px;
  }

  .main__col:not(:last-child) {
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .main__head {
    margin-bottom: 6px;
    letter-spacing: 3px;
  }

  .main__text, .main__content {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .main__text {
    letter-spacing: 3px;
  }

  .section {
    padding: 40px 5px;
  }

  .section__head {
    margin-bottom: 30px;
    text-align: left;
  }

  .section__title_center {
    text-align: center;
  }

  .section__content {
    margin-top: 20px;
    font-size: 21px;
    line-height: 1.43;
  }

  .section__action {
    margin-bottom: 50px;
  }

  .section__btn {
    width: 100%;
    margin: 5px 0;
  }

  .section__nav {
    margin: 0 0 30px;
  }

  .section_schedule {
    padding-bottom: 60px;
  }

  .section_schedule .section__body {
    padding-top: 0;
  }

  .section_main .section__title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 2.4px;
  }

  .play_lg {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .content {
    padding: 0;
    font-size: 21px;
  }

  .content p:not(:last-child),
  .content img:not(:last-child) {
    margin-bottom: 30px;
  }

  .content img {
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .design {
    display: block;
    margin: 0 -20px;
  }

  .design__col {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .design__item {
    height: 240px;
    margin-bottom: 10px;
  }

  .design__item_full {
    height: auto;
  }

  .design__item_half {
    height: auto;
  }

  .design__pic {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: 50% 90%;
  }

  .design__pic_top {
    object-position: 50% 0%;
  }

  .design__r {
    display: block;
  }

  .design_mb80 {
    margin-bottom: 40px;
  }

  .videos {
    margin: 0 0 4px;
  }

  .videos__col {
    width: 100%;
    margin: 0 0 24px;
  }

  .videos__preview {
    margin-bottom: 18px;
  }

  .users {
    display: block;
    margin: 0;
  }

  .users__preview {
    margin-right: 20px;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }

  .users__name {
    margin: -5px 0 4px;
  }

  .schedule__container {
    margin-bottom: 50px;
  }

  .schedule__head {
    padding-bottom: 14px;
    font-size: 22px;
  }

  .schedule__row {
    display: block;
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .schedule__people {
    padding: 20px 0 0;
  }

  .schedule__user {
    width: 45px;
    height: 45px;
  }

  .logos__item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .logos__preview {
    height: 130px;
  }

  .logos__pic {
    max-width: 80%;
  }

  .logos_links .logos__item {
    padding: 30px 0 50px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .logos_links .logos__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .contacts__map {
    height: 245px;
  }

  .contacts__wrap {
    padding: 33px 0;
  }

  .contacts__col:nth-child(1) {
    margin-bottom: 20px;
  }

  .contacts__title {
    margin: 0;
    font-size: 26px;
    line-height: 1.27;
  }

  .contacts__btn {
    display: none;
  }

  .contacts__item {
    padding: 0 0 16px;
  }

  .contacts__item:not(:last-child) {
    margin-bottom: 18px;
    border-bottom: 1px solid #EAEAEA;
  }

  .contacts__type {
    margin-bottom: 6px;
  }

  .contacts__text {
    font-size: 20px;
  }

  .subscribe {
    display: block;
  }

  .subscribe__input {
    margin-bottom: 10px;
  }

  .subscribe__input, .subscribe__btn {
    width: 100%;
    height: 50px;
    border-radius: 3px;
  }

  .footer {
    text-align: left;
  }

  .footer__wrap:nth-child(2) {
    padding: 30px 0;
  }

  .footer__center {
    display: block;
  }

  .footer__text {
    padding: 0;
    font-size: 26px;
  }

  .footer__copyright {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .footer__right {
    display: block;
  }

  .footer__nav {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer__nav .footer__link {
    display: block;
    margin: 0;
    padding: 15px;
    opacity: 1;
    font-size: 12px!important;
    color: #FFF;
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }

  .footer__nav .footer__link:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer__social {
    margin: 0;
    padding-top: 30px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promo {
    height: 362px;
    margin-top: -71px;
  }

  .promo__title {
    margin-bottom: 32px;
    font-size: 28px;
    letter-spacing: 7px;
  }

  .info__preview {
    margin: 0 -20px 40px;
  }

  .info__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .info__title {
    margin-bottom: 15px;
  }

  .info__text {
    font-size: 21px;
  }

  .touch {
    padding: 40px 0 50px;
  }

  .touch__content {
    font-size: 21px;
    line-height: 1.43;
  }
}

/*# sourceMappingURL=app.css.map */


      @media (max-width: 958px) {
     
         .mitglied .section__content__50 {
    max-width: 50%!important;
    
}
 

.mitglied .section_main .section__content {
    margin-top: 40px;
    opacity: .8;
    font-size: 28px;
    line-height: 1.53;
    max-width: 50%;
    float: left;
}

    } 
     
 @media (max-width: 530px) { 
    
.footer__text {
    padding: 0 0px!important;
    font-size: 16px!important;
}
 #footer .center_lg {
    max-width: 320px!important;
    margin: 0px auto !important;
}         

.footer {
    text-align: left!important;
}

.footer__copyright {
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 0px!important;
}
            
    }  
    
   
@media (max-width: 494px) { 
    
.main__title {
    margin-bottom: -8px!important;
}
       
          
     
            
    }

@media (max-width: 400px) { 
    .footer__copyright, .footer__link {
    margin-left: 10px!important;
    
}
    }


/* Formular */

label {
    clear: left;
    width: auto;
    float: left;
    text-align: left;
    font-size: 16px!important;
    color: #333;
    font-weight: 100;
}

label.box {
    clear: none;
    width: auto;
    margin-right: 20px;
}

input, textarea {
    width: 100%;
    float: left;
    background: #efefef;
    border: 1px solid #666;
    color: #4a4a4a;
    margin-bottom: 10px;
    font-size: 20px;
}
input {
    min-height: 50px;
    
}
input:hover, textarea:hover {
    background: #ddd;
}
#form p.kleiner {
    text-align: left!important;
}

select {
    width: 500px;
    border: 1px solid #666;
    color: #4a4a4a;
    float: left;
    margin-bottom: 30px;
}

.button
{
    width: 154px;
    display: block;
    background: #1f437f;
    color: #fff!important;
    padding: 10px;
}
.button:hover
{
    opacity: 0.95;
}

input.radiobutton {
    width: auto;
    border: none;
    background: none;
}

input.senden {
    clear: left;
    width: 82px;
    margin-bottom: 0;
    padding-bottom: 0;
}

input.senden-profil {
    clear: left;
    
    background-color:#F54236;
    color: #fff;
    border: none;
    max-width: 250px;
    padding: 10px 20px 15px 20px;
    font-size: 20px;
}

input.senden-profil:hover {
    opacity: 0.9;
}

input.abstand {
    margin-bottom: 50px;
}


input.checkbox,
input.radiobutton {
    width: auto;
    border: none;
    background: none;
}

#form {
    width: 100%!important;
    
}
#form span.error {
    display:block;
    clear:both;
    color:#cc0000;
    font-size:0.9em;
    padding:0px;
    margin:0px 0px 0px 150px;
    background: yellow;
}

#form .widget textarea,
#form .widget input {
    margin-bottom:0px;
}

#form .widget {
    margin:10px 0px;
}

#form .widget p {
    padding:0px;
}

#form .widget.error input {
    border-color:#cc0000;
}

#form .widget p:after {
    clear:both;
    content: '-';
    font-size:0.001em;
    opacity:1;
    color:#ffffff;
    display:block;
    line-height:normal;
    height:0.1px;
    overflow:hidden;
}

/*Galerie*/
/* + Responsive all Images
----------------------------------  */
img {
  max-width:100%;
  height:auto;
  margin:0 auto;
}

.col-sm-4 {
    width: 32%;
    float: left;
    margin-right: 5px;
}

.col-sm-4 img {
   width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (max-width: 600px) { 
   .col-sm-4 {
    width: 100%;
    float: left;
    
}
    
}


.widget_checkbox_agb label, .widget_checkbox_babyboomer label, .widget_checkbox_startup label, 
.widget_checkbox_cannobe label, .widget_checkbox_familienunternehmen label,
.widget_checkbox_allgemein label,
.widget_checkbox_oeffentlich label,
.widget_checkbox_banken label,
.widget_checkbox_dienstleister label, .widget_checkbox_mitgliedschaft label, .widget_checkbox_stiftung label,
.widget_checkbox_idee label, .widget_checkbox_patent label, .widget_checkbox_transferstelle label, .widget_checkbox_nachfolger label, .widget_checkbox_einstieg label, 
.widget_checkbox_aussteiger label, .widget_checkbox_teilnehmerliste label

{
    float: right!important;
    width: auto;
    margin: 0px;
	margin-top: 8px;
    padding-left: 5px!important;
}
.widget_checkbox_agb, .widget_checkbox_babyboomer, .widget_checkbox_startup, .widget_checkbox_familienunternehmen,
.widget_checkbox_allgemein, .widget_checkbox_mitgliedschaft, .widget_checkbox_stiftung,
.widget_checkbox_idee, .widget_checkbox_patent, .widget_checkbox_transferstelle, .widget_checkbox_nachfolger, .widget_checkbox_einstieg,
.widget_checkbox_aussteiger  {
    max-width: 420px;
}

.widget_checkbox_oeffentlich {
	max-width: 400px;
}
.widget_checkbox_teilnehmerliste  {
    max-width: 870px;
}

.widget_checkbox_banken, .widget_checkbox_cannobe {
	max-width: 230px;
}
.widget_checkbox_dienstleister {
	max-width: 220px;
}
.widget_checkbox_agb p, .widget_checkbox_babyboomer p, .widget_checkbox_startup p, .widget_checkbox_familienunternehmen p, 
.widget_checkbox_allgemein p, .widget_checkbox_oeffentlich p, .widget_checkbox_banken p, .widget_checkbox_dienstleister p,  .widget_checkbox_mitgliedschaft p, .widget_checkbox_stiftung p, .widget_checkbox_cannobe p,
.widget_checkbox_idee p, .widget_checkbox_patent p, .widget_checkbox_transferstelle p, .widget_checkbox_nachfolger p, .widget_checkbox_einstieg p, 
.widget_checkbox_aussteiger p, .widget_checkbox_teilnehmerliste p
{
    float: left!important;
}



@media (max-width: 450px) { 
.widget_checkbox_agb label, .widget_checkbox_babyboomer label, .widget_checkbox_startup label, .widget_checkbox_mitgliedschaft label, .widget_checkbox_stiftung label,
 .widget_checkbox_idee label, .widget_checkbox_patent label, .widget_checkbox_transferstelle label, .widget_checkbox_nachfolger label, .widget_checkbox_einstieg label, 
.widget_checkbox_aussteiger label, .widget_checkbox_teilnehmerliste label
 {
    float: right!important;
    width: 210px;
    margin: 7px;
    padding-left: 0!important;
}
	
	
    
}


@media (max-width: 1069px) {

a.header__link {
	margin: 0 -7px;
	font-size: 14px !important;
	letter-spacing: 1.5px;
	color: #000;
	text-transform: none;
	transition: opacity .2s;
	line-height: 20px !important;
}
	
}
@media (max-width: 883px) {
a.header__link {
	margin: 0 -7px;
	font-size: 20px !important;
	letter-spacing: 0.5px;
	color: #000;
	text-transform: none;
	transition: opacity .2s;
	line-height: 20px !important;
	background: #f1f1f1!important;
}
}


@media (max-width: 767px) { 
	
	.header__nav {
    display: none;
    position: absolute;
    top: 171px;
    left: 0!important;
    
    margin: 0!important;
    padding: 20px;
    /*background: #FFF;*/
    width:100%!important;
    z-index: 2;
    
  }
	  .header__nav.visible {
    display: block;
  }
	
}
	
	