/* 
------------------------------------------------------------------------
style.css
------------------------------------------------------------------------
*/

.dashboard-layout.env-local:before {
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  color: #c09853;
  font: small-caption;
  padding: 3px 6px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100
}

@media only .dashboard-layout and (min-width:20em) {
  .dashboard-layout.env-local:before {
      content: "mob ≥ 320px (20em)"
  }
}

@media only .dashboard-layout and (min-width:37.5em) {
  .dashboard-layout.env-local:before {
      content: "phab ≥ 600px (37.5em)"
  }
}

@media only .dashboard-layout and (min-width:46.25em) {
  .dashboard-layout.env-local:before {
      content: "tab ≥ 740px (46.25em)"
  }
}

@media only .dashboard-layout and (min-width:61.25em) {
  .dashboard-layout.env-local:before {
      content: "lap ≥ 980px (61.25em)"
  }
}

@media only .dashboard-layout and (min-width:81.25em) {
  .dashboard-layout.env-local:before {
      content: "desk ≥ 1300px (81.25em)"
  }
}

@media only .dashboard-layout and (min-width:112.5em) {
  .dashboard-layout.env-local:before {
      content: "epic ≥ 1800px (112.5em)"
  }
}

@media all and (min-width:20em) {
  .element {
      color: green
  }
}

@media all and (min-width:37.5em) {
  .element {
      color: yellow
  }
}

@media all and (min-width:46.25em) {
  .element {
      color: blue
  }
}

@media all and (max-width:61.24em) {
  .element {
      color: red
  }
}

@media all and (max-width:400px),
(min-width:650px) and (max-width:1200px) {
  .element {
      color: crimson
  }
}

@media all and (min-width:75em) {
  .element {
      color: yellow
  }
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: inline-block;
  vertical-align: top
}

@font-face {
  font-family: 'icomoon';
  src: url("/_assets/fonts/icomoon/icomoon.eot?-rt8vu1");
  src: url("/_assets/fonts/icomoon/icomoon.eot?#iefix-rt8vu1") format("embedded-opentype"), url("/_assets/fonts/icomoon/icomoon.woff?-rt8vu1") format("woff"), url("/_assets/fonts/icomoon/icomoon.ttf?-rt8vu1") format("truetype"), url("/_assets/fonts/icomoon/icomoon.svg?-rt8vu1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-mobile:before {
  content: "\e600"
}

.icon-heart:before {
  content: "\e601"
}

.icon-heart2:before {
  content: "\e602"
}

.icon-earth:before {
  content: "\e603"
}

.icon-list:before {
  content: "\e604"
}

.icon-arrow-left:before {
  content: "\e605"
}

.icon-arrow-down:before {
  content: "\e606"
}

.icon-arrow-up:before {
  content: "\e607"
}

.icon-arrow-right:before {
  content: "\e608"
}

.icon-twitter:before {
  content: "\e609"
}

.icon-facebook:before {
  content: "\e60a"
}

.icon-googleplus:before {
  content: "\e60b"
}

.icon-instagram:before {
  content: "\e60c"
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizelegibility
}

h1 small,
h2 small {
  font-weight: normal;
  color: #ccc
}

h1,
.h1 {
  margin-bottom: .7em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2
}

h2,
.h2 {
  margin-bottom: .7em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2
}

h3,
.h3 {
  margin-bottom: .9333333333em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3
}

h4,
.h4 {
  margin-bottom: 1.4em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.4em
}

h6,
.h6 {
  margin-bottom: 1.4em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase
}

p,
ol,
dl,
address {
  margin-bottom: 1.4em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em
}

small {
  font-size: .8em
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white
}

ul,
ol {
  margin: 0 0 1.4em 0;
  padding: 0 0 0 20px
}

blockquote {
  margin: 0 0 1.4em -20px;
  padding-left: 20px;
  border-left: 2px solid white;
  font-family: Georgia, Times, "Times New Roman";
  font-style: normal
}

q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

cite {
  font-style: normal
}

dl,
dd {
  margin-bottom: 1.4em
}

dt {
  font-weight: 700;
  text-transform: uppercase
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right
}

.dl-horizontal dd {
  margin-left: 22.78%
}

abbr[title] {
  border-bottom: 1px dotted white;
  cursor: help
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

ins {
  background-color: white;
  color: #242424;
  text-decoration: none
}

mark {
  background-color: white;
  color: #242424;
  font-style: italic;
  font-weight: 700
}

pre,
code,
kbd,
samp {
  font-family: "Roboto Mono", Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

.page-header a {
  text-decoration: none;
  color: #ffdc00;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.page-header a:focus {
  box-shadow: inset 0px 0px 0px 2px #378ADF;
}

a:visited {
  color: #998400
}

a:hover {
  text-decoration: underline;
  color: #ccb000
}

a:focus {
  outline: thin dotted;
  color: #665800
}

a:hover,
a:active {
  outline: 0
}

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

.animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0)
  }
  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0)
  }
  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0)
  }
  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0)
  }
  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
      opacity: 1
  }
  25%,
  75% {
      opacity: 0
  }
}

@keyframes flash {
  from,
  50%,
  to {
      opacity: 1
  }
  25%,
  75% {
      opacity: 0
  }
}

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

@-webkit-keyframes pulse {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

@keyframes pulse {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes rubberBand {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1)
  }
  40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1)
  }
  50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1)
  }
  65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1)
  }
  75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1)
  }
  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

@keyframes rubberBand {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1)
  }
  40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1)
  }
  50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1)
  }
  65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1)
  }
  75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1)
  }
  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes shake {
  from,
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
  }
  20%,
  40%,
  60%,
  80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {
  from,
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
  }
  20%,
  40%,
  60%,
  80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
  }
}

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

@-webkit-keyframes headShake {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
  6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg)
  }
  50% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
  6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg)
  }
  50% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  10%,
  20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

@keyframes tada {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  10%,
  20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes wobble {
  from {
      -webkit-transform: none;
      transform: none
  }
  15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  to {
      -webkit-transform: none;
      transform: none
  }
}

@keyframes wobble {
  from {
      -webkit-transform: none;
      transform: none
  }
  15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  to {
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
      -webkit-transform: none;
      transform: none
  }
  22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
      -webkit-transform: none;
      transform: none
  }
  22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97)
  }
  to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97)
  }
  to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0)
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0)
  }
  75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }
  90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0)
  }
  to {
      -webkit-transform: none;
      transform: none
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0)
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0)
  }
  75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }
  90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0)
  }
  to {
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0)
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0)
  }
  75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
  }
  90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0)
  }
  to {
      -webkit-transform: none;
      transform: none
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0)
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0)
  }
  75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
  }
  90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0)
  }
  to {
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0)
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0)
  }
  75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
  }
  90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0)
  }
  to {
      -webkit-transform: none;
      transform: none
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0)
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0)
  }
  75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
  }
  90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0)
  }
  to {
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0)
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
  }
  75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
  }
  90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0)
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0)
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
  }
  75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
  }
  90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0)
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9)
  }
  50%,
  55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3)
  }
}

@keyframes bounceOut {
  20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9)
  }
  50%,
  55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3)
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
  }
  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
  }
  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }
  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }
  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
  }
}

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

@-webkit-keyframes fadeIn {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}

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

