@charset "UTF-8";
/* ==|======================================================================

	/* Author: Smile Dealer */
/* Styles For: project name */
/* Date: dd/mm/yyyy */
/* ======================================================================== */
/* ==| IMPORTED STYLES ==================================================== */
/* ==| PRIMARY STYLES ===================================================== */
@font-face {
  font-family: "Avenir Light";
  src: url(/fonts/AvenirLTStd-Light.eot);
  src: url(/fonts/AvenirLTStd-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/AvenirLTStd-Light.woff2) format("woff2"), url(/fonts/AvenirLTStd-Light.woff) format("woff"), url(/fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Avenir Book";
  src: url(/fonts/AvenirLTStd-Book.eot);
  src: url(/fonts/AvenirLTStd-Book.eot?#iefix) format("embedded-opentype"), url(/fonts/AvenirLTStd-Book.woff2) format("woff2"), url(/fonts/AvenirLTStd-Book.woff) format("woff"), url(/fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book) format("svg");
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Avenir Roman";
  src: url(/fonts/AvenirLTStd-Roman.eot);
  src: url(/fonts/AvenirLTStd-Roman.eot?#iefix) format("embedded-opentype"), url(/fonts/AvenirLTStd-Roman.woff2) format("woff2"), url(/fonts/AvenirLTStd-Roman.woff) format("woff"), url(/fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Avenir Medium";
  src: url(/fonts/AvenirLTStd-Medium.eot);
  src: url(/fonts/AvenirLTStd-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/AvenirLTStd-Medium.woff2) format("woff2"), url(/fonts/AvenirLTStd-Medium.woff) format("woff"), url(/fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium) format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: smiledealers;
  src: url(/fonts/smiledealers.ttf?ks6w60) format("truetype"), url(/fonts/smiledealers.woff?ks6w60) format("woff"), url(/fonts/smiledealers.svg?ks6w60#smiledealers) format("svg");
  font-weight: 400;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: 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;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img:not(.grid__col__logo):not(.grid__col__img) {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide:focus, .slick-slide:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 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;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.slick-disabled {
  display: none !important;
}

.slick-prev:before, .slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: #1A6135;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-dots {
  margin: 0;
  margin-top: 25px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  border: 2px solid #1A6135;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
}
.slick-dots li:hover {
  background: #1A6135;
}
.slick-dots .slick-active {
  background: #1A6135;
  border-color: #1A6135;
}

/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*

  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("../../images/photoswipe/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../../images/photoswipe/default-skin.svg");
  }

  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("../../images/photoswipe/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.glyphicons {
  display: inline-block;
  font: normal normal normal 14px/1 "Glyphicons Regular";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicons-glass:before {
  content: "";
}

.glyphicons-leaf:before {
  content: "";
}

.glyphicons-dog:before {
  content: "";
}

.glyphicons-user:before {
  content: "";
}

.glyphicons-girl:before {
  content: "";
}

.glyphicons-car:before {
  content: "";
}

.glyphicons-user-add:before {
  content: "";
}

.glyphicons-user-remove:before {
  content: "";
}

.glyphicons-film:before {
  content: "";
}

.glyphicons-magic:before {
  content: "";
}

.glyphicons-envelope:before {
  content: "✉";
}

.glyphicons-camera:before {
  content: "";
}

.glyphicons-heart:before {
  content: "";
}

.glyphicons-beach-umbrella:before {
  content: "";
}

.glyphicons-train:before {
  content: "";
}

.glyphicons-print:before {
  content: "";
}

.glyphicons-bin:before {
  content: "";
}

.glyphicons-music:before {
  content: "";
}

.glyphicons-note:before {
  content: "";
}

.glyphicons-heart-empty:before {
  content: "";
}

.glyphicons-home:before {
  content: "";
}

.glyphicons-snowflake:before {
  content: "❄";
}

.glyphicons-fire:before {
  content: "";
}

.glyphicons-magnet:before {
  content: "";
}

.glyphicons-parents:before {
  content: "";
}

.glyphicons-binoculars:before {
  content: "";
}

.glyphicons-road:before {
  content: "";
}

.glyphicons-search:before {
  content: "";
}

.glyphicons-cars:before {
  content: "";
}

.glyphicons-notes-2:before {
  content: "";
}

.glyphicons-pencil:before {
  content: "✏";
}

.glyphicons-bus:before {
  content: "";
}

.glyphicons-wifi-alt:before {
  content: "";
}

.glyphicons-luggage:before {
  content: "";
}

.glyphicons-old-man:before {
  content: "";
}

.glyphicons-woman:before {
  content: "";
}

.glyphicons-file:before {
  content: "";
}

.glyphicons-coins:before {
  content: "";
}

.glyphicons-airplane:before {
  content: "✈";
}

.glyphicons-notes:before {
  content: "";
}

.glyphicons-stats:before {
  content: "";
}

.glyphicons-charts:before {
  content: "";
}

.glyphicons-pie-chart:before {
  content: "";
}

.glyphicons-group:before {
  content: "";
}

.glyphicons-keys:before {
  content: "";
}

.glyphicons-calendar:before {
  content: "";
}

.glyphicons-router:before {
  content: "";
}

.glyphicons-camera-small:before {
  content: "";
}

.glyphicons-star-empty:before {
  content: "";
}

.glyphicons-star:before {
  content: "";
}

.glyphicons-link:before {
  content: "";
}

.glyphicons-eye-open:before {
  content: "";
}

.glyphicons-eye-close:before {
  content: "";
}

.glyphicons-alarm:before {
  content: "";
}

.glyphicons-clock:before {
  content: "";
}

.glyphicons-stopwatch:before {
  content: "";
}

.glyphicons-projector:before {
  content: "";
}

.glyphicons-history:before {
  content: "";
}

.glyphicons-truck:before {
  content: "";
}

.glyphicons-cargo:before {
  content: "";
}

.glyphicons-compass:before {
  content: "";
}

.glyphicons-keynote:before {
  content: "";
}

.glyphicons-paperclip:before {
  content: "";
}

.glyphicons-power:before {
  content: "";
}

.glyphicons-lightbulb:before {
  content: "";
}

.glyphicons-tag:before {
  content: "";
}

.glyphicons-tags:before {
  content: "";
}

.glyphicons-cleaning:before {
  content: "";
}

.glyphicons-ruler:before {
  content: "";
}

.glyphicons-gift:before {
  content: "";
}

.glyphicons-umbrella:before {
  content: "☂";
}

.glyphicons-book:before {
  content: "";
}

.glyphicons-bookmark:before {
  content: "";
}

.glyphicons-wifi:before {
  content: "";
}

.glyphicons-cup:before {
  content: "";
}

.glyphicons-stroller:before {
  content: "";
}

.glyphicons-headphones:before {
  content: "";
}

.glyphicons-headset:before {
  content: "";
}

.glyphicons-warning-sign:before {
  content: "";
}

.glyphicons-signal:before {
  content: "";
}

.glyphicons-retweet:before {
  content: "";
}

.glyphicons-refresh:before {
  content: "";
}

.glyphicons-roundabout:before {
  content: "";
}

.glyphicons-random:before {
  content: "";
}

.glyphicons-heat:before {
  content: "";
}

.glyphicons-repeat:before {
  content: "";
}

.glyphicons-display:before {
  content: "";
}

.glyphicons-log-book:before {
  content: "";
}

.glyphicons-address-book:before {
  content: "";
}

.glyphicons-building:before {
  content: "";
}

.glyphicons-eyedropper:before {
  content: "";
}

.glyphicons-adjust:before {
  content: "";
}

.glyphicons-tint:before {
  content: "";
}

.glyphicons-crop:before {
  content: "";
}

.glyphicons-vector-path-square:before {
  content: "";
}

.glyphicons-vector-path-circle:before {
  content: "";
}

.glyphicons-vector-path-polygon:before {
  content: "";
}

.glyphicons-vector-path-line:before {
  content: "";
}

.glyphicons-vector-path-curve:before {
  content: "";
}

.glyphicons-vector-path-all:before {
  content: "";
}

.glyphicons-font:before {
  content: "";
}

.glyphicons-italic:before {
  content: "";
}

.glyphicons-bold:before {
  content: "";
}

.glyphicons-text-underline:before {
  content: "";
}

.glyphicons-text-strike:before {
  content: "";
}

.glyphicons-text-height:before {
  content: "";
}

.glyphicons-text-width:before {
  content: "";
}

.glyphicons-text-resize:before {
  content: "";
}

.glyphicons-left-indent:before {
  content: "";
}

.glyphicons-right-indent:before {
  content: "";
}

.glyphicons-align-left:before {
  content: "";
}

.glyphicons-align-center:before {
  content: "";
}

.glyphicons-align-right:before {
  content: "";
}

.glyphicons-justify:before {
  content: "";
}

.glyphicons-list:before {
  content: "";
}

.glyphicons-text-smaller:before {
  content: "";
}

.glyphicons-text-bigger:before {
  content: "";
}

.glyphicons-embed:before {
  content: "";
}

.glyphicons-embed-close:before {
  content: "";
}

.glyphicons-table:before {
  content: "";
}

.glyphicons-message-full:before {
  content: "";
}

.glyphicons-message-empty:before {
  content: "";
}

.glyphicons-message-in:before {
  content: "";
}

.glyphicons-message-out:before {
  content: "";
}

.glyphicons-message-plus:before {
  content: "";
}

.glyphicons-message-minus:before {
  content: "";
}

.glyphicons-message-ban:before {
  content: "";
}

.glyphicons-message-flag:before {
  content: "";
}

.glyphicons-message-lock:before {
  content: "";
}

.glyphicons-message-new:before {
  content: "";
}

.glyphicons-inbox:before {
  content: "";
}

.glyphicons-inbox-plus:before {
  content: "";
}

.glyphicons-inbox-minus:before {
  content: "";
}

.glyphicons-inbox-lock:before {
  content: "";
}

.glyphicons-inbox-in:before {
  content: "";
}

.glyphicons-inbox-out:before {
  content: "";
}

.glyphicons-cogwheel:before {
  content: "";
}

.glyphicons-cogwheels:before {
  content: "";
}

.glyphicons-picture:before {
  content: "";
}

.glyphicons-adjust-alt:before {
  content: "";
}

.glyphicons-database-lock:before {
  content: "";
}

.glyphicons-database-plus:before {
  content: "";
}

.glyphicons-database-minus:before {
  content: "";
}

.glyphicons-database-ban:before {
  content: "";
}

.glyphicons-folder-open:before {
  content: "";
}

.glyphicons-folder-plus:before {
  content: "";
}

.glyphicons-folder-minus:before {
  content: "";
}

.glyphicons-folder-lock:before {
  content: "";
}

.glyphicons-folder-flag:before {
  content: "";
}

.glyphicons-folder-new:before {
  content: "";
}

.glyphicons-edit:before {
  content: "";
}

.glyphicons-new-window:before {
  content: "";
}

.glyphicons-check:before {
  content: "";
}

.glyphicons-unchecked:before {
  content: "";
}

.glyphicons-more-windows:before {
  content: "";
}

.glyphicons-show-big-thumbnails:before {
  content: "";
}

.glyphicons-show-thumbnails:before {
  content: "";
}

.glyphicons-show-thumbnails-with-lines:before {
  content: "";
}

.glyphicons-show-lines:before {
  content: "";
}

.glyphicons-playlist:before {
  content: "";
}

.glyphicons-imac:before {
  content: "";
}

.glyphicons-macbook:before {
  content: "";
}

.glyphicons-ipad:before {
  content: "";
}

.glyphicons-iphone:before {
  content: "";
}

.glyphicons-iphone-transfer:before {
  content: "";
}

.glyphicons-iphone-exchange:before {
  content: "";
}

.glyphicons-ipod:before {
  content: "";
}

.glyphicons-ipod-shuffle:before {
  content: "";
}

.glyphicons-ear-plugs:before {
  content: "";
}

.glyphicons-record:before {
  content: "";
}

.glyphicons-step-backward:before {
  content: "";
}

.glyphicons-fast-backward:before {
  content: "";
}

.glyphicons-rewind:before {
  content: "";
}

.glyphicons-play:before {
  content: "";
}

.glyphicons-pause:before {
  content: "";
}

.glyphicons-stop:before {
  content: "";
}

.glyphicons-forward:before {
  content: "";
}

.glyphicons-fast-forward:before {
  content: "";
}

.glyphicons-step-forward:before {
  content: "";
}

.glyphicons-eject:before {
  content: "";
}

.glyphicons-facetime-video:before {
  content: "";
}

.glyphicons-download-alt:before {
  content: "";
}

.glyphicons-mute:before {
  content: "";
}

.glyphicons-volume-down:before {
  content: "";
}

.glyphicons-volume-up:before {
  content: "";
}

.glyphicons-screenshot:before {
  content: "";
}

.glyphicons-move:before {
  content: "";
}

.glyphicons-more:before {
  content: "";
}

.glyphicons-brightness-reduce:before {
  content: "";
}

.glyphicons-brightness-increase:before {
  content: "";
}

.glyphicons-circle-plus:before {
  content: "";
}

.glyphicons-circle-minus:before {
  content: "";
}

.glyphicons-circle-remove:before {
  content: "";
}

.glyphicons-circle-ok:before {
  content: "";
}

.glyphicons-circle-question-mark:before {
  content: "";
}

.glyphicons-circle-info:before {
  content: "";
}

.glyphicons-circle-exclamation-mark:before {
  content: "";
}

.glyphicons-remove:before {
  content: "";
}

.glyphicons-ok:before {
  content: "";
}

.glyphicons-ban:before {
  content: "";
}

.glyphicons-download:before {
  content: "";
}

.glyphicons-upload:before {
  content: "";
}

.glyphicons-shopping-cart:before {
  content: "";
}

.glyphicons-lock:before {
  content: "";
}

.glyphicons-unlock:before {
  content: "";
}

.glyphicons-electricity:before {
  content: "";
}

.glyphicons-ok-2:before {
  content: "";
}

.glyphicons-remove-2:before {
  content: "";
}

.glyphicons-cart-out:before {
  content: "";
}

.glyphicons-cart-in:before {
  content: "";
}

.glyphicons-left-arrow:before {
  content: "";
}

.glyphicons-right-arrow:before {
  content: "";
}

.glyphicons-down-arrow:before {
  content: "";
}

.glyphicons-up-arrow:before {
  content: "";
}

.glyphicons-resize-small:before {
  content: "";
}

.glyphicons-resize-full:before {
  content: "";
}

.glyphicons-circle-arrow-left:before {
  content: "";
}

.glyphicons-circle-arrow-right:before {
  content: "";
}

.glyphicons-circle-arrow-top:before {
  content: "";
}

.glyphicons-circle-arrow-down:before {
  content: "";
}

.glyphicons-play-button:before {
  content: "";
}

.glyphicons-unshare:before {
  content: "";
}

.glyphicons-share:before {
  content: "";
}

.glyphicons-chevron-right:before {
  content: "";
}

.glyphicons-chevron-left:before {
  content: "";
}

.glyphicons-bluetooth:before {
  content: "";
}

.glyphicons-euro:before {
  content: "€";
}

.glyphicons-usd:before {
  content: "";
}

.glyphicons-gbp:before {
  content: "";
}

.glyphicons-retweet-2:before {
  content: "";
}

.glyphicons-moon:before {
  content: "";
}

.glyphicons-sun:before {
  content: "☉";
}

.glyphicons-cloud:before {
  content: "☁";
}

.glyphicons-direction:before {
  content: "";
}

.glyphicons-brush:before {
  content: "";
}

.glyphicons-pen:before {
  content: "";
}

.glyphicons-zoom-in:before {
  content: "";
}

.glyphicons-zoom-out:before {
  content: "";
}

.glyphicons-pin:before {
  content: "";
}

.glyphicons-albums:before {
  content: "";
}

.glyphicons-rotation-lock:before {
  content: "";
}

.glyphicons-flash:before {
  content: "";
}

.glyphicons-google-maps:before {
  content: "";
}

.glyphicons-anchor:before {
  content: "⚓";
}

.glyphicons-conversation:before {
  content: "";
}

.glyphicons-chat:before {
  content: "";
}

.glyphicons-male:before {
  content: "";
}

.glyphicons-female:before {
  content: "";
}

.glyphicons-asterisk:before {
  content: "*";
}

.glyphicons-divide:before {
  content: "÷";
}

.glyphicons-snorkel-diving:before {
  content: "";
}

.glyphicons-scuba-diving:before {
  content: "";
}

.glyphicons-oxygen-bottle:before {
  content: "";
}

.glyphicons-fins:before {
  content: "";
}

.glyphicons-fishes:before {
  content: "";
}

.glyphicons-boat:before {
  content: "";
}

.glyphicons-delete:before {
  content: "";
}

.glyphicons-sheriffs-star:before {
  content: "";
}

.glyphicons-qrcode:before {
  content: "";
}

.glyphicons-barcode:before {
  content: "";
}

.glyphicons-pool:before {
  content: "";
}

.glyphicons-buoy:before {
  content: "";
}

.glyphicons-spade:before {
  content: "";
}

.glyphicons-bank:before {
  content: "";
}

.glyphicons-vcard:before {
  content: "";
}

.glyphicons-electrical-plug:before {
  content: "";
}

.glyphicons-flag:before {
  content: "";
}

.glyphicons-credit-card:before {
  content: "";
}

.glyphicons-keyboard-wireless:before {
  content: "";
}

.glyphicons-keyboard-wired:before {
  content: "";
}

.glyphicons-shield:before {
  content: "";
}

.glyphicons-ring:before {
  content: "˚";
}

.glyphicons-cake:before {
  content: "";
}

.glyphicons-drink:before {
  content: "";
}

.glyphicons-beer:before {
  content: "";
}

.glyphicons-fast-food:before {
  content: "";
}

.glyphicons-cutlery:before {
  content: "";
}

.glyphicons-pizza:before {
  content: "";
}

.glyphicons-birthday-cake:before {
  content: "";
}

.glyphicons-tablet:before {
  content: "";
}

.glyphicons-settings:before {
  content: "";
}

.glyphicons-bullets:before {
  content: "";
}

.glyphicons-cardio:before {
  content: "";
}

.glyphicons-t-shirt:before {
  content: "";
}

.glyphicons-pants:before {
  content: "";
}

.glyphicons-sweater:before {
  content: "";
}

.glyphicons-fabric:before {
  content: "";
}

.glyphicons-leather:before {
  content: "";
}

.glyphicons-scissors:before {
  content: "";
}

.glyphicons-bomb:before {
  content: "";
}

.glyphicons-skull:before {
  content: "";
}

.glyphicons-celebration:before {
  content: "";
}

.glyphicons-tea-kettle:before {
  content: "";
}

.glyphicons-french-press:before {
  content: "";
}

.glyphicons-coffee-cup:before {
  content: "";
}

.glyphicons-pot:before {
  content: "";
}

.glyphicons-grater:before {
  content: "";
}

.glyphicons-kettle:before {
  content: "";
}

.glyphicons-hospital:before {
  content: "";
}

.glyphicons-hospital-h:before {
  content: "";
}

.glyphicons-microphone:before {
  content: "";
}

.glyphicons-webcam:before {
  content: "";
}

.glyphicons-temple-christianity-church:before {
  content: "";
}

.glyphicons-temple-islam:before {
  content: "";
}

.glyphicons-temple-hindu:before {
  content: "";
}

.glyphicons-temple-buddhist:before {
  content: "";
}

.glyphicons-bicycle:before {
  content: "";
}

.glyphicons-life-preserver:before {
  content: "";
}

.glyphicons-share-alt:before {
  content: "";
}

.glyphicons-comments:before {
  content: "";
}

.glyphicons-flower:before {
  content: "⚘";
}

.glyphicons-baseball:before {
  content: "⚾";
}

.glyphicons-rugby:before {
  content: "";
}

.glyphicons-ax:before {
  content: "";
}

.glyphicons-table-tennis:before {
  content: "";
}

.glyphicons-bowling:before {
  content: "";
}

.glyphicons-tree-conifer:before {
  content: "";
}

.glyphicons-tree-deciduous:before {
  content: "";
}

.glyphicons-more-items:before {
  content: "";
}

.glyphicons-sort:before {
  content: "";
}

.glyphicons-filter:before {
  content: "";
}

.glyphicons-gamepad:before {
  content: "";
}

.glyphicons-playing-dices:before {
  content: "";
}

.glyphicons-calculator:before {
  content: "";
}

.glyphicons-tie:before {
  content: "";
}

.glyphicons-wallet:before {
  content: "";
}

.glyphicons-piano:before {
  content: "";
}

.glyphicons-sampler:before {
  content: "";
}

.glyphicons-podium:before {
  content: "";
}

.glyphicons-soccer-ball:before {
  content: "";
}

.glyphicons-blog:before {
  content: "";
}

.glyphicons-dashboard:before {
  content: "";
}

.glyphicons-certificate:before {
  content: "";
}

.glyphicons-bell:before {
  content: "";
}

.glyphicons-candle:before {
  content: "";
}

.glyphicons-pushpin:before {
  content: "";
}

.glyphicons-iphone-shake:before {
  content: "";
}

.glyphicons-pin-flag:before {
  content: "";
}

.glyphicons-turtle:before {
  content: "";
}

.glyphicons-rabbit:before {
  content: "";
}

.glyphicons-globe:before {
  content: "";
}

.glyphicons-briefcase:before {
  content: "";
}

.glyphicons-hdd:before {
  content: "";
}

.glyphicons-thumbs-up:before {
  content: "";
}

.glyphicons-thumbs-down:before {
  content: "";
}

.glyphicons-hand-right:before {
  content: "";
}

.glyphicons-hand-left:before {
  content: "";
}

.glyphicons-hand-up:before {
  content: "";
}

.glyphicons-hand-down:before {
  content: "";
}

.glyphicons-fullscreen:before {
  content: "";
}

.glyphicons-shopping-bag:before {
  content: "";
}

.glyphicons-book-open:before {
  content: "";
}

.glyphicons-nameplate:before {
  content: "";
}

.glyphicons-nameplate-alt:before {
  content: "";
}

.glyphicons-vases:before {
  content: "";
}

.glyphicons-bullhorn:before {
  content: "";
}

.glyphicons-dumbbell:before {
  content: "";
}

.glyphicons-suitcase:before {
  content: "";
}

.glyphicons-file-import:before {
  content: "";
}

.glyphicons-file-export:before {
  content: "";
}

.glyphicons-bug:before {
  content: "";
}

.glyphicons-crown:before {
  content: "";
}

.glyphicons-smoking:before {
  content: "";
}

.glyphicons-cloud-download:before {
  content: "";
}

.glyphicons-cloud-upload:before {
  content: "";
}

.glyphicons-restart:before {
  content: "";
}

.glyphicons-security-camera:before {
  content: "";
}

.glyphicons-expand:before {
  content: "";
}

.glyphicons-collapse:before {
  content: "";
}

.glyphicons-collapse-top:before {
  content: "";
}

.glyphicons-globe-af:before {
  content: "";
}

.glyphicons-global:before {
  content: "";
}

.glyphicons-spray:before {
  content: "";
}

.glyphicons-nails:before {
  content: "";
}

.glyphicons-claw-hammer:before {
  content: "";
}

.glyphicons-classic-hammer:before {
  content: "";
}

.glyphicons-hand-saw:before {
  content: "";
}

.glyphicons-riflescope:before {
  content: "";
}

.glyphicons-electrical-socket-eu:before {
  content: "";
}

.glyphicons-electrical-socket-us:before {
  content: "";
}

.glyphicons-message-forward:before {
  content: "";
}

.glyphicons-coat-hanger:before {
  content: "";
}

.glyphicons-dress:before {
  content: "";
}

.glyphicons-bathrobe:before {
  content: "";
}

.glyphicons-shirt:before {
  content: "";
}

.glyphicons-underwear:before {
  content: "";
}

.glyphicons-log-in:before {
  content: "";
}

.glyphicons-log-out:before {
  content: "";
}

.glyphicons-exit:before {
  content: "";
}

.glyphicons-new-window-alt:before {
  content: "";
}

.glyphicons-video-sd:before {
  content: "";
}

.glyphicons-video-hd:before {
  content: "";
}

.glyphicons-subtitles:before {
  content: "";
}

.glyphicons-sound-stereo:before {
  content: "";
}

.glyphicons-sound-dolby:before {
  content: "";
}

.glyphicons-sound-5-1:before {
  content: "";
}

.glyphicons-sound-6-1:before {
  content: "";
}

.glyphicons-sound-7-1:before {
  content: "";
}

.glyphicons-copyright-mark:before {
  content: "";
}

.glyphicons-registration-mark:before {
  content: "";
}

.glyphicons-radar:before {
  content: "";
}

.glyphicons-skateboard:before {
  content: "";
}

.glyphicons-golf-course:before {
  content: "";
}

.glyphicons-sorting:before {
  content: "";
}

.glyphicons-sort-by-alphabet:before {
  content: "";
}

.glyphicons-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicons-sort-by-order:before {
  content: "";
}

.glyphicons-sort-by-order-alt:before {
  content: "";
}

.glyphicons-sort-by-attributes:before {
  content: "";
}

.glyphicons-sort-by-attributes-alt:before {
  content: "";
}

.glyphicons-compressed:before {
  content: "";
}

.glyphicons-package:before {
  content: "";
}

.glyphicons-cloud-plus:before {
  content: "";
}

.glyphicons-cloud-minus:before {
  content: "";
}

.glyphicons-disk-save:before {
  content: "";
}

.glyphicons-disk-open:before {
  content: "";
}

.glyphicons-disk-saved:before {
  content: "";
}

.glyphicons-disk-remove:before {
  content: "";
}

.glyphicons-disk-import:before {
  content: "";
}

.glyphicons-disk-export:before {
  content: "";
}

.glyphicons-tower:before {
  content: "";
}

.glyphicons-send:before {
  content: "";
}

.glyphicons-git-branch:before {
  content: "";
}

.glyphicons-git-create:before {
  content: "";
}

.glyphicons-git-private:before {
  content: "";
}

.glyphicons-git-delete:before {
  content: "";
}

.glyphicons-git-merge:before {
  content: "";
}

.glyphicons-git-pull-request:before {
  content: "";
}

.glyphicons-git-compare:before {
  content: "";
}

.glyphicons-git-commit:before {
  content: "";
}

.glyphicons-construction-cone:before {
  content: "";
}

.glyphicons-shoe-steps:before {
  content: "";
}

.glyphicons-plus:before {
  content: "+";
}

.glyphicons-minus:before {
  content: "−";
}

.glyphicons-redo:before {
  content: "";
}

.glyphicons-undo:before {
  content: "";
}

.glyphicons-golf:before {
  content: "";
}

.glyphicons-hockey:before {
  content: "";
}

.glyphicons-pipe:before {
  content: "";
}

.glyphicons-wrench:before {
  content: "";
}

.glyphicons-folder-closed:before {
  content: "";
}

.glyphicons-phone-alt:before {
  content: "";
}

.glyphicons-earphone:before {
  content: "";
}

.glyphicons-floppy-disk:before {
  content: "";
}

.glyphicons-floppy-saved:before {
  content: "";
}

.glyphicons-floppy-remove:before {
  content: "";
}

.glyphicons-floppy-save:before {
  content: "";
}

.glyphicons-floppy-open:before {
  content: "";
}

.glyphicons-translate:before {
  content: "";
}

.glyphicons-fax:before {
  content: "";
}

.glyphicons-factory:before {
  content: "";
}

.glyphicons-shop-window:before {
  content: "";
}

.glyphicons-shop:before {
  content: "";
}

.glyphicons-kiosk:before {
  content: "";
}

.glyphicons-kiosk-wheels:before {
  content: "";
}

.glyphicons-kiosk-light:before {
  content: "";
}

.glyphicons-kiosk-food:before {
  content: "";
}

.glyphicons-transfer:before {
  content: "";
}

.glyphicons-money:before {
  content: "";
}

.glyphicons-header:before {
  content: "";
}

.glyphicons-blacksmith:before {
  content: "";
}

.glyphicons-saw-blade:before {
  content: "";
}

.glyphicons-basketball:before {
  content: "";
}

.glyphicons-server:before {
  content: "";
}

.glyphicons-server-plus:before {
  content: "";
}

.glyphicons-server-minus:before {
  content: "";
}

.glyphicons-server-ban:before {
  content: "";
}

.glyphicons-server-flag:before {
  content: "";
}

.glyphicons-server-lock:before {
  content: "";
}

.glyphicons-server-new:before {
  content: "";
}

.glyphicons-charging-station:before {
  content: "";
}

.glyphicons-gas-station:before {
  content: "";
}

.glyphicons-target:before {
  content: "";
}

.glyphicons-bed-alt:before {
  content: "";
}

.glyphicons-mosquito-net:before {
  content: "";
}

.glyphicons-dining-set:before {
  content: "";
}

.glyphicons-plate-of-food:before {
  content: "";
}

.glyphicons-hygiene-kit:before {
  content: "";
}

.glyphicons-blackboard:before {
  content: "";
}

.glyphicons-marriage:before {
  content: "";
}

.glyphicons-bucket:before {
  content: "";
}

.glyphicons-none-color-swatch:before {
  content: "";
}

.glyphicons-bring-forward:before {
  content: "";
}

.glyphicons-bring-to-front:before {
  content: "";
}

.glyphicons-send-backward:before {
  content: "";
}

.glyphicons-send-to-back:before {
  content: "";
}

.glyphicons-fit-frame-to-image:before {
  content: "";
}

.glyphicons-fit-image-to-frame:before {
  content: "";
}

.glyphicons-multiple-displays:before {
  content: "";
}

.glyphicons-handshake:before {
  content: "";
}

.glyphicons-child:before {
  content: "";
}

.glyphicons-baby-formula:before {
  content: "";
}

.glyphicons-medicine:before {
  content: "";
}

.glyphicons-atv-vehicle:before {
  content: "";
}

.glyphicons-motorcycle:before {
  content: "";
}

.glyphicons-bed:before {
  content: "";
}

.glyphicons-tent:before {
  content: "⛺";
}

.glyphicons-glasses:before {
  content: "";
}

.glyphicons-sunglasses:before {
  content: "";
}

.glyphicons-family:before {
  content: "";
}

.glyphicons-education:before {
  content: "";
}

.glyphicons-shoes:before {
  content: "";
}

.glyphicons-map:before {
  content: "";
}

.glyphicons-cd:before {
  content: "";
}

.glyphicons-alert:before {
  content: "";
}

.glyphicons-piggy-bank:before {
  content: "";
}

.glyphicons-star-half:before {
  content: "";
}

.glyphicons-cluster:before {
  content: "";
}

.glyphicons-flowchart:before {
  content: "";
}

.glyphicons-commodities:before {
  content: "";
}

.glyphicons-duplicate:before {
  content: "";
}

.glyphicons-copy:before {
  content: "";
}

.glyphicons-paste:before {
  content: "";
}

.glyphicons-bath-bathtub:before {
  content: "";
}

.glyphicons-bath-shower:before {
  content: "";
}

.glyphicons-shower:before {
  content: "🚿";
}

.glyphicons-menu-hamburger:before {
  content: "";
}

.glyphicons-option-vertical:before {
  content: "";
}

.glyphicons-option-horizontal:before {
  content: "";
}

.glyphicons-currency-conversion:before {
  content: "";
}

.glyphicons-user-ban:before {
  content: "";
}

.glyphicons-user-lock:before {
  content: "";
}

.glyphicons-user-flag:before {
  content: "";
}

.glyphicons-user-asterisk:before {
  content: "";
}

.glyphicons-user-alert:before {
  content: "";
}

.glyphicons-user-key:before {
  content: "";
}

.glyphicons-user-conversation:before {
  content: "";
}

.glyphicons-database:before {
  content: "";
}

.glyphicons-database-search:before {
  content: "";
}

.glyphicons-list-alt:before {
  content: "";
}

.glyphicons-hazard-sign:before {
  content: "";
}

.glyphicons-hazard:before {
  content: "";
}

.glyphicons-stop-sign:before {
  content: "";
}

.glyphicons-lab:before {
  content: "";
}

.glyphicons-lab-alt:before {
  content: "";
}

.glyphicons-ice-cream:before {
  content: "";
}

.glyphicons-ice-lolly:before {
  content: "";
}

.glyphicons-ice-lolly-tasted:before {
  content: "";
}

.glyphicons-invoice:before {
  content: "";
}

.glyphicons-cart-tick:before {
  content: "";
}

.glyphicons-hourglass:before {
  content: "⌛";
}

.glyphicons-cat:before {
  content: "🐈";
}

.glyphicons-lamp:before {
  content: "";
}

.glyphicons-scale-classic:before {
  content: "";
}

.glyphicons-eye-plus:before {
  content: "";
}

.glyphicons-eye-minus:before {
  content: "";
}

.glyphicons-quote:before {
  content: "";
}

.glyphicons-bitcoin:before {
  content: "";
}

.glyphicons-yen:before {
  content: "¥";
}

.glyphicons-ruble:before {
  content: "₽";
}

.glyphicons-erase:before {
  content: "";
}

.glyphicons-podcast:before {
  content: "";
}

.glyphicons-firework:before {
  content: "";
}

.glyphicons-scale:before {
  content: "";
}

.glyphicons-king:before {
  content: "";
}

.glyphicons-queen:before {
  content: "";
}

.glyphicons-pawn:before {
  content: "";
}

.glyphicons-bishop:before {
  content: "";
}

.glyphicons-knight:before {
  content: "";
}

.glyphicons-mic-mute:before {
  content: "";
}

.glyphicons-voicemail:before {
  content: "";
}

.glyphicons-paragraph:before {
  content: "¶";
}

.glyphicons-person-walking:before {
  content: "";
}

.glyphicons-person-wheelchair:before {
  content: "";
}

.glyphicons-underground:before {
  content: "";
}

.glyphicons-car-hov:before {
  content: "";
}

.glyphicons-car-rental:before {
  content: "";
}

.glyphicons-transport:before {
  content: "";
}

.glyphicons-taxi:before {
  content: "🚕";
}

.glyphicons-ice-cream-no:before {
  content: "";
}

.glyphicons-uk-rat-u:before {
  content: "";
}

.glyphicons-uk-rat-pg:before {
  content: "";
}

.glyphicons-uk-rat-12a:before {
  content: "";
}

.glyphicons-uk-rat-12:before {
  content: "";
}

.glyphicons-uk-rat-15:before {
  content: "";
}

.glyphicons-uk-rat-18:before {
  content: "";
}

.glyphicons-uk-rat-r18:before {
  content: "";
}

.glyphicons-tv:before {
  content: "";
}

.glyphicons-sms:before {
  content: "";
}

.glyphicons-mms:before {
  content: "";
}

.glyphicons-us-rat-g:before {
  content: "";
}

.glyphicons-us-rat-pg:before {
  content: "";
}

.glyphicons-us-rat-pg-13:before {
  content: "";
}

.glyphicons-us-rat-restricted:before {
  content: "";
}

.glyphicons-us-rat-no-one-17:before {
  content: "";
}

.glyphicons-equalizer:before {
  content: "";
}

.glyphicons-speakers:before {
  content: "";
}

.glyphicons-remote-control:before {
  content: "";
}

.glyphicons-remote-control-tv:before {
  content: "";
}

.glyphicons-shredder:before {
  content: "";
}

.glyphicons-folder-heart:before {
  content: "";
}

.glyphicons-person-running:before {
  content: "";
}

.glyphicons-person:before {
  content: "";
}

.glyphicons-voice:before {
  content: "";
}

.glyphicons-stethoscope:before {
  content: "";
}

.glyphicons-hotspot:before {
  content: "";
}

.glyphicons-activity:before {
  content: "";
}

.glyphicons-watch:before {
  content: "⌚";
}

.glyphicons-scissors-alt:before {
  content: "";
}

.glyphicons-car-wheel:before {
  content: "";
}

.glyphicons-chevron-up:before {
  content: "";
}

.glyphicons-chevron-down:before {
  content: "";
}

.glyphicons-superscript:before {
  content: "";
}

.glyphicons-subscript:before {
  content: "";
}

.glyphicons-text-size:before {
  content: "";
}

.glyphicons-text-color:before {
  content: "";
}

.glyphicons-text-background:before {
  content: "";
}

.glyphicons-modal-window:before {
  content: "";
}

.glyphicons-newspaper:before {
  content: "📰";
}

.glyphicons-tractor:before {
  content: "🚜";
}

.social {
  display: inline-block;
  font: normal normal normal 14px/1 "Glyphicons Social";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-pinterest:before {
  content: "";
}

.social-dropbox:before {
  content: "";
}

.social-google-plus:before {
  content: "";
}

.social-jolicloud:before {
  content: "";
}

.social-yahoo:before {
  content: "";
}

.social-blogger:before {
  content: "";
}

.social-picasa:before {
  content: "";
}

.social-amazon:before {
  content: "";
}

.social-tumblr:before {
  content: "";
}

.social-wordpress:before {
  content: "";
}

.social-instapaper:before {
  content: "";
}

.social-evernote:before {
  content: "";
}

.social-xing:before {
  content: "";
}

.social-zootool:before {
  content: "";
}

.social-dribbble:before {
  content: "";
}

.social-deviantart:before {
  content: "";
}

.social-read-it-later:before {
  content: "";
}

.social-linked-in:before {
  content: "";
}

.social-forrst:before {
  content: "";
}

.social-pinboard:before {
  content: "";
}

.social-behance:before {
  content: "";
}

.social-github:before {
  content: "";
}

.social-youtube:before {
  content: "";
}

.social-skitch:before {
  content: "";
}

.social-foursquare:before {
  content: "";
}

.social-quora:before {
  content: "";
}

.social-badoo:before {
  content: "";
}

.social-spotify:before {
  content: "";
}

.social-stumbleupon:before {
  content: "";
}

.social-readability:before {
  content: "";
}

.social-facebook:before {
  content: "";
}

.social-twitter:before {
  content: "";
}

.social-instagram:before {
  content: "";
}

.social-posterous-spaces:before {
  content: "";
}

.social-vimeo:before {
  content: "";
}

.social-flickr:before {
  content: "";
}

.social-last-fm:before {
  content: "";
}

.social-rss:before {
  content: "";
}

.social-skype:before {
  content: "";
}

.social-e-mail:before {
  content: "";
}

.social-vine:before {
  content: "";
}

.social-myspace:before {
  content: "";
}

.social-goodreads:before {
  content: "";
}

.social-apple:before {
  content: "";
}

.social-windows:before {
  content: "";
}

.social-yelp:before {
  content: "";
}

.social-playstation:before {
  content: "";
}

.social-xbox:before {
  content: "";
}

.social-android:before {
  content: "";
}

.social-ios:before {
  content: "";
}

.social-wikipedia:before {
  content: "";
}

.social-pocket:before {
  content: "";
}

.social-steam:before {
  content: "";
}

.social-souncloud:before {
  content: "";
}

.social-slideshare:before {
  content: "";
}

.social-netflix:before {
  content: "";
}

.social-paypal:before {
  content: "";
}

.social-google-drive:before {
  content: "";
}

.social-linux-foundation:before {
  content: "";
}

.social-ebay:before {
  content: "";
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

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

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #29459B;
  border: 1px solid #F1F3F7;
  background-color: #F1F3F7;
  background-image: none;
}

.form-login .form-control, form.contact-us .form-control {
  border-color: rgba(21, 49, 87, 0.4);
}

.form-control:focus {
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #29459B;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #29459B;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #29459B;
  opacity: 1;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #29459B;
  background-color: #F1F3F7;
  text-align: center;
  border: 1px solid #F1F3F7;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url("../../images/swipebox/loader.gif") no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url("../../images/swipebox/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 800ms;
  animation-fill-mode: both;
}

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

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

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

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

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

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

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

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

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

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*footer .footer-item#footer-contacts,
    footer .footer-item#footer-tweeter {
        width: 25%
    }*/
@-webkit-keyframes pending {
  0% {
    width: 0;
  }
  100% {
    width: 34px;
  }
}
@keyframes pending {
  0% {
    width: 0;
  }
  100% {
    width: 34px;
  }
}
.heading {
  text-align: center;
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
}

.text-center {
  text-align: center;
}

/* HEADER */
.header__mobile {
  right: 18px;
  top: 12px;
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 10000;
  border-bottom: none;
  text-align: right;
}
.header__mobile__holder {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  align-items: center;
}
.header__mobile__menu {
  font-size: 27px;
  padding: 0;
  display: inline-block;
}

.header__nav .header__nav__list .header__nav__sub-list .header__nav__sub-list {
  display: none;
}

.header__nav__item {
  position: relative;
}

.header__nav__link {
  font-weight: 300;
  font-size: 15px;
  display: block;
}

/* EOF HEADER */
.contact-banner__btn {
  width: 186px;
}

#analytics {
  border-bottom: 2px solid #e5ecf4;
  width: 100%;
  height: 550px;
  position: relative;
  background: url(/images/analytics/bg.png) 0 0/cover no-repeat;
}
#analytics .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 125px 25px;
  text-align: left;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
#analytics .container:after {
  clear: both;
  content: " ";
  display: table;
}
#analytics .container .heading {
  text-align: left;
}
#analytics .container .subheading {
  text-align: left;
  width: 45%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 25px;
}
#analytics .container:before {
  content: " ";
  display: table;
}
#analytics .container .btn {
  display: inline-block;
}
#analytics #ipad-wrapper {
  position: absolute;
  bottom: -40px;
  left: 50%;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
