@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/font/fontello.eot?55008388');
  src: url('../fonts/fontello/font/fontello.eot?55008388#iefix') format('embedded-opentype'), url('../fonts/fontello/font/fontello.woff?55008388') format('woff'), url('../fonts/fontello/font/fontello.ttf?55008388') format('truetype'), url('../fonts/fontello/font/fontello.svg?55008388#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?55008388#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before {
  content: '\e800';
}
/* 'î €' */
.icon-twitter:before {
  content: '\e801';
}
/* 'î ' */
.icon-linkedin:before {
  content: '\e802';
}
/* 'î ‚' */
.icon-mail:before {
  content: '\e803';
}
/* 'î ƒ' */
.icon-phone:before {
  content: '\e804';
}
/* 'î „' */
.icon-angle-down:before {
  content: '\e805';
}
/* 'î …' */
.icon-menu:before {
  content: '\e806';
}
/* 'î †' */
.icon-cancel:before {
  content: '\e807';
}
/* 'î ‡' */
.icon-left-open-big:before {
  content: '\e808';
}
/* 'î ˆ' */
.icon-right-open-big:before {
  content: '\e809';
}
/* 'î ‰' */
.icon-file-pdf:before {
  content: '\e80a';
}
/* 'î Š' */
.icon-link-ext:before {
  content: '\e80b';
}
/* 'î ‹' */
.icon-gplus:before {
  content: '\e80c';
}
/* 'î Œ' */
.icon-rss:before {
  content: '\e80d';
}
/* 'î ' */
.icon-ok:before {
  content: '\e80e';
}
/* 'î Ž' */
.icon-check:before {
  content: '\e80f';
}
/* 'î ' */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* SLICK Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013â€“2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
@media (min-width: 1630px) {
  .container {
    width: 1630px;
  }
}
body {
  color: #3a3d3f;
  font-size: 16px;
  background-color: #fff;
  overflow-x: hidden;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
a:hover,
a:focus {
  text-decoration: none;
}
* {
  outline: none !important;
}
::-moz-selection {
  background-color: #d2282e;
  color: #fff;
}
::selection {
  background-color: #d2282e;
  color: #fff;
}
h1.page-title {
  font-size: 95px;
  line-height: 72px;
  text-transform: uppercase;
  color: #2d2c2c;
  letter-spacing: -2px;
  font-weight: 700;
  font-family: 'nimbus-sans-condensed', sans-serif;
  margin-top: 13px;
}
@media (max-width: 1630px) {
  h1.page-title {
    font-size: 84px;
  }
}
@media (max-width: 1200px) {
  h1.page-title {
    font-size: 88px;
  }
}
@media (max-width: 992px) {
  h1.page-title {
    font-size: 66px;
    line-height: 65px;
  }
}
@media (max-width: 768px) {
  h1.page-title {
    font-size: 50px;
    line-height: 37px;
  }
}
.special-header {
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  color: #2a2a2a;
  font-size: 25px;
  line-height: 37px;
  font-weight: 800;
  margin-bottom: 53px;
}
.special-header.special-header-line {
  position: relative;
  border-bottom: 1px solid #666;
}
.special-header.special-header-line:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #444;
}
.special-header.special-header--type2 {
  font-size: 38px;
  line-height: 36px;
  color: #030000;
  position: relative;
  margin-bottom: 8px;
}
.special-header.special-header--type2 img {
  position: relative;
  top: -3px;
}
.special-link {
  font-size: 20px;
  color: #d2282e;
  margin-top: 22px;
  margin-bottom: 12px;
}
.special-link:hover,
.special-link:focus,
.special-link:active {
  color: #d2282e;
  text-decoration: underline;
}
.topBar {
  background-color: #000;
  padding: 11px 0 10px;
}
.socials > li {
  display: inline-block;
}
.socials > li > a {
  color: #fff;
  font-size: 18px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.socials > li > a:hover {
  color: #d2282e;
}
.socials.socials--type2 {
  text-align: center;
  padding-bottom: 21px;
}
.socials.socials--type2 > li > a {
  font-size: 20px;
  background-color: #000;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 53px;
  text-align: center;
}
.socials.socials--type2 > li + li {
  margin-left: 1px;
}
.socials.socials--type3 > li {
  float: left;
}
.socials.socials--type3 > li > a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.socials.socials--type3 > li > a:hover {
  color: #fff;
}
.socials.socials--big > li > a {
  font-size: 27px;
}
.facebook > a {
  background-color: #3f67c0;
}
.facebook:hover > a {
  background-color: #3c4e9c;
}
.twitter > a {
  background-color: #35b5eb;
}
.twitter:hover > a {
  background-color: #2f7fae;
}
.gmail > a {
  background-color: #eb5b4c;
}
.gmail:hover > a {
  background-color: #b94f41;
}
.rss > a {
  background-color: #ffa333;
}
.rss:hover > a {
  background-color: #bb6f31;
}
.topBar-navigation {
  margin-right: 9px;
}
.topBar-navigation > li {
  display: inline-block;
}
.topBar-navigation > li > a {
  color: #fff;
  font-size: 10px;
  display: block;
  padding: 6px 8px 2px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topBar-navigation > li > a > span {
  position: relative;
}
.topBar-navigation > li > a > span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #cdcdd5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topBar-navigation > li > a:hover {
  color: #cdcdd5;
}
.topBar-navigation > li > a:hover > span:before {
  width: 100%;
}
.topBar-navigation > li + li > a:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -2px;
  width: 1px;
  height: 8px;
  background-color: #808080;
}
.bannerBox {
  overflow: hidden;
}
.bannerBox p {
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 27px;
  font-size: 26px;
  margin-top: 3px;
  margin-bottom: 27px;
}
.bannerBox.bannerBox--smallTopPadding {
  padding-top: 9px;
}
.bannerBox.bannerBox--textRight {
  text-align: right;
}
.bannerBox.bannerBox--textRight > img {
  margin-left: auto;
}
.bannerBox.bannerBox-white {
  color: #fff;
  padding-bottom: 30px;
  padding-top: 80px;
}
.bannerBox.bannerBox-white .page-title {
  color: #fff;
}
.bannerBox.bannerBox-white p {
  margin-top: 17px;
}
.bannerBox.bannerBox-bigTopPadding {
  padding-top: 90px;
}
.bannerBox.bannerBox-slideBig {
  padding-top: 90px;
}
@media (max-width: 1200px) {
  .bannerBox.bannerBox-slideBig {
    padding-top: 0;
  }
}
.navbar {
  margin: 0;
}
.navbar-default {
  background-color: #fff;
  border: none;
  padding: 28px 0 21px;
}
.navbar-default .navbar-nav {
  float: right;
}
.navbar-default .navbar-nav > li > a {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  padding: 11px 19px 9px;
  letter-spacing: -1px;
  position: relative;
  z-index: 10;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #d2282e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover:after {
  z-index: -1;
  width: 100%;
}
.navbar-default .navbar-nav > li + li > a {
  margin-left: 2px;
}
.navbar-default .navbar-nav > li:last-child > a {
  margin-left: 22px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #d2282e;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus:hover,
.navbar-default .navbar-nav > .active > a:hover:hover {
  background-color: #8c2124;
}
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:hover:after,
.navbar-default .navbar-nav > .active > a:hover:hover:after {
  display: none;
}
.navbar-brand {
  height: auto;
  margin: 0;
  padding: 0;
}
.navbar-sticked .navbar {
  z-index: 99999;
  -webkit-box-shadow: 0 -3px 7px #000000;
  -moz-box-shadow: 0 -3px 7px #000000;
  -o-box-shadow: 0 -3px 7px #000000;
  box-shadow: 0 -3px 7px #000000;
}
@media (max-width: 992px) {
  .navbar-brand img {
    max-width: 160px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    margin: 0;
  }
  .navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .navbar-brand {
    margin-left: 15px;
  }
  .navbar-brand img {
    padding-top: 10px;
  }
  .navbar-default .navbar-nav {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 13px 30px 12px;
  }
  .navbar-default .navbar-nav > li > a:after {
    display: none;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: inherit;
  }
  .navbar-default .navbar-nav > li > a:hover:after {
    display: none;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    margin-left: 0;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: inherit;
    color: inherit;
  }
  .navbar-default .navbar-nav > .active > a:hover:after,
  .navbar-default .navbar-nav > .active > a:focus:hover:after,
  .navbar-default .navbar-nav > .active > a:hover:hover:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .topBar {
    display: none;
  }
  .navbar-default {
    padding: 11px 0 10px;
  }
}
.navbar-right {
  padding-top: 9px;
}
.mainSlider .item {
  display: table;
  height: 100%;
  background: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mainSlider .item > .item-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
.slider-image3 {
  position: absolute;
  bottom: -172px;
  left: 49%;
}
@media (max-width: 1199px) {
  .slider-image3 {
    left: 54%;
  }
}
@media (max-width: 991px) {
  .slider-image1 {
    padding-top: 37px;
  }
  .bannerBox.bannerBox-white {
    padding-top: 60px;
    padding-right: 30px;
  }
  .slider-image2 {
    padding-top: 51px;
  }
  .slider-image3 {
    width: 345px;
    bottom: -144px;
  }
  .slider-image1,
  .slider-image2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slider-image1 {
    padding-top: 0;
  }
  .bannerBox p {
    font-size: 23px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .slider-image3 {
    width: 256px;
    left: 50%;
  }
}
@media (max-width: 600px) {
  .slider-image3 {
    width: 246px;
  }
}
@media (max-width: 600px) {
  .slider-image1 {
    padding-top: 34px;
  }
  h1.page-title {
    font-size: 42px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .slider-image1 {
    padding-top: 51px;
  }
}
@media (max-width: 480px) {
  .slider-image3 {
    position: relative;
    bottom: -10px;
    left: auto;
  }
  .bannerBox {
    padding-top: 18px !important;
  }
  .bannerBox p {
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 19px;
  }
  .slider-image1 {
    padding-top: 20px !important;
    max-width: 257px;
    width: 100%;
    margin: auto;
    display: block !important;
  }
  .slider-image2 {
    padding-top: 33px;
  }
  .slider-image2 {
    max-width: 288px;
    width: 100%;
  }
  .bannerBox.bannerBox-white {
    padding-right: 0;
  }
  .m-query-left {
    left: 0;
    right: auto;
  }
}
.btn {
  border: none;
  font-size: 19px;
  text-transform: uppercase;
  padding: 8px 19px 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-fonttype {
  font-family: "nimbus-sans-condensed", sans-serif;
}
.btn-default,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.focus,
.btn-default:focus,
.btn-default:active:focus {
  position: relative;
  z-index: 10;
  font-size: 18px;
  background-color: #d2282e;
  font-weight: bold;
  color: #fff;
  border: none;
}
.btn-default:hover,
.btn-default.active:hover,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default.focus:hover,
.btn-default:focus:hover,
.btn-default:active:focus:hover {
  background-color: #000;
  border: none;
  color: #fff;
}
.btn-default.btn-orange,
.btn-default.active.btn-orange,
.btn-default:active.btn-orange,
.open > .dropdown-toggle.btn-default.btn-orange,
.btn-default.focus.btn-orange,
.btn-default:focus.btn-orange,
.btn-default:active:focus.btn-orange {
  background-color: #fd821b;
}
.btn-default.btn-orange:hover,
.btn-default.active.btn-orange:hover,
.btn-default:active.btn-orange:hover,
.open > .dropdown-toggle.btn-default.btn-orange:hover,
.btn-default.focus.btn-orange:hover,
.btn-default:focus.btn-orange:hover,
.btn-default:active:focus.btn-orange:hover {
  background-color: #000;
}
.btn-default.btn-default--slimDeep,
.btn-default.active.btn-default--slimDeep,
.btn-default:active.btn-default--slimDeep,
.open > .dropdown-toggle.btn-default.btn-default--slimDeep,
.btn-default.focus.btn-default--slimDeep,
.btn-default:focus.btn-default--slimDeep,
.btn-default:active:focus.btn-default--slimDeep {
  font-weight: 400;
  background-color: #e72930;
  font-size: 16.36px;
  letter-spacing: 1px;
  padding: 20px 44px 18px;
}
.btn-default.btn-default--slimDeep:hover,
.btn-default.active.btn-default--slimDeep:hover,
.btn-default:active.btn-default--slimDeep:hover,
.open > .dropdown-toggle.btn-default.btn-default--slimDeep:hover,
.btn-default.focus.btn-default--slimDeep:hover,
.btn-default:focus.btn-default--slimDeep:hover,
.btn-default:active:focus.btn-default--slimDeep:hover {
  background-color: #ff292f;
}
@media (max-width: 480px) {
  .btn-default.btn-default--slimDeep,
  .btn-default.active.btn-default--slimDeep,
  .btn-default:active.btn-default--slimDeep,
  .open > .dropdown-toggle.btn-default.btn-default--slimDeep,
  .btn-default.focus.btn-default--slimDeep,
  .btn-default:focus.btn-default--slimDeep,
  .btn-default:active:focus.btn-default--slimDeep {
    padding: 20px 30px 18px;
    width: 100%;
  }
}
.btn-default.btn-default--fullBig,
.btn-default.active.btn-default--fullBig,
.btn-default:active.btn-default--fullBig,
.open > .dropdown-toggle.btn-default.btn-default--fullBig,
.btn-default.focus.btn-default--fullBig,
.btn-default:focus.btn-default--fullBig,
.btn-default:active:focus.btn-default--fullBig {
  font-weight: 400;
  background-color: #eb2123;
  font-size: 26.62px;
  padding: 22px 44px 18px;
  width: 100%;
}
.btn-default.btn-default--fullBig:hover,
.btn-default.active.btn-default--fullBig:hover,
.btn-default:active.btn-default--fullBig:hover,
.open > .dropdown-toggle.btn-default.btn-default--fullBig:hover,
.btn-default.focus.btn-default--fullBig:hover,
.btn-default:focus.btn-default--fullBig:hover,
.btn-default:active:focus.btn-default--fullBig:hover {
  background-color: #ff292f;
}
.btn-default.btn-default--type2:hover,
.btn-default.active.btn-default--type2:hover,
.btn-default:active.btn-default--type2:hover,
.open > .dropdown-toggle.btn-default.btn-default--type2:hover,
.btn-default.focus.btn-default--type2:hover,
.btn-default:focus.btn-default--type2:hover,
.btn-default:active:focus.btn-default--type2:hover {
  background-color: #881d23;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.open > .dropdown-toggle.btn-link,
.btn-link.focus,
.btn-link:focus,
.btn-link:active:focus {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
}
.btn-link .btn-link:focus,
.btn-link.active .btn-link:focus,
.btn-link:active .btn-link:focus,
.open > .dropdown-toggle.btn-link .btn-link:focus,
.btn-link.focus .btn-link:focus,
.btn-link:focus .btn-link:focus,
.btn-link:active:focus .btn-link:focus {
  text-decoration: none;
}
.btn-link:hover,
.btn-link.active:hover,
.btn-link:active:hover,
.open > .dropdown-toggle.btn-link:hover,
.btn-link.focus:hover,
.btn-link:focus:hover,
.btn-link:active:focus:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.btn-link.btn-link--blackBorder,
.btn-link.active.btn-link--blackBorder,
.btn-link:active.btn-link--blackBorder,
.open > .dropdown-toggle.btn-link.btn-link--blackBorder,
.btn-link.focus.btn-link--blackBorder,
.btn-link:focus.btn-link--blackBorder,
.btn-link:active:focus.btn-link--blackBorder {
  border-color: #000;
  color: #000;
}
.btn-link.btn-link--blackBorder:hover,
.btn-link.active.btn-link--blackBorder:hover,
.btn-link:active.btn-link--blackBorder:hover,
.open > .dropdown-toggle.btn-link.btn-link--blackBorder:hover,
.btn-link.focus.btn-link--blackBorder:hover,
.btn-link:focus.btn-link--blackBorder:hover,
.btn-link:active:focus.btn-link--blackBorder:hover {
  background-color: #000;
  color: #fff;
}
.btn-md {
  padding: 13.5px 25px 11.5px;
}
.iconBox {
  min-height: 375px;
  padding: 26px 41px 0;
}
.iconBox.iconBox-grey {
  background-color: #ebebeb;
  color: #2a2a2a;
  position: relative;
  z-index: 2;
}
.iconBox.iconBox-grey:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 5000px;
  background-color: inherit;
}
.iconBox.iconBox-motive {
  background-color: #d2282e;
  color: #ebebeb;
}
.iconBox.iconBox-black {
  background-color: #000;
  color: #ebebeb;
  position: relative;
  z-index: 2;
}
.iconBox.iconBox-black:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 5000px;
  background-color: inherit;
}
.iconBox p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 38px;
}
.iconBox-header {
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .iconBox {
    min-height: 400px;
  }
}
@media (max-width: 992px) {
  .iconBox {
    padding: 20px 20px 0;
    min-height: 410px;
  }
}
@media (max-width: 768px) {
  .iconBox {
    min-height: 1px;
    padding: 30px 15px 30px;
  }
}
.normal-section {
  padding-top: 87px;
  position: relative;
  z-index: 20;
}
.normal-section.normal-section-smallPadding {
  padding-top: 57px;
}
.normal-section.normal-section-smallPadding-type2 {
  padding-top: 47px;
}
.normal-section.normal-section--grey {
  background-color: #f7f7f7;
  padding-bottom: 86px;
  padding-top: 137px;
}
.overflow-section {
  overflow: hidden;
}
.grey-section {
  background-color: #e3e0e0;
  padding-top: 85px;
  padding-bottom: 62px;
  margin-top: 60px;
  position: relative;
  z-index: 20;
}
.grey-section.grey-section-smallPadding {
  margin-top: 30px;
}
.grey-section.grey-section--noMarginTop {
  margin-top: 0;
}
.grey-section-bordered {
  border-top: 10px solid #eb2123;
  background-color: #f2f5f8;
  padding-bottom: 96px;
}
.grey-section-bordered h2 {
  margin-top: 97px;
  font-size: 47px;
  color: #050708;
  font-weight: bold;
}
.grey-section-bordered p {
  font-size: 25px;
  color: #050708;
}
.header-section {
  margin-top: 30px;
  margin-bottom: 60px;
}
.header-section h2.special-header {
  font-size: 35px;
  margin-bottom: 48px;
  margin-top: 61px;
}
.header-section h2.special-header.special-header-bigger {
  font-size: 64px;
  line-height: 56px;
  margin-bottom: 23px;
}
.header-section p {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  line-height: 28px;
}
.header-section .header-section-bar {
  background: #f5f5f5;
}
.header-section.header-section-img {
  margin-top: 0;
  margin-bottom: 15px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-section.header-section-img .header-section-bar {
  background-color: transparent;
  padding-top: 140px;
  padding-bottom: 150px;
}
.banner-section {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner-section small {
  text-shadow: 0 0 3px #000;
  font-size: 16.31px;
  color: #98e7eb;
  display: block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.15px;
}
.banner-section h1 {
  font-size: 65px;
  line-height: 61px;
  color: #fff;
  margin-top: 27px;
  margin-bottom: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 200;
}
.banner-section p {
  margin-bottom: 0;
  font-size: 20.4px;
  color: #fff;
  padding-right: 140px;
  max-width: 790px;
}
.banner-section.banner-section--news {
  background: center center no-repeat;
  color: #fff;
  padding-top: 173px;
  padding-bottom: 100px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner-section.banner-section--news h1 {
  font-size: 67.25px;
  line-height: 54.23px;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
}
.banner-section.banner-section--news p {
  font-family: "proxima-nova", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 25px;
  line-height: 29.33px;
}
.banner-section.banner-section--type2 {
  display: table;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner-section.banner-section--type2 .banner-section-inner {
  display: table-cell;
  vertical-align: middle;
}
.browser-mozilla .banner-section.banner-section--type2 {
  display: flex;
  align-items: center;
}
.browser-mozilla .banner-section.banner-section--type2 .banner-section-inner {
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
.nav-section {
  background-color: #fafafa;
  padding: 30px 0;
}
.nav-section .nav-section-right {
  min-width: 250px;
  text-align: right;
  float: right;
}
.nav-section .nav-section-right > span {
  color: #224a6c;
  font-size: 15.06px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  padding-right: 18px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.nav-section .nav-section-right > .socials {
  display: inline-block;
  vertical-align: middle;
}
.landing-header {
  background-color: #d2282e;
}
.landing-header h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 60px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  padding-top: 78px;
  padding-bottom: 72px;
}
@media (max-width: 768px) {
  .banner-section h1 {
    font-size: 60px;
  }
  .banner-section p {
    padding-right: 0;
  }
  .banner-section.banner-section--news {
    padding-top: 112px;
    padding-bottom: 88px;
  }
  .landing-header h1 {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}
@media (max-width: 480px) {
  .banner-section h1 {
    font-size: 39px;
    line-height: 50px;
  }
  .banner-section.banner-section--news {
    padding-top: 65px;
    padding-bottom: 62px;
  }
  .normal-section.normal-section-mobile {
    padding-top: 30px;
  }
  .landing-header h1 {
    padding-top: 40px;
    padding-bottom: 33px;
    font-size: 46px;
  }
}
h2.unique-header {
  font-size: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
h2.unique-header.unique-header--withBottomLine {
  position: relative;
  padding-bottom: 10px;
}
h2.unique-header.unique-header--withBottomLine:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 457px;
  width: 100%;
  height: 1px;
  background-color: #eb1d5d;
}
h2.unique-header.unique-header--smallLineHeight {
  line-height: 33px;
}
.divided-section h3 {
  font-weight: 600;
}
.divided-section p {
  font-size: 17px;
  line-height: 27px;
}
.divided-section p + p {
  padding-top: 15px;
}
.divided-section.white {
  padding-top: 145px;
  padding-bottom: 130px;
  background-color: #fff;
}
.divided-section.white h2 {
  color: #2b2b2b;
  margin-bottom: 62px;
  margin-top: 0;
}
.divided-section.white h2 span {
  color: #e9594d;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.divided-section.white h2 span:hover {
  color: #ff5f53;
}
.divided-section.white p + p {
  margin-bottom: 60px;
}
.divided-section.slateGrey {
  background-color: #203740;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 132px;
}
.divided-section.slateGrey h2 {
  font-size: 36.82px;
  color: #fff;
  margin-top: 120px;
}
.divided-section.slateGrey h3 {
  font-size: 24px;
  display: block;
  padding-bottom: 27px;
  margin-top: 6px;
  margin-bottom: 0;
}
.divided-section.whiteGrey {
  color: #000;
  overflow: hidden;
}
.divided-section.whiteGrey .divided-section-left,
.divided-section.whiteGrey .divided-section-right {
  padding-top: 152px;
  padding-bottom: 130px;
}
.divided-section.whiteGrey h3 {
  margin-top: 16px;
  /*margin-bottom: 70px;*/
  margin-bottom: 15px; /* SM */
}
.divided-section.whiteGrey .divided-section-left {
  background-color: #fff;
  padding-right: 131px;
}
.divided-section.whiteGrey .divided-section-left h3 {
  margin-bottom: 15px;
}
.divided-section.whiteGrey .divided-section-left img {
  padding-top: 47px;
  padding-bottom: 45px;
}
.divided-section.whiteGrey .divided-section-right {
  background-color: #f2f2f2;
  padding-left: 58px;
  position: relative;
  z-index: 10;
}
.divided-section.whiteGrey .divided-section-right:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 2000px;
  height: 1500px;
  background-color: #f2f2f2;
}
.divided-section.whiteGrey p > a {
  display: inline-block;
  color: #0b60b8;
  position: relative;
}
.divided-section.whiteGrey p > a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0b60b8;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.divided-section.whiteGrey p > a:hover:after {
  width: 100%;
}
.divided-section.blueOcean {
  background-color: #1b7f8b;
  padding-top: 122px;
  padding-bottom: 118px;
  color: #fff;
}
.divided-section.blueOcean h2 {
  color: #e7f45c;
}
.divided-section.blueOcean h2.unique-header.unique-header--withBottomLine {
  padding-bottom: 18px;
}
.divided-section.blueOcean h2.unique-header.unique-header--withBottomLine:after {
  background-color: #dfdede;
}
.divided-section.blueOcean h3 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.divided-section.blueOcean p {
  padding-right: 189px;
}
.divided-section.greyWhite {
  overflow: hidden;
}
.divided-section.greyWhite h3 {
  margin-top: 30px;
}
.divided-section.greyWhite .divided-section-left,
.divided-section.greyWhite .divided-section-right {
  padding-top: 172px;
  padding-bottom: 130px;
}
.divided-section.greyWhite .divided-section-left {
  background-color: #f2f2f2;
  padding-right: 50px;
  position: relative;
  z-index: 10;
}
.divided-section.greyWhite .divided-section-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 2000px;
  height: 1500px;
  background-color: #f2f2f2;
}
.divided-section.greyWhite .divided-section-left figure + p {
  padding-top: 88px;
}
.divided-section.greyWhite .divided-section-left h3 {
  margin-bottom: 85px;
}
.divided-section.greyWhite .divided-section-right {
  padding-left: 99px;
}
.divided-section.greyWhite .divided-section-right h3 + p {
  padding-top: 40px;
}
.divided-section.withImage {
  overflow: hidden;
}
.divided-section.withImage h2 {
  margin-top: 160px;
}
.divided-section.withImage h3 {
  margin-bottom: 49px;
}
.divided-section.withImage h3 + p {
  padding-right: 77px;
  padding-bottom: 45px;
}
.divided-section.withImage .divided-fixed-height {
  min-height: 669px;
}
.divided-section.withImage .divided-image-inside {
  padding: 0;
  min-height: 669px;
}
.divided-section.withImage .divided-image-inside .divided-image-inside-inner {
  min-height: 669px;
  width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  background: no-repeat left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 3000px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1550px;
  }
}
@media (max-width: 2750px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1400px;
  }
}
@media (max-width: 2500px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1270px;
  }
}
@media (max-width: 2200px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1200px;
  }
}
@media (max-width: 1920px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1000px;
  }
}
@media (max-width: 1630px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 830px;
    min-height: 732px;
  }
}
@media (max-width: 1200px) {
  .divided-section.withImage .divided-image-inside {
    min-height: 857px;
  }
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 630px;
    min-height: 857px;
  }
}
.divided-section-paddingRight {
  padding-right: 160px;
}
@media (max-width: 1630px) {
  .divided-section-paddingRight {
    padding-right: 70px;
  }
  .divided-section.blueOcean p {
    padding-right: 0;
  }
  .divided-section.greyWhite .divided-section-right {
    padding-left: 57px;
  }
}
@media (max-width: 1200px) {
  .divided-section.slateGrey h2 {
    margin-top: 19px;
  }
  .divided-section.whiteGrey .divided-section-left {
    padding-right: 93px;
  }
}
@media (max-width: 992px) {
  .divided-section.withImage .divided-fixed-height {
    min-height: 1px;
    padding-bottom: 40px;
  }
  .divided-section.withImage h3 + p {
    padding-right: 0;
  }
  .divided-section.withImage .divided-image-inside {
    min-height: 500px;
  }
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1000px;
    min-height: 500px;
    left: -113px;
  }
  .divided-section-paddingRight {
    padding-right: 15px;
  }
  .divided-section.white {
    padding-top: 105px;
    padding-bottom: 110px;
  }
  .divided-section.slateGrey {
    padding-top: 113px;
    padding-bottom: 92px;
  }
  .divided-section.slateGrey h2 {
    margin-top: 80px;
  }
  .divided-section.whiteGrey .divided-section-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 2000px;
    height: 1500px;
    background-color: #f2f2f2;
  }
  .divided-section.whiteGrey .divided-section-left,
  .divided-section.whiteGrey .divided-section-right {
    padding-top: 110px;
    padding-bottom: 87px;
  }
  .divided-section.whiteGrey .divided-section-left {
    padding-right: 15px;
  }
  .divided-section.whiteGrey .divided-section-right {
    padding-left: 15px;
  }
  .divided-section.greyWhite .divided-section-left {
    padding-right: 15px;
  }
  .divided-section.greyWhite .divided-section-left:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 2000px;
    height: 1500px;
    background-color: #f2f2f2;
  }
  .divided-section.greyWhite .divided-section-right {
    padding-left: 15px;
    background-color: #fff;
    z-index: 999;
  }
  .divided-section.greyWhite .divided-section-right:after,
  .divided-section.greyWhite .divided-section-right:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 2000px;
    height: 1500px;
    background-color: #fff;
  }
  .divided-section.greyWhite .divided-section-right:after {
    left: 0;
  }
  .divided-section.greyWhite .divided-section-right:before {
    right: 0;
  }
}
@media (max-width: 768px) {
  .divided-section.withImage .divided-image-inside {
    min-height: 500px;
  }
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    min-height: 500px;
    width: 780px;
    left: 0;
  }
  .divided-section.white {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .grey-section {
    padding-top: 60px;
  }
  .divided-section.blueOcean {
    padding-top: 103px;
    padding-bottom: 94px;
  }
  .divided-section.greyWhite .divided-section-left,
  .divided-section.greyWhite .divided-section-right {
    padding-top: 103px;
    padding-bottom: 93px;
  }
  .divided-section.withImage h2 {
    margin-top: 55px;
  }
  .divided-section.withImage .divided-fixed-height {
    min-height: 1px;
  }
  .normal-section.normal-section--grey {
    padding-top: 51px;
  }
}
@media (max-width: 480px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 490px;
    min-height: 300px;
  }
  .divided-section.withImage .divided-image-inside {
    min-height: 300px;
  }
  .divided-section.white h2,
  .divided-section.whiteGrey h2,
  .divided-section.slateGrey h2,
  .divided-section.blueOcean h2,
  .divided-section.greyWhite h2 {
    font-size: 30px;
  }
  .divided-section.slateGrey {
    padding-top: 67px;
    padding-bottom: 53px;
  }
  .divided-section.whiteGrey .divided-section-left,
  .divided-section.whiteGrey .divided-section-right {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .divided-section.whiteGrey h3 {
    margin-bottom: 50px;
  }
  .divided-section.blueOcean {
    padding-top: 56px;
    padding-bottom: 70px;
  }
  .divided-section.greyWhite .divided-section-left,
  .divided-section.greyWhite .divided-section-right {
    padding-top: 61px;
    padding-bottom: 55px;
  }
  .grey-section {
    padding-bottom: 30px;
    margin-top: 15px;
    padding-top: 30px;
  }
  .normal-section.normal-section--grey {
    padding-bottom: 9px;
  }
}
.logos {
  margin-right: -5px;
  margin-left: -5px;
}
.logos > li {
  float: left;
  width: 16.66666%;
  padding: 5px;
}
.logos > li:hover .logo-image + .logo-title {
  display: block;
}
.logos .logos-inner {
  position: relative;
}
.displayTable {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.displayTableCell {
  display: table-cell;
  vertical-align: middle;
}
.logo-title {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #d2282e;
}
.logo-title .displayTableCell {
  text-align: center;
  padding: 5px 15px;
}
.logo-image {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .logos > li {
    width: 33.33333%;
  }
  .logos > li:hover .logo-image + .logo-title {
    display: none;
  }
}
.slider.slider-dots--type1 .slick-dots {
  position: absolute;
  bottom: 102%;
  right: 5px;
}
.slider.slider-dots--type1 .slick-dots > li {
  display: inline-block;
}
.slider.slider-dots--type1 .slick-dots > li > button {
  display: none;
}
.slider.slider-dots--type1 .slick-dots > li:after {
  content: "";
  display: block;
  width: 43px;
  height: 6px;
  background-color: #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider.slider-dots--type1 .slick-dots > li.slick-active:after {
  background-color: #d2282e;
}
.slider.slider-dots--type1 .slick-dots > li + li {
  margin-left: 8px;
}
.slider.slider-dots--type1 .slick-dots > li:hover {
  cursor: pointer;
}
.slider.slider-dots--type1 .slick-dots > li:hover:after {
  background-color: #d2282e;
}
.slider .item {
  overflow: hidden;
}
.imageBox-tag {
  margin-top: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px 3px;
}
.imageBox-tag.imageBox-tag--motive {
  background-color: #e61a4a;
}
.imageBox-tag.imageBox-tag--orange {
  background-color: #f99f1b;
}
.imageBox-tag.imageBox-tag--grey {
  background-color: #555;
}
.imageBox-tag.imageBox-tag--teal {
  background-color: #315b66;
}
.imageBox-header {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 17px;
  color: #3a3d3f;
  margin-top: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.imageBox-header:hover {
  color: #d2282e;
}
.imageBox {
  padding-bottom: 65px;
}
.imageBox img {
  display: block;
  width: 100%;
}
.imageBox.imageBox-white {
  background-color: #fff;
  min-height: 380px;
  padding-bottom: 0;
}
.imageBox.imageBox-white .imageBox-tag {
  margin-left: 18px;
  margin-right: 18px;
}
.imageBox.imageBox-white .imageBox-header {
  margin-left: 18px;
  margin-right: 18px;
}
@media (max-width: 1630px) {
  .imageBox.imageBox-white {
    min-height: 330px;
  }
}
@media (max-width: 1200px) {
  .imageBox.imageBox-white {
    min-height: 330px;
  }
}
@media (max-width: 768px) {
  .imageBox {
    text-align: center;
  }
  .imageBox img {
    margin-left: auto;
    margin-right: auto;
  }
  .imageBox.imageBox-white {
    min-height: 1px;
    background-color: transparent;
    padding-bottom: 65px;
  }
}
.contactForm textarea {
  min-height: 152px;
  resize: vertical;
}
.contactForm textarea.form-control {
  padding-top: 12px;
}
.contactForm .form-control {
  border: 1px solid #cbcbcb;
  font-size: 19px;
  padding: 6px 16px;
  color: #8e8d8d;
  height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contactForm .form-control:focus {
  border-color: #d2282e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.contactForm .form-group {
  margin-bottom: 17px;
}
.address-section {
  padding-bottom: 27px;
}
.address {
  font-family: "proxima-nova", sans-serif;
  padding-left: 20px;
}
.address p {
  color: #3e3d3d;
  font-size: 15px;
  line-height: 17px;
}
.address .address-section:nth-child(3) {
  padding-bottom: 18px;
}
.address.address--type2 {
  margin-top: 20px;
  font-family: "Helvetica", sans-serif;
  padding-left: 0;
  color: #fff;
  font-size: 12px;
  margin-bottom: 24px;
  line-height: 18px;
}
.address.address--type2 a {
  color: #ea2527;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}
.address.address--type2 a:hover {
  color: #952424;
}
.address.address--type2 a:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -10px;
  background-color: #fff;
  width: 1px;
  height: 8px;
}
@media (max-width: 992px) {
  .address {
    padding-left: 0;
  }
}
.address-header {
  font-size: 23px;
  line-height: 23px;
  color: #e72930;
  font-weight: 600;
}
.address-value {
  font-size: 24px;
  line-height: 26px;
  color: #3e3d3d;
  font-weight: 600;
}
.address-value > a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.address-value > a:hover {
  color: #000;
}
@media (min-width: 768px) and (max-width: 992px) {
  .address-value {
    font-size: 21px;
  }
}
.featured-text {
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  line-height: 30px;
  font-weight: 600;
  color: #030000;
  vertical-align: middle;
  padding-right: 5px;
}
.selectBox {
  padding-bottom: 40px;
}
.selectBox.selectBox-portfolio {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}
.selectBox.selectBox-portfolio select {
  min-width: 190px;
  display: inline-block;
}
.selectBox.selectBox-portfolio i {
  position: absolute;
  top: 67px;
  right: -15px;
  font-size: 40px;
  color: #000;
}
.selectClients,
.selectCapabalities,
.selectIndustries,
.selectLocations {
  min-width: 190px;
  display: inline-block;
}
@media (max-width: 992px) {
  .selectClients,
  .selectCapabalities,
  .selectIndustries,
  .selectLocations {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .text-center-md {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .address {
    margin-top: 45px;
  }
  .text-center-sm {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .text-center-xs {
    text-align: center !important;
  }
  h1.page-title {
    font-size: 52px;
    line-height: 40px;
    max-width: 260px;
    margin: 16px auto 10px;
  }
}
.selectResponse {
  margin-top: 4px;
  display: inline-block;
  min-width: 350px;
  vertical-align: middle;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
@media (max-width: 992px) {
  .selectResponse {
    margin-top: 20px;
  }
}
.selectBox.selectBox-contact .selectize-input {
  border: none;
  padding: 0 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectBox.selectBox-contact .selectize-input.focus {
  background-color: #f3f1f1 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.selectBox.selectBox-contact .selectize-input > * {
  font-size: 36px;
  line-height: 45px;
  color: #d2282e;
}
.selectBox.selectBox-contact .selectize-dropdown {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectBox.selectBox-contact .selectize-input.full {
  background-color: #f3f1f1;
}
.selectBox.selectBox-contact .selectize-dropdown {
  background-color: #f3f1f1;
  font-size: 35px;
  line-height: 22px;
  color: #5a5959;
  padding-top: 7px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .selectBox.selectBox-contact .selectize-input > * {
    font-size: 27px;
  }
  .selectBox.selectBox-contact .selectize-dropdown {
    font-size: 26px;
  }
}
.selectBox.selectBox-contact .selectize-dropdown .active {
  background-color: #f3f1f1;
  margin: 0;
}
.selectBox.selectBox-contact .selectize-control.single .selectize-input:after {
  font-family: fontello;
  content: '\e805';
  width: 44px;
  height: 100%;
  color: #fff;
  line-height: 48px;
  font-size: 33px;
  text-align: center;
  border: none;
  margin: 0;
  top: 0;
  right: 0;
  background-color: #d2282e;
}
.selectBox.selectBox-contact .selectize-dropdown-content {
  max-height: 300px;
}
.selectBox.selectBox-contact .selectize-dropdown [data-selectable],
.selectBox.selectBox-contact .selectize-dropdown .optgroup-header {
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.selectBox.selectBox-contact .selectize-dropdown [data-selectable]:hover,
.selectBox.selectBox-contact .selectize-dropdown .optgroup-header:hover {
  color: #d2282e;
}
.selectBox.selectBox-contact .selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
}
.selectBox.selectBox-portfolio {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.selectBox.selectBox-portfolio .selectize-input {
  border: none;
  padding: 8px 8px 5px 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectBox.selectBox-portfolio .selectize-input.focus {
  background-color: #ed1c24 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.selectBox.selectBox-portfolio .selectize-input.full {
  background-color: #000;
  color: #fff;
}
.selectBox.selectBox-portfolio .selectize-dropdown {
  background-color: #fff;
  font-size: 12px;
  line-height: 24px;
  border-color: #f4f4f4;
  color: #000;
  padding-top: 10px;
  padding-bottom: 17px;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectBox.selectBox-portfolio .selectize-dropdown-content {
  max-height: 300px;
}
.selectBox.selectBox-portfolio .selectize-dropdown [data-selectable],
.selectBox.selectBox-portfolio .selectize-dropdown .optgroup-header {
  padding: 3px 8px 1px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.selectBox.selectBox-portfolio .selectize-dropdown [data-selectable]:hover,
.selectBox.selectBox-portfolio .selectize-dropdown .optgroup-header:hover {
  color: #fff;
  background-color: #ed1c24;
}
.selectBox.selectBox-portfolio .selectize-control.single .selectize-input:after {
  font-family: fontello;
  content: '\e805';
  color: #fff;
  font-size: 18px;
  border: none !important;
  margin: 0 !important;
  top: 6px !important;
  right: 23px !important;
}
.paddingTop10 {
  padding-top: 10px;
}
.footer {
  background-color: #030000;
}
.footer-main {
  width: 85.5%;
  float: left;
  padding-right: 70px;
}
.footer-sidebar {
  width: 14.5%;
  float: left;
}
.footer-sidebar-inner {
  background-color: #d2282e;
}
.footer-sidebar-outer {
  color: #f9f9f9;
  font-size: 11px;
  padding: 33px 0 29px;
  text-align: center;
}

 /* Grader Page */
  .graderHeader h1 {
    font-family: 'Promixa Nova', proxima-nova;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    margin: 0;
  }
  .graderHeader h3 {
    font-family: helvetica, arial;
    font-weight: 400;
    text-transform: inherit;
    text-align: center;
  }
  .graderHeader {
    margin: 40px 0 44px 0;
  }
  .graderWebHeader {
    padding-left: 0;
  }
  .header-solodev-logo,
  .grader-heading {
    padding: 0;
  }
  .header-solodev-logo {
    text-align: center;
  }
  .grader-btn {
    font-family: helvetica, arial;
    font-weight: 600;
    height: 60px;
    width: 230px;
    margin: 20px 0 8px;
    font-size: 18px;
  }
  .grader-input {
    background-color: #fdf0f0;
  }
  .well {
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  }
  .watermark {
    text-align: center;
    margin: 12px 0 40px 0;
  }

/* END OF GRADER PAGE STYLES */

.sub-footer {
  border-top: 1px solid #676565;
  margin-top: 37px;
}
.sub-footer .form-control {
  border: none;
  font-size: 22px;
  padding: 7px 19px 4px;
  color: #3f3f3f;
  height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sub-footer .form-control:focus {
  border-color: #d2282e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.sub-footer label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 14px;
}
.sub-footer .form-group-absolute {
  position: relative;
  margin-right: 150px;
}
.sub-footer .form-group-absolute .btn {
  font-size: 14px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 4px;
  right: 4px;
  height: 52px;
  padding-left: 22px;
  padding-right: 23px;
}
@media (max-width: 992px) {
  .sub-footer .form-group-absolute {
    margin-right: 0;
  }
}
.sub-footer-address {
  float: left;
  width: 41.5%;
  margin-top: 39px;
}
.sub-footer-form {
  width: 58.5%;
  float: right;
  margin-top: 29px;
}
.widget.widget-featured {
  padding-left: 70px;
  padding-bottom: 115px;
}
.widget.widget-paddingLeft {
  padding-left: 45px;
}
.widget-header {
  font-weight: bold;
  color: #f8fdff;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 0;
  padding-top: 42px;
}
.widget-header.widget-header--smallerPadding {
  padding-top: 23px;
}
.widget-list > li {
  padding-bottom: 2px;
}
.widget-list > li > a {
  font-size: 15px;
  color: #f8fdff;
}
.widget-list > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 1630px) {
  .sub-footer .form-group-absolute {
    margin-right: 80px;
  }
  .footer-main {
    width: 82.5%;
  }
  .footer-sidebar {
    width: 17.5%;
  }
  .widget.widget-featured {
    padding-left: 58px;
  }
}
@media (max-width: 1200px) {
  .widget.widget-featured {
    padding-left: 41px;
  }
  .sub-footer .form-group-absolute {
    margin-right: 0;
  }
  .sub-footer-form {
    padding-left: 10px;
  }
  .footer-sidebar-inner .socials.socials--type2 > li > a {
    width: 43px;
    height: 43px;
    line-height: 44px;
  }
  .footer-main {
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .sub-footer .form-group-absolute .btn {
    font-size: 10px;
    top: 3px;
    right: 3px;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sub-footer .form-control {
    font-size: 16px;
    height: 50px;
  }
  .sub-footer label {
    font-size: 16px;
    padding-left: 0px;
  }
  .footer-main {
    padding-right: 0;
    width: 77%;
  }
  .footer-sidebar {
    width: 23%;
  }
  .widget.widget-paddingLeft {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .sub-footer .form-group-absolute .btn {
    font-size: 14px;
    top: 4px;
    right: 4px;
    height: 52px;
    padding-left: 22px;
    padding-right: 23px;
  }
  .sub-footer .form-control {
    font-size: 22px;
    height: 60px;
  }
  .footer-main {
    width: 100%;
  }
  .footer-sidebar {
    width: 100%;
  }
  .widget {
    text-align: center;
  }
  .sub-footer-address {
    width: 100%;
  }
  .sub-footer-form {
    width: 100%;
    padding-left: 0;
  }
  .footer-sidebar-inner {
    background-color: transparent;
  }
  .widget.widget-featured {
    padding-left: 0;
    padding-bottom: 27px;
  }
  .sub-footer-address {
    text-align: center;
  }
  .sub-footer label {
    text-align: center;
    display: block;
  }
}
@media (max-width: 480px) {
  .selectResponse {
    min-width: 1px;
    width: 100%;
  }
  .sub-footer .form-group-absolute .btn {
    font-size: 10px;
    top: 3px;
    right: 3px;
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sub-footer .form-control {
    font-size: 14px;
    height: 50px;
  }
}
.portfolio {
  margin-right: -2px;
  margin-left: -2px;
}
.portfolio > li {
  float: left;
  padding: 2px;
}
.portfolio > li.normal {
  width: 16.66666%;
}
.portfolio > li.featured {
  width: 33.33333%;
}
.portfolio > li:hover .portfolio-bar {
  background-color: #d2282e;
}
.portfolio:after {
  content: "";
  display: table;
  clear: both;
}
.portfolio-inner {
  position: relative;
}
.portfolio-inner img {
  display: block;
  width: 100%;
}
.portfolio-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 8px 12px;
  background: #000;
}
.portfolio-bar h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .portfolio > li.normal {
    width: 25%;
  }
  .portfolio > li.featured {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .portfolio > li.normal {
    width: 50%;
  }
  .portfolio > li.featured {
    width: 100%;
  }
}
.marginTop50 {
  margin-top: 50px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.marginBottom60 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .paddingBottom70-md {
    padding-bottom: 70px;
  }
}
.slider.is-loading .item {
  display: none !important;
}
.slider.is-loading .item:first-child {
  display: table !important;
}
.slick-slide img {
  display: inline-block;
}
.workDetails {
  margin-top: 74px;
}
.workDetails h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 26px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 0;
}
.workDetails p {
  font-size: 18px;
  padding-right: 115px;
}
.workDetails h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #151515;
  margin-bottom: 0;
}
.workDetails small {
  font-family: "proxima-nova", sans-serif;
  color: #454545;
  display: block;
  font-size: 17px;
}
.workDetails-link {
  font-family: "proxima-nova", sans-serif;
  color: #da1717;
  font-size: 18px;
  margin-top: 25px;
  display: inline-block;
}
.workDetails-link > i + span {
  margin-left: 12px;
}
.workDetails-link > span {
  position: relative;
  display: inline-block;
}
.workDetails-link > span:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  background-color: #f6c5c5;
  height: 1px;
  -webkit-transition: width 0.36s ease-in-out;
  -moz-transition: width 0.36s ease-in-out;
  -o-transition: width 0.36s ease-in-out;
  transition: width 0.36s ease-in-out;
}
.workDetails-link:hover,
.workDetails-link:focus,
.workDetails-link:active {
  color: #da1717;
}
.workDetails-link:hover > span:after,
.workDetails-link:focus > span:after,
.workDetails-link:active > span:after {
  width: 0;
}
.workDetails-link + .workDetails-link {
  margin-left: 60px;
}
@media (max-width: 992px) {
  .workDetails p {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .header-section h2.special-header.special-header-bigger {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .workDetails p {
    padding-right: 0;
  }
  .workDetails-link {
    display: block;
  }
  .workDetails-link + .workDetails-link {
    margin-left: 0;
  }
  .workDetails-sidebar {
    padding-top: 20px;
  }
  .header-section h2.special-header.special-header-bigger {
    font-size: 36px;
    line-height: 40px;
  }
  .header-section.header-section-img .header-section-bar {
    padding-top: 30px;
    padding-bottom: 75px;
  }
  .workDetails {
    margin-top: 30px;
  }
}
.slider-nav {
  margin-top: 64px;
}
@media (max-width: 480px) {
  .slider-nav {
    margin-top: 44px;
  }
}
.slider-for {
  margin-left: -8px;
  margin-right: -8px;
}
.slider-for .item {
  padding: 8px;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
.slider-for .item img {
  width: 100%;
}
.slider-for .item:hover {
  cursor: pointer;
  background-color: #ed1c24;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  display: block;
  font-size: 49px;
  width: 83px;
  height: 149px;
  line-height: 150px;
  color: #fff;
  background-color: #ed1c24;
  z-index: 7777;
  text-align: center;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-arrow.slider-prev {
  left: 0;
}
.slider-arrow.slider-next {
  right: 0;
}
.slider-arrow:hover {
  cursor: pointer;
  background-color: #be1b23;
}
@media (max-width: 992px) {
  .slider-arrow {
    width: 65px;
    height: 112px;
    line-height: 113px;
    font-size: 41px;
  }
}
@media (max-width: 768px) {
  .slider-arrow {
    width: 45px;
    height: 82px;
    line-height: 83px;
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .slider-arrow {
    width: 39px;
    height: 60px;
    line-height: 61px;
    font-size: 26px;
  }
}
.tabs-wrapper {
  border-bottom: 1px solid #e8e8ef;
  border-top: 1px solid #e8e8ef;
  padding-top: 80px;
  padding-bottom: 58px;
  margin-top: 98px;
}
.normal-tabs-nav.nav-tabs {
  border: none;
}
.normal-tabs-nav.nav-tabs > li {
  float: none;
  margin: 0;
}
.normal-tabs-nav.nav-tabs > li > a {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
  padding: 15px 0;
  color: #000;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.normal-tabs-nav.nav-tabs > li > a:hover,
.normal-tabs-nav.nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #d2282e;
}
.normal-tabs-nav.nav-tabs > li.active > a,
.normal-tabs-nav.nav-tabs > li.active > a:focus,
.normal-tabs-nav.nav-tabs > li.active a:hover {
  border-color: transparent;
  color: #d2282e;
  background-color: transparent;
}
.normal-tabs-content {
  margin-top: 15px;
}
.normal-tabs-content.tab-content .tab-pane {
  font-family: "proxima-nova", sans-serif;
  font-weight: 200;
}
.normal-tabs-content.tab-content .tab-pane p {
  font-size: 26px;
  line-height: 28px;
  color: #130f0d;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .normal-tabs-nav.nav-tabs > li > a {
    font-size: 22px;
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .tabs-wrapper {
    padding-top: 28px;
    padding-bottom: 26px;
    margin-top: 50px;
  }
}
.table.table-cms > caption + thead > tr:first-child > td,
.table.table-cms > caption + thead > tr:first-child > th,
.table.table-cms > colgroup + thead > tr:first-child > td,
.table.table-cms > colgroup + thead > tr:first-child > th,
.table.table-cms > thead:first-child > tr:first-child > td,
.table.table-cms > thead:first-child > tr:first-child > th {
  vertical-align: bottom;
  padding: 16px 5px 16px 18px;
}
.table.table-cms > tbody > tr > td,
.table.table-cms > tbody > tr > th,
.table.table-cms > tfoot > tr > td,
.table.table-cms > tfoot > tr > th,
.table.table-cms > thead > tr > td,
.table.table-cms > thead > tr > th {
  border: none;
  padding: 16px 18px;
}
.table.table-cms > tbody > tr > th {
  background-color: #1b7f8b;
  font-size: 16.54px;
  color: #fff;
  text-align: right;
  width: 19%;
  vertical-align: bottom;
  min-height: 100px;
}
.table.table-cms > tbody > tr > td {
  font-size: 16.2px;
  color: #000;
  background-color: #efeeee;
  vertical-align: middle;
  width: 27%;
  min-height: 100px;
}
.table.table-cms > tbody > tr + tr {
  border-top: 5px solid #fff;
}
.solodev,
.drupal,
.wordpress {
  font-size: 17.86px;
  font-weight: 600;
  display: block;
  padding-top: 25px;
}
.solodev {
  color: #e9262d;
}
.drupal {
  color: #0b5a8c;
}
.wordpress {
  color: #000;
}
.table-responsive.table-responsive-cms {
  padding-right: 40px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .table-responsive {
    border: none;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
}
@media (max-width: 992px) {
  .table-responsive.table-responsive-cms {
    padding-right: 0;
  }
}
html.ios .table-responsive.table-responsive-cms,
html.iphone .table-responsive.table-responsive-cms {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb.breadcrumb-primary {
  padding-left: 0;
  background-color: transparent;
  margin-bottom: 0;
  float: left;
}
.breadcrumb.breadcrumb-primary > li > a {
  color: #456978;
  font-size: 15px;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.breadcrumb.breadcrumb-primary > li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #728d98;
  width: 100%;
  height: 1px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.breadcrumb.breadcrumb-primary > li > a:hover {
  color: #517e92;
}
.breadcrumb.breadcrumb-primary > li > a:hover:after {
  width: 0;
}
.breadcrumb.breadcrumb-primary > li.active {
  color: #000;
}
.breadcrumb.breadcrumb-primary > li + li {
  position: relative;
  margin-left: 20px;
}
.breadcrumb.breadcrumb-primary > li + li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -12px;
  height: 11px;
  width: 1px;
  padding: 0;
  background-color: #000;
}
@media (max-width: 992px) {
  .breadcrumb.breadcrumb-primary {
    float: none;
    text-align: center;
  }
  .nav-section .nav-section-right {
    float: none;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
@media (max-width: 480px) {
  .breadcrumb.breadcrumb-primary > li > a {
    font-size: 14px;
  }
  .breadcrumb.breadcrumb-primary > li.active {
    font-size: 14px;
  }
  .nav-section-right {
    padding-top: 25px;
  }
}
.blog-header {
  font-family: 'nimbus-sans-condensed', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  color: #0c0101;
  line-height: 48.27px;
  font-weight: 600;
  padding-bottom: 4px;
  position: relative;
}
.blog-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 283px;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
.blog-header.blog-header-marginBottom0 {
  margin-bottom: 0;
}
.list-news {
  max-width: 350px;
  width: 100%;
  font-family: 'nimbus-sans-condensed', sans-serif;
  margin-left: -17px;
}
.list-news > li {
  display: block;
}
.list-news > li > a {
  font-size: 21px;
  color: #000;
  padding: 9px 17px;
  display: block;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.list-news > li > a:hover {
  background-color: #d2282e;
  color: #fff;
}
.list-news > li.active > a {
  background-color: #d2282e;
  color: #fff;
}
.media-box .media {
  padding-top: 14px;
  max-width: 283px;
  width: 100%;
}
.media-box .media .media-left .media-object {
  max-width: none;
}
.media-box .media .media-left:hover + .media-body .media-heading > a {
  color: #d2282e;
}
.media-box .media .media-body {
  color: #000;
}
.media-box .media .media-body .media-heading {
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-weight: 600;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.media-box .media .media-body p {
  font-size: 13px;
  line-height: 17px;
}
.media-box .media:hover .media-body .media-heading {
  color: #d2282e;
}
.media-box .media + .media {
  border-top: 1px solid #e1e1e1;
}
.media-box .media:last-child {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 17px;
}
.media-box .media-left,
.media-box .media > .pull-left {
  padding-right: 15px;
}
.blog-sidebar {
  padding-top: 33px;
}
.side.side-paddingTop {
  padding-top: 70px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .side.side-paddingTop {
    padding-top: 0px;
  }
}
.sidebar-link {
  display: inline-block;
  font-family: 'nimbus-sans-condensed', sans-serif;
  color: #d2282e;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 25px;
  -webkit-transition: color 0.22s ease-in-out;
  -moz-transition: color 0.22s ease-in-out;
  -o-transition: color 0.22s ease-in-out;
  transition: color 0.22s ease-in-out;
}
.sidebar-link:hover {
  color: #000;
}
.blog-content {
  padding-top: 33px;
  padding-left: 32px;
}
.blog-content h2 {
  margin-top: 20px;
  font-family: "proxima-nova", sans-serif;
  font-size: 38px;
  line-height: 45.27px;
  color: #0c0101;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-content h3 {
  font-size: 28px;
  line-height: 26px;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-content small {
  font-family: "proxima-nova", sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #0c0101;
  font-weight: 600;
  padding-right: 247px;
  display: block;
}
.blog-content p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding-top: 30px;
  margin-bottom: 0;
}
.blog-content a {
  color: #d2282e;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.blog-content a:hover {
  color: #ff3343;
}
.blog-big-image {
  padding-top: 55px;
  padding-bottom: 30px;
}
.main-paragraph {
  padding-right: 100px;
  padding-top: 50px !important;
}
.blog-content-section {
  padding-bottom: 30px;
}
.seperate-content {
  margin-bottom: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e1e1e1;
}
.list-normal {
  list-style: disc inside;
  padding-top: 33px;
  color: #484747;
}
.list-normal > li {
  font-size: 18px;
  line-height: 30px;
}
.blog-section-divided {
  display: table;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 25px;
}
.blog-section-divided .blog-section-divided-media {
  display: table-cell;
  width: 40%;
}
.blog-section-divided .blog-section-divided-media img {
  width: 100%;
}
.blog-section-divided .blog-section-divided-content {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  background-color: #f2f5f8;
  padding-left: 86px;
  padding-right: 86px;
  text-align: center;
  color: #000;
}
.blog-section-divided .blog-section-divided-content q {
  font-size: 25.36px;
  line-height: 30.65px;
  font-weight: bold;
}
.blog-section-divided .blog-section-divided-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 33px;
}
.blog-section-divided .blog-section-divided-content footer {
  font-size: 19.31px;
  line-height: 21.44px;
  margin-top: 72px;
  position: relative;
}
.blog-section-divided .blog-section-divided-content footer:before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  width: 41px;
  height: 3px;
  display: block;
  background-color: #000;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #515253;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.absolute-image1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.absolute-image2 {
  position: absolute;
  bottom: 39px;
  right: 80px;
}
@media (max-width: 1630px) {
  .blog-content small {
    padding-right: 0;
  }
  .main-paragraph {
    padding-right: 0;
  }
  .blog-section-divided .blog-section-divided-content img {
    padding-bottom: 20px;
  }
  .blog-section-divided .blog-section-divided-content q {
    font-size: 18.36px;
    line-height: 23.65px;
  }
  .blog-section-divided .blog-section-divided-content footer {
    margin-top: 60px;
  }
  .absolute-image1 {
    bottom: auto;
    top: 0;
  }
  .absolute-image2 {
    width: 130px;
    right: 25px;
  }
}
@media (max-width: 1200px) {
  .blog-section-divided .blog-section-divided-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-section-divided .blog-section-divided-content q {
    font-size: 14.36px;
    line-height: 20.65px;
  }
  .blog-section-divided .blog-section-divided-content footer {
    margin-top: 55px;
    font-size: 15px;
  }
  .absolute-image1,
  .absolute-image2 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .side {
    text-align: center;
  }
  .side .sidebar-part {
    display: inline-block;
  }
  .side .sidebar-part .list-news {
    width: auto;
    max-width: none;
  }
  .blog-header:after {
    max-width: none;
  }
  .blog-content {
    padding-left: 15px;
  }
  .blog-section-divided {
    display: block;
  }
  .blog-section-divided .blog-section-divided-media {
    display: block;
    width: 100%;
  }
  .blog-section-divided .blog-section-divided-content {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .blog-content h2 {
    font-size: 28px;
    line-height: 35.27px;
    margin-bottom: 25px;
  }
  .blog-content {
    padding-top: 8px;
  }
  .blog-content small {
    font-size: 23px;
    line-height: 25px;
  }
  .list-normal > li {
    font-size: 15px;
    line-height: 27px;
  }
  .list-news {
    margin-left: 0;
  }
  .blog-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-header {
    margin-top: 0;
  }
  .break-liner br {
    display: none;
  }
}
.landing-section-sidebar {
  background-color: #f2f5f8;
  border-top: 9px solid #eb2123;
  margin-top: 60px;
/*  margin-right: -15px;
  margin-left: -15px;*/  /* SM */
}
.landing-section-sidebar h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 27.9px;
  font-weight: 800;
  color: #393635;
  text-transform: uppercase;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 58px;
  text-align: center;
  margin-top: 46px;
}
.landing-section {
/*  padding-bottom: 100px;*/  /* SM */
}
.
#article-main-content2 {
max-width: 800px;
margin: 0 auto;
}
.formAside {
  padding-left: 63px;
  padding-right: 63px;
}
.formAside label {
  font-size: 22px;
  color: #393635;
  font-weight: normal;
  margin-bottom: 0;
}
.formAside .form-control {
  font-size: 24px;
  border: 2px solid #e1e1e1;
  height: 54px;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.formAside .form-control:focus {
  border-color: #eb2123;
}
.formAside .form-group {
  margin-bottom: 20px;
  padding-left: 6px;
  padding-right: 6px;
}
.formAside .checkbox {
  text-align: center;
}
.formAside .checkbox label {
  margin-top: 23px;
  margin-bottom: 27px;
  font-size: 22px;
  color: #5c5d5f;
  position: relative;
}
.formAside .checkbox label:before {
  font-family: fontello;
  content: "";
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 2px solid #C1C1C1;
  position: absolute;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  top: 1px;
  left: -17px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formAside .checkbox label:hover:before {
  border-color: #eb2123;
}
.formAside .checkbox input[type='checkbox'] {
  display: none;
}
.formAside .checkbox input[type='checkbox']:checked + label:before {
  border: 2px solid #eb2123;
  background-color: #eb2123;
  content: "\e80e";
}
.asteriks {
  color: #eb2123;
}
.landing-section-firstContent {
  padding-top: 50px;
}
.landing-section-firstContent h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 50.26px;
  line-height: 53.07px;
  color: #0b7784;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;

}
.landing-section-firstContent small {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #231f20;
  display: block;
  line-height: 33.07px;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.landing-section-firstContent small:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 480px;
  width: 100%;
  background-color: #e1e1e1;
  height: 2px;
  max-width: 800px;
  margin: 0 auto;
}
.landing-section-firstContent p {
  font-size: 22px;
  color: #231f20;
  line-height: 33px;
  padding-right: 31px;
  margin-bottom: 31px;
}
.landing-section-firstContent p.less-paddingRight {
  padding-right: 19px;
}
.landing-section-firstContent h4 {
  color: #1594a3;
  font-size: 24.8px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: oblique;
}
.mobileApp-img {
  padding-top: 76px;
}
.fiveMinutes-img {
  padding-top: 100px;
}
.list-topics > li {
  font-size: 22px;
  position: relative;
  margin-bottom: 40px;
}
.list-topics > li:before {
  content: "\e80f";
  font-family: fontello;
  position: absolute;
  top: -7px;
  left: -48px;
  font-size: 30px;
  color: #ed1f24;
}
.list-topics > li > a {
  font-weight: bold;
  color: #0e2f3e;
}
.list-topics > li > a:hover {
  text-decoration: underline;
}
.jumbotron.jumbotron-normal {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 95px;
  margin-bottom: 50px;
  background-color: #f2f5f8;
  font-size: 32.85px;
  color: #464646;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-style: oblique;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.landing-section-secondContent h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  color: #000;
}
.landing-section-secondContent p {
  font-size: 22px;
  line-height: 33px;
  color: #000;
  margin-bottom: 33px;
}
.list-regular {
  list-style: disc inside;
  padding-bottom: 40px;
}
.list-regular > li {
  color: #000;
  font-size: 22px;
  line-height: 33px;
}
.quoted-content {
  margin-top: 38px;
  margin-bottom: 0;
  text-align: center;
  border: none;
  background-color: #f2f5f8;
  padding: 58px 68px 60px;
  font-family: "proxima-nova", sans-serif;
  font-size: 27px;
  line-height: 32.82px;
  font-weight: 700;
  color: #000;
}
.quoted-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.quoted-content q {
  padding-top: 40px;
  display: block;
}
.quoted-content footer {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin-top: 54px;
  position: relative;
}
.quoted-content footer:before {
  display: none !important;
}
.quoted-content footer:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  width: 41px;
  height: 3px;
  display: block;
  background-color: #000;
  border-top: 1px solid #303132;
  border-bottom: 1px solid #a1a3a5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.quoted-content footer strong {
  font-weight: 800 !important;
}
.mobileMiami-img {
  padding-top: 138px;
}
.formAccess {
  padding-top: 53px;
}
.formAccess .form-control {
  height: 62px;
  font-size: 24px;
  border: 2px solid #e1e1e1;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.formAccess .form-control:focus {
  border-color: #eb2123;
}
.formAccess label {
  margin-bottom: 2px;
  font-size: 22px;
  color: #6f6e6e;
  font-weight: normal;
}
.formAccess .btn {
  font-weight: bold !important;
}
.sideNav {
  position: fixed;
  top: 0;
  right: -522px;
  width: 522px;
  z-index: 9999999999999999;
  height: 100%;
  background-color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: right 0.34s ease-in-out;
  -moz-transition: right 0.34s ease-in-out;
  -o-transition: right 0.34s ease-in-out;
  transition: right 0.34s ease-in-out;
}
.sideNav.open {
  right: 0;
}
.sideNav-inner {
  padding: 73px 43px 0 117px;
}
.sideNav-logo {
  float: left;
}
.sideNav-top {
  padding-bottom: 43px;
}
#bar-icon {
  position: absolute;
  right: 43px;
  margin-top: -15.5px;
  top: 50%;
  z-index: 9999;
  -webkit-transition: opacity 0.34s ease-out;
  -moz-transition: opacity 0.34s ease-out;
  -o-transition: opacity 0.34s ease-out;
  transition: opacity 0.34s ease-out;
}
#bar-icon:hover {
  cursor: pointer;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#cross-icon {
  float: right;
  padding-top: 7px;
  -webkit-transition: opacity 0.34s ease-out;
  -moz-transition: opacity 0.34s ease-out;
  -o-transition: opacity 0.34s ease-out;
  transition: opacity 0.34s ease-out;
}
#cross-icon:hover {
  cursor: pointer;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

 /* Grader Page */
  .graderHeader h1 {
    font-family: 'Promixa Nova', proxima-nova;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    margin: 0;
  }
  .graderHeader h3 {
    font-family: helvetica, arial;
    font-weight: 400;
    text-transform: inherit;
    text-align: center;
  }
  .graderHeader {
    margin: 40px 0 44px 0;
  }
  .graderWebHeader {
    padding-left: 0;
  }
  .header-solodev-logo,
  .grader-heading {
    padding: 0;
  }
  .header-solodev-logo {
    text-align: center;
  }
  .grader-btn {
    font-family: helvetica, arial;
    font-weight: 600;
    height: 60px;
    width: 230px;
    margin: 20px 0 8px;
    font-size: 18px;
  }
  .grader-input {
    background-color: #fdf0f0;
  }
  .well {
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  }
  .watermark {
    text-align: center;
    margin: 12px 0 40px 0;
  }

/* added for mobile grader */
.marketing-logo{
  margin: 0px;
  padding-top: 5px;
}
.print-header,
.grader-print {
  display: none;
}

/* added for mobile grader */
grader-top a {
font-size:18px;
}

.sideNav-middle {
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
}
.sideNavigation {
  padding-top: 29px;
  padding-bottom: 29px;
}
.sideNavigation > li > a {
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
.sideNavigation > li > a:hover {
  color: #ed1c24;
}
.sideNavigation.sideNavigation--small {
  padding-top: 39px;
  padding-bottom: 20px;
}
.sideNavigation.sideNavigation--small > li {
  padding-bottom: 10px;
}
.sideNavigation.sideNavigation--small > li > a {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
.sideNav-bottom {
  padding-top: 35px;
}
.sideNav-address {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding-top: 77px;
}
.sideNav-address > span {
  font-size: 16px;
}
.sideNav-address > a {
  color: #ed1c24;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
.sideNav-address > a:hover {
  color: #9b191d;
}
.browser-mozilla .mainSlider .item {
  display: flex;
  align-items: center;
}
.browser-mozilla .mainSlider .item .item-inner {
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
@media (max-width: 1630px) {
  .landing-section-firstContent p {
    padding-right: 10px;
  }
  .mobileApp-img {
    padding-top: 44px;
    padding-right: 35px;
  }
  .landing-section-sidebar h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .formAside {
    padding-left: 30px;
    padding-right: 30px;
  }
  .formAside .btn-default {
    padding: 22px 9px 18px !important;
    font-size: 22px !important;
  }
  .grey-section-bordered h2 {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .landing-section-firstContent small {
    font-size: 24px;
  }
  .mobileApp-img {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 55px;
  }
  .landing-section-firstContent p.less-paddingRight,
  .landing-section-firstContent p {
    padding-right: 20px;
  }
  .list-topics {
    display: inline-block;
  }
  .landing-section-firstContent h4 {
    margin-top: 55px;
  }
  .fiveMinutes-img {
    padding-top: 35px;
  }
  .landing-section-sidebar h3 {
    font-size: 23px;
  }
  .formAside {
    padding-left: 30px;
    padding-right: 30px;
  }
  .formAside .checkbox label {
    font-size: 19px;
  }
  .formAside .btn-default {
    padding: 19px 8px 16px !important;
    font-size: 20px !important;
  }
  .jumbotron.jumbotron-normal {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .list-topics {
    text-align: left;
  }
  .list-regular > li {
    font-size: 17px;
    line-height: 32px;
  }
  .quoted-content {
    font-size: 20px;
    padding: 30px 44px 49px;
  }
}
@media (max-width: 992px) {
  .landing-section-firstContent small:after {
    max-width: none;
  }
  .landing-section-sidebar {
    margin-right: 15px;
    margin-left: 15px;
  }
  .landing-section-firstContent p.less-paddingRight,
  .landing-section-firstContent p {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .jumbotron.jumbotron-normal {
    font-size: 29.85px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 550px) {
  .list-topics > li:before {
    left: -27px;
  }
}
@media (max-width: 550px) {
  .list-topics > li:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .landing-section-sidebar h3 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .formAside {
    padding-left: 0;
    padding-right: 0;
  }
  .jumbotron.jumbotron-normal {
    font-size: 19.85px;
    margin-bottom: 7px;
  }
  .list-regular > li {
    font-size: 15px;
    line-height: 26px;
  }
  .quoted-content {
    font-size: 18px;
    padding: 34px 15px 38px;
  }
  .landing-section-firstContent {
    padding-top: 15px;
  }
  .landing-section-sidebar {
    margin-top: 10px;
  }
  .list-regular {
    padding-bottom: 15px;
  }
  .grey-section-bordered h2 {
    margin-top: 52px;
  }
  .mobileMiami-img {
    padding-top: 65px;
  }
  .grey-section-bordered {
    padding-bottom: 49px;
  }
}
@media (max-width: 1860px) {
  .navbar-right {
    margin-right: 70px;
  }
}
@media (max-width: 1740px) {
  .navbar-right {
    margin-right: 120px;
  }
}
@media (max-width: 1630px) {
  .navbar-right {
    margin-right: 0;
  }
}
@media (max-width: 1410px) {
  .navbar-right {
    margin-right: 100px;
  }
}
@media (max-width: 992px) {
  .navbar-right {
    margin-right: 71px;
  }
  #bar-icon {
    right: 15px;
    margin-top: -9.5px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #bar-icon {
    right: 43px;
  }
}
@media (max-width: 480px) {
  .sideNav-inner {
    padding: 19px 30px 0 49px;
  }
  .sideNav {
    width: 360px;
    right: -360px;
  }
  #bar-icon {
    right: 30px;
  }
  .m-query-xs {
    width: 100%;
    float: none;
  }
}
@media (max-width: 330px) {
  .sideNav {
    width: 330px;
    right: -330px;
  }
}
#progress {
    background: #d2282e  ;
}