.cke_chrome.cke_focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #66afe9 !important;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #66afe9 !important;
  outline: 0 none;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
       -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
          transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.cke_chrome {
  border-radius: 4px;
  padding: 4px !important;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
       -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
          transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #ccc !important;
}
.cke_top {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
  margin-left: -4px !important;
  margin-top: -4px !important;
  margin-right: -4px !important;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.cke_top .cke_button,
.cke_top .cke_combo_button {
  -webkit-filter: grayscale(100%) opacity(50%);
          filter: grayscale(100%) opacity(50%);
  -webkit-transition: -webkit-filter 0.15s ease-in-out 0s, filter 0.15s ease-in-out 0s;
       -o-transition: filter 0.15s ease-in-out 0s;
          transition: filter 0.15s ease-in-out 0s;
}
.cke_chrome.cke_focus .cke_top .cke_button,
.cke_chrome.cke_focus .cke_top .cke_combo_button {
  -webkit-filter: grayscale(0%) opacity(100%);
          filter: grayscale(0%) opacity(100%);
}
.cke_bottom {
  border-bottom: 1px solid  #ccc !important;
  border-left: 1px solid  #ccc !important;
  border-right: 1px solid  #ccc !important;
  margin-left: -5px !important;
  margin-bottom: -5px !important;
  margin-right: -5px !important;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cke_focus .cke_bottom {
  border-bottom: 1px solid #66afe9 !important;
  border-left: 1px solid #66afe9 !important;
  border-right: 1px solid #66afe9 !important;
}
#sidebar {
  background-color: #2b2e33;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1100;
}
#sidebar-shadow {
  background: url("/themes/backend/public/lava3/img/gradient_hor.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  height: 100%;
  left: 250px;
  position: fixed;
  top: 0;
  width: 34px;
}
#sidebar #FrontendSwitch .fa.fa-desktop.fa-lg {
  font-size: 1.25em;
}
.backend.sidebar-mini {
  margin-left: 48px;
}
.backend.sidebar-mini #FrontendSwitchMenu {
  display: none;
  position: absolute;
  top: 0;
  left: 48px;
  background: red;
}
.backend.sidebar-mini #menu-header .toggle-menu #FrontendSwitchMenu {
  display: none;
  position: absolute;
  top: 0;
  left: 48px;
  padding: 0;
  background-color: #34383F;
  z-index: 1110;
}
.backend.sidebar-mini #menu-header .toggle-menu #FrontendSwitchMenu li {
  display: block;
  width: 60px;
}
.backend.sidebar-mini #menu-header .toggle-menu #FrontendSwitchMenu li a {
  padding: 16px 0;
}
.backend.sidebar-mini #menu-header .toggle-menu #FrontendSwitchMenu li a#FrontendSwitch {
  padding: 20px 0;
}
.backend.sidebar-mini #menu-header .toggle-menu #FrontendSwitchMenu li:hover {
  background-color: #373A41;
}
.backend.sidebar-mini #FrontendSwitchContainer:hover {
  background-color: #373A41;
}
.backend.sidebar-mini .sidebar-nav a .adminSidebar-icon {
  width: 48px;
}
.backend.sidebar-mini #sidebar {
  width: 48px;
}
.backend.sidebar-mini .sidebar-nav {
  width: 48px;
}
.backend.sidebar-mini .sidebar-nav > li.current.hasSub a::after {
  display: none;
}
.backend.sidebar-mini .sidebar-nav li a {
  position: relative;
  padding: 11.5px 0;
  color: #adadad;
  -webkit-transition: color 0.15s linear 0s;
       -o-transition: color 0.15s linear 0s;
          transition: color 0.15s linear 0s;
}
.backend.sidebar-mini .sidebar-nav li a .adminSidebar-title {
  font-size: 0;
}
.backend.sidebar-mini .sidebar-nav li a .adminSidebar-arrow {
  float: right;
  display: none;
}
.backend.sidebar-mini .sidebar-nav > li > ul {
  position: fixed;
  left: 48px;
  width: 200px;
  margin-top: -43px;
}
.backend.sidebar-mini .sidebar-nav > li ul.collapsing,
.backend.sidebar-mini .sidebar-nav > li ul.collapse.in {
  height: auto;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}
.backend.sidebar-mini .sidebar-nav > li ul.collapsing > li .adminSidebar-title,
.backend.sidebar-mini .sidebar-nav > li ul.collapse.in > li .adminSidebar-title {
  font-size: 14px;
}
.backend.sidebar-mini .sidebar-nav > li ul > li a {
  padding: 11.5px 20px;
}
.backend.sidebar-mini .sidebar-nav > li ul > li ul.collapsing,
.backend.sidebar-mini .sidebar-nav > li ul > li ul.collapse.in {
  margin-top: 0;
}
.backend.sidebar-mini #menu-header .toggle-menu {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
}
.backend.sidebar-mini #menu-header .toggle-menu a {
  display: block;
  padding: 20px 0;
  color: #adadad;
}
.backend.sidebar-mini #menu-header .toggle-menu a:hover {
  background-color: #373a41;
  color: white;
}
.backend.sidebar-mini #menu-header .website {
  width: 100%;
}
.backend.sidebar-mini #menu-header .website a {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border-radius: 0;
}
.backend.sidebar-mini #menu-header .adminSidebarLogo {
  background: url("/resources/public/lava3/img/logo.png") no-repeat scroll 100% center;
  height: 60px;
  margin-left: 8px;
  width: 32px;
}
.backend.sidebar-mini #menu-content {
  background-color: #2b2e33;
  position: fixed;
  top: 180px;
  bottom: 180px;
  display: inline-block;
  height: auto;
  width: 48px;
}
.backend.sidebar-mini #menu-content .menu-container {
  display: inline-block;
  overflow-x: hidden !important;
  height: 100%;
  width: 100%;
}
.backend.sidebar-mini #menu-footer {
  bottom: 0;
  clear: both;
  display: block;
  padding: 0;
  left: 0;
  position: fixed;
  height: 140px;
  width: 48px;
  z-index: 1101;
}
.backend.sidebar-mini #menu-footer:before {
  width: 84%;
}
.backend.sidebar-mini #menu-footer .menu-footer-shadow-fake {
  background: url("/themes/backend/public/lava3/img/gradient.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 27px;
  margin-top: -27px;
  width: 100%;
}
.backend.sidebar-mini #menu-footer .menu-footer-shadow {
  display: block;
}
.backend.sidebar-mini #menu-footer .menu-footer-shadow .menu-footer-buttons {
  display: block;
}
.backend.sidebar-mini #menu-footer .menu-footer-shadow .menu-footer-buttons a {
  background-color: #2b2e33;
  color: #5f656d;
  padding: 10px 0;
  text-align: center;
  display: block;
}
.backend.sidebar-mini #menu-footer .menu-footer-shadow .menu-footer-buttons a:hover {
  color: white;
  background-color: #373A41;
}
.backend.sidebar-mini #menu-footer .menu-footer-shadow .menu-footer-buttons a.in {
  color: white;
}
.backend.sidebar-mini #menu-footer .menu-footer-copyright {
  background-color: #2b2e33;
  color: #5f656d;
  font-size: smaller;
  text-align: center;
  padding: 5px;
  cursor: default;
}
.backend.sidebar-large {
  margin-left: 250px;
}
.backend.sidebar-large #sidebar {
  width: 250px;
}
.backend.sidebar-large #FrontendSwitchMenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0;
  background-color: #373A41;
  z-index: 1110;
}
.backend.sidebar-large #FrontendSwitchMenu li {
  display: block;
  width: 60px;
}
.backend.sidebar-large #FrontendSwitchContainer:hover {
  background-color: #373A41;
}
.backend.sidebar-large .sidebar-nav {
  width: 250px;
}
.backend.sidebar-large .sidebar-nav > li.current.hasSub a::after {
  display: none;
}
.backend.sidebar-large .sidebar-nav li a {
  padding: 11.5px 26px 11.5px 31px;
  color: #adadad;
  -webkit-transition: color 0.15s linear 0s;
       -o-transition: color 0.15s linear 0s;
          transition: color 0.15s linear 0s;
}
.backend.sidebar-large .sidebar-nav li a .adminSidebar-icon {
  padding-right: 10px;
}
.backend.sidebar-large .sidebar-nav li a .adminSidebar-arrow {
  float: right;
}
.backend.sidebar-large #menu-header .toggle-menu {
  display: block;
  position: relative;
  text-align: center;
  float: left;
  width: 60px;
}
.backend.sidebar-large #menu-header .toggle-menu a {
  display: block;
  padding: 20px 0;
  color: #adadad;
}
.backend.sidebar-large #menu-header .toggle-menu a:hover {
  color: white;
  background-color: #373a41;
}
.backend.sidebar-large #menu-header .website {
  float: left;
  width: 100%;
}
.backend.sidebar-large #menu-header .website a {
  width: 100%;
  border-radius: 0;
}
.backend.sidebar-large #menu-header .adminSidebarLogo {
  background: url("/resources/public/lava3/img/logo.png") no-repeat scroll center center;
  height: 60px;
  float: left;
  width: 130px;
}
.backend.sidebar-large #menu-content {
  background-color: #2b2e33;
  position: fixed;
  top: 94px;
  bottom: 59px;
  display: inline-block;
  height: auto;
  width: 250px;
}
.backend.sidebar-large #menu-content .menu-container {
  display: inline-block;
  overflow-x: hidden !important;
  height: 100%;
  width: 100%;
}
.backend.sidebar-large #menu-footer {
  bottom: 0;
  clear: both;
  display: block;
  padding: 0;
  left: 0;
  position: fixed;
  height: 59px;
  width: 250px;
  z-index: 1101;
}
.backend.sidebar-large #menu-footer .menu-footer-shadow-fake {
  background: url("/themes/backend/public/lava3/img/gradient.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 27px;
  margin-top: -27px;
  width: 100%;
}
.backend.sidebar-large #menu-footer .menu-footer-shadow {
  display: block;
}
.backend.sidebar-large #menu-footer .menu-footer-shadow .menu-footer-buttons {
  display: block;
}
.backend.sidebar-large #menu-footer .menu-footer-shadow .menu-footer-buttons a {
  background-color: #2b2e33;
  color: #5f656d;
  padding: 10px 0;
  text-align: center;
  width: 33.3333%;
  display: block;
  float: left;
}
.backend.sidebar-large #menu-footer .menu-footer-shadow .menu-footer-buttons a:hover {
  color: white;
  background-color: #373A41;
}
.backend.sidebar-large #menu-footer .menu-footer-shadow .menu-footer-buttons a.in {
  color: white;
}
.backend.sidebar-large #menu-footer .menu-footer-copyright {
  background-color: #2b2e33;
  color: #5f656d;
  font-size: smaller;
  text-align: center;
  padding: 5px;
  cursor: default;
}
#FrontendSwitchDevices .fa-tablet {
  -webkit-transform: translate(-9px);
      -ms-transform: translate(-9px);
       -o-transform: translate(-9px);
          transform: translate(-9px);
}
#FrontendSwitchDevices .fa-mobile {
  -webkit-transform: translate(9px) rotate(7deg);
      -ms-transform: translate(9px) rotate(7deg);
       -o-transform: translate(9px) rotate(7deg);
          transform: translate(9px) rotate(7deg);
}
#lava3-iframe-preview {
  frameborder: 0;
  border: none;
}
#iframeZoom {
  position: absolute;
  top: 0;
  right: 0;
  left: 150px;
  bottom: 0;
}
#iframePreviewDIV {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-color: #999999;
  border-radius: 36px;
  border-style: solid;
  border-width: 14px 60px;
  background: white;
  -webkit-transition: all 500ms;
       -o-transition: all 500ms;
          transition: all 500ms;
  -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.27);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