#analytics #ipad-wrapper img {
  max-width: 100%;
  height: auto;
}

#analytics-results {
  padding: 75px 0 150px;
}
#analytics-results .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 176px;
  margin: 20px auto;
  display: block !important;
}
#analytics-results .results-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
#analytics-results .results-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
#analytics-results .results-wrapper:before {
  content: " ";
  display: table;
}
#analytics-results .results-wrapper:last-child {
  margin-top: 12.5px;
}
#analytics-results .results-wrapper .result {
  width: 33.3333%;
  float: left;
  padding: 50px 25px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
}
#analytics-results .results-wrapper .result:not(:first-child) {
  margin-left: 12.5px;
}
#analytics-results .results-wrapper .result:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
#analytics-results .results-wrapper .result-title {
  margin: 12.5px 0 37.5px;
  font-size: 12pt;
  text-align: center;
}
#analytics-results .results-wrapper .result-image {
  height: 235px;
  position: relative;
  margin-bottom: 37.5px;
  text-align: center;
}
#analytics-results .results-wrapper .result-image img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#analytics-results .results-wrapper .result-desc {
  font-size: 10pt;
  text-align: center;
  color: #6a6b6d;
}
#analytics-results .heading {
  margin-bottom: 50px;
}

.additional_features {
  padding: 75px 0 150px;
}
.additional_features .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 176px;
  margin: 20px auto;
  display: block !important;
}
.additional_features .results-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
.additional_features .results-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.additional_features .results-wrapper:before {
  content: " ";
  display: table;
}
.additional_features .results-wrapper:last-child {
  margin-top: 12.5px;
}
.additional_features .results-wrapper .result {
  width: 33.3333%;
  float: left;
  padding: 50px 25px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
}
.additional_features .results-wrapper .result:not(:first-child) {
  margin-left: 12.5px;
}
.additional_features .results-wrapper .result:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.additional_features .results-wrapper .result-title {
  margin: 12.5px 0 37.5px;
  font-size: 12pt;
  text-align: center;
}
.additional_features .results-wrapper .result-image {
  height: 235px;
  position: relative;
  margin-bottom: 37.5px;
  text-align: center;
}
.additional_features .results-wrapper .result-image img {
  max-width: 51% !important;
}
.additional_features .results-wrapper .result-desc {
  font-size: 10pt;
  text-align: center;
  color: #6a6b6d;
}
.additional_features .results-wrapper .result-desc ul li {
  padding-bottom: 0px !important;
}
.additional_features .heading {
  margin-bottom: 50px;
}

