@charset "UTF-8";
/* ----------------------------------------------------- Page layout */
@font-face {
  font-family: "Encode";
  src: url("../woff2/encodesanscondensed-light.woff2") format("woff2"), url("../woff/encodesanscondensed-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Encode";
  src: url("../woff2/encodesanscondensed-regular.woff2") format("woff2"), url("../woff/encodesanscondensed-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Encode";
  src: url("../woff2/encodesanscondensed-semibold.woff2") format("woff2"), url("../woff/encodesanscondensed-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "lg";
  src: url("../eot/lg.eot");
  src: url("../eot/lgd41d.eot?#iefix") format("embedded-opentype"), url("../woff/lg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

/*! lightgallery - v1.4.0 - 2017-06-04
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 12px;
  text-align: center;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  background-color: #1B5EAB;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.5%200l-2%202%206%206-6%206%202%202%208-8-8-8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  position: absolute;
  left: 13px;
  top: 10px;
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%2016l2-2-6-6%206-6-2-2-8%208%208%208z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  margin-right: 2px;
  position: absolute;
  left: 11px;
  top: 10px;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 20px 40px;
  position: fixed;
  right: 0;
  line-height: 1.4;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../vimeo-play.html") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../vimeo-play.html") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../video-play.html") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../youtube-play.html") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../youtube-play.html") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../gif/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 25px 5px 62px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(30, 30, 30, 0.92);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


/*! lightgallery - v1.4.0 - 2017-06-04
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-scale-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
  opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  width: 15px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.15s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #888;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../controls.html");
  cursor: pointer;
  position: absolute;
  z-index: 1;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*!
 * shariff - v1.23.0 - 26.01.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
@font-face {
  font-family: FontAwesome;
  src: url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
  font-weight: 400;
  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;
}

.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.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;
}

.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(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  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 {
  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-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  -webkit-filter: none;
  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;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

.fa-krw:before, .fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before, .fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.shariff::after, .shariff::before {
  content: " ";
  display: table;
}

.shariff::after {
  clear: both;
}

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden;
}

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  height: 35px;
  text-decoration: none;
  box-sizing: border-box;
}

.shariff li .share_count, .shariff li .share_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px;
}

.shariff li .fa {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.shariff .orientation-horizontal {
  display: -webkit-box;
}

.shariff .orientation-horizontal li {
  -webkit-box-flex: 1;
}

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0;
}

.shariff .orientation-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shariff .orientation-horizontal li {
  float: left;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px;
}

.shariff .orientation-horizontal li:last-child {
  margin-right: 0;
}

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px;
}

.shariff .orientation-horizontal li .share_count {
  display: none;
}

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0;
}

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333;
}

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd;
}

.shariff .theme-white .shariff-button a {
  background-color: #fff;
}

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee;
}

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999;
}

.shariff .orientation-vertical {
  min-width: 110px;
}

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.shariff .orientation-vertical li .share_count {
  width: 24px;
  text-align: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
    min-width: 80px;
    width: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .shariff .orientation-horizontal li .share_count {
    display: block;
  }
  .shariff .orientation-horizontal.col-1 li, .shariff .orientation-horizontal.col-2 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.col-1 li .share_text, .shariff .orientation-horizontal.col-2 li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.col-3 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.col-3 li .share_text {
    text-indent: 0;
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff li {
    height: 30px;
  }
  .shariff li a {
    height: 30px;
  }
  .shariff li .fa {
    width: 30px;
    line-height: 30px;
  }
  .shariff li .share_count, .shariff li .share_text {
    line-height: 30px;
  }
  .shariff li .share_count {
    height: 28px;
  }
}
.shariff .addthis a {
  background-color: #f8694d;
}

.shariff .addthis a:hover {
  background-color: #f75b44;
}

.shariff .addthis .fa-plus {
  font-size: 14px;
}

.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0;
}

.shariff .theme-white .addthis a {
  color: #f8694d;
}

@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px;
  }
}
.shariff .diaspora a {
  background-color: #999;
}

.shariff .diaspora a:hover {
  background-color: #b3b3b3;
}

.shariff .diaspora .fa-times-circle {
  font-size: 17px;
}

.shariff .theme-white .diaspora a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px;
  }
}
.shariff .facebook a {
  background-color: #3b5998;
}

.shariff .facebook a:hover {
  background-color: #4273c8;
}

.shariff .facebook .fa-facebook {
  font-size: 22px;
}

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf;
}

.shariff .theme-white .facebook a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook {
    font-size: 19px;
  }
}
.shariff .flattr a {
  background-color: #7ea352;
}

.shariff .flattr a:hover {
  background-color: #F67C1A;
}

.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c;
}

.shariff .flattr .fa-money {
  font-size: 22px;
}

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893;
}

.shariff .theme-white .flattr a {
  color: #F67C1A;
}

@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money {
    font-size: 19px;
  }
}
.shariff .googleplus a {
  background-color: #d34836;
}

.shariff .googleplus a:hover {
  background-color: #f75b44;
}

.shariff .googleplus .fa-google-plus {
  font-size: 22px;
}

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d;
}

.shariff .theme-white .googleplus a {
  color: #d34836;
}

@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus {
    font-size: 19px;
  }
}
.shariff .info {
  border: 1px solid #ccc;
}

.shariff .info a {
  color: #666;
  background-color: #fff;
}

.shariff .info a:hover {
  background-color: #efefef;
}

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px;
}

.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important;
}

.shariff .theme-grey .info a {
  background-color: #fff;
}

.shariff .theme-grey .info a:hover {
  background-color: #efefef;
}

.shariff .orientation-vertical .info {
  width: 35px;
  float: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px;
  }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important;
  }
  .shariff .orientation-vertical .info {
    width: 25px;
  }
}
.shariff .linkedin a {
  background-color: #0077b5;
}

.shariff .linkedin a:hover {
  background-color: #0369a0;
}

.shariff .linkedin .fa-linkedin {
  font-size: 22px;
}

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8;
}

.shariff .theme-white .linkedin a {
  color: #0077b5;
}

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin {
    font-size: 19px;
  }
}
.shariff .mail a {
  background-color: #999;
}

.shariff .mail a:hover {
  background-color: #a8a8a8;
}

.shariff .mail .fa-envelope {
  font-size: 21px;
}

.shariff .theme-white .mail a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px;
  }
}
.shariff .pinterest a {
  background-color: #bd081c;
}

.shariff .pinterest a:hover {
  background-color: #d50920;
}

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px;
}

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d;
}

.shariff .theme-white .pinterest a {
  color: #bd081c;
}

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
}
.shariff .reddit a {
  background-color: #ff4500;
}

.shariff .reddit a:hover {
  background-color: #ff6a33;
}

.shariff .reddit .fa-reddit {
  font-size: 17px;
}

.shariff .theme-white .reddit a {
  color: #ff4500;
}

@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px;
  }
}
.shariff .stumbleupon a {
  background-color: #eb4924;
}

.shariff .stumbleupon a:hover {
  background-color: #ef7053;
}

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px;
}

.shariff .theme-white .stumbleupon a {
  color: #eb4924;
}

@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px;
  }
}
.shariff .twitter a {
  background-color: #55acee;
}

.shariff .twitter a:hover {
  background-color: #32bbf5;
}

.shariff .twitter .fa-twitter {
  font-size: 28px;
}

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE;
}

.shariff .theme-white .twitter a {
  color: #55acee;
}

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px;
  }
}
.shariff .whatsapp a {
  background-color: #5cbe4a;
}

.shariff .whatsapp a:hover {
  background-color: #34af23;
}

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px;
}

.shariff .theme-white .whatsapp a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px;
  }
}
.shariff .xing a {
  background-color: #126567;
}

.shariff .xing a:hover {
  background-color: #29888a;
}

.shariff .xing .fa-xing {
  font-size: 22px;
}

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7;
}

.shariff .theme-white .xing a {
  color: #126567;
}

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px;
  }
}
.shariff .tumblr a {
  background-color: #36465D;
}

.shariff .tumblr a:hover {
  background-color: #44546B;
}

.shariff .tumblr .fa-tumblr {
  font-size: 28px;
}

.shariff .theme-white .tumblr a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px;
  }
}
.shariff .threema a {
  background-color: #333;
}

.shariff .threema a:hover {
  background-color: #1f1f1f;
}

.shariff .threema .fa-lock {
  font-size: 28px;
}

.shariff .theme-white .threema a {
  color: #333;
}

@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 22px;
  }
}
.shariff {
  margin: -1.5em 0 1.5em 0;
}

.userinput {
  line-height: 1.66666;
}
.userinput em {
  font-style: italic;
}
.userinput strong {
  font-weight: 700;
}
.userinput h1 {
  font-size: 2.3333333333em;
  font-family: "Encode", "Arial narrow", sans-serif;
  color: #1B5EAB;
  font-weight: 300;
  margin: 1em 0 0.5em;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .userinput h1 {
    font-size: 2em;
  }
}
.userinput h2 {
  margin: 1.2em 0 0.6em;
  font-size: 1.7777777778em;
  line-height: 1.2;
  font-family: "Encode", "Arial narrow", sans-serif;
  font-weight: 600;
  color: #1B5EAB;
}
@media only screen and (max-width: 47.9375em) {
  .userinput h2 {
    font-size: 1.5em;
  }
}
.userinput h3 {
  line-height: 1.2;
  margin: 1em 0 0.5em;
  font-family: "Encode", "Arial narrow", sans-serif;
  font-size: 1.4444444444em;
  color: #1B5EAB;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .userinput h3 {
    font-size: 1.3125em;
  }
}
.userinput h3:first-child {
  margin-top: 0;
}
.userinput p {
  font-family: "Encode", "Arial narrow", sans-serif;
  margin: 0.85em 0;
  line-height: 1.65;
  font-size: 1.125em;
}
.userinput .description {
  line-height: 1.65;
}
@media only screen and (max-width: 34.375em) {
  .userinput .description {
    font-size: 0.8888888889em;
  }
}
.userinput blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 1em 1em 1em 0;
  padding-left: 2em;
}
.userinput a {
  color: #1B5EAB;
}
.userinput a:focus, .userinput a:hover, .userinput a:active {
  text-decoration: underline;
}
.userinput span.userinput__button,
.userinput a.userinput__button {
  display: inline-block;
  margin: 1rem 0;
  padding: 0.2rem 4rem;
  background: #1B5EAB;
  color: #fff;
  border-radius: 1.5em;
  font-family: "Encode", "Arial narrow", sans-serif;
  font-size: 1.1666666667em;
  position: relative;
}
.userinput span.userinput__button:focus, .userinput span.userinput__button:hover, .userinput span.userinput__button:active,
.userinput a.userinput__button:focus,
.userinput a.userinput__button:hover,
.userinput a.userinput__button:active {
  background: rgb(20.0454545455, 69.7878787879, 126.9545454545);
  text-decoration: none;
}
.highlights .userinput span.userinput__button,
.highlights .userinput a.userinput__button {
  padding: 0.1rem 3rem 0.1rem 1rem;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.highlights .userinput span.userinput__button:focus, .highlights .userinput span.userinput__button:hover, .highlights .userinput span.userinput__button:active,
.highlights .userinput a.userinput__button:focus,
.highlights .userinput a.userinput__button:hover,
.highlights .userinput a.userinput__button:active {
  background: #1B5EAB;
  background: rgb(20.0454545455, 69.7878787879, 126.9545454545);
}
.userinput span.userinput__button:after,
.userinput a.userinput__button:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M32.15%202.14c.19.42.2%202.1-7.95%205.93l-8%203.75c-2.79%201.3-6.82%203.03-8.6%203.5-1.25.34-2.44-.51-2.44-.51S1.56%2011.59.6%2010.87c-.95-.72-.87-1.09.35-1.48.76-.24%205.1.8%206.95%201.27%202.18-1.3%204.17-2.42%205.1-2.93a748.43%20748.43%200%200%200-7.87-5.78C3.84%201.03%205.15.7%205.15.7%205.75.54%207.05.33%207.7.47c4.43.93%2011.82%203.37%2012.39%203.56%201.35-.71%203.46-1.78%204.75-2.39%203.38-1.58%207.05-.06%207.3.5z%22%2F%3E%3C%2Fsvg%3E");
  height: 0.5em;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  margin-top: -0.2em;
  font-size: 1.4em;
}
.userinput hr {
  border: none;
  border-top: 2px solid #1B5EAB;
  margin: 2rem 0;
}
.userinput ul, .userinput ol {
  margin: 0.8em 0;
  font-family: "Encode", "Arial narrow", sans-serif;
}
.userinput ol {
  padding-left: 2em;
}
.userinput ol li {
  font-size: 1.125em;
  list-style: outside decimal;
}
.userinput ul {
  padding-left: 1.2em;
}
.userinput ul li {
  position: relative;
  font-size: 1.125em;
  margin-bottom: 0.35em;
  line-height: 1.35;
}
.userinput ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1B5EAB;
  position: absolute;
  left: -1.133em;
  top: 0.4em;
}
.userinput img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
.userinput img.text__image {
  margin-top: 0;
  margin-bottom: 0;
}
.userinput table {
  margin: 1em 0;
  border-spacing: 0;
  border-collapse: seperate;
}
.userinput th, .userinput td {
  font-size: 0.8888888889em;
  border: 1px solid #ccc;
  padding: 0.5em 1em 0.5em 0.5em;
}
.userinput th {
  font-weight: 700;
  text-align: left;
  background: #eee;
}
.userinput iframe[src*="vimeo.com"],
.userinput iframe[src*="youtube.com"] {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

.main__article--glossaryitem h3 {
  font-style: italic;
  font-size: 1em;
  float: left;
  margin: 0 0.5ch 0 0;
}

.body {
  font-family: "Encode", "Arial narrow", sans-serif;
  font-size: 1em;
  padding: 0;
  margin: 0 auto;
  color: #555;
}
.body--dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1500%;
  background: black;
  z-index: 1;
  opacity: 0.7;
}
.body__cmslinks {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.7777777778em;
  opacity: 0.4;
  z-index: 10000;
}
.body__cmslink {
  display: block;
  padding: 0.5em 1em;
}
.body__cmslink:focus, .body__cmslink:hover, .body__cmslink:active {
  background: #aaa;
}
.body__star {
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
  white-space: nowrap;
  margin: -0.45em 0;
}
.body__star:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%231B5EAB%22%20d%3D%22M12%2017.25l-6.188%203.75%201.641-7.031-5.438-4.734%207.172-0.609%202.813-6.609%202.813%206.609%207.172%200.609-5.438%204.734%201.641%207.031z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  font-size: 1.5em;
}
.body__herowrap {
  overflow: hidden;
  max-height: 33.333vw;
}
@media only screen and (max-width: 47.9375em) {
  .body__herowrap {
    margin-top: 0.6em;
  }
}
.body__hero {
  display: block;
  width: 100%;
  height: auto;
}
.body__hr {
  border: none;
  border-top: 2px solid #ccc;
}
.body__limiter {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.body__limiter:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.divider {
  border: none;
  border-top: 1px solid #1B5EAB;
  margin: 2rem 0;
}

.header {
  background: #1B5EAB 50% 0 no-repeat;
  background-size: cover;
  padding: 0 4.5%;
  position: relative;
}
.header:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.header__ipacs {
  float: right;
  margin-top: 1rem;
  width: 6rem;
  height: 1.5rem;
}
@media only screen and (max-width: 46.875em) {
  .header__ipacs {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0.65em;
  }
}
@media only screen and (max-width: 28.125em) {
  .header__ipacs {
    width: 4rem;
    height: 1rem;
  }
}
.header__logowrap {
  float: left;
  display: block;
  transition: all 0.1s;
  width: 23em;
  margin: 1rem 5rem 1rem 0;
}
.header__logowrap:focus, .header__logowrap:hover, .header__logowrap:active {
  transform: scale(1.02);
}
@media only screen and (max-width: 75em) {
  .header__logowrap {
    width: 17em;
  }
}
@media only screen and (max-width: 63.75em) {
  .header__logowrap {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 46.875em) {
  .header__logowrap {
    padding-top: 2.75em;
    margin: 0 auto;
    width: 82%;
    max-width: 22rem;
    float: none;
  }
}
@media only screen and (max-width: 34.375em) {
  .header__logowrap {
    margin: 0;
  }
}
.header__logo {
  display: block;
  width: 100%;
  height: auto;
  padding: 9% 0;
}
@media only screen and (max-width: 46.875em) {
  .header__logo {
    padding-top: 4.5%;
  }
}
.header__toggle {
  display: none;
  text-indent: -100px;
  overflow: hidden;
  border: none;
  position: absolute;
  width: 9%;
  background: none;
  height: 2.5rem;
  cursor: pointer;
  outline: none;
  right: 0;
  top: 3.5rem;
}
@media only screen and (max-width: 34.375em) {
  .header__toggle {
    display: block;
  }
}
.header__toggle--invisible {
  display: none;
}
.header__toggle:after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8vw;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%205h20v2h-20v-2z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%2011h20v2h-20v-2z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%2017h20v2h-20v-2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
}

.langs {
  color: #fff;
}
@media only screen and (max-width: 46.875em) {
  .langs {
    position: absolute;
    top: 0.2em;
    left: -4.9450549451%;
    right: -4.9450549451%;
    padding-bottom: 0.125em;
    padding-left: 4.5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 28.125em) {
  .langs {
    font-size: 0.8333333333em;
  }
}
.langs__lang {
  display: inline-block;
  vertical-align: middle;
  margin-left: -1em;
  margin-right: 1em;
}
.langs__flag {
  vertical-align: middle;
  width: 1.7em;
  height: auto;
  display: inline-block;
  margin-top: -2px;
  margin-right: 0.3em;
}
.langs__link {
  display: inline-block;
  padding: 0.4em 1em;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}
@media only screen and (max-width: 46.875em) {
  .langs__link {
    opacity: 0.5;
  }
}
.langs__link:focus, .langs__link:hover, .langs__link:active {
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 46.875em) {
  .langs__link:focus, .langs__link:hover, .langs__link:active {
    background: none;
    opacity: 1;
  }
}
.langs__link--current {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 46.875em) {
  .langs__link--current {
    background: none;
    opacity: 1;
  }
}

.footer {
  clear: both;
  background: #1B5EAB url(../jpg/header.jpg) 50% 100% no-repeat;
  background-size: cover;
  height: 12em;
  padding: 1.3rem 4.5%;
  margin: 4rem auto 0;
  color: #fff;
}
.footer__text {
  float: left;
  line-height: 2.2;
  font-size: 1.125em;
}
@media only screen and (max-width: 48em) {
  .footer__text {
    float: none;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.footer__nav {
  float: right;
}
@media only screen and (max-width: 48em) {
  .footer__nav {
    float: none;
    text-align: center;
  }
}
.footer__item {
  display: inline-block;
  margin-left: 2rem;
  vertical-align: middle;
}
.footer__item--top {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2;
  transition: border 0.1s;
}
.footer__item--top:hover {
  border-color: #fff;
}
@media only screen and (max-width: 48em) {
  .footer__item {
    margin: 0 1rem;
  }
}
.footer__link:focus, .footer__link:hover, .footer__link:active {
  text-decoration: underline;
}
.footer__link--top {
  display: block;
  position: relative;
  padding: 0.08em 0.4em;
}
.footer__link--top:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2010.5l2%202%206-6%206%206%202-2-8-8-8%208z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
}

.megahead {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 4.5%;
}
.megahead__headline {
  font-size: 3.5555555556em;
  font-weight: 300;
  color: #1B5EAB;
  margin: 0.5em 0;
}
@media only screen and (max-width: 47.9375em) {
  .megahead__headline {
    font-size: 2.6666666667em;
  }
}
@media only screen and (max-width: 34.375em) {
  .megahead__headline {
    font-size: 1.7777777778em;
  }
}

.nav {
  line-height: 1.15;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 75em) {
  .nav {
    margin-top: 1.7rem;
  }
}
@media only screen and (max-width: 64em) {
  .nav {
    clear: both;
    padding-bottom: 1em;
    margin-top: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .nav {
    display: block;
    clear: both;
    float: none;
  }
}
@media only screen and (max-width: 34.375em) {
  .nav {
    display: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
  }
  .nav--open {
    display: block;
    top: 5vw;
    margin-top: 2em;
    left: 4.5%;
    right: 4.5%;
    position: absolute;
    z-index: 3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border: none;
  }
}
.nav__sublist {
  display: none;
  position: absolute;
  z-index: 3;
  left: -1.1em;
  padding: 0.5em 0.8em;
  top: 2em;
  width: 11.5em;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__sublist {
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 34.375em) {
  .nav__sublist {
    position: static;
    box-shadow: none;
    width: 100%;
    padding: 0;
    background: #fff;
  }
}
.nav__list {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 64em) {
  .nav__list {
    justify-content: space-around;
    width: 100%;
  }
}
@media only screen and (max-width: 34.375em) {
  .nav__list {
    display: block;
    border-radius: 4px;
    overflow: hidden;
  }
}
.nav__item--active > a {
  border-bottom: 2px solid #fff;
}
.nav__item--level1 {
  display: table-cell;
  color: #1B5EAB;
  font-size: 1.3125em;
  position: relative;
  padding: 0.5em 2em 0.5em 0;
}
@media only screen and (max-width: 64em) {
  .nav__item--level1 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 34.375em) {
  .nav__item--level1 {
    padding-top: 0;
  }
}
.nav__item--level1.nav__item--parent > a {
  cursor: s-resize;
}
.nav__item--level1 > a {
  display: block;
}
@media only screen and (max-width: 34.375em) {
  .nav__item--level1 > a {
    border: none;
    padding: 1em 4.5%;
    background: #1B5EAB;
    color: #ccc;
  }
}
@media only screen and (min-width: 34.375em) {
  .nav__item--level1:hover > a {
    opacity: 0.8;
  }
  .nav__item--level1:hover ul {
    display: block;
  }
}
@media only screen and (max-width: 38.75em) {
  .nav__item--level1 {
    padding-bottom: 2.25%;
  }
}
@media only screen and (max-width: 34.375em) {
  .nav__item--level1 {
    display: block;
    border-top: 1px solid #ccc;
    padding-bottom: 0;
    font-size: 1em;
  }
  .nav__item--level1:first-child {
    border: none;
  }
}
@media only screen and (max-width: 34.375em) {
  .nav__item--parent > a:after {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    content: "";
    width: 1em;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.5%200l-2%202%206%206-6%206%202%202%208-8-8-8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    height: 1em;
    font-size: 1.2em;
    position: absolute;
    top: 1.1rem;
    right: 0.8rem;
    transition: transform 0.3s;
  }
}
.nav__item--level2 {
  font-size: 0.8095238095em;
}
@media only screen and (max-width: 38.75em) {
  .nav__item--level2 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 34.375em) {
  .nav__item--level2 {
    border-top: 1px solid #ddd;
  }
  .nav__item--level2:first-child {
    border-top: 0;
  }
}
.nav__item--level2 a {
  display: block;
  padding: 0.5em;
  color: #1B5EAB;
}
.nav__item--level2 a:focus, .nav__item--level2 a:hover, .nav__item--level2 a:active {
  background: #eee;
}
@media only screen and (max-width: 34.375em) {
  .nav__item--level2 a {
    border-top: 1px solid #ccc;
    padding: 3.2142857143% 4.5% 3% 9%;
  }
  .nav__item--level2 a:after {
    display: none !important;
  }
}
.nav__link {
  color: #fff;
}
.nav__link--current {
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 34.375em) {
  .nav__link {
    color: #333;
  }
  .nav__link--active {
    background: #fff;
  }
  .nav__link--active:after {
    transform: rotate(90deg);
  }
  .nav__link--current {
    border-bottom: 0 !important;
    background: rgb(117.6818181818, 171.4848484848, 233.3181818182);
    color: #fff !important;
  }
  .nav__link--current:focus, .nav__link--current:hover, .nav__link--current:active {
    color: #fff;
  }
}
.nav__toggle {
  position: absolute;
  z-index: 2;
  top: -1.2em;
  right: 0;
  overflow: hidden;
  background: none;
  border: none;
  text-indent: -10em;
  font-size: 2em;
  width: 2em;
  outline: none;
}
@media only screen and (max-width: 34.375em) {
  .nav__toggle {
    display: block;
  }
}
.nav__toggle:after {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%204q0.43%200%200.715%200.285t0.285%200.715q0%200.422-0.289%200.711l-6.297%206.289%206.297%206.289q0.289%200.289%200.289%200.711%200%200.43-0.285%200.715t-0.715%200.285q-0.422%200-0.711-0.289l-6.289-6.297-6.289%206.297q-0.289%200.289-0.711%200.289-0.43%200-0.715-0.285t-0.285-0.715q0-0.422%200.289-0.711l6.297-6.289-6.297-6.289q-0.289-0.289-0.289-0.711%200-0.43%200.285-0.715t0.715-0.285q0.422%200%200.711%200.289l6.289%206.297%206.289-6.297q0.289-0.289%200.711-0.289z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
}

.search {
  position: relative;
  color: #333;
  z-index: 50;
}
@media only screen and (min-width: 34.375em) {
  .search {
    width: 2.5rem;
  }
}
.search--disabled {
  display: none;
}
.search__field {
  -webkit-appearance: none;
  position: relative;
  font: inherit;
  width: 2.5rem;
  padding: 0.25rem 0.5rem;
  padding-right: 0;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  margin: 0;
  transition: all 250ms;
  background: #d6d6d6;
  cursor: pointer;
}
.search__field::placeholder {
  color: #000;
}
@media only screen and (min-width: 34.375em) {
  .search__field::placeholder {
    opacity: 0;
  }
}
.search__field:not(:focus) {
  color: rgba(0, 0, 0, 0);
}
.search__field:focus {
  background-color: #fff;
  cursor: text;
}
@media only screen and (min-width: 34.375em) {
  .search__field {
    width: 3rem;
    background: transparent;
    box-sizing: border-box;
    position: absolute;
    transition: width 250ms, border-color 250ms, left 250ms, background-color 0 250ms;
    top: -0.25rem;
    right: 0;
    z-index: 10;
  }
  .search__field:focus {
    width: 15rem;
    border-color: #ccc;
  }
  .search__field:hover:not(:focus)::placeholder {
    color: inherit;
  }
}
@media only screen and (min-width: 62.5em) {
  .search__field:focus {
    width: 18rem;
  }
}
@media only screen and (max-width: 34.375em) {
  .search__field {
    width: 100%;
    padding: 1em 4.5%;
  }
}
.search__cover {
  position: absolute;
  display: none;
  width: 15rem;
  height: 4rem;
  top: 0;
  left: -11rem;
  z-index: 5;
}
@media only screen and (min-width: 34.375em) {
  :focus ~ .search__cover {
    display: block;
  }
}
@media only screen and (min-width: 47.9375em) {
  .search__cover:focus {
    width: 15.5rem;
    left: -11.5rem;
  }
}
@media only screen and (min-width: 80em) {
  .search__cover:focus {
    width: 17rem;
    height: 2rem;
    left: -13rem;
  }
}
.search__button {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../svg/search.svg) 0 0/1.5rem 1.5rem no-repeat;
  border: none;
  top: -0.2em;
  right: 0.5rem;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 38.75em) {
  .search__button {
    top: -0.1em;
  }
}
@media only screen and (min-width: 62.5em) {
  .search__button {
    top: 0;
  }
}
form:hover .search__button {
  opacity: 0.9;
}
:focus ~ .search__button {
  z-index: 15;
}
@media only screen and (max-width: 34.375em) {
  .search__button {
    width: 2rem;
    height: 2rem;
    background-size: 2rem 2rem;
    top: 0.8rem;
    right: 3%;
  }
}

.results {
  position: absolute;
  width: 600%;
  background-color: #fff;
  box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.2), 0 2em 4em rgba(0, 0, 0, 0.2);
  top: 2.25rem;
  right: 0;
  z-index: 150;
}
@media only screen and (min-width: 62.5em) {
  .results {
    width: 33vw;
  }
}
@media only screen and (min-width: 34.375em) {
  .results__list {
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.results__result:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 34.375em) {
  .results {
    position: static;
    width: 100%;
  }
  .results__result {
    border-top: 1px solid #ccc;
  }
}

.result {
  display: block;
  color: inherit;
  padding: 0.6rem 1rem;
}
.result:focus, .result:hover {
  background-color: #eee;
  outline: none;
}
@media only screen and (max-width: 34.375em) {
  .result {
    padding: 0.7em 4.5%;
  }
}
.result--empty {
  color: #777;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.result__title {
  display: flex;
  font-weight: 700;
  font-family: "Encode", "Arial narrow", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.2em;
}
.result__name {
  flex-grow: 2;
}
.result__datetime {
  font-size: 0.9rem;
  font-family: "Encode", "Arial narrow", sans-serif;
  flex: none;
  color: #888;
  margin-bottom: 0.2em;
  display: none;
}
.result__title--post .result__datetime, .result__title--post-archived .result__datetime {
  display: block;
}
.result__text {
  font-size: 0.9rem;
  font-family: "Encode", "Arial narrow", sans-serif;
  line-height: 1.3;
}
.result__highlight {
  border-bottom: 2px solid rgb(51.6136363636, 131.303030303, 222.8863636364);
}

.main {
  max-width: 1440px;
  padding: 3em 0;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .main {
    font-size: 0.9444444444em;
  }
}
@media only screen and (max-width: 34.375em) {
  .main {
    padding-top: 3.6%;
  }
}
.main__headline {
  color: #1B5EAB;
  font-size: 2.6666666667em;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.2;
  padding: 0 4.5%;
}
@media only screen and (max-width: 47.9375em) {
  .main__headline {
    margin-top: 0.5rem;
    font-size: 2.25em;
  }
}
.lSSlideOuter + .main__headline {
  border-top: 2px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
}
.main__slider + .main__headline {
  border-top: 2px solid #ccc;
  padding-top: 1em;
}
.main__brandhead {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.4em;
}
.main__yearhead {
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
  font-size: 1.7777777778em;
  margin: 4rem 0 -1rem 0;
}
.main__article {
  border-top: 2px solid #1B5EAB;
  margin-top: 3rem;
}
@media only screen and (min-width: 62.5em) {
  .main__article--glossaryitem {
    margin-right: 15em;
  }
}
.main__jumpnavi {
  float: right;
  width: 13em;
  margin-left: 3em;
}
@media only screen and (min-width: 62.5em) {
  .main__jumpnavi--inpage {
    position: fixed;
    right: 4.5%;
    transition: margin-top 0.7s;
    top: 0;
    margin-top: 4.5%;
  }
}
.main__jumplink {
  background: #1B5EAB;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  float: right;
  margin-top: 1.8em;
  margin-left: 2em;
}
.main__jumplink:focus, .main__jumplink:hover, .main__jumplink:active {
  background: rgb(20.0454545455, 69.7878787879, 126.9545454545);
}
@media only screen and (min-width: 62.5em) {
  .main__jumplink {
    display: none;
  }
}
.main__jumplink:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2010.5l2%202%206-6%206%206%202-2-8-8-8%208z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  font-size: 1.3em;
  margin-right: 0.3em;
  position: relative;
  top: 0.25em;
  left: 0.25em;
}
.main__prev, .main__next {
  font-size: 1.1666666667em;
  float: right;
  margin-left: 4.5%;
  position: relative;
  z-index: 2;
}
.main__nextlink {
  color: #aaa;
}
.main__nextlink:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23aaa%22%20d%3D%22M10.5%2016l2-2-6-6%206-6-2-2-8%208%208%208z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  font-size: 0.9em;
  margin-right: 0.3em;
  position: relative;
  top: 0.11em;
}
.main__nextlink:focus, .main__nextlink:hover, .main__nextlink:active {
  color: #1B5EAB;
}
.main__nextlink:focus:before, .main__nextlink:hover:before, .main__nextlink:active:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%231B5EAB%22%20d%3D%22M10.5%2016l2-2-6-6%206-6-2-2-8%208%208%208z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
}
.main__prevlink {
  color: #aaa;
}
.main__prevlink:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23aaa%22%20d%3D%22M5.5%200l-2%202%206%206-6%206%202%202%208-8-8-8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  font-size: 0.9em;
  margin-left: 0.3em;
  position: relative;
  top: 0.11em;
}
.main__prevlink:focus, .main__prevlink:hover, .main__prevlink:active {
  color: #1B5EAB;
}
.main__prevlink:focus:after, .main__prevlink:hover:after, .main__prevlink:active:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%231B5EAB%22%20d%3D%22M5.5%200l-2%202%206%206-6%206%202%202%208-8-8-8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
}
.main__stackrows--dealers {
  clear: both;
}
.main__backhead {
  position: relative;
  z-index: 1;
  font-size: 1.1666666667em;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 59.375em) {
  .main__backhead {
    margin-bottom: -1.3em;
  }
}
.main__backhead + .slider {
  padding-top: 2em;
}
.main__backhead--brand {
  font-weight: 700;
  font-size: 1.4444444444em;
  text-transform: uppercase;
}
.main__backhead--nopos {
  margin-bottom: 1.5em;
}
.main__backlink {
  display: inline-block;
  color: #aaa;
  cursor: pointer;
}
.main__backlink:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23aaa%22%20d%3D%22M10.5%2016l2-2-6-6%206-6-2-2-8%208%208%208z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  font-size: 0.9em;
  margin-right: 0.3em;
  position: relative;
  top: 0.11em;
}
.main__backlink:focus, .main__backlink:hover, .main__backlink:active {
  color: #1B5EAB;
}
.main__backlink:focus:before, .main__backlink:hover:before, .main__backlink:active:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%231B5EAB%22%20d%3D%22M10.5%2016l2-2-6-6%206-6-2-2-8%208%208%208z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
}
.lSSlideOuter + .main__stackrows {
  border-top: 2px solid #ccc;
  margin-top: 2em;
  padding-top: 2em;
}
.main__slider + .main__stackrows {
  border-top: 2px solid #ccc;
  padding-top: 2em;
}
.main__portrait {
  width: 10em;
  position: absolute;
  right: 4.5%;
  margin: -0.4em 0 1em 1em;
  border: 1px #e0e0e0 solid;
}
@media only screen and (max-width: 68.75em) {
  .main__portrait {
    margin: 0 0 1em 1rem;
    float: right;
    position: static;
  }
}
@media only screen and (max-width: 56.25em) {
  .main__portrait {
    width: 7em;
  }
}
@media only screen and (max-width: 43.75em) {
  .main__portrait {
    margin: -0.2em 0 1em 1rem;
  }
}
.main__introwrap {
  display: flex;
  padding: 0 4.5%;
}
@media only screen and (max-width: 37.5em) {
  .main__introwrap {
    flex-direction: column;
    text-align: center;
  }
}
.main__intropicwrap {
  width: 135px;
  margin-right: 30px;
}
@media only screen and (max-width: 37.5em) {
  .main__intropicwrap {
    margin: 0 auto;
  }
}
.main__intropic {
  width: 100%;
  height: auto;
}
.main__introinner .main__headline,
.main__introinner .main__intro {
  padding-left: 0;
  padding-right: 0;
}
.main__intro {
  font-family: "Encode", "Arial narrow", sans-serif;
  line-height: 1.5;
  max-width: 47em;
  margin-bottom: 2em;
  padding: 0 4.5%;
}
@media only screen and (min-width: 62.5em) {
  .main__intro--glossary {
    margin-right: 15em;
  }
}
.main__intro em {
  font-style: italic;
}
.main__jumptocontent {
  color: #1B5EAB;
  margin-left: 0.8em;
  white-space: nowrap;
}
.main__jumptocontent:after {
  content: " »";
}
.main__jumptocontent:focus, .main__jumptocontent:hover, .main__jumptocontent:active {
  color: #333;
  text-decoration: underline;
}
.main__prehead {
  color: #999;
  font-size: 0.3095238095em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 0.5em;
}
.main__meta {
  display: block;
  margin: -0.8em 0 2em;
}
.main__bigicon {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22%231B5EAB%22%20d%3D%22M624%2096h16l192%20224v576.295c0%2034.963-28.617%2063.705-63.918%2063.705h-480.165c-35.408%200-63.918-28.759-63.918-64.235v-735.531c0-35.488%2028.693-64.235%2064.088-64.235h335.912zM608%20128h-320.142c-17.595%200-31.858%2014.568-31.858%2031.855v736.291c0%2017.593%2014.551%2031.855%2031.999%2031.855h480.003c17.672%200%2031.999-14.238%2031.999-31.789v-544.211h-128.067c-35.309%200-63.933-28.37-63.933-64.189v-159.811zM640%20144v143.719c0%2017.828%2014.421%2032.281%2031.896%2032.281h118.503l-150.398-176zM320%20192v64h32v-32h32v128h32v-128h32v32h32v-64h-160zM320%20512v32h416v-32h-416zM320%20416v32h416v-32h-416zM320%20608v32h416v-32h-416zM320%20704v32h416v-32h-416zM320%20800v32h416v-32h-416z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  float: right;
  width: 5em;
  height: 8em;
  padding-top: 5.5em;
  text-align: center;
  margin-top: -0.4rem;
  border-radius: 0.3em;
}
.main__bigicon:focus, .main__bigicon:hover, .main__bigicon:active {
  background-color: #eee;
}
.main__mininav {
  text-align: center;
  margin-bottom: 1em;
  clear: both;
  white-space: nowrap;
}
.main__mininavitem {
  display: inline-block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.main__mininavlink {
  color: #999;
  display: inline;
  vertical-align: middle;
  line-height: 1.1;
  margin: 0 8px;
}
.main__mininavlink--active {
  color: #1B5EAB;
  font-size: 2.3333333333em;
  font-weight: 300;
}
@media only screen and (max-width: 37.5em) {
  .main__mininavlink {
    margin: 0 3px;
  }
  .main__mininavlink--active {
    font-size: 1.5555555556em;
    font-weight: 400;
  }
}
.main__mininavlink:focus, .main__mininavlink:hover, .main__mininavlink:active {
  color: #1B5EAB;
}
.main__fullimage {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  border: 1px solid #aaa;
}
.main__galleryfilter {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 34.375em) {
  .main__galleryfilter {
    display: none;
  }
}
.main__factboxes {
  width: 100%;
  margin: 2em 0;
}
.main__factboxes:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main__factbox {
  float: right;
  width: 18em;
  margin: 1.1em 0 2em 3em;
}
h1 + .main__factbox {
  margin-top: 0.4em;
}
@media only screen and (max-width: 47.9375em) {
  .main__factbox {
    float: none;
    width: 100%;
    margin: 0 0 1.5em 0;
  }
  .main__factbox:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
  }
  h1 + .main__factbox {
    margin-top: 0;
  }
}
.main__factbox--full {
  width: 100%;
  float: none;
  margin: 2rem 0;
}
.main__factbox--inline {
  float: left;
  width: 48.875%;
  margin: 0;
}
@media only screen and (max-width: 61.25em) {
  .main__factbox--inline {
    clear: both;
  }
}
@media only screen and (max-width: 48em) {
  .main__factbox--inline {
    clear: both;
    width: 100%;
    float: none;
    margin: 1em 0;
  }
}
.main__factbox--inline + .factbox {
  width: 34%;
  margin-left: 2%;
  float: left;
}
@media only screen and (max-width: 61.25em) {
  .main__factbox--inline + .factbox {
    width: 48.875%;
    margin: 0;
    float: right;
    clear: none;
  }
}
@media only screen and (max-width: 48em) {
  .main__factbox--inline + .factbox {
    clear: both;
    width: 100%;
    float: none;
    margin: 1em 0;
  }
}
.main__blog--home {
  width: 47%;
  float: left;
}
.main__custgall {
  padding-top: 0.6rem;
}
.main__custgall--shortview {
  width: 22.9%;
  float: right;
}
.main__sidebar {
  padding-top: 0.6rem;
  margin-right: 3%;
  float: right;
  width: 22.9%;
}
@media only screen and (max-width: 60em) {
  .main__blog--home, .main__custgall--shortview, .main__sidebar {
    float: none;
    width: auto;
    padding-bottom: 1em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1.5em;
  }
}
.main__comments {
  border-top: 2px solid #ccc;
  padding-top: 2em;
}
.main__comments:empty {
  height: 1px;
  border: none;
  overflow: hidden;
  clear: both;
}
.main__CommentForm {
  border-top: 2px solid #ccc;
  padding-top: 2em;
  margin-top: 2em;
}

.section {
  background: linear-gradient(to bottom, #e6e6e6, #fff 50%);
  max-width: 1440px;
  padding: 1rem 4.5%;
  margin: 0 auto 4.5%;
}

.text {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
@media only screen and (max-width: 37.5em) {
  .text {
    display: block;
  }
}
.text--pos2 {
  flex-direction: row-reverse;
}
.text--size5, .text--pos3 {
  display: block;
}
.text__image {
  display: block;
  width: 100%;
}
.text__imagewrap {
  margin: 0.3rem 1.8rem 0 0;
}
.text__imagewrap--pos2 {
  margin: 0.3rem 0 0 1.8rem;
}
.text__imagewrap--size2 {
  width: 150px;
}
.text__imagewrap--size3 {
  width: 300px;
}
.text__imagewrap--size4 {
  width: 50%;
}
@media only screen and (max-width: 37.5em) {
  .text__imagewrap--size4 {
    width: 100%;
  }
}
.text__imagewrap--size5 {
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .text__imagewrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.text__textwrap {
  width: auto;
}
.text__textwrap > h2:first-child {
  margin-top: 0;
}
.text__textwrap--size2 {
  width: calc(100% - 150px);
}
.text__textwrap--size3 {
  width: calc(100% - 300px);
}
.text__textwrap--size4 {
  width: 50%;
}
@media only screen and (max-width: 37.5em) {
  .text__textwrap {
    width: 100%;
  }
}

.galleryfilter {
  border-bottom: 1px solid #ccc;
  text-align: center;
  height: 2.48em;
}
.galleryfilter__item {
  vertical-align: top;
  display: inline-block;
}
.galleryfilter__link {
  display: block;
  background: transparent;
  font-family: "Encode", "Arial narrow", sans-serif;
  font-size: 0.7222222222em;
  color: #999;
  padding: 0.52em 1.5em 0.5em 1.5em;
  position: relative;
  height: 3.5em;
  border: 1px solid transparent;
}
.galleryfilter__link--active {
  background: #fff;
  border-color: #ccc;
  border-bottom-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.galleryfilter__link:focus, .galleryfilter__link:hover, .galleryfilter__link:active {
  color: #000;
}
.galleryfilter__link:focus *, .galleryfilter__link:hover *, .galleryfilter__link:active * {
  color: #000;
}
.galleryfilter__title {
  display: block;
  font-size: 1.3846153846em;
  color: #333;
}

.slider {
  clear: both;
}
.slider__itemimg {
  width: calc(100% - 2px);
  margin: 1px;
  height: auto;
  display: block;
  border: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
.slider__itemcaption {
  margin-top: -40px;
  text-align: center;
  padding: 1em 3em 0.3em;
  line-height: 1.2;
  font-size: 0.8888888889em;
  color: #888;
}
.slider--hero {
  margin: 0;
}
.slider__heroimg {
  width: 100%;
  border: 0;
  margin: 0;
  display: block;
}
.slider__item--video {
  position: relative;
}
.slider__itemyoutubelink {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: calc(50% - 4em);
  top: calc(50% - 4em);
  background: none;
  border-radius: 50%;
  width: 8em;
  height: 8em;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 3;
  cursor: pointer;
}
.slider__itemyoutubelink:focus, .slider__itemyoutubelink:hover, .slider__itemyoutubelink:active {
  background: rgba(0, 0, 0, 0.1);
}
.slider__itemyoutubelink:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20140%20140%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22b%22%20cx%3D%2271%22%20cy%3D%2270.72%22%20r%3D%2253%22%2F%3E%3Cfilter%20id%3D%22a%22%20width%3D%22149.1%25%22%20height%3D%22149.1%25%22%20x%3D%22-24.5%25%22%20y%3D%22-24.5%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeMorphology%20in%3D%22SourceAlpha%22%20operator%3D%22dilate%22%20radius%3D%223.5%22%20result%3D%22shadowSpreadOuter1%22%2F%3E%3CfeOffset%20in%3D%22shadowSpreadOuter1%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeMorphology%20in%3D%22SourceAlpha%22%20radius%3D%223.5%22%20result%3D%22shadowInner%22%2F%3E%3CfeOffset%20in%3D%22shadowInner%22%20result%3D%22shadowInner%22%2F%3E%3CfeComposite%20in%3D%22shadowOffsetOuter1%22%20in2%3D%22shadowInner%22%20operator%3D%22out%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeGaussianBlur%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%20stdDeviation%3D%227.5%22%2F%3E%3CfeColorMatrix%20in%3D%22shadowBlurOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.194406703%200%22%2F%3E%3C%2Ffilter%3E%3Cpath%20id%3D%22d%22%20d%3D%22M104.12%2070.72l-51.64%2031.81V38.91z%22%2F%3E%3Cfilter%20id%3D%22c%22%20width%3D%22187.2%25%22%20height%3D%22170.7%25%22%20x%3D%22-43.6%25%22%20y%3D%22-35.4%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeOffset%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeGaussianBlur%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%20stdDeviation%3D%227.5%22%2F%3E%3CfeColorMatrix%20in%3D%22shadowBlurOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.194406703%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23000%22%20filter%3D%22url%28%23a%29%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%3Cuse%20stroke%3D%22%23FFF%22%20stroke-width%3D%227%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%3Cg%3E%3Cuse%20fill%3D%22%23000%22%20filter%3D%22url%28%23c%29%22%20xlink%3Ahref%3D%22%23d%22%2F%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23d%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  height: 1em;
  position: absolute;
  font-size: 8em;
  left: 0;
  top: 0;
}
.slider__videowrap {
  height: 0;
  width: 100%;
  padding-top: 50%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider__videowrap > * {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lSSlideOuter {
  position: relative;
}
@media only screen and (min-width: 111.25em) {
  .lSSlideOuter {
    background: #1B5EAB;
  }
}

.lSSlideWrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1800px;
  background: #fff;
}

.lSPager {
  position: absolute;
  bottom: 1em;
  right: 4.5%;
}
@media only screen and (max-width: 47.9375em) {
  .lSPager {
    display: none;
  }
}
.main > .lSSlideOuter > .lSPager {
  position: static;
  margin: -2em auto 0 !important;
}
.main > .lSSlideOuter > .lSPager li {
  padding: 0 7px;
}
.main > .lSSlideOuter > .lSPager li a {
  background: #bbb;
}
.main > .lSSlideOuter > .lSPager li.active a {
  background: #1B5EAB;
}

.lSAction > a {
  width: 3.6em;
  height: 3.6em;
  display: block;
  top: 50%;
  background-image: none;
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  transition: bottom 0.4s;
}
@media only screen and (max-width: 56.25em) {
  .lSAction > a {
    transform: scale(0.8);
  }
}
.lSAction > a:focus, .lSAction > a:hover, .lSAction > a:active {
  background: rgba(0, 0, 0, 0.2);
}
.lSAction > a:before {
  font-size: 2.6em;
  margin-top: 0.2em;
  display: inline-block;
}

.lSPrev {
  left: 0 !important;
}
.lSPrev:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%2016l2-2-6-6%206-6-2-2-8%208%208%208z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  position: relative;
  left: -0.03em;
}
.stackrow--slider .lSPrev {
  transform: translateY(18px);
  top: auto;
  bottom: auto;
  left: 0.5em !important;
  font-size: 0.6em;
}
.stackrow--heroslider .lSPrev {
  bottom: calc(50% - 15px) !important;
  left: 10px !important;
}

.lSNext {
  right: 0 !important;
}
.lSNext:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.5%200l-2%202%206%206-6%206%202%202%208-8-8-8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  position: relative;
  left: 0.03em;
}
.stackrow--slider .lSNext {
  transform: translateY(18px);
  top: auto;
  bottom: auto;
  right: 0.5em !important;
  font-size: 0.6em;
}
.stackrow--heroslider .lSNext {
  bottom: calc(50% - 15px) !important;
  right: 10px !important;
}

.strip {
  clear: both;
  margin: 3% 0;
  white-space: nowrap;
}
@media only screen and (min-width: 43.75em) {
  .strip {
    display: flex;
    width: 100%;
  }
}
.strip__item {
  width: 6em;
  margin: 0 0.25rem;
  display: inline-block;
}
.strip__item:first-child {
  margin-left: 0;
}
.strip__item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 43.75em) {
  .strip__item {
    width: 100%;
  }
}
.strip__itemimg img {
  width: 100%;
  height: auto;
}

.highlights {
  padding: 0 4.5%;
  margin: 0 auto;
}
@media only screen and (min-width: 37.5em) {
  .highlights--large {
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media only screen and (min-width: 53.125em) {
  .highlights {
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .highlights--large {
    justify-content: flex-start;
  }
}
.highlights__item {
  margin: 2rem 0;
}
@media only screen and (min-width: 53.125em) {
  .highlights__item {
    width: calc(50% - 1rem);
    display: flex;
  }
}
.highlights__item--large {
  margin-left: 0;
}
@media only screen and (min-width: 37.5em) {
  .highlights__item--large {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media only screen and (min-width: 53.125em) {
  .highlights__item--large {
    width: calc(33.333% - 2rem);
  }
  .highlights--total4 .highlights__item--large:nth-child(2) {
    margin-right: 5rem;
  }
}
.highlights__wrap {
  display: flex;
}
.highlights__wrap--large {
  flex-direction: column;
}
@media only screen and (max-width: 30em) {
  .highlights__wrap {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }
}
.highlights__wrap--link {
  position: relative;
}
.highlights__wrap--link::before {
  content: "";
  position: absolute;
  border-radius: 15px;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.highlights__wrap--link:hover::before {
  opacity: 1;
}
.highlights__imagewrap {
  display: block;
}
@media only screen and (max-width: 30em) {
  .highlights__imagewrap {
    margin: 0 auto 1rem auto;
  }
}
.highlights__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #999;
  overflow: hidden;
}
.highlights__image img {
  display: block;
  width: 100%;
  height: auto;
}
.highlights__image--round {
  border: none;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  margin-right: 1rem;
  box-sizing: content-box;
}
@media only screen and (max-width: 64em) {
  .highlights__image--round {
    width: 7rem;
    height: 7rem;
  }
}
@media only screen and (max-width: 30em) {
  .highlights__image--round {
    margin: 0 auto 1rem auto;
  }
}
@media only screen and (min-width: 53.125em) {
  .highlights__textwrap {
    width: calc(100% - 13rem);
    margin-right: 1em;
  }
}
@media only screen and (max-width: 64em) {
  .highlights__textwrap {
    width: calc(100% - 9rem);
    font-size: 0.9444444444em;
  }
}
@media only screen and (max-width: 30em) {
  .highlights__textwrap {
    width: 45ch;
    max-width: 100%;
    margin: 0 auto;
  }
}
.highlights__textwrap--large {
  width: auto;
  margin: 1rem 0;
}
.highlights__headline {
  color: #1B5EAB;
  font-weight: 700;
  font-size: 1.4444444444em;
}
@media only screen and (max-width: 30em) {
  .highlights__text {
    text-align: left;
    hyphens: auto;
  }
}

@media only screen and (min-width: 48em) {
  .testimonials {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
  }
}
.testimonials__item {
  margin: 1.5rem 0 3rem;
  border-top: #ccc 2px solid;
  padding-top: 1rem;
}
@media only screen and (min-width: 48em) {
  .testimonials__item {
    width: calc(50% - 3rem);
    margin: 1.5rem 1.5rem 3rem;
  }
}
.testimonials__headline {
  padding-top: 0.2rem;
  line-height: 1.2;
  color: #1B5EAB;
  font-weight: 700;
  font-size: 2em;
}
.testimonials__header {
  font-size: 1.1666666667em;
  line-height: 1.3;
}
@media only screen and (max-width: 48em) {
  .testimonials__header {
    text-align: center;
  }
}
.testimonials__customername {
  display: inline;
}
.testimonials__date:before, .testimonials__date:after {
  display: inline-block;
  padding: 0 0.4em;
  content: " | ";
}
.testimonials__text {
  padding-left: 2.5rem;
  position: relative;
}
.testimonials__text:before {
  content: "„";
  position: absolute;
  left: 0;
  top: -0.23em;
  font-size: 5rem;
  color: #bbb;
  line-height: 0;
}
@media only screen and (max-width: 37.5em) {
  .testimonials__text {
    font-size: 0.8888888889em;
  }
}
.testimonials__stars {
  display: inline-block;
  width: 7.2rem;
}
@media only screen and (max-width: 48em) {
  .testimonials__stars {
    display: block;
    margin: 0 auto;
  }
}
.testimonials__star {
  display: inline-block;
  position: relative;
  width: 1.2em;
  height: 1.2rem;
}
.testimonials__star:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22orange%22%20d%3D%22M12%2017.25l-6.188%203.75%201.641-7.031-5.438-4.734%207.172-0.609%202.813-6.609%202.813%206.609%207.172%200.609-5.438%204.734%201.641%207.031z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  position: absolute;
  font-size: 1.2em;
  top: 0;
  left: 0;
}
.testimonials__star--half {
  overflow: hidden;
  width: 0.6em;
}

.linklist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  justify-content: center;
  align-items: flex-end;
}
.linklist__headline {
  padding: 0.2rem 0 1rem;
  line-height: 1.2;
  color: #1B5EAB;
  font-weight: 700;
  font-size: 2em;
}
.linklist__item {
  margin: 1rem 1.5rem;
  width: calc(16.6666666667% - 3rem);
  text-align: center;
  min-width: 7rem;
}
.linklist__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.linklist__title {
  padding-top: 1rem;
  font-size: 1.125em;
}
.linklist__link {
  display: block;
  transition: all 0.1s;
}
.linklist__link:focus, .linklist__link:hover, .linklist__link:active {
  transform: scale(1.07);
}
.linklist__link:focus *, .linklist__link:hover *, .linklist__link:active * {
  color: #1B5EAB;
}

.framelist {
  margin: 0 -1em;
  text-align: justify;
}
.framelist__item {
  width: 24%;
  display: inline-block;
  text-align: center;
  min-height: 5em;
  padding: 1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 60em) {
  .framelist__item {
    width: 32%;
  }
}
@media only screen and (max-width: 37.5em) {
  .framelist__item {
    width: 49%;
  }
}
.framelist__link {
  display: block;
  background: #fff;
  padding-bottom: 1em;
  border-radius: 0.15rem;
  color: #777;
}
.framelist__link:focus, .framelist__link:hover, .framelist__link:active {
  box-shadow: 0 0 0 3px #eee;
  color: #1B5EAB;
}
@supports (mix-blend-mode: multiply) {
  .framelist__link:focus, .framelist__link:hover, .framelist__link:active {
    background: #eee;
    box-shadow: none;
  }
}
.framelist__image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.5em;
  mix-blend-mode: multiply;
}
.framelist__image--portrait {
  width: 44.7%;
  margin-left: auto;
  margin-right: auto;
}
.framelist__title {
  color: #1B5EAB;
  font-size: 1.1666666667em;
}
.framelist__subtitle {
  display: block;
  color: #999;
  font-size: 0.7619047619em;
  margin-top: 0.2em;
}

@media only screen and (min-width: 37.5em) {
  .images--inline {
    display: flex;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .stackrow--totalimages4 .images--inline {
    flex-wrap: wrap;
  }
}
.images__item {
  margin: 1.25em 0;
}
.images__item a:focus img, .images__item a:hover img, .images__item a:active img {
  border-color: #000;
}
.images__item--inline {
  margin: 0;
}
@media only screen and (min-width: 37.5em) {
  .images__item--inline {
    flex: 1;
    margin: -0.5rem 1rem;
  }
  .stackrow--totalimages4 .images__item--inline {
    flex: none;
    width: 33.333%;
  }
}
.images__item--inline img {
  width: 100%;
}
.images__itemimg {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e0e0e0;
}
.images__itemcaption {
  padding: 0.8em 1em;
  background: #e0e0e0;
  font-size: 0.8333333333em;
  line-height: 1.4;
}

.matrix {
  display: grid;
  width: 100%;
  gap: 1rem;
  margin: 1.25em 0 0;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}
@media only screen and (max-width: 28.125em) {
  .matrix {
    grid-template-columns: 1fr !important;
  }
}
.matrix__item {
  display: flex;
  flex-direction: column;
  background: rgb(205.7727272727, 225.0606060606, 247.2272727273);
  max-width: 100%;
}
.matrix__itemimg img {
  width: 100%;
  height: auto;
  display: block;
}
.matrix__itemcaption {
  padding: 0.8em 1em;
  line-height: 1.2;
}

.people {
  padding-left: 0 !important;
  margin: 1em -1em !important;
}
.people__item {
  padding-left: 0;
  display: inline-block;
  text-align: center;
  margin: 1em;
}
.people__item:before {
  display: none;
}
.people__link {
  display: block;
}
.people__link:focus, .people__link:hover, .people__link:active {
  text-decoration: none !important;
}
.people__link:focus img, .people__link:hover img, .people__link:active img {
  transform: scale(1.1);
}
.people__portrait {
  display: block;
  width: 9em;
  height: auto;
  transition: all 0.1s;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.people__portrait img, .people__portrait source {
  display: block;
  width: 100%;
  height: auto;
}
.people__name {
  margin-top: 0.5em;
  display: block;
}

.bikeslide {
  position: relative;
  padding-bottom: 2em;
}
@media only screen and (max-width: 48em) {
  .bikeslide {
    padding-bottom: 0;
  }
}
.bikeslide__image {
  width: 100%;
  max-width: 40em;
  height: auto;
  display: block;
  margin: 0 auto;
}
.bikeslide__headline {
  font-size: 2.3333333333em;
  color: #999;
  font-weight: 400;
  max-width: 21em;
  margin: 0 auto 1px;
  text-align: center;
  font-weight: 300;
  color: #1B5EAB;
}
.bikeslide__prehead {
  color: #999;
  font-size: 0.3095238095em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 0.5em;
  line-height: 1;
}
.bikeslide__headlink {
  display: block;
  color: #1B5EAB;
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0.12em;
  padding: 0.13em 0.3em 0;
}
.bikeslide__headlink:focus, .bikeslide__headlink:hover, .bikeslide__headlink:active {
  border-color: #1B5EAB;
}
.bikeslide__prose {
  font-family: "Encode", "Arial narrow", sans-serif;
  font-style: italic;
  text-align: center;
  font-size: 1.1111111111em;
  max-width: 35em;
  margin: 1em auto 1em;
  line-height: 1.3;
}
.bikeslide__keywords {
  display: inline-block;
  white-space: nowrap;
  font-style: normal;
  font-size: 0.9em;
  font-weight: bold;
}
.bikeslide__keywords:before {
  content: "(";
}
.bikeslide__keywords:after {
  content: ")";
}
.bikeslide__bikecatlink {
  font-style: normal;
  margin-left: 0.8em;
  font-weight: bold;
  font-size: 0.9em;
  color: #1B5EAB;
  white-space: nowrap;
}
.bikeslide__bikecatlink:after {
  content: " »";
}
.bikeslide__bikecatlink:focus, .bikeslide__bikecatlink:hover, .bikeslide__bikecatlink:active {
  color: #333;
  text-decoration: underline;
}
.bikeslide__datalist {
  text-align: center;
  margin: 1em auto;
  width: 73%;
}
@media only screen and (max-width: 48em) {
  .bikeslide__datalist {
    width: 100%;
  }
}
.bikeslide__dataitem {
  display: inline-block;
  white-space: nowrap;
}
.bikeslide__datakey {
  font-weight: 400;
  display: inline;
  color: #999;
  font-size: 0.7222222222em;
  line-height: 1.5;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0 0.3em 0 0.7em;
}
.bikeslide__datavalue {
  display: inline;
  white-space: nowrap;
  font-size: 0.8888888889em;
  line-height: 1.5;
  margin-right: 0.7em;
}

.purchasebox {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
@media only screen and (max-width: 60em) {
  .purchasebox {
    display: block;
  }
}
@media only screen and (max-width: 48em) {
  .purchasebox {
    margin-top: 2rem;
  }
}
.purchasebox__cover {
  width: 33%;
}
@media only screen and (max-width: 60em) {
  .purchasebox__cover {
    display: none;
  }
}
.purchasebox__image {
  height: 320px;
  width: auto;
  margin: 0 !important;
}
@media only screen and (max-width: 68.75em) {
  .purchasebox__image {
    width: 100%;
    height: auto;
  }
}
.purchasebox__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 60em) {
  .purchasebox__list {
    text-align: right;
    float: left;
  }
}
@media only screen and (max-width: 48em) {
  .purchasebox__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.purchasebox__item {
  margin-bottom: 0.3rem;
  font-size: 1.125em;
}
.purchasebox__item:before {
  display: none;
}
@media only screen and (max-width: 48em) {
  .purchasebox__link {
    margin: 0 0.5rem 0.5rem;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 48em) and (max-width: 48em) {
  .purchasebox__link {
    margin: 0 1rem 0 0;
  }
}
.purchasebox__shopname {
  vertical-align: middle;
  margin: 0 1em;
}
.purchasebox__badge {
  width: 150px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 1rem;
  margin: 0 !important;
}
@media only screen and (max-width: 48em) {
  .purchasebox__badge {
    display: block;
    margin-left: 0;
  }
}
.purchasebox a {
  vertical-align: middle;
  color: #555;
}
.purchasebox a:focus, .purchasebox a:hover, .purchasebox a:active {
  color: #1B5EAB;
  text-decoration: none;
}

.video {
  margin: 1.75em 0;
}
.video__embed {
  position: relative;
  height: 0;
  padding: 56.25% 0 0 0;
  width: 100%;
  margin: 0;
}
.video__iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.post {
  margin: 0 0 5rem 0;
}
.post__headline {
  font-size: 2.2222222222em;
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 47.9375em) {
  .post__headline {
    font-size: 2em;
  }
}
@media only screen and (max-width: 37.5em) {
  .post__headline {
    font-size: 1.625em;
  }
}
.post__headlink {
  color: #1B5EAB;
  display: block;
}
.post__headlink:focus, .post__headlink:hover, .post__headlink:active {
  color: #333;
}
.post__date {
  font-family: "Encode", "Arial narrow", sans-serif;
  font-style: italic;
  margin: 0.37em 0.8em 0 0;
  line-height: 0.85;
  padding-right: 0.8em;
  border-right: 1px solid #333;
  float: left;
}
.post__images {
  width: 100%;
  height: auto;
}
.post .stackrow--text.stackrow--count0 {
  font-weight: 700;
}

.custgall--fulllist {
  text-align: justify;
  text-align-last: justify;
}
@media only screen and (max-width: 60em) {
  .custgall {
    text-align: justify;
    text-align-last: justify;
  }
}
.custgall__post {
  text-align: left;
  text-align-last: left;
  margin-bottom: 1em;
  vertical-align: top;
  line-height: 1.25;
}
.custgall__post:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.custgall__post--fulllist {
  float: none !important;
  width: 22%;
  display: inline-block;
}
@media only screen and (max-width: 60em) {
  .custgall__post {
    float: none !important;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .custgall__post {
    float: none !important;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 34.375em) {
  .custgall__post {
    width: 100%;
    display: block;
  }
}
.custgall__megaheadline {
  color: #1B5EAB;
  font-size: 1.1666666667em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 60em) {
  .custgall__megaheadline {
    font-size: 2.1111111111em;
    font-weight: 300;
  }
}
.custgall__link {
  display: block;
}
.custgall__link:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.custgall__link:focus img, .custgall__link:hover img, .custgall__link:active img {
  border-color: #000;
}
.custgall__headline {
  font-size: 0.7777777778em;
  text-align: left;
  text-align-last: left;
}
.custgall__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0.4em 0;
  border: 1px solid #ccc;
}
.custgall__image--portrait {
  padding: 0 21.66%;
  background: #ccc;
}
.custgall__date {
  font-size: 0.7777777778em;
  float: right;
  color: #999;
  text-align: right;
  text-align-last: right;
  max-width: 8em;
}

.stackrow {
  margin: 1.5% 0;
  clear: both;
}
.main__stackrows--home > .stackrow:first-child {
  margin-top: -3rem;
}
@media only screen and (max-width: 34.375em) {
  .main__stackrows--home > .stackrow:first-child {
    margin-top: -3.6%;
  }
}
.stackrow--text {
  font-family: "Encode", "Arial narrow", sans-serif;
  max-width: 45em;
  line-height: 1.5;
  margin: 0 4.5%;
}
.stackrow--textdouble {
  background: linear-gradient(to bottom, #e6e6e6, #fff 50%);
  padding: 1.5rem 4.5%;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .stackrow__textdouble {
    display: flex;
  }
  .stackrow__textdouble > * {
    flex: 1 0 47.75%;
  }
  .stackrow__textdouble > *:first-child {
    margin-right: 2.25%;
  }
  .stackrow__textdouble > *:last-child {
    margin-left: 2.25%;
  }
}
.stackrow--testimonials {
  background: linear-gradient(to bottom, #e6e6e6, #fff 50%);
  padding: 1.5rem 4.5%;
}
.stackrow--linklist {
  background: linear-gradient(to bottom, #e6e6e6, #fff 5rem);
  padding: 1.5rem 4.5%;
}
.stackrow--megaheadline {
  margin: 0 auto;
  padding: 0 4.5%;
  box-sizing: content-box;
  line-height: 1.1;
}
.stackrow--video {
  margin: 0 4.5%;
}
.stackrow--matrix {
  margin: 1.5rem 4.5%;
}
.stackrow--images {
  max-width: 47em;
  margin: 1.5rem 4.5%;
}
.stackrow--video {
  max-width: 47em;
}
.stackrow--slider {
  max-width: 47em;
  margin: 1.5rem 4.5% 3.5rem;
}
@media only screen and (max-width: 43.75em) {
  .stackrow--slider {
    margin-bottom: 1.5rem;
  }
}
.stackrow--heroslider {
  max-width: none;
  margin: 0;
  background: #1B5EAB;
}
.stackrow--inline {
  width: 49%;
  float: left;
}
.stackrow--inline + .stackrow--inline {
  float: right;
}
@media only screen and (max-width: 43.75em) {
  .stackrow--inline.stackrow {
    width: auto;
    float: none;
  }
}
.stackrow--fullwidth {
  max-width: none;
}
.stackrow--strip {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.stackrow__headline {
  line-height: 1.2;
  color: #1B5EAB;
  font-weight: 700;
  font-size: 2em;
  max-width: 50ch;
}
.stackrow__headline--fullwidth {
  margin: 0 4.5%;
}
.stackrow__megaheadline {
  font-size: 2.8888888889em;
  color: #1B5EAB;
  font-weight: 300;
  margin: 0.8em 0;
}
@media only screen and (max-width: 43.75em) {
  .stackrow__megaheadline {
    clear: both;
  }
}
@media only screen and (max-width: 37.5em) {
  .stackrow__megaheadline {
    font-size: 2.3333333333em;
  }
}
.stackrow__button {
  float: right;
  padding: 0.4rem 3rem 0.4rem 1rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
  background: #1B5EAB;
  color: #fff;
  border-radius: 1.5em;
  font-family: "Encode", "Arial narrow", sans-serif;
  position: relative;
}
.stackrow__button:focus, .stackrow__button:hover, .stackrow__button:active {
  background: rgb(20.0454545455, 69.7878787879, 126.9545454545);
  text-decoration: none;
}
.stackrow__button:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M32.15%202.14c.19.42.2%202.1-7.95%205.93l-8%203.75c-2.79%201.3-6.82%203.03-8.6%203.5-1.25.34-2.44-.51-2.44-.51S1.56%2011.59.6%2010.87c-.95-.72-.87-1.09.35-1.48.76-.24%205.1.8%206.95%201.27%202.18-1.3%204.17-2.42%205.1-2.93a748.43%20748.43%200%200%200-7.87-5.78C3.84%201.03%205.15.7%205.15.7%205.75.54%207.05.33%207.7.47c4.43.93%2011.82%203.37%2012.39%203.56%201.35-.71%203.46-1.78%204.75-2.39%203.38-1.58%207.05-.06%207.3.5z%22%2F%3E%3C%2Fsvg%3E");
  height: 0.5em;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  margin-top: -0.2em;
  font-size: 1.4em;
}
.stackrow__facebook {
  width: 150px;
  height: 39px;
  float: right;
  margin: 0.3em 0;
}
@media only screen and (max-width: 43.75em) {
  .stackrow__facebook {
    width: 100px;
    height: 30px;
    margin: 1rem 0;
  }
}
.stackrow .lSSlideOuter {
  border: 0;
}

.readmore {
  font-family: "Encode", "Arial narrow", sans-serif;
}
.readmore::before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.5%200l-2%202%206%206-6%206%202%202%208-8-8-8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  height: 1em;
  font-size: 0.7em;
  background-color: #1B5EAB;
  border: 3px solid #1B5EAB;
  border-radius: 50%;
  margin-right: 0.3em;
  position: relative;
  top: 0.25em;
}
.readmore__commentscount, .readmore__link {
  font-style: italic;
}
.readmore__commentscount:focus, .readmore__commentscount:hover, .readmore__commentscount:active, .readmore__link:focus, .readmore__link:hover, .readmore__link:active {
  color: #1B5EAB;
}
.readmore__separator {
  display: inline-block;
  width: 1px;
  height: 0.95em;
  background-color: #777;
  color: rgba(0, 0, 0, 0);
  margin-right: 0.35em;
  margin-left: 0.35em;
}

.pagination {
  line-height: 1.1;
  margin-top: 4em;
  margin-bottom: 4em;
}
.pagination__item {
  display: inline-block;
  border: 1px solid #1B5EAB;
  border-radius: 0.15rem;
  overflow: hidden;
  color: #1B5EAB;
}
.pagination__item + .pagination__item {
  margin-left: 0.4em;
}
.pagination__item--current a {
  color: #fff !important;
  padding: 0.25em;
  background-color: #1B5EAB !important;
}
.pagination__item--separator {
  cursor: default;
  border: none;
}
.pagination a {
  display: inline-block;
  min-width: 1.8em;
  text-align: center;
  padding: 0.35em 0.5em 0.25em;
}
.pagination a:focus, .pagination a:hover, .pagination a:active {
  background: rgb(161.7272727273, 198.2727272727, 240.2727272727);
}

.aside {
  background: #1B5EAB;
  color: #fff;
  margin: 2em 3em 2em 3em;
  font-size: 0.9em;
}
.aside:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
@media only screen and (min-width: 28.125em) {
  .aside {
    font-size: 1em;
    margin: 2em 0;
  }
}
@media only screen and (min-width: 40.625em) {
  .aside {
    float: right;
    width: 15em;
    margin: 0.4em -4.9450549451% 2em 2em;
  }
  .aside--spacetop2 {
    margin-top: 5.6em;
  }
  .aside--spacetop3 {
    margin-top: 4.12em;
  }
  .aside--spacetop4 {
    margin-top: 2.75em;
  }
}
@media only screen and (min-width: 68.75em) {
  .aside {
    margin-right: 0;
  }
}
.aside__image {
  width: 109.8901098901%;
  height: auto;
  display: block;
  margin: -2px -4.9450549451% 1em;
}
.aside__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 28.125em) {
  .aside__image {
    width: 50%;
    float: left;
    margin: 0 4.5% 0 -4.9450549451%;
  }
}
@media only screen and (min-width: 40.625em) {
  .aside__image {
    width: 109.8901098901%;
    margin: 0 -4.9450549451% 1em;
  }
}
.aside__megalink {
  display: block;
  padding: 0 4.5%;
}
@media only screen and (min-width: 40.625em) {
  .aside__megalink:focus, .aside__megalink:hover, .aside__megalink:active {
    box-shadow: 0 0 0 2px #1B5EAB;
  }
  .aside__megalink--empty:focus, .aside__megalink--empty:hover, .aside__megalink--empty:active {
    border-color: transparent;
  }
}
.aside__headline {
  font-size: 1.3333333333em;
  margin-bottom: 0.3em;
  position: relative;
  line-height: 1.2;
  text-decoration: underline;
}
.aside__headline:after {
  content: " »";
}
@media only screen and (min-width: 28.125em) {
  .aside__headline {
    text-decoration: none;
    padding-top: 0.7em;
  }
}
@media only screen and (min-width: 40.625em) {
  .aside__headline {
    margin-top: 0;
    font-size: 1.1666666667em;
  }
}
.aside__text {
  font-family: "Encode", "Arial narrow", sans-serif;
  line-height: 1.5;
  padding-bottom: 0.9em;
}
@media only screen and (min-width: 28.125em) {
  .aside__text {
    font-size: 0.8888888889em;
  }
}
@media only screen and (min-width: 48em) {
  .aside__text {
    font-size: 0.7777777778em;
  }
}

.shops {
  width: calc(100% + 2rem);
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -1rem 7rem;
}
.shops__device {
  color: #1B5EAB;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1B5EAB;
}
.shops__icon {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 128px;
  height: 128px;
  float: left;
}
@media only screen and (max-width: 68.75em) {
  .shops__icon {
    position: static;
    clear: both;
    margin: 0.3em 1.5em 0 0 !important;
  }
}
.shops__box {
  max-width: calc(50% - 2rem) !important;
  float: left;
}
@media only screen and (max-width: 68.75em) {
  .shops__box {
    width: 128px !important;
    top: 0;
    position: static;
    clear: both;
    margin: 0.3em 1.5em 0 0 !important;
  }
}
.shops__shop {
  margin: 0 1rem;
  padding-bottom: 0.5rem;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shops__shop--double {
  flex: 2;
}
.shops__shop--double .shops__reqwrap {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  width: 50%;
}
@media only screen and (max-width: 68.75em) {
  .shops__shop--double .shops__reqwrap {
    position: static;
  }
}
@media only screen and (max-width: 68.75em) {
  .shops__shop {
    width: 20em;
    display: block;
    flex: auto;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 48em) {
  .shops__shop {
    width: 100%;
  }
}
.shops__footer {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  display: flex;
}
@media only screen and (max-width: 68.75em) {
  .shops__footer {
    position: static;
    clear: both;
  }
}
@media only screen and (max-width: 48em) {
  .shops__footer {
    justify-content: flex-start;
  }
}
.shops__link {
  width: 100%;
  display: block;
  transition: all 0.125s;
}
.shops__link:hover {
  transform: scale(1.07);
}
@media only screen and (max-width: 48em) {
  .shops__link {
    width: auto;
    display: inline-block;
    margin-right: 1em;
  }
}
.shops__reqwrap {
  margin-top: 150px;
}
@media only screen and (max-width: 68.75em) {
  .shops__reqwrap {
    margin: 0 0 0 150px;
  }
}
.shops__reqhead {
  font-family: "Encode", "Arial narrow", sans-serif;
  font-weight: 700;
  margin: 0.7em 0 0 0;
  color: #1B5EAB;
}
.shops__reqlist {
  margin: 0.4em 0 0 0 !important;
}
.shops__reqitem {
  font-family: "Encode", "Arial narrow", sans-serif;
}

.products {
  width: calc(95.5% - 20px);
  table-layout: fixed;
  position: relative;
  border-collapse: separate;
  border-spacing: 20px;
  margin: 2rem calc(4.5% - 20px);
}
@media only screen and (max-width: 70.625em) {
  .products {
    display: none;
  }
}
.products__cell {
  text-align: center;
  vertical-align: top;
  padding: 0 2rem;
}
.products__cell--headline {
  padding: 0;
  text-align: left;
  font-size: 1.4rem;
  color: #1B5EAB;
  font-weight: 700;
}
.products__cell--headline div {
  text-align: center;
}
.products__cell--headline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  border-radius: 20px;
}
.products__cell--subtitle {
  font-size: 1.2rem;
  color: #1B5EAB;
  font-weight: 700;
}
.products__cell--text {
  font-size: 1.125em;
  line-height: 1.5;
}
.products__cell--text.userinput ul li::before {
  display: none;
}
.products--count6 .products__cell--headline::before {
  width: 16.6666666%;
}
.products--count5 .products__cell--headline::before {
  width: 20%;
}
.products--count4 .products__cell--headline::before {
  width: calc(25% - 20px);
}
.products--count3 .products__cell--headline::before {
  width: 33.3333%;
}
.products__imagewrap {
  width: 100%;
}
.products__image {
  height: 8rem;
  width: auto;
  max-width: 100%;
}
.products__badge {
  display: block;
  margin: 10px auto;
  height: 44px;
  width: auto;
}

.productboxes {
  display: none;
}
@media only screen and (max-width: 70.625em) {
  .productboxes {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem calc(4.5% - 10px);
  }
}
.productboxes__box {
  margin: 10px;
  text-align: center;
  position: relative;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  border-radius: 20px;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 40.625em) {
  .productboxes__box {
    width: calc(100% - 20px);
  }
}
.productboxes__headline {
  font-size: 1.4rem;
  color: #1B5EAB;
  font-weight: 700;
  margin-bottom: 1rem;
}
.productboxes__imagewrap {
  width: 100%;
  margin-bottom: 1.5rem;
}
.productboxes__image {
  height: 8rem;
  width: auto;
  max-width: 100%;
}
.productboxes__subtitle {
  font-size: 1.2rem;
  color: #1B5EAB;
  font-weight: 700;
}
.productboxes__text {
  font-size: 1.125em;
  line-height: 1.5;
}
.productboxes__text.userinput ul li::before {
  display: none;
}
.productboxes__badgeswrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 1rem;
}
.productboxes__badge {
  display: block;
  margin: 4px;
  height: 44px;
  width: auto;
}

.downloads {
  display: inline-block;
  vertical-align: top;
  margin: 0 4rem 2rem 0;
}
.downloads__headline {
  font-size: 2.1111111111em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 47.9375em) {
  .downloads__headline {
    font-size: 2em;
  }
}
@media only screen and (max-width: 37.5em) {
  .downloads__headline {
    font-size: 1.625em;
  }
}
.downloads__item {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2rem;
  text-align: center;
}
.downloads__desc {
  display: block;
  height: 4em;
  margin-top: 0.5rem;
  line-height: 1.2;
  font-size: 0.875em;
  max-width: 12em;
}
.downloads__cover {
  display: inline-block;
  width: auto;
  height: 12rem;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 0.17rem;
}
.downloads__cover:hover {
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -1px;
  left: -1px;
}
.downloads__cover img {
  display: block;
  width: 100%;
  height: auto;
}
.downloads__link {
  color: #333;
}
.downloads__link:focus, .downloads__link:hover, .downloads__link:active {
  color: #1B5EAB;
}
.downloads__meta {
  white-space: nowrap;
  color: #888;
  display: block;
  margin-top: 0.5em;
  font-size: 0.8571428571em;
}

.jumpnavi__item {
  font-family: "Encode", "Arial narrow", sans-serif;
  font-size: 0.8333333333em;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.jumpnavi__link {
  color: #1B5EAB;
  display: block;
  position: relative;
  padding-left: 0.9em;
}
.jumpnavi__link:focus, .jumpnavi__link:hover, .jumpnavi__link:active {
  color: #000;
}
.jumpnavi__link:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1B5EAB;
  left: 0;
  top: 0.34em;
}

.dealers {
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  float: left;
  width: 60%;
}
@media only screen and (max-width: 62.5em) {
  .dealers {
    width: 100%;
    float: none;
  }
}
.dealers__head {
  display: table-header-group;
}
.dealers__header {
  display: table-row;
}
.dealers__label {
  display: table-cell;
  border-bottom: 1px solid #1B5EAB;
  padding: 0 0 0.5em 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.7777777778em;
  padding-right: 1em;
}
.dealers__label--right {
  text-align: right;
}
.dealers__label--center {
  text-align: center;
}
.dealers__body {
  display: table-row-group;
}
@media only screen and (max-width: 37.5em) {
  .dealers {
    display: block;
    width: 100%;
  }
  .dealers__head {
    display: none;
  }
  .dealers__body {
    display: block;
  }
}

.dealer {
  font-family: "Encode", "Arial narrow", sans-serif;
  font-size: 0.8888888889em;
  line-height: 1.3;
}
.dealer__city {
  font-weight: bold;
  white-space: nowrap;
}
.dealer__street, .dealer__city2 {
  white-space: nowrap;
  font-size: 0.875em;
}
.dealer__title {
  font-weight: bold;
}
.dealer__attributes {
  font-size: 0.875em;
}
.dealer__link {
  color: #1B5EAB;
}
.dealer__link:after {
  content: "»";
}
.dealer__link:focus, .dealer__link:hover, .dealer__link:active {
  text-decoration: underline;
}
.dealer__key {
  color: #888;
}
@media only screen and (min-width: 37.5em) {
  .dealer {
    display: table-row;
  }
  .dealer__location, .dealer__info, .dealer__status, .dealer__measure {
    display: table-cell;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
    padding-right: 1em;
  }
  .dealer__status {
    text-align: center;
  }
}
@media only screen and (max-width: 37.5em) {
  .dealer {
    border-top: 1px solid #ccc;
    padding: 0.5rem 0;
  }
  .dealer br {
    display: none;
  }
  .dealer__city:after {
    content: ", ";
  }
  .dealer__countrycode:before {
    content: ", ";
  }
  .dealer__status, .dealer__measure {
    display: none;
  }
}

.map {
  position: relative;
}
.map--dealers {
  width: 35%;
  padding-top: 50%;
  float: right;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 62.5em) {
  .map--dealers {
    width: 100%;
    padding-top: 70%;
    float: none;
    margin-top: 2rem;
  }
}
.map--aerofly {
  width: 100%;
  height: 20rem;
}
.map__canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #ddd;
}
.map .gm-style .gm-style-iw * {
  font-family: "Encode", "Arial narrow", sans-serif;
}
.map__bubble {
  font-size: 1.125em;
  line-height: 1.3;
  padding: 1em;
}
.map__headline {
  font-weight: 700;
}
.map__link {
  color: #1B5EAB;
}
.map__link:focus, .map__link:hover, .map__link:active {
  text-decoration: underline;
}

.FormBuilder {
  max-width: 40rem;
}
@media only screen and (max-width: 56.25em) {
  .FormBuilder {
    max-width: 21rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .FormBuilder {
    max-width: 100%;
  }
}
.FormBuilder input[type=text],
.FormBuilder input[type=mail],
.FormBuilder input[type=email],
.FormBuilder input[type=number],
.FormBuilder textarea {
  display: block;
  border-radius: 0.15rem;
  font-family: "Encode", "Arial narrow", sans-serif;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #1B5EAB;
  padding: 0.5em 1em;
  font-size: 0.8888888889em;
  outline: none;
  -webkit-appearance: none;
}
.FormBuilder input[type=text]:focus,
.FormBuilder input[type=mail]:focus,
.FormBuilder input[type=email]:focus,
.FormBuilder input[type=number]:focus,
.FormBuilder textarea:focus {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 48em) {
  .FormBuilder input[type=text],
  .FormBuilder input[type=mail],
  .FormBuilder input[type=email],
  .FormBuilder input[type=number],
  .FormBuilder textarea {
    font-size: 1em;
  }
}
@media only screen and (max-width: 28.125em) {
  .FormBuilder input[type=text],
  .FormBuilder input[type=mail],
  .FormBuilder input[type=email],
  .FormBuilder input[type=number],
  .FormBuilder textarea {
    font-size: 1.0666666667em;
  }
}
.FormBuilder textarea {
  line-height: 1.4;
}
.FormBuilder select {
  border: 1px solid #1B5EAB;
  font-size: 1.1111111111em;
  width: 100%;
}
.FormBuilder button {
  background: #1B5EAB;
  color: #fff;
  border-radius: 0.15rem;
  border: 0;
  padding: 0.5rem 2rem;
  font-size: 1em;
  font-family: "Encode", "Arial narrow", sans-serif;
}
.FormBuilder button:focus, .FormBuilder button:hover, .FormBuilder button:active {
  background: rgb(23.5227272727, 81.8939393939, 148.9772727273);
}
.FormBuilder .Inputfield_homepage {
  position: absolute;
  left: -3000px;
  opacity: 0;
}
.FormBuilder .success {
  background: #ccc;
  font-family: "Encode", "Arial narrow", sans-serif;
  color: #000;
  margin-top: 1px;
  padding: 0.4em 0.7rem;
}

.FormBuilderErrors {
  font-family: "Encode", "Arial narrow", sans-serif;
  line-height: 1.4;
  color: red;
}

.Inputfield {
  position: relative;
  width: 100%;
  padding: 0.6rem 0;
}
@media only screen and (min-width: 56.25em) {
  .InputfieldText, .InputfieldEmail, .InputfieldSelect {
    width: 45%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
  }
}
.InputfieldHidden {
  padding: 0;
}
.Inputfield label {
  display: block;
  color: #666;
  font-family: "Encode", "Arial narrow", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8888888889em;
  margin-bottom: 0.3em;
}
.Inputfield label i {
  display: none;
}
.InputfieldStateRequired label:after {
  content: "*";
  color: #1B5EAB;
  margin-left: 0.5em;
}
.Inputfield .error {
  background: red;
  font-family: "Encode", "Arial narrow", sans-serif;
  color: #fff;
  margin-top: 1px;
  padding: 0.4em 0.7rem;
  font-size: 0.7777777778em;
}
.Inputfield input[type=checkbox] + span.pw-no-select {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: 0.5em;
}
.Inputfield input[type=checkbox] + span.pw-no-select a {
  color: #1B5EAB;
  text-decoration: underline;
}
.Inputfield input[type=checkbox] + span.pw-no-select a:focus, .Inputfield input[type=checkbox] + span.pw-no-select a:hover, .Inputfield input[type=checkbox] + span.pw-no-select a:active {
  color: #000;
}

.comments__list {
  font-family: "Encode", "Arial narrow", sans-serif;
  list-style: outside decimal;
  margin-left: 1.75em;
  font-size: 0.9375em;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  .comments__list {
    font-size: 0.8888888889em;
  }
}
.comments__comment {
  margin-bottom: 2em;
  position: relative;
}

.comment__header {
  margin-bottom: 0.3em;
}
.comment__header--patriciarose:before, .comment__header--stefanstiener:before, .comment__header--gerritvanaaken:before {
  content: "";
  display: block;
  border-top: 1px solid #1B5EAB;
  max-width: 52.5em;
  position: absolute;
  top: -0.5rem;
  left: -1.8em;
  right: 0;
  bottom: -0.7rem;
  z-index: -1;
  background: rgb(183.75, 211.6666666667, 243.75);
}
.comment__text {
  font-weight: 400;
  max-width: 50em;
}
.comment__text p {
  margin-bottom: 0.75em;
}

.CommentForm label {
  width: 8em;
  float: left;
  margin-top: 0.6em;
  margin-bottom: 0.5em;
  font-size: 0.8888888889em;
}
.CommentForm label:after {
  content: ":";
}
.CommentForm input, .CommentForm textarea {
  font-family: "Encode", "Arial narrow", sans-serif;
  border: 1px solid #1B5EAB;
  padding: 0.5em 1em;
  font-size: 0.8888888889em;
  border-radius: 0.15rem;
  width: 15em;
  outline: none;
  -webkit-appearance: none;
}
.CommentForm input:focus, .CommentForm textarea:focus {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 48em) {
  .CommentForm input, .CommentForm textarea {
    font-size: 1em;
  }
}
@media only screen and (max-width: 31.25em) {
  .CommentForm input, .CommentForm textarea {
    width: 91%;
  }
}
@media only screen and (max-width: 28.125em) {
  .CommentForm input, .CommentForm textarea {
    font-size: 1.0666666667em;
  }
}
.CommentForm textarea {
  width: 91%;
  max-width: 30em;
  height: 15em;
  line-height: 1.4;
}
.CommentForm p {
  clear: both;
  margin-bottom: 1em;
}
.CommentForm p:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.CommentForm p.success {
  background: #1B5EAB;
  color: #fff;
  padding: 0.5em 1em;
}
.CommentForm--logged .CommentForm .CommentFormCite,
.CommentForm--logged .CommentForm .CommentFormEmail {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  width: 0;
}
.CommentForm .CommentFormNotify {
  display: none;
}
.CommentForm p.CommentFormSubmit button {
  border: 1px solid #1B5EAB;
  background: #1B5EAB;
  border-radius: 0.15rem;
  font-family: "Encode", "Arial narrow", sans-serif;
  padding: 0.5em 2em;
  color: #fff;
  font-size: 1em;
  width: 10em;
  outline: none;
}
.CommentForm p.CommentFormSubmit button:focus, .CommentForm p.CommentFormSubmit button:hover, .CommentForm p.CommentFormSubmit button:active {
  background: rgb(23.5227272727, 81.8939393939, 148.9772727273);
  border-color: rgb(23.5227272727, 81.8939393939, 148.9772727273);
}
@media only screen and (min-width: 43.125em) {
  .CommentForm p.CommentFormSubmit button {
    margin-left: 7.13em;
  }
}
@media only screen and (max-width: 25em) {
  .CommentForm p.CommentFormSubmit button {
    width: 6em;
    padding: 0.5em 1em;
  }
}
.CommentForm p.CommentFormSubmit button.previewButton {
  position: relative;
  margin-left: 0.5rem;
  color: #1B5EAB;
  background: #fff;
}
.CommentForm p.CommentFormSubmit button.previewButton:focus, .CommentForm p.CommentFormSubmit button.previewButton:hover, .CommentForm p.CommentFormSubmit button.previewButton:active {
  background: #eee;
}
.CommentForm p.CommentFormSubmit button.previewButton::after {
  box-sizing: border-box;
  position: absolute;
  display: none;
  font-size: 0.85em;
  content: attr(data-message);
  color: #fff;
  width: calc(100% + 3em);
  padding: 0.5em;
  background-color: #000;
  opacity: 0;
  top: 2.75em;
  left: -1.5em;
  transition: opacity 250ms;
}
.CommentForm p.CommentFormSubmit button.previewButton[data-message]::after {
  display: block;
  opacity: 1;
}

.sidebar {
  color: #888;
}
.sidebar__megaheadline {
  color: #1B5EAB;
  font-size: 1.1666666667em;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 60em) {
  .sidebar__megaheadline {
    font-size: 2.1111111111em;
    font-weight: 300;
  }
}
.sidebar__list {
  line-height: 1.4;
  font-size: 0.7777777778em;
}
.sidebar__item {
  margin-bottom: 1.5em;
}
.sidebar__post {
  color: #1B5EAB;
  display: block;
  margin-bottom: 0.3em;
}
.sidebar__post:focus, .sidebar__post:hover, .sidebar__post:active {
  text-decoration: underline;
}
.sidebar__name:focus, .sidebar__name:hover, .sidebar__name:active {
  text-decoration: underline;
}
.sidebar__events {
  margin-bottom: 2rem;
  font-size: 0.7777777778em;
  line-height: 1.5;
}
.sidebar__events h3 {
  color: #000;
  margin: 1em 0 0 0;
}
.sidebar__events a {
  text-decoration: underline;
}
.sidebar__events a:focus, .sidebar__events a:hover, .sidebar__events a:active {
  color: #000;
}
.sidebar__archivelink {
  font-size: 0.8888888889em;
  color: #1B5EAB;
  border: 1px solid #1B5EAB;
  padding: 0.3em 0.7em;
  border-radius: 0.15rem;
  display: inline-block;
  margin: 0 0 2.3rem;
}
.sidebar__archivelink:focus, .sidebar__archivelink:hover, .sidebar__archivelink:active {
  background: rgb(161.7272727273, 198.2727272727, 240.2727272727);
}
