@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* ########################################## */
/* ### Variables                         #### */
/* ########################################## */
::selection {
  background: #c73082;
  /* WebKit/Blink Browsers */
  color: #FFF; }

::-moz-selection {
  background: #c73082;
  /* Gecko Browsers */
  color: #FFF; }

html, body {
  height: 100%; }

body {
  padding-top: 70px;
  color: #555;
  font-family: "Open Sans",Arial,sans-serif;
  font-weight: normal;
  font-size: 16px; }
  body.notFixed {
    padding-top: 0; }
    body.notFixed .coyoteBreadcrumb {
      margin-top: 0; }
    body.notFixed .navbar {
      margin-bottom: 0; }

ol, ul {
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0; }

li {
  list-style: outside none none;
  padding-left: 0; }

ol.breadcrumb li:not(.active) a {
  color: #c73082; }

a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none; }

.btn-default {
  color: #FFF;
  background-image: none;
  background-color: #7489cc;
  text-shadow: none; }

.btn-default:hover, .btn-default:focus {
  background-color: #7489cc;
  color: #FFF; }

#wrap {
  height: auto !important;
  margin: 0 auto -315px;
  min-height: 100%; }

#push {
  height: 375px; }

body.startseite #push {
  height: 264px; }

.list-row {
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0; }

.bottomBuffer {
  margin-bottom: 25px; }

.bottomBufferX2 {
  margin-bottom: 50px; }

.bottomBufferX3 {
  margin-bottom: 75px; }

.bottomBufferX4 {
  margin-bottom: 100px; }

.topBuffer {
  margin-top: 25px; }

.nobr {
  white-space: nowrap; }

.text-top {
  vertical-align: text-top; }

.text-bottom {
  vertical-align: text-bottom; }

img.itemImage {
  width: 100%; }
img.border-lightgray {
  border: 1px solid #ccc; }

#previewBox {
  background-color: darkred;
  text-align: center;
  padding: 4px 0; }
  #previewBox a {
    border: 1px solid #fff;
    padding: 2px;
    color: #fff; }
    #previewBox a:hover {
      color: #000;
      background-color: #fff; }

.defaultHover:hover {
  cursor: pointer;
  opacity: 0.8; }

#changesAreNotSavedAlready {
  position: fixed;
  top: 100px; }
  #changesAreNotSavedAlready .modal-content {
    border-radius: 0px;
    background-color: orange;
    background-color: #c73082; }
    #changesAreNotSavedAlready .modal-content .modal-header {
      border: 2px solid #FFF; }
      #changesAreNotSavedAlready .modal-content .modal-header button {
        color: #FFF;
        opacity: 1; }
      #changesAreNotSavedAlready .modal-content .modal-header h1, #changesAreNotSavedAlready .modal-content .modal-header h2, #changesAreNotSavedAlready .modal-content .modal-header h3, #changesAreNotSavedAlready .modal-content .modal-header h4, #changesAreNotSavedAlready .modal-content .modal-header h5, #changesAreNotSavedAlready .modal-content .modal-header h6 {
        color: #FFF; }

#toggleVariables {
  cursor: pointer;
  color: #0D83BA;
  text-decoration: underline; }

#toggleVariables i {
  transition: all 0.2s; }

#toggleVariables[aria-expanded="false"] i {
  transform: rotate(90deg); }

.codeExample {
  border: 1px solid #cccccc;
  border-radius: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #FFF;
  display: block;
  font-size: 14px;
  min-height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  background-color: #626465;
  font-weight: bold; }