.platform-page #analytics-results,
.products-page #analytics-results {
  padding: 75px 0 150px;
}
.platform-page #analytics-results .results-wrapper,
.products-page #analytics-results .results-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 11px;
}
.platform-page #analytics-results .results-wrapper:after,
.products-page #analytics-results .results-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.platform-page #analytics-results .results-wrapper:before,
.products-page #analytics-results .results-wrapper:before {
  content: " ";
  display: table;
}
.platform-page #analytics-results .results-wrapper:last-child,
.products-page #analytics-results .results-wrapper:last-child {
  margin-top: 12.5px;
}
.platform-page #analytics-results .results-wrapper .result,
.products-page #analytics-results .results-wrapper .result {
  width: 33.3333%;
  float: left;
  padding: 50px 25px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
}
.platform-page #analytics-results .results-wrapper .result:not(:first-child),
.products-page #analytics-results .results-wrapper .result:not(:first-child) {
  margin-left: 12.5px;
}
.platform-page #analytics-results .results-wrapper .result:hover,
.products-page #analytics-results .results-wrapper .result:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.platform-page #analytics-results .results-wrapper .result-title,
.products-page #analytics-results .results-wrapper .result-title {
  margin: 12.5px 0 37.5px;
  font-size: 12pt;
  text-align: center;
}
.platform-page #analytics-results .results-wrapper .result-image,
.products-page #analytics-results .results-wrapper .result-image {
  height: 235px;
  position: relative;
  margin-bottom: 37.5px;
  text-align: center;
}
.platform-page #analytics-results .results-wrapper .result-image img,
.products-page #analytics-results .results-wrapper .result-image img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.platform-page #analytics-results .results-wrapper .result-desc,
.products-page #analytics-results .results-wrapper .result-desc {
  font-size: 10pt;
  text-align: center;
  color: #6a6b6d;
  font-size: 11pt;
  text-align: left;
}
.platform-page #analytics-results .results-wrapper .result-desc ul,
.products-page #analytics-results .results-wrapper .result-desc ul {
  list-style: none;
  padding: 0;
}
.platform-page #analytics-results .results-wrapper .result-desc ul li,
.products-page #analytics-results .results-wrapper .result-desc ul li {
  padding: 9px;
}
.platform-page #analytics-results .results-wrapper .result-desc ul ul,
.products-page #analytics-results .results-wrapper .result-desc ul ul {
  list-style: none;
  padding: 0;
}
.platform-page #analytics-results .results-wrapper .result-desc ul ul li,
.products-page #analytics-results .results-wrapper .result-desc ul ul li {
  padding-left: 44px;
}
.platform-page #analytics-results .results-wrapper .result-desc ul ul li::before,
.products-page #analytics-results .results-wrapper .result-desc ul ul li::before {
  content: "- ";
  color: #6a6b6d;
}
.platform-page #analytics-results .results-wrapper .result-desc li::before,
.products-page #analytics-results .results-wrapper .result-desc li::before {
  content: "• ";
  color: #315dbc;
  padding-right: 8px;
  position: absolute;
  margin-left: -13px;
}
.platform-page #analytics-results .heading,
.products-page #analytics-results .heading {
  margin-bottom: 50px;
}