@-webkit-keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes fadeInDownBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInDownBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100px, 0, 0);
      transform: translate3d(-100px, 0, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

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

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

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

@keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(50px, 0, 0);
      transform: translate3d(50px, 0, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes fadeInRightBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInRightBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes fadeInUpBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInUpBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes fadeOut {
  from {
      opacity: 1
  }
  to {
      opacity: 0
  }
}

@keyframes fadeOut {
  from {
      opacity: 1
  }
  to {
      opacity: 0
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
  40% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
  50% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
  80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
}

@keyframes flip {
  from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
  40% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
  50% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
  80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }
  40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
  60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1
  }
  80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
}

@keyframes flipInX {
  from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }
  40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
  60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1
  }
  80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }
  40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
  60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1
  }
  80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
}

@keyframes flipInY {
  from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }
  40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
  60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1
  }
  80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
  30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1
  }
  to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0
  }
}

@keyframes flipOutX {
  from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
  30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1
  }
  to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
  30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1
  }
  to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0
  }
}

@keyframes flipOutY {
  from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
  30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1
  }
  to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0
  }
  60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1
  }
  80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
      opacity: 1
  }
  to {
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

@keyframes lightSpeedIn {
  from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0
  }
  60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1
  }
  80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
      opacity: 1
  }
  to {
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  from {
      opacity: 1
  }
  to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0
  }
}

@keyframes lightSpeedOut {
  from {
      opacity: 1
  }
  to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

@keyframes rotateIn {
  from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

@keyframes rotateInDownLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

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

@-webkit-keyframes rotateInDownRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

@keyframes rotateInDownRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

@keyframes rotateInUpLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

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

@-webkit-keyframes rotateInUpRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

@keyframes rotateInUpRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
  }
}

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

@-webkit-keyframes rotateOut {
  from {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1
  }
  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0
  }
}

@keyframes rotateOut {
  from {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1
  }
  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

@keyframes rotateOutDownRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0
  }
}

@keyframes rotateOutUpRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0
  }
}

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

@-webkit-keyframes hinge {
  0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
  }
  20%,
  60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
  }
  40%,
  80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1
  }
  to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0
  }
}

@keyframes hinge {
  0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
  }
  20%,
  60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
  }
  40%,
  80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1
  }
  to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0
  }
}

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

@-webkit-keyframes rollIn {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes rollIn {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

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

@-webkit-keyframes rollOut {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@keyframes rollOut {
  from {
      opacity: 1
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomInLeft {
  from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInLeft {
  from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInRight {
  from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

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

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

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

@-webkit-keyframes zoomOut {
  from {
      opacity: 1
  }
  50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3)
  }
  to {
      opacity: 0
  }
}

@keyframes zoomOut {
  from {
      opacity: 1
  }
  50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3)
  }
  to {
      opacity: 0
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }
  to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes slideInDown {
  from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInLeft {
  from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

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

@-webkit-keyframes slideInRight {
  from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

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

@-webkit-keyframes slideInUp {
  from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }
}

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

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-weight: 300;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #807f7f;
  border: 1px solid #ccb000;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
  *margin-left: .3em
}

.btn:visited,
.btn:hover {
  color: #242424;
  text-decoration: none
}

.btn:first-child {
  *margin-left: 0
}

.btn-disabled {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  cursor: default
}

.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdc00), to(#ec0c2b));
  background-image: -webkit-linear-gradient(top, #ffdc00, #ec0c2b);
  background-color: #ec0c2b;
  background-image: -moz-linear-gradient(top, #ffdc00, #ec0c2b);
  background-image: -ms-linear-gradient(top, #ffdc00, #ec0c2b);
  background-image: -o-linear-gradient(top, #ffdc00, #ec0c2b);
  background-image: linear-gradient(top, #ffdc00, #ec0c2b);
  background-repeat: repeat-x;
  color: white
}

.btn-error:visited,
.btn-error:hover {
  color: white
}

.btn-primary {
  background-color: #ffdc00
}

.btn-success {
  background-color: #21d05b
}

.btn-warning {
  background-color: #f59231
}

.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px
}

.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px
}

.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.4em
}

.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.btn-toolbar {
  clear: both;
  margin-top: .7em;
  margin-bottom: .7em
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

form {
  margin: 0 0 1.4em 0
}

form fieldset {
  margin-bottom: 1.4em;
  padding: 0;
  border-width: 0
}

form legend {
  display: block;
  width: 100%;
  margin-bottom: 2.8em;
  *margin-left: -7px;
  padding: 0;
  color: #242424;
  border: 0;
  border-bottom: 1px solid #fff8cc;
  white-space: normal
}

form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc
}

form p {
  margin-bottom: .7em
}

form ul {
  margin: 0 0 1.4em 0
}

form br {
  display: none
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle
}

input,
button,
select,
textarea {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

label {
  display: block;
  margin-bottom: .175em;
  font-weight: bold;
  color: #242424;
  cursor: pointer
}

input.vex-dialog-button {
  padding-top: 5px;
  padding-bottom: 5px
}

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  background-color: white;
  border: 1px solid #9b9b9b;
  color: #242424
}

td input {
  border-radius: 4px;
  border-width: 2px;
  padding:4px;
}

input:hover,
textarea:hover,
select:hover {
  border-color: #232323
}

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem
}

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem
}

input[type="image"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9
}

input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 16px;
  *height: 16px;
  width: 16px;
  height: 16px;
  
}

input[type="radio"]:focus {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 2px;
  outline-style: solid;
  outline-color: Highlight;
}

input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
  border-radius: 4px;
}

select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px
}

input[type="file"]:focus {
  box-shadow: inset 0px 0px 0px 2px #378adf;
}

select {
  width: auto;
  background-color: white;
  font-size: 13px;
  font-size: 1.3rem
}

select[multiple],
select[size] {
  height: auto
}

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top
}

input[type="hidden"] {
  display: none
}

.radio {
  padding-left: 18px;
  font-weight: normal
}

.radio input[type="radio"] {
  float: left;
  margin-left: -18px
}

.radio.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle
}

.radio.inline+.radio.inline {
  margin-left: 10px
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: default
}

input:focus,
textarea:focus {
  border-color: #378ADF, 40%;
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0px 0px 0px 2px #378adf;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.help-block,
.help-inline {
  color: #807f7f
}

.help-block {
  display: block;
  margin-bottom: .7em
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px
}

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0
}

.form-inline label {
  display: inline-block
}

.form-inline .radio,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle
}

.form-inline .radio input[type="radio"] {
  float: left;
  margin-left: 0;
  margin-right: 3px
}

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0
}

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px
}

.form-search label {
  display: inline-block
}

.form-search .radio,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle
}

.form-search .radio input[type="radio"] {
  float: left;
  margin-left: 0;
  margin-right: 3px
}

.i {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-color: rgba(128, 127, 127, 0.4);
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.i--sales-orders {
  background-image: url(../img/icons/icon-1-2x.png)
}

.i--works-orders {
  background-image: url(../img/icons/icon-2-2x.png)
}

.i--transfer-orders {
  background-image: url(../img/icons/icon-3-2x.png)
}

.i--vendor-returns {
  background-image: url(../img/icons/icon-4-2x.png)
}

.i--purchase-orders {
  background-image: url(../img/icons/icon-5-2x.png)
}

.i--replenishment {
  background-image: url(../img/icons/icon-6-2x.png)
}

.i--people {
  background-image: url(../img/icons/icon-7-2x.png)
}

.i--packing {
  background-image: url(../img/icons/icon-8-2x.png)
}

.list-bordered {
  list-style-type: none;
  margin: 0 0 1.4em 0;
  padding: 0
}

.list-bordered li {
  margin-bottom: .35em;
  padding-bottom: .35em;
  border-bottom: 1px dashed white
}

.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0
}