#iframePreviewDIV #iframeScroller,
#iframePreviewDIV #lava3-iframe-preview {
  -webkit-transition: all 500ms;
       -o-transition: all 500ms;
          transition: all 500ms;
}
#iframeTouchEmulator {
  background: rgba(255, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
#iframePreviewDIV.rotate {
  border-width: 60px 14px;
}
#deviceList {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 160px;
}
#deviceList .currentZoom {
  text-align: center;
}
#deviceList ul {
  list-style-type: none;
  padding: 0;
}
#deviceList ul i {
  -webkit-transition: color 0.15s linear 0s;
       -o-transition: color 0.15s linear 0s;
          transition: color 0.15s linear 0s;
  width: 32px;
  text-align: center;
  vertical-align: middle;
}
#deviceList ul li {
  -webkit-transition: color 0.15s linear 0s;
       -o-transition: color 0.15s linear 0s;
          transition: color 0.15s linear 0s;
  font-size: 16px;
  padding-left: 2px;
  cursor: pointer;
  margin-bottom: 3px;
}
#deviceList ul li:hover span {
  color: white;
}
#deviceList ul li:hover i {
  color: #3187d6;
}
#deviceList ul li.active {
  color: white;
}
.sidebar-large #iframeContainer {
  left: 250px;
}
.sidebar-mini #iframeContainer {
  left: 48px;
}
#iframeContainer {
  color: #747474;
  bottom: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  display: block;
  position: fixed;
  background: #5d5f5d;
  background: -webkit-radial-gradient(center center, ellipse, #5d5f5d 0%, #414141 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-radial-gradient(center center, ellipse, #5d5f5d 0%, #414141 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: radial-gradient(ellipse at center center, #5d5f5d 0%, #414141 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d5f5d', endColorstr='#414141', GradientType=1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#menu-footer:before {
  position: absolute;
  width: 96%;
  height: 40%;
  left: 2%;
  border-radius: 50%;
  z-index: -1;
  top: 0;
  content: "";
  -webkit-box-shadow: 0 -7px 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 -7px 16px rgba(0, 0, 0, 0.4);
}
.sidebar-nav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
}
.sidebar-nav a {
  display: block;
}
.sidebar-nav a .adminSidebar-icon {
  -webkit-transition: color 0.15s linear 0s;
       -o-transition: color 0.15s linear 0s;
          transition: color 0.15s linear 0s;
  width: 34px;
  text-align: center;
}
.sidebar-nav a .adminSidebar-title {
  -webkit-transition: color 0.15s linear 0s;
       -o-transition: color 0.15s linear 0s;
          transition: color 0.15s linear 0s;
}
.sidebar-nav a:hover .adminSidebar-icon {
  color: #3187d6;
}
.sidebar-nav a:hover .adminSidebar-title {
  color: white;
}
.sidebar-nav a:hover .adminSidebar-arrow {
  color: white;
}
.sidebar-nav a:hover,
.sidebar-nav a:active,
.sidebar-nav a:focus {
  text-decoration: none;
}
.sidebar-nav a.collapsed .adminSidebar-arrow {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.sidebar-nav a .adminSidebar-arrow {
  -webkit-transition: color 0.15s linear 0s, -webkit-transform 0.15s linear 0s;
       -o-transition: color 0.15s linear 0s, -o-transform 0.15s linear 0s;
          transition: color 0.15s linear 0s, transform 0.15s linear 0s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-nav li.in > a > .adminSidebar-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-nav > li {
  display: block;
  position: relative;
}
.sidebar-nav > li.in {
  background-color: #16191F;
}
.sidebar-nav > li.in > a.single {
  border-left: 3px solid #00a2d9;
}
.sidebar-nav > li.in > a .adminSidebar-icon {
  color: white;
  margin-left: -3px;
}
.sidebar-nav > li.in > a .adminSidebar-title {
  color: white;
}
.sidebar-nav > li.in > a .adminSidebar-arrow {
  color: white;
}
.sidebar-nav > li.in > a.submenu {
  border-left: none;
}
.sidebar-nav > li ul {
  background-color: #34383F;
  clear: both;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sidebar-nav > li ul > li .submenu li {
  background-color: #3e434a;
}
.sidebar-nav > li ul > li.in > a.single {
  border-left: 3px solid #00a2d9;
}
.sidebar-nav > li ul > li.in > a .adminSidebar-icon {
  color: white;
}
.sidebar-nav > li ul > li.in > a .adminSidebar-title {
  color: white;
}
.sidebar-nav > li ul > li.in > a .adminSidebar-arrow {
  color: white;
}
.sidebar-nav > li ul > li.in ul > li.in > .adminSidebar-icon {
  color: white;
}
.sidebar-nav > li ul > li.in ul > li.in > .adminSidebar-title {
  color: white;
}
.sidebar-nav > li ul > li.in ul > li.in > .adminSidebar-arrow {
  color: white;
}
#sidebar .dropdown-toggle {
  width: 100%;
}
#sidebar .dropdown-menu {
  width: 100%;
  border: none;
  background-color: #2b2e33;
}
#sidebar .dropdown-menu > li > a {
  color: #adadad;
  text-align: center;
}
#sidebar .dropdown-menu > li > a:focus,
#sidebar .dropdown-menu > li > a:hover {
  color: white;
  background-color: #2b2e33;
}
#sidebar .fa.fa-desktop.fa-lg {
  font-size: 1.05em;
}
.navbar.navbar-default.navbar-fixed-top {
  background-color: #dfe5e9;
  color: #464646;
  min-height: 60px;
  z-index: 1090;
  /*-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;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);*/
}
.navbar.navbar-default.navbar-fixed-top .navbar-brand .draftTitle {
  display: none;
}
.backend .navbar-default .navbar-brand {
  color: #464646;
}
.draft .navbar.navbar-default.navbar-fixed-top .navbar-brand .draftTitle {
  display: inline;
}
.scrolledDown {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.backend.sidebar-large .navbar-fixed-top {
  left: 250px;
}
.backend.sidebar-mini .navbar-fixed-top {
  left: 48px;
}
.backend .mainArea {
  padding-top: 80px;
}
.backend .navbar-brand {
  height: auto;
  line-height: 57px;
  padding: 0 20px;
  font-size: 20px;
}
.backend .navbar-right {
  margin-right: 0;
  line-height: 57px;
}
.backend .navbar-right .dropdown-menu li {
  line-height: 20px;
}
.backend .navbar-right .dropdown-menu li span {
  padding: 3px 20px;
  line-height: 1.42857;
  white-space: nowrap;
  display: block;
}
.backend .navbar-right .btn {
  margin-left: 10px;
}
.backend .navbar-nav > li {
  float: left;
}
.fast {
  -webkit-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
     animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
}
.normal {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
     animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
}
.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  -o-animation-duration: .75s;
     animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  -o-animation-duration: .75s;
     animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -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);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    -o-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);
    -o-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 {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    -o-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);
    -o-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;
  -o-animation-name: bounce;
     animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
   -o-transform-origin: center bottom;
      transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -o-animation-name: flash;
     animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
     animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  -o-animation-name: rubberBand;
     animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -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);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -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 {
  0%,
  100% {
    -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;
  -o-animation-name: shake;
     animation-name: shake;
}
@-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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-o-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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
   -o-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
     animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
     animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes wobble {
  0% {
    -webkit-transform: none;
    -o-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);
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -o-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);
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
     animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-o-keyframes jello {
  0%,
  11.1%,
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
     animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
   -o-transform-origin: center;
      transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
     animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
     animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
     animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
     animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-o-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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -o-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-o-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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
     animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
     animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -o-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-o-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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
     animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
     animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
     animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
     animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
     animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
     animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
     animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
     animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
     animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
     animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
     animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
     animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
     animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
     animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
     animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
     animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
     animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
     animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
     animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-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;
    -o-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;
    -o-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;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-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;
    -o-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;
    -o-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;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -o-animation-name: flip;
     animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-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;
    -o-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-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;
    -o-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
     animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-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;
    -o-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-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;
    -o-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
     animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -o-animation-name: flipOutX;
     animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -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;
  -o-animation-name: flipOutY;
     animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
     animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
     animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
     animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
     animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
     animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
     animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
     animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -o-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;
  -o-animation-name: rotateOut;
     animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -o-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 {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -o-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;
  -o-animation-name: rotateOutDownLeft;
     animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -o-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 {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -o-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;
  -o-animation-name: rotateOutDownRight;
     animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -o-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 {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -o-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;
  -o-animation-name: rotateOutUpLeft;
     animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -o-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 {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -o-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;
  -o-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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -o-animation-name: hinge;
     animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
     animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    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;
  -o-animation-name: rollOut;
     animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    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;
  -o-animation-name: zoomIn;
     animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    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);
  }
}
@-o-keyframes zoomInDown {
  0% {
    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);
    -o-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);
    -o-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 {
  0% {
    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);
    -o-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);
    -o-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;
  -o-animation-name: zoomInDown;
     animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    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);
  }
}
@-o-keyframes zoomInLeft {
  0% {
    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);
    -o-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);
    -o-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 {
  0% {
    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);
    -o-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);
    -o-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;
  -o-animation-name: zoomInLeft;
     animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    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);
  }
}
@-o-keyframes zoomInRight {
  0% {
    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);
    -o-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);
    -o-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 {
  0% {
    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);
    -o-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);
    -o-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;
  -o-animation-name: zoomInRight;
     animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    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);
  }
}
@-o-keyframes zoomInUp {
  0% {
    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);
    -o-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);
    -o-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 {
  0% {
    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);
    -o-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);
    -o-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;
  -o-animation-name: zoomInUp;
     animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-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);
  }
  100% {
    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);
  }
}
@-o-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);
    -o-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);
  }
  100% {
    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;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-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);
    -o-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);
  }
  100% {
    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;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-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;
  -o-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);
  }
  100% {
    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;
  }
}
@-o-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-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);
  }
  100% {
    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;
  }
}
@-o-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-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);
  }
  100% {
    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);
  }
}
@-o-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);
    -o-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);
  }
  100% {
    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;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-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);
    -o-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);
  }
  100% {
    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;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-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;
  -o-animation-name: zoomOutUp;
     animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
     animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
     animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
     animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
     animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
     animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
     animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
     animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
     animation-name: slideOutUp;
}
#MediaManager {
  z-index: 150;
}
.sidebar-mini #MediaManager {
  margin-left: 48px;
}
.sidebar-large #MediaManager {
  margin-left: 250px;
}
#MediaManager .mediamanager-list {
  list-style: outside none none;
  outline: 0 none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 8px;
  height: 100%;
  width: 100%;
}
#MediaManager .attachment {
  -moz-user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #464646;
  cursor: pointer;
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 8px;
  position: relative;
  text-align: center;
  width: 20%;
  -webkit-transition: -webkit-box-shadow 250ms;
       -o-transition: box-shadow 250ms;
          transition: box-shadow 250ms;
}
#MediaManager .attachment.selected {
  -webkit-box-shadow: 0 0 0 3px #fff inset, 0 0 0 7px #1e8cbe inset;
          box-shadow: 0 0 0 3px #fff inset, 0 0 0 7px #1e8cbe inset;
  outline: 0 none;
}
#MediaManager .attachment.selected .check {
  display: block;
}
#MediaManager .attachment .check {
  background: none repeat scroll 0 0 #1e8cbe;
  display: none !important;
  /* disabling the checkmark stuff  .. remove !important and its back - is only hidden*/
  height: 24px;
  outline: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1e8cbe;
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1e8cbe;
  color: white;
  padding-top: 4px;
}
#MediaManager .attachment .title {
  background-color: rgba(43, 46, 51, 0.8);
  bottom: 8px;
  color: black;
  font-size: 11px;
  left: 8px;
  padding-left: 3px;
  padding-right: 3px;
  padding: 5px;
  position: absolute;
  right: 8px;
  text-align: left;
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
  cursor: default;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#MediaManager .attachment .title a {
  color: #fff !important;
  font-size: 11px;
}
#MediaManager .attachment-preview {
  background: none repeat scroll 0 0 #eee;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
  cursor: pointer;
  position: relative;
  content: "";
  display: block;
  padding-top: 100%;
}
#MediaManager .attachment .mlthumbnail {
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.1s ease 0s;
       -o-transition: opacity 0.1s ease 0s;
          transition: opacity 0.1s ease 0s;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  content: "";
  display: block;
}
#MediaManager .attachment .mlthumbnail .centered {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
       -o-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 100%;
}
#MediaManager .attachment .mlthumbnail .centered img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 10%;
  max-height: 10%;
  -webkit-transform: translate(-50%, -50%) scale(10);
      -ms-transform: translate(-50%, -50%) scale(10);
       -o-transform: translate(-50%, -50%) scale(10);
          transform: translate(-50%, -50%) scale(10);
}
#MediaManager .attachment .mlthumbnail .centered.fileicon {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  top: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
#MediaManager .attachment .mlthumbnail .centered img.fileicon {
  width: 32px;
  height: 32px;
  max-width: none;
  max-height: none;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