#explanation {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  background: url(/images/explanation/bg.jpg) center center/cover no-repeat;
}
#explanation .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 75px 25px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#explanation .container:after {
  clear: both;
  content: " ";
  display: table;
}
#explanation .container:before {
  content: " ";
  display: table;
}
#explanation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
}
#explanation .text {
  padding-right: 25px;
}
#explanation .text .btn {
  display: inline-block;
  margin-top: 25px;
}
#explanation .heading {
  font-size: 30pt;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}
#explanation .subheading {
  width: 70%;
  margin: 25px 0 0;
  color: #fff;
  text-align: left;
}

#hero-contact {
  width: 100%;
  height: 100vh;
  max-height: 504px;
  background: #4e91f9;
  position: relative;
}
#hero-contact .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#hero-contact .container:after {
  clear: both;
  content: " ";
  display: table;
}
#hero-contact .container:before {
  content: " ";
  display: table;
}
#hero-contact h1 {
  padding-top: 50px;
  color: #fff;
}
#hero-contact .image-wrapper {
  padding-right: 100px;
  position: relative;
  top: -66px;
}
#hero-contact .image-wrapper img {
  display: block;
}
#hero-contact .text {
  padding-right: 100px;
}
#hero-contact .heading {
  font-size: 30pt;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}
#hero-contact .subheading {
  color: #fff;
  text-align: left;
}

#hero-platform {
  width: 100%;
  height: 100vh;
  max-height: 504px;
  background: #4e91f9;
  position: relative;
}
#hero-platform .calc-wrapper {
  min-width: 35%;
  position: relative;
}
#hero-platform .calc-wrapper .calc-item-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 25px 0;
  overflow: hidden;
  background: #fff;
}
#hero-platform .calc-wrapper .calc-item-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
#hero-platform .calc-wrapper .calc-item-wrapper:before {
  content: " ";
  display: table;
}
#hero-platform .calc-wrapper .calc-item {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
#hero-platform .calc-wrapper .calc-item .count {
  font-size: 20pt;
  color: #4e91f9;
  display: inline-block;
}
#hero-platform .calc-wrapper .calc-item .meta {
  display: inline-block;
  font-size: 11pt;
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 8pt;
  margin-left: 5px;
  text-align: left;
}
#hero-platform .calc-wrapper .calc-item .desc {
  font-size: 11pt;
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.6;
}
#hero-platform .calc-wrapper .calc-item .icon-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
  margin: 25px 0;
}
#hero-platform .calc-wrapper .calc-item .icon {
  font-size: 30pt;
}
#hero-platform .calc-wrapper .calc-item .icon.plus {
  color: #ffda72;
  margin-top: -10px;
}
#hero-platform .calc-wrapper .calc-item:not(:last-child):after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 4px solid #4e91f9;
  border-right: 4px solid #4e91f9;
  transform: scaleY(4) translateY(-12.5%) rotate(45deg);
  -o-transform: scaleY(4) translateY(-12.5%) rotate(45deg);
  -moz-transform: scaleY(4) translateY(-12.5%) rotate(45deg);
  -webkit-transform: scaleY(4) translateY(-12.5%) rotate(45deg);
}
#hero-platform .calc-wrapper .calc-item.attendees {
  padding-right: 30px;
}
#hero-platform .calc-wrapper .calc-item.approximate {
  padding-left: 30px;
}
#hero-platform .calc-wrapper .calc-item.approximate .icon-wrapper {
  -webkit-box-pack: center;
  justify-content: center;
}
#hero-platform .container {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#hero-platform .container:after {
  clear: both;
  content: " ";
  display: table;
}
#hero-platform .container:before {
  content: " ";
  display: table;
}
#hero-platform h1 {
  color: #fff;
}
#hero-platform .text {
  min-width: 27%;
}
#hero-platform .heading {
  font-size: 30pt;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}
#hero-platform .subheading {
  color: #fff;
  text-align: left;
}
#hero-platform .image-wrapper {
  position: relative;
  left: 16px;
  z-index: 2;
  height: 100%;
  overflow: hidden;
  padding-top: 10px;
}
#hero-platform .image-wrapper img {
  display: block;
  height: 100%;
}

#hero-quote {
  width: 100%;
  position: relative;
}
#hero-quote:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: #4e91f9;
  position: absolute;
  top: 0;
  left: 0;
}
#hero-quote .container {
  position: relative;
}
#hero-quote h1 {
  padding-top: 50px;
  color: #fff;
}
#hero-quote .text {
  padding-right: 100px;
  width: 50%;
}
#hero-quote .text .heading {
  padding-top: 0;
}
#hero-quote .text .subheading {
  margin: 0;
}
#hero-quote .heading {
  font-size: 30pt;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}
#hero-quote .subheading {
  color: #6a6b6d;
  text-align: left;
  font-weight: 600;
}

.schecked {
  background: #5c94ff !important;
}

.quote-wrapper .quote--desc {
  color: #fff;
}

.contact-banner {
  background: #fff;
  color: #305cbb;
  margin-top: 70%;
  padding-top: 40px;
  padding-bottom: 50px;
}
.contact-banner__top-heading {
  font-size: 16px;
}
.contact-banner__img {
  margin: 30px auto;
}
#hero-solutions {
  width: 100%;
  height: 100vh;
  max-height: 504px;
  background: #4e91f9;
  position: relative;
}
#hero-solutions h1 {
  color: #fff;
}
#hero-solutions h2 {
  color: #fff;
}
#hero-solutions .text {
  padding-right: 25px;
}
#hero-solutions .heading {
  font-size: 30pt;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}
#hero-solutions .heading.small {
  font-size: 20px;
}
#hero-solutions .subheading {
  color: #fff;
  text-align: left;
}
#hero-solutions .image-wrapper {
  position: relative;
  top: 64px;
}
#hero-solutions .image-wrapper img {
  display: block;
}
#hero-solutions .image-wrapper.show {
  top: -2px;
}

#nike {
  border-bottom: 2px solid #e5ecf4;
  padding: 100px 0;
  background: #f5f9fc;
}
#nike .nike-stats:after {
  clear: both;
  content: " ";
  display: table;
}
#nike .nike-stats:before {
  content: " ";
  display: table;
}
#nike .nike-stat {
  width: 20%;
  float: left;
  padding-left: 25px;
  margin-top: 50px;
  box-sizing: border-box;
}
#nike .nike-stat .count {
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24pt;
  color: #315dbc;
}
#nike .nike-stat .desc {
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 12.5px;
  color: #4e91f9;
}
#nike .nike-stat:first-child {
  padding-left: 0;
}
#nike .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#nike img {
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 20px #ebebeb;
  -o-box-shadow: 0 0 20px #ebebeb;
  -moz-box-shadow: 0 0 20px #ebebeb;
  -webkit-box-shadow: 0 0 20px #ebebeb;
}
#nike #showcase-wrapper {
  padding: 0 50px;
}
#nike #showcase-wrapper .heading {
  text-align: left;
}
#nike #showcase-wrapper .subheading {
  text-align: left;
}

#stats-wrapper {
  margin-top: 25px;
}
#stats-wrapper:after {
  clear: both;
  display: table;
  content: " ";
}
#stats-wrapper:before {
  display: table;
  content: " ";
}
#stats-wrapper .stat {
  width: 33.3333%;
  float: left;
  margin-bottom: 25px;
  text-align: center;
}
#stats-wrapper .stat.last {
  width: 50%;
}
#stats-wrapper .icon {
  display: block;
  font-size: 39pt;
}
#stats-wrapper .stat-count {
  margin: 12.5px;
  font-size: 18pt;
  color: #4e91f9;
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#stats-wrapper .stat-title {
  color: #315dbc;
}

#whatwedo {
  padding: 75px 0;
}
#whatwedo span {
  display: none;
}
#whatwedo #examples-wrapper {
  background: #fff;
  padding: 50px 0;
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 20px #ebebeb;
  -o-box-shadow: 0 0 20px #ebebeb;
  -moz-box-shadow: 0 0 20px #ebebeb;
  -webkit-box-shadow: 0 0 20px #ebebeb;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#whatwedo #examples-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
#whatwedo #examples-wrapper:before {
  content: " ";
  display: table;
}
#whatwedo #examples-wrapper .example {
  width: 25%;
  float: left;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
#whatwedo #examples-wrapper .example .heading {
  color: #404040;
  font-family: "Avenir Medium", Helvetica, Arial, sans-serif;
  font-weight: 600;
  height: 44px;
}
#whatwedo #examples-wrapper .example .heading .count {
  color: #4e91f9;
}
#whatwedo #examples-wrapper .example .desc {
  font-size: 10pt;
  color: #6a6b6d;
}
#whatwedo #examples-wrapper .example .image-wrapper {
  height: 311px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#whatwedo #examples-wrapper .example:not(:last-child):after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: -20px;
  border-top: 4px solid #f0f5fb;
  border-right: 4px solid #f0f5fb;
  transform: scaleY(4) translateY(-12.5%) rotate(45deg);
  -o-transform: scaleY(4) translateY(-12.5%) rotate(45deg);
  -moz-transform: scaleY(4) translateY(-12.5%) rotate(45deg);
  -webkit-transform: scaleY(4) translateY(-12.5%) rotate(45deg);
}
#whatwedo #examples-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 50px 0;
}
#whatwedo .btn {
  display: inline-block;
  margin-top: 75px;
}

.additional-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 75px;
}
.additional-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.additional-wrapper .solution {
  border-radius: 4px;
  float: left;
  box-sizing: border-box;
  width: 33.3333%;
  padding: 50px 25px;
  background: #fff;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
}
.additional-wrapper .solution:not(:first-child) {
  margin-left: 12.5px;
}
.additional-wrapper .solution:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.additional-wrapper:before {
  content: " ";
  display: table;
}
.additional-wrapper .solution-brand {
  font-size: 8pt;
  text-transform: uppercase;
  color: #6a6b6d;
  text-align: center;
  font-family: "Avenir Book", Helvetica, Arial, sans-serif;
  font-weight: 350;
}
.additional-wrapper .solution-title {
  width: 75%;
  height: 44px;
  margin: 12.5px auto 37.5px;
  font-size: 14pt;
  text-align: center;
}
.additional-wrapper .solution-image {
  height: 235px;
  position: relative;
  margin-bottom: 37.5px;
  text-align: center;
}
.additional-wrapper .solution-image img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.additional-wrapper .solution-desc {
  font-size: 10pt;
  text-align: center;
  color: #6a6b6d;
}
.additional-wrapper a {
  display: block;
  margin-top: 12.5px;
  font-size: 10pt;
  text-align: center;
  color: #4e91f9;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.clearfix:before {
  content: " ";
  display: table;
}