.link-list li {
  color: red
}

@media all and (min-width:46.25em) {
  .link-list li {
      color: green
  }
}

@media all and (min-width:61.25em) {
  .link-list li {
      color: blue
  }
}

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin-bottom: 1.4em
}

figure img {
  margin-bottom: .35em
}

figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #807f7f
}

@-webkit-viewport {
  width: device-width
}

@-moz-viewport {
  width: device-width
}

@-ms-viewport {
  width: device-width
}

@-o-viewport {
  width: device-width
}

@viewport {
  width: device-width
}

html {
  background: #ffdc00;
  background: transparent;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #F4F4F4;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #232323;
}

.row {
  width: 100%
}

.container {
  width: 100%
}

.links {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0
}

.links li {
  margin: 0;
  padding: 0
}

.links li {
  display: inline-block
}

.hide-text {
  display: none
}

.page-header {
  background: #ffdc00
}

.page-header .container {
  padding: 10px 0 0;
  position: relative
}

.waerlinx-logo {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  padding: 20px 0 15px 20px
}

.waerlinx-logo a {
  display: inline-block
}

.test-img {
  position: absolute;
  left: 130px
}

.hubs-nav {
  display: inline-block;
  vertical-align: top;
  width: calc(99% - 630px);
  min-width: 374px;
  white-space: nowrap;
  text-align: center
}

.hubs-nav li {
  margin: 0 10px;
  width: auto
}

.hubs-nav a {
  padding: 0 10px 5px;
  color: black;
  display: inline-block
}