#MediaManager .attachment .mlthumbnail .centered img.zoom {
  height: 100%;
  width: auto;
}
.draggablePreview {
  z-index: 800;
  border: 1px solid #808080;
  background-color: #d3d3d3;
}
#MediaManager #images {
  display: block;
  position: relative;
  height: 100%;
}
#MediaManager #MMMenubar {
  overflow: hidden;
  height: 30px;
}
#MediaManager {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 40%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-top: 1px solid darkgrey;
  background-color: white;
}
#MediaManagerTaskbar {
  position: fixed;
  bottom: 0;
  right: 0;
  /*height:32px;*/
}
#MediaManagerTaskbar .navbar-default {
  /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);*/
  border-top-left-radius: 15px !important;
}
#MediaManagerResize {
  display: block;
  width: 100%;
  background-color: #484c51;
  border-top: 5px dotted #2B2E33;
  cursor: n-resize;
}
/* Slider */
#MediaManager #mm-slider {
  width: 150px;
  background: url("/resources/public/vendors/jquery/ui/images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #ffffff;
  border: 1px solid #aaaaaa;
  color: #222222;
  border-radius: 20px;
  margin-top: 7px;
  margin-right: 16px;
  height: 16px;
}
#MediaManager #mm-slider .ui-slider-range-min {
  border-radius: 20px;
  background-color: #ededed;
}
#MediaManager #mm-slider .ui-slider-handle {
  font-weight: normal;
  border-radius: 20px;
  height: 30px;
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out 0.05s;
       -o-transition: box-shadow 0.1s ease-in-out 0.05s;
          transition: box-shadow 0.1s ease-in-out 0.05s;
  width: 30px;
  outline: none;
  margin-top: -4px;
}
#MediaManager #mm-slider .ui-slider-handle.ui-state-default.ui-state-focus,
#MediaManager #mm-slider .ui-slider-handle.ui-state-default.ui-state-hover {
  background: #dadada;
  border: 1px solid #999999;
  color: #212121;
  font-weight: normal;
}
#MediaManager #mm-slider .ui-slider-handle.ui-state-default {
  background: #e6e6e6;
  border: 1px solid #999999;
  color: #212121;
}
#MediaManager #mm-slider .ui-slider-handle.ui-state-active {
  background: url("/resources/public/vendors/jquery/ui/images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #ffffff;
  border: 1px solid #aaaaaa;
  color: #212121;
  -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.3);
          box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.3);
}
/* Navbar */
#MediaManager .navbar,
#MediaManagerTaskbar .navbar {
  /*height:32px;*/
  padding-top: 0;
  min-height: 32px !important;
  margin-bottom: 0;
  border-radius: 0;
}
#MediaManager .nav.navbar-nav,
#MediaManagerTaskbar .nav.navbar-nav {
  /*height:30px;*/
  padding-top: 6px;
}
#MediaManagerTaskbar .nav.navbar-nav {
  width: 160px;
}
#MediaManager .nav.navbar-nav li {
  padding-left: 15px;
}
#MediaManager .nav.navbar-nav li .btn {
  margin-top: -2px;
}
#MediaManager .navbar #category {
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  /*height:auto;*/
  padding: 0;
  display: inline-block;
  font-size: inherit;
}
#MediaManager .navbar .navbar-brand,
#MediaManagerTaskbar .navbar .navbar-brand {
  color: #5e5e5e;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  cursor: default;
}
#MediaManager .navbar .navbar-label {
  margin-bottom: 0;
  font-weight: normal;
}
#MediaManagerNavbar {
  display: block;
  position: relative;
}
#MediaManagerTaskbar .navbar {
  display: block;
  position: relative;
  width: 180px;
}
#MediaManagerTaskbar .navbar-brand {
  font-size: 12px !important;
}
.backend .modal-backdrop.in {
  z-index: 149;
}
#ratiosPanel button {
  margin-bottom: 5px;
}
.cropvalue {
  float: left;
  margin-right: 5px;
}
.valuesRow {
  padding-top: 15px;
}
.modalboxlabel {
  color: #5e5e5e;
}
.modalTabs {
  position: absolute;
  left: -50px;
  top: 57px;
  width: 50px;
}
.mTab {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
}
.mTab:hover {
  opacity: 1;
}
.activetab {
  opacity: 1;
}
.mTab .fa {
  margin-top: 10px;
  width: 50px;
  text-align: center;
  color: #5e5e5e;
}
.imgSize {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #2b2e33;
  padding: 5px;
  opacity: 0.8;
  color: #adadad;
  font-size: 12px;
}
#MediaManagerNavbar .navbar {
  /*background-color:#16191f;*/
  padding: 10px;
}
#fixrow {
  display: none;
}
#category-modal .modal-lg {
  width: 500px;
}
i {
  pointer-events: none;
}
.jstree i,
.tree-item-title i {
  pointer-events: inherit;
}
#fancybox-loading div {
  cursor: wait;
  background: transparent url(/resources/public/lava3/img/ajax-loader.gif) no-repeat center center;
  width: 200px;
}
#fancybox-loading {
  background-image: none;
}
#wrapper {
  width: 100%;
}
.hint {
  font-size: 12px;
}
body.backend {
  overflow-y: scroll;
}
.backend .form-flash {
  margin-left: 20px;
  margin-right: 20px;
}
.backend .form-modal .modallabelcheckbox {
  position: relative;
}
.backend .form-modal .objattr-checkbox .checkbox {
  display: block;
  position: absolute;
  right: -6px;
  bottom: 0;
}
.backend .form-modal .objattr-checkbox .checkbox input[type="checkbox"] {
  margin-top: 3px;
}
.backend .form-modal .objattr-checkbox .checkbox span.text {
  display: block;
  width: 20px;
}
.backend a,
.backend a:focus,
.backend a:hover,
.backend a:active {
  outline: 0 none;
}
.backend .title h2 {
  margin-bottom: 12px;
  margin-top: 32px;
  height: 33px;
}
.backend .title h2 a {
  margin-bottom: 5px;
}
.backend .modelView .panel.panel-default {
  border-top-left-radius: 0;
}
.backend .modelView .nav-tabs > li > a {
  border-bottom-left-radius: 0;
}
.backend .modelview .modelOptions .form-btns {
  position: inherit;
  z-index: inherit;
  bottom: inherit;
  right: inherit;
  margin-top: 15px;
  margin-bottom: 0;
  display: inherit;
}
.backend .modelview .modelOptions .form-btns .pull-right.btn-group {
  float: none !important;
}
.backend .modelview .modelOptions .pagination {
  position: inherit;
  bottom: inherit;
  float: right;
  right: inherit;
  margin: inherit;
}
.backend .modelOptions .has-children {
  margin-bottom: 7px;
}
.backend .modelOptions .child-elements {
  display: none;
  margin-left: 50px;
}
.backend .modelOptions .checkbox,
.backend .modelOptions .radio {
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.backend .modelOptions .tree-structure {
  position: inherit;
}
.backend .modelOptions .panel-heading {
  background-color: white;
  padding: 0;
}
.backend .modelOptions .panel-heading .panel-title a {
  width: 100%;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
}
.backend .modelOptions .panel-heading .panel-title a,
.backend .modelOptions .panel-heading .panel-title a:hover,
.backend .modelOptions .panel-heading .panel-title a:focus,
.backend .modelOptions .panel-heading .panel-title a:active {
  text-decoration: none;
}
.backend .modelOptions .panel-heading .panel-title a::after {
  color: black;
  content: "";
  float: right;
  font-family: fontAwesome;
}
.backend .modelOptions .panel-heading .panel-title a.collapsed::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.backend .modelOptions .panel-body {
  position: relative;
}
.backend .modelOptions .panel-group .panel + .panel {
  margin-top: 0;
}
.backend .modelOptions .grid-view {
  margin: 0;
  padding-bottom: 0;
}
.backend .modelOptions .grid-view table {
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}
.backend .modelOptions .grid-view table td label input[type="checkbox"] {
  margin-left: -14px;
  margin-top: 3px;
}
.backend .modelOptions .grid-view table td label span {
  display: inline-block;
}
.backend .modelOptions .grid-view table td label span input {
  display: inline-block;
  height: 21px;
  width: 34px;
  padding: 3px;
  font-size: 14px;
  font-weight: normal;
  margin-left: 7px;
  margin-right: 7px;
}
.backend .modelOptions .grid-view table td label span a {
  display: inline-block;
}
.backend .grid-view {
  margin-bottom: 6px;
  margin-top: 6px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 27px;
  display: block;
}
.backend .grid-view table {
  width: 100%;
  clear: both;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 40px;
}
.backend .grid-view table .money {
  text-align: right;
}
.backend .grid-view table tfoot td {
  margin-top: 10px;
}
.backend .grid-view table .filters {
  margin-bottom: 20px;
}
.backend .grid-view table .filters td input {
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  width: 100%;
  padding: 8px 12px;
  background: #ececec url('/themes/backend/public/lava3/img/search_525252_32.png') no-repeat 98% center / 16px 16px;
}
.backend .grid-view table .filters td select {
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background-color: #ececec;
  height: 38px;
  padding: 8px 12px;
}
.backend .grid-view table thead tr th {
  border-bottom: none;
  border-top: none;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  background: none;
}
.backend .grid-view table thead tr th a {
  color: black;
  text-transform: uppercase;
  display: block;
}
.backend .grid-view table thead tr th a.asc::after {
  color: black;
  content: "";
  font-family: fontAwesome;
  margin-left: 8px;
}
.backend .grid-view table thead tr th a.desc::after {
  color: black;
  content: "";
  margin-left: 8px;
  font-family: fontAwesome;
}
.backend .grid-view table thead tr th a:hover {
  text-decoration: none;
}
.backend .grid-view table thead tr th.button-column {
  cursor: default;
  float: right;
}
.backend .grid-view table tbody tr.odd {
  background: #f9f9f9;
}
.backend .grid-view table tbody tr.odd:hover {
  background: #f5f5f5;
}
.backend .grid-view table tbody tr.even {
  background: none;
}
.backend .grid-view table tbody tr.even:hover {
  background: #f5f5f5;
}
.backend .grid-view table tbody tr td {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 2px solid #f0f4f8;
  border-top: 2px solid #dddddd;
  height: 32px;
  vertical-align: middle;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.backend .grid-view table tbody tr td.button-column .btn-group {
  width: auto;
  float: right;
}
.backend .grid-view .summary {
  color: black;
}
.backend .grid-view .pagination {
  position: absolute;
  bottom: 20px;
  /*right: 46px;*/
  left: 50%;
}
.backend .grid-view .pagination ul {
  margin: 2px 0;
  white-space: nowrap;
}
.backend .grid-view .pagination ul li {
  display: inline-block;
  float: left;
  margin-left: 3px;
  color: #636e7b;
}
.backend .grid-view .pagination ul li.active a {
  background-color: black;
  border-color: black;
  color: white;
}
.backend .grid-view .pagination ul li.active a:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.backend .grid-view .pagination ul li a {
  background-color: #f8f8f8;
  color: #636e7b;
  float: left;
  line-height: 1.42857;
  padding: 1px 5px;
  position: relative;
  text-decoration: none;
}
.backend .grid-view .pagination ul li a:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #2a6496;
}
.backend .panel-collapse .pagination {
  position: relative;
  left: auto;
  top: -25px;
}
.backend .panel.panel-default {
  border: 1px solid transparent;
  border-top-left-radius: 0;
}
.backend .nav.nav-tabs {
  border-bottom: none;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: -1px;
}
.backend .nav.nav-tabs > li {
  margin-bottom: -5px;
}
.backend .nav.nav-tabs > li > a {
  border: 1px solid transparent;
}
.backend .nav.nav-tabs > li > a:hover,
.backend .nav.nav-tabs > li > a:active,
.backend .nav.nav-tabs > li > a:focus {
  border: 1px solid transparent;
  color: white;
}
.backend .nav.nav-tabs > li.active > a:hover,
.backend .nav.nav-tabs > li.active > a:active,
.backend .nav.nav-tabs > li.active > a:focus {
  color: black;
}
.backend .tab-content {
  padding-top: 10px;
}
.backend .ts-confirmation-modal {
  padding: 20px;
  min-width: 300px;
  max-width: 600px;
}
.backend .ts-confirmation-modal h1 {
  margin: 0;
  font-size: 16px;
}
.backend .ts-confirmation-modal p.text {
  margin-bottom: 0;
  margin-top: 0;
}
.backend .ts-confirmation-modal label {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 11px;
}
.backend .ts-confirmation-modal label input[type="checkbox"] {
  margin-top: 2px;
}
.backend .ts-confirmation-modal .buttons {
  margin-top: 20px;
}
.backend .ts-confirmation-modal .buttons .btn {
  font-size: 11px;
}
.backend .ts-confirmation-modal .ui-effects-wrapper {
  height: auto !important;
}
.backend label.checkbox {
  margin-left: 20px;
}
.backend .form-modal {
  padding: 20px;
  min-width: 300px;
  max-width: 600px;
}
.backend .form-modal label {
  margin-bottom: 5px;
  font-size: 12px;
}
.backend .form-modal.modelview .nav-tabs li {
  float: inherit;
  display: inline-block;
}
.backend .ui-datepicker {
  width: 18em;
}
.backend .ui-datepicker .ui-datepicker-title select {
  font-size: 0.9em;
  margin-right: 4px;
  width: 40%;
}
.backend .ui-datepicker th {
  font-weight: 400;
}
.backend .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.backend .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.backend .ui-datepicker .ui-datepicker-month,
.backend .ui-datepicker .ui-datepicker-year {
  color: black;
}
.backend .ui-icon,
.backend .ui-widget-content .ui-icon {
  background-image: url('/resources/public/vendors/jquery/ui/images/ui-icons_222222_256x240.png');
}
.backend .ui-widget input,
.backend .ui-widget select,
.backend .ui-widget textarea,
.backend .ui-widget button {
  font-family: inherit;
}
.backend .ui-timepicker-div dl dt {
  font-weight: 400;
}
.backend .ui-timepicker-div dl dd.ui_tpicker_time {
  font-weight: 700;
}
.backend .ui-timepicker-div dl dt.ui_tpicker_hour_label,
.backend .ui-timepicker-div dl dt.ui_tpicker_minute_label {
  margin-top: -4px;
}
.backend .ui-corner-all,
.backend .ui-corner-bottom,
.backend .ui-corner-right,
.backend .ui-corner-br {
  border-bottom-right-radius: 0;
}
.backend .ui-corner-all,
.backend .ui-corner-bottom,
.backend .ui-corner-left,
.backend .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.backend .ui-corner-all,
.backend .ui-corner-top,
.backend .ui-corner-right,
.backend .ui-corner-tr {
  border-top-right-radius: 0;
}
.backend .ui-corner-all,
.backend .ui-corner-top,
.backend .ui-corner-left,
.backend .ui-corner-tl {
  border-top-left-radius: 0;
}
.backend .ui-widget-content {
  border-color: #cccccc;
  color: #222;
}
.backend .ui-widget {
  font-family: inherit;
  font-size: 1em;
}
.backend .ui-state-default,
.backend .ui-widget-content .ui-state-default,
.backend .ui-widget-header .ui-state-default {
  border-color: #1f589e;
  background: #1f589e;
  color: #fff;
}
.backend .ui-state-active,
.backend .ui-widget-content .ui-state-active,
.backend .ui-widget-header .ui-state-active {
  border-color: #d43f3a;
  background: #d43f3a;
  color: #fff;
}
.backend .ui-state-highlight,
.backend .ui-widget-content .ui-state-highlight,
.backend .ui-widget-header .ui-state-highlight {
  border-color: #fff;
  background: #fff;
  color: #222;
}
.backend .ui-widget-header {
  border-color: #fff;
  background: #fff;
}
.backend .ui-widget-header .ui-state-hover,
.backend .ui-widget-header .ui-state-focus {
  border-color: #f1f1f1 !important;
  background: #f1f1f1 !important;
}
.backend .ui-state-hover,
.backend .ui-widget-content .ui-state-hover,
.backend .ui-state-focus,
.backend .ui-widget-content .ui-state-focus {
  border-color: #d43f3a;
  background: #d43f3a;
  color: #fff;
}
.backend .ui-priority-secondary,
.backend .ui-widget-content .ui-priority-secondary,
.backend .ui-widget-header .ui-priority-secondary {
  opacity: 1;
}
.backend .ui-priority-primary,
.backend .ui-widget-content .ui-priority-primary,
.backend .ui-widget-header .ui-priority-primary {
  font-weight: 400;
}
.backend div.catOverlay {
  background-color: #e5e5e5;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.backend #category ol {
  position: relative;
}
.backend .moduleLockContainer i {
  padding-left: 4px;
  vertical-align: 1px;
}
.backend #catLockedContainer i {
  padding-left: 4px;
  vertical-align: 1px;
}
.backend .default-checkbox-horizontal {
  float: right;
  margin-right: 0px;
}
.backend .ajax-light-loader {
  cursor: wait;
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8) url(/resources/public/lava3/img/ajax-loader.gif) no-repeat center center;
  border-radius: 4px;
}
.backend .grid-view {
  position: relative;
}
.backend .modelOptions .tree-structure ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.backend .modelview .form-btns {
  position: absolute;
  z-index: 99;
  bottom: -60px;
  right: 21px;
  display: block;
}
.backend .modelview .form-btns .pull-right.btn-group {
  float: none !important;
}
.backend .modelOptions {
  margin-top: 42px;
}
.backend .modelOptions .panel.panel-default {
  border: none;
}
.backend .modelOptions .panel.panel-default .panel-title {
  /*border: 1px solid #b4b4b4;*/
  border-bottom: none;
}
.backend .modelOptions .panel.panel-default label {
  font-weight: normal;
}
.backend .modelOptions .tree-structure {
  position: relative;
}
.backend .modelOptions .tree-structure .has-children {
  margin-bottom: 0;
}
.backend .modelOptions .tree-structure ol.root {
  margin-left: 0;
}
.backend .modelOptions .tree-structure ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
}
.backend .modelOptions .tree-structure ol li .item {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.backend .modelOptions .tree-structure ol li .item:hover {
  z-index: 30;
  background: white;
}
.backend .modelOptions .tree-structure ol li li .item {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.backend .modelOptions .tree-structure ol li li .item:hover {
  z-index: 30;
  background: white;
}
.backend .modelOptions .tree-structure ol li li li .item {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.backend .modelOptions .tree-structure ol li li li .item:hover {
  z-index: 30;
  background: white;
}
.backend .modelOptions .tree-structure ol li li li li .item {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.backend .modelOptions .tree-structure ol li li li li .item:hover {
  z-index: 30;
  background: white;
}
.backend .modelOptions .tree-structure ol li li li li li .item {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.backend .modelOptions .tree-structure ol li li li li li .item:hover {
  z-index: 30;
  background: white;
}
.backend .modelOptions .tree-structure ol li li li li li li .item {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.backend .modelOptions .tree-structure ol li li li li li li .item:hover {
  z-index: 30;
  background: white;
}
.backend .modelOptions .tree-structure ol li li li li li li li .item {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.backend .modelOptions .tree-structure ol li li li li li li li .item:hover {
  z-index: 30;
  background: white;
}
.backend .modelOptions .tree-structure ol li li li li li li li li .item {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.backend .modelOptions .tree-structure ol li li li li li li li li .item:hover {
  z-index: 30;
  background: white;
}
.backend .modelOptions .tree-structure ol li li li li li li li li li .item {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.backend .modelOptions .tree-structure ol li li li li li li li li li .item:hover {
  z-index: 30;
  background: white;
}
.backend .modelOptions .tree-structure a.expander {
  line-height: 29px;
  height: 29px;
  outline: none;
  cursor: pointer;
  min-width: 11px;
  min-height: 14px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  float: left;
}
.backend .modelOptions .tree-structure a.expander:hover,
.backend .modelOptions .tree-structure a.expander:active,
.backend .modelOptions .tree-structure a.expander:focus {
  text-decoration: none;
}
.backend .modelOptions .tree-structure .item {
  position: relative;
  height: 29px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.backend .modelOptions .tree-structure .item label {
  cursor: pointer;
  line-height: 29px;
}
.backend .modelOptions .tree-structure .item label.checkbox {
  margin-left: 0;
}
.backend .modelOptions .tree-structure .item label.checkbox input {
  cursor: pointer;
  margin-left: 0;
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
.backend .modelView .tab-content .tree-structure {
  position: relative;
  /*
    .expand {
      opacity: 0.5;
      &:hover, &:active, &:focus {
        text-decoration: none;
        opacity: 1;
        //text-shadow: 0px 0px 1px rgba(0,0,0,1);
      }
      .expand {
        opacity: 1.0;
      }
    }*/
}
.backend .modelView .tab-content .tree-structure ol.root {
  margin-left: 0;
}
.backend .modelView .tab-content .tree-structure ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
}
.backend .modelView .tab-content .tree-structure ol li .item {
  -webkit-transition: border-color 250ms, -webkit-box-shadow 250ms;
       -o-transition: border-color 250ms, box-shadow 250ms;
          transition: border-color 250ms, box-shadow 250ms;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#dddddd));
  background-image: -webkit-linear-gradient(#dddddd, #dddddd);
  background-image: -o-linear-gradient(#dddddd, #dddddd);
  background-image: linear-gradient(#dddddd, #dddddd);
  position: relative;
  z-index: 20;
}
.backend .modelView .tab-content .tree-structure ol li .item:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#d5d5d5));
  background-image: -webkit-linear-gradient(#e0e0e0, #d5d5d5);
  background-image: -o-linear-gradient(#e0e0e0, #d5d5d5);
  background-image: linear-gradient(#e0e0e0, #d5d5d5);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.backend .modelView .tab-content .tree-structure ol li .item:hover:before {
  -webkit-transition: opacity 50ms;
       -o-transition: opacity 50ms;
          transition: opacity 50ms;
  opacity: 1;
}
.backend .modelView .tab-content .tree-structure ol li .item .tree-item-draft {
  margin-right: 0px;
}
.backend .modelView .tab-content .tree-structure ol li .item .tree-item-url {
  margin-right: 0px;
}
.backend .modelView .tab-content .tree-structure ol li .item:hover {
  -webkit-transition: border-color 50ms, -webkit-box-shadow 50ms;
       -o-transition: border-color 50ms, box-shadow 50ms;
          transition: border-color 50ms, box-shadow 50ms;
  z-index: 30;
  border: 1px solid #d0d0d0;
}
.backend .modelView .tab-content .tree-structure ol li.ui-sortable-helper .item {
  -webkit-box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure ol li li .item {
  -webkit-transition: border-color 250ms, -webkit-box-shadow 250ms;
       -o-transition: border-color 250ms, box-shadow 250ms;
          transition: border-color 250ms, box-shadow 250ms;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(#e5e5e5, #e5e5e5);
  background-image: linear-gradient(#e5e5e5, #e5e5e5);
  position: relative;
  z-index: 20;
}
.backend .modelView .tab-content .tree-structure ol li li .item:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#dddddd));
  background-image: -webkit-linear-gradient(#e7e7e7, #dddddd);
  background-image: -o-linear-gradient(#e7e7e7, #dddddd);
  background-image: linear-gradient(#e7e7e7, #dddddd);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.backend .modelView .tab-content .tree-structure ol li li .item:hover:before {
  -webkit-transition: opacity 50ms;
       -o-transition: opacity 50ms;
          transition: opacity 50ms;
  opacity: 1;
}
.backend .modelView .tab-content .tree-structure ol li li .item .tree-item-draft {
  margin-right: 5px;
}
.backend .modelView .tab-content .tree-structure ol li li .item .tree-item-url {
  margin-right: 10px;
}
.backend .modelView .tab-content .tree-structure ol li li .item:hover {
  -webkit-transition: border-color 50ms, -webkit-box-shadow 50ms;
       -o-transition: border-color 50ms, box-shadow 50ms;
          transition: border-color 50ms, box-shadow 50ms;
  z-index: 30;
  border: 1px solid #d8d8d8;
}
.backend .modelView .tab-content .tree-structure ol li li.ui-sortable-helper .item {
  -webkit-box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure ol li li li .item {
  -webkit-transition: border-color 250ms, -webkit-box-shadow 250ms;
       -o-transition: border-color 250ms, box-shadow 250ms;
          transition: border-color 250ms, box-shadow 250ms;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec));
  background-image: -webkit-linear-gradient(#ececec, #ececec);
  background-image: -o-linear-gradient(#ececec, #ececec);
  background-image: linear-gradient(#ececec, #ececec);
  position: relative;
  z-index: 20;
}
.backend .modelView .tab-content .tree-structure ol li li li .item:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#efefef, #e5e5e5);
  background-image: -o-linear-gradient(#efefef, #e5e5e5);
  background-image: linear-gradient(#efefef, #e5e5e5);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.backend .modelView .tab-content .tree-structure ol li li li .item:hover:before {
  -webkit-transition: opacity 50ms;
       -o-transition: opacity 50ms;
          transition: opacity 50ms;
  opacity: 1;
}
.backend .modelView .tab-content .tree-structure ol li li li .item .tree-item-draft {
  margin-right: 10px;
}
.backend .modelView .tab-content .tree-structure ol li li li .item .tree-item-url {
  margin-right: 20px;
}
.backend .modelView .tab-content .tree-structure ol li li li .item:hover {
  -webkit-transition: border-color 50ms, -webkit-box-shadow 50ms;
       -o-transition: border-color 50ms, box-shadow 50ms;
          transition: border-color 50ms, box-shadow 50ms;
  z-index: 30;
  border: 1px solid #e0e0e0;
}
.backend .modelView .tab-content .tree-structure ol li li li.ui-sortable-helper .item {
  -webkit-box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure ol li li li li .item {
  -webkit-transition: border-color 250ms, -webkit-box-shadow 250ms;
       -o-transition: border-color 250ms, box-shadow 250ms;
          transition: border-color 250ms, box-shadow 250ms;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4));
  background-image: -webkit-linear-gradient(#f4f4f4, #f4f4f4);
  background-image: -o-linear-gradient(#f4f4f4, #f4f4f4);
  background-image: linear-gradient(#f4f4f4, #f4f4f4);
  position: relative;
  z-index: 20;
}
.backend .modelView .tab-content .tree-structure ol li li li li .item:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ececec));
  background-image: -webkit-linear-gradient(#f7f7f7, #ececec);
  background-image: -o-linear-gradient(#f7f7f7, #ececec);
  background-image: linear-gradient(#f7f7f7, #ececec);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.backend .modelView .tab-content .tree-structure ol li li li li .item:hover:before {
  -webkit-transition: opacity 50ms;
       -o-transition: opacity 50ms;
          transition: opacity 50ms;
  opacity: 1;
}
.backend .modelView .tab-content .tree-structure ol li li li li .item .tree-item-draft {
  margin-right: 15px;
}
.backend .modelView .tab-content .tree-structure ol li li li li .item .tree-item-url {
  margin-right: 30px;
}
.backend .modelView .tab-content .tree-structure ol li li li li .item:hover {
  -webkit-transition: border-color 50ms, -webkit-box-shadow 50ms;
       -o-transition: border-color 50ms, box-shadow 50ms;
          transition: border-color 50ms, box-shadow 50ms;
  z-index: 30;
  border: 1px solid #e7e7e7;
}
.backend .modelView .tab-content .tree-structure ol li li li li.ui-sortable-helper .item {
  -webkit-box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure ol li li li li li .item {
  -webkit-transition: border-color 250ms, -webkit-box-shadow 250ms;
       -o-transition: border-color 250ms, box-shadow 250ms;
          transition: border-color 250ms, box-shadow 250ms;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc));
  background-image: -webkit-linear-gradient(#fcfcfc, #fcfcfc);
  background-image: -o-linear-gradient(#fcfcfc, #fcfcfc);
  background-image: linear-gradient(#fcfcfc, #fcfcfc);
  position: relative;
  z-index: 20;
}
.backend .modelView .tab-content .tree-structure ol li li li li li .item:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: -webkit-linear-gradient(#fefefe, #f4f4f4);
  background-image: -o-linear-gradient(#fefefe, #f4f4f4);
  background-image: linear-gradient(#fefefe, #f4f4f4);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.backend .modelView .tab-content .tree-structure ol li li li li li .item:hover:before {
  -webkit-transition: opacity 50ms;
       -o-transition: opacity 50ms;
          transition: opacity 50ms;
  opacity: 1;
}
.backend .modelView .tab-content .tree-structure ol li li li li li .item .tree-item-draft {
  margin-right: 20px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li .item .tree-item-url {
  margin-right: 40px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li .item:hover {
  -webkit-transition: border-color 50ms, -webkit-box-shadow 50ms;
       -o-transition: border-color 50ms, box-shadow 50ms;
          transition: border-color 50ms, box-shadow 50ms;
  z-index: 30;
  border: 1px solid #efefef;
}
.backend .modelView .tab-content .tree-structure ol li li li li li.ui-sortable-helper .item {
  -webkit-box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li .item {
  -webkit-transition: border-color 250ms, -webkit-box-shadow 250ms;
       -o-transition: border-color 250ms, box-shadow 250ms;
          transition: border-color 250ms, box-shadow 250ms;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  position: relative;
  z-index: 20;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li .item:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background-image: -o-linear-gradient(#ffffff, #f7f7f7);
  background-image: linear-gradient(#ffffff, #f7f7f7);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li .item:hover:before {
  -webkit-transition: opacity 50ms;
       -o-transition: opacity 50ms;
          transition: opacity 50ms;
  opacity: 1;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li .item .tree-item-draft {
  margin-right: 25px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li .item .tree-item-url {
  margin-right: 50px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li .item:hover {
  -webkit-transition: border-color 50ms, -webkit-box-shadow 50ms;
       -o-transition: border-color 50ms, box-shadow 50ms;
          transition: border-color 50ms, box-shadow 50ms;
  z-index: 30;
  border: 1px solid #f2f2f2;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li.ui-sortable-helper .item {
  -webkit-box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li .item {
  -webkit-transition: border-color 250ms, -webkit-box-shadow 250ms;
       -o-transition: border-color 250ms, box-shadow 250ms;
          transition: border-color 250ms, box-shadow 250ms;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  position: relative;
  z-index: 20;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li .item:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background-image: -o-linear-gradient(#ffffff, #f7f7f7);
  background-image: linear-gradient(#ffffff, #f7f7f7);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li .item:hover:before {
  -webkit-transition: opacity 50ms;
       -o-transition: opacity 50ms;
          transition: opacity 50ms;
  opacity: 1;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li .item .tree-item-draft {
  margin-right: 30px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li .item .tree-item-url {
  margin-right: 60px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li .item:hover {
  -webkit-transition: border-color 50ms, -webkit-box-shadow 50ms;
       -o-transition: border-color 50ms, box-shadow 50ms;
          transition: border-color 50ms, box-shadow 50ms;
  z-index: 30;
  border: 1px solid #f2f2f2;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li.ui-sortable-helper .item {
  -webkit-box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li .item {
  -webkit-transition: border-color 250ms, -webkit-box-shadow 250ms;
       -o-transition: border-color 250ms, box-shadow 250ms;
          transition: border-color 250ms, box-shadow 250ms;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  position: relative;
  z-index: 20;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li .item:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background-image: -o-linear-gradient(#ffffff, #f7f7f7);
  background-image: linear-gradient(#ffffff, #f7f7f7);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li .item:hover:before {
  -webkit-transition: opacity 50ms;
       -o-transition: opacity 50ms;
          transition: opacity 50ms;
  opacity: 1;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li .item .tree-item-draft {
  margin-right: 35px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li .item .tree-item-url {
  margin-right: 70px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li .item:hover {
  -webkit-transition: border-color 50ms, -webkit-box-shadow 50ms;
       -o-transition: border-color 50ms, box-shadow 50ms;
          transition: border-color 50ms, box-shadow 50ms;
  z-index: 30;
  border: 1px solid #f2f2f2;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li.ui-sortable-helper .item {
  -webkit-box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li li .item {
  -webkit-transition: border-color 250ms, -webkit-box-shadow 250ms;
       -o-transition: border-color 250ms, box-shadow 250ms;
          transition: border-color 250ms, box-shadow 250ms;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  position: relative;
  z-index: 20;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li li .item:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background-image: -o-linear-gradient(#ffffff, #f7f7f7);
  background-image: linear-gradient(#ffffff, #f7f7f7);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li li .item:hover:before {
  -webkit-transition: opacity 50ms;
       -o-transition: opacity 50ms;
          transition: opacity 50ms;
  opacity: 1;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li li .item .tree-item-draft {
  margin-right: 40px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li li .item .tree-item-url {
  margin-right: 80px;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li li .item:hover {
  -webkit-transition: border-color 50ms, -webkit-box-shadow 50ms;
       -o-transition: border-color 50ms, box-shadow 50ms;
          transition: border-color 50ms, box-shadow 50ms;
  z-index: 30;
  border: 1px solid #f2f2f2;
}
.backend .modelView .tab-content .tree-structure ol li li li li li li li li li.ui-sortable-helper .item {
  -webkit-box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4, 0px 5px 10px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure a.expander {
  line-height: 36px;
  height: 36px;
  outline: none;
  cursor: pointer;
  min-width: 11px;
  min-height: 14px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
  display: block;
  position: absolute;
  left: 21px;
  top: 1px;
}
.backend .modelView .tab-content .tree-structure a.expander:hover,
.backend .modelView .tab-content .tree-structure a.expander:active,
.backend .modelView .tab-content .tree-structure a.expander:focus {
  text-decoration: none;
}
.backend .modelView .tab-content .tree-structure .ui-sortable-placeholder {
  visibility: visible !important;
  z-index: 200;
  margin-top: 1px;
  background-color: #f6f6f6;
  border: 1px dashed #b6bcbf;
}
.backend .modelView .tab-content .tree-structure .ui-sortable-placeholder.mjs-nestedSortable-error {
  background-color: rgba(246, 156, 154, 0.62);
  border: 1px dashed transparent;
  display: none;
}
.backend .modelView .tab-content .tree-structure .ui-sortable-helper .item .item {
  -webkit-box-shadow: 0 0 5px #c4c4c4, 0px 5px 5px 0px #c4c4c4;
          box-shadow: 0 0 5px #c4c4c4, 0px 5px 5px 0px #c4c4c4;
}
.backend .modelView .tab-content .tree-structure .ui-sortable-helper .item .item:before {
  border: none !important;
}
.backend .modelView .tab-content .tree-structure .item {
  position: relative;
  -webkit-transition: -webkit-box-shadow 500ms;
       -o-transition: box-shadow 500ms;
          transition: box-shadow 500ms;
  height: 36px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #dfe5e9;
}
.backend .modelView .tab-content .tree-structure .item .published {
  height: 36px;
  line-height: 36px;
}
.backend .modelView .tab-content .tree-structure .item .published .ownStatus {
  width: 180px;
  color: #000;
  float: left;
  border-radius: 4px;
}
.backend .modelView .tab-content .tree-structure .item .published .ownStatus .ownStatus {
  border: none;
  float: none;
  display: block;
  font-size: 85%;
  color: #696969;
}
.backend .modelView .tab-content .tree-structure .item .published .ownStatusinactive {
  width: 180px;
  color: #000;
  float: left;
  border-radius: 4px;
  color: grey;
}
.backend .modelView .tab-content .tree-structure .item .published .ownStatusinactive .ownStatus {
  border: none;
  float: none;
  display: block;
  font-size: 85%;
  color: #696969;
}
.backend .modelView .tab-content .tree-structure .item .published .ownStatusinactive .ownStatusinactive {
  border: none;
  float: none;
  display: block;
  font-size: 85%;
  color: #696969;
}
.backend .modelView .tab-content .tree-structure .item .actions-container {
  position: absolute;
  right: 3px;
  top: 2px;
}
.backend .modelView .tab-content .tree-structure .item-container ol .item {
  border-top-left-radius: 0;
  border-bottom-left-radius: 4px;
}
.backend .messages-text-filter {
  margin-bottom: 30px;
}
.backend .messages-text-filter label.checkbox {
  font-size: 11px;
}
.backend .messages-text-filter label.checkbox input[type="checkbox"] {
  margin-top: 2px;
}
.backend .all-messages-container .message-item {
  font-size: 11px;
  margin-bottom: 5px;
}
.backend .all-messages-container .message-item .message-item-key {
  cursor: pointer;
  border: 1px solid #dddddd;
  padding: 8px 10px;
}
.backend .all-messages-container .message-item .message-item-key span.category {
  font-size: 11px;
  color: #999;
  padding-right: 5px;
}
.backend .all-messages-container .message-item .message-item-key span.not-translated {
  font-size: 11px;
  color: #999;
  padding-right: 5px;
}
.backend .all-messages-container .message-item .message-item-key:hover {
  background: #fafafa;
}
.backend .all-messages-container .message-item .message-item-locale-container {
  position: relative;
  border: 1px solid #dddddd;
  border-top: 0;
  display: none;
  padding: 10px;
  padding-bottom: 0;
  background: #fff;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.backend .all-messages-container .message-item .message-item-locale {
  margin-bottom: 10px;
}
.backend .all-messages-container .message-item .message-item-locale-container .locale-save-btn {
  margin-bottom: 10px;
}
.backend .all-messages-container .message-item .message-item-locale-container .locale-save-btn a.btn {
  padding: 3px 10px;
  font-size: 11px;
}
.backend .all-messages-container .hardhide {
  display: none !important;
}
.backend .login-background {
  background: url(/themes/backend/public/lava3/img/login-body-bg.jpg) no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.backend #FLogin_username:focus,
.backend #FLogin_password:focus,
.backend #FLogin_username:active,
.backend #FLogin_password:active {
  z-index: 10;
}
.backend .form-login-box {
  width: 310px;
  height: 370px;
  background: #f2f6f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f8), color-stop(38%, #d8e1e7), color-stop(39%, #b5c6d0), color-stop(100%, #e0eff9));
  background: -webkit-linear-gradient(top, #f2f6f8 0%, #d8e1e7 38%, #b5c6d0 39%, #e0eff9 100%);
  background: -o-linear-gradient(top, #f2f6f8 0%, #d8e1e7 38%, #b5c6d0 39%, #e0eff9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f6f8), color-stop(38%, #d8e1e7), color-stop(39%, #b5c6d0), to(#e0eff9));
  background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 38%, #b5c6d0 39%, #e0eff9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0);
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -185px;
  -webkit-box-shadow: 0 0 156px 0 #000000;
  box-shadow: 0 0 156px 0 #000000;
}
.backend .form-login-box .locale-switch {
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 50;
}
.backend .form-login-box .locale-switch .btn-group > a {
  font-size: 10px;
  border-color: #ccc;
}
.backend .form-login-box .locale-switch .btn-group > a span.caret {
  margin-top: -1px;
}
.backend .form-login-box .locale-switch .btn-group > a:hover {
  border-color: #bbb;
}
.backend .form-login-box .locale-switch .btn-group > a:active,
.backend .form-login-box .locale-switch .btn-group > a:focus,
.backend .form-login-box .locale-switch .btn-group.open > a {
  border-color: #aaa;
}
.backend .form-login-box .locale-switch .btn-group ul.dropdown-menu {
  font-size: 10px;
  border-radius: 2px;
  padding: 0;
  min-width: 80px;
  border: 0;
}
.backend .form-login-box .locale-switch .btn-group ul.dropdown-menu > li > a {
  padding: 5px;
}
.backend .form-login-box .locale-switch .btn-group ul.dropdown-menu > li > a:hover {
  background-color: #eee;
  color: #333;
}
.backend .form-login-box .login-logo {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  height: 146px;
  line-height: 146px;
}
.backend .form-login-box .form-login {
  padding: 0 30px;
}
.backend .form-login-box .form-control {
  position: relative;
}
.backend .form-login-box .errorMessage.alert {
  margin: 0;
  position: absolute;
  right: 30px;
  left: 30px;
  top: 128px;
}
.backend .form-login-box input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.backend .form-login-box input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.backend .form-login-box label.checkbox {
  margin-top: 10px;
  margin-bottom: 13px;
}
.backend .form-login-box label.checkbox input[type="checkbox"] {
  margin-top: 2px;
}
.backend .form-login-box label span.text {
  font-weight: normal;
}
.backend .form-login-box button[type="submit"] {
  font-weight: normal;
}
.backend .form-login-box a.password-forgot,
.backend .form-login-box a.back-website {
  color: #777;
  font-size: 11px;
  display: block;
  float: right;
  margin-top: 15px;
}
.backend .form-login-box a.back-website {
  float: left;
}
.backend .form-login-box a.password-forgot:hover,
.backend .form-login-box a.password-forgot:active,
.backend .form-login-box a.password-forgot:focus,
.backend .form-login-box a.back-website:hover,
.backend .form-login-box a.back-website:active,
.backend .form-login-box a.back-website:focus {
  color: #444;
  text-decoration: none;
}
.backend .basket .header {
  display: inline;
}
.backend .basket .header .sku,
.backend .basket .header .name,
.backend .basket .header .amount,
.backend .basket .header .total {
  font-weight: bold;
}
.backend .basket .footer {
  display: inline;
}
.backend .basket .sku,
.backend .basket .name,
.backend .basket .amount,
.backend .basket .total {
  display: inline-block;
  line-height: 32px;
  overflow: hidden;
}
.backend .basket .sku {
  width: 10%;
  margin-left: 1%;
}
.backend .basket .entry .name {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.backend .basket .name {
  width: 78%;
}
.backend .basket .amount {
  width: 10%;
}
.backend .basket .entry {
  width: 100%;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #f0f4f8;
  height: 32px;
}
.backend .basket .entry:nth-child(even) {
  background: #f9f9f9 none repeat scroll 0 0;
}
.backend #accessory.grid-view thead tr th:nth-child(1),
.backend #products.grid-view thead tr th:nth-child(1),
.backend #part.grid-view thead tr th:nth-child(1),
.backend #replacement.grid-view thead tr th:nth-child(1),
.backend #accessoryof.grid-view thead tr th:nth-child(1),
.backend #awards.grid-view thead tr th:nth-child(1),
.backend #usergroupuser.grid-view thead tr th:nth-child(1),
.backend #usergroupstructure.grid-view thead tr th:nth-child(1),
.backend #usergroup.grid-view thead tr th:nth-child(1) {
  display: none;
}
.backend #accessory.grid-view thead tr td:nth-child(1),
.backend #products.grid-view thead tr td:nth-child(1),
.backend #part.grid-view thead tr td:nth-child(1),
.backend #replacement.grid-view thead tr td:nth-child(1),
.backend #accessoryof.grid-view thead tr td:nth-child(1),
.backend #awards.grid-view thead tr td:nth-child(1),
.backend #usergroupuser.grid-view thead tr td:nth-child(1),
.backend #usergroupstructure.grid-view thead tr td:nth-child(1),
.backend #usergroup.grid-view thead tr td:nth-child(1) {
  display: none;
}
.backend #accessory.grid-view tbody tr td:nth-child(2),
.backend #products.grid-view tbody tr td:nth-child(2),
.backend #part.grid-view tbody tr td:nth-child(2),
.backend #replacement.grid-view tbody tr td:nth-child(2),
.backend #accessoryof.grid-view tbody tr td:nth-child(2),
.backend #awards.grid-view tbody tr td:nth-child(2),
.backend #usergroupuser.grid-view tbody tr td:nth-child(2),
.backend #usergroupstructure.grid-view tbody tr td:nth-child(2),
.backend #usergroup.grid-view tbody tr td:nth-child(2) {
  display: none;
}
.backend #lava3_changelog h1 {
  font-size: 20px;
  margin-top: 15px;
}
.backend #lava3_changelog h2 {
  font-size: 19px;
  margin-top: 15px;
}
.backend #lava3_changelog h3 {
  font-size: 18px;
  margin-top: 15px;
}
.backend #lava3_changelog h4 {
  font-size: 17px;
  margin-top: 15px;
}
.backend #lava3_changelog h5 {
  font-size: 16px;
  margin-top: 15px;
}
.backend #lava3_changelog h6 {
  font-size: 15px;
  margin-top: 15px;
}
.backend #lava3_changelog p {
  font-size: 14px;
  padding-left: 5px;
}
.selectall {
  margin-top: -20px !important;
  margin-left: 0px !important;
}
.countContainer {
  width: 100px;
  /*float:right;
  margin-right:20px;
  margin-top:-76px;*/
  position: absolute;
  bottom: 50px;
  right: 40px;
}
#itemcount {
  background-color: #ececec;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  height: 38px;
  padding: 8px 12px;
}
.backend .panel-group .panel-heading + .panel-collapse > .panel-body,
.backend .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-collapse .grid-view .checkbox .text {
  margin-left: 15px;
}
.panel-collapse .grid-view .filters {
  height: 80px;
}
#accordion .panel {
  margin-bottom: 10px;
}
.backend .modelOptions .panel-heading .panel-title a {
  font-weight: normal;
}
.backend #accordion .panel-body {
  background-color: #f1f1f1;
}
.backend .modelOptions .panel.panel-default .panel-title {
  border: 0;
}
.backend .panel.panel-default {
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
}
.backend .modelOptions .panel-heading .panel-title a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.toggleBtn {
  /*background-color:#f1f1f1 !important;
  color:#333333 !important;*/
  float: right;
  margin-left: 10px;
}
.backend .tree.draft {
  color: dimgrey;
  display: block;
}
.backend .threeMonkeys {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  /*&:hover {
    cursor: default;
    text-overflow: inherit;
    z-index: 999;
    overflow: visible;
    text-shadow: 0px 0px @dist rgba(255, 255, 255, 1), 0px 0px @dist rgba(255, 255, 255, 1), 0px 0px @dist rgba(255, 255, 255, 1);
  }*/
}
.has-children > .item .tree-item-title {
  cursor: pointer;
}
@media (max-width: 1030px) {
  .sidebar-large .tree-item-url {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .sidebar-large .tree-item-draft,
  .sidebar-large .tree-item-status {
    display: none !important;
  }
}
@media (max-width: 840px) {
  .sidebar-mini .tree-item-url {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .sidebar-mini .tree-item-draft,
  .sidebar-mini .tree-item-status {
    display: none !important;
  }
}
.item-label {
  margin-left: 44px;
  position: relative;
  white-space: nowrap;
  cursor: default;
}
.item-label .tree-item-left {
  text-align: left;
}
.item-label .tree-item-title {
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-label .tree-item-draft {
  position: absolute;
  right: 16.66666667%;
  display: inline-block;
  width: 100px;
}
.item-label .tree-item-status {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  padding-left: 10px;
}
.item-label .tree-item-url {
  position: absolute;
  right: 33.33333333%;
  display: inline-block;
  width: 200px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.item-label .form-modal .panel.panel-default {
  border-top-left-radius: 0;
}
.modelMedias .modelMedia .preview {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.fancybox-skin {
  background: #DFE5E9;
}
.backend .form-login label.checkbox {
  margin-left: 0;
}
.backend .form-group > .hint {
  margin-left: 20px;
}
.backend blockquote {
  background: #F5F5F5;
  border-left: none;
}
.backend td.ekeepselection-input input[type=number] {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 27px;
  line-height: 1.42857;
  padding: 3px 6px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
       -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
          transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.backend td.ekeepselection-input input[type=number]:disabled {
  color: #B0B0B0;
}
.backend td.ekeepselection-input input[type=number]:focus,
.backend td.ekeepselection-input input[type=number]:active {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.backend td.ekeepselection-input input[type=number][disabled],
.backend td.ekeepselection-input input[type=number]:disabled {
  background-color: #eeeeee;
  opacity: 0.8;
  cursor: not-allowed;
}
.backend td.ekeepselection-input input[type=number][disabled]:focus,
.backend td.ekeepselection-input input[type=number]:disabled:focus,
.backend td.ekeepselection-input input[type=number][disabled]:active,
.backend td.ekeepselection-input input[type=number]:disabled:active {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.toggleBtn {
  /*background-color:#f1f1f1 !important;
  color:#333333 !important;*/
  float: right;
  margin-left: 10px;
}
.ownStatus {
  width: 60px;
  background-color: #ffffff;
  min-height: 19px;
  color: #000;
  border: 1px solid #666666;
  text-align: center;
  float: left;
  line-height: 19px;
  margin-top: 8px;
}
.ownStatusinactive {
  width: 60px;
  background-color: #ffffff;
  min-height: 19px;
  border: 1px solid #666666;
  text-align: center;
  float: left;
  line-height: 19px;
  margin-top: 8px;
  background-color: #dddddd;
  color: #000;
}
.pointerSet {
  position: relative;
}
.pointer {
  position: absolute;
  font-size: 12px;
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 6px;
  min-width: 32px;
  min-height: 30px;
  text-align: center;
  margin-left: -15px;
  margin-top: -15px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.pointer.active {
  background-color: #337ab7 !important;
}
.pointer:hover,
.pointer:focus,
.pointer:active,
.pointer:visited {
  opacity: 0.8;
  text-decoration: none !important;
}
.pointerRow {
  padding: 15px;
}
.pointerRow.active {
  background-color: #cbe3f8;
}
.rowType {
  margin-bottom: 15px;
  display: none;
}
.elementSet,
.usppointerset {
  width: 100%;
  padding-top: 48%;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.teamicon,
.uspelement,
.pointerimage {
  position: absolute;
  width: 20%;
}
.pointerimage:hover,
.pointerimage:focus,
.pointerimage:active {
  text-decoration: none !important;
}
.iconSet {
  position: relative;
  background-color: #00a1e2;
}
.pointerImg {
  opacity: 0.5;
}
.iconimage {
  width: 100%;
}
.ui-slider-handle {
  border-radius: 30px !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: -7px;
  background-color: #eeeeee !important;
  border: 1px solid #cccccc !important;
}
.backend .form-control {
  height: auto;
}
.minicolors-theme-default.minicolors {
  width: 100%;
}
.minicolors-input {
  padding-left: 30px !important;
}
.mainArea .navbar-header {
  width: 40%;
}
.mainArea .navbar-header .navbar-brand {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.MStructurePagesimple-location_finder {
  padding-left: 20px;
}
.tree-structure .tree-handle {
  float: left;
  width: 21px;
  height: 100%;
  position: relative;
  border: none;
  background: transparent;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
}
.tree-structure .tree-handle.grabbing {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.tree-structure li div:hover .tree-handle span.tree-handle-passive {
  opacity: 0.8;
}
.tree-structure li div .tree-handle span {
  opacity: 0.5;
}
.tree-structure li div .tree-handle:hover span.tree-handle-active {
  opacity: 0.3;
  -webkit-transition: all 200ms;
       -o-transition: all 200ms;
          transition: all 200ms;
}
.tree-structure li div .tree-handle span {
  width: 12px;
  display: block;
  -webkit-transition: all 1000ms;
       -o-transition: all 1000ms;
          transition: all 1000ms;
  position: absolute;
  top: 8px;
  left: 5px;
  height: 20px;
}
.tree-structure li div .tree-handle span.tree-handle-passive {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAF0lEQVQImWNgwAaKi4v/FxcX/8ctgAwAO8sJYZS1XLoAAAAASUVORK5CYII=) repeat;
  opacity: 0.3;
}
.tree-structure li div .tree-handle span.tree-handle-active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgwAH+QzFuATgAAIHCA/3SN0kUAAAAAElFTkSuQmCC) repeat;
  opacity: 0;
}
.mjs-nestedSortable-no-nesting {
  -webkit-transition: opacity 250ms;
       -o-transition: opacity 250ms;
          transition: opacity 250ms;
}
.pointerField {
  margin-top: 10px !important;
}
.backendPointerText {
  padding: 40px 40px 50px;
  position: relative;
  background-color: #f5eee8;
  text-decoration: none;
  color: #000000;
}
.backendPointerTitle {
  font-size: 27px;
  font-weight: 700;
}
.backendPointerTopTitle {
  font-size: 18px;
}
.backendPointerDescription {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin-top: 25px;
}
.grabIcon {
  width: 40px;
  height: 80px;
  background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAF0lEQVQImWNgwAaKi4v/FxcX/8ctgAwAO8sJYZS1XLoAAAAASUVORK5CYII=") repeat scroll 0 0;
  opacity: 0.3;
}
.uspRow input,
.pointerRow input {
  margin-bottom: 15px;
}
.backend.sidebar-large #menu-header .website {
  overflow: hidden;
}
.linkstatus.broken i {
  color: #d9534f;
}
.colordropdown option {
  color: #ffffff;
}
.colordropdown option:nth-child(1) {
  background: #ffffff;
  color: #000000 !important;
}
.colordropdown option:nth-child(2) {
  background: #807F7E;
}
.colordropdown option:nth-child(3) {
  background: #333333;
}
.colordropdown option:nth-child(4) {
  background: #3896DC;
}
.colordropdown option:nth-child(5) {
  background: #000000;
}
.colordropdown option:nth-child(6) {
  background: #D2636C;
}
.colordropdown option:nth-child(7) {
  background: #3077AD;
}
.colordropdown option:nth-child(8) {
  background: #DB53A0;
}
.colordropdown option:nth-child(9) {
  background: #EAAA40;
}
.MStructurePagelino label.checkbox {
  margin-left: 40px;
}
.MStructurePagelino div.border {
  display: block;
  width: 100%;
  height: 3px;
  background-color: black;
  margin-top: 15px;
  margin-bottom: 10px;
}