.memories-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
.memories-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.memories-wrapper .memory {
  border-radius: 4px;
  transition: box-shadow 0.4s ease;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  padding: 12.5px;
  /*background: #fff;*/
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  /*box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;*/
}
.memories-wrapper .memory:not(:first-child) {
  margin-left: 12.5px;
}
.memories-wrapper .memory:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.memories-wrapper .memory img {
  width: 100%;
  height: auto;
}
.memories-wrapper:before {
  content: " ";
  display: table;
}
.memories-wrapper .heading {
  text-align: left;
}
.memories-wrapper .heading .count {
  color: #4e91f9;
}
.memories-wrapper .text {
  padding: 50px;
}

.multiplebg-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
.multiplebg-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.multiplebg-wrapper .multiplebg {
  border-radius: 4px;
  transition: box-shadow 0.4s ease;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  padding: 12.5px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
}
.multiplebg-wrapper .multiplebg:not(:first-child) {
  margin-left: 12.5px;
}
.multiplebg-wrapper .multiplebg:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.multiplebg-wrapper .multiplebg img {
  width: 100%;
  height: auto;
}
.multiplebg-wrapper:before {
  content: " ";
  display: table;
}
.multiplebg-wrapper .heading {
  text-align: left;
}
.multiplebg-wrapper .heading .count {
  color: #4e91f9;
}
.multiplebg-wrapper .text {
  padding: 50px;
}

.platform-page .stats-headline {
  display: block !important;
}

.whitelabel {
  background: #edf4fc;
}

.services-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
.services-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.services-wrapper .service {
  border-radius: 4px;
  transition: box-shadow 0.4s ease;
  box-sizing: border-box;
  float: left;
  width: 43.33%;
  padding: 37.5px;
  background: #fff;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
  margin: 0 auto;
}
.services-wrapper .service:not(:first-child) {
  margin-left: 12.5px;
}
.services-wrapper .service:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.services-wrapper .service img {
  width: 100%;
  height: auto;
  padding: 21px 0;
}
.services-wrapper .service .heading {
  text-align: center;
  margin-bottom: 8px;
}
.services-wrapper .service .desc {
  color: #6a6b6d;
  font-size: 11pt;
}
.services-wrapper .service .desc ul {
  list-style: none;
  padding: 0;
}
.services-wrapper .service .desc ul li {
  padding-left: 14px;
}
.services-wrapper .service .desc li::before {
  content: "• ";
  color: #315dbc;
  padding-right: 8px;
  position: absolute;
  margin-left: -13px;
}
.services-wrapper:before {
  content: " ";
  display: table;
}
.services-wrapper .heading {
  text-align: left;
}
.services-wrapper .heading .count {
  color: #4e91f9;
}
.services-wrapper .text {
  padding: 50px;
}

.snap-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
.snap-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.snap-wrapper .snap {
  border-radius: 4px;
  transition: box-shadow 0.4s ease;
  box-sizing: border-box;
  float: left;
  padding: 13px;
  background: #fff;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
  margin: 0 auto;
}
.snap-wrapper .snap .well {
  background: #fff;
  border: 0;
}
.snap-wrapper .snap:not(:first-child) {
  margin-left: 12.5px;
}
.snap-wrapper .snap:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.snap-wrapper .snap img {
  width: 100%;
  height: auto;
  padding: 21px 0;
}
.snap-wrapper .snap .heading {
  text-align: left;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}
.snap-wrapper .snap .heading .number {
  color: #4e91f9;
}
.snap-wrapper .snap .desc {
  color: #6a6b6d;
  font-size: 11pt;
}
.snap-wrapper .snap .desc ul {
  list-style: none;
  padding: 0;
}
.snap-wrapper .snap .desc ul li {
  padding-left: 14px;
}
.snap-wrapper .snap .desc li::before {
  content: "• ";
  color: #315dbc;
  padding-right: 8px;
  position: absolute;
  margin-left: -13px;
}
.snap-wrapper:before {
  content: " ";
  display: table;
}
.snap-wrapper .heading {
  text-align: left;
}
.snap-wrapper .heading .count {
  color: #4e91f9;
}
.snap-wrapper .text {
  padding: 50px;
}

.app-examples .row:not(:first-child) {
  margin-top: 40px;
}
.app-examples .row .app-examples-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
.app-examples .row .app-examples-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.app-examples .row .app-examples-wrapper .snap {
  border-radius: 4px;
  transition: box-shadow 0.4s ease;
  box-sizing: border-box;
  float: left;
  padding: 13px;
  background: #fff;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
  margin: 0 auto;
}
.app-examples .row .app-examples-wrapper .snap .well {
  background: #fff;
  border: 0;
}
.app-examples .row .app-examples-wrapper .snap:not(:first-child) {
  margin-left: 12.5px;
}
.app-examples .row .app-examples-wrapper .snap:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.app-examples .row .app-examples-wrapper .snap img {
  width: 100%;
  height: auto;
  padding: 0;
}
.app-examples .row .app-examples-wrapper .snap .heading {
  text-align: left;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}
.app-examples .row .app-examples-wrapper .snap .heading .number {
  color: #4e91f9;
}
.app-examples .row .app-examples-wrapper .snap .desc {
  color: #6a6b6d;
  font-size: 11pt;
}
.app-examples .row .app-examples-wrapper .snap .desc ul {
  list-style: none;
  padding: 0;
}
.app-examples .row .app-examples-wrapper .snap .desc ul li {
  padding-left: 14px;
}
.app-examples .row .app-examples-wrapper .snap .desc li::before {
  content: "• ";
  color: #315dbc;
  padding-right: 8px;
  position: absolute;
  margin-left: -13px;
}
.app-examples .row .app-examples-wrapper:before {
  content: " ";
  display: table;
}
.app-examples .row .app-examples-wrapper .heading {
  text-align: left;
}
.app-examples .row .app-examples-wrapper .heading .count {
  color: #4e91f9;
}
.app-examples .row .app-examples-wrapper .text {
  padding: 50px;
}

.multiple-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 14px;
  padding: 0 15%;
}
.multiple-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.multiple-wrapper .multiple {
  border-radius: 4px;
  transition: box-shadow 0.4s ease;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 37.5px;
  background: #fff;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
}
.multiple-wrapper .multiple:not(:first-child) {
  margin-left: 12.5px;
}
.multiple-wrapper .multiple:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.multiple-wrapper .multiple img {
  height: auto;
  padding: 21px 0;
  margin: 0 auto;
  display: block;
}
.multiple-wrapper .multiple .heading {
  text-align: center;
}
.multiple-wrapper .multiple .desc {
  color: #6a6b6d;
  font-size: 11pt;
}
.multiple-wrapper .multiple .desc ul {
  list-style: none;
  padding: 0;
}
.multiple-wrapper .multiple .desc ul li {
  padding-left: 14px;
}
.multiple-wrapper .multiple .desc li::before {
  content: "• ";
  color: #315dbc;
  padding-right: 8px;
  position: absolute;
  margin-left: -13px;
}
.multiple-wrapper:before {
  content: " ";
  display: table;
}
.multiple-wrapper .heading {
  text-align: left;
}
.multiple-wrapper .heading .count {
  color: #4e91f9;
}
.multiple-wrapper .text {
  padding: 50px;
}

.posts-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
.posts-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.posts-wrapper .post {
  border-radius: 4px;
  float: left;
  box-sizing: border-box;
  width: 33%;
  padding: 50px 25px;
  background: #fff;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
}
.posts-wrapper .post:not(:first-child) {
  margin-left: 12.5px;
}
.posts-wrapper .post:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.posts-wrapper:before {
  content: " ";
  display: table;
}
.posts-wrapper .post-brand {
  font-size: 8pt;
  text-transform: uppercase;
  color: #6a6b6d;
  text-align: center;
  font-family: "Avenir Book", Helvetica, Arial, sans-serif;
  font-weight: 350;
}
.posts-wrapper .post-title {
  margin: 12.5px 0 37.5px;
  font-size: 12pt;
  text-align: center;
}
.posts-wrapper .post-image {
  height: 235px;
  position: relative;
  margin-bottom: 37.5px;
  text-align: center;
}
.posts-wrapper .post-image img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.posts-wrapper .post-desc {
  font-size: 10pt;
  text-align: center;
  color: #6a6b6d;
}
.posts-wrapper a {
  display: block;
  margin-top: 12.5px;
  font-size: 10pt;
  text-align: center;
  color: #4e91f9;
}

.range-meta {
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 25px;
  font-size: 10pt;
}
.range-meta:after {
  clear: both;
  content: " ";
  display: table;
}
.range-meta:before {
  content: " ";
  display: table;
}
.range-meta div {
  width: 50%;
  float: left;
  color: #6a6b6d;
}
.range-meta div:last-child {
  text-align: right;
}

.testimonials-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
.testimonials-wrapper:after {
  clear: both;
  display: table;
  content: " ";
}
.testimonials-wrapper .testimonial-wrapper {
  width: 33.33%;
  float: left;
}
.testimonials-wrapper .testimonial-wrapper:not(:first-child) {
  margin-left: 12.5px;
}
.testimonials-wrapper:before {
  display: table;
  content: " ";
}
.testimonials-wrapper .testimonial {
  position: relative;
  padding: 12.5px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
}
.testimonials-wrapper .testimonial:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.testimonials-wrapper .testimonial .testimonial-avatar {
  position: absolute;
  right: 0;
  bottom: -34px;
}
.testimonials-wrapper .testimonial img {
  width: 100%;
  height: auto;
}
.testimonials-wrapper .testimonial-meta {
  margin-top: 37.5px;
  color: #6a6b6d;
  line-height: 1.6;
}
.testimonials-wrapper .testimonial-meta .testimonial-title {
  color: #315dbc;
  text-align: center;
  margin-bottom: 12.5px;
  font-size: 19px;
}
.testimonials-wrapper .testimonial-meta .testimonial-title .count {
  font-size: 14pt;
}
.testimonials-wrapper .testimonial-meta a {
  color: #ffffff;
}

footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 25px 0 0;
  background: #f5f9fc;
}
footer .container:after {
  clear: both;
  content: " ";
  display: table;
}
footer .container:before {
  content: " ";
  display: table;
}
footer .links:after {
  clear: both;
  content: " ";
  display: table;
}
footer .links .link-wrapper {
  float: left;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  position: relative;
  padding: 12.5px;
  border-top: 1px solid #e5ecf4;
  text-align: center;
  overflow: hidden;
  transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
}
footer .links .link-wrapper:after {
  content: "";
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  color: #4e91f9;
  font-family: smiledealers;
  font-size: 12pt;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
}
footer .links:before {
  content: " ";
  display: table;
}
footer .links .link-wrapper.active:after {
  transform: rotate(0);
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}
footer .links .link-title {
  margin-bottom: 12.5px;
  color: #4e91f9;
  font-size: 12pt;
}
footer .links .link-item {
  margin-bottom: 12.5px;
  color: #315dbc;
}
footer .links a {
  display: block;
}
footer .links span {
  display: block;
}
footer .logo {
  width: 120px;
}
footer .footer-contacts-wrapper {
  width: 50%;
  float: left;
}
footer .footer-item {
  float: left;
  box-sizing: border-box;
}
footer .footer-item#footer-contacts {
  width: 100%;
}
footer .footer-item#footer-tweeter {
  width: 100%;
}
footer .footer-item#footer-links {
  width: 100%;
  margin-top: 25px;
}
footer .contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #315dbc;
}
footer .contact:not(.nomargin) {
  margin: 10px 0;
}
footer .contact a {
  color: #315dbc;
}
footer .contact .icon {
  width: 24px;
  height: 24px;
  font-size: 14pt;
  line-height: 24px;
  color: #4e91f9;
}
footer .contact .icon:not(.nomargin) {
  margin-right: 2px;
}
footer .contact.mobile-phone {
  height: 26px;
  margin-bottom: 10px;
}
footer .contact.social.mobile {
  display: block;
}
footer .contact.social.desktop {
  display: none;
}
footer .contact.social .icon {
  color: #315dbc;
}
footer #footer-tweeter {
  display: none;
  color: #6a6b6d;
  font-size: 10pt;
  line-height: 1.6;
}
footer .tweeter-title {
  margin-bottom: 25px;
  font-size: 11pt;
  color: #4e91f9;
}

.products-page .product-block-button {
  display: none !important;
}
.products-page .postheading {
  color: #fff;
}
.products-page #hero-platform {
  max-height: 477px;
}

header {
  background: #4e91f9;
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 25px 0;
  box-sizing: border-box;
  z-index: 99;
}
header .container:after {
  clear: both;
  content: " ";
  display: table;
}
header .container:before {
  content: " ";
  display: table;
}
header .logo {
  width: 120px;
  display: block;
  float: left;
  margin-right: 25px;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
header #cta-wrapper {
  line-height: 1.6;
  display: none;
  float: right;
}
header #cta-wrapper .btn:first-child {
  margin-right: 12.5px;
}
header #menu-wrapper {
  line-height: 1.6;
  /*display: none;*/
  width: auto;
  /*overflow-x: auto;
  overflow-y: hidden; */
}
header #menu-wrapper .menu-item {
  padding: 12.5px 0 2px;
  margin-left: 25px;
}
header #menu-wrapper .menu-item.active {
  border-bottom: 1px solid #fff;
}
header #menu-trigger {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  float: right;
  font-size: 16pt;
  color: #fff;
  cursor: pointer;
}
header #menu-trigger .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header #menu-trigger .icon.icon-cross {
  display: none;
}
header #menu-trigger .icon.icon-menu {
  display: block;
}
header #menu-trigger.active .icon-cross {
  display: block;
}
header #menu-trigger.active .icon-menu {
  display: none;
}
header .menu-item {
  color: #fff;
}
header #mobile-menu-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 72px;
  opacity: 0;
  background: #4e91f9;
  transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}