.hubs-nav h4 {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hubs-nav .icon {
  width: 60px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  padding: 5px
}

.hubs-nav a:hover {
  text-decoration: none
}

.hubs-nav a:hover .icon {
  background: rgba(0, 0, 0, 0.1)
}

.hubs-nav a:active {
  outline: 0
}

.hubs-nav li.selected .icon {
  background: rgba(255, 255, 255, 0.3)
}

.user-header {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  float: right;
  margin: 6px 10px 0 0
}

.user-header .user,
.user-header .location,
.user-header .log-out {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 10px 5px 0;
  margin-top: 10px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #242424
}

.user-header .user .label,
.user-header .location .label,
.user-header .log-out .label {
  display: block
}

.user-header .user .item,
.user-header .location .item,
.user-header .log-out .item {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.user-header .user,
.user-header .location {
  width: 47%
}

.user-header .location .text {
  color: #242424;
  text-transform: uppercase
}

.user-header .location a {
  padding: 0 10px
}

.user-header .location a .i {
  display: none
}

.user-header .location a:first-of-type {
  border-right: 1px solid #807f7f
}

.user-header .log-out {
  width: 6%;
  padding-right: 30px;
  position: relative
}

.user-header .log-out img {
  width: 25px;
  margin: 0;
  right: 0;
  top: 8px;
  position: absolute
}

.admin-nav {
  width: 100.0%;
  height: 41px;
  min-width: 800px;
  background: #FFF1B2;
  padding: 6px 3px 3px 5px;
  bottom: 0;
  left: 0
}

.admin-nav ul {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  line-height: 1em
}

.admin-nav ul li {
  margin: 0;
  padding: 0
}

.admin-nav ul li {
  margin: 0 10px 0 0;
  padding: 2px 10px 0 0;
  border-right: 1px solid #807f7f;
  line-height: 1em;
  height: 20px;
  display: inline-block;
  vertical-align: top
}

.admin-nav ul li:last-of-type {
  border-right: 0
}

.admin-nav ul li.toggle {
  margin-top: -40px;
  padding: 7px 5px;
  border-right: 0;
  display: block;
  width: 180px;
  background: rgba(255, 255, 255, 0.6);
  height: 30px;
  margin-bottom: 9px;
  text-align: center
}

.admin-nav ul li.toggle .toggle-label {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top
}

.admin-nav ul li.toggle .toggle-switch {
  background: #ffdc00;
  padding: 2px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 40px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.admin-nav ul li.toggle .toggle-button {
  background: #242424;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  left: 2px
}

.admin-nav ul li.toggle.set-left .toggle-button {
  left: 2px
}

.admin-nav ul li.toggle.set-right .toggle-button {
  left: 22px
}

.admin-nav ul a {
  color: #545454;
  line-height: 1em
}

@media all and (min-width:81.25em) {
  .admin-nav ul li.toggle {
      padding: 2px 0;
      margin-top: 0;
      display: inline-block;
      width: auto;
      background: transparent
  }
}

.header-search {
  position: absolute;
  display: inline-block;
  width: 20%;
  height: 34px;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 3px;
  bottom: 0;
  right: 0
}

.header-search .search-form {
  padding: 0;
  position: relative;
  margin: 0
}

.header-search .label {
  position: absolute;
  color: #545454;
  padding: 5px 10px;
  line-height: 18px;
  z-index: 0;
  top: 3px;
  left: 0;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 18px;
  font-size: 1.8rem
}

.header-search .field {
  padding: 4px 0 4px 0;
  margin: 0 0 0 70px;
  position: relative;
  z-index: 1;
  background: white;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0;
  font-size: 20px;
  font-size: 2rem;
  width: calc(100% - 120px)
}

.header-search .btn {
  position: absolute;
  color: #545454;
  padding: 5px;
  line-height: 20px;
  font-size: 20px;
  font-size: 2rem;
  z-index: 0;
  top: 0;
  right: 10px;
  width: 40px;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0;
  opacity: .8
}

.header-search .btn:active {
  outline: 0;
  border: 0
}

.header-search .btn:hover {
  opacity: 1.0
}

.header-search .btn img {
  width: 100%
}

.header-search .form-active .label {
  font-size: 12px;
  font-size: 1.2rem;
  opacity: .8;
  top: 0
}

.header-search .form-active .field {
  padding: 5px 40px 5px 45px
}

@media all and (min-width:81.25em) {
  .header-search {
      width: 23%
  }
  .header-search .field {
      width: calc(100% - 140px)
  }
}

@media all and (min-width:112.5em) {
  .header-search {
      width: 30%
  }
}

.inner-header .waerlinx-logo {
  padding: 13px 0 20px 20px
}

.inner-header .waerlinx-logo img {
  width: 140px
}

.inner-header .hubs-nav li {
  position: relative;
  margin: 0 5px
}

.inner-header .hubs-nav h4,
.inner-header .hubs-nav .icon {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.inner-header .hubs-nav h4 {
  position: absolute;
  top: 14px;
  text-align: center;
  margin-left: -50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  opacity: .0;
  padding: 3px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.inner-header .hubs-nav li:first-of-type h4 {
  top: 4px
}

.inner-header .hubs-nav .icon {
  width: 50px
}

.inner-header .hubs-nav a:hover .icon {
  opacity: .2
}

.inner-header .hubs-nav a:hover h4 {
  opacity: 1.0;
  background: rgba(255, 255, 255, 0.8)
}

.inner-header .user-header .user,
.inner-header .user-header .location,
.inner-header .user-header .log-out {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  padding-top: 0
}

.inner-header .user-header .location {
  width: 36%
}

.inner-header .user-header .log-out {
  width: 23%
}

.inner-header .user-header .log-out img {
  width: 21px;
  top: 3px
}

body.waerlite .page-header {
  background: #378adf
}

body.waerlite .hubs-nav a {
  color: white
}

body.waerlite .admin-nav ul li.toggle .toggle-switch {
  background: #378adf
}

body.waerlite .user-header .user,
body.waerlite .user-header .location,
body.waerlite .user-header .log-out {
  color: white
}

.page-body {
  background: white
}

.page-body .block {
  padding: 0
}

.dashboard-layout {
  display: flex
}

.dashboard-layout .block--main-section {
  background: black;
  flex-grow: 2;
  width: 64%
}

.dashboard-layout .block--side-section {
  background: white;
  flex-grow: 1;
  width: 36%;
  padding: 0
}

.dashboard-layout .block--side-section .block--done {
  background: #f2f2f2;
  padding: 5px 20px 0 20px;
  position: relative
}

.dashboard-layout .block--side-section .block--done .page-footer {
  position: absolute;
  bottom: 0;
  right: 45px;
  width: 140px
}

.dashboard-layout h2 {
  font-size: 40px;
  font-size: 4rem;
  color: white;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px;
  margin: 0
}

.dashboard-layout .block--to-do {
  background: #242424;
  padding-top: 3px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#303030), to(#545454));
  background-image: -webkit-linear-gradient(top, #303030, #545454);
  background-color: #545454;
  background-image: -moz-linear-gradient(top, #303030, #545454);
  background-image: -ms-linear-gradient(top, #303030, #545454);
  background-image: -o-linear-gradient(top, #303030, #545454);
  background-image: linear-gradient(top, #303030, #545454);
  background-repeat: repeat-x
}

.dashboard-layout .block--to-do .tile-group .count--numbers {
  color: #ffdc00
}

.dashboard-layout .block--to-do .tile-group .count--label,
.dashboard-layout .block--to-do .tile.selected:after {
  background: #ffdc00
}

.dashboard-layout .block--to-do .tile .tile--inner {
  background: #333
}

.dashboard-layout .block--to-do .tile--primary .tile--inner {
  background: #242424
}

.dashboard-layout .block--to-do .tile .tile--count {
  border-color: #3b3b3b
}

.dashboard-layout .block--to-do .tile:after {
  background-color: #ffdc00
}

.dashboard-layout .block--to-do .tile--secondary .tile--inner {
  background: #ffdc00;
  color: textcolor
}

.dashboard-layout .block--to-do .tile--secondary .tile--inner .tile--link {
  color: #242424
}

.dashboard-layout .block--to-do .tile--secondary .tile--inner .tile--link:hover .tile--title {
  color: white
}

.dashboard-layout .block--to-do .tile--count {
  background: #242424;
  color: #ffdc00
}

.dashboard-layout .block--in-progress {
  padding-top: 12px
}

.dashboard-layout .block--in-progress .tile-group .count--numbers {
  color: #f59231
}

.dashboard-layout .block--in-progress .tile-group--count {
  background: black none
}

.dashboard-layout .block--in-progress .tile-group .count--label,
.dashboard-layout .block--in-progress .tile-group .tile:hover:after,
.dashboard-layout .block--in-progress .tile-group .tile.selected:after {
  background: #f59231
}

.dashboard-layout .block--in-progress .tile .tile--link:hover .tile--title {
  color: white
}

.dashboard-layout .block--in-progress .tile-group .tile .tile--link:hover .tile--title {
  color: #f59231
}

.dashboard-layout .block--in-progress .tile .tile--count {
  color: #f59231;
  border-color: black
}

.dashboard-layout .block--in-progress .tile:after {
  background-color: #f59231
}

.dashboard-layout .block--in-progress .tile--primary .tile--count,
.dashboard-layout .block--in-progress .tile--primary .tile--inner {
  background: #303030
}

.dashboard-layout .block--in-progress .tile--secondary .tile--inner {
  background: #f59231
}

.dashboard-layout .block--in-progress .tile--secondary .tile--link {
  color: #242424
}

.dashboard-layout .block--in-progress .tile--secondary .tile--link:hover {
  color: white
}

.dashboard-layout .block--in-progress .tile--secondary .tile--count {
  color: #f59231;
  background: #242424
}

.dashboard-layout .block--done {
  padding: 10px 25px 20px
}

.dashboard-layout .block--done .section-header {
  padding: 0;
  margin: 10px 0 1px
}

.dashboard-layout .block--done .tile-block {
  padding: 0
}

.dashboard-layout .block--done h2 {
  padding-left: 10px;
  color: #242424
}

.dashboard-layout .block--done .tile:after {
  background-color: #21d05b
}

.dashboard-layout .block--done .tile-group .count--label,
.dashboard-layout .block--done .tile-group .tile:hover:after,
.dashboard-layout .block--done .tile-group .tile.selected:after {
  background: #21d05b
}

.dashboard-layout .block--done .tile .tile--link:hover .tile--title {
  color: #242424
}

.dashboard-layout .block--done .tile-group .tile .tile--link:hover .tile--title {
  color: white
}

.dashboard-layout .block--done .tile .tile--count {
  color: white;
  border-color: #f2f2f2
}

.dashboard-layout .block--done .tile:after {
  background-color: #21d05b
}

.dashboard-layout .block--done .tile--primary .tile--inner {
  background: #242424
}

.dashboard-layout .block--done .tile--secondary .tile--inner {
  background: #21d05b
}

.dashboard-layout .block--done .tile--secondary .tile--link {
  color: #242424
}

.dashboard-layout .block--done .tile--secondary .tile--count {
  color: #21d05b;
  background: white
}

@media all and (min-width:112.5em) {
  .dashboard-layout .block--done .section-header,
  .dashboard-layout .section-header {
      margin-top: 20px
  }
}

.section-header {
  display: inline-block;
  width: 91%;
  vertical-align: top;
  box-sizing: border-box;
  background: #242424;
  margin: 10px 20px 1px
}

.section-header .section-name {
  background: white;
  color: #242424;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0;
  padding: 3px 20px
}

.section-header .section-total {
  color: white;
  display: inline-block;
  width: 49%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 3px 20px;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px
}

.section-header .section-total span {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase
}

.block--to-do .section-header .section-name {
  background: #ffdc00
}

.block--to-do .section-header .section-total {
  color: #ffdc00
}

.block--in-progress .section-header {
  background: #303030
}

.block--in-progress .section-header .section-name {
  background: #f59231
}

.block--in-progress .section-header .section-total {
  color: #f59231
}

.block--done .section-header {
  display: inline-block;
  width: 99.6%;
  vertical-align: top;
  box-sizing: border-box
}

.block--done .section-header .section-name {
  background: #21d05b
}

.block--done .section-header .section-total {
  color: #21d05b
}

@media all and (min-width:61.25em) {
  .section-header {
      width: 85%
  }
  .section-header .section-name {
      display: inline-block;
      width: 55%;
      vertical-align: top;
      box-sizing: border-box;
      line-height: 35px
  }
  .section-header .section-total {
      display: inline-block;
      width: 39%;
      vertical-align: top;
      box-sizing: border-box;
      line-height: 35px
  }
}

@media all and (min-width:68.75em) {
  .section-header .section-name {
      line-height: 38px;
      font-size: 34px;
      font-size: 3.4rem
  }
  .section-header .section-total {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 35px
  }
}

@media all and (min-width:75em) {
  .section-header {
      width: 64%
  }
  .section-header .section-name {
      width: 50%
  }
}

@media all and (min-width:112.5em) {
  .section-header .section-name {
      line-height: 48px;
      font-size: 34px;
      font-size: 3.4rem
  }
  .section-header .section-total {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px
  }
}

.section-header-lite {
  width: 46.8%
}

.collapsible {
  background-color: #eee;
  cursor: pointer;
  padding: 8px 32px 8px 8px;
  border-radius:4px;
  position: relative;
  transition: .3s ease;
}

.collapsible:hover {
  background-color: #dadada;
}

.collapsible:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAyCAYAAADLLVz8AAAMPmlDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnltSIbRAKFJCb4KAdKSE0CIISBVshCRAKDEGgogdFRVcu1jAhq6KKLoWQNaCiGJhUex9UQRhZV0s2JU3KaDrvvK9+b65899/zvznzLkz994BQL2RKxZnoxoA5IjyJDGhgcwJSclMUjcgAzrQBHoA4/Jyxazo6AgAy1D79/L2FkBk7XUHmdY/+/9r0eQLcnkAINEQp/JzeTkQHwUAr+CJJXkAEGW8+Yw8sQzDCrQlMECIl8pwugJXyHCqAh+S28TFsCFuBoCsyuVK0gFQuwp5Zj4vHWqo9UPsJOILRQCoMyH2y8mZxoc4BWIbaCOGWKbvmfqdTvrfNFOHNbnc9GGsmIu8kIOEueJs7sz/Mx3/u+RkS4d8WMGqmiEJi5HNGebtTta0cBlWhbhPlBoZBbEWxO+FfLk9xCg1QxoWr7BHDXm5bJgzwIDYic8NCofYEOIQUXZkhJJPTROGcCCGKwQtEOZx4iDWg3ipIDc4VmmzXTItRukLrU2TsFlK/gJXIvcr8/VImhXPUuq/yhBwlPqYWmFGXCLEVIgt8oUJkRCrQeyYmxUbrrQZU5jBjhyykUhjZPFbQBwjEIUGKvSx/DRJSIzSviQnd2i+2PYMISdSiQ/nZcSFKfKDNfO48vjhXLCrAhErfkhHkDshYmgufEFQsGLuWI9AFB+r1HkvzguMUYzFqeLsaKU9bibIDpXxZhC75ubHKsfiCXlwQSr08TRxXnScIk68MJM7NloRD74KRAA2CAJMIIU1FUwDmUDY1lfXB+8UPSGACyQgHQiAg5IZGpEo7xHBaywoBH9CJAC5w+MC5b0CkA/5L8Os4uoA0uS9+fIRWaAb4hwQDrLhvVQ+SjTsLQE8hYzwH965sPJgvNmwyvr/PT/EfmNYkIlQMtIhj0z1IUtiMDGIGEYMIdriBrgf7oNHwGsArC64J+41NI9v9oRuQjvhCeEmoYNwd6qwSPJDlONAB9QPUeYi9ftc4FZQ0w0PxH2hOlTGGbgBcMBdoR8W7g89u0GWrYxblhXmD9p/m8F3T0NpR3GioBRdSgDF5seRanZqbsMqslx/nx9FrKnD+WYP9/zon/1d9vmwDf/REluKHcFasDPYRewEVgeY2GmsHmvFTsrw8Op6Kl9dQ95i5PFkQR3hP/wNPVlZJnOdqp16nT4r+vIEBbJ3NGBPE8+UCNMz8pgs+EUQMDkinuNIpouTiwsAsu+L4vX1miH/biCMS9+4ojcA+PIHBwdPfOMi4F4/uhhu/+5vnPUp+JrQBeBCKU8qyVdwuOxCgG8JdbjT9IExMAc2cD4uwB34gAAQDMaCKBAHksAUGH0GXOcSMAPMBgtAMSgFq8B6sBlsAzvBXnAAHAZ14AQ4A86Dy+AquAnuw9XTBZ6DfvAWfEIQhITQEDqij5gglog94oJ4In5IMBKBxCBJSAqSjogQKTIbWYiUImuQzcgOpAr5BTmOnEEuIu3IXeQx0ou8Qj6iGKqKaqNGqBU6CvVEWWg4GodORtPR6WghughdgW5EK9H9aC16Br2M3kQ70OfoAAYwFYyBmWIOmCfGxqKwZCwNk2BzsRKsDKvEarAG+JyvYx1YH/YBJ+J0nIk7wBUchsfjPHw6Phdfjm/G9+K1eDN+HX+M9+NfCTSCIcGe4E3gECYQ0gkzCMWEMsJuwjHCObiXughviUQig2hN9IB7MYmYSZxFXE7cQjxIbCS2EzuJAyQSSZ9kT/IlRZG4pDxSMWkTaT/pNOkaqYv0nqxCNiG7kEPIyWQRuYhcRt5HPkW+Rn5G/kTRoFhSvClRFD5lJmUlZRelgXKF0kX5RNWkWlN9qXHUTOoC6kZqDfUc9QH1tYqKipmKl8p4FaHKfJWNKodULqg8VvmgqqVqp8pWnaQqVV2huke1UfWu6msajWZFC6Al0/JoK2hVtLO0R7T3anQ1RzWOGl9tnlq5Wq3aNbUX6hR1S3WW+hT1QvUy9SPqV9T7NCgaVhpsDa7GXI1yjeMatzUGNOmazppRmjmayzX3aV7U7NEiaVlpBWvxtRZp7dQ6q9VJx+jmdDadR19I30U/R+/SJmpba3O0M7VLtQ9ot2n362jpuOok6BTolOuc1OlgYAwrBoeRzVjJOMy4xfioa6TL0hXoLtOt0b2m+05vhF6AnkCvRO+g3k29j/pM/WD9LP3V+nX6Dw1wAzuD8QYzDLYanDPoG6E9wmcEb0TJiMMj7hmihnaGMYazDHcathoOGBkbhRqJjTYZnTXqM2YYBxhnGq8zPmXca0I38TMRmqwzOW3yB1OHyWJmMzcym5n9poamYaZS0x2mbaafzKzN4s2KzA6aPTSnmnuap5mvM28y77cwsRhnMdui2uKeJcXS0zLDcoNli+U7K2urRKslVnVWPdZ61hzrQutq6wc2NBt/m+k2lTY3bIm2nrZZtltsr9qhdm52GXbldlfsUXt3e6H9Fvv2kYSRXiNFIytH3nZQdWA55DtUOzx2ZDhGOBY51jm+GGUxKnnU6lEto746uTllO+1yuu+s5TzWuci5wfmVi50Lz6Xc5cZo2uiQ0fNG149+6WrvKnDd6nrHje42zm2JW5PbF3cPd4l7jXuvh4VHikeFx21Pbc9oz+WeF7wIXoFe87xOeH3wdvfO8z7s/ZePg0+Wzz6fnjHWYwRjdo3p9DXz5fru8O3wY/ql+G336/A39ef6V/o/CTAP4AfsDnjGsmVlsvazXgQ6BUoCjwW+Y3uz57Abg7Cg0KCSoLZgreD44M3Bj0LMQtJDqkP6Q91CZ4U2hhHCwsNWh93mGHF4nCpO/1iPsXPGNoerhseGbw5/EmEXIYloGIeOGztu7bgHkZaRosi6KBDFiVob9TDaOnp69K/jieOjx5eP745xjpkd0xJLj50auy/2bVxg3Mq4+/E28dL4pgT1hEkJVQnvEoMS1yR2TBg1Yc6Ey0kGScKk+mRSckLy7uSBicET10/smuQ2qXjSrcnWkwsmX5xiMCV7ysmp6lO5U4+kEFISU/alfOZGcSu5A6mc1IrUfh6bt4H3nB/AX8fvFfgK1giepfmmrUnrSfdNX5vem+GfUZbRJ2QLNwtfZoZlbst8lxWVtSdrMDsx+2AOOScl57hIS5Qlap5mPK1gWrvYXlws7pjuPX399H5JuGR3LpI7Obc+Txv+yLdKbaSLpY/z/fLL89/PSJhxpECzQFTQOtNu5rKZzwpDCn+ehc/izWqabTp7wezHc1hzdsxF5qbObZpnPm/RvK75ofP3LqAuyFrwW5FT0ZqiNwsTFzYsMlo0f1Hn4tDF1cVqxZLi20t8lmxbii8VLm1bNnrZpmVfS/gll0qdSstKPy/nLb/0k/NPG38aXJG2om2l+8qtq4irRKturfZfvXeN5prCNZ1rx62tXcdcV7Luzfqp6y+WuZZt20DdIN3QsTFiY/0mi02rNn3enLH5Znlg+cEKw4plFe+28Ldc2xqwtWab0bbSbR+3C7ff2RG6o7bSqrJsJ3Fn/s7uXQm7Wn72/Llqt8Hu0t1f9oj2dOyN2dtc5VFVtc9w38pqtFpa3bt/0v6rB4IO1Nc41Ow4yDhYeggckh7645eUX24dDj/cdMTzSM1Ry6MVx+jHSmqR2pm1/XUZdR31SfXtx8ceb2rwaTj2q+Ove06Ynig/qXNy5SnqqUWnBk8Xnh5oFDf2nUk/09k0ten+2QlnbzSPb247F37uwvmQ82dbWC2nL/heOHHR++LxS56X6i67X65tdWs99pvbb8fa3Ntqr3hcqb/qdbWhfUz7qWv+185cD7p+/gbnxuWbkTfbb8XfunN70u2OO/w7PXez7768l3/v0/35DwgPSh5qPCx7ZPio8nfb3w92uHecfBz0uPVJ7JP7nbzO509zn37uWtRN6y57ZvKsqsel50RvSO/VPyb+0fVc/PxTX/Gfmn9WvLB5cfSvgL9a+yf0d72UvBx8tfy1/us9b1zfNA1EDzx6m/P207uS9/rv937w/NDyMfHjs08zPpM+b/xi+6Xha/jXB4M5g4NiroQr/xXAYEXT0gB4tQcAWhIAdHg+o05UnP/kBVGcWeUI/CesOCPKizsANbCR/cazGwE4BKvVfKgdAIDsFz4uAKCjRw/XobOa/FwpK0R4DtgeJEN3106eD34oijPnd3H/2AKZqiv4sf0X0g57HM+CZbQAAAA4ZVhJZk1NACoAAAAIAAGHaQAEAAAAAQAAABoAAAAAAAKgAgAEAAAAAQAAAFCgAwAEAAAAAQAAADIAAAAA8dpKWAAAAwFJREFUaAXt2j2O2kAUAGBsU2zJEXyELRDQhT1BUqbb3Q4hQNRpQlKlSyJ+RLd7hKSKUi1lgIbcgHQp6fnLe5YHDWDD/M/Yykgs4/HMY94nYzP2Fgr/i5SAd2l0o9EIi8ViuNvtVqPRaHGpb972kdw3m81yPB4v0/JLBOx2u+F2u32CQXVq4HK9Xt9dCkb1zWy12WzeBkHwGRKoU0lMIPfHpNzPAGO8FxgcUgFIdQWwd3k9GmM8zL1EEqbeEw+gI8AreCRWLhGv4JHczxAPgIx4JFCuEBnxSO5HiBEgJx4JlAtETjyS+wHRE8QjgTKNKIhHco8QfbhM96AlJK2c7yW4Yr3gRDjHWe8uiYfzx594Xd/zvNeS2WQOUQFeRAZ29z7Uki7ZvKaZQVSFFwOVEHDCq5XS33lExXgFOAIXPizTvqeAiDQ7i6gaL8b5Eszn81+VSgUwvbqIWMKYG9/335bL5Z8Q+2/CfuNNOvD2+/2Hfr//NcBsZrPZJK+IuvAGg0EP7SJArOQRUTfeEWDeEE3gnQHmBdEUXiJg1hFN4qUCZhXRNN5FwKwh2sC7CpgVRFt4TICuI9rEYwZ0FdE2Hhega4itVqsOS8YfMC8Vd5MwvQIuz8gKI2pg+HNYiTD0jbpoWrE0arXacjqd/maZR6fTuYd+3+B1w9KfpY8IHsblBsRBGhAx7JtqtfoHYi9wI6202+0H2Pectl+kXRQPP0sIEAfaQIzx8IG/siKDh5MQBsTBJhFdxJMGNIXoKh7mf3iwjhsyBa6KPbgp+14mRsLYx7jNqa8tPU9lgBhUEyI9X+m67DnvdAJS58DTYJrOiacfI7ytGg8nohQQA7qKqANPC6CLiLrwtAG6hKgTTyugC4i68bQD2kQ0gWcE0AaiKTxjgCYRTeIZBTSBaBrPOKBORBt4VgB1INrCswaoEtEmnlVAFYi28awDyiC6gOcEoAiiK3jOAPIguoTnFCADItjtP/I+t8W4Oovy+4Gyk6XuJ76iYq3gn+HfDYfDT1SbE9V/AWuRu3ZER4QAAAAASUVORK5CYII=) no-repeat;
    position: absolute;
    background-size: contain;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 12px;
    transition: .3s ease;
    transform: initial;
}

.active.collapsible:after {
  transform: rotate(180deg);
}

.collapsible-short {
  max-width: 96%
}

.collapsible-content {
  overflow: hidden;
  transition: max-height .4s ease-out
}

.welcome-message {
  color: white;
  padding: 20px 20px;
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem
}

.welcome-message .ndash,
.welcome-message strong {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.page-footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 25px;
  text-align: right
}

.client-logo {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  box-sizing: border-box
}

.client-logo {
  text-align: left
}

.built-for-logo {
  display: inline-block;
  width: 39%;
  vertical-align: top;
  box-sizing: border-box;
  margin-top: 15px
}

.tile {
  margin-right: 10px;
  color: white;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  display: flex;
  flex-grow: 1;
  width: auto
}

.tile .tile--inner {
  z-index: 1;
  position: relative;
  padding: 60px 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box
}

.tile .i {
  width: 100%;
  max-width: 120px;
  height: 120px;
  margin: 20px 0
}

.tile .icon {
  width: 100%;
  max-width: 140px;
  margin: 5px auto;
  display: inline-block
}

.tile .tile--link {
  display: inline-block;
  text-align: left;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer
}

.tile .tile--link:hover {
  color: #ffdc00;
  text-decoration: none
}

.tile .tile--title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis
}

.tile .tile--count {
  width: auto;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 6px 15px;
  font-size: 30px;
  font-size: 3rem;
  border-left: 1px solid #545454;
  border-bottom: 1px solid #545454;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0
}

.tile:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: .0;
  z-index: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #ffdc00
}

.tile:hover {
  cursor: pointer
}

.tile:hover:after {
  height: 9px;
  bottom: -10px;
  opacity: 1.0
}

@media all and (min-width:112.5em) {
  .tile {
      margin-bottom: 40px
  }
  .tile .icon {
      margin: 13px auto
  }
  .tile:after {
      height: 9px
  }
  .tile:hover:after {
      height: 19px;
      bottom: -20px
  }
}

.tile-block {
  display: flex;
  padding: 0 20px
}

.tile-group {
  display: inline-block;
  display: flex;
  flex-grow: 4;
  position: relative;
  margin-right: 10px;
  display: flex
}

.tile-group.tile-group-2 {
  flex-grow: 2
}

.tile-group.tile-group--3 {
  margin-right: 0
}

.tile-group .tile {
  margin-top: 0;
  margin-right: 1px;
  width: 25%
}

.tile-group .tile .tile--inner {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.tile-groupxxxx--count {
  position: absolute;
  z-index: 14;
  top: -2px;
  right: -1px;
  color: white;
  width: auto;
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  padding: 2px;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.tile-group .xxx----count--numbers {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  background: black;
  margin-right: -5px
}

.tile-group .xxx----count--label {
  background: white;
  color: #242424;
  display: inline-block;
  padding: 10px
}

.tile-group .xxx----count--subtotal {
  display: inline-block;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  opacity: .0
}

.tile-group .xxx----count--subtotal .subtotal-option {
  display: inline-block;
  opacity: .0;
  max-width: 0;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.tile-group .xxx----count--subtotal .subtotal-option.show {
  opacity: 1.0;
  max-width: 100px;
  -webkit-transition: all .5s ease-in-out .2s;
  -moz-transition: all .5s ease-in-out .2s;
  -ms-transition: all .5s ease-in-out .2s;
  -o-transition: all .5s ease-in-out .2s;
  transition: all .5s ease-in-out .2s
}

.tile-group .xxx----count--total {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.tile-group .xxx----count--total:before {
  content: "/";
  max-width: 20px;
  color: #ccc;
  margin-right: -8px;
  opacity: .0;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.tile-group.xxxx---js-show-count .count--subtotal {
  display: inline-block;
  opacity: 1.0;
  max-width: 200px;
  -webkit-transition: all .3s ease-in-out .3s;
  -moz-transition: all .3s ease-in-out .3s;
  -ms-transition: all .3s ease-in-out .3s;
  -o-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s
}

.tile-group.xxxx---js-show-count .count--total {
  color: #ccc;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative
}

.tile-group.xxxx---js-show-count .count--total:before {
  content: "/";
  max-width: 20px;
  color: #ccc;
  margin-right: 3px;
  opacity: 1.0
}

.tile--secondary {
  margin-right: 2px
}

.xxxx--done-tiles .tile {
  width: 32%;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 10px 0
}

.xxxx--done-tiles .tile:after {
  content: none
}

.xxxx--done-tiles .tile .tile--inner {
  border: 2px solid #545454;
  padding: 0;
  background: white
}

.xxxx--done-tiles .tile .count--count {
  border-bottom: 2px solid #545454;
  width: 100%;
  display: inline-block;
  padding: 15px 10px;
  color: #242424;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem
}

.xxxx--done-tiles .tile .tile--image {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 auto
}

.xxxx--done-tiles .tile-block {
  background: white;
  border: 2px solid #545454;
  margin: 0 10px 20px;
  padding: 0;
  display: inline-block;
  width: 93.9%
}

.xxxx--done-tiles .tile-block .tile-grid {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0
}

.xxxx--done-tiles .tile-block .tile-grid>*,
.xxxx--done-tiles .tile-block .tile-grid .fc {
  flex: 1 0 100px;
  margin-left: 0;
  margin-bottom: 0
}

.xxxx--done-tiles .tile-block .tile {
  padding: 0;
  border-top: 2px solid #242424;
  width: 33%;
  min-width: 33%;
  flex-wrap: wrap
}

.xxxx--done-tiles .tile-block .tile:nth-of-type(3n+3) .tile--inner {
  border-right: 0
}

.xxxx--done-tiles .tile-block .tile .tile--inner {
  border: 0;
  border-right: 2px solid #242424
}

@media all and (min-width:112.5em) {
  .dashboard-layout .block--main-section {
      width: 70%
  }
  .dashboard-layout .block--side-section {
      width: 30%
  }
  .tile {
      max-width: 300px
  }
  .tile .tile--inner {
      padding-bottom: 90px
  }
  .tile .icon {
      max-width: 220px;
      width: 80%
  }
  .tile .tile--title {
      font-size: 26px;
      font-size: 2.6rem;
      bottom: 10px;
      left: 10px
  }
  .tile-group .tile {
      margin-right: 2px
  }
}

html.no-flexbox .tile {
  display: inline-block;
  width: 24.5%;
  max-width: 280px;
  max-width: 220px;
  max-width: none
}

html.no-flexbox .tile-group {
  width: 101%;
  display: inline-block
}

html.no-flexbox .tile-group .tile {
  display: inline-block;
  width: 24.5%;
  margin-right: -3px
}

html.no-flexbox .tile-group.tile-group-2 {
  width: 49%
}

html.no-flexbox .tile-group.tile-group-2 .tile {
  display: inline-block;
  width: 49%
}

html.no-flexbox .tile-group.tile-group--3 {
  width: 100%
}

html.no-flexbox .tile-group.tile-group--3 .tile {
  display: inline-block;
  width: 32%
}

@media all and (min-width:46.25em) {
  .no-flexbox .general-content .fi img {
      position: relative;
      bottom: auto
  }
  .no-flexbox .mainnav>.fi {
      display: inline-block;
      width: 43%;
      vertical-align: top
  }
  .no-flexbox .mainnav>ul.fi {
      width: 63%
  }
}

@media all and (min-width:61.25em) {
  .no-flexbox .general-content>.fi {
      display: inline-block;
      width: 43%;
      vertical-align: top
  }
}

html .mod span {
  display: none
}

html.flexbox .flexbox,
html.touch .touch,
html.js .js,
html.mediaqueries .mediaqueries,
html.cookies .cookies,
html.backgroundblendmode .backgroundblendmode,
html.backgroundcliptext .backgroundcliptext,
html.csscalc .csscalc,
html.csscolumns .csscolumns,
html.batteryapi .batteryapi,
html.cssfilters .cssfilters,
html.ligatures .ligatures,
html.flash .flash {
  display: inline-block
}

html.flexbox .flexbox:before,
html.touch .touch:before,
html.js .js:before,
html.mediaqueries .mediaqueries:before,
html.cookies .cookies:before,
html.backgroundblendmode .backgroundblendmode:before,
html.backgroundcliptext .backgroundcliptext:before,
html.csscalc .csscalc:before,
html.csscolumns .csscolumns:before,
html.batteryapi .batteryapi:before,
html.cssfilters .cssfilters:before,
html.ligatures .ligatures:before,
html.flash .flash:before {
  content: "";
  background: #6be468;
  margin: 0 5px 0 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  top: -1px
}

html.safari .safari {
  display: inline-block
}

html.chrome .chrome {
  display: inline-block
}

html.firefox .firefox {
  display: inline-block
}

html.ie .ie {
  display: inline-block
}

html.mac .mac {
  display: inline-block
}

html.win .win {
  display: inline-block
}

html.webkit .webkit {
  display: inline-block
}

html.gecko .gecko {
  display: inline-block
}

html.ipod .ipod {
  display: inline-block
}

html.iphone .iphone {
  display: inline-block
}

html.ipad .ipad {
  display: inline-block
}

html.webtv .webtv {
  display: inline-block
}

html.android .android {
  display: inline-block
}

html.mobile .mobile {
  display: inline-block
}

html.no-flexbox .no-flexbox,
html.no-touch .no-touch,
html.no-js .no-js,
html.no-mediaqueries .no-mediaqueries,
html.no-cookies .no-cookies,
html.no-backgroundblendmode .no-backgroundblendmode,
html.no-backgroundcliptext .no-backgroundcliptext,
html.no-csscalc .no-csscalc,
html.no-csscolumns .no-csscolumns,
html.no-batteryapi .no-batteryapi,
html.no-cssfilters .no-cssfilters,
html.no-ligatures .no-ligatures,
html.no-flash .no-flash {
  display: inline-block;
  font-weight: bold
}

html.no-flexbox .no-flexbox:before,
html.no-touch .no-touch:before,
html.no-js .no-js:before,
html.no-mediaqueries .no-mediaqueries:before,
html.no-cookies .no-cookies:before,
html.no-backgroundblendmode .no-backgroundblendmode:before,
html.no-backgroundcliptext .no-backgroundcliptext:before,
html.no-csscalc .no-csscalc:before,
html.no-csscolumns .no-csscolumns:before,
html.no-batteryapi .no-batteryapi:before,
html.no-cssfilters .no-cssfilters:before,
html.no-ligatures .no-ligatures:before,
html.no-flash .no-flash:before {
  content: "";
  background: #ec5463;
  margin: 0 5px 0 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  top: -1px
}

@media print {
  * {
      background: transparent !important;
      color: black !important;
      box-shadow: none !important;
      text-shadow: none !important;
      filter: none !important;
      -ms-filter: none !important
  }
  @page {
      margin: .5cm
  }
  h2,
  h3 {
      orphans: 3;
      widows: 3;
      page-break-after: avoid
  }
  p {
      orphans: 3;
      widows: 3
  }
  pre,
  blockquote {
      border: 1px solid #807f7f;
      page-break-inside: avoid
  }
  abbr[title]:after {
      content: " (" attr(title) ")"
  }
  a,
  a:visited {
      text-decoration: underline
  }
  a[href]:after {
      content: " (" attr(href) ")"
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
      content: ""
  }
  img {
      max-width: 100% !important;
      page-break-inside: avoid
  }
  thead {
      display: table-header-group
  }
  tr {
      page-break-inside: avoid
  }
}

body.waerlite .tile .icon {
  max-width: 150px;
  margin: 3px auto
}

.dashboard-layout .block--done .tile-group .tile .tile--link:hover .tile--title {
  color: white
}

.block--to-do h4.tile--title .netsuiteTitle {
  color: #ffdc00
}

.block--in-progress h4.tile--title .netsuiteTitle {
  color: #f59231
}

.block--to-do .tile--secondary h4.tile--title .netsuiteTitle {
  color: white
}

.netsuiteTitle {
  font-family: "Lato";
  font-weight: 400
}

.netsuiteTitleBold {
  font-family: "Lato"
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ddd;
  background: #58585a;
  font-weight: normal;
  color: #232323;
  border-radius: 4px;
  transition: .2s ease;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #9C9C9C;
  background: #9C9C9C;
  color:#ffffff;
  font-weight: normal;
  border-radius: 4px;
  cursor: pointer;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  color: #58585a;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #6d6e71;
  text-decoration: none
}

/*datepicker*/

.ui-datepicker {
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 16px 5px rgba(0,0,0,0.21); 
  box-shadow: 2px 2px 16px 5px rgba(0,0,0,0.21);
}

.ui-datepicker .ui-widget-header {
  background: #58585a;
  color: #fff;
  border-radius: 4px;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 1px solid #ddd;
  background: #fff;
  font-weight: normal;
  color: #232323;
  border-radius: 4px;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  border: 1px solid #ccc;
  background: #58585a;
  font-weight: normal;
  color: #fff;
}

.ui-datepicker .ui-state-default:hover {
  background:#ddd;
}

/*jquery button datepicker */
.ui-datepicker .ui-datepicker-buttonpane button {
  border-color: #58585a;
  color: #fff;
  background: #58585a;
  padding: 0 16px;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover {
  color: #58585a;
  background: #fff;
}

/*slider */
.ui-slider-horizontal .ui-slider-handle {
  border-color: #58585a;
}

.area #pickDeallocationsHeader .component input[type=text] {
    height: auto;
    font-size: 34px;
}
    
/*Shortages Activity Dashboard*/
body.shortagesDashboard .area.outlayer .outlayer-inner {
	display: inline-flex;
}

body.shortagesDashboard .area.outlayer h3 {
    font-size: 26px !important;
}

body.shortagesDashboard .outlayer .form.form-grid.form-editable {
    margin: 0;
}

body.shortagesDashboard #title {
    display: none;
}

body.shortagesDashboard .area.outlayer .outlayer-inner th {
	width:10%;
}

div.countTasks .collapsible-content {
    padding-bottom: 20px;
}

div.countTasks .selectfield.multiselect {
	margin-bottom: 40px;
}

div.selectfield-auto-width .selectfield .content, div.selectfield-auto-width .selectfield select {
  width: auto !important;
}

div.testTheme header.page-header {
  background-color: #FFFFFF !important;
}

div.testTheme header.page-header .admin-nav {
  background-color: #d7ebff !important;
}

div.testTheme img.test-img {
  width: 60px;
  height: 20px;
  top: 28px;
  left: 165px;
}

div.testTheme input#query {
  background-color: #FFFFFF !important;
}

div.testTheme .profile-btn {
  background-color: #FFFFFF !important;
}

div.testTheme #menu li li {
  background-color: #d7ebff !important;
}

div.testTheme .profile-btn {
  border-color: #222222;
}

div.testTheme .onoffswitch-inner:before, div.testTheme .onoffswitch-inner:after {
  background-color: #FFFFFF !important;
}

div.testTheme .onoffswitch-label {
  border: 2px solid #FFFFFF !important;
}

.toggle-switch {
  position: relative;
  width: 60px;
  height: 26px;
}

.toggle-switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch .toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 26px;
  cursor: pointer;
  transition: background-color 0.4s;
}

/* Black circle slider */
.toggle-switch .toggle-label:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white; /* Set circle to black */
  border-radius: 50%;
  transition: transform 0.4s;
  z-index: 2;
}

/* Label text for ON and OFF */
.toggle-switch .label-on,
.toggle-switch .label-off {
  position: absolute;
  width: 50%; /* Half width for each side */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  z-index: 1;
  pointer-events: none; /* Prevent clicking on labels */
}

/* "ON" text styling */
.toggle-switch .label-on {
  left: 0; /* Position on left side */
  background-color: #ffdc00;
  border-radius: 26px 0 0 26px;
  visibility: hidden;
  margin-left: 5px;
}

/* "OFF" text styling */
.toggle-switch .label-off {
  right: 0; /* Position on right side */
  background-color: #ccc;
  border-radius: 0 26px 26px 0;
  visibility: visible;
  margin-right: 5px;
}

/* Checked state: update background, toggle position, and text visibility */
.toggle-switch input:checked + .toggle-label {
  background-color: #ffdc00;
}

.toggle-switch input:checked + .toggle-label:before {
  transform: translateX(34px);
}

.toggle-switch input:checked + .toggle-label .label-on {
  visibility: visible;
}

.toggle-switch input:checked + .toggle-label .label-off {
  visibility: hidden;
}