/* ########################################## */
/* ### IMPORTS                           #### */
/* ########################################## */
h1, h2, h3, h4, h5, h6 {
  color: #555;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  margin-top: 5px;
  text-shadow: none; }
  h1 .uppercase, h2 .uppercase, h3 .uppercase, h4 .uppercase, h5 .uppercase, h6 .uppercase {
    text-transform: uppercase; }
  h1 .highlight, h2 .highlight, h3 .highlight, h4 .highlight, h5 .highlight, h6 .highlight {
    color: #c73082; }

p {
  font-weight: 200;
  line-height: 1.5em; }

a {
  color: #555;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #c73082; }
  a.accordion-toggle:focus {
    color: #c73082; }
  a.green {
    color: #c73082; }
    a.green:hover, a.green:focus {
      color: #5C2B68; }
  a.video_link:hover {
    color: #555; }

.green100, .red100, .orange100, .gray100 {
  color: #555;
  display: inline-block;
  text-align: left;
  width: 100%; }

.green100 {
  color: #008b00; }

.red100 {
  color: #8b0000; }

.errorInput {
  border: solid 1px !important;
  border-color: red #FFDFDF #FFDFDF !important;
  background-color: #FFDFDF !important;
  color: #E03C3C !important; }
  .errorInput.form-control {
    color: #E03C3C !important; }
  .errorInput.form-control::-moz-placeholder {
    color: #E03C3C !important; }

.error {
  /*Border setzen*/
  /*Icon-Farbe setzen*/ }
  .error.input-group, .error textarea {
    color: #E03C3C !important; }
  .error.input-group input, .error.input-group select {
    color: #E03C3C !important; }
  .error i {
    color: #E03C3C;
    display: inline-block;
    margin: 0px 0px 0px 0px; }
  .error .form-control::-webkit-input-placeholder {
    color: #E03C3C !important; }
  .error .form-control::-moz-placeholder {
    color: #E03C3C !important; }
  .error .form-control::-ms-input-placeholder {
    color: #E03C3C !important; }
  .error .form-control::placeholder {
    color: #E03C3C !important; }

.orange100 {
  color: #db8e01; }

.gray100 {
  color: #4C4C4C; }

/* Headlines */
.coyoteHeadline {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 10px 0 25px; }
  .coyoteHeadline h2, .coyoteHeadline h3, .coyoteHeadline h4 {
    border-bottom: 2px solid #ACC6ED;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px; }
  .coyoteHeadline h5 {
    display: inline; }

.notfound h1.errorHeadline {
  font-size: 46px; }
.notfound .description {
  font-size: 24px;
  color: #C02C2C;
  margin-bottom: 20px;
  text-align: left; }

.recommended {
  display: inline-block;
  height: 30px;
  padding: 5px;
  text-align: center;
  background-color: #BB0000;
  color: #FFF; }

.greenCircle, .redCircle, .orangeCircle, .grayCircle {
  display: inline-block;
  border: 1px solid #555555;
  width: 20px;
  height: 20px;
  border-radius: 20px; }

.greenCircle {
  background-color: #b9f8b9; }

.redCircle {
  background-color: #E03C3C; }

.orangeCircle {
  background-color: #ffa337; }

.grayCircle {
  background-color: #F9F9F9; }

.popover-title {
  background-color: #f8f8f8;
  /*color: #fe4444;*/
  font-weight: bold; }

.popover-wrap {
  border: 2px solid #fe4444; }

#variablenEinschraenkungen label {
  text-transform: none; }

.navbar {
  border-width: 0 0 0;
  min-height: 100px; }
  .navbar.navbar-fixed-top {
    top: 0;
    z-index: 1080; }

.login {
  position: absolute;
  right: 0;
  top: 10px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 200; }
  .login.admin, .login.admin a {
    color: #c73082; }
  .login a {
    margin-right: 0px; }

.positionBottom {
  position: relative; }

nav {
  background: #E9E9ED none repeat scroll 0 0;
  color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 0 0;
  z-index: 9999;
  min-height: 100px; }
  nav.navbar {
    border-radius: 0; }
  nav .navbar-header .navbar-toggle {
    top: 8px; }
  nav a.navbar-brand {
    padding-top: 10px;
    display: inline-block;
    margin-top: 10px; }
    nav a.navbar-brand img {
      max-height: 80px;
      max-width: 250px; }
  nav a {
    color: #16286B; }
  nav #navbar.navbar-collapse {
    border: medium none;
    padding-right: 0px;
    padding-left: 0px; }
    nav #navbar.navbar-collapse.navbar-right {
      bottom: -45px;
      position: relative; }
      nav #navbar.navbar-collapse.navbar-right.shortNavi.in, nav #navbar.navbar-collapse.navbar-right.shortNavi.collapsing, nav #navbar.navbar-collapse.navbar-right.tinyNavi.in, nav #navbar.navbar-collapse.navbar-right.tinyNavi.collapsing, nav #navbar.navbar-collapse.navbar-right.in, nav #navbar.navbar-collapse.navbar-right.collapsing {
        margin-bottom: 45px; }
        nav #navbar.navbar-collapse.navbar-right.shortNavi.in ul li, nav #navbar.navbar-collapse.navbar-right.shortNavi.collapsing ul li, nav #navbar.navbar-collapse.navbar-right.tinyNavi.in ul li, nav #navbar.navbar-collapse.navbar-right.tinyNavi.collapsing ul li, nav #navbar.navbar-collapse.navbar-right.in ul li, nav #navbar.navbar-collapse.navbar-right.collapsing ul li {
          border-top: 1px solid #818181; }
          nav #navbar.navbar-collapse.navbar-right.shortNavi.in ul li.active, nav #navbar.navbar-collapse.navbar-right.shortNavi.collapsing ul li.active, nav #navbar.navbar-collapse.navbar-right.tinyNavi.in ul li.active, nav #navbar.navbar-collapse.navbar-right.tinyNavi.collapsing ul li.active, nav #navbar.navbar-collapse.navbar-right.in ul li.active, nav #navbar.navbar-collapse.navbar-right.collapsing ul li.active {
            border-bottom: 1px solid #c73082;
            border-top: 1px solid #c73082;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            nav #navbar.navbar-collapse.navbar-right.shortNavi.in ul li.active + li, nav #navbar.navbar-collapse.navbar-right.shortNavi.collapsing ul li.active + li, nav #navbar.navbar-collapse.navbar-right.tinyNavi.in ul li.active + li, nav #navbar.navbar-collapse.navbar-right.tinyNavi.collapsing ul li.active + li, nav #navbar.navbar-collapse.navbar-right.in ul li.active + li, nav #navbar.navbar-collapse.navbar-right.collapsing ul li.active + li {
              border-top: medium none; }
          nav #navbar.navbar-collapse.navbar-right.shortNavi.in ul li.open + li, nav #navbar.navbar-collapse.navbar-right.shortNavi.collapsing ul li.open + li, nav #navbar.navbar-collapse.navbar-right.tinyNavi.in ul li.open + li, nav #navbar.navbar-collapse.navbar-right.tinyNavi.collapsing ul li.open + li, nav #navbar.navbar-collapse.navbar-right.in ul li.open + li, nav #navbar.navbar-collapse.navbar-right.collapsing ul li.open + li {
            border-top: medium none; }
          nav #navbar.navbar-collapse.navbar-right.shortNavi.in ul li.open a, nav #navbar.navbar-collapse.navbar-right.shortNavi.collapsing ul li.open a, nav #navbar.navbar-collapse.navbar-right.tinyNavi.in ul li.open a, nav #navbar.navbar-collapse.navbar-right.tinyNavi.collapsing ul li.open a, nav #navbar.navbar-collapse.navbar-right.in ul li.open a, nav #navbar.navbar-collapse.navbar-right.collapsing ul li.open a {
            padding-top: 8px;
            line-height: 34px; }
          nav #navbar.navbar-collapse.navbar-right.shortNavi.in ul li a, nav #navbar.navbar-collapse.navbar-right.shortNavi.collapsing ul li a, nav #navbar.navbar-collapse.navbar-right.tinyNavi.in ul li a, nav #navbar.navbar-collapse.navbar-right.tinyNavi.collapsing ul li a, nav #navbar.navbar-collapse.navbar-right.in ul li a, nav #navbar.navbar-collapse.navbar-right.collapsing ul li a {
            padding-bottom: 10px;
            padding-top: 10px;
            line-height: 29px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
  nav #navbar .navbar-nav {
    margin: 0; }
  nav #navbar.shortNavi.in .navbar-nav, nav #navbar.tinyNavi.in .navbar-nav, nav #navbar.in .navbar-nav {
    margin-top: 0px;
    height: auto; }
    nav #navbar.shortNavi.in .navbar-nav li, nav #navbar.tinyNavi.in .navbar-nav li, nav #navbar.in .navbar-nav li {
      position: static; }
    nav #navbar.shortNavi.in .navbar-nav .open .dropdown-menu, nav #navbar.tinyNavi.in .navbar-nav .open .dropdown-menu, nav #navbar.in .navbar-nav .open .dropdown-menu {
      width: 100%;
      position: static;
      border-bottom: 3px solid #c73082;
      border-radius: 0;
      padding-bottom: 0;
      float: none; }
      nav #navbar.shortNavi.in .navbar-nav .open .dropdown-menu li.active, nav #navbar.tinyNavi.in .navbar-nav .open .dropdown-menu li.active, nav #navbar.in .navbar-nav .open .dropdown-menu li.active {
        border-bottom: 1px solid #c73082;
        border-top: 1px solid #c73082;
        background-color: #E9E9ED; }
        nav #navbar.shortNavi.in .navbar-nav .open .dropdown-menu li.active a, nav #navbar.tinyNavi.in .navbar-nav .open .dropdown-menu li.active a, nav #navbar.in .navbar-nav .open .dropdown-menu li.active a {
          background-image: none !important;
          background-color: #E9E9ED; }
      nav #navbar.shortNavi.in .navbar-nav .open .dropdown-menu a, nav #navbar.tinyNavi.in .navbar-nav .open .dropdown-menu a, nav #navbar.in .navbar-nav .open .dropdown-menu a {
        color: #16286B; }
        nav #navbar.shortNavi.in .navbar-nav .open .dropdown-menu a:hover, nav #navbar.tinyNavi.in .navbar-nav .open .dropdown-menu a:hover, nav #navbar.in .navbar-nav .open .dropdown-menu a:hover {
          color: #c73082; }
  nav #navbar ul li {
    height: 55px;
    background-color: #E9E9ED; }
    nav #navbar ul li.open {
      height: auto; }
      nav #navbar ul li.open a {
        background-color: #E9E9ED;
        color: #c73082; }
    nav #navbar ul li a {
      color: #16286B;
      font-size: 18px;
      font-size: 15px;
      transition: none 0s ease 0s;
      font-weight: 200;
      padding-bottom: 12px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      nav #navbar ul li a:hover, nav #navbar ul li a:focus {
        background-color: transparent;
        color: #c73082; }
    nav #navbar ul li.active {
      border-bottom: 3px solid #c73082; }
    nav #navbar ul li .dropdown-toggle i {
      font-size: 10px;
      font-weight: normal;
      position: relative;
      bottom: 1px; }
  nav #navbar ul .dropdown-menu {
    background-color: #E9E9ED;
    left: -1px;
    right: auto;
    margin-top: -3px; }
    nav #navbar ul .dropdown-menu li {
      height: auto; }
      nav #navbar ul .dropdown-menu li a {
        font-size: 15px;
        line-height: 30px;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        color: #16286B; }
        nav #navbar ul .dropdown-menu li a:hover {
          background-color: transparent;
          background-image: none;
          color: #c73082; }
      nav #navbar ul .dropdown-menu li.active {
        border-bottom: 0px;
        border-top: 0px; }
        nav #navbar ul .dropdown-menu li.active a {
          background-image: none;
          background-color: #FFFFFF4D;
          color: #c73082;
          font-weight: bold; }
    nav #navbar ul .dropdown-menu.loginMenu {
      width: 500px;
      left: auto;
      right: 0;
      padding: 20px; }
      nav #navbar ul .dropdown-menu.loginMenu li {
        border: medium none !important; }
      nav #navbar ul .dropdown-menu.loginMenu label {
        color: #fff; }
      nav #navbar ul .dropdown-menu.loginMenu button {
        margin-top: 10px; }
  nav .navbar-toggle .icon-bar {
    background-color: #16286B; }

#navbar .nav .nav-icon {
  position: relative;
  top: -5px;
  font-size: 30px;
  color: #142869cc; }

.longNavi.navbar-header {
  float: none !important; }
.longNavi.collapse {
  display: none !important; }
.longNavi.collapse.navbar-right, .longNavi.collapsing.navbar-right {
  float: none !important; }
.longNavi.collapse.in, .longNavi.collapsing.in {
  display: block !important; }
.longNavi.collapse .navbar-nav, .longNavi.collapsing .navbar-nav {
  float: none; }
  .longNavi.collapse .navbar-nav > li, .longNavi.collapsing .navbar-nav > li {
    float: none; }
.longNavi.navbar-toggle {
  display: block !important; }

.toggleContent {
  display: none; }

p a {
  color: #16286B; }
  p a:hover {
    text-decoration: underline; }

a.toggleTitle {
  text-decoration: underline;
  color: #c73082; }
  a.toggleTitle:hover {
    color: #555; }

#nav-left {
  position: relative;
  z-index: 100;
  float: left; }
  #nav-left:hover {
    cursor: pointer; }
  #nav-left .navbar-toggle .icon-bar {
    background-color: #000; }

.menueLeft a {
  font-size: 15px;
  color: #c73082; }
  .menueLeft a:hover {
    color: #555; }
.menueLeft .active a {
  color: #555;
  font-weight: bold; }
.menueLeft .subMenu {
  padding-left: 20px !important; }

.menueSpacer {
  margin-top: 30px; }

@media only screen and (max-width: 1200px) {
  .shortNavi.navbar-header {
    float: none !important; }
  .shortNavi.collapse {
    display: none !important; }
  .shortNavi.collapse.navbar-right, .shortNavi.collapsing.navbar-right {
    float: none !important; }
  .shortNavi.collapse.in, .shortNavi.collapsing.in {
    display: block !important; }
  .shortNavi.collapse .navbar-nav, .shortNavi.collapsing .navbar-nav {
    float: none; }
    .shortNavi.collapse .navbar-nav > li, .shortNavi.collapsing .navbar-nav > li {
      float: none; }
  .shortNavi.navbar-toggle {
    display: block !important; } }
@media only screen and (min-width: 993px) {
  .menueLeft.collapse {
    display: block; } }
@media only screen and (max-width: 992px) {
  .menueLeft .collapse {
    display: none; }

  #nav-left .navbar-toggle {
    display: block; }

  .tinyNavi.navbar-header,
  .shortNavi.navbar-header {
    float: none !important; }
  .tinyNavi.collapse,
  .shortNavi.collapse {
    display: none !important; }
  .tinyNavi.collapse.navbar-right, .tinyNavi.collapsing.navbar-right,
  .shortNavi.collapse.navbar-right,
  .shortNavi.collapsing.navbar-right {
    float: none !important; }
  .tinyNavi.collapse.in, .tinyNavi.collapsing.in,
  .shortNavi.collapse.in,
  .shortNavi.collapsing.in {
    display: block !important; }
  .tinyNavi.collapse .navbar-nav, .tinyNavi.collapsing .navbar-nav,
  .shortNavi.collapse .navbar-nav,
  .shortNavi.collapsing .navbar-nav {
    float: none; }
    .tinyNavi.collapse .navbar-nav > li, .tinyNavi.collapsing .navbar-nav > li,
    .shortNavi.collapse .navbar-nav > li,
    .shortNavi.collapsing .navbar-nav > li {
      float: none; }
  .tinyNavi.navbar-toggle,
  .shortNavi.navbar-toggle {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .menueLeft .collapse {
    display: none; }

  .tinyNavi.navbar-header,
  .shortNavi.navbar-header {
    float: none !important; }
  .tinyNavi.collapse,
  .shortNavi.collapse {
    display: none !important; }
  .tinyNavi.collapse.navbar-right, .tinyNavi.collapsing.navbar-right,
  .shortNavi.collapse.navbar-right,
  .shortNavi.collapsing.navbar-right {
    float: none !important; }
  .tinyNavi.collapse.in, .tinyNavi.collapsing.in,
  .shortNavi.collapse.in,
  .shortNavi.collapsing.in {
    display: block !important; }
  .tinyNavi.collapse .navbar-nav, .tinyNavi.collapsing .navbar-nav,
  .shortNavi.collapse .navbar-nav,
  .shortNavi.collapsing .navbar-nav {
    float: none; }
    .tinyNavi.collapse .navbar-nav > li, .tinyNavi.collapsing .navbar-nav > li,
    .shortNavi.collapse .navbar-nav > li,
    .shortNavi.collapsing .navbar-nav > li {
      float: none; }
  .tinyNavi.navbar-toggle,
  .shortNavi.navbar-toggle {
    display: block !important;
    top: 27px !important; } }
@media only screen and (max-width: 480px) {
  .navbar {
    min-height: 76px; }

  nav .navbar-brand {
    margin-top: 5px; }
    nav .navbar-brand img {
      max-width: 150px !important;
      margin-top: 0px; }

  .menueLeft .collapse {
    display: none; }

  .shortNavi.navbar-header {
    float: none !important; }
  .shortNavi.collapse {
    display: none !important; }
  .shortNavi.collapse.navbar-right, .shortNavi.collapsing.navbar-right {
    float: none !important; }
  .shortNavi.collapse.in, .shortNavi.collapsing.in {
    display: block !important; }
  .shortNavi.collapse .navbar-nav, .shortNavi.collapsing .navbar-nav {
    float: none; }
    .shortNavi.collapse .navbar-nav > li, .shortNavi.collapsing .navbar-nav > li {
      float: none; }
  .shortNavi.navbar-toggle {
    display: block !important; } }
@media only screen and (max-width: 320px) {
  nav .navbar-brand img {
    max-width: 150px !important;
    margin-top: 0px; }

  .menueLeft .collapse {
    display: none; }

  .shortNavi.navbar-header {
    float: none !important; }
  .shortNavi.collapse {
    display: none !important; }
  .shortNavi.collapse.navbar-right, .shortNavi.collapsing.navbar-right {
    float: none !important; }
  .shortNavi.collapse.in, .shortNavi.collapsing.in {
    display: block !important; }
  .shortNavi.collapse .navbar-nav, .shortNavi.collapsing .navbar-nav {
    float: none; }
    .shortNavi.collapse .navbar-nav > li, .shortNavi.collapsing .navbar-nav > li {
      float: none; }
  .shortNavi.navbar-toggle {
    display: block !important; } }
.startseite .jumbotron {
  padding-bottom: 0px; }

.coyoteSlider {
  min-height: 300px;
  background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
  background-color: #131313;
  background-size: 20px 20px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 0px 4px black;
  -moz-box-shadow: 0px 0px 4px black;
  box-shadow: 0px 0px 4px black;
  position: relative;
  z-index: 1; }
  .coyoteSlider.colored {
    background-color: #16286B;
    background-color: #0b2d3e;
    background-color: #002338;
    background-image: url("../image/grauVektoren1.png");
    background-size: cover;
    background-position: 0 0; }
    .coyoteSlider.colored .carousel .carousel-inner .item .pull-right {
      /*max-width:440px;
      max-height:270px;
      position: absolute;
      right: 0;
      top: 28px;*/ }
    .coyoteSlider.colored .carousel .carousel-inner .item.active {
      /*.btn-mainColor {
      	background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
      	background-repeat: repeat-x;
      	border-color: #ccc;
      	background-color: #fff;
      	color: $textColor;
      }*/ }
    .coyoteSlider.colored .carousel-control:hover {
      color: #c73082; }
      .coyoteSlider.colored .carousel-control:hover i {
        border-color: #fff;
        background-color: #fff; }
  .coyoteSlider .container {
    color: #fff; }
  .coyoteSlider .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
  .coyoteSlider .carousel-fade .carousel-inner .active {
    padding: 0px;
    opacity: 1; }
    .coyoteSlider .carousel-fade .carousel-inner .active img {
      width: 100%;
      margin: 15px 0px 0px 0px;
      padding: 7px;
      text-align: left; }
    .coyoteSlider .carousel-fade .carousel-inner .active .txt1 {
      color: #FFF;
      margin: 15px 0px;
      font-size: 45px; }
    .coyoteSlider .carousel-fade .carousel-inner .active .txt2 {
      font-weight: bold;
      margin: 15px 0px;
      text-transform: uppercase;
      color: #FFF; }
    .coyoteSlider .carousel-fade .carousel-inner .active .txt3 {
      float: left;
      margin: 15px 0px;
      width: 100%;
      font-size: 19px; }
      .coyoteSlider .carousel-fade .carousel-inner .active .txt3.short {
        margin-top: 20px;
        width: 290px; }
    .coyoteSlider .carousel-fade .carousel-inner .active .txt4 {
      clear: left;
      position: relative;
      float: left;
      margin: 15px 0px; }
    .coyoteSlider .carousel-fade .carousel-inner .active .btn {
      z-index: 100; }
  .coyoteSlider .carousel-fade .carousel-inner .active.left,
  .coyoteSlider .carousel-fade .carousel-inner .active.right {
    left: 00;
    opacity: 0;
    z-index: 1; }
  .coyoteSlider .carousel-fade .carousel-inner .next.left,
  .coyoteSlider .carousel-fade .carousel-inner .prev.right {
    opacity: 0; }
  .coyoteSlider .carousel-fade .carousel-control {
    z-index: 2; }
  .coyoteSlider .carousel-inner {
    padding-bottom: 20px;
    height: 390px; }
    .coyoteSlider .carousel-inner img {
      float: right; }
  .coyoteSlider .carousel-control {
    opacity: 1; }
    .coyoteSlider .carousel-control.left {
      background-image: none;
      background-repeat: repeat-x;
      left: -7%;
      width: 2%; }
      .coyoteSlider .carousel-control.left i {
        left: 0;
        padding-right: 2px; }
    .coyoteSlider .carousel-control.right {
      background-image: none;
      background-repeat: repeat-x;
      width: 2%;
      right: -7%; }
      .coyoteSlider .carousel-control.right i {
        right: 0;
        padding-left: 3px; }
    .coyoteSlider .carousel-control:hover {
      color: #c73082; }
      .coyoteSlider .carousel-control:hover i {
        border-color: #c73082; }
    .coyoteSlider .carousel-control i {
      font-size: 30px;
      height: 35px;
      width: 35px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: inline-block;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      z-index: 5;
      padding-top: 1px; }
  .coyoteSlider .carousel-indicators {
    bottom: -35px; }

video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  object-fit: fill; }

.video-text {
  color: #FFF !important;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.97) !important; }

.featured_list {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .featured_list .features_slider_wrap {
    padding: 0 8% 0 0; }
  .featured_list img {
    max-height: 100px; }
  .featured_list .bx-window {
    position: relative;
    overflow: hidden; }
  .featured_list ul {
    float: left;
    padding: 0 0 0px;
    position: relative; }
    .featured_list ul li {
      float: left;
      margin: 0 25px 28px 0;
      padding: 0;
      position: relative;
      width: 221px; }
      .featured_list ul li div {
        background: #f6f3f3 none repeat scroll 0 0;
        margin: 0 19px 0 0;
        padding: 5px;
        position: relative;
        text-align: center;
        border-bottom: medium none;
        width: 161px; }
        .featured_list ul li div.bwWrapper {
          background: #f6f3f3 none repeat scroll 0 0;
          border-bottom: medium none;
          margin: 0;
          padding: 0;
          width: auto;
          position: relative; }
          .featured_list ul li div.bwWrapper img {
            width: 100%;
            position: relative; }
    .featured_list ul.features_slider li {
      margin-right: 0;
      font-size: 0;
      line-height: 0;
      width: 195px; }
  .featured_list .bx-prev,
  .featured_list .bx-next {
    background: rgba(0, 0, 0, 0) url("../images/flex/bg_direction_nav.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0;
    height: 20px;
    line-height: 0;
    position: absolute;
    right: -30px;
    top: 40px;
    width: 20px;
    z-index: 9999999; }
  .featured_list .bx-prev {
    left: 0; }
  .featured_list .bx-next {
    background-position: 100% 0;
    left: 2%; }

.slider-buttons {
  position: relative;
  top: -5px; }
  .slider-buttons #slider-next i, .slider-buttons #slider-prev i {
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 30px;
    height: 35px;
    width: 35px;
    z-index: 5; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .featured_list ul.features_slider li {
    width: 195px !important; } }
@media only screen and (min-width: 961px) and (max-width: 991px) {
  .featured_list ul.features_slider li {
    width: 185px !important; } }
@media only screen and (min-width: 749px) and (max-width: 960px) {
  .featured_list ul.features_slider li {
    width: 180px !important; } }
@media only screen and (min-width: 678px) and (max-width: 748px) {
  .featured_list ul.features_slider li {
    width: 235px !important; } }
@media only screen and (min-width: 669px) and (max-width: 677px) {
  .featured_list ul.features_slider li {
    width: 230px !important; } }
@media only screen and (min-width: 516px) and (max-width: 668px) {
  .featured_list ul.features_slider {
    padding-left: 2% !important; }
    .featured_list ul.features_slider li {
      width: 300px !important; } }
@media only screen and (min-width: 483px) and (max-width: 515px) {
  .featured_list ul.features_slider li {
    width: 260px !important; } }
@media only screen and (min-width: 457px) and (max-width: 482px) {
  .featured_list ul.features_slider {
    padding-left: 2% !important; }
    .featured_list ul.features_slider li {
      width: 220px !important; }

  .coyoteSlider .carousel-inner {
    height: auto; }
  .coyoteSlider .carousel-control {
    opacity: 0; }
    .coyoteSlider .carousel-control.left {
      left: 0; }
    .coyoteSlider .carousel-control.right {
      right: 0; } }
@media only screen and (min-width: 379px) and (max-width: 456px) {
  .featured_list ul.features_slider {
    padding-left: 5% !important; }
    .featured_list ul.features_slider li {
      width: 360px !important; }

  .coyoteSlider .carousel-inner {
    height: auto; }
  .coyoteSlider .carousel-control {
    opacity: 0; }
    .coyoteSlider .carousel-control.left {
      left: 0; }
    .coyoteSlider .carousel-control.right {
      right: 0; } }
@media only screen and (max-width: 378px) {
  .featured_list ul.features_slider {
    padding-left: 3% !important; }
    .featured_list ul.features_slider li {
      width: 360px !important; }

  .coyoteSlider .carousel-inner {
    height: auto; }
  .coyoteSlider .carousel-control {
    opacity: 0; }
    .coyoteSlider .carousel-control.left {
      left: 0; }
    .coyoteSlider .carousel-control.right {
      right: 0; } }
.coyoteSlider .carousel .item .next {
  opacity: 0; }
.coyoteSlider .carousel .item.active .animate0 {
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .6s;
  -moz-animation-delay: 0s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  animation-duration: .6s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both; }
.coyoteSlider .carousel .item.active .animate1 {
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: .2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .6s;
  -moz-animation-delay: .2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  animation-duration: .6s;
  animation-delay: .2s;
  animation-timing-function: ease;
  animation-fill-mode: both; }
.coyoteSlider .carousel .item.active .animate2 {
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: .4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .6s;
  -moz-animation-delay: .4s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  animation-duration: .6s;
  animation-delay: .4s;
  animation-timing-function: ease;
  animation-fill-mode: both; }
.coyoteSlider .carousel .item.active .animate3 {
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: .6s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .6s;
  -moz-animation-delay: .6s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  animation-duration: .6s;
  animation-delay: .6s;
  animation-timing-function: ease;
  animation-fill-mode: both; }
.coyoteSlider .carousel .item.active .animate4 {
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: .8s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .6s;
  -moz-animation-delay: .8s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  animation-duration: .6s;
  animation-delay: .8s;
  animation-timing-function: ease;
  animation-fill-mode: both; }
.coyoteSlider .carousel .item.active .animate5 {
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .6s;
  -moz-animation-delay: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  animation-duration: .6s;
  animation-delay: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-ms-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.active .flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }
@-ms-keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.active .shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0); }
  40% {
    -ms-transform: translateY(-30px); }
  60% {
    -ms-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.active .bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1); }
  10%, 20% {
    -ms-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -ms-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -ms-transform: scale(1.1) rotate(-3deg); }
  100% {
    -ms-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.active .tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -moz-transform-origin: top center; }
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-ms-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -ms-transform-origin: top center; }
  20% {
    -ms-transform: rotate(15deg); }
  40% {
    -ms-transform: rotate(-10deg); }
  60% {
    -ms-transform: rotate(5deg); }
  80% {
    -ms-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    transform-origin: top center; }
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.active .swing {
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -ms-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-ms-keyframes wobble {
  0% {
    -ms-transform: translateX(0%); }
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -ms-transform: translateX(20%) rotate(3deg); }
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -ms-transform: translateX(10%) rotate(2deg); }
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -ms-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.active .wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1); }
  50% {
    -ms-transform: scale(1.1); }
  100% {
    -ms-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.active .pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.active .fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.active .fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.active .fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.active .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.active .fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.active .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.active .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.active .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.active .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.active .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.active .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.active .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.active .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.active .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.active .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.active .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.active .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.active .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05); }
  70% {
    -ms-transform: scale(0.9); }
  100% {
    -ms-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.active .bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px); }
  80% {
    -ms-transform: translateY(10px); }
  100% {
    -ms-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.active .bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }
  80% {
    -ms-transform: translateY(-10px); }
  100% {
    -ms-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.active .bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px); }
  80% {
    -ms-transform: translateX(-10px); }
  100% {
    -ms-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.active .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px); }
  80% {
    -ms-transform: translateX(10px); }
  100% {
    -ms-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.active .bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1); }
  25% {
    -ms-transform: scale(0.95); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1); }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.active .bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.active .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.active .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.active .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.active .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.active .rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.active .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.active .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.active .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.active .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.active .rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.active .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.active
.active .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.active .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.active .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-ms-keyframes hinge {
  0% {
    -ms-transform: rotate(0);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  20%, 60% {
    -ms-transform: rotate(80deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  40% {
    -ms-transform: rotate(60deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  100% {
    -ms-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.active .hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -ms-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.active .rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -ms-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.active .rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -ms-animation-name: rollOut;
  animation-name: rollOut; }

li.borderTop {
  margin-top: 5px;
  padding: 5px 0;
  border-top: 1px dotted #707070; }
li.borderBottom {
  padding: 5px 0;
  border-bottom: 1px dotted #707070; }
li a.active {
  color: #c73082; }

.campaignList a {
  color: #555; }
  .campaignList a:hover {
    color: #c73082; }
.campaignList .borderBottom {
  border-bottom: 1px solid #ccc; }
.campaignList .revenue,
.campaignList .bookingState {
  font-weight: bold; }
.campaignList .img {
  margin-bottom: 25px; }
  .campaignList .img.bwWrapper {
    position: relative; }
    .campaignList .img.bwWrapper .recommandation {
      border-bottom: 22px solid red;
      border-left: 22px solid transparent;
      border-right: 22px solid transparent;
      color: #fff;
      height: 0;
      left: -27px;
      position: absolute;
      top: 28px;
      transform: rotate(-45deg);
      width: 133px;
      text-align: center; }
.campaignList .campaignRevenue {
  font-weight: bold;
  font-size: 25px; }

.coregList {
  margin-bottom: 30px; }

ul.list_allowed i {
  color: green;
  margin-right: 5px; }
ul.list_allowed li {
  margin-left: 20px; }
  ul.list_allowed li h4 {
    color: green; }
ul.list_forbidden i {
  color: red;
  margin-right: 5px; }
ul.list_forbidden li {
  margin-left: 20px; }
  ul.list_forbidden li h4 {
    color: red; }

.icon .features {
  width: 100%; }
  .icon .features p {
    margin: 20px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: inline-block; }

ul.sitemaplist li.level2 {
  padding-left: 10px; }
ul.sitemaplist li.level3 {
  padding-left: 20px; }
ul.sitemaplist li.level4 {
  padding-left: 30px; }

.listing {
  margin-bottom: 10px;
  background-color: #DE4B5F;
  background-color: #efefef; }
  .listing.listing-branch-line {
    background-color: #FFF; }
  .listing.listing-tracking-pixel {
    background-color: #efefef; }
  .listing div {
    font-size: 1.0em;
    border: none;
    color: #FFF;
    color: #595959; }
    .listing div.list-text {
      text-align: left;
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      /*.fa {
      	color: #8b8a8a;
      	display: inline-block;
      	font-size: 18px;
      	cursor:pointer;
      	position: relative;
      	top: -4px;
      }*/ }
      .listing div.list-text .additionalField {
        color: rgba(0, 0, 0, 0.65);
        display: block;
        font-size: 15px;
        line-height: 0;
        margin-top: 26px; }
      .listing div.list-text .list-time {
        font-size: 10px;
        line-height: 10px;
        display: block;
        color: #898989;
        font-weight: normal; }
        .listing div.list-text .list-time span {
          font-weight: bold; }
        .listing div.list-text .list-time .tooltip-inner {
          font-size: 14px;
          color: #FFF; }
      .listing div.list-text .statusIcon.success {
        color: #5cb85c; }
      .listing div.list-text .statusIcon.danger {
        color: #d9534f; }
      .listing div.list-text .tooltip-inner {
        font-size: 14px;
        color: #FFF; }
    .listing div.list-numeric {
      text-align: right; }
    .listing div.list-actions {
      text-align: right;
      line-height: 1.3em;
      font-size: 28px;
      margin-top: 2px; }
      .listing div.list-actions a {
        box-shadow: none;
        transition: all 0.2s;
        background-color: inherit;
        background-image: none;
        text-shadow: none;
        color: #FFF;
        color: #224562;
        color: #8A9390; }
        .listing div.list-actions a.btn-default:hover, .listing div.list-actions a.btn-default:focus {
          background-color: inherit;
          background-image: none !important;
          color: #44c6fe; }
      .listing div.list-actions .active {
        color: #44c6fe; }
        .listing div.list-actions .active .fa {
          color: #44c6fe; }
      .listing div.list-actions .tooltip-inner {
        font-size: 14px;
        color: #FFF; }
  .listing.additionalFieldInUse .list-actions a {
    line-height: 40px; }

.listing.create div.list-text {
  font-size: 26px;
  line-height: 40px; }
.listing.create div.list-buttons {
  text-align: right; }
  .listing.create div.list-buttons a {
    margin: 3px 0px 3px 0px; }

@media (max-width: 991px) {
  .listing div.list-actions, .listing div.list-buttons, .listing.create div.list-actions, .listing.create div.list-buttons {
    text-align: left; } }
.table {
  border-radius: 0px !important; }
  .table > thead {
    background-color: #7489cc;
    color: #FFF;
    color: #000;
    color: #FFF;
    font-weight: bold; }
    .table > thead > tr {
      /*> td {
        border-right:1px #E4E4E4 solid;
      }
      > td:last-child{
        border-right:0px;
      }*/ }
      .table > thead > tr > th {
        border-bottom: medium none;
        border-right: 2px; }

.valignMiddle tr td {
  vertical-align: middle !important; }

.coyoteTableWidth {
  width: 100%; }
  .coyoteTableWidth td.width-10 {
    width: 10%; }
  .coyoteTableWidth td.width-20 {
    width: 20%; }

.openSubmenu {
  cursor: pointer; }

#abzweigLogs > td {
  padding: 20px 40px 0;
  background-color: rgba(137, 137, 137, 0.33); }

table.mainData {
  margin: 0px 0px 30px 0px; }
  table.mainData tr td {
    font-size: 20px; }

.pagination {
  margin: 0px 0px 20px 0px;
  padding-right: 0px;
  position: relative;
  z-index: 100; }
  .pagination > li > span {
    color: #555;
    line-height: 1.42857; }
    .pagination > li > span:hover, .pagination > li > span:focus {
      color: #555;
      background-color: #fff; }
  .pagination > li > a {
    color: #c73082;
    line-height: 1.42857; }
    .pagination > li > a:hover {
      color: #555; }

.coyoteTabs {
  margin-bottom: 25px; }
  .coyoteTabs .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #c73082;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    border-width: medium medium 2px; }
    .coyoteTabs .nav-tabs a {
      font-size: 14px;
      padding: 5px 15px;
      border-radius: 0;
      color: #555; }
    .coyoteTabs .nav-tabs li {
      margin-bottom: -2px; }
    .coyoteTabs .nav-tabs > .active > a,
    .coyoteTabs .nav-tabs > .active > a:hover,
    .coyoteTabs .nav-tabs > .active > a:focus,
    .coyoteTabs .nav-tabs > li > a:hover {
      background: #c73082 none repeat scroll 0 0;
      border: medium none;
      color: #fff; }
    .coyoteTabs .nav-tabs > li > a {
      border: medium none; }
  .coyoteTabs .tab-content {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 15px; }
    .coyoteTabs .tab-content h1, .coyoteTabs .tab-content h2, .coyoteTabs .tab-content h3, .coyoteTabs .tab-content h4, .coyoteTabs .tab-content h5, .coyoteTabs .tab-content h6 {
      margin-top: 0; }

.coyoteTabsBig {
  margin-bottom: 25px; }
  .coyoteTabsBig .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #c73082;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    border-width: medium medium 2px; }
    .coyoteTabsBig .nav-tabs a {
      font-size: 18px;
      padding: 5px 15px;
      border-radius: 0;
      color: #555; }
    .coyoteTabsBig .nav-tabs li {
      margin-bottom: -2px; }
    .coyoteTabsBig .nav-tabs > .active > a,
    .coyoteTabsBig .nav-tabs > .active > a:hover,
    .coyoteTabsBig .nav-tabs > .active > a:focus,
    .coyoteTabsBig .nav-tabs > li > a:hover {
      background: #c73082 none repeat scroll 0 0;
      border: medium none;
      color: #fff;
      color: #000;
      color: #3A3A3A; }
    .coyoteTabsBig .nav-tabs > li > a {
      border: medium none; }
  .coyoteTabsBig .tab-content {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 15px; }
    .coyoteTabsBig .tab-content h1, .coyoteTabsBig .tab-content h2, .coyoteTabsBig .tab-content h3, .coyoteTabsBig .tab-content h4, .coyoteTabsBig .tab-content h5, .coyoteTabsBig .tab-content h6 {
      margin-top: 0; }

.coyoteTabsLeft .nav-tabs {
  border: medium none; }
.coyoteTabsLeft .nav-stacked > li > a {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #555;
  font-size: 17px;
  margin-bottom: 3px;
  padding: 4px 8px;
  border-radius: 0; }
.coyoteTabsLeft .nav-stacked > li > a:hover, .coyoteTabsLeft .nav-stacked > li.active a {
  background: #c73082 none repeat scroll 0 0;
  border: 1px solid #c73082;
  color: #fff; }
.coyoteTabsLeft .tab-content {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 15px; }
  .coyoteTabsLeft .tab-content h1, .coyoteTabsLeft .tab-content h2, .coyoteTabsLeft .tab-content h3, .coyoteTabsLeft .tab-content h4, .coyoteTabsLeft .tab-content h5, .coyoteTabsLeft .tab-content h6 {
    margin-top: 0; }

.tab-content {
  padding-top: 20px; }

.coyoteForm input, .coyoteForm select, .coyoteForm textarea {
  margin-bottom: 10px;
  background-color: #F9F9F9; }
.coyoteForm .input-group-addon {
  border-radius: 0px; }
.coyoteForm label {
  color: #555;
  font-weight: bold;
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  line-height: 1.2em !important;
  white-space: normal;
  color: #8D8D8E;
  padding-right: 0;
  text-transform: uppercase; }
  .coyoteForm label a {
    text-decoration: underline !important; }
  .coyoteForm label small {
    text-transform: none;
    font-weight: normal;
    display: block;
    font-style: italic;
    color: #666; }
.coyoteForm .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #236685;
  font-weight: bold; }
  .coyoteForm .form-control:focus {
    border-color: #c73082;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .coyoteForm .form-control.textRight {
    text-align: right; }
  .coyoteForm .form-control::-moz-placeholder {
    color: #B4B4B4;
    opacity: 1; }
  .coyoteForm .form-control::-moz-selection {
    background: #c73082;
    color: #FFF; }
.coyoteForm .input, .coyoteForm .select, .coyoteForm .textarea, .coyoteForm .radio {
  display: block;
  position: relative; }
.coyoteForm .input input,
.coyoteForm .select select,
.coyoteForm .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #555;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-color: #ccc;
  transition: border-color 0.3s ease 0s; }
.coyoteForm .textarea textarea {
  height: auto;
  resize: none; }
  .coyoteForm .textarea textarea:focus {
    border-color: #c73082;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
.coyoteForm .textarea-resizable textarea {
  resize: vertical; }
  .coyoteForm .textarea-resizable textarea:focus {
    border-color: #c73082;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
.coyoteForm .textarea-expandable textarea {
  height: auto; }
  .coyoteForm .textarea-expandable textarea:focus {
    height: auto;
    border-color: #c73082;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
.coyoteForm .radio,
.coyoteForm .checkbox {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 15px;
  line-height: 24px !important;
  color: #555;
  cursor: pointer; }
  .coyoteForm .radio:last-child,
  .coyoteForm .checkbox:last-child {
    margin-bottom: 0; }
  .coyoteForm .radio input,
  .coyoteForm .checkbox input {
    position: absolute;
    left: -9999px; }
    .coyoteForm .radio input + i:after,
    .coyoteForm .checkbox input + i:after {
      position: absolute;
      opacity: 0;
      -ms-transition: opacity 0.1s;
      -moz-transition: opacity 0.1s;
      -webkit-transition: opacity 0.1s; }
    .coyoteForm .radio input:checked + i:after,
    .coyoteForm .checkbox input:checked + i:after {
      opacity: 1; }
  .coyoteForm .radio i,
  .coyoteForm .checkbox i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    background: #fff; }
.coyoteForm .radio i {
  border-radius: 50%; }
.coyoteForm .radio input + i:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999; }
.coyoteForm .radio + .radio {
  margin-top: 0; }
.coyoteForm .checkbox input + i:after {
  content: '\f00c';
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center; }
.coyoteForm .checkbox + .checkbox {
  margin-top: -5px; }
.coyoteForm .radio i,
.coyoteForm .checkbox i,
.coyoteForm .toggle i,
.coyoteForm .icon-append,
.coyoteForm .icon-prepend {
  border-color: #ccc;
  transition: border-color 0.3s ease 0s; }
.coyoteForm .icon-append {
  font-size: 14px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 29px;
  height: 32px;
  background: inherit;
  line-height: 33px;
  min-width: 34px;
  padding: 0 3px;
  right: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ccc;
  color: #ccc; }
.coyoteForm .inline-group {
  margin: 0 -30px -4px 0; }
  .coyoteForm .inline-group:after {
    content: '';
    display: table;
    clear: both; }
  .coyoteForm .inline-group .radio,
  .coyoteForm .inline-group .checkbox {
    float: left;
    margin-right: 30px; }
    .coyoteForm .inline-group .radio:last-child,
    .coyoteForm .inline-group .checkbox:last-child {
      margin-bottom: 4px; }

.shadow-wrapper {
  position: relative;
  z-index: 1; }

.coyoteInfoBox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c4c4c4;
  margin-bottom: 30px;
  padding: 50px 50px 93px 50px;
  min-height: 300px; }
  .coyoteInfoBox h4 {
    font-weight: bold;
    font-size: 25px;
    color: rgba(22, 40, 107, 0.91); }
  .coyoteInfoBox .btn {
    font-size: 12px; }
  .coyoteInfoBox ul {
    padding: 0px 20px; }
    .coyoteInfoBox ul li {
      list-style: circle; }

.coyoteBorderBox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c4c4c4;
  margin-bottom: 30px;
  padding: 20px; }
  .coyoteBorderBox.lightGreen {
    background: #F0FFF0 none repeat scroll 0 0; }
    .coyoteBorderBox.lightGreen textarea {
      background-color: #ffffff; }
  .coyoteBorderBox .coyoteHeadline {
    margin-top: 0px; }
  .coyoteBorderBox .panel-heading {
    padding: 5px 10px 0; }
    .coyoteBorderBox .panel-heading .useExtended {
      position: relative;
      top: 1px; }
  .coyoteBorderBox .coyoteHeadlineDark {
    margin: -20px -20px 20px -20px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #ccc none repeat scroll 0 0;
    display: block; }
    .coyoteBorderBox .coyoteHeadlineDark h2, .coyoteBorderBox .coyoteHeadlineDark h3, .coyoteBorderBox .coyoteHeadlineDark h4 {
      color: #555;
      display: block;
      margin: 0 0 -2px;
      padding-bottom: 5px;
      font-weight: bold; }
    .coyoteBorderBox .coyoteHeadlineDark h5 {
      display: inline; }
  .coyoteBorderBox span.info {
    color: #555;
    margin-bottom: 5px;
    display: block; }
    .coyoteBorderBox span.info b {
      display: block;
      text-decoration: underline;
      margin-bottom: 3px; }
  .coyoteBorderBox iframe {
    border-style: none; }

.coyoteBorderBoxFooter {
  border-top: 1px solid #ccc;
  text-align: right;
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 0px 0px; }
  .coyoteBorderBoxFooter .btn {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    float: right; }

blockquote {
  background-color: #f2f2f2;
  border-left-color: #c73082; }

.coyoteItemBox {
  color: #555;
  padding: 20px;
  background: #f3f3f3;
  line-height: 1.4;
  clear: both;
  position: relative;
  margin: 0 0 40px 0; }
  .coyoteItemBox h2 {
    margin-top: 0px;
    font-size: 21px;
    padding: 0 0 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    color: #000; }
  .coyoteItemBox p {
    line-height: 25px; }
  .coyoteItemBox img.itemImage {
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px; }
  .coyoteItemBox span.info {
    color: #555;
    margin: 10px 0px 10px 0px;
    display: block; }
    .coyoteItemBox span.info b {
      text-decoration: underline;
      margin-bottom: 3px; }
    .coyoteItemBox span.info span {
      display: inline; }
  .coyoteItemBox .recommandation {
    border-bottom: 22px solid #ff0000;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    color: #fff;
    height: 0;
    right: -27px;
    position: absolute;
    top: 28px;
    transform: rotate(45deg);
    width: 133px;
    text-align: center;
    z-index: 100; }

.coyoteItemBoxBorderTop {
  border-top: 2px solid #c73082; }
  .coyoteItemBoxBorderTop.gruen {
    border-top: 2px solid #c73082; }
  .coyoteItemBoxBorderTop.rot {
    border-top: 2px solid #C02C2C; }
  .coyoteItemBoxBorderTop.orange {
    border-top: 2px solid #FFAA00; }
  .coyoteItemBoxBorderTop.grau {
    border-top: 2px solid #555; }

.coyoteBox {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  margin-top: 0px;
  padding: 20px; }

.coyoteBoxLight {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #c73082 #eee #eee;
  border-image: none;
  border-style: solid;
  border-width: 2px 1px 1px; }
  .coyoteBoxLight.errorBox {
    -moz-border-top-colors: red #FFDFDF #FFDFDF;
    border-color: red #FFDFDF #FFDFDF !important;
    background-color: #FFDFDF !important;
    color: #E03C3C !important; }
    .coyoteBoxLight.errorBox h1, .coyoteBoxLight.errorBox h2, .coyoteBoxLight.errorBox h3, .coyoteBoxLight.errorBox h4, .coyoteBoxLight.errorBox h5, .coyoteBoxLight.errorBox h6 {
      color: #E03C3C !important; }
    .coyoteBoxLight.errorBox .fa {
      color: #b7b7b7; }
  .coyoteBoxLight.confirmBox {
    -moz-border-top-colors: #72c02c;
    border-color: #72c02c #b9f8b9 #b9f8b9;
    background-color: #b9f8b9; }
  .coyoteBoxLight.questionBox {
    -moz-border-top-colors: #FBFE00;
    border-color: #ffac00 #FFE04A #FFE04A;
    background-color: #FFE04A; }
  .coyoteBoxLight.contactBox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f3f3f3 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #666;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 2px;
    font-size: 16px;
    padding: 18px;
    margin: 60px 0px 0px 0px; }
    .coyoteBoxLight.contactBox h3 {
      display: inline;
      margin-right: 20px; }
    .coyoteBoxLight.contactBox p {
      display: inline; }
    .coyoteBoxLight.contactBox a {
      float: right; }

.box-shadow {
  background: #fff none repeat scroll 0 0;
  position: relative; }

.box-shadow::after, .box-shadow::before {
  background: #999 none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  left: 5px;
  max-width: 300px;
  position: absolute;
  top: 80%;
  width: 50%;
  z-index: -1; }

.shadowEffectA {
  position: relative; }

.shadowEffectA::after, .shadowEffectA::before, .shadowEffectB::before, .shadow-effect-4::after {
  box-shadow: 0 15px 10px #999;
  transform: rotate(-3deg); }

.shadowEffectA::after, .shadow-effect-4::after {
  left: auto;
  right: 5px;
  transform: rotate(3deg); }

#coyoteTestimonials .rounded {
  border-radius: 5px !important; }
#coyoteTestimonials .rounded-x {
  border-radius: 50% !important; }
#coyoteTestimonials p {
  background: #DDD none repeat scroll 0 0;
  font-size: 14px;
  font-style: italic;
  padding: 15px; }
  #coyoteTestimonials p::after {
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid;
    border-top-color: #DDD;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0; }
  #coyoteTestimonials p::after, #coyoteTestimonials p::before {
    bottom: -20px;
    left: 80px; }
#coyoteTestimonials .item p {
  position: relative; }
#coyoteTestimonials .testimonial-info {
  color: #72c02c;
  font-size: 16px;
  margin-top: 18px;
  padding: 0 15px; }
  #coyoteTestimonials .testimonial-info .avatar, #coyoteTestimonials .testimonial-info img {
    border: 1px solid #ccc;
    float: left;
    height: 60px;
    margin-right: 15px;
    padding: 2px;
    width: 60px;
    text-align: center; }
  #coyoteTestimonials .testimonial-info em {
    color: #777;
    display: block;
    font-size: 13px; }

.amountBox {
  margin: 0 0 20px;
  padding-top: 7px; }
  .amountBox span {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none; }

.notFixed .modal {
  margin-top: 100px; }

#basic.modal .modal-body label {
  margin-top: 8px; }

#conditionList div.input-group {
  margin-bottom: 15px; }

#typeData .input-group {
  width: 100%; }

.well {
  border-radius: 0px; }

.info-block {
  font-size: 29px;
  height: 100px;
  line-height: 55px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0px;
  color: #236685; }
  .info-block .arrow-right {
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-right: 27px solid #ffffff;
    border-top: 15px solid rgba(0, 0, 0, 0);
    height: 0;
    position: absolute;
    right: -1px;
    top: 35px;
    width: 0; }

.post.post_medium {
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd; }
  .post.post_medium .date {
    text-align: center;
    width: 60px;
    position: absolute;
    top: -10px;
    left: 10px;
    border: 1px solid #5C2B68;
    background-color: #c73082;
    z-index: 100;
    border-radius: 3px;
    color: #fff;
    font-weight: bold; }
  .post.post_medium .col-md-12 .desc h4 {
    padding-left: 70px; }
.post .imageBG {
  background-color: #c4c4c4; }

.coyoteBlogPost {
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .coyoteBlogPost.bordered {
    border-bottom: 1px solid #c4c4c4; }
  .coyoteBlogPost .postTitle {
    font-size: 24px;
    line-height: 30px !important;
    font-weight: 400;
    padding: 10px 0px 10px 0px;
    margin: 0; }
  .coyoteBlogPost .postInfo {
    font-weight: 200;
    font-style: italic; }
  .coyoteBlogPost .postContent {
    font-weight: 200;
    line-height: 1.5em; }
  .coyoteBlogPost .imageBG {
    background-color: #c4c4c4;
    min-height: 170px;
    position: relative; }
    .coyoteBlogPost .imageBG img {
      width: 100%; }
    .coyoteBlogPost .imageBG .dateBadge {
      position: absolute;
      z-index: 10;
      top: 20px;
      left: 0px;
      width: 50px;
      height: 45px;
      background-color: #c73082;
      color: #ffffff; }
      .coyoteBlogPost .imageBG .dateBadge span.day {
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
        margin: 4px 0px 0px 0px;
        padding: 0px;
        display: block;
        text-align: center; }
      .coyoteBlogPost .imageBG .dateBadge span.month {
        font-size: 14px;
        line-height: 14px;
        margin: 0px;
        padding: 0px;
        display: block;
        text-align: center; }

.datepicker {
  background-color: white; }
  .datepicker.dropdown-menu {
    box-shadow: none;
    min-width: 200px;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .datepicker table {
    border-top: 0px;
    border: none;
    background-color: #ffffff; }
    .datepicker table thead th {
      border: 0px;
      vertical-align: middle;
      padding: 10px; }
    .datepicker table td {
      background-color: #ffffff;
      border: 0px;
      padding: 10px !important;
      border: none;
      background-color: transparent; }
      .datepicker table td:hover {
        background-color: white;
        border: none; }
      .datepicker table td.active {
        background: #ccc !important;
        color: #555 !important; }
      .datepicker table td span.active {
        background: #ccc !important;
        color: #555 !important; }
      .datepicker table td.today, .datepicker table td.today:hover, .datepicker table td.today.disabled, .datepicker table td.today.disabled:hover {
        background-color: #c73082 !important;
        background-image: -moz-linear-gradient(center top, #c73082, #4bf5ff) !important;
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        color: #000 !important; }
      .datepicker table td.today.active {
        background: #ccc !important;
        color: #555 !important; }

.coyoteBreadcrumb {
  background-color: rgba(22, 40, 107, 0.91);
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 10px 0 6px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #FFF; }
  .coyoteBreadcrumb .container {
    padding: 10px 15px 10px 15px;
    color: #FFF; }
    .coyoteBreadcrumb .container h1 a, .coyoteBreadcrumb .container .newsCat a {
      color: #c73082; }
      .coyoteBreadcrumb .container h1 a:hover, .coyoteBreadcrumb .container .newsCat a:hover {
        opacity: 0.8; }
  .coyoteBreadcrumb .breadcrumb > li + li::before {
    color: #FFF; }
  .coyoteBreadcrumb h1 {
    color: #FFF;
    font-size: 22px; }
  .coyoteBreadcrumb .newsCat {
    display: inline-block;
    font-size: 22px;
    font-weight: 200;
    margin-left: 15px;
    margin-top: 2px; }
  .coyoteBreadcrumb .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0; }
    .coyoteBreadcrumb .breadcrumb > li {
      display: inline-block; }
      .coyoteBreadcrumb .breadcrumb > li:before {
        color: #555; }
    .coyoteBreadcrumb .breadcrumb a {
      color: #c73082; }
      .coyoteBreadcrumb .breadcrumb a:hover {
        color: #43a9e1; }

.coyoteTextBar img, .coyoteTeaserBar img {
  max-width: 150px;
  max-height: 150px; }

.coyoteTextBar {
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 10px 0 30px;
  margin-bottom: 50px;
  position: relative; }
  .coyoteTextBar .container {
    padding: 15px; }
  .coyoteTextBar.colored {
    background-color: #c73082;
    background-image: url("../image/grauVektoren1.png");
    background-size: cover; }
  .coyoteTextBar h1 {
    color: #555;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0px;
    /*font-style: italic;*/
    font-weight: bold; }
  .coyoteTextBar span {
    display: inline-block;
    margin: 5px 0px 0px 0px;
    width: 80%;
    /*font-style: italic;*/ }
  .coyoteTextBar:after {
    content: '';
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 1px;
    width: 100%; }
  .coyoteTextBar .container {
    position: relative; }
    .coyoteTextBar .container a {
      font-size: 18px;
      font-weight: 200;
      margin-top: 50px;
      margin-top: 13%; }

.coyoteAmountsBar, .coyoteOfferingBar, .coyoteRegistrationBar {
  position: relative;
  background-color: #16286B;
  background-image: url("../image/grauVektoren1.png");
  background-size: cover;
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: -26px;
  padding: 25px 0; }
  .coyoteAmountsBar h1, .coyoteOfferingBar h1, .coyoteRegistrationBar h1 {
    color: #555;
    font-size: 22px;
    margin-top: 15px; }
  .coyoteAmountsBar .counters, .coyoteOfferingBar .counters, .coyoteRegistrationBar .counters {
    -webkit-box-shadow: inset 0px 0px 4px 2px #7e8776;
    -moz-box-shadow: inset 0px 0px 4px 2px #7e8776;
    box-shadow: inset 0px 0px 4px 2px #7e8776;
    color: #555;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 200;
    background: white none repeat scroll 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 5px;
    margin: 20px 0;
    min-height: 146px; }
    .coyoteAmountsBar .counters span, .coyoteAmountsBar .counters h4, .coyoteOfferingBar .counters span, .coyoteOfferingBar .counters h4, .coyoteRegistrationBar .counters span, .coyoteRegistrationBar .counters h4 {
      color: #555;
      font-family: "Open Sans",Arial,sans-serif;
      font-weight: 600;
      z-index: 4;
      position: relative; }
    .coyoteAmountsBar .counters h4, .coyoteOfferingBar .counters h4, .coyoteRegistrationBar .counters h4 {
      font-weight: bold;
      border-bottom: 3px #E3E3E3 solid;
      padding-bottom: 5px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 15px; }
      .coyoteAmountsBar .counters h4 span, .coyoteOfferingBar .counters h4 span, .coyoteRegistrationBar .counters h4 span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px !important;
        letter-spacing: 0px !important;
        margin-top: 7px; }
    .coyoteAmountsBar .counters span, .coyoteOfferingBar .counters span, .coyoteRegistrationBar .counters span {
      font-size: 36px;
      z-index: 4; }
    .coyoteAmountsBar .counters sup, .coyoteOfferingBar .counters sup, .coyoteRegistrationBar .counters sup {
      font-size: 21px; }
    .coyoteAmountsBar .counters .counterCore, .coyoteOfferingBar .counters .counterCore, .coyoteRegistrationBar .counters .counterCore {
      overflow: hidden;
      position: relative;
      min-height: 146px;
      /*&.nextpayment{
         span{
            color:#517a2d;
         }
      }*/
         /*&.outpayment{
            span{
               color:#6788B5;
            }
         }

         &.confirmpayment{
            span{
               color:#A5B03E;
            }
         }
         &.notconfirmpayment{
            span{
               color:#CD8069;
            }
         }*/ }
      .coyoteAmountsBar .counters .counterCore span, .coyoteOfferingBar .counters .counterCore span, .coyoteRegistrationBar .counters .counterCore span {
        font-size: 42px;
        z-index: 4;
        color: #555;
        letter-spacing: -2px;
        font-weight: 400;
        text-shadow: -1px 1px 9px white; }
      .coyoteAmountsBar .counters .counterCore sup, .coyoteOfferingBar .counters .counterCore sup, .coyoteRegistrationBar .counters .counterCore sup {
        font-size: 32px;
        left: 2px;
        top: -26px;
        position: relative; }
        .coyoteAmountsBar .counters .counterCore sup .delimeter, .coyoteOfferingBar .counters .counterCore sup .delimeter, .coyoteRegistrationBar .counters .counterCore sup .delimeter {
          font-size: 53px;
          left: 2px;
          position: absolute;
          top: 24px; }
      .coyoteAmountsBar .counters .counterCore i, .coyoteOfferingBar .counters .counterCore i, .coyoteRegistrationBar .counters .counterCore i {
        color: #EBEBEB;
        font-size: 71px;
        left: 170px;
        position: absolute;
        top: 56px;
        transform: rotate(30deg);
        z-index: 3; }
        .coyoteAmountsBar .counters .counterCore i.fa-cube, .coyoteAmountsBar .counters .counterCore i.fa-code-fork, .coyoteAmountsBar .counters .counterCore i.fa-paper-plane, .coyoteAmountsBar .counters .counterCore i.fa-dashboard, .coyoteAmountsBar .counters .counterCore i.fa-dollar, .coyoteAmountsBar .counters .counterCore i.fa-table, .coyoteAmountsBar .counters .counterCore i.fa-search, .coyoteAmountsBar .counters .counterCore i.fa-file, .coyoteOfferingBar .counters .counterCore i.fa-cube, .coyoteOfferingBar .counters .counterCore i.fa-code-fork, .coyoteOfferingBar .counters .counterCore i.fa-paper-plane, .coyoteOfferingBar .counters .counterCore i.fa-dashboard, .coyoteOfferingBar .counters .counterCore i.fa-dollar, .coyoteOfferingBar .counters .counterCore i.fa-table, .coyoteOfferingBar .counters .counterCore i.fa-search, .coyoteOfferingBar .counters .counterCore i.fa-file, .coyoteRegistrationBar .counters .counterCore i.fa-cube, .coyoteRegistrationBar .counters .counterCore i.fa-code-fork, .coyoteRegistrationBar .counters .counterCore i.fa-paper-plane, .coyoteRegistrationBar .counters .counterCore i.fa-dashboard, .coyoteRegistrationBar .counters .counterCore i.fa-dollar, .coyoteRegistrationBar .counters .counterCore i.fa-table, .coyoteRegistrationBar .counters .counterCore i.fa-search, .coyoteRegistrationBar .counters .counterCore i.fa-file {
          color: #f2f2f2;
          font-size: 190px;
          left: -23px;
          position: absolute;
          top: -36px;
          z-index: 3; }
        .coyoteAmountsBar .counters .counterCore i.fa-cube, .coyoteOfferingBar .counters .counterCore i.fa-cube, .coyoteRegistrationBar .counters .counterCore i.fa-cube {
          left: -23px;
          top: -31px; }
        .coyoteAmountsBar .counters .counterCore i.fa-paper-plane, .coyoteOfferingBar .counters .counterCore i.fa-paper-plane, .coyoteRegistrationBar .counters .counterCore i.fa-paper-plane {
          transform: rotate(0deg); }
        .coyoteAmountsBar .counters .counterCore i.fa-code-fork, .coyoteOfferingBar .counters .counterCore i.fa-code-fork, .coyoteRegistrationBar .counters .counterCore i.fa-code-fork {
          font-size: 216px;
          left: 3px;
          top: -27px; }
        .coyoteAmountsBar .counters .counterCore i.fa-dashboard, .coyoteOfferingBar .counters .counterCore i.fa-dashboard, .coyoteRegistrationBar .counters .counterCore i.fa-dashboard {
          left: -17px;
          top: -55px; }
        .coyoteAmountsBar .counters .counterCore i.fa-dollar, .coyoteOfferingBar .counters .counterCore i.fa-dollar, .coyoteRegistrationBar .counters .counterCore i.fa-dollar {
          left: -23px;
          top: -31px; }
        .coyoteAmountsBar .counters .counterCore i.fa-table, .coyoteOfferingBar .counters .counterCore i.fa-table, .coyoteRegistrationBar .counters .counterCore i.fa-table {
          transform: rotate(0deg); }
        .coyoteAmountsBar .counters .counterCore i.fa-search, .coyoteOfferingBar .counters .counterCore i.fa-search, .coyoteRegistrationBar .counters .counterCore i.fa-search {
          font-size: 216px;
          left: 3px;
          top: -27px; }
        .coyoteAmountsBar .counters .counterCore i.fa-file, .coyoteOfferingBar .counters .counterCore i.fa-file, .coyoteRegistrationBar .counters .counterCore i.fa-file {
          left: -17px;
          top: -55px; }
        .coyoteAmountsBar .counters .counterCore i.fa-bars, .coyoteOfferingBar .counters .counterCore i.fa-bars, .coyoteRegistrationBar .counters .counterCore i.fa-bars {
          left: 160px;
          /*color:#DDF1F5;*/ }
        .coyoteAmountsBar .counters .counterCore i.fa-file-text-o, .coyoteOfferingBar .counters .counterCore i.fa-file-text-o, .coyoteRegistrationBar .counters .counterCore i.fa-file-text-o {
          /*color:#DDF5E1;*/ }
        .coyoteAmountsBar .counters .counterCore i.fa-question, .coyoteOfferingBar .counters .counterCore i.fa-question, .coyoteRegistrationBar .counters .counterCore i.fa-question {
          font-size: 96px;
          left: 181px;
          top: 43px;
          /*color:#FCE9E9;*/ }
        .coyoteAmountsBar .counters .counterCore i.fa-star-o, .coyoteOfferingBar .counters .counterCore i.fa-star-o, .coyoteRegistrationBar .counters .counterCore i.fa-star-o {
          font-size: 83px;
          left: 166px;
          top: 51px;
          /*color:#F4F2D2;*/ }
        .coyoteAmountsBar .counters .counterCore i.fa-dollar, .coyoteOfferingBar .counters .counterCore i.fa-dollar, .coyoteRegistrationBar .counters .counterCore i.fa-dollar {
          left: 160px;
          /*color:#DDF1F5;*/ }
        .coyoteAmountsBar .counters .counterCore i.fa-table, .coyoteOfferingBar .counters .counterCore i.fa-table, .coyoteRegistrationBar .counters .counterCore i.fa-table {
          /*color:#DDF5E1;*/ }
        .coyoteAmountsBar .counters .counterCore i.fa-search, .coyoteOfferingBar .counters .counterCore i.fa-search, .coyoteRegistrationBar .counters .counterCore i.fa-search {
          font-size: 96px;
          left: 181px;
          top: 43px;
          /*color:#FCE9E9;*/ }
        .coyoteAmountsBar .counters .counterCore i.fa-file, .coyoteOfferingBar .counters .counterCore i.fa-file, .coyoteRegistrationBar .counters .counterCore i.fa-file {
          font-size: 83px;
          left: 166px;
          top: 51px;
          /*color:#F4F2D2;*/ }
  .coyoteAmountsBar:before, .coyoteOfferingBar:before, .coyoteRegistrationBar:before {
    content: '';
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    right: 0px;
    height: 0px;
    width: 100%; }
  .coyoteAmountsBar:after, .coyoteOfferingBar:after, .coyoteRegistrationBar:after {
    content: '';
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 0px;
    width: 100%; }

.coyoteOfferingBar {
  min-height: 600px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 110px; }

.coyoteRegistrationBar {
  min-height: 600px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 28px; }

.coyoteIconBar {
  margin-top: 35px;
  margin-bottom: 50px; }
  .coyoteIconBar .features {
    text-align: center; }
    .coyoteIconBar .features p {
      font-size: 18px;
      text-transform: uppercase; }
  .coyoteIconBar .icon i {
    background-color: #555555;
    border-radius: 50%;
    color: #ffffff;
    font-size: 44px;
    height: 90px;
    line-height: 44px;
    padding-top: 25px;
    position: relative;
    text-align: center;
    width: 90px; }
    .coyoteIconBar .icon i:after {
      border: 1px solid #555;
      border-radius: 50% !important;
      bottom: -8px;
      content: " ";
      left: -8px;
      position: absolute;
      right: -8px;
      top: -8px; }
  .coyoteIconBar .icon:hover i {
    background-color: #c73082; }
  .coyoteIconBar .icon:hover i:after {
    border-color: #c73082; }

.coyoteTeaserBar {
  position: relative;
  background-color: #c73082;
  background-image: url("../image/grauVektoren1.png");
  background-size: cover;
  overflow: hidden;
  margin: -26px 0px 25px 0px;
  color: #FFF; }
  .coyoteTeaserBar .container {
    padding: 15px 0px; }
    .coyoteTeaserBar .container .btn {
      float: right; }
  .coyoteTeaserBar h1 {
    color: #FFF;
    font-size: 36px;
    margin: 0px 0px 0px 0px;
    font-style: normal;
    font-weight: 400; }
  .coyoteTeaserBar span {
    display: inline-block;
    margin: 12px 0px 0px 0px;
    width: 80%;
    font-style: normal; }
  .coyoteTeaserBar a {
    margin-top: 15px; }
  .coyoteTeaserBar:before {
    content: '';
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    right: 0px;
    height: 1px;
    width: 100%; }
  .coyoteTeaserBar:after {
    content: '';
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 1px;
    width: 100%; }
  .coyoteTeaserBar .btn {
    background-color: #4A7425;
    border-color: #4A7425;
    color: #fff;
    background-image: none; }
    .coyoteTeaserBar .btn:hover {
      background-color: #568d32;
      border-color: #568d32;
      color: #fff;
      background-image: none !important; }

.coyoteProgressBar h5 {
  margin: 0px 0px 7px 0px;
  font-weight: bold; }
.coyoteProgressBar .progress {
  margin: 0px 0px 25px 0px;
  height: 35px;
  position: relative;
  border-radius: 0px; }
  .coyoteProgressBar .progress span.titel, .coyoteProgressBar .progress span.max {
    position: absolute;
    font-size: 16px;
    top: 5px;
    color: #403E3E; }
  .coyoteProgressBar .progress span.titel {
    left: 15px;
    text-transform: uppercase; }
  .coyoteProgressBar .progress span.max {
    right: 15px; }
.coyoteProgressBar .progress-bar {
  background-image: none; }
  .coyoteProgressBar .progress-bar.highlight1, .coyoteProgressBar .progress-bar.highlight1:focus {
    background-color: #334C81;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight1:hover {
    background-color: #334C81;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight2, .coyoteProgressBar .progress-bar.highlight2:focus {
    background-color: #537ACF;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight2:hover {
    background-color: #537ACF;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight3, .coyoteProgressBar .progress-bar.highlight3:focus {
    background-color: #687082;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight3:hover {
    background-color: #687082;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight4, .coyoteProgressBar .progress-bar.highlight4:focus {
    background-color: #A5B2CF;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight4:hover {
    background-color: #A5B2CF;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight5, .coyoteProgressBar .progress-bar.highlight5:focus {
    background-color: #7D7D7D;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight5:hover {
    background-color: #7D7D7D;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight6, .coyoteProgressBar .progress-bar.highlight6:focus {
    background-color: #4D4D4D;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.highlight6:hover {
    background-color: #4D4D4D;
    border-color: transparent;
    color: #fff; }
  .coyoteProgressBar .progress-bar.mainColor {
    background-color: #c73082;
    background-color: #c73082;
    border-color: transparent;
    color: #fff; }

@media (max-width: 1199px) {
  .coyoteProgressBar h5 {
    margin: 0px 0px 7px 0px;
    font-weight: bold; }
  .coyoteProgressBar .progress {
    margin: 0px 0px 39px 0px;
    height: 57px;
    position: relative;
    border-radius: 0px; }
    .coyoteProgressBar .progress span.titel, .coyoteProgressBar .progress span.max {
      position: absolute;
      font-size: 16px;
      top: 15px;
      color: #403E3E; }
    .coyoteProgressBar .progress span.titel {
      left: 15px; }
    .coyoteProgressBar .progress span.max {
      right: 15px; } }
.coyoteContactFooterBar h3 {
  font-size: 22px; }
.coyoteContactFooterBar p {
  font-size: 22px;
  font-weight: 200; }

@media only screen and (max-width: 1200px) {
  .coyoteIconBar .features {
    margin-top: 40px; }

  .breadcrumb {
    display: none; } }
@media only screen and (max-width: 980px) {
  .coyoteTextBar .container a, .coyoteTeaserBar .container a {
    margin-top: 15px; } }
.coyoteFlot {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 40px;
  overflow: auto;
  /*padding: 0 20px 20px;*/
  position: relative;
  width: 100%; }
  .coyoteFlot .content {
    padding: 15px 3px 0;
    position: relative; }
  .coyoteFlot .header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #dadada;
    padding: 15px 0 0;
    position: relative; }
  .coyoteFlot .actions {
    float: right;
    position: relative;
    top: 10px; }
    .coyoteFlot .actions a {
      margin-right: 10px; }

#placeholder {
  height: 300px; }

.monad-chart-legend {
  position: absolute;
  z-index: 9;
  top: 0px;
  height: 80%;
  overflow: auto;
  width: 20%; }
  .monad-chart-legend table {
    width: auto;
    margin: 20px 0 0 20px;
    border: none; }
    .monad-chart-legend table tr {
      background: transparent; }
    .monad-chart-legend table tr:hover {
      background: none; }
    .monad-chart-legend table td {
      border: 0;
      padding: 0 5px 3px 5px; }
  .monad-chart-legend .legendColorBox > div {
    border: 0 !important; }
  .monad-chart-legend .legendColorBox > div > div {
    border-width: 6px !important; }

.monad-chart-legend.right {
  top: 40px;
  right: 50px; }

.monad-chart-labelselect-legend {
  display: inline-block;
  width: 85px; }

.monad-chart-labelselect.dropdown-menu {
  background-color: #ffffff;
  left: auto;
  right: 0px;
  padding: 10px;
  opacity: 0.9; }

#monad-chart-tooltip {
  position: absolute;
  display: none;
  border: 1px solid #000;
  padding: 5px;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
  background-color: #000;
  opacity: 0.8; }

.monad-chart-labelselect {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  list-style: outside none none;
  margin: 2px 0 0;
  opacity: 0.9;
  padding: 10px;
  position: absolute;
  text-align: left;
  min-width: 160px;
  z-index: 1000;
  top: initial;
  bottom: initial;
  left: initial;
  right: 0px; }

/*
.flot-tick-label{
    color:red;
}*/
.btn {
  border-radius: 3px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-shadow: none; }
  .btn.btn-mainColor {
    background-color: #c73082;
    color: #000;
    color: #FFF;
    font-weight: bold !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn.btn-mainColor:hover {
    background-color: #c73082; }
  .btn.btn-secondColor {
    background-color: #7489cc;
    color: #fff;
    font-weight: bold !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn.btn-secondColor:hover {
    background-color: #7489cc; }
  .btn.btn-abortColor {
    background-color: #C02C2C;
    color: #fff; }
  .btn.topBuffer {
    margin-top: 25px; }
  .btn.btn-info {
    background-color: #c73082; }
  .btn.btn-default, .btn.btn-primary, .btn.btn-info, .btn.btn-success, .btn.btn-warning, .btn.btn-danger {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn.big {
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    background: #fff none repeat scroll 0 0;
    color: #555;
    border: solid #555 2px;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
    .btn.big:hover {
      background: #333 none repeat scroll 0 0;
      border-color: #333;
      color: #fff; }

.coyoteContactFooterBar .btn {
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  background: #fff none repeat scroll 0 0;
  color: #555;
  border: solid #555 2px;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
  text-transform: uppercase; }
  .coyoteContactFooterBar .btn:hover {
    background: #333 none repeat scroll 0 0;
    border-color: #333;
    color: #fff; }

.modal-body .btn {
  margin-bottom: 5px; }

.accordion .panel {
  border-radius: 0; }
  .accordion .panel.panel-default > .panel-heading {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #f3f3f3;
    background-image: none;
    padding: 7px 7px 7px 5px;
    font-weight: bold; }
    .accordion .panel.panel-default > .panel-heading a {
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 5px 15px;
      font-size: 14px; }
  .accordion .panel.panel-default > .panel-collapse > .panel-body a {
    color: #555;
    text-decoration: underline dotted; }
    .accordion .panel.panel-default > .panel-collapse > .panel-body a:hover {
      color: #c73082; }

.panel {
  border-radius: 0px; }

.panel-blank {
  background-color: #ffffff !important; }

.footer {
  background: #464D52 none repeat scroll 0 0;
  color: #fff;
  padding: 24px 0px 0px 0px; }
  .footer .footer-logo {
    float: left;
    padding: 0 10px;
    max-height: 90px;
    max-width: 336px;
    vertical-align: middle;
    width: 100%; }
  .footer h3, .footer h2 {
    color: #eee;
    font-size: 18px;
    font-weight: 200; }
  .footer a {
    color: #ACC6ED; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .col-md-3 {
    margin-bottom: 0px; }

.copyright {
  background: #222 none repeat scroll 0 0;
  border-top: medium none;
  padding: 5px 0 5px;
  color: #fff; }
  .copyright p {
    margin: 0; }
  .copyright .poweredBy a {
    color: #FFF; }

.fastLink {
  margin-top: 10px; }
  .fastLink .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .fastLink .icon p {
      font-size: 12px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      line-height: 25px; }
  .fastLink .icon:hover {
    transform: translate(0px, -20px); }
    .fastLink .icon:hover p {
      font-size: 18px;
      line-height: 25px; }
  .fastLink .features {
    margin: 10px 0px 30px 0px; }

@media (min-width: 1200px) {
  .fastLink {
    margin-top: 45px; } }
.variables h1, .variables h2, .variables h3, .variables h4, .variables h5, .variables h6 {
  margin-top: 0px; }
.variables .leftContainer {
  border-right: 1px solid #dcdcdc; }

#usedInputFieldList .list-group-item {
  margin: 15px 0px 0px 0px; }

#notUsedInputFieldList {
  margin: 0px 0px 20px 0px; }

@media only screen and (max-width: 990px) {
  .variables .leftContainer {
    border-right: 0px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px; } }
/* ########################################## */
/* ### Kontaktseite                      #### */
/* ########################################## */
.contactInfo {
  margin-bottom: 30px; }
  .contactInfo.inverse {
    color: #FFF; }
    .contactInfo.inverse h2 {
      color: #FFF; }
  .contactInfo p {
    font-size: 14px; }
  .contactInfo .form-control {
    border-radius: 0px; }
  .contactInfo .company {
    font-size: 30px;
    color: #16286B;
    margin-top: 30px; }
  .contactInfo .address {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.0em;
    color: #16286B; }
  .contactInfo span {
    font-size: 24px;
    color: #colorText; }
  .contactInfo span.block {
    display: block; }
  .contactInfo i.fa {
    font-size: 24px;
    color: #C6C6C6; }
  .contactInfo .input-group-addon {
    padding: 3px 11px;
    border-radius: 0px;
    background-color: #fef8f8; }
  .contactInfo img {
    max-width: 270px;
    width: 100%; }

.highlight .contactInfo .company, .highlight .contactInfo .address, .highlight .contactInfo span, .highlight .contactInfo i.fa {
  color: #FFF; }

#kontaktFormModal {
  margin-left: auto; }
  #kontaktFormModal.in {
    display: flex !important;
    align-items: center; }
  #kontaktFormModal .modal-content {
    border-radius: 0px;
    background-color: #323131;
    padding: 10px; }
    #kontaktFormModal .modal-content .form-control, #kontaktFormModal .modal-content .input-group-addon {
      border-radius: 0px; }
    #kontaktFormModal .modal-content .modal-header .close {
      color: #FFF;
      opacity: 0.8; }
    #kontaktFormModal .modal-content .modal-header .modal-title {
      color: #FFF; }
    #kontaktFormModal .modal-content .modal-body .row {
      color: #FFF; }
      #kontaktFormModal .modal-content .modal-body .row .img-container {
        text-align: center;
        margin-top: 0%; }
      #kontaktFormModal .modal-content .modal-body .row h1, #kontaktFormModal .modal-content .modal-body .row h2, #kontaktFormModal .modal-content .modal-body .row h3, #kontaktFormModal .modal-content .modal-body .row h4, #kontaktFormModal .modal-content .modal-body .row h5, #kontaktFormModal .modal-content .modal-body .row h6 {
        color: #FFF; }

@media (max-width: 970px) {
  #kontaktFormModal .modal-dialog {
    width: 100%;
    margin: 10px; }
  #kontaktFormModal .modal-content .modal-body .row .img-container {
    text-align: left;
    margin-top: 0px; } }
.klausbg {
  background: #fff;
  height: 616px;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  cursor: default;
  padding: 0;
  margin-bottom: 30px;
  /*border-right:1px solid #f0f0f0;*/ }

.klausbg-small {
  height: 150px; }

.klausheader {
  height: 236px;
  border-bottom: 1px solid #f0f0f0; }

.klausbg h5 {
  color: #2d2f37;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 10px; }

.klausbg p {
  color: #9fa5ae;
  font-size: 16px;
  font-weight: 300;
  float: left;
  width: 100%;
  margin-top: -10px; }

.klaus_package {
  color: #2d2f37;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  width: 100%; }

.klaus_price {
  font-size: 46px;
  font-weight: 300;
  float: left;
  width: 100%;
  margin-top: 10px; }

.klaus_featured {
  width: 130px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ccc;
  border-radius: 0px 0px 5px 5px;
  font-size: 15px;
  padding-top: 1px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.8px; }

.klaus_features {
  border-bottom: 1px solid #f0f0f0; }

.klaus_features li {
  height: 40px;
  list-style: none;
  text-align: left;
  font-size: 14px;
  color: #54565b;
  font-weight: 400;
  padding-top: 10px;
  padding-left: 10px; }

.klaus_features li i {
  padding-right: 10px;
  font-size: 16px; }

.klaus_plancolor {
  background: #f4f4f4; }

.klaus_getaquote {
  width: 180px;
  height: 36px;
  margin-left: auto;
  margin-right: auto; }

.klaus_getaquote li {
  list-style: none;
  height: 36px;
  margin-top: 28px; }

.klaus_getaquote li a {
  color: #fff;
  float: left;
  width: 100%;
  height: 36px;
  padding-top: 8px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.klaus_getaquote li a:hover {
  text-decoration: none; }

/*Skin v3*/
.skinthreecolor {
  color: #c73082; }

.skinthreebg {
  background: #c73082; }

.skinthreeklaus_features i {
  color: #c73082; }

.skinthreegetquote li a {
  background: #c73082; }

.skinthreegetquote li a:hover {
  background: #7489cc; }

.skinthreeultimate {
  background: #7489cc;
  border: 0;
  color: #fff;
  background-image: url("../image/grauVektoren1.png");
  background-size: cover; }

.skinthreeucolor {
  border-bottom: 1px solid #7489cc; }

.skinthreeucolor h5 {
  color: #fff; }

.skinthreeucolor span {
  color: #fff; }

.skinthreeucolor p {
  color: #fff; }

.skinthreeucolor li {
  color: #fff; }

.skinthreeucolor i {
  color: #fff; }

.skinthreeklaus_plancolor {
  background: #7489cc none repeat scroll 0 0; }

.skinthreeucolorget li a {
  background: #fff;
  color: #c73082; }

.skinthreeucolorget li a:hover {
  background: #7489cc;
  color: #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: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.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, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(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; }

/* ###  Back to top button #### */
#backToTop {
  font-size: 0px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 50; }
  #backToTop a span {
    transition: all 0.3s ease 0s; }

#backToTop.show {
  font-size: 16px; }

/*lila #7489cc
pink #c73082

blau
	rgba(22,40,107,0.91)
	#1E3C6D

grau rgba(255, 255, 255, 0.9)*/

/*# sourceMappingURL=coyoteFrontend.css.map */