header #mobile-menu-wrapper .menu-item {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 25px auto 0;
  box-sizing: border-box;
  text-align: center;
}
header #mobile-menu-wrapper .menu-item:not(.btn) {
  font-size: 14pt;
}
header #mobile-menu-wrapper .btn-wrapper {
  width: 100%;
  position: absolute;
  bottom: 97px;
  left: 0;
}
header #mobile-menu-wrapper.active {
  display: block;
  opacity: 1;
}

.icon {
  font-family: smiledealers !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-solution_customfacebook .path1:before {
  content: "";
  color: #ffda72;
}
.icon-solution_customfacebook .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_customfacebook .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_customfacebook .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_customfacebook .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_customfacebook .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-solution_engagement .path1:before {
  content: "";
  color: #ffda72;
}
.icon-solution_engagement .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_engagement .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_engagement .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_engagement .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_engagement .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_engagement .path7:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-solution_engagement .path8:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-platform_comments_icon .path1:before {
  content: "";
  color: #ffda72;
}
.icon-platform_comments_icon .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-platform_comments_icon .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-platform_comments_icon .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-platform_facebook_icon .path1:before {
  content: "";
  color: #305dbf;
}
.icon-platform_facebook_icon .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-platform_likes_icon .path1:before {
  content: "";
  color: #ffda72;
}
.icon-platform_likes_icon .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-carousel_arrow_left:before {
  content: "";
}

.icon-carousel_arrow_right:before {
  content: "";
}

.icon-branded_photos:before {
  content: "";
}

.icon-instant_share:before {
  content: "";
}

.icon-social_growth:before {
  content: "";
}

.icon-user_generated:before {
  content: "";
}

.icon-busy_country_icon .path1:before {
  content: "";
  color: #ffda72;
}
.icon-busy_country_icon .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_country_icon .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_country_icon .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_country_icon .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_country_icon .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_country_icon .path7:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-busy_event_icon .path1:before {
  content: "";
  color: #ffda72;
}
.icon-busy_event_icon .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_event_icon .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-busy_impression_icon .path1:before {
  content: "";
  color: #ffda72;
}
.icon-busy_impression_icon .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_impression_icon .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_impression_icon .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_impression_icon .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-busy_impression_icon .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-busy_share_icon .path1:before {
  content: "";
  color: #ffda72;
}
.icon-busy_share_icon .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-social_comments_icon:before {
  content: "";
}

.icon-social_event_icon .path1:before {
  content: "";
  color: #fff;
  opacity: 0.6;
}
.icon-social_event_icon .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
  opacity: 0.6;
}
.icon-social_event_icon .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
  opacity: 0.6;
}
.icon-social_event_icon .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
  opacity: 0.6;
}
.icon-social_event_icon .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-social_event_icon .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-social_impressions_icon:before {
  content: "";
}

.icon-social_likes_icon:before {
  content: "";
}

.icon-social_photos_icon:before {
  content: "";
}

.icon-analytics .path1:before {
  content: "";
  color: #ffda72;
}
.icon-analytics .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-analytics .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-analytics .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-analytics .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-analytics .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-analytics .path7:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-analytics .path8:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-event-reach .path1:before {
  content: "";
  color: #ffda72;
}
.icon-event-reach .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-event-reach .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-event-reach .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-event-reach .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-event-reach .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-event-reach .path7:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-event-reach .path8:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-event-reach .path9:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-event-reach .path10:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-photo-experience .path1:before {
  content: "";
  color: #ffda72;
}
.icon-photo-experience .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-photo-experience .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-photo-experience .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-photo-experience .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-photo-experience .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-photo-experience .path7:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-photo-experience .path8:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-photo-experience .path9:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.icon-brainstorm_vector .path1:before {
  content: "";
  color: #fff;
  opacity: 0.08;
}
.icon-brainstorm_vector .path2:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #dbb59a;
}
.icon-brainstorm_vector .path3:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path4:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #305dbc;
}
.icon-brainstorm_vector .path5:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #f1f5fa;
}
.icon-brainstorm_vector .path6:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #d0ddef;
}
.icon-brainstorm_vector .path7:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path8:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #d0ddef;
}
.icon-brainstorm_vector .path9:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #d0ddef;
}
.icon-brainstorm_vector .path10:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path11:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #d0ddef;
}
.icon-brainstorm_vector .path12:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path13:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #d0ddef;
  opacity: 0.3;
}
.icon-brainstorm_vector .path14:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #d0ddef;
}
.icon-brainstorm_vector .path15:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #d0ddef;
}
.icon-brainstorm_vector .path16:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #ffda72;
}
.icon-brainstorm_vector .path17:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #ffda72;
}
.icon-brainstorm_vector .path18:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #ffda72;
}
.icon-brainstorm_vector .path19:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path20:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path21:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path22:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path23:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path24:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path25:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path26:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path27:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path28:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path29:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path30:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path31:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}
.icon-brainstorm_vector .path32:before {
  content: "";
  margin-left: -1.9287109375em;
  color: #fff;
}

a {
  color: #212121;
  text-decoration: none;
  outline: 0 !important;
  box-shadow: 0;
  -o-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
}
a:active {
  outline: 0 !important;
  box-shadow: 0;
  -o-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
}
a:focus {
  outline: 0 !important;
  box-shadow: 0;
  -o-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
}

body {
  color: #212121;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  padding-top: 72px;
  background: #f0f5fb;
  font-size: 9pt;
  font-family: "Avenir Medium", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.icon-footer_email_icon:before {
  content: "";
}

.icon-footer_facebook_icon:before {
  content: "";
}

.icon-footer_instagram_icon:before {
  content: "";
}

.icon-footer_linkedin_icon:before {
  content: "";
}

.icon-footer_phone_icon:before {
  content: "";
}

.icon-footer_twitter_icon:before {
  content: "";
}

.icon-contact_facebook:before {
  content: "";
}

.icon-contact_followus:before {
  content: "";
}

.icon-contact_instagram:before {
  content: "";
}

.icon-contact_linkedin:before {
  content: "";
}

.icon-contact_twitter:before {
  content: "";
}

html {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img {
  border: 0;
  outline: 0 !important;
  box-shadow: 0;
  -o-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
}
img:active {
  outline: 0 !important;
  box-shadow: 0;
  -o-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
}
img:focus {
  outline: 0 !important;
  box-shadow: 0;
  -o-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
}

button {
  outline: 0 !important;
  box-shadow: 0;
  -o-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
}
button:active {
  outline: 0 !important;
  box-shadow: 0;
  -o-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
}
button:focus {
  outline: 0 !important;
  box-shadow: 0;
  -o-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
}

.container {
  width: 100%;
  max-width: 1250px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn {
  padding: 12.5px 25px;
  background: #315dbc;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  -moz-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}
.btn:active {
  background-color: #fff;
  color: #315dbc;
}
.btn:active:not(.outline) {
  border-color: #315dbc;
}
.btn:focus {
  background-color: #fff;
  color: #315dbc;
}
.btn:focus:not(.outline) {
  border-color: #315dbc;
}
.btn:hover {
  background-color: #fff;
  color: #315dbc;
}
.btn:hover:not(.outline) {
  border-color: #315dbc;
}

.btn.outline {
  border-color: #fff;
  background-color: transparent;
}

#hero {
  background: #4e91f9;
}
#hero h1 {
  padding-top: 50px;
  color: #fff;
}
#hero .heading {
  opacity: 0;
  transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  -moz-transition: opacity 0.4s ease 0.4s;
  -webkit-transition: opacity 0.4s ease 0.4s;
}
#hero .heading.active {
  opacity: 1;
}
#hero #image-wrapper {
  position: relative;
  top: 17px;
  left: -100px;
  opacity: 0;
  transition: left 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  -o-transition: left 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  -moz-transition: left 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  -webkit-transition: left 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}
#hero #image-wrapper img {
  display: block;
  width: 70%;
  height: auto;
}
#hero #image-wrapper #points-wrapper {
  height: 100%;
  padding-top: 44px;
  position: absolute;
  top: 0;
  left: 67%;
}
#hero #image-wrapper #points-wrapper .point.analytics {
  margin-left: 50px;
}
#hero #image-wrapper #points-wrapper .point.analytics > span {
  font-size: 12pt;
  padding: 15px 0;
}
#hero #image-wrapper #points-wrapper .point.experience {
  margin-left: -12.5px;
}
#hero #image-wrapper #points-wrapper .point.experience > span {
  font-size: 12pt;
  padding: 15px 0;
}
#hero #image-wrapper #points-wrapper .point {
  height: 30%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  color: #fff;
  opacity: 0;
  transition: opacity 0.8s ease 0.2s;
  -o-transition: opacity 0.8s ease 0.2s;
  -moz-transition: opacity 0.8s ease 0.2s;
  -webkit-transition: opacity 0.8s ease 0.2s;
}
#hero #image-wrapper #points-wrapper .point .icon {
  margin-right: 12.5px;
  font-size: 50pt;
}
#hero #image-wrapper #points-wrapper .point.active {
  opacity: 1;
}
#hero #image-wrapper #points-wrapper .point.reach > span {
  font-size: 12pt;
  line-height: 50pt;
}
#hero #image-wrapper.active {
  left: 0;
  opacity: 1;
}

h1.heading {
  font-size: 20pt;
}

h2.heading {
  font-size: 12pt;
}

.subheading {
  width: 100%;
  max-width: 833.33px;
  display: block;
  margin: 25px auto 0;
  line-height: 1.8;
  color: #6a6b6d;
  font-size: 9pt;
}

#clients {
  border-bottom: 2px solid #e5ecf4;
  padding: 75px 0;
}
#clients #logos-wrapper {
  text-align: center;
  padding-top: 50px;
}
#clients #logos-wrapper img {
  max-width: 100%;
  height: auto;
}

#process.solutions {
  border-bottom: 2px solid #e5ecf4;
}

#solutions {
  border-bottom: 2px solid #e5ecf4;
  padding: 75px 0;
}
#solutions .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 176px;
  margin: 20px auto;
}

#amplify {
  background: #f5f9fc;
}
#amplify h1 {
  padding: 75px 0;
}

.booking-block {
  height: 453px;
  padding: 26px 0 0;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.booking-block .btn {
  display: inline-block;
  padding: 20px 25px;
  border-color: #fff;
  background: #fff;
  color: #315dbc;
  position: absolute;
  left: 0;
  right: 0;
  width: 250px;
  margin: auto;
  bottom: 27px;
}

.services-page .service .desc ul li {
  line-height: 2.3;
}
.services-page .service .desc-2 ul {
  margin-top: 22px;
}
.services-page .service .desc-2 ul li {
  line-height: 2.5;
}

#process {
  background: #f5f9fc;
  padding: 100px 0;
}
#process .text {
  width: 100%;
  margin-bottom: 48px;
}
#process .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#process img {
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 20px #ebebeb;
  -o-box-shadow: 0 0 20px #ebebeb;
  -moz-box-shadow: 0 0 20px #ebebeb;
  -webkit-box-shadow: 0 0 20px #ebebeb;
}
#process #showcase-wrapper {
  padding: 0 50px;
}
#process #showcase-wrapper .heading {
  text-align: left;
}
#process #showcase-wrapper .subheading {
  text-align: left;
}
#process #showcase-wrapper .btn {
  display: block;
}

#insightful {
  padding: 100px 0;
}
#insightful #showcase-wrapper {
  padding: 0 50px;
}
#insightful #showcase-wrapper .heading {
  text-align: left;
}
#insightful #showcase-wrapper .heading span {
  color: #4e91f9;
}
#insightful #showcase-wrapper .subheading {
  text-align: left;
  margin-bottom: 25px;
}
#insightful #showcase-wrapper .btn {
  display: inline-block;
}
#insightful .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: -116px;
}
#insightful img {
  max-width: 65%;
  height: auto;
}

#social_amplification {
  background: #5a93fc;
  padding: 100px 0;
}
#social_amplification .heading {
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
}
#social_amplification .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#social_amplification .container .image-wrapper {
  display: block;
}
#social_amplification #showcase-wrapper {
  padding: 0 50px;
}
#social_amplification #showcase-wrapper .heading {
  text-align: left;
}
#social_amplification #showcase-wrapper .subheading {
  text-align: left;
}
#social_amplification #showcase-wrapper .btn {
  display: block;
}

.green-screen-page #snap {
  padding: 67px 0;
}
.green-screen-page #services {
  background: #ecf3fd;
}
.green-screen-page #social_amplification .heading span,
.green-screen-page #insightful .heading span {
  display: none;
}

#branded_video {
  background: #f5f9fc;
  padding: 100px 0;
}
#branded_video .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#branded_video img {
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 20px #ebebeb;
  -o-box-shadow: 0 0 20px #ebebeb;
  -moz-box-shadow: 0 0 20px #ebebeb;
  -webkit-box-shadow: 0 0 20px #ebebeb;
}
#branded_video ul {
  list-style-type: none;
  padding: 0 15px 0;
}
#branded_video ul li {
  position: relative;
}
#branded_video ul li::before {
  content: "• ";
  color: #315dbc;
  padding-right: 8px;
  position: absolute;
  margin-left: -13px;
}
#branded_video #showcase-wrapper {
  padding: 0 50px;
}
#branded_video #showcase-wrapper .heading {
  text-align: left;
}
#branded_video #showcase-wrapper .subheading {
  text-align: left;
}
#branded_video #showcase-wrapper .btn {
  display: block;
}

#platform-explanation {
  padding: 75px 0 50px;
}

#solutions.solutions {
  border: 0;
}

#solutions .subheading {
  margin-bottom: 50px;
}

.solutions-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 11px;
}
.solutions-wrapper .solution {
  border-radius: 4px;
  transition: box-shadow 0.4s ease;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 50px 25px 89px;
  background: #fff;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  box-shadow: 0 0 20px #dededf;
  -o-box-shadow: 0 0 20px #dededf;
  -moz-box-shadow: 0 0 20px #dededf;
  -webkit-box-shadow: 0 0 20px #dededf;
  position: relative;
}
.solutions-wrapper .solution:not(:first-child) {
  margin-left: 12.5px;
}
.solutions-wrapper .solution:hover {
  box-shadow: 0 0 10px #aaabac;
  -o-box-shadow: 0 0 10px #aaabac;
  -moz-box-shadow: 0 0 10px #aaabac;
  -webkit-box-shadow: 0 0 10px #aaabac;
}
.solutions-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.solutions-wrapper:before {
  content: " ";
  display: table;
}
.solutions-wrapper:last-child {
  margin-top: 12.5px;
}
.solutions-wrapper .solution-brand {
  font-size: 8pt;
  text-transform: uppercase;
  color: #6a6b6d;
  text-align: center;
  font-family: "Avenir Book", Helvetica, Arial, sans-serif;
  font-weight: 350;
  display: none;
}
.solutions-wrapper .solution-title {
  margin: 12.5px 0 37.5px;
  font-size: 12pt;
  text-align: center;
}
.solutions-wrapper .solution-image {
  height: 235px;
  position: relative;
  margin-bottom: 37.5px;
  text-align: center;
}
.solutions-wrapper .solution-image img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.solutions-wrapper .solution-desc {
  font-size: 10pt;
  text-align: center;
  color: #6a6b6d;
}
.solutions-wrapper a {
  display: block;
  margin-top: 12.5px;
  font-size: 10pt;
  text-align: center;
  color: #ffffff;
}

#branded {
  border-bottom: 2px solid #e5ecf4;
  padding: 75px 0;
}

#services {
  border-bottom: 2px solid #e5ecf4;
  padding: 75px 0;
}

#tech {
  padding: 100px 0;
}
#tech #showcase-wrapper {
  padding: 0 50px;
}
#tech #showcase-wrapper .heading {
  text-align: left;
}
#tech #showcase-wrapper .subheading {
  text-align: left;
  margin-bottom: 25px;
}
#tech #showcase-wrapper .btn {
  display: inline-block;
}
#tech .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#tech img {
  max-width: 65%;
  height: auto;
}

#tech.solutions {
  padding: 0;
}
#tech.solutions #showcase-wrapper {
  padding-bottom: 100px;
}

#tech.platform .subheading {
  margin-bottom: 0;
}

#branded.solution {
  border-top: 2px solid #e5ecf4;
}

#snap-share {
  padding: 75px 0;
  background: #f5f9fc;
}
#snap-share .memory {
  width: 50%;
}

.brandcam-page #snap {
  padding: 50px 0px;
  background: #edf4fc;
}
.brandcam-page #whatwedo span {
  color: #6c9ff9;
  display: inline-block;
}

#testimonials {
  padding: 75px 0;
}

#stats {
  padding: 25px 0 0;
  background: #ebf2fc;
}
#stats .heading {
  color: #315dbc;
}

.booking {
  padding: 25px 0;
  background: #4e91f9;
  text-align: center;
}
.booking img {
  width: auto;
  height: auto;
  max-height: 85px;
}
.booking .heading {
  margin-top: 25px;
  font-size: 18pt;
  color: #fff;
}
.booking .subheading {
  color: #fff;
}
.booking a {
  display: inline-block;
  padding: 20px 25px;
  margin-top: 50px;
  border-color: #fff;
  background: #fff;
  color: #315dbc;
}
.booking a:active {
  background: #315dbc;
  border-color: #315dbc;
  color: #fff;
}
.booking a:focus {
  background: #315dbc;
  border-color: #315dbc;
  color: #fff;
}
.booking a:hover {
  background: #315dbc;
  border-color: #315dbc;
  color: #fff;
}

.popup-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}
.popup-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.popup-wrapper .popup-close {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 20pt;
  color: #fff;
  cursor: pointer;
}
.popup-wrapper .booking {
  width: 96%;
  max-width: 580px;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 25px 0 0;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.popup-wrapper .booking .container.white {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}
.popup-wrapper .booking .heading {
  margin: 12.5px auto 25px;
  font-size: 16pt;
}
.popup-wrapper .booking .subheading {
  color: #315dbc;
  margin: 0 auto;
}
.popup-wrapper .booking a.btn {
  width: 200px;
  padding: 12.5px;
  margin-top: 25px;
  background: #315dbc;
  color: #fff;
  border-color: transparent;
}
.popup-wrapper .booking a.btn:active {
  background-color: #fff;
  color: #315dbc;
  border-color: #315dbc;
}
.popup-wrapper .booking a.btn:focus {
  background-color: #fff;
  color: #315dbc;
  border-color: #315dbc;
}
.popup-wrapper .booking a.btn:hover {
  background-color: #fff;
  color: #315dbc;
  border-color: #315dbc;
}

.popup-wrapper.active {
  opacity: 1;
  z-index: 99;
}

#contact-wrapper {
  padding: 100px 0;
  background: #f5f8fb;
}
#contact-wrapper .container {
  position: relative;
}
#contact-wrapper .heading {
  text-align: left;
  font-size: 18pt;
}
#contact-wrapper .form-wrapper {
  top: -240px;
  right: 100px;
}
#contact-wrapper .contact-item-wrapper {
  margin: 50px 0;
}
#contact-wrapper .contact-item-wrapper .contact-item-heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#contact-wrapper .contact-item-wrapper h4 {
  display: inline-block;
  margin: 0;
  font-size: 12pt;
  color: #4e91f9;
}
#contact-wrapper .contact-item-wrapper .icon {
  width: 24px;
  height: 24px;
  font-size: 20pt;
  color: #4e91f9;
  margin-right: 12.5px;
}
#contact-wrapper .contact-item-wrapper .contact-item {
  margin-top: 12.5px;
  margin-left: 36.5px;
}
#contact-wrapper .contact-item-wrapper .contact-item > span {
  width: 140px;
  display: inline-block;
  font-family: "Avenir Book", Helvetica, Arial, sans-serif;
  font-weight: 350;
}
#contact-wrapper .contact-item-wrapper .contact-item a {
  color: #212121;
  transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}
#contact-wrapper .contact-item-wrapper .contact-item a .icon {
  color: #212121;
  transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}
#contact-wrapper .contact-item-wrapper .contact-item a .icon:hover {
  color: #315dbc;
}
#contact-wrapper .contact-item-wrapper .contact-item a:hover {
  color: #315dbc;
}
#contact-wrapper .contact-item-wrapper.social .icon {
  color: #315dbc;
}
#contact-wrapper .icon-contact_followus {
  font-size: 40px;
  color: #228fe4;
}
#contact-wrapper .icon-footer_phone_icon {
  font-size: 40px;
  color: #228fe4;
}
#contact-wrapper .icon-footer_email_icon {
  font-size: 40px;
  color: #228fe4;
}
#contact-wrapper .contact-item .icon {
  font-size: 40px;
}
#contact-wrapper .contact-item-heading h4 {
  font-size: 26px;
  color: #305dbc;
  margin-bottom: 27px;
}

.contact-wrapper__table {
  width: 240px;
  margin: 0 auto;
  text-align: left;
}
.contact-wrapper__table .row {
  margin-bottom: 10px;
}
.contact-wrapper__table span {
  font-weight: 800;
  font-family: tahoma;
  font-size: 12px;
}

.contact-wrapper__column {
  border-right: 2px solid #dee5ef;
  height: 230px;
}

.contact-header {
  max-height: 414px !important;
}
.contact-header .image-wrapper {
  top: 0 !important;
}

#quote-wrapper .form-wrapper {
  position: relative;
  padding: 0 0 50px;
  margin-bottom: 80px;
  min-height: 500px;
}
#quote-wrapper .subheading {
  margin: 0 0 25px;
}
#quote-wrapper .form-section {
  padding: 25px 50px;
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#quote-wrapper .form-section:not(:first-of-type) {
  border-top: 1px solid #e5ecf4;
}
#quote-wrapper .form-respond-message {
  padding: 40px;
}
#quote-wrapper .form-respond-message .msg-pic {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}
#quote-wrapper .form-respond-message .msg-title {
  font-size: 20px;
  color: #3b5998;
  line-height: 24px;
  margin-bottom: 10px;
}
#quote-wrapper .form-respond-message .msg-subtitle {
  color: #948e8e;
  font-size: 13px;
  line-height: 20px;
}

#pdf-overview {
  background: #f5f9fc;
}
#pdf-overview .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#pdf-overview img {
  max-width: 65%;
  height: auto;
}
#pdf-overview #showcase-wrapper {
  padding-right: 50px;
}
#pdf-overview #showcase-wrapper .heading {
  text-align: left;
}
#pdf-overview #showcase-wrapper .subheading {
  text-align: left;
}
#pdf-overview #showcase-wrapper .btn {
  display: inline-block;
}

#solutions-wrapper {
  padding: 100px 0;
}
#solutions-wrapper .container {
  position: relative;
}
#solutions-wrapper .heading {
  text-align: left;
  font-size: 18pt;
}
#solutions-wrapper .form-wrapper {
  top: -240px;
  right: 100px;
}
#solutions-wrapper .contact-item-wrapper {
  margin: 50px 0;
}
#solutions-wrapper .contact-item-wrapper .contact-item-heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#solutions-wrapper .contact-item-wrapper h4 {
  display: inline-block;
  margin: 0;
  font-size: 12pt;
  color: #4e91f9;
}
#solutions-wrapper .contact-item-wrapper .icon {
  width: 24px;
  height: 24px;
  font-size: 20pt;
  color: #4e91f9;
  margin-right: 12.5px;
}
#solutions-wrapper .contact-item-wrapper .contact-item {
  margin-top: 12.5px;
  margin-left: 36.5px;
}
#solutions-wrapper .contact-item-wrapper .contact-item > span {
  width: 140px;
  display: inline-block;
  font-family: "Avenir Book", Helvetica, Arial, sans-serif;
  font-weight: 350;
}
#solutions-wrapper .contact-item-wrapper .contact-item a {
  color: #212121;
  transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}
#solutions-wrapper .contact-item-wrapper .contact-item a .icon {
  color: #212121;
  transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}
#solutions-wrapper .contact-item-wrapper .contact-item a .icon:hover {
  color: #315dbc;
}
#solutions-wrapper .contact-item-wrapper .contact-item a:hover {
  color: #315dbc;
}
#solutions-wrapper .contact-item-wrapper.social .icon {
  color: #315dbc;
}

.form-wrapper {
  width: 622px;
  position: absolute;
  padding: 50px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.form-wrapper form.pending .btn span {
  opacity: 0;
}
.form-wrapper form.pending .btn:after {
  content: "...";
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -17px;
  line-height: 18px;
  overflow: hidden;
  background: inherit;
  font-size: 32pt;
  -webkit-animation: pending 1s infinite;
  animation: pending 1s infinite;
}
.form-wrapper .heading {
  margin-bottom: 40px;
}
.form-wrapper .input-wrapper {
  position: relative;
  /*.form-item {
  	&:invalid&+.check {
  		opacity: .8;
  	}
  }*/
}
.form-wrapper .input-wrapper .check {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 22px;
  right: 20px;
  background: #315dbc;
  opacity: 0;
  transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.form-wrapper .form-item {
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 12.5px;
  border: 1px solid #e5ecf4;
  background: #fff;
  box-sizing: border-box;
  outline: 0;
  font-size: 11pt;
  color: #315dbc;
  transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: "Avenir Medium", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.form-wrapper .form-item:focus {
  border-color: #315dbc;
}
.form-wrapper .req {
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: 42px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  float: right;
  font-style: italic;
  color: #315dbc;
}
.form-wrapper .req .circle {
  width: 8px;
  height: 8px;
  margin: 0 20px;
  background: #315dbc;
  opacity: 0.8;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.form-wrapper textarea {
  min-width: 100%;
  max-width: 100%;
}
.form-wrapper .btn {
  width: 200px;
  position: relative;
  cursor: pointer;
}
.form-wrapper .btn span {
  opacity: 1;
}

.checkbox-item {
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 19px;
}
.checkbox-item input {
  /*&:focus&+.checkbox {
  	border-color: $border_color_2;
  }
  position: absolute;
  opacity: 0;
  &:checked&+.checkbox {
  	border-color: $border_color_4;
  	background: #4e91f9;
  }*/
}
.checkbox-item label {
  height: 30px;
  line-height: 55px;
  padding-left: 40px;
  position: relative;
  font-size: 10pt;
  color: #6a6b6d;
  z-index: 1;
  cursor: pointer;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.checkbox {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e5ecf4;
  background: #fff;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 32px;
  font-size: 16pt;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: border-color 0.4s ease, background 0.4s ease;
  -o-transition: border-color 0.4s ease, background 0.4s ease;
  -moz-transition: border-color 0.4s ease, background 0.4s ease;
  -webkit-transition: border-color 0.4s ease, background 0.4s ease;
}

#additional {
  border-bottom: 2px solid #e5ecf4;
  padding: 100px 0;
}

#solutions-analytics {
  border-bottom: 2px solid #e5ecf4;
  width: 100%;
  height: 550px;
  position: relative;
}
#solutions-analytics .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#solutions-analytics .container .heading {
  text-align: left;
}
#solutions-analytics .container .heading .count {
  color: #4e91f9;
}
#solutions-analytics .container .subheading {
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 25px;
}
#solutions-analytics .container .subheading .count {
  color: #4e91f9;
}
#solutions-analytics .container .btn {
  display: inline-block;
}
#solutions-analytics #solutions-ipad-wrapper {
  padding: 0;
  margin-top: -20px;
}
#solutions-analytics #solutions-ipad-wrapper img {
  max-width: 100%;
  height: auto;
}

.range-wrapper {
  position: relative;
}

.range-selected {
  position: absolute;
  background: #4e91f9;
  top: 6px;
  left: 2px;
  height: 8px;
  pointer-events: none;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

output {
  position: absolute;
  background: #4e91f9;
  width: 60px;
  top: 25px;
  left: 33.3333%;
  padding: 5px;
  margin-left: -30px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.range {
  width: 100%;
}

input[type=range] {
  outline: 0;
  -webkit-appearance: none;
  background: 0 0;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: #e3eeff;
  border: none;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
input[type=range]::-ms-track {
  height: 8px;
  background: #e3eeff;
  border: none;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
input[type=range]::-moz-range-track {
  height: 8px;
  background: #e3eeff;
  border: none;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #315dbc;
  margin-top: -4px;
  position: relative;
}
input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #315dbc;
  margin-top: -4px;
  position: relative;
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #315dbc;
  margin-top: -4px;
  position: relative;
}

#posts {
  padding: 50px 0 75px;
}

#amplification {
  background: #4e91f9;
}
#amplification h1 {
  padding-top: 50px;
  color: #fff;
}
#amplification .heading {
  transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  -moz-transition: opacity 0.4s ease 0.4s;
  -webkit-transition: opacity 0.4s ease 0.4s;
}
#amplification #image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  padding: 50px 0 75px;
  transition: left 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  -o-transition: left 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  -moz-transition: left 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  -webkit-transition: left 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}
#amplification #image-wrapper img {
  display: block;
  width: 59%;
  height: auto;
  position: relative;
  margin: 0 0 0 auto;
  z-index: 1;
}
#amplification #image-wrapper #points-wrapper {
  height: 100%;
  padding-top: 40px;
  position: absolute;
  top: 0;
  right: 58%;
}
#amplification #image-wrapper #points-wrapper .point {
  height: 20%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  color: #fff;
  transition: opacity 0.8s ease 0.2s;
  -o-transition: opacity 0.8s ease 0.2s;
  -moz-transition: opacity 0.8s ease 0.2s;
  -webkit-transition: opacity 0.8s ease 0.2s;
}
#amplification #image-wrapper #points-wrapper .point .point-info-wrapper {
  text-align: right;
  line-height: 1.6;
}
#amplification #image-wrapper #points-wrapper .point .point-info-wrapper div {
  font-size: 12pt;
  font-family: "Avenir Medium", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#amplification #image-wrapper #points-wrapper .point .point-info-wrapper span {
  font-size: 13px;
  font-family: "Avenir Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#amplification #image-wrapper #points-wrapper .point .icon {
  margin-left: 12.5px;
  font-size: 50pt;
}
#amplification #image-wrapper #points-wrapper .point.fb {
  position: relative;
  z-index: 0;
}
#amplification #image-wrapper #points-wrapper .point.engagement {
  margin-right: 75px;
}
#amplification #image-wrapper #points-wrapper .point.mouth {
  margin-right: 75px;
}
#amplification #image-wrapper #points-wrapper .point.image {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  /* HEADER NAVIGATION */
  /* ==| HEADER ============================= */
  ul.header__nav__list {
    list-style-type: none;
    padding: 0;
  }

  .header__nav-toggle {
    display: inline-block;
    width: 39px;
    height: 31px;
    position: relative;
    overflow: hidden;
  }
  .header__nav-toggle span {
    display: block;
    width: 27px;
    height: 3px;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    left: 15%;
  }
  .header__nav-toggle span:nth-child(1) {
    top: 14px;
  }
  .header__nav-toggle span:nth-child(2) {
    top: 21px;
    -webkit-transition: left 250ms 50ms cubic-bezier(0.02, 1.505, 0.745, 1.235), opacity 150ms ease-in-out;
    transition: left 250ms 50ms cubic-bezier(0.02, 1.505, 0.745, 1.235), opacity 150ms ease-in-out;
    opacity: 1;
  }
  .header__nav-toggle span:nth-child(3) {
    top: 28px;
  }
  .header__nav-toggle span:nth-child(1), .header__nav-toggle span:nth-child(3) {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  .header__nav-toggle--opened span:nth-child(2) {
    left: -100%;
    opacity: 0;
  }
  .header__nav-toggle--opened span:nth-child(1) {
    top: 47%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__nav-toggle--opened span:nth-child(3) {
    top: 47%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header__nav {
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    background: #4e91f9;
    padding: 0;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 250ms cubic-bezier(0.02, 1.505, 0.745, 1.235);
    transition: all 250ms cubic-bezier(0.02, 1.505, 0.745, 1.235);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(160, 160, 160, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(160, 160, 160, 0.2);
    height: calc(100vh);
    overflow: auto;
    text-align: center;
  }

  .header__nav--opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .header__nav__item {
    padding: 0px 15px;
  }
  .header__nav__item:not(:first-child) {
    /*border-top: 1px solid;*/
  }

  .header__nav__sub-list {
    margin: 0 -15px;
    padding: 0 15px;
    color: #417fa4;
    background: #315dbc;
    display: none;
    text-transform: capitalize;
    list-style-type: none;
  }

  .header__bottom__hr {
    content: "";
    font-family: "FontAwesome";
    font-size: 8px;
    position: absolute;
    right: -3px;
    color: #A59B60;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header__nav__link {
    padding: 14px 18px 12px 18px;
    font-size: 18px !important;
    font-weight: 500;
    color: #fff;
  }

  .header__nav__sub-item {
    padding: 0 15px;
  }

  .header__nav__sub-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
  }
  .header__nav__sub-link:focus {
    text-decoration: none;
  }

  .header__nav__list-toggle {
    position: absolute;
    top: 0;
    right: 19px;
    display: inline-block;
    float: right;
    background: transparent;
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 32px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 8px;
  }

  .header__nav__list-toggle--active i:before {
    font-family: "FontAwesome";
    content: "";
  }

  .header__mega-menu__item:not(:first-child),
.header__nav__sub-item:not(:first-child) {
    border-top: 1px solid;
  }

  .header__mega-menu__link-tmb {
    display: none;
  }

  .header__mega-menu__link {
    padding: 10px 0;
    display: block;
  }

  .header__mega-menu__sub-list {
    display: none;
  }

  .header__mega-menu__sub-item {
    border-top: 1px solid;
    padding-left: 15px;
  }

  .header__mega-menu__sub-link {
    display: block;
    padding: 5px 0;
  }

  .header--static {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  .header--static .header__lower {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #e3dcd6;
  }

  header #menu-wrapper .menu-item {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 11px auto 0;
    box-sizing: border-box;
    text-align: center;
    padding: 12.5px 25px;
  }

  /* EOF HEADER NAVIGATION */
  /* EOF HEADER */
}
@media (min-width: 1025px) {
  body {
    font-size: 11pt;
    padding-top: 84px;
  }

  .container {
    padding: 0 25px;
  }

  h1.heading {
    font-size: 24pt;
  }

  h2.heading {
    font-size: 14pt;
  }

  .subheading {
    font-size: 11pt;
  }

  header {
    height: 84px;
    /*#menu-wrapper {
    	display: block;
    }
    #menu-trigger {
    	display: none;
    }*/
  }
  header .logo {
    width: 180px;
  }
  header #cta-wrapper {
    display: block;
    margin-top: -6px;
  }

  #stats {
    padding: 75px 0;
  }

  #stats-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
  }
  #stats-wrapper .stat {
    width: 20% !important;
  }
  #stats-wrapper .stat-count {
    font-size: 22pt;
  }

  .booking {
    padding: 75px 0;
  }
  .booking .heading {
    font-size: 32px;
  }

  footer {
    padding: 100px 0;
  }
  footer .logo {
    width: 180px;
  }
  footer .footer-contacts-wrapper {
    width: auto;
    float: none;
  }
  footer .footer-item#footer-contacts {
    width: 30%;
  }
  footer .footer-item#footer-links {
    width: 70%;
    margin-top: 0;
  }
  footer .contact.mobile-phone {
    height: auto;
    margin-bottom: 0;
  }
  footer .contact:not(.nomargin) {
    margin: 25px 0;
  }
  footer .contact .icon {
    font-size: 18pt;
  }
  footer .contact .icon:not(.nomargin) {
    margin-right: 12.5px;
  }
  footer .contact.social.mobile {
    display: none;
  }
  footer .contact.social.desktop {
    display: block;
  }
  footer .links:first-child {
    margin-bottom: 25px;
  }
  footer .links .link-wrapper {
    width: 33.3333%;
    height: auto;
    text-align: left;
    border: 0;
    padding: 0 12.5px;
    overflow: auto;
  }
  footer .links .link-wrapper:after {
    display: none;
  }
  footer .links .link-title {
    margin-bottom: 25px;
    font-size: 11pt;
  }
  footer .links .link-item {
    margin-bottom: 5px;
  }
  footer #footer-tweeter {
    display: block;
  }

  .popup-wrapper .popup-close {
    top: 0;
    right: -75px;
    font-size: 32pt;
  }
  .popup-wrapper .booking .container {
    padding: 0 75px;
  }
  .popup-wrapper .booking .heading {
    font-size: 28pt;
  }

  .header__nav__list {
    /* & > li:after {
        content: '\f111';
        font-family: 'FontAwesome';
        font-size: 6px;
        position: absolute;
        right: -3px;
        color: #fff;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    } */
  }
  .header__nav__list > li:last-child:after {
    display: none;
  }
  .header__nav__list > li:hover .sub-menu {
    display: block;
  }

  .header__nav__link {
    display: block;
    position: relative;
    padding: 0.35em 0.9em 4px;
    transition: color 0.3s;
    color: #fff;
    font-weight: 600;
    font-size: 11pt;
  }
  .header__nav__link:hover {
    text-decoration: underline;
    color: #fff;
  }

  .main-bar .header__nav__link {
    color: #7da4b5 !important;
  }

  /* ==| HEADER ============================ */
  .header__nav-toggle, .header__nav__list-toggle {
    display: none;
  }

  .header__nav__item {
    display: inline-block;
  }
  .header__nav__item:hover > .header__nav__link {
    text-decoration: underline;
    color: #fff;
  }

  .header__nav__item--active > .header__nav__link {
    text-decoration: underline;
    color: #fff;
  }

  .main-bar .header__nav__item--active > .header__nav__link {
    text-decoration: underline;
    color: #fff;
  }

  .header__nav__item:hover .header__nav__sub-list, .header__nav__item:hover .header__mega-menu {
    opacity: 1;
    visibility: visible;
  }

  .header__nav__item--has-mega-menu {
    position: static;
    position: initial;
  }

  .header__nav__item--has-mega-menu:hover .header__nav__link {
    position: relative;
    z-index: 4;
  }
  .header__nav__item--has-mega-menu:hover .header__nav__link:after {
    display: block;
    content: "";
    border-style: solid;
    border-width: 11px;
    border-color: #000 transparent transparent transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header__nav__sub-list {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 3;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background: #315dbc;
    color: #000;
    font-size: 14px;
    box-shadow: none;
    padding: 0;
    margin-left: -11px;
  }

  .main-bar .header__nav__sub-list {
    background: #7da4b5;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(139, 136, 136, 0.35);
    box-shadow: 0px 0px 10px 1px rgba(139, 136, 136, 0.35);
  }

  .header__nav__sub-list {
    white-space: nowrap;
    min-width: 100%;
    width: auto;
  }

  .main-bar .header__nav__sub-link--active {
    background: #156099 !important;
  }

  .header__nav__sub-item {
    display: block;
    padding: 7px 22px;
    color: #c3c3bd;
    background: none;
    text-align: center;
  }
  .header__nav__sub-item:not(:first-child) {
    border-top: 0px solid;
  }
  .header__nav__sub-item:hover {
    color: #fff;
  }

  .main-bar .header__nav__sub-item:hover {
    color: #fff;
    background: #156099;
    text-decoration: none;
  }

  .header__nav__sub-link {
    display: block;
    font-weight: 300;
    color: #fff;
  }
  .header__nav__sub-link:hover {
    color: #fff;
    text-decoration: none !important;
  }

  .header__nav__list-toggle {
    position: absolute;
    right: 19px;
    display: inline-block;
    float: right;
    background: transparent;
    color: #417fa4;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 32px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 8px;
  }

  .header__nav__list-toggle--active i:before {
    font-family: "FontAwesome";
    content: "";
  }

  .header__mega-menu__item:not(:first-child),
.header__nav__sub-item:not(:first-child) {
    border-top: 1px solid;
  }

  .header__mega-menu__link-tmb {
    display: none;
  }

  .header__mega-menu__link {
    padding: 10px 0;
    display: block;
  }

  .header__mega-menu__sub-list {
    display: none;
  }

  .header__mega-menu__sub-item {
    border-top: 1px solid;
    padding-left: 15px;
  }

  .header__mega-menu__sub-link {
    display: block;
    padding: 5px 0;
  }

  .header--static {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  .header--static .header__lower {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #e3dcd6;
  }
}
@media (max-width: 400px) {
  .contact-wrapper__table {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 68px 0 9px;
  }

  .contact-header .subheading {
    padding: 0 66px 0 0;
  }
}
@media (max-width: 991px) {
  #hero-contact .image-wrapper img {
    display: block;
    margin: 12px auto 0;
    width: 286px;
  }

  .contact-banner {
    margin-top: 0 !important;
    margin-bottom: 50px;
  }

  .quote-page .form-wrapper {
    width: 100%;
  }

  .solutions-wrapper {
    display: block;
  }
  .solutions-wrapper .solution {
    width: 100%;
    margin-bottom: 11px;
  }

  #whatwedo #examples-wrapper {
    display: block;
  }
  #whatwedo #examples-wrapper .example {
    width: 100%;
    margin-bottom: 11px;
  }
  #whatwedo #examples-wrapper .example:not(:first-child) {
    margin-left: 0;
  }

  .testimonials-wrapper {
    display: block;
  }
  .testimonials-wrapper .testimonial-wrapper {
    width: 100%;
  }
  .testimonials-wrapper .testimonial-wrapper:not(:first-child) {
    margin-left: 0;
  }

  .posts-wrapper {
    display: block !important;
  }
  .posts-wrapper .post {
    width: 100% !important;
    margin-bottom: 12px;
  }
  .posts-wrapper .post:not(:first-child) {
    margin-left: 0;
  }

  #hero-solutions .image-wrapper img {
    width: 100%;
  }

  .checkbox-item label {
    height: 29px;
    line-height: 60px;
  }

  .checkbox-wrapper {
    display: block !important;
  }

  .services-wrapper {
    display: block !important;
  }
  .services-wrapper .service {
    width: 100% !important;
    margin-bottom: 12px;
  }
  .services-wrapper .service:not(:first-child) {
    margin-left: 0;
  }

  .multiple-wrapper {
    display: block !important;
  }
  .multiple-wrapper .multiple {
    width: 100% !important;
    margin-bottom: 12px;
  }
  .multiple-wrapper .multiple:not(:first-child) {
    margin-left: 0;
  }

  #tech img,
#process img {
    display: none;
  }

  .results-wrapper {
    display: block !important;
  }
  .results-wrapper .result {
    width: 100% !important;
    margin-bottom: 12px;
  }
  .results-wrapper .result:not(:first-child) {
    margin-left: 0;
  }

  #explanation {
    width: 100%;
    height: 100%;
    padding-bottom: 40%;
    position: relative;
  }
  #explanation .container {
    display: -webkit-box;
    display: -webkit-box;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 50%;
    left: 0;
    padding: 75px 25px;
    transform: none;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: none;
  }
  #explanation .chart {
    display: none;
  }
}
