@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Oswald);
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Soon v1.8.0 - Soon, Animated Responsive Countdowns, jQ Support
 * Copyright (c) 2015 Rik Schennink - http://rikschennink.nl/products/soon
 */
.soon-wrapper,.soon{display:block;margin:0;padding:0;line-height:1.5;font-size:40px;font-size:2.5rem;text-align:center;overflow:hidden}.soon-wrapper [class*=soon-],.soon [class*=soon-]{display:inline-block;vertical-align:baseline}.soon-wrapper,.soon-wrapper *,.soon,.soon *{-moz-box-sizing:content-box;box-sizing:content-box}.soon-wrapper>.soon,.soon>.soon{display:block}.soon-wrapper.soon-inline,.soon.soon-inline{display:inline-block;margin:0}.soon-wrapper>.soon-group,.soon>.soon-group{white-space:nowrap}.soon-wrapper .soon-repeater,.soon-wrapper .soon-group,.soon .soon-repeater,.soon .soon-group{position:relative;z-index:1}.soon-wrapper[data-layout*=label-uppercase] .soon-label,.soon[data-layout*=label-uppercase] .soon-label{text-transform:uppercase}.soon-wrapper[data-layout*=label-lowercase] .soon-label,.soon[data-layout*=label-lowercase] .soon-label{text-transform:lowercase}.soon-wrapper[data-visual]>.soon-group>.soon-group-inner,.soon[data-visual]>.soon-group>.soon-group-inner{display:table;border-collapse:separate}.soon-wrapper[data-visual]>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner,.soon-wrapper[data-visual]>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner,.soon[data-visual]>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner,.soon[data-visual]>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner{display:block;position:relative;min-width:3.25em}.soon-wrapper[data-visual]>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner::after,.soon-wrapper[data-visual]>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner::after,.soon[data-visual]>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner::after,.soon[data-visual]>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner::after{padding-bottom:100%!important;content:''!important;display:block!important}.soon-wrapper[data-visual] .soon-group-sub,.soon[data-visual] .soon-group-sub{display:table-cell}.soon-wrapper[data-visual] .soon-value,.soon[data-visual] .soon-value{margin:0;position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:1em}.soon-wrapper[data-visual] .soon-label,.soon[data-visual] .soon-label{position:absolute;left:0;right:0;bottom:25%;margin-top:0!important;line-height:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:.325em!important}.soon-wrapper[data-visual][data-layout*=label-above] .soon-label.soon-label,.soon[data-visual][data-layout*=label-above] .soon-label.soon-label{top:25%!important;margin-top:0!important;bottom:auto!important}.soon-wrapper[data-visual*=ring]:not([data-layout*=label-hidden]) .soon-value,.soon[data-visual*=ring]:not([data-layout*=label-hidden]) .soon-value{top:45%}.soon-wrapper[data-visual*=ring]:not([data-layout*=label-hidden]) .soon-label,.soon[data-visual*=ring]:not([data-layout*=label-hidden]) .soon-label{bottom:30%}.soon-wrapper[data-visual*=ring][data-layout*=label-above] .soon-value,.soon[data-visual*=ring][data-layout*=label-above] .soon-value{top:58%}.soon-wrapper[data-visual*=ring][data-layout*=label-above] .soon-label.soon-label,.soon[data-visual*=ring][data-layout*=label-above] .soon-label.soon-label{top:30%!important}.soon-wrapper[data-layout*=group] .soon-label,.soon[data-layout*=group] .soon-label{font-size:.5em}.soon-wrapper[data-layout*=label-small] .soon-label,.soon[data-layout*=label-small] .soon-label{font-size:.4em}.soon-wrapper[data-layout*=label-small][data-visual] .soon-label,.soon[data-layout*=label-small][data-visual] .soon-label{font-size:.275em!important}.soon-wrapper[data-layout*=label-small][data-layout*=line] .soon-label,.soon[data-layout*=label-small][data-layout*=line] .soon-label{font-size:.625em}.soon-wrapper[data-layout*=label-big] .soon-label,.soon[data-layout*=label-big] .soon-label{font-size:.65em}.soon-wrapper[data-layout*=label-big][data-visual] .soon-label,.soon[data-layout*=label-big][data-visual] .soon-label{font-size:.4em!important}.soon-wrapper[data-layout*=label-big][data-layout*=line] .soon-label,.soon[data-layout*=label-big][data-layout*=line] .soon-label{font-size:.875em}.soon-wrapper[data-layout*=label-hidden] .soon-label,.soon[data-layout*=label-hidden] .soon-label{display:none!important}.soon-reflection{display:block!important;overflow:hidden;z-index:0!important;opacity:.3;margin-bottom:-.5em;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);-o-transform:scaleY(-1);transform:scaleY(-1)}.soon-reflection~.soon-label{position:relative;z-index:1;margin-top:1em!important}.soon-reflection::after{position:absolute;left:0;top:0;bottom:0;right:0;opacity:1;z-index:5;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);content:'';background-image:inherit}.soon-reflection.soon-separator{position:absolute!important;left:0;top:1.5em}.soon-no-animation .soon-reflection{display:none!important}.soon-text{min-width:.6875em}.soon-slot{position:relative;display:inline-block;text-align:center;vertical-align:top!important;letter-spacing:.125em;text-indent:.125em}.soon-slot:first-child{margin-left:-.125em}.soon-slot:last-child{margin-right:-.125em}.soon-slot+.soon-slot{margin-left:-.25em}.soon-slot .soon-slot-inner{display:block;-webkit-transform:perspective(100px);-ms-transform:perspective(100px);-o-transform:perspective(100px);transform:perspective(100px);-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden;height:1.5em}.soon-slot-bounding{padding:0 .0625em;visibility:hidden}.soon-slot-new,.soon-slot-old{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.soon-slot-new,.soon-slot-old,.soon-slot-bounding{text-align:center}.soon-slot-animate .soon-slot-new,.soon-slot-animate .soon-slot-old{-webkit-transition:-webkit-transform 800ms,opacity 700ms,color 400ms,-webkit-filter 400ms;-o-transition:-o-transform 800ms,opacity 700ms,color 400ms,filter 400ms;transition:transform 800ms,opacity 700ms,color 400ms,filter 400ms}.soon-milliseconds .soon-slot-animate .soon-slot-new,.soon-milliseconds .soon-slot-animate .soon-slot-old{-webkit-transition:-webkit-transform 100ms,opacity 100ms,color 50ms,-webkit-filter 50ms;-o-transition:-o-transform 100ms,opacity 100ms,color 50ms,filter 50ms;transition:transform 100ms,opacity 100ms,color 50ms,filter 50ms}.soon-slot .soon-slot-new{opacity:0;z-index:2}.soon-slot .soon-slot-old{opacity:1;z-index:1}.soon-slot-animate .soon-slot-new{opacity:1}.soon-slot-animate .soon-slot-old{opacity:0}.soon[data-face*=doctor] .soon-slot .soon-slot-new{opacity:0;z-index:2;-webkit-transform:rotateZ(45deg) scale(0.25);-ms-transform:rotateZ(45deg) scale(0.25);-o-transform:rotateZ(45deg) scale(0.25);transform:rotateZ(45deg) scale(0.25)}.soon[data-face*=doctor] .soon-slot .soon-slot-old{opacity:1;z-index:1;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.soon[data-face*=doctor] .soon-slot-animate .soon-slot-new{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.soon[data-face*=doctor] .soon-slot-animate .soon-slot-old{opacity:0;-webkit-transform:rotateZ(-45deg) scale(1.5);-ms-transform:rotateZ(-45deg) scale(1.5);-o-transform:rotateZ(-45deg) scale(1.5);transform:rotateZ(-45deg) scale(1.5)}.soon[data-face*=slide] .soon-slot .soon-slot-new{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);z-index:2;opacity:0}.soon[data-face*=slide] .soon-slot .soon-slot-old{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);z-index:1;opacity:1}.soon[data-face*=slide] .soon-slot-animate .soon-slot-new{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);opacity:1}.soon[data-face*=slide] .soon-slot-animate .soon-slot-old{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);opacity:0}.soon[data-face*=slide][data-face*=up] .soon-slot .soon-slot-new{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.soon[data-face*=slide][data-face*=up] .soon-slot .soon-slot-old{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.soon[data-face*=slide][data-face*=up] .soon-slot-animate .soon-slot-new{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.soon[data-face*=slide][data-face*=up] .soon-slot-animate .soon-slot-old{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.soon[data-face*=slide][data-face*=left] .soon-slot .soon-slot-new{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.soon[data-face*=slide][data-face*=left] .soon-slot .soon-slot-old{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.soon[data-face*=slide][data-face*=left] .soon-slot-animate .soon-slot-new{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.soon[data-face*=slide][data-face*=left] .soon-slot-animate .soon-slot-old{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.soon[data-face*=slide][data-face*=right] .soon-slot .soon-slot-new{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.soon[data-face*=slide][data-face*=right] .soon-slot .soon-slot-old{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.soon[data-face*=slide][data-face*=right] .soon-slot-animate .soon-slot-new{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.soon[data-face*=slide][data-face*=right] .soon-slot-animate .soon-slot-old{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.soon[data-face*=roll] .soon-slot .soon-slot-new{opacity:0;-webkit-transform:translateY(-102.5%) rotateX(110deg) scale(0.5);-ms-transform:translateY(-102.5%) rotateX(110deg) scale(0.5);-o-transform:translateY(-102.5%) rotateX(110deg) scale(0.5);transform:translateY(-102.5%) rotateX(110deg) scale(0.5);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;z-index:2}.soon[data-face*=roll] .soon-slot .soon-slot-old{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;z-index:1}.soon[data-face*=roll] .soon-slot-animate .soon-slot-new{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.soon[data-face*=roll] .soon-slot-animate .soon-slot-old{opacity:0;-webkit-transform:translateY(102.5%) rotateX(-110deg) scale(0.5);-ms-transform:translateY(102.5%) rotateX(-110deg) scale(0.5);-o-transform:translateY(102.5%) rotateX(-110deg) scale(0.5);transform:translateY(102.5%) rotateX(-110deg) scale(0.5)}.soon[data-face*=roll][data-face*=up] .soon-slot .soon-slot-new{-webkit-transform:translateY(102.5%) rotateX(-110deg) scale(0.5);-ms-transform:translateY(102.5%) rotateX(-110deg) scale(0.5);-o-transform:translateY(102.5%) rotateX(-110deg) scale(0.5);transform:translateY(102.5%) rotateX(-110deg) scale(0.5);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.soon[data-face*=roll][data-face*=up] .soon-slot .soon-slot-old{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.soon[data-face*=roll][data-face*=up] .soon-slot-animate .soon-slot-new{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.soon[data-face*=roll][data-face*=up] .soon-slot-animate .soon-slot-old{-webkit-transform:translateY(-102.5%) rotateX(110deg) scale(0.5);-ms-transform:translateY(-102.5%) rotateX(110deg) scale(0.5);-o-transform:translateY(-102.5%) rotateX(110deg) scale(0.5);transform:translateY(-102.5%) rotateX(110deg) scale(0.5)}.soon[data-face*=roll][data-face*=left] .soon-slot .soon-slot-new{-webkit-transform:translateX(102.5%) rotateY(-110deg) scale(0.5);-ms-transform:translateX(102.5%) rotateY(-110deg) scale(0.5);-o-transform:translateX(102.5%) rotateY(-110deg) scale(0.5);transform:translateX(102.5%) rotateY(-110deg) scale(0.5);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;-o-transform-origin:0 50%;transform-origin:0 50%}.soon[data-face*=roll][data-face*=left] .soon-slot .soon-slot-old{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.soon[data-face*=roll][data-face*=left] .soon-slot-animate .soon-slot-new{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.soon[data-face*=roll][data-face*=left] .soon-slot-animate .soon-slot-old{-webkit-transform:translateX(-102.5%) rotateY(110deg) scale(0.5);-ms-transform:translateX(-102.5%) rotateY(110deg) scale(0.5);-o-transform:translateX(-102.5%) rotateY(110deg) scale(0.5);transform:translateX(-102.5%) rotateY(110deg) scale(0.5)}.soon[data-face*=roll][data-face*=right] .soon-slot .soon-slot-new{-webkit-transform:translateX(-102.5%) rotateY(110deg) scale(0.5);-ms-transform:translateX(-102.5%) rotateY(110deg) scale(0.5);-o-transform:translateX(-102.5%) rotateY(110deg) scale(0.5);transform:translateX(-102.5%) rotateY(110deg) scale(0.5);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.soon[data-face*=roll][data-face*=right] .soon-slot .soon-slot-old{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;-o-transform-origin:0 50%;transform-origin:0 50%}.soon[data-face*=roll][data-face*=right] .soon-slot-animate .soon-slot-new{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.soon[data-face*=roll][data-face*=right] .soon-slot-animate .soon-slot-old{-webkit-transform:translateX(102.5%) rotateY(-110deg) scale(0.5);-ms-transform:translateX(102.5%) rotateY(-110deg) scale(0.5);-o-transform:translateX(102.5%) rotateY(-110deg) scale(0.5);transform:translateX(102.5%) rotateY(-110deg) scale(0.5)}.soon[data-face*=rotate] .soon-slot-new,.soon[data-face*=rotate] .soon-slot-old{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom}.soon[data-face*=rotate] .soon-slot .soon-slot-new{-webkit-transform:rotateZ(-90deg) scale(0.125);-ms-transform:rotateZ(-90deg) scale(0.125);-o-transform:rotateZ(-90deg) scale(0.125);transform:rotateZ(-90deg) scale(0.125);opacity:0;z-index:2}.soon[data-face*=rotate] .soon-slot .soon-slot-old{-webkit-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);transform:rotateZ(0deg);opacity:1;z-index:1}.soon[data-face*=rotate] .soon-slot-animate .soon-slot-new{-webkit-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);transform:rotateZ(0deg);opacity:1}.soon[data-face*=rotate] .soon-slot-animate .soon-slot-old{-webkit-transform:rotateZ(90deg) scale(0.125);-ms-transform:rotateZ(90deg) scale(0.125);-o-transform:rotateZ(90deg) scale(0.125);transform:rotateZ(90deg) scale(0.125);opacity:0}.soon[data-face*=rotate][data-face*=left] .soon-slot .soon-slot-new{-webkit-transform:rotateZ(90deg) scale(0.125);-ms-transform:rotateZ(90deg) scale(0.125);-o-transform:rotateZ(90deg) scale(0.125);transform:rotateZ(90deg) scale(0.125)}.soon[data-face*=rotate][data-face*=left] .soon-slot .soon-slot-old{-webkit-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);transform:rotateZ(0deg)}.soon[data-face*=rotate][data-face*=left] .soon-slot-animate .soon-slot-new{-webkit-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);transform:rotateZ(0deg)}.soon[data-face*=rotate][data-face*=left] .soon-slot-animate .soon-slot-old{-webkit-transform:rotateZ(-90deg) scale(0.125);-ms-transform:rotateZ(-90deg) scale(0.125);-o-transform:rotateZ(-90deg) scale(0.125);transform:rotateZ(-90deg) scale(0.125)}.soon[data-face*=shadow-hard] .soon-separator,.soon[data-face*=shadow-hard] .soon-slot-inner{text-shadow:0 .0625em 0 rgba(0,0,0,.15)}.soon[data-face*=shadow-soft] .soon-separator,.soon[data-face*=shadow-soft] .soon-slot-inner{text-shadow:0 .0625em .125em rgba(0,0,0,.333)}.soon[data-face*=glow] .soon-separator,.soon[data-face*=glow] .soon-slot-inner{text-shadow:0 0 .125em rgba(255,255,255,.75)}.soon[data-face*=fast] .soon-slot-animate .soon-slot-new,.soon[data-face*=fast] .soon-slot-animate .soon-slot-old{-webkit-transition:-webkit-transform 500ms,opacity 400ms,color 200ms,-webkit-filter 200ms;-o-transition:-o-transform 500ms,opacity 400ms,color 200ms,filter 200ms;transition:transform 500ms,opacity 400ms,color 200ms,filter 200ms}.soon[data-face*=faster] .soon-slot-animate .soon-slot-new,.soon[data-face*=faster] .soon-slot-animate .soon-slot-old{-webkit-transition:-webkit-transform 250ms,opacity 175ms,color 100ms,-webkit-filter 100ms;-o-transition:-o-transform 250ms,opacity 175ms,color 100ms,filter 100ms;transition:transform 250ms,opacity 175ms,color 100ms,filter 100ms}.soon-flip{position:relative;text-align:center;vertical-align:top!important;margin:0 -.03125em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.soon-flip:only-child{margin:0}.soon-flip-inner{display:block!important;overflow:hidden;padding:.25em .125em;height:1.5em}.soon-flip-card{display:block!important;position:relative}.soon-flip-bounding{visibility:hidden;padding:0 .25em}.soon-flip-fallback,.soon-flip-face{color:#fff;background-color:#333}.soon-flip-face{-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;outline:1px solid transparent}.soon-flip-fallback,.soon-flip-face{position:absolute;left:0;right:0;overflow:hidden}.soon-flip-front{-webkit-transform:perspective(300px) rotateX(0deg);-ms-transform:perspective(300px) rotateX(0deg);-o-transform:perspective(300px) rotateX(0deg);transform:perspective(300px) rotateX(0deg);top:0;bottom:50%;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;z-index:5}.soon-flip-back{-webkit-transform:perspective(300px) rotateX(180deg);-ms-transform:perspective(300px) rotateX(180deg);-o-transform:perspective(300px) rotateX(180deg);transform:perspective(300px) rotateX(180deg);top:50%;bottom:0;-webkit-transform-origin:center top;-ms-transform-origin:center top;-o-transform-origin:center top;transform-origin:center top;z-index:4}.soon-flip-back,.soon-flip-bottom{line-height:0}.soon-flip-top,.soon-flip-bottom{overflow:hidden}.soon-flip-top{top:0;bottom:50%}.soon-flip-bottom{top:50%;bottom:0}.soon-flip-fallback{top:0;bottom:0}.soon-flip-fallback::before,.soon-flip-face::before{position:absolute;left:0;right:0;height:1px;content:''}.soon-flip-top::before,.soon-flip-front::before{bottom:0;background-color:rgba(0,0,0,.25)}.soon-flip-bottom::before,.soon-flip-back::before{top:0;background-color:rgba(0,0,0,.06125)}.soon-flip-fallback::before{top:50%;background-color:rgba(0,0,0,.25)}@-webkit-keyframes flip-front{0%{-webkit-transform:perspective(300px) rotateX(0deg);transform:perspective(300px) rotateX(0deg)}100%{-webkit-transform:perspective(300px) rotateX(-180deg);transform:perspective(300px) rotateX(-180deg)}}@-o-keyframes flip-front{0%{-o-transform:perspective(300px) rotateX(0deg);transform:perspective(300px) rotateX(0deg)}100%{-o-transform:perspective(300px) rotateX(-180deg);transform:perspective(300px) rotateX(-180deg)}}@keyframes flip-front{0%{-webkit-transform:perspective(300px) rotateX(0deg);-ms-transform:perspective(300px) rotateX(0deg);-o-transform:perspective(300px) rotateX(0deg);transform:perspective(300px) rotateX(0deg)}100%{-webkit-transform:perspective(300px) rotateX(-180deg);-ms-transform:perspective(300px) rotateX(-180deg);-o-transform:perspective(300px) rotateX(-180deg);transform:perspective(300px) rotateX(-180deg)}}@-webkit-keyframes flip-back{0%{-webkit-transform:perspective(300px) rotateX(180deg);transform:perspective(300px) rotateX(180deg)}100%{-webkit-transform:perspective(300px) rotateX(0deg);transform:perspective(300px) rotateX(0deg)}}@-o-keyframes flip-back{0%{-o-transform:perspective(300px) rotateX(180deg);transform:perspective(300px) rotateX(180deg)}100%{-o-transform:perspective(300px) rotateX(0deg);transform:perspective(300px) rotateX(0deg)}}@keyframes flip-back{0%{-webkit-transform:perspective(300px) rotateX(180deg);-ms-transform:perspective(300px) rotateX(180deg);-o-transform:perspective(300px) rotateX(180deg);transform:perspective(300px) rotateX(180deg)}100%{-webkit-transform:perspective(300px) rotateX(0deg);-ms-transform:perspective(300px) rotateX(0deg);-o-transform:perspective(300px) rotateX(0deg);transform:perspective(300px) rotateX(0deg)}}@-webkit-keyframes flip-shadow-in{20%{opacity:0}65%{opacity:1}100%{opacity:1}}@-o-keyframes flip-shadow-in{20%{opacity:0}65%{opacity:1}100%{opacity:1}}@keyframes flip-shadow-in{20%{opacity:0}65%{opacity:1}100%{opacity:1}}@-webkit-keyframes flip-shadow-in-direct{10%{opacity:0}50%{opacity:.25}50.1%{opacity:0}100%{opacity:0}}@-o-keyframes flip-shadow-in-direct{10%{opacity:0}50%{opacity:.25}50.1%{opacity:0}100%{opacity:0}}@keyframes flip-shadow-in-direct{10%{opacity:0}50%{opacity:.25}50.1%{opacity:0}100%{opacity:0}}@-webkit-keyframes flip-shadow-out{15%{opacity:1}70%{opacity:0}100%{opacity:0}}@-o-keyframes flip-shadow-out{15%{opacity:1}70%{opacity:0}100%{opacity:0}}@keyframes flip-shadow-out{15%{opacity:1}70%{opacity:0}100%{opacity:0}}.soon-flip-front::after,.soon-flip-bottom::after,.soon-flip-top::after{position:absolute;left:0;right:0;bottom:0;top:0;content:''}.soon-flip-top::after{background:-webkit-linear-gradient(bottom,#000 0,transparent 100%);background:-o-linear-gradient(bottom,#000 0,transparent 100%);background:linear-gradient(to top,#000 0,transparent 100%)}.soon-flip-bottom::after{opacity:0;background:-webkit-linear-gradient(top,#000 25%,rgba(0,0,0,.4) 100%);background:-o-linear-gradient(top,#000 25%,rgba(0,0,0,.4) 100%);background:linear-gradient(to bottom,#000 25%,rgba(0,0,0,.4) 100%)}.soon-flip-front::after{opacity:0;background:-webkit-linear-gradient(bottom,#000 25%,rgba(0,0,0,.4) 100%);background:-o-linear-gradient(bottom,#000 25%,rgba(0,0,0,.4) 100%);background:linear-gradient(to top,#000 25%,rgba(0,0,0,.4) 100%)}.soon-flip-animate .soon-flip-front{-webkit-animation-name:flip-front;-o-animation-name:flip-front;animation-name:flip-front}.soon-flip-animate .soon-flip-back{-webkit-animation-name:flip-back;-o-animation-name:flip-back;animation-name:flip-back}.soon-flip-animate .soon-flip-top::after{-webkit-animation-name:flip-shadow-out;-o-animation-name:flip-shadow-out;animation-name:flip-shadow-out}.soon-flip-animate .soon-flip-bottom::after{-webkit-animation-name:flip-shadow-in;-o-animation-name:flip-shadow-in;animation-name:flip-shadow-in}.soon-flip-animate .soon-flip-front::after{-webkit-animation-name:flip-shadow-in-direct;-o-animation-name:flip-shadow-in-direct;animation-name:flip-shadow-in-direct}.soon-flip-front,.soon-flip-back,.soon-flip-front::after,.soon-flip-bottom::after,.soon-flip-top::after{-webkit-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:750ms;-o-animation-duration:750ms;animation-duration:750ms;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.soon-milliseconds .soon-flip-front,.soon-milliseconds .soon-flip-back,.soon-milliseconds .soon-flip-front::after,.soon-milliseconds .soon-flip-bottom::after,.soon-milliseconds .soon-flip-top::after{-webkit-animation-duration:100ms;-o-animation-duration:100ms;animation-duration:100ms}.soon[data-face*=fast] .soon-flip-front,.soon[data-face*=fast] .soon-flip-back,.soon[data-face*=fast] .soon-flip-front::after,.soon[data-face*=fast] .soon-flip-bottom::after,.soon[data-face*=fast] .soon-flip-top::after{-webkit-animation-duration:500ms;-o-animation-duration:500ms;animation-duration:500ms}.soon[data-face*=faster] .soon-flip-front,.soon[data-face*=faster] .soon-flip-back,.soon[data-face*=faster] .soon-flip-front::after,.soon[data-face*=faster] .soon-flip-bottom::after,.soon[data-face*=faster] .soon-flip-top::after{-webkit-animation-duration:250ms;-o-animation-duration:250ms;animation-duration:250ms}.soon[data-face*=corners-sharp] .soon-flip-fallback,.soon[data-face*=corners-sharp] .soon-flip-card{border-radius:.0625em}.soon[data-face*=corners-sharp] .soon-flip-top,.soon[data-face*=corners-sharp] .soon-flip-front{border-radius:.0625em .0625em 0 0}.soon[data-face*=corners-sharp] .soon-flip-bottom,.soon[data-face*=corners-sharp] .soon-flip-back{border-radius:0 0 .0625em .0625em}.soon[data-face*=corners-sharp] .soon-flip-bottom::after{border-radius:0 0 .0625em .0625em}.soon[data-face*=corners-sharp] .soon-flip-front::after{border-radius:.0625em .0625em 0 0}.soon[data-face*=corners-round] .soon-flip-fallback,.soon[data-face*=corners-round] .soon-flip-card{border-radius:.175em}.soon[data-face*=corners-round] .soon-flip-top,.soon[data-face*=corners-round] .soon-flip-front{border-radius:.175em .175em 0 0}.soon[data-face*=corners-round] .soon-flip-bottom,.soon[data-face*=corners-round] .soon-flip-back{border-radius:0 0 .175em .175em}.soon[data-face*=corners-round] .soon-flip-bottom::after{border-radius:0 0 .175em .175em}.soon[data-face*=corners-round] .soon-flip-front::after{border-radius:.175em .175em 0 0}.soon[data-face*=color-light] .soon-flip-fallback,.soon[data-face*=color-light] .soon-flip-face{background-color:#f7f7f7;color:#464646}.soon[data-face*=color-light] .soon-flip-top,.soon[data-face*=color-light] .soon-flip-front{box-shadow:inset 0 .0625rem 0 #fff}.soon[data-face*=color-light] .soon-flip-bottom,.soon[data-face*=color-light] .soon-flip-back{box-shadow:inset 0 -.0625rem 0 rgba(0,0,0,.125);background:-webkit-linear-gradient(bottom,#fff 0,#f0f0f0 100%);background:-o-linear-gradient(bottom,#fff 0,#f0f0f0 100%);background:linear-gradient(to top,#fff 0,#f0f0f0 100%)}.soon[data-face*=color-light] .soon-flip-fallback{box-shadow:inset 0 .0625rem 0 #fff,inset 0 -.0625rem 0 rgba(0,0,0,.125)}.soon[data-face*=color-light] .soon-flip-top::before,.soon[data-face*=color-light] .soon-flip-front::before{background-color:rgba(255,255,255,.125);box-shadow:0 -.0625rem 0 rgba(255,255,255,.06125)}.soon[data-face*=color-light] .soon-flip-bottom,.soon[data-face*=color-light] .soon-flip-back{color:rgba(70,70,70,.95)}.soon[data-face*=color-light] .soon-flip-bottom::before,.soon[data-face*=color-light] .soon-flip-back::before{background-color:rgba(0,0,0,.125);box-shadow:0 .0625rem 0 rgba(0,0,0,.06125)}.soon[data-face*=color-light] .soon-flip-fallback::before{background-color:rgba(0,0,0,.125);box-shadow:0 .0625rem 0 rgba(0,0,0,.06125)}.soon[data-face*=color-light] .soon-flip-top::after{background:-webkit-linear-gradient(bottom,rgba(0,0,0,.6) 0,transparent 100%);background:-o-linear-gradient(bottom,rgba(0,0,0,.6) 0,transparent 100%);background:linear-gradient(to top,rgba(0,0,0,.6) 0,transparent 100%)}.soon[data-face*=color-light] .soon-flip-bottom::after{background:-webkit-linear-gradient(top,rgba(0,0,0,.6) 25%,rgba(0,0,0,.2) 100%);background:-o-linear-gradient(top,rgba(0,0,0,.6) 25%,rgba(0,0,0,.2) 100%);background:linear-gradient(to bottom,rgba(0,0,0,.6) 25%,rgba(0,0,0,.2) 100%)}.soon[data-face*=color-dark] .soon-flip-face{background-color:#2e2e2e;color:#ededed}.soon[data-face*=color-dark] .soon-flip-top,.soon[data-face*=color-dark] .soon-flip-front{box-shadow:inset 0 .0625rem 0 rgba(255,255,255,.05)}.soon[data-face*=color-dark] .soon-flip-bottom,.soon[data-face*=color-dark] .soon-flip-back{color:rgba(237,237,237,.95);box-shadow:inset 0 -.0625rem 0 rgba(255,255,255,.05)}.soon[data-face*=shadow-soft] .soon-flip-card{box-shadow:0 .0625em .0625em rgba(0,0,0,.1),0 .03125em .125em rgba(0,0,0,.5)}.soon[data-face*=shadow-soft][data-face*=color-light] .soon-flip-card{box-shadow:0 .0625em .0625em rgba(0,0,0,.1),0 .03125em .125em rgba(0,0,0,.25)}.soon[data-face*=shadow-hard] .soon-flip-card{box-shadow:0 .0625em 0 rgba(0,0,0,.2)}.soon[data-face*=shadow-hard][data-face*=color-light] .soon-flip-card{box-shadow:0 .0625em 0 rgba(0,0,0,.15),0 0 .0625em rgba(0,0,0,.2)}.soon .soon-reflection .soon-flip-inner{padding-top:0}.soon .soon-reflection .soon-flip-card{box-shadow:none!important}.soon-matrix{vertical-align:top!important}.soon-matrix .soon-matrix-inner{display:table!important;border-collapse:separate;border-spacing:.125rem;margin:0 .125em}.soon-matrix .soon-matrix-row{display:table-row!important}.soon-matrix .soon-matrix-dot{display:table-cell!important;width:.125em;height:.125em;border-radius:.0625em;-webkit-transition:-webkit-transform .5s ease-in-out,opacity .5s ease-in-out,background-color .5s ease-in-out;-o-transition:-o-transform .5s ease-in-out,opacity .5s ease-in-out,background-color .5s ease-in-out;transition:transform .5s ease-in-out,opacity .5s ease-in-out,background-color .5s ease-in-out}.soon-matrix .soon-matrix-dot[data-state='1']{background-color:rgba(0,0,0,.8)}.soon[data-face*=dot-round] .soon-matrix-dot{border-radius:50%}.soon[data-face*=dot-square] .soon-matrix-dot{border-radius:0}.soon[data-face*=shadow-soft] .soon-matrix-dot{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,.05),0 0 0 transparent}.soon[data-face*=shadow-soft] .soon-matrix-dot[data-state='1']{box-shadow:inset 0 0 0 transparent,0 .0625rem .125rem rgba(0,0,0,.5);-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px)}.soon[data-face*=shadow-hard] .soon-matrix-dot{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);box-shadow:inset 0 .0625rem 0 rgba(0,0,0,.05),0 0 0 transparent}.soon[data-face*=shadow-hard] .soon-matrix-dot[data-state='1']{box-shadow:inset 0 0 0 transparent,0 .0625rem 0 rgba(0,0,0,.25);-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px)}.soon[data-face*=glow] .soon-matrix-dot[data-state='1']{box-shadow:0 0 .25rem .125rem rgba(255,255,255,.5)}.soon[data-face*=color-light] .soon-matrix-dot[data-state='1']{background:#fff}.soon[data-face*=color-dark] .soon-matrix-dot[data-state='1']{background:#333}.soon[data-face*=tight] .soon-matrix-char{border-spacing:0}.soon[data-face*=spacey] .soon-matrix-char{border-spacing:.125em}.soon[data-scale=xs] .soon-matrix-char{border-spacing:.0625em}.soon[data-scale=xxs] .soon-matrix-char{border-spacing:.0625em}.soon[data-scale=xxs] .soon-matrix-inner{margin-right:0;margin-left:0}.soon[data-face*=animate-color] .soon-matrix-dot{opacity:1}.soon[data-face*=slide][data-face*=up] .soon-matrix-dot[data-state='0']{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.soon[data-face*=slide][data-face*=down] .soon-matrix-dot[data-state='0']{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.soon[data-face*=slide][data-face*=left] .soon-matrix-dot[data-state='0']{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.soon[data-face*=slide][data-face*=right] .soon-matrix-dot[data-state='0']{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.soon[data-face*=slide] .soon-matrix-dot[data-state='1']{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.soon-ring{position:absolute;left:0;top:0;right:0;bottom:0}.soon-ring canvas{vertical-align:top;position:absolute;left:0;right:0}.soon-ring .soon-ring-progress{color:inherit;border:2px solid transparent;border-radius:0}.soon[data-visual*=color-light] .soon-ring-progress{background-color:rgba(255,255,255,.25);color:rgba(255,255,255,.85)}.soon[data-visual*=color-dark] .soon-ring-progress{background-color:rgba(0,0,0,.15);color:rgba(0,0,0,.65)}.soon[data-visual*=cap-round] .soon-ring-progress{border-radius:1px}.soon[data-visual*=shadow-hard-progress] .soon-ring-progress{padding:3px;text-shadow:0 3px 0 rgba(0,0,0,.15)}.soon[data-visual*=shadow-soft-progress] .soon-ring-progress{padding:5px;text-shadow:0 3px 5px rgba(0,0,0,.333)}.soon[data-visual*=glow-progress] .soon-ring-progress{padding:6px;text-shadow:0 0 6px #fff}.soon[data-visual*=shadow-hard-background] .soon-ring-progress{padding:3px;box-shadow:0 3px 0 rgba(0,0,0,.15)}.soon[data-visual*=shadow-soft-background] .soon-ring-progress{padding:5px;box-shadow:0 3px 5px rgba(0,0,0,.333)}.soon[data-visual*=glow-background] .soon-ring-progress{padding:6px;box-shadow:0 0 6px #fff}.soon .soon-ring-progress{border-width:5px}.soon[data-visual*=width-thin] .soon-ring-progress{border-width:2px}.soon[data-visual*=width-thick] .soon-ring-progress{border-width:9px}.soon .soon-ring.soon-reflection{height:1.5em;bottom:-1.5em;top:auto}.soon .soon-ring.soon-reflection canvas{bottom:0}.soon-fill,.soon-fill-inner,.soon-fill-progress{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.soon-fill-inner{overflow:hidden;background-color:rgba(0,0,0,.15)}.soon-fill-progress{-webkit-transition:all 500ms ease-in-out;-o-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;-webkit-transform:scale(0) rotateZ(0deg) translateX(0) translateY(0);-ms-transform:scale(0) rotateZ(0deg) translateX(0) translateY(0);-o-transform:scale(0) rotateZ(0deg) translateX(0) translateY(0);transform:scale(0) rotateZ(0deg) translateX(0) translateY(0);background:rgba(255,255,255,.6)}.soon[data-format*=ms] .soon-fill-progress{-webkit-transition:none;-o-transition:none;transition:none}.soon[data-visual*=color-light] .soon-fill-inner{background-color:rgba(255,255,255,.15)}.soon[data-visual*=color-light] .soon-fill-progress{background:rgba(255,255,255,.6)}.soon[data-visual*=color-dark] .soon-fill-inner{background-color:rgba(0,0,0,.1)}.soon[data-visual*=color-dark] .soon-fill-progress{background:rgba(0,0,0,.25)}.soon[data-visual*=corners-sharp] .soon-fill-inner{overflow:hidden}.soon[data-visual*=corners-sharp] .soon-fill-progress,.soon[data-visual*=corners-sharp] .soon-fill-inner{border-radius:.125rem}.soon[data-visual*=corners-round] .soon-fill-inner{overflow:hidden}.soon[data-visual*=corners-round] .soon-fill-progress,.soon[data-visual*=corners-round] .soon-fill-inner{border-radius:.5rem}.soon .soon-fill.soon-reflection{margin-top:.5em;-webkit-transform:scaleY(-1) translateY(-100%)!important;-ms-transform:scaleY(-1) translateY(-100%)!important;-o-transform:scaleY(-1) translateY(-100%)!important;transform:scaleY(-1) translateY(-100%)!important}.soon .soon-fill.soon-reflection::after{top:50%}.soon[data-layout*=group]{padding:1em 0;text-align:center}.soon[data-layout*=group][data-visual][data-reflect=true]{padding-bottom:1.5em}.soon[data-layout*=group] .soon-label{display:block;margin:.325rem 0 0;margin-right:-1em;margin-left:-1em}.soon[data-layout*=group] .soon-separator{margin:0;vertical-align:top;min-width:0!important}.soon[data-layout*=group] .soon-separator+.soon-group{margin:0!important}.soon[data-layout*=group] .soon-placeholder{display:block;white-space:nowrap}.soon[data-layout*=group] .soon-group-sub>.soon-group-inner{margin:0 .3125em}.soon[data-layout*=group][data-layout*=overlap]>.soon-group{padding:0 .3125em}.soon[data-layout*=group][data-layout*=overlap] .soon-group-sub>.soon-group-inner{margin:0 -.25em}.soon[data-layout*=group][data-layout*=overlap][data-visual] .soon-group-sub>.soon-group-inner{margin:0 -.3125em}.soon[data-layout*=group][data-layout*=adjacent] .soon-group-sub>.soon-group-inner{margin:0}.soon[data-layout*=group][data-layout*=tight] .soon-group-sub>.soon-group-inner{margin:0 .15em}.soon[data-layout*=group][data-layout*=spacey] .soon-group-sub>.soon-group-inner{margin:0 .5em}@media (max-width:40rem){.soon[data-layout*=group][data-layout*=spacey] .soon-group-sub>.soon-group-inner{margin:0 .3125em}}@media (max-width:30rem){.soon[data-layout*=group][data-layout*=spacey] .soon-group-sub>.soon-group-inner{margin:0 .25em}}.soon[data-layout*=group][data-layout*=label-above] .soon-separator,.soon[data-layout*=group][data-layout*=label-above] .soon-group-sub{padding-top:1em}.soon[data-layout*=group][data-layout*=label-above] .soon-label{position:absolute;margin-top:.25rem!important;top:0;left:0;right:0}.soon[data-layout*=group][data-layout*=label-above] .soon-separator.soon-reflection{top:2.5em}.soon[data-layout*=line]{text-align:center;padding:1em 0}.soon[data-layout*=line][data-initialized=true] .soon-placeholder{margin-left:-.25em}.soon[data-layout*=line] .soon-value,.soon[data-layout*=line] .soon-label{margin-left:.125em;margin-right:.125em}.soon[data-layout*=line] .soon-flip{margin-top:-.1875em}.soon[data-scale=xxl]{font-size:4rem}.soon[data-scale=xl]{font-size:3.5rem}.soon[data-scale='l']{font-size:3rem}.soon[data-scale='m']{font-size:2.5rem}.soon[data-scale='s']{font-size:2rem}.soon[data-scale=xs]{font-size:1.5rem}.soon[data-scale=xxs]{font-size:1.25rem}

#admin-navbar-pad {
  height: 40px;
}
#admin-theme-navbar,
#admin-navbar {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  z-index: 9999;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
}
#admin-theme-navbar a,
#admin-navbar a {
  background: transparent;
}
#admin-theme-navbar a:active,
#admin-navbar a:active,
#admin-theme-navbar a:hover,
#admin-navbar a:hover {
  outline: 0;
}
#admin-theme-navbar strong,
#admin-navbar strong {
  font-weight: bold;
}
#admin-theme-navbar img,
#admin-navbar img {
  border: 0;
  vertical-align: middle;
}
#admin-theme-navbar input,
#admin-navbar input {
  line-height: normal;
}
#admin-theme-navbar button,
#admin-navbar button,
#admin-theme-navbar input,
#admin-navbar input,
#admin-theme-navbar optgroup,
#admin-navbar optgroup,
#admin-theme-navbar select,
#admin-navbar select,
#admin-theme-navbar textarea,
#admin-navbar textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  margin: 0;
}
#admin-theme-navbar p,
#admin-navbar p,
#admin-theme-navbar ol,
#admin-navbar ol,
#admin-theme-navbar ul,
#admin-navbar ul {
  margin: 0;
  padding: 0;
}
#admin-theme-navbar.admin-navbar-responsive,
#admin-navbar.admin-navbar-responsive {
  position: fixed;
}
#admin-theme-navbar {
  background-color: #fff;
  color: #0b1c0c;
  height: 40px;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
#admin-navbar {
  background-color: #348c3b;
  color: #fff;
}
#admin-navbar .admin-navbar-brand-icon {
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkZDQkJERDExOUIzMTFFMjk4RkY5QTlBQzMzOTEyQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkZDQkJERDIxOUIzMTFFMjk4RkY5QTlBQzMzOTEyQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RkNCQkRDRjE5QjMxMUUyOThGRjlBOUFDMzM5MTJBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2RkNCQkREMDE5QjMxMUUyOThGRjlBOUFDMzM5MTJBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PltQBV0AAAGnSURBVHjatJU7SwNBEMdvL+fbys5CtLERGysLwUcnCj4aFRVsBEvxA/gFRFAsLCwUQRFETBfwkaCohSgqFj5QwS6FhYWicD7O/8IcDsPmLiGXgR+5mRv+t5md2VWe51mFMiel1AJ+K1gsDaZB3l91wAQoFvF9cJCvuA3eDPGpKMqixSsN8S7QGEVZhkAJ6AeDLL4BbvLQTqvkv1NHYmURNcuazZxnsBVhJy7bIqDb8icC4Qdw4ojgOdgDnSy2DlZo8zNZlV4pKCc/AVzHkDgnxJvAaMhKe5mw5ZfXtBo9QGfMbwBjIeLj7PkenPotJ+0XzFM5fJsEKfBtyK8G7cyPg69M4n6C3pR6Vpon+rBpVmL0rM+jbT6hJvsEiyJWRMMmibGca3ARJq5tFbzk2IJx3spOQOIrmKUjwaVVlhryXPqnCmzKegXZDDgEzeAIXJKIxWpcC3poj25zEe8AO1TvD9BGg8Y7RX+0hnx9NyxlU3NtfSRs0ZB0i/ctTFjbgDzPg0zeRsfCvwLvYgCzLove/WHQCnZBUrx/pKNiBNzJ9lWFvP3/BBgATQxS+mSxknQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  width: 40px;
  background-position: 8px 8px;
}
#admin-navbar .admin-navbar-collapse-link {
  padding: 0;
  float: right;
  width: 40px;
  padding-top: 6px;
  box-sizing: border-box;
}
#admin-navbar .admin-navbar-collapse-link.open,
#admin-navbar .admin-navbar-collapse-link:hover {
  background-color: #42b14b;
}
#admin-navbar .admin-navbar-bar {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-top: 5px;
}
#admin-navbar .admin-navbar-collapse {
  display: none;
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  background-color: #42b14b;
  padding-bottom: 10px;
}
#admin-navbar .admin-navbar-collapse.open {
  display: block;
}
#admin-navbar .admin-navbar-collapse .qa_tag,
#admin-navbar .admin-navbar-collapse .dev_tag {
  color: red;
  font-weight: bold;
  float: left;
}
#admin-navbar .admin-navbar-collapse-block {
  display: block;
}
#admin-navbar .admin-navbar-collapse-block > a:link,
#admin-navbar .admin-navbar-collapse-block > a:visited {
  display: block;
  line-height: 40px;
  padding: 0 10px;
}
@media (max-width: 1025px) {
  #admin-navbar .admin-navbar-collapse-block > a:link.admin-navbar-lens-link,
  #admin-navbar .admin-navbar-collapse-block > a:visited.admin-navbar-lens-link {
    display: none;
  }
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-toggle {
  padding: 0 10px;
  display: block;
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-title {
  font-weight: bold;
  color: #26672b;
  text-transform: uppercase;
  padding: 6px;
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-inner {
  display: none;
  background-color: #bee7c2;
  line-height: 20px;
  padding: 0;
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 12px 4px rgba(0, 0, 0, 0.08);
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-inner a:link:not(.fa_icon),
#admin-navbar .admin-navbar-menu .admin-navbar-menu-inner a:visited:not(.fa_icon) {
  padding: 8px;
  display: block;
  color: #0b1c0c;
  line-height: 13px;
  height: auto;
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-inner a:hover:not(.fa_icon) {
  background-color: rgba(0, 0, 0, 0.05);
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-inner a.fa_icon {
  width: 11%;
  display: inline;
  padding: 5px 6px 8px 5px;
  float: left;
  color: #26672b;
  height: 29px;
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-inner a.fa_icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: underline;
  background-image: none;
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-inner a.lens_name {
  display: inline-block;
  width: 89%;
  margin-left: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-inner li {
  list-style-type: none;
  display: block;
  clear: both;
}
#admin-navbar .admin-navbar-menu .admin-navbar-menu-inner .divider {
  height: 1px;
  background-color: #ccc;
  width: 100%;
}
#admin-navbar .admin-navbar-menu.open .admin-navbar-menu-inner {
  display: block;
}
#admin-navbar .admin-navbar-search {
  padding: 0 10px;
}
#admin-navbar .admin-navbar-search ::-webkit-input-placeholder {
  color: #348c3b;
}
#admin-navbar .admin-navbar-search input {
  background-color: #61c569;
  height: 30px;
  margin: 5px 0;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  padding: 5px 15px;
  line-height: 24px;
  border-radius: 15px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
}
#admin-navbar .admin-navbar-search input:focus {
  background-color: #fff;
  color: #000;
  outline: 0;
}
#admin-navbar a:link,
#admin-navbar a:visited {
  height: 40px;
  color: #ffffff;
  text-decoration: none;
}
#admin-navbar a:hover {
  color: #fff;
  background-color: #61c569;
}
#admin-navbar.qa_instance {
  background-color: #610A0A;
}
#admin-navbar.dev_instance {
  background-color: #333;
}
@media (min-width: 1025px) {
  .lens_name_sm {
    display: none;
  }
  #admin-navbar {
    position: fixed;
  }
  #admin-navbar .admin-navbar-brand-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAXCAYAAADAxotdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODExOTEwMkRDODgzMTFFMTk0QkZCNzY1MUU1OTIwREYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODExOTEwMkVDODgzMTFFMTk0QkZCNzY1MUU1OTIwREYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MTE5MTAyQkM4ODMxMUUxOTRCRkI3NjUxRTU5MjBERiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MTE5MTAyQ0M4ODMxMUUxOTRCRkI3NjUxRTU5MjBERiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj6RXi8AAASVSURBVHja7FrRcdswDLV8+a965/+qE5SdoPIEUSaIPEGcCapMYGcCORPYmUDKBHInsAZwz+4ELhmDOQQBKVKxFV8S3OEkixQJAgTwQLnX+6STpd1uN5Y8lxy2HSOwDJ7Ii5D8Cx49SK6DIJh1uMBQzrc90tiRvKTw84dkNdfwhIyrZMvhZy35Qsq3PMjAklc7M4UdLE5IziVvjjhHTBd2QsYN1dqJeOkhBs53zRQfeXF5F0o/ZQMjIxddG/cwk9nlKD6ygSF1PJPzNeOdoUGo4VTuu5Zcythfo5wV0nAqL4nOY/BY5Yp7+V5JQQP0+Sb5FnKLGvNc8g10Cw0LXP4Ngoi0Lwd7Obs2gl4zxieLphwJa7mUHCE9/UM4QLUvJI/QHOq9K6UfbnxGli3IM3vCL9RrIAeHptBh8zhCBe5P2hKS60VTalj3eoXkHeK8Sw8GGVcN6xWGcDv3iZDymtlSo8OYKoenffBMGgZGJvTKPI8sOlHjjg1tV2QnixZ2Stf2+Q/ttZXDejkjz7U3OlDpkp/VPA1jqj7bPqPYmobWBlIDzSDE3sA9pkuLMjTdoxDjS1ddAB5QKKUlMNXHU+QCz4tJ6psCU2f5rtKhg0i/GbstYXPo96dyrAUXCgrPhTsjYSaM5AyoMIIs6a1CMheqfXnlE6IZHVVYbnUPzzBlBvAqSMh/pg/LnDEKzTQU0/CdaNv0X7OzVbgGQSqUu/OeG/BRkWLkuGMfabAHVSUCZG1p4dn/nPy+wHLD/YXhHbyBSwyU4L50THdc5FN0SyOu8lydSs+YECM8PLgi/SMGjRsN3NY6ysjr9nlb0R1F6w0kiJFqZrOrSqNEBhAoJNsM6IshhE/O7nM5BMoZl6M0QSbicvCx6Jb8VjltaOAp3liDl2v2odCz7R4bE0J2CJwTA98dWB5jqbMxFdg6hxCIviJ9Jg45uHjtQYfKpTivWvrNUb+Jb5nE6Cd2KLsK1OZSIuUNeT9G+dUZM+kcfGNAgjmcTcdwLRBqDQkyPBRtyULnMD+34bDc0ZopG9Z7ORMXLwGlUhbMO3PQh/bEFEqhnmGeEYkiLhHJVkZhHcU6KiAQNnlRqjE7xkQZ56WwyzPuyNPTg8eGeSvOeJI3PujZdtBhIB2xqp07Vcy6EqSjDPS3IVFTNHmwh62qF1WO44spKg2cyNPA3JeUp43FGDnzMPDY08ArIteqlWLdvxrNXQzs8e0g7xMkmAEoKZvQLyDJkSE8twZaAO+HDMo2lTZTj+F9y6MFkeunZW36AGPo+g0b+mHAl3joaQQpyjSXGvcuaDjEEAj2P57a0BIB+iWABrdIKQm8s9W1H3hhierg2uFwPkabzwSiUlR3/iHNX2AdDxI9Z8z6mmr12kE3pe30D9YxofUzPMeRTOnqK2qLkEOVLnoCG5QH+XPAqRAJ0xlpq+D5pqtza+YDxYaE8MKQ0/PeJ7EGxkeXBXoekRycvoGBJ67A7Bj/lum/Exs/cPeDfXhb4tDVtWAyVF7DMaYtHc18crfX/O/Ii4U+r2bqYAEnWPVbyghlUIzOEErANUf708J/AQYAkuOvYqo9+sMAAAAASUVORK5CYII=);
    width: 136px;
    background-position: 8px 10px;
  }
  #admin-navbar .admin-navbar-collapse-link {
    display: none;
  }
  #admin-navbar .admin-navbar-collapse {
    margin-top: 0;
    padding-left: 40px;
    display: block;
    background-color: #348c3b;
    padding-bottom: 0;
  }
  #admin-navbar .admin-navbar-contextual {
    float: left;
  }
  #admin-navbar .admin-navbar-contextual a:link {
    display: inline-block;
  }
  #admin-navbar .admin-navbar-contextual .admin-navbar-menu {
    display: inline-block;
  }
  #admin-navbar .admin-navbar-contextual .admin-navbar-menu .admin-navbar-menu-toggle {
    padding: 0 10px;
  }
  #admin-navbar .admin-navbar-contextual .admin-navbar-menu .admin-navbar-menu-inner {
    right: auto;
    left: 0;
  }
  #admin-navbar .admin-navbar-lens-menu {
    float: right;
  }
  #admin-navbar .admin-navbar-lens-menu > a:link,
  #admin-navbar .admin-navbar-lens-menu a:visited {
    padding: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABaCAYAAABAO43mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEM2QzNGNzI3Qjk5MTFFMTk4QTM5RDU2MTUzQzI3QjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEM2QzNGNzM3Qjk5MTFFMTk4QTM5RDU2MTUzQzI3QjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzZDM0Y3MDdCOTkxMUUxOThBMzlENTYxNTNDMjdCMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzZDM0Y3MTdCOTkxMUUxOThBMzlENTYxNTNDMjdCMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtN/JpsAAAz5SURBVHja7FpbbFTXFV1z58777cd4bPy2MTZjHjEGtwQVhECRoKkqaImQkuYjCRI/UVol+StKxAeKkJofEgU1ghCJRGkRqopIK0iCQnAwJMS8bMBgbDM29vg5nvd7us/lXDhM7MSooPbDV9qa8fWds/Y+Z5+999nranK5HOZwafinxL9rhHvsygmSFe795CXPAVTiouXPawXRcJCMIGn+meWSe1Rw1TIVUE9iEETH/ydxAAaWIkkIkuKSEWblZ8FVa2UOZCSxCGIWFFDBVeAoSUSQOL+fEZSYFVy0loFaSewkThLXhQsXms+fP9967dq1+sHBwdJIJGIxmUxRj8czXFdX17ty5crv1q1bd4WeDXAJkoS5EshXQCM4nGqxjltnIykgKSbAVZ988snv2tvbm5PJpFan04GJeqVSKUXoXra5ubl727ZtRzZt2tRB/xojmeRKxPKW4SFwEdhBUkTi+fDDD//wwQcf/DaTyejsdjuSyThisRhS6ZQyhCRJMBgMMBiNkDQSIpGoYuGzzz577O233z5A30e4EtN8WVSHvA+u4VNt4tPsJil75513/njw4MH1JSUlBBjF5OQkUkkNEgkDshkzrFY79HqNMqsaKQqjOQerxYxMJodwOIzVq1d/Q4rvpQfukoxyBWJcgZwKruVOZOMWl+/fv3/Hu+++u6WsrAwj/mFEQnEkw0akk26YTPVo9C6Bw+WCmQCz6QAmJ4Yw5u9FknBsLi0pB0WB9evXH6dx9tGYg3wGQqoTMnDVaubJLmZxR0fHhp07d+5yOBzS6Kgf4WkCDphh0tTCZlqOphVPobiiBFmNBnZSV5OOIZuaRDQ4gd5b3RgJdcJRIiERT9EyRHJvvPHGnueff/7fNPYQ9wE2/SlJ8HAD927XgQMHttNaSqFwCFGyOD2lJ62qUG1ZgVqPF02NtSgvK0FNTRkKCophMRbBqvWg2FmIFd6VqKTnIoEMjCYDLYte8/HHH2+Px+OFfHyDGqAkYb3ZTcvZs2dbyLsbrFYLAoEAsiE9HDkPagyLUeGswLKmalSXFdDakpMZ9LBbrCghBYqsbtg0hbCZZaxsaoM56mGrCj09Mzo6WvPpp5+u4OBGjvcjcPPp06dXa+iKxWPIJbQwJFxYoG/AAnM1ljcshFOrw/jQFEKhEDlgCLFwEsVmK6pcJSgxemgGrLA7dWj2tCIykYTZYoIsyzh16tTT3KH1KrgsTDvbZkYKILU6vZ68OwwpYYdVqoPdUA9PRQ1KXG7cvjOExHQSuSo9xpK0tTI6FLhjeGpxHWzpYmimJjAW98HtLEZuQA9dhQ5arRY+n6+WW61XQ7OcF9V0fr/fpZU0tF2ykHJ10JuXIV24APqqCgS09IjOiMkbtxEO+GlPlMOe08Hvu4tkvQ2llU7cHZVoVyRpTjPQxvVgm4kmErTmdiExSaLl95MJRSrDvT9IAftSJGxNCBe5MOEpRtQkY1STwa1oMYbufI/S9HV4KpsRy1oxOj6IohoXkqkYJF0O0+Qv6XiGRtEp4DSuLi8lPxTblcxDU5Rm37QUuRL2MKK2MIJWDWRzACWVhRh0ptAZuo1Ecgz+oRTk0AiqyoA2eQ0i0QSmE5MYGr6LO7f8tJHT0MpGsFiijPsgrudU8JyQFtO0t0npgEvWUtg09iNidWFSMiHlckC7wImSqmKUjlrh69ciI0vo9PXRAG7Eg8X4Z8dJXOj+GuNBPzmqHWljnOK9UwEnp4vk5fqcnJ+Pq6urfb29vdVGitXBxDAKXF4k9Fm4LUGEkxOwWAqxZuOvcVPvxOSlbnhkD1ZVt+HU5Q60f3uYBooq5ugphunLKfqR71BegNvtHhTyvJJcJG450yjJ4m5ra+t37GFZZ4AlO02RbQAupwWTFOmMIT8ioz4kgmOoWbQETW2/QcECL8780IGjX/8V/vgQxhMUwtM2jOb6UVHrobA7hWw2i5aWlvM8ridVcFkAZzk3snnz5rOHDh0aHhsbK7WbjYjcvYp4IU2rqRpTvkFSpIDiexpd3QMYuHwHKX8Imakg9Jko7Y4EHDoCjE/D3SyTATpEo1GW+cZfeumls0KBwfCyklCDsSkJWyyWsS1bthylraHsxDKLhNClU5js60FwOoLeazdwp6sLg90XEZ/oQTpBs6nNIqs1kY/UIJLKwVQ5QYmnHgP9A4p3rV279h+VlZUjvLBI5Gc1NcKp6bR8x44df6Yw22azWaGTtRicjCFhLYezfCHi0QymRycRmwwiQ9+lNOXyFI2XHEBtvQTv0nrcutmrTLfVau388ssvd9GYPiGvKwqI+VzHwx8rmUoo2NRRZnurr6+vwWw2w0JLEKMsNRKgDEeBKks1RzSaQzIUgUFKoLhAi4X1JZRuDejnFpOH36Yk9daiRYt66E8/L63UgiIrVjJqiLVwBdzDw8M1r7/++p+6urpWUHaigY0wm0xK9ZJKK8UIy1owGvXKdpqaCiAYDClBhaqeS/v27ftLU1PTLV5ITHHgZH4lIxaPeqGUYmnQvXv37q0nTpzYTMVBMYvTLFHodLKiBJvaFE15Op1WFKB7E1RI/uv999//Gwed4FMdET09HzxfAROvbJTKtb+/v+yjjz5ad/HixVZKkeVUSJrZb5mVpFDU6XQOkZUXXnnlla+9Xq+PWzrNK5eYUELPWL3mK6BT0yxfChv/NAl1u0bYqmLdHuYSzQ8sDwHNclYTDw6ycFIx5p1YxOOSeGKJ8ylOqc4104lF8zMHRfGcphWU0QoZ6qHcMMt5beYz2SOcUjWPcErNzeWUOlfwJ3JJ+B9e8+Dz4PPg8+Dz4PPg8+Dz4PPg8+Dz4PPg/7/g8iMoqRFOq1LeKTWfVcz91Ol0ruDavEaBKe+Mnk/qxQVJCco8EriU159R2yNO3qtRGQMtHzzOOxHTvOOktkOiQjskOxdwSWiLqU0hD0kZSSnv07l4i0TmjYAo78GwBtAw7lFZrOk3jh8TerOCS9xaNjBjExeQVJMsZOLz+bxXrlypJLFev34dU1NTcDgcaGhoQGNjY2TZsmW++vr6q/TsTS79eMAohTlGZqbmgGoxm9JikiqSJpJlAwMDqz/77LOFR48e1TA2cTY6k/XknnnmGWzfvv2W1+v9lv51ieQaV2KMK5BUl0AEF4EZH7KUpO3EiRMbd+3aZUskEpgrncl6da+++mr4hRde+ILGOMeVuM2XJcKXICcLXq32Xsu4xb84fPjwpt27dxsYnZnNZjA0NCjQmdb7dGYqEUck/DCduXfvXuvw8PDmN998U5PXqbq/C0Rws2D18s8//3wjA56Vzmyemc4MBe7RmTabDaS8jj437ty5M5TXEFQUYNMucWDm0Y0kT/f19f1+69atdWya/1s6k/Xb9+/f39/W1vZ3GvsM9wG2EyIydzQD38PMuxsOHjxYx9qaD9GZmip4LCvgcDcqdKbRYYXWKCOXTSEZjNKnHhYaweldiStXJNwNfA+ry6A44nvvvVfd2traSL7Qx7ci25YxNUyqre5SsnrpsWPH8DjpzMuXL+P8+fPN3J9cHE+rtjjv99nPnTtXzpzgcdOZX3311QIeoBwquDjtCoPc2dlpfBJ05tWrV/Xc6vtMsiwEF+WtEAooeBJ0JnvrgEdOo5qUZKGnqjR2mXfea7Y+XjqTBSbMwKVC7BwrYfMJ0Jk8HGfExrCcl49jHo8Hg4ODeNx0Jgs6eEDqMbysjAecGou5gcWLF6c6Ojp0j5vOrK2tzfBcr3JrCqmnFgMs/I2tWrXK/yTozDVr1ozyzBbkeBnV8hiPOsPLly/vWrJkSfmNGzfwuOjMgoICbNiwoVuMbgxXrcESfEqGyDGuv/zyy/7HSWe++OKL45QnrvHCIsAtz6rgST4dTLOetWvXfvPcc8+lWWzP0TapK9AhRY505+wXiE6MYWIsQHgSdFqj4s2yQabtZUcsNYLyRWGs/GWzQmeyLdbS0pKlvP4NjXuDjz+tFhTqVktxh2Pr0ssi0WuvvVZA+Xh9e3s7GJ1Z7bZRyB3HSPegQmfqKBGmsuRQqQj0jM70MDqzVKEze27cVAatqqrCnj17WCbr5OOOcod7iMjV8NrNylMrq9lawuHwGvrxr44fP659VDqTfCdLv20vKio6TY/9wGaUp9IQtzyXX8Op1UwJLypYJmo5cuTI2kOHDhWw/f9zdKaLCoxt27ZN7dixQwW9yq0e4Us7I5cqllM2XtVUkNSTLJqenvaePHnSe+bMmcKenh4pGAxCpTMtFgvbxzkqGCY2bdrU5Xa7u/gaMxLXJ2yxxGzVq6iAWj67eBpkebicfxbz9GsWDg0x7sVq3T7Ia3c/HrDHify6fTZeTXwV0cJzsIuLQ0iL4laNcE+ewgMSV30FMT3TsemnSD3xzSGVRzXhAZErC+Bp4awWy4vhPyJw5wIuKpHPqc7GpWYwx3de2fUfAQYAyORBZ0g3nvYAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: right 6px top 5px;
  }
  #admin-navbar .admin-navbar-lens-menu span.lens_name {
    float: right;
    font-weight: bold;
    font-size: 0.85em;
    margin-right: 40px;
  }
  #admin-navbar .admin-navbar-lens-menu .admin-navbar-lens-link {
    float: right;
  }
  #admin-navbar .admin-navbar-search {
    float: right;
  }
  #admin-navbar .admin-navbar-account-menu {
    float: right;
  }
  #admin-navbar .admin-navbar-menu.open {
    position: relative;
  }
  #admin-navbar .admin-navbar-menu.open .admin-navbar-menu-inner {
    position: absolute;
    width: 260px;
    right: 0;
    top: 40px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 0 0 4px 4px;
  }
}
@font-face {
  font-family: "fontello";
  src: url(../fonts/fontello.woff2) format("woff2"), url(../fonts/fontello.woff) format("woff"), url(../fonts/fontello.eot) format("embedded-opentype"), url(../fonts/fontello.ttf) format("truetype");
}
@font-face {
  font-family: "glyphicons";
  src: url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg) format("svg"), url(../fonts/glyphicons-halflings-regular.eot) format("embedded-opentype");
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?6132399#fontello') format('svg');
  }
}
*/
[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fa-paypal:before {
  content: '\E800';
}
/* '' */
.fa-twitter:before {
  content: '\E801';
}
/* '' */
.fa-right-circled2:before {
  content: '\E802';
}
/* '' */
.fa-search:before {
  content: '\E803';
}
/* '' */
.fa-heart:before {
  content: '\E804';
}
/* '' */
.fa-heart-empty:before {
  content: '\E805';
}
/* '' */
.fa-tumblr:before {
  content: '\E806';
}
/* '' */
.fa-quote-left:before {
  content: '\E807';
}
/* '' */
.fa-pinterest-circled:before {
  content: '\E808';
}
/* '' */
.fa-gplus:before {
  content: '\E809';
}
/* '' */
.fa-star-empty:before {
  content: '\E80A';
}
/* '' */
.fa-flight:before {
  content: '\E80B';
}
/* '' */
.fa-star:before {
  content: '\E80C';
}
/* '' */
.fa-right-open:before {
  content: '\E80D';
}
/* '' */
.fa-left-open:before {
  content: '\E80E';
}
/* '' */
.fa-down-open:before {
  content: '\E80F';
}
/* '' */
.fa-up-open:before {
  content: '\E810';
}
/* '' */
.fa-star-half:before {
  content: '\E811';
}
/* '' */
.fa-spinner:before {
  content: '\E812';
}
/* '' */
.fa-lock:before {
  content: '\E813';
}
/* '' */
.fa-basket:before {
  content: '\E814';
}
/* '' */
.fa-ok:before {
  content: '\E815';
}
/* '' */
.fa-cancel:before {
  content: '\E816';
}
/* '' */
.fa-award:before {
  content: '\E817';
}
/* '' */
.fa-dollar:before {
  content: '\E818';
}
/* '' */
.fa-paypal-1:before {
  content: '\E819';
}
/* '' */
.fa-wrench:before {
  content: '\E81A';
}
/* '' */
.fa-gift:before {
  content: '\E81B';
}
/* '' */
.fa-instagramm:before {
  content: '\E81C';
}
/* '' */
.fa-mail-alt:before {
  content: '\E81D';
}
/* '' */
.fa-mail:before {
  content: '\E81E';
}
/* '' */
.fa-money:before {
  content: '\E81F';
}
/* '' */
.fa-medkit:before {
  content: '\E820';
}
/* '' */
.fa-truck:before {
  content: '\E821';
}
/* '' */
.fa-headphones:before {
  content: '\E822';
}
/* '' */
.fa-phone:before {
  content: '\E823';
}
/* '' */
.fa-credit-card:before {
  content: '\E824';
}
/* '' */
.fa-youtube:before {
  content: '\E825';
}
/* '' */
.fa-quote-right:before {
  content: '\E826';
}
/* '' */
.fa-star-half-alt:before {
  content: '\E827';
}
/* '' */
.fa-facebook:before {
  content: '\E828';
}
/* '' */
.fa-error:before {
  content: '\E829';
}
/* '' */
.fa-amazon:before {
  content: '\E82A';
}
/* '' */
.content-body table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  width: auto;
}
.content-body table > thead > tr > th,
.content-body table > tbody > tr > th,
.content-body table > tfoot > tr > th,
.content-body table > thead > tr > td,
.content-body table > tbody > tr > td,
.content-body table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.content-body table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.content-body table > caption + thead > tr:first-child > th,
.content-body table > colgroup + thead > tr:first-child > th,
.content-body table > thead:first-child > tr:first-child > th,
.content-body table > caption + thead > tr:first-child > td,
.content-body table > colgroup + thead > tr:first-child > td,
.content-body table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.content-body table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.content-body table .table {
  background-color: #fff;
}
.imageset {
  text-align: center;
  margin: 15px auto;
}
.imageset img {
  margin: 0 auto;
  margin-bottom: 30px;
}
.imageset-default img {
  border: 1px solid #eee;
  margin-right: 15px;
}
.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-size: 16px;
}
.form-horizontal .control-label.col-xs-2,
.form-horizontal .control-label.col-xs-3,
.form-horizontal .control-label.col-xs-4 {
  text-align: right;
  padding-top: 7px;
  margin-bottom: 0;
}
#email-mx-error {
  display: none;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #eea236;
}
.has-warning .form-control {
  border-color: #eea236;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #df8a13;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6ce95;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6ce95;
}
.has-warning .input-group-addon {
  color: #eea236;
  border-color: #eea236;
  background-color: #eea236;
}
.has-warning .form-control-feedback {
  color: #eea236;
}
ul.error.warning {
  background-color: #eea236;
}
ul.error.warning:before {
  display: block;
  content: "";
  border-left: 8px solid transparent;
  border-bottom: 8px solid #eea236;
  border-right: 8px solid transparent;
  position: absolute;
  top: -7px;
  left: 15px;
}
.flash {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.flash-info {
  background-color: #5bc0de;
  color: #fff;
  border-color: #46b8da;
}
.flash-success {
  background-color: #5cb85c;
  color: #fff;
  border-color: #4cae4c;
}
.flash-error {
  background-color: #d9534f;
  color: #fff;
  border-color: #d43f3a;
}
.flash-warning {
  background-color: #f0ad4e;
  color: #fff;
  border-color: #eea236;
}
#overlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: flex-end;
  justify-content: end;
  height: 100%;
  margin-left: -50px;
}
#overlay .hidden {
  display: none;
}
#right-panel-logo {
  margin: 0px 0px 10px 40px;
}
#right-panel-clickout {
  flex-grow: 1;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
}
.slide-fade-enter-active {
  transition: all 0.3s ease;
}
.slide-fade-leave-active {
  transition: all 0.4s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(30px);
  opacity: 0;
}
#quick_checkout {
  text-align: center;
}
#js-alert {
  display: none;
  text-align: center;
}
#rightPanel {
  background-color: #ffffff;
  width: 320px;
  height: 100%;
  display: none;
  overflow-y: scroll;
}
#rightPanel .menu-header {
  border-bottom: 1px solid black;
  padding-left: 10px;
  font-size: 2rem;
  cursor: pointer;
}
#rightPanel .menu-header:hover {
  color: #555555;
  background-color: #eeeeee;
}
#rightPanel .menu-item {
  border-bottom: 1px solid black;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
  cursor: pointer;
}
#rightPanel .menu-item:hover {
  color: #555555;
  background-color: #eeeeee;
}
#rightPanel .menu-alert {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
  display: none;
}
#rightPanel .bt-hosted {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background-color: white;
  background-color: -moz-field;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  font: -moz-field;
  font: -webkit-small-control;
  margin: 10px;
  height: 26px;
  padding: 1px;
  font-size: 1.4em;
}
#rightPanel h2 {
  margin: 10px;
}
#rightPanel h3 {
  margin: 10px;
  color: #555555;
  font-size: 1.5em;
}
#rightPanel input {
  margin: 10px;
  font-size: 1.4em;
}
#rightPanelContent {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
h1,
.h1 {
  font-weight: 400;
  font-size: 32px;
}
h2,
.h2 {
  font-weight: 400;
  font-size: 28px;
}
h3,
.h3 {
  font-weight: 400;
}
h4,
.h4 {
  font-weight: 400;
}
.container.container-narrow {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.section-narrow .container {
  background-color: #efefef;
}
.section-narrow form {
  margin-top: 18px;
}
@media (min-width: 600px) {
  .section-narrow {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container.container-narrow {
    border: 1px solid #ccc;
  }
}
.page-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-title .glyphicon {
  font-size: 12px;
  top: -1px;
}
.section-breadcrumb {
  background-color: #f5f5f5;
}
.section-breadcrumb .breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.toggle.collapsed .fa:before {
  content: "\E80D";
}
.toggle .fa:before {
  content: "\E80F";
}
.form-group.has-error .help-block.no-error,
.form-group.has-warning .help-block.no-error,
.form-group.has-success .help-block.no-error {
  color: #888;
}
.form-group {
  position: relative;
}
.form-group .error {
  font-weight: bold;
  list-style-type: none;
  background-color: #a94442;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  z-index: 10;
  position: absolute;
  margin-top: 3px;
}
.form-group .error:before {
  display: block;
  content: "";
  border-left: 8px solid transparent;
  border-bottom: 8px solid #a94442;
  border-right: 8px solid transparent;
  position: absolute;
  top: -7px;
  left: 15px;
}
.closeout-badge,
.tpr-badge,
.best-price-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  background-color: #c4161c;
  margin-right: 2px;
  color: #fff;
  padding: 3px 8px 4px;
  text-transform: uppercase;
  border-radius: 5px;
}
.tpr-badge {
  font-size: 11px;
}
.rating-stars {
  color: #00cc00;
  font-size: 15px;
}
.cc-icon {
  display: inline-block;
  background-image: url(../images/cc-icon-sprite.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 34px;
}
.cc-icon-visa {
  background-position: -1px -1px;
}
.cc-icon-visa.disabled {
  background-position: 0px -35px;
}
.cc-icon-amex {
  background-position: -67px -1px;
}
.cc-icon-amex.disabled {
  background-position: -66px -35px;
}
.cc-icon-paypal {
  background-position: -140px -1px;
}
.cc-icon-paypal.disabled {
  background-position: -139px -35px;
}
.cc-icon-mastercard {
  background-position: -200px -1px;
}
.cc-icon-mastercard.disabled {
  background-position: -199px -35px;
}
.cc-icon-discover {
  background-position: -265px -1px;
}
.cc-icon-discover.disabled {
  background-position: -264px -35px;
}
.breadcrumbs-title {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.breadcrumbs-title .fa {
  font-size: 12px;
  vertical-align: middle;
}
.required-label {
  line-height: 34px;
}
.required-label span {
  display: block;
  margin-left: -15px;
}
.form-control::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c0c0c0;
}
.form-control::-webkit-input-placeholder {
  color: #c0c0c0;
}
.percent-icon {
  font-family: Helvetica, sans-serif;
}
.percent-icon:before {
  content: "%";
}
.dollar-icon {
  font-family: Helvetica, sans-serif;
}
.dollar-icon:before {
  content: "$";
}
.section-featured-brands {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-featured-brands a {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.dropdown.open ul.dropdown-menu {
  min-width: 100%;
}
.btn-facebook {
  max-width: 60px;
}
.product-tile-list {
  padding-left: 10px;
  padding-right: 10px;
}
.product-tile-list h3 {
  margin-left: -10px;
  margin-right: -10px;
}
.product-tile-list .product-tile .product-tile-price {
  text-align: center;
}
.product-tile-col {
  padding-right: 5px;
  padding-left: 5px;
}
.product-tile {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 10px;
}
.product-tile img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.product-tile h2 {
  font-size: 18px;
  line-height: 24px;
  overflow-y: hidden;
}
.product-tile a {
  padding: 10px;
  display: block;
  color: #333333;
}
.product-tile a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.product-tile .product-tile-price-region {
  display: inline-block;
  position: relative;
}
.product-tile .product-tile-price {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #717342;
  position: relative;
}
.product-tile .product-tile-strikethrough {
  background-color: #be1630;
  height: 2px;
  position: absolute;
  width: 110%;
  top: 46%;
  left: -5%;
  z-index: 5;
  zoom: 1;
}
.product-tile .product-tile-sale-flag {
  background-color: #be1630;
  color: #fff;
  display: inline-block;
  position: relative;
  width: 42px;
  height: 16px;
  top: -3px;
  margin-left: 12px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 16px;
}
.product-tile .product-tile-sale-flag:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #be1630;
}
.product-tile .product-tile-savings {
  display: block;
  text-align: left;
  margin: -10px;
  padding: 5px 10px;
  margin-top: 10px;
  clear: both;
  font-weight: bold;
  font-size: 14px;
  height: 30px;
  line-height: 22px;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
}
.product-tile .product-tile-savings .fa {
  line-height: 22px;
  float: right;
}
.product-tile .product-tile-rating {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  min-height: 42px;
}
.product-tile .rating-stars {
  display: block;
  margin-left: 6px;
}
.product-tile .rating-stars .fa-star:before {
  margin: 0;
}
.product-tile .product-tile-image-region {
  display: block;
  position: relative;
}
.product-tile .product-tile-shipping-flag {
  background-color: #d1d1d1;
  color: #222;
  font-weight: bold;
  text-align: left;
  position: absolute;
  display: block;
  bottom: -10px;
  left: -10px;
  padding: 4px;
  margin-top: 8px;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.product-tile .product-tile-shipping-flag-2day {
  background-color: #be1630;
  color: #fff;
}
.product-tile-featured h2 {
  height: 72px;
}
@media (min-width: 768px) {
  .product-tile h2 {
    height: 48px;
  }
  .product-tile .product-tile-savings {
    height: auto;
    overflow-y: visible;
  }
  .product-tile .product-tile-rating {
    min-height: 21px;
  }
  .product-tile .rating-stars {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .col-md-4.product-tile-col:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6.product-tile-col:nth-of-type(2n+1) {
    clear: both;
  }
}
footer {
  background-color: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
footer ul {
  padding-left: 12px;
}
.footer-shipping-map {
  text-align: center;
  margin-top: -5px;
  margin-bottom: -5px;
}
.footer-map-link {
  border: 1px solid #777777;
  display: block;
  margin-top: 20px;
  max-width: 293px;
  height: auto;
}
.footer-map-link img {
  display: block;
}
.footer-social-col {
  margin-right: 25px;
}
.footer-social-icons {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer-social-icons a {
  display: inline-block;
  color: #f4f4f4;
  background-color: #9d9d9d;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-font-smoothing: antialiased;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.footer-social-icons a:hover {
  background-color: #777777;
}
#signupModal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#signupModal .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
#signupModal .modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
  border-radius: 0px;
  text-align: center;
  padding: 2em 3em;
}
#signupModal .modal-content .form-control {
  border: 1px solid #a5102a;
  border-radius: 0px;
}
#signupModal .modal-content .btn-cta {
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold;
}
#signupModal .modal-content .close {
  font-size: 48px;
  font-weight: normal;
  opacity: 1;
  margin-top: -36px;
  margin-right: -36px;
}
#signupModal .modal-content h3 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-weight: bold;
}
#signupModal .modal-content h4.modal-lead-text {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-weight: 100;
  font-size: 56px;
  border-top: 1px solid black;
  padding-top: 16px;
  border-bottom: 1px solid black;
  padding-bottom: 16px;
  margin: 0px auto 32px;
}
#signupModal .modal-content form {
  margin-top: 44px;
}
#signupModal .modal-content .modal-header {
  border: 0px;
}
.navbar-eagle {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.navbar-eagle .navbar-header {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);
}
.navbar-eagle .navbar-container {
  width: 20%;
  height: 50px;
}
.navbar-eagle .navbar-container-left {
  float: left;
}
.navbar-eagle .navbar-container-right {
  float: right;
}
.navbar-eagle .navbar-brand-xs {
  float: left;
  width: 60%;
  height: 50px;
  padding: 8px;
  text-indent: -1000px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK8AAAApCAYAAABDe3mwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEE5MTAxN0Q1NEQ1MTFFNEIwNEJBNEVEMDI5REI3MjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEE5MTAxN0U1NEQ1MTFFNEIwNEJBNEVEMDI5REI3MjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQTkxMDE3QjU0RDUxMUU0QjA0QkE0RUQwMjlEQjcyNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQTkxMDE3QzU0RDUxMUU0QjA0QkE0RUQwMjlEQjcyNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi1BqpMAABpOSURBVHja7FwJeFRVln7vVb3aK1Wp7PtGFpIQEkgIISA7CCIK7o3Ttrt0u/QytkuraGsPvag909rdatu0Squ4ILigCKLsAUJIAgFCErKRfV9refWW+W8t4aVSYZyZdqb1q/t9l6p6dzv33P+e8597X6AlSaICKZC+jYkJqCCQAuANpEAKgDeQAikA3kD6jifl3r17v7XCa9RqJjI8RCVejDpphqbFjq5ezu5wTKhPqgmCSCmVim9CFhqysJCFGASXPJCF8sjytaLiiLAQpVajVnrng/a0ze7gO7t7+QBUJyb62yx8aHBQwW03r93EObkx8KpYVc2mv39wU0//EOevjUGnUYxY7cI3IEs4ZHkbsoR7wEtkcXhkqf06fay5YuEPU5MT1nvng/Z0bX3T9m07vno8AFU/lvfbLLxWpzMqWTZbbtbwW4XnNNU/NK4uq1RS11y19GqNWrX6tbc+vO0bkIXF2LmQxSKThTzX+coyWVKr1THy+ZD2eHYyANPvJucVkfCPJMuiw1/FtCkJuZlpKZutVnvONySLhLHtfmQRv/ZkJMk5fj4iecYFYPodtLwS5VlgUZSj2fVcnpISYxKXLip6b9RmNYBODv9/ynJp9I/vw9VeDFwifSfBS3AhSKIrj7kS8l223kkJMUGrVyzYQlP0FF4QKF4UhP8rWRSS24p+fcsrjuuDzEWUxABKJwNvTFT4gnERHENTbW1dJSaT0REVEbpwanpyHp4GDQwOnT1X23i0vbO7kUTsk6UpSpayMIppV2j0UxOUbBIe8U28s3aHfbSiwulo5v6b19EL1bqsuwymFe9Yh3ejj0qnrD2sKCNBFkkmj8SIlPfwITE+WrVq+fwtAFahk+cppaSg1KwqRD5nBPSU3cE19vT2N46BTqGgMPdYg0E3NSsjJRkAjGIYhoMO6qCDGpvNXtHbPzjhJMNXFp4WJHBtO8abkpGWVGg2BaWi5tDg8Eh1eWV1SW/fQL+v5ZX34ZrLJOAPsZh1EWGWPKxPKuRLYBjaNjA4XA35jmON2iZbI7QLzpueUWQyGjLQzoR2Laerz58bGbFWoV3fpdb2nw6811219Ktx4MViHis/fX9WevIKvU67wguEuOhwKicztaert/9vB4+UP9XU3DY6LiCiaOqxIMuqlVr9z400UwjzpvKWFag01A06Y1cV7/hw8+jwxk9tow1OH3c6X61Lu0lnvOaXQ73PtQn8GM+7RR+0qEil+V0eq+bwfevzw/2PHnDYGj2yDkI+URBFhpa5aiyAQOYxtzDvjwqGXsE5edexCseJVKjFlCufM8sqqYamto3vf7T7UYWCoRbMLVgaERZyN4BRjL4j5TJ6dMCjvy8+2bX/QeigyoeAj6MNAieK84tn/ofFHFSEn2bv83g6kkpLTjh/rq5x496DpX/1AsbbXk4b5P2RZAk2qfJyMn6UPiXxTrWKnSp/NyUuOoLI14Y1eh1r9Cv5GnnmdjfaPYh2Kb7toK/6rp7+bZ9/efgZbOSBb0XA5nBwlDzb7A4qb1r6c0qFYgX57lMWGmIOenDlkrkfpCTGji0Gtq/uD8FhL3xfb/wYKpnXLwqqYVGg5BnPwlMU7J2/MYWW/NoculJDXzylu89oLn7RHHYAz5bKgUuSVRKjB93tVckK9qZnTaEHUd9lOaHs8s7u3peUWBjBs9CgBhKjoPkl8wuftAQH3QGrSiIpD38kwBaoiXO2O8wmI3X91cufy85I2YV212Cukb71PDoA1ZIuv2Lp3B0JcVGpcssrB59nPJ1Rr1uBdmZfHaNByvSs1FeXL5qzwXvu7LcPGcgwnumGNcu3QcbnUTDVd308fUdjjR7BGm1Dfb3rFEPFUhjnAYz3Ehl3knbJ4WHBP0Pdmd+a0way6PJMFMZxTpbwQ9FPGQGDgmGWgUsu9XayQqOP0NG0cr/d9iUrUeeJFVYiC9A7cfMk88gjaN8t8BHL1doPfmoMvoy0LVZp0m7UGt6DwwwfEoUGXwHRLsLbHuXEXseg/pY5aMfBlB46WrHBarW3uC4giOwOp3XJZbPvykxP3uDk/cwB9UABLmbadeCiVLEsFR4avJosLObv8kCeOgL5FD39k/6cLktOxxfl5zysAjDGLK0wfiySCV3xjinvg+h3ZNRGpSbHbyguzFso8xoX2wsXLS8oB7N8UTEB30oio3d9KLec/d7+vWvEwBBAvmeJxQ02ByVgnF+S8bztfPVA9AfdkU/hW0MbRD8chywcLC9xHcQtxmHCCXILIDLihaqzdfu8v7dYhxuQ1xPQ5qhUwWGMYsqVGv2SVCV7lZlRFAB8DCejCb2iqL5MpXn5qEZX+JAh+Bl0HWWlsFiUNOHoDs9oHm15T3sCYowTsdEU8vvv93WtbrrQ3tPR1bsJru8JJxYGsjNWq00FPrkfwAoKtZhzvbK7+a1jAHy1YkwB4Ldd3X21hGFi8WyEY4JKjHb39L/f1dO3veZ8U5PRoDPNmz3j37DIRd6+HAJHhZhNc9G/rq2j2+qymgRsPvok58t2jjve0t1ZHR5myVEplTmCjApg49FTkuIeqThV/RU2hSTvQ6QvBnygAytZhrnR4XTKzoVVA7X1zfedOlN7GDLGQcYXIWM2kYXIZzGb7kiIjfpdZHhoLuYW5O2X3PxBpuYDR8vvAX/vSUtJyAW4b9SoVItcDPBSgIGXmJIUHwS5osGX+eGR0dbW9i6b/7pKCn1rB4eGbagzoTw2JlJpNOjZoaFhJ8p5xAY0fscQ9dY1NHfzvOA7ZizG7EJZDylT+nIqssBwrR/sPXT84ZFRa61BrwudW5j7LJRyC1EKWezOnt6dfQNDE6QhPLaMc5AgpHSn3VqapGA3ZrCqWTdo9evSlOyNTokKd4OYAJDKuFNn/LOCkq6woV+tx1JPAK/kBiwv2zwEyAaaXjFVyRY1Cc6D4I7bYiLDHsZcVACLbt/hsj929/a/GBYSXLj2ikVHnJ4DBgKkrt6+sp17Di/xHQcBmhpyBWHulftLym6vq79Q5gVZeydFrO0DyxYUkb7GNhg2tRE6CSYY9MdRoSsRiv7x8cqzf+ofGBLiYyMNSy4rfBM6Xi03BrD681E3HmPbJ3JewcXLw0LNt7msuKeMrEPN+caffrm/9O9ETshYj8W9e/G8WV9BRpXbEwhKbIwbsHb18n4lrDHGb7fabJ91dPaibU/pyTO1f8mblnGX0+nsngy42ZmpiddetezR+Njo+egrDv3yw8OjzRfa2j/dsvWzp1taO4aJXAUzpyUWzcq9XatWL0ydkmAeHByxNbW0lZccq9hUWnbqCO9Zj5uuWbkhPy97zcmqc1vqmy58VTx75u91Wg2hYkPNLW07392286d9fYO2tauX/mJ2/vTbOKczGrpqKymtePWvb2zdqBR8To7IbtlfcuLZ840t3ivNHkz0gYVz8xdyHB9PwN3e0bOPuNb/KjUITpKPfeGwHlus1jx3jcZwR7qS/RFAbCEgDqGZ73lPH3gXUCceReAZ7Qtel+XDPluq1q7d6bAeRPReiwVswFzSIZ8EV0kWz4FPLVGUd460e9H8vtiAMjV28zu79x159kJr59gCgiKBTliC42Mi8wl45PoiY0kemcmHfCxPubO86txnBLjkd3NLxwg21mMLivOXoJ5ubNPTtAogKwAgBF95oWfeFGTQwvXnw1qO3efTsEDHK85slVtxGJTDaF+D9tmyDTTParcflfdLBFYomUJsxmP1ja2/PV1d9wlktH954Ngrk61l1tQp2Xf/4PqP4c0SESKAatCkM1arVWflZKZlbf9kz5uwkJW333zN9YX5OX/EeKEEyKQu6lAZqUn52RlTfjA9K33jq5vf30AsJ7h2cv/AYFZkROgDKUlxT6NNL6hgPzZhUlRE2F23rlsLwyBxIcHmddhoxCgK8BSJBXnZz8Cz9igFX8uLnT40PKqWP2tsbhts7+w9GmIJikcgL8FV1bvOUBVKpZlh2D5RdDQJ/KRnLISz7rTbmvc47E8sVGk2r9XoN6QolOvsMkBiAVFPNE8Er8g5CUf0AS+p75BE120ZFD/a1tnTGRZiShcIL5a8QRTa47d3jmRuk527gkqMvv/JnofQl4djGlWgBLMz05NuAnaXoo8UzumcoKvJxvKWKxiFVt5meMRaDb5Zh3o58noGgy4Z4JUmyCtJ4BJSGM/zoeMuQDincU7B9B0cIeAXLTiN34leG0D6CQ0Njjly/FQ5qEM5gJcnt+rYHAVpKfHvJcZHnmhoanu65Pip7b6emKSI8FDVHd+/9mX0mwjk209Unn5i78HSnaSbghnZM+fOnnEHNpktMz0lZ2Ze1mZ4bBXAeaq0/NQLpSeqalEnpiBv2nqAuzgvZ+oTt65b0/HGlo/+DGPAEdjAQFgOHyt/Bn2+SLzYZXPyfzYjZ+oGUKzrQI1sh46V37rvYOluS7DJeMOay1+BHPNQfvsEziu6AoDx7+uQXQvkD1lEI7kxwo6TXBznHq3x7tkq9foOQeDOCc5ehOFn2kShZD/nOHxWcDY7fQGH37scttqvHPabHzYE7Z7Dql8AZTC6QUpTqQplVKJCSTcK/FhDWqJaAWrKty+Fi2ZIrBc4IIsCmQvtOsWQxm4OxnNImvK3OC5L7uAEEnUTK4dgb11iXPR6cJAZpD557gqIBBfyabmuJhtrYrk7YXM4O8C7Qi0mSpDJhcWOxtfWifK6oEjWSeGzVlpw2rmyQxv3BuLHe1Lw24ievgEBNPCWRfMKPkGAGj/uOI93xQkzwE23KVnlbw4eqfiF4OOOwZtns0rFHMgoHi07ed8bb3/4qtf119U3n9536PhbWo2GXXfdqm2jozaVwPMnN721bdGZ6vO9njpUZdW5rbd9b81b2GtrZkzPfHzHrv2boVcnwRqo1fbX3tz+uLdPbIQXckFhgLWo2vqmR15/c/tr3rLEuJin5xbN+JxVsQkTThsE1/GMv5cIJLWnXGnQ681uMIqmQVHIAm/Ny1WyS7KV7P3LVJq3NxpMpb/Tm9++T2tcFK+Y6KUJN944Mvj6GafzCOPhtBwAqpeoUCNNm+R1WwT+vJc2+GbBExmHBJtUIRazhZznyuV3W0Of+QmTX3lFR4bFrlg8Z0dKYuxfAJkZJGonUTnc9YGO7r6H8d02ma78juVHlzqdhmQNOQnxOcmxiX7au4DmPssWfcokWK4OfLYit5EsSmIb6IQ8t9MM0w6ur0dQe2rvobIlAMFWRsGI3pMPwXPyYbXZqcTYqIdmTp/6L756yc/LmuuhiTV79pVs5n2oZhuCLYgYCSuJgFakjhyvfNoLXG/Cb/ub7+94FDZgGK4/qiA3ixgGB5EDAV2/vE9Y6CF4mi5yu4iyXnnZ0bLKVpQJTs6pmRCwiSJNJjPOPxr1OjrEHJRJPBQ5ekmIi5ra0Ny6t0UUqjJFAjzk8RYmPJZR3JiIXMSynx/kHM++Yh/9Qv5SKvkO4J8TGcVSLyXgaCrGIUnEAo0dku/m7KcXs2rY4vFclaeJCZRq3J6Bj4QFiXMHJfTY+wS+7xs4QbZDgoP0mA81PGodN29EuariWblwSdRCYmk9SuTBU39VebrmaQUCqssXFT0lv4G61FgyXTp8ovVQtYpNlnl7Vz2Yv3a0VY8P2GiyeeBkaBJ3gJ2J0fJLh7PnGu5tae88gO9+r/khKw+ryg0Ojbj02dbRXfvZnkPXwv0W50+f+iBkuYqXWWpyBJcQE3l7zfmm1wcGh8cWFFTEqlazZLwObAK/Lz5Bb0EI9si5slCC8M8vNesbqMd4TST2gwxRMOTwOE6iPIVPX4zgDYyl8a8wMIxCIbj5uzTB8hKUw5KRSNJTmaGmZaZeh4lOd70bgKxUMCtoWNQvHbYK7I4hkDLKN1sJd3ZzzOWLWPWujTrTy7kKdtyNVaco7BLHt9POV6qnjb+5k+pQp8G3f9KuTRA+87i1Qvy2eOcg8+S079wwj7SoyNACQi+MBh3cUNTc+XNm/CQ5MaYIDVa4gjIXH3Rdguw7eLTiScQA5MZO4+fcWwJnc3qudiVxoi7Z9JSEXK8ug4x6Cr8fxBgRvnofGh6pkPxYXrh9FuOP9PQOVBPCMtY3L9CJCVF3kMANcrb5y/AcHKL3aFj62JTEmFlEDgCZamhqPfTpF4eurm9q/TmJYeX6QSBHjqNMpG5yYuwM5AVHy059eqDkxC8jwkMs0NkkbyJKpB+SmdAQs2oS50a8t84znuB6l0Pw9/6GJDuXn7xsIufFBMhNTFx0eDEoyScIArJDLKYnoAcFsXWkHLx5cWxU+IwLLe0nannnVljZW52XeHuKA4hiaPqu+9S6ZSU8d+9rnG0HsTsfc/Y9hQplJbQxXXRZY5oKoWlyYP/O2ImFKAxjjL0YY4p3DKK9IYmq/NBu3aWFV4iLibibuDViwEX3iYL3xorz5aEOQTDnZKbuiIkMO23Q6/QajboA9U6GhwaPOF0BGe05Xya6EHtJXwToFrMxCoBh5H1hDoZgs5EstppllQzKpXGcF9YjJips04I5M66C9ToLjlqEoGmlk3PKqLNEjq66ERRXTk1NnOfLeSVy2oINBd66GXx8kfu9IqwDMVcMc3lxwfSPyk+dexJu/6zHoYUAsInwjleHWcw3dfX27zp9rv5vs/Kyd4Mv/hnB9ibUrSe8FvK63lO5KDM5T6eckNFx7VXLHi7Iy/oVypnhkdHqd7Z9vjAsxBKzYO6sK9//cNeHEy6TBLEZH+RsNmrenJlrq87WVfieZIHHkvmR9zCosooz56dnpy/wvgLqY3ll3sd/megCrzjxQoXjOBMUdS90dy+pjN8+1ELUpcRFrSLgBQCfuV+tXYnAK+JSf5Yx4gqyqMQlSna7gaae+Qtn/y2CO+t+p+OBy5Wq3UMIvqyue396fjTNGNokccR9PSwRkL/xQ5X2dh7L7LJgNO3cyXMPdCBwzE2KXalkmIXEYroBQ40FSZC/BtasA3OM9JlfmNlkXOAOxlxecNRmc/STI52LcxQQvOlXzS/K+wnpChv4IYCbHa8HwZSTmfIRwF17pqaRnJGKfnSphy6/Ryw5AYqvLslxUt/A0F9HrbYhLKpKdN2ACWNzkTyLCNC9GxcVfh8s7YyxcveJwZX5uRmXEz7qBS85/6c82wMy2dEHpunQBRl1P0Pd9Xhc797bUjrK6YvHggqqo7u3Wq/TGfOmZTwyODzqsrLYDBmzZk5b39XT9xm88CswZMLJqpr9hGkgG2bmZs4jm7OhseXd2OjIByJCQx68/upl9Xv2HX0dbSQyx+zM1MvQ9k+op+B5sby1vfNkTlaaRn6LKL9q9x5eTVbm+nOuyd4imuw5cSewyHXV55veIL+PC876g7zizkJGucVKSbpLvZMkuC8dlDm0Yg0s7L+PIgB6i7PvM1DULWj/+iglsTqKTotnmDxEIAdk1vfQkCTsBvlZpqVo50HBeR9pBzccBQv6exK0jt2iESbs2awDQyPdAMbfgwz6f/UNMuTzAwCMTS0dFRmpCQN4bpbV0QF4z7tByI8pz6efWLQfAm0Q/OmMWJnJzsSJLhFkllZVn99IuCe53XNdD3v6IXPxLt7wiNV65ETVLQW5mTsw3rgTA7Qlmyprgo92X12zmKCCWDDPBifny9l+b8QAst6+wT+Qv7lz8k7Gu0nclyOCjmwuyBw+c3rmxwBsjQe8Rnjn5LM19Xd+/uXhx9Zdf8V81MtNT036W3xc1D0tbV21Oq06KjYmch48CIw6O3S8ouJ+cGoBFEXBi7yfEyDJdezoD7zeMpIZ3xdBPIprJa7SN5OFgKIOHys/vRrE3fVmF7EjL3H2j7/guSs5UTzDeu/ufTKNTMqckvje85xtWbMoDsrav03aO0XxFC0KzCqF8h697AyoHaZjs9P+FFb3BOpdi/ovc+5zzWksy6ZRHtfuOiaj6YuH/wiK4DKfBEA+JbJfYk5nu3v76y60dj2GwEySl5NFd937c9x7yLt9+3GDk6sn1gjf9T79S6OjNmKZxUnG3QFdruns7hvy7CIVJatDufOYO0C9KtRfgnYfTTYfWf8jPf2D755vbH0OehjABj95qTaYN9fc2vnj6rqmL3p6+nta27te0qrVLkAjd548XbOpvb2r3mqzlXmOBdOQpyMnIzcPDA61Nja3jrzzwc5VCJ4/IjoDJSucmpZ0c1xM5GLUUTk5vrSktHLl53sOHfRsXjW5+mUUjNrnxoiMqSNjo4z1KWPwHM0Uenr5gtmSrzWAJVgRZNDBYOluQhxi9pwXdlntju0NzW3bR+Dj/B410bR5EfhvPqO4UYs4CtuAXJ2SsLGjWZJON0nipj2isK19knd60d6A9mtjaGbmWwL/+AUEg94yDfGHNK1slST+4gmBLjEzLfl28SL3gfhMx5ma+ldgqcbqYR6qpPjoa3Qa9dWYT7iXyWBOx1o7unfBQpdhTjxZ3Kz0lJWod4u3nmfe7yC4+UCrUUdMSYz9NYKFRE9ZA8o+Rhl5xZKblpGyHmVBHt5C/pKZO1vX+Ce4+yzIsA59ZnjaNaHdVujyE4w7poyMKQkLTEHGxd75YC6KwaHhMgBqu1xP6IsyBxnmweusQJ/5svcRiOVpRv8lmNf+to5uciEypgO0KUCbRXg2izzyOg/UP476W1G/1Fs/LCSYmZ2fs9RiMYeVnzx7CJa1gRgDPFfqddocuHzyDoKmoupcG8Bf09be1e2lbqhDRUeGF6LObFjIUNARK8B94kjZyf3dPf1j2Fk8v3BuQlx0etOFtnOgGAfHLkXCQhTLFxevIksOerEfZXWysmCUXQkrzk8AL3kR+3Bp5WVY0AP/07d9okgkD97lAa9IwFsvSYG/3w6kf+xbZZNwsf/Vf2xALGs7RbVQ7hxIgfTNvM8bUEEgBcAbSIEUAG8gBdLX5Lw2m23CWd/o6KgioJpA+qcHb2FR8Ws+wRqrt0S2Do9YA9oJpH/qRAf+W/9ACnDeQAqkAHgDKZAC4A2kAHgDKZAC4A2kQPqHpv8UYACuuAV0FtG7yAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .navbar-eagle .navbar-brand-xs {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAABSCAYAAAAcnrzVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEE5MTAxNzk1NEQ1MTFFNEIwNEJBNEVEMDI5REI3MjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEE5MTAxN0E1NEQ1MTFFNEIwNEJBNEVEMDI5REI3MjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQTkxMDE3NzU0RDUxMUU0QjA0QkE0RUQwMjlEQjcyNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQTkxMDE3ODU0RDUxMUU0QjA0QkE0RUQwMjlEQjcyNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtnCuKsAABmzSURBVHja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);
    background-size: 175px 41px;
  }
}
.navbar-eagle .navbar-brand-lg {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -1000px;
  width: 473px;
  height: 141px;
  background-image: url(../images/logo-473x141.png);
  margin-bottom: -52px;
  color: transparent;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .navbar-eagle .navbar-brand-lg {
    background-image: url(../images/logo-473x141@2x.png);
    background-size: 473px 141px;
  }
}
.navbar-eagle .navbar-brand-lg:hover {
  color: transparent;
}
.navbar-eagle .navbar-toggle {
  float: left;
  margin-left: 8px;
  border: 1px solid #bbb;
}
.navbar-eagle .navbar-toggle:focus {
  outline: none;
}
.navbar-eagle .navbar-toggle > span.badge {
  font-size: 10px;
  top: 2px;
  right: 2px;
}
.navbar-eagle .navbar-cart-link {
  margin-right: 8px;
  float: right;
  color: #888;
  line-height: 16px;
  width: 44px;
  height: 34px;
  font-size: 20px;
  border: 1px solid #bbb;
}
.navbar-eagle .navbar-cart-link .fa:before {
  line-height: inherit;
  margin-left: 0;
}
.navbar-eagle .navbar-links li a {
  text-transform: uppercase;
  color: #888 !important;
  line-height: 20px;
}
.navbar-eagle .navbar-links li a * {
  vertical-align: middle;
}
.navbar-eagle .navbar-cart {
  padding-right: 29px;
}
.navbar-eagle .navbar-cart .fa-basket {
  font-size: 26px;
  top: -6px;
  position: absolute;
  right: -35px;
}
.navbar-eagle .navbar-cart-count {
  position: absolute;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  top: -12px;
  right: -40px;
}
.navbar-eagle .navbar-cart-count.badge {
  background-color: #be1630;
  display: inline;
  position: absolute;
}
.navbar-eagle .navbar-form {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-eagle .navbar-search-form {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-eagle .navbar-brands-form {
  padding-bottom: 0;
}
.navbar-eagle .navbar-phone-xs {
  font-weight: bold;
  text-align: center;
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.navbar-eagle .navbar-phone-lg {
  display: none;
  text-align: right;
}
.navbar-eagle .navbar-phone-lg h3 {
  margin-top: 8px;
  margin-bottom: 3px;
}
.navbar-eagle .navbar-phone-lg p {
  color: #888;
}
.navbar-eagle .nav {
  margin: 0 -15px;
}
.navbar-eagle .navbar-links-xs {
  margin-top: -7.5px;
  font-size: 16px;
}
.navbar-eagle .navbar-links-xs li {
  border-bottom: 1px solid #ccc;
}
.navbar-eagle .navbar-links-xs a {
  color: #333333;
}
.navbar-eagle .navbar-links-xs .badge {
  font-size: 10px;
  right: 0px;
  top: -6px;
  left: -9px;
  position: relative;
}
.navbar-eagle .navbar-shipping-flash {
  display: none;
}
.btn-search {
  background-color: #555555;
  color: #fff;
  padding: 3px 6px 4px;
  font-size: 18px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-search:hover {
  background-color: #3b3b3b;
  color: #fff;
}
#navbar-slide {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: -232px;
  width: 230px;
  z-index: 200;
}
body {
  overflow-x: hidden;
}
#page {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#page.slide-shown {
  -webkit-transform: translate(230px, 0);
  -ms-transform: translate(230px, 0);
  -o-transform: translate(230px, 0);
  transform: translate(230px, 0);
}
@media (min-width: 768px) {
  .navbar-eagle .nav {
    margin: 0;
  }
  .navbar-eagle .navbar-brand-xs {
    display: none;
  }
  .navbar-eagle .navbar-brand-lg {
    display: block;
  }
  .navbar-eagle .navbar-cart-link {
    display: none;
  }
  .navbar-eagle .navbar-forms {
    background-color: #f4f4f4;
    border-top: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-eagle .navbar-forms .navbar-search-form {
    padding-left: 30px;
    padding-right: 0;
  }
  .navbar-eagle .navbar-forms select {
    width: 200px;
  }
  .navbar-eagle .navbar-login {
    cursor: pointer;
  }
  .navbar-eagle .navbar-links {
    list-style-type: none;
  }
  .navbar-eagle .navbar-links li {
    float: right;
    margin-left: 12px;
  }
  .navbar-eagle .navbar-links li a {
    color: #337ab7;
    display: block;
    padding: 0;
  }
  .navbar-eagle .navbar-links li a:hover {
    background-color: transparent;
    color: #23527c;
    text-decoration: underline;
  }
  .navbar-eagle .navbar-links .navbar-phone-xs {
    display: none;
  }
  .navbar-eagle .navbar-phone-lg {
    display: block;
  }
  .navbar-eagle .nav > li {
    border: 0;
  }
  .container-header-top {
    position: relative;
  }
  #navbar-slide {
    position: static;
    width: auto;
  }
  #page {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .navbar-eagle .navbar-shipping-flash {
    display: block;
    position: absolute;
    top: 65px;
    left: 300px;
  }
}
.nav-spaced {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  border-top: 1px solid #ccc;
}
.nav-view-all > a {
  font-style: italic;
}
.nav-category {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.nav-category .fa-right-open {
  float: right;
  margin-top: 1px;
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.nav-category .dropdown.open .fa-right-open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-category > a,
.nav-category .dropdown > a {
  display: block;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  text-align: left;
}
.nav-category > a:hover,
.nav-category .dropdown > a:hover,
.nav-category > a:focus,
.nav-category .dropdown > a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-spaced {
    display: flex;
    border: 0;
  }
  .nav-spaced > li {
    flex-grow: 1;
  }
  .navbar-categories {
    width: 100%;
    background-color: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .nav-category {
    border-bottom: 0;
  }
  .nav-category .fa-right-open {
    display: none;
  }
  .nav-category > a,
  .nav-category .dropdown > a {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid transparent;
    margin-top: -1px;
    margin-bottom: -1px;
    position: relative;
    z-index: 1001;
  }
  .nav-category > a:hover,
  .nav-category > a:focus,
  .nav-category .dropdown > a:hover,
  .nav-category .dropdown > a:focus,
  .nav-category .dropdown.open > a {
    background-color: #fff;
    border: 1px solid #aaa;
  }
  .nav-category .dropdown > a:hover,
  .nav-category .dropdown > a:focus,
  .nav-category .dropdown.open > a {
    border-bottom: 1px solid #fff;
  }
  .nav-category .dropdown-menu {
    top: 49px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .nav-category > a,
  .nav-category .dropdown > a {
    font-size: 16px;
  }
}
body {
  font-size: 13px;
}
section {
  background-color: #fff;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.container {
  max-width: 970px;
}
.section-banner {
  position: relative;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.section-banner img {
  width: auto;
  max-width: none;
}
.section-banner h2,
.section-banner p {
  margin: 2px 0;
}
.sale-banner {
  height: 258px;
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}
.sale-banner .container {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.sale-banner-darken {
  height: 258px;
  background-color: rgba(0, 0, 0, 0.15);
}
.sale-banner-overlay {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sale-banner-overlay h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.sale-banner-overlay h3 {
  font-size: 24px;
  margin-top: 0;
}
.sale-banner-overlay a:link,
.sale-banner-overlay a:visited {
  color: #fff;
}
@media (min-width: 768px) {
  .sale-banner-overlay {
    /*        margin-top: 90px;*/
  }
  .sale-banner-overlay h1 {
    font-size: 48px;
  }
  .sale-banner-overlay h3 {
    font-size: 28px;
  }
}
.section-rotating-banners .banner-container {
  border-radius: 5px;
  overflow: hidden;
  margin: 15px auto;
  max-width: 100%;
  width: auto;
}
.section-rotating-banners .banner {
  display: block;
  text-align: center;
}
.section-rotating-banners .banner img {
  margin: 0 auto;
  border-radius: 5px;
}
.rotating-banners {
  padding-right: 10px;
  padding-left: 10px;
}
.banner-col {
  padding-right: 5px;
  padding-left: 5px;
}
.swiper-controls a {
  position: absolute;
  z-index: 5;
  display: block;
  color: #222;
  text-shadow: -4px 0 #fff, 0 4px #fff, 4px 0 #fff, 0 -4px #fff;
  opacity: 0.7;
  text-align: center;
  width: 40px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper-controls a:hover {
  opacity: 1;
}
.swiper-controls .swiper-move-left {
  left: 0;
}
.swiper-controls .swiper-move-right {
  right: 0;
}
.swiper-controls .fa-left-open,
.swiper-controls .fa-right-open {
  display: inline-block;
  position: absolute;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}
.swiper-controls .fa-left-open {
  left: 0;
}
.swiper-controls .fa-right-open {
  right: 0;
}
@media (max-width: 767px) {
  .section-banner-no-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-rotating-banners .banner-container {
    margin: 30px auto 0;
  }
}
.section-banner-offers {
  background-color: #e02f00;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.section-banner-offers.banner-offers-dark {
  background-color: #222;
}
.section-banner-offers.banner-offers-dark .banner-offers-sale-col {
  background-color: #444;
}
.section-banner-offers.banner-offers-red {
  background-color: #222;
}
.section-banner-offers.banner-offers-red .banner-offers-sale-col {
  background-color: #be1630;
}
.banner-offers-headings {
  cursor: pointer;
}
.banner-offers-headings:before,
.banner-offers-headings:after {
  content: " ";
  display: table;
}
.banner-offers-headings:after {
  clear: both;
}
.banner-offers-headings:before,
.banner-offers-headings:after {
  content: " ";
  display: table;
}
.banner-offers-headings:after {
  clear: both;
}
.banner-offers-headings p {
  display: inline-block;
  float: left;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 14px;
}
.banner-offers-headings .fa-right-open {
  float: right;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.banner-offers-expand {
  clear: both;
  height: 0;
  overflow-y: hidden;
  text-align: center;
  -webkit-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
.banner-offers-terms-col.open .banner-offers-expand {
  height: 220px;
}
.banner-offers-terms-col.open .fa-right-open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banner-offers-item {
  margin: 20px auto;
  width: 260px;
  text-align: left;
}
.banner-offers-item h2 {
  font-weight: bold;
  font-size: 22px;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.banner-offers-item p {
  margin: 0;
  font-size: 15px;
}
.banner-offers-item .banner-offers-icon {
  font-size: 32px;
  text-align: center;
  float: left;
  width: 50px;
}
.banner-offers-sale-col {
  background-color: #ff3500;
  height: 100%;
  color: #fff;
  z-index: 999;
  min-height: 63px;
}
.banner-offers-sale-col:before,
.banner-offers-sale-col:after {
  content: " ";
  display: table;
}
.banner-offers-sale-col:after {
  clear: both;
}
.banner-offers-sale-col:before,
.banner-offers-sale-col:after {
  content: " ";
  display: table;
}
.banner-offers-sale-col:after {
  clear: both;
}
.banner-offers-sale-col h2 {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}
.banner-offers-sale-col small {
  text-transform: lowercase;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  padding-top: 2px;
}
.banner-offers-sale-col p {
  min-height: 50px;
  line-height: 15px;
  float: left;
  width: 42%;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
}
.banner-offers-sale-col h3 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 59%;
  font-size: 14px;
  line-height: 16px;
  padding-right: 5px;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.banner-offers-sale-col h3 strong {
  font-weight: bold;
}
.banner-offers-sale-col h4 {
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  width: 38%;
  float: right;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 768px) {
  .banner-offers-headings {
    display: none;
  }
  .banner-offers-terms-col .fa-right-open {
    display: none;
  }
  .banner-offers-sale-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-offers-sale-col h2 {
    margin-top: 0;
  }
  .banner-offers-sale-col p {
    width: auto;
    border: 0;
    margin-bottom: 0;
  }
  .banner-offers-sale-col h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner-offers-sale-col h4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner-offers-terms-col.open .banner-offers-expand {
    height: auto;
  }
  .banner-offers-expand {
    height: auto;
  }
  .banner-offers-item {
    margin: 0;
    float: left;
    width: 33%;
  }
  .banner-offers-item .banner-offers-icon {
    display: none;
  }
  .banner-offers-item h2 {
    margin-top: 14px;
    font-size: 17px;
  }
  .banner-offers-item p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .banner-offers-sale-col {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .banner-offers-sale-col strong {
    display: block;
  }
  .banner-offers-sale-col p {
    width: 42%;
    border-right: 1px solid #fff;
  }
  .banner-offers-sale-col h3 {
    font-size: 20px;
    margin: 0;
  }
  .banner-offers-sale-col h4 {
    font-size: 16px;
    margin: 0;
  }
  .banner-offers-item h2 {
    font-size: 18px;
    margin-top: 12px;
  }
  .banner-offers-item p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .banner-offers-item .banner-offers-icon {
    display: block;
    margin-top: 8px;
    font-size: 30px;
    width: 48px;
  }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger .btn-cta {
  transition: all 0.1s;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger .btn-cta:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger .btn-cta.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-color: #fff;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #fafafa;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  border-color: #c7c7c7;
}
.btn-primary {
  background-color: #337ab7;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2e6da4;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-success {
  background-color: #5cb85c;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.btn-success:hover,
.btn-success:focus {
  background-color: #4cae4c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-info {
  background-color: #5bc0de;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.btn-info:hover,
.btn-info:focus {
  background-color: #46b8da;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-warning {
  background-color: #f0ad4e;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eea236;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-danger {
  background-color: #d9534f;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #d43f3a;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-cta {
  background-color: #a5102a;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.btn-cta:hover,
.btn-cta:focus {
  background-color: #8e0e24;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active,
.btn-cta.active,
.btn-cta .open .dropdown-toggle {
  color: #fff;
}
.btn-none {
  background-color: transparent;
  color: inherit;
  text-shadow: inherit;
  padding: 0px;
}
.btn-social {
  font-size: 20px;
  line-height: 24px;
}
.btn-facebook {
  background-color: #3b5998;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}
.btn-facebook:hover,
.btn-facebook:focus {
  background-color: #344e86;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook .open .dropdown-toggle {
  color: #fff;
}
.btn-twitter {
  background-color: #55acee;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}
.btn-twitter:hover,
.btn-twitter:focus {
  background-color: #3ea1ec;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter .open .dropdown-toggle {
  color: #fff;
}
.btn-pinterest {
  background-color: #eff7ff;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  color: #e3262e;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus {
  background-color: #d6eaff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.btn-pinterest .open .dropdown-toggle {
  color: #e3262e;
}
.btn-gplus {
  background-color: #dd4b39;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}
.btn-gplus:hover,
.btn-gplus:focus {
  background-color: #d73925;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-gplus:hover,
.btn-gplus:focus,
.btn-gplus:active,
.btn-gplus.active,
.btn-gplus .open .dropdown-toggle {
  color: #fff;
}
.btn-marketing {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid white;
  box-shadow: none;
  border-radius: 0px;
}
.btn-marketing:hover,
.btn-marketing:focus,
.btn-marketing:active,
.btn-marketing.active,
.btn-marketing .open .dropdown-toggle {
  color: #fff;
}
.btn-marketing:hover,
.btn-marketing:focus {
  background-color: transparent;
  box-shadow: none;
}
.section-free_sample_kit .first_row {
  margin-top: 4em;
}
.section-free_sample_kit h4 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  color: #FFF;
  line-height: 1.2em;
}
.section-free_sample_kit h4 em {
  font-weight: normal;
}
.section-free_sample_kit .call_out_normal {
  font-weight: normal;
}
.section-free_sample_kit .left_column {
  padding-left: 1.8em;
}
.section-free_sample_kit .bordered_box {
  margin-top: 1em;
  border: 1px solid #ccc;
  margin-bottom: 4em;
}
.section-free_sample_kit .bordered_box > div > span {
  display: block;
}
.section-free_sample_kit .bordered_box span {
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  margin-bottom: 0.95em;
}
.section-free_sample_kit .felt_colors_choices {
  padding: 1em 1.95em;
  margin-bottom: 0px;
}
.section-free_sample_kit .felt_colors_choices:before,
.section-free_sample_kit .felt_colors_choices:after {
  content: " ";
  display: table;
}
.section-free_sample_kit .felt_colors_choices:after {
  clear: both;
}
.section-free_sample_kit .felt_colors_choices:before,
.section-free_sample_kit .felt_colors_choices:after {
  content: " ";
  display: table;
}
.section-free_sample_kit .felt_colors_choices:after {
  clear: both;
}
.section-free_sample_kit .teflon_colors {
  background-color: #f6f6f6;
}
.section-free_sample_kit .felt_colors,
.section-free_sample_kit .teflon_colors {
  padding: 0.8em 3.65em;
}
.section-free_sample_kit .finish_choices ul {
  padding: 0px;
  display: inline-block;
  list-style: none;
}
.section-free_sample_kit .finish_choices ul li {
  width: 48%;
  float: left;
  margin-top: 0.65em;
}
.section-free_sample_kit .btn-cta {
  text-transform: uppercase;
  border-radius: 0px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  margin-top: 1em;
  width: 40%;
}
.section-free_sample_kit .felt-color-swatch {
  height: 45px;
  border-radius: 0px;
  margin-right: 12px;
  margin-bottom: 20px;
}
.section-free_sample_kit .felt_color_checkbox {
  display: none;
}
.section-free_sample_kit .felt-color-swatch.active:after {
  content: "+";
  height: 56px;
  width: 38px;
  border: 1px solid #fe0000;
  line-height: 50px;
  font-size: 25px;
  color: white;
  top: -5px;
  left: -5px;
  padding-top: 2px;
}
.section-free_sample_kit .felt-color-swatch:hover {
  color: white !important;
}
.section-free_sample_kit form .form-control {
  font-size: 90%;
  color: #222;
}
.section-free_sample_kit ::-webkit-input-placeholder {
  color: #545454;
}
.section-free_sample_kit :-moz-placeholder {
  /* Firefox 18- */
  color: #545454;
}
.section-free_sample_kit ::-moz-placeholder {
  /* Firefox 19+ */
  color: #545454;
}
.section-free_sample_kit :-ms-input-placeholder {
  color: #545454;
}
.section-free_sample_kit .input_fields {
  margin-bottom: 3em;
  margin-top: 0.65em;
}
.section-free_sample_kit .wood_bg {
  padding: 4.25em 0px 4em;
  background: url(../images/free-sample-kit-wood-panel.jpg);
  margin-bottom: 4em;
}
.section-free_sample_kit .wood_bg p {
  color: white;
  font-size: 11px;
  margin-top: 1em;
  margin-bottom: 5em;
}
.section-free_sample_kit .call_out {
  width: 100%;
}
.section-free_sample_kit h6 {
  font-weight: bold;
}
.section-free_sample_kit select.table_finish {
  margin-top: 2.25em;
  margin-bottom: 0.5em;
}
.section-free_sample_kit option[value="AK"],
.section-free_sample_kit option[value="HI"] {
  display: none;
}
.section-free_sample_kit div.recaptcha-submit .btn.btn-cta.btn-lg {
  margin-top: 0.5em;
}
.section-free_sample_kit .g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}
.section-free_sample_kit.ptd .form-group {
  width: 100%;
}
.section-free_sample_kit.ptd .felt_colors div {
  display: block;
  height: 100px;
  text-align: center;
  width: 20%;
  float: left;
}
.section-free_sample_kit.ptd .felt_colors div a {
  display: inline-block;
  clear: both;
}
.section-free_sample_kit.ptd .felt_colors div span {
  display: block;
  margin-top: 4px;
}
.section-free_sample_kit.ptd .felt_colors {
  padding-left: 0px;
  padding-right: 0px;
}
.section-free_sample_kit.ptd .felt-color-swatch {
  margin-bottom: 4px;
  width: 48px;
  margin: 0 auto;
}
.section-free_sample_kit.ptd .felt-color-swatch.active:after {
  width: 59px;
}
.section-free_sample_kit.ptd .lead_p {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 22px;
}
.section-free_sample_kit.ptd h1.title {
  font-weight: 300;
  font-size: 42px;
  font-family: 'Open Sans';
  margin-bottom: 20px;
}
.section-free_sample_kit.ptd h1,
.section-free_sample_kit.ptd h3,
.section-free_sample_kit.ptd h4 {
  color: white;
  font-family: 'Open Sans';
}
.section-free_sample_kit.ptd h4 {
  font-weight: 300;
}
.section-free_sample_kit.ptd .call_out_normal {
  margin-top: 4em;
}
@media (max-width: 991px) {
  .section-free_sample_kit.ptd .left_column {
    text-align: center;
  }
}
@media (min-width: 991px) {
  .section-free_sample_kit.ptd .left_column {
    padding-right: 76px;
  }
}
.countdown {
  display: flex;
  justify-content: center;
  width: 100%;
}
.countdown .countdown-unit {
  /* background-color: #ebe7e600; */
  border-radius: 5px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  /* color: #5a615e; */
  margin: 5px;
  padding: 10px;
}
.countdown .countdown-value {
  display: block;
}
.countdown .countdown-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.account-orders .container.container-narrow {
  border: 0;
}
.account-order {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin: 15px 0;
}
.account-order h4 {
  margin-top: 0;
}
.account-order-summary {
  padding: 15px;
}
.account-order-label {
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 6px;
}
.account-order-status {
  text-align: center;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}
.account-order-status-shipped {
  background-color: #00cc00;
}
.account-order-status-unshipped {
  background-color: #777777;
}
.section-brands-all {
  padding-top: 20;
  padding-bottom: 20px;
}
.section-brands-all .brand-link {
  text-align: center;
}
.section-cart {
  padding-top: 15px;
  padding-bottom: 200px;
}
.btn-continue-shopping {
  margin-top: 8px;
}
.subrow-xs {
  clear: both;
}
.strikethrough {
  text-decoration: line-through;
}
.cart-table {
  font-size: 14px;
  border: 1px solid #6a6a6a;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cart-table .cart-image-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -20px;
}
.cart-table .cart-image-link.felt_color_red {
  background-color: #a71009;
}
.cart-table .cart-image-link.felt_color_burgundy {
  background-color: #6a1008;
}
.cart-table .cart-image-link.felt_color_wine {
  background-color: #54111a;
}
.cart-table .cart-image-link.felt_color_championshipgreen {
  background-color: #116833;
}
.cart-table .cart-image-link.felt_color_darkgreen {
  background-color: #2e5029;
}
.cart-table .cart-image-link.felt_color_bottlegreen {
  background-color: #003a1c;
}
.cart-table .cart-image-link.felt_color_olive {
  background-color: #4c471d;
}
.cart-table .cart-image-link.felt_color_taupe {
  background-color: #695e42;
}
.cart-table .cart-image-link.felt_color_camel {
  background-color: #8c7758;
}
.cart-table .cart-image-link.felt_color_euroblue {
  background-color: #1d307f;
}
.cart-table .cart-image-link.felt_color_navy {
  background-color: #1c2c38;
}
.cart-table .cart-image-link.felt_color_purple {
  background-color: #1a154f;
}
.cart-table .cart-image-link.felt_color_steelgray {
  background-color: #5a676d;
}
.cart-table .cart-image-link.felt_color_black {
  background-color: #282a2e;
}
.cart-table .row-cart-table {
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #6a6a6a;
}
.cart-table .row-cart-item-first {
  border-top: 0;
}
.cart-table .line-item-body,
.cart-table .line-item-label,
.cart-table .line-item-label-strikethrough,
.cart-table .line-item-value {
  line-height: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cart-table .line-item-body {
  text-align: right;
}
.cart-table .line-item-label {
  text-align: right;
}
.cart-table .line-item-label-strikethrough {
  padding-top: 26px;
  text-align: right;
}
.cart-table .line-item-value {
  text-align: center;
}
.cart-table .line-item-value .strikethrough {
  display: block;
}
.cart-table .line-item-field {
  padding-top: 8px;
  text-align: center;
}
.cart-table .line-item-field .cart-remove-link {
  display: none;
}
.cart-table .line-item-field-label {
  padding-top: 16px;
}
.cart-table .line-item-remove {
  padding-bottom: 6px;
}
.cart-table .line-item-remove .cart-remove-link {
  float: left;
  margin-left: -5px;
  display: block;
}
.cart-table .cart-free-shipping {
  display: none;
}
.cart-table .discounts-showing-inner {
  text-align: center;
}
.cart-table .discounts-editing-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-table .cart-items-total-row .line-item-field {
  padding-top: 8px;
  padding-bottom: 8px;
}
.cart-table .cart-items-total-row .line-item-body,
.cart-table .cart-items-total-row .line-item-label,
.cart-table .cart-items-total-row .line-item-value {
  padding-top: 16px;
  padding-bottom: 16px;
}
.cart-table .cart-remove-link {
  color: #888;
}
.cart-table .cart-remove-link span {
  font-size: 20px;
}
.cart-table .cart-remove-link:hover {
  text-decoration: none;
}
.cart-table .cart-discount-invalid {
  margin-top: 10px;
  font-weight: bold;
}
.cart-table .cart-discount-irrelevant {
  margin-top: 10px;
  color: #bd0000;
  font-weight: bold;
}
.cart-table .product-badge {
  margin-top: 10px;
}
.cart-table .product-badge small {
  display: inline-block;
  clear: both;
  margin-top: 6px;
}
.cart-table .product-badge.tpr-badge {
  font-size: 11px;
}
.row-cart-table-headings {
  display: none;
}
@media (min-width: 768px) {
  .subrow-xs {
    clear: none;
  }
  .cart-table .cart-free-shipping {
    display: block;
    text-align: center;
  }
  .cart-table .line-item-value .strikethrough {
    display: inline;
  }
  .cart-table .line-item-remove {
    display: none;
  }
  .cart-table .line-item-field .cart-remove-link {
    display: inline;
  }
  .row-cart-item .line-item-label {
    display: none;
  }
  .row-cart-table-headings {
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-bottom: -15px;
  }
  .row-cart-table-headings h4 {
    text-align: center;
  }
}
#cart-discount-loader {
  display: none;
  margin-top: 10px;
}
.cart-discount-invalid,
.cart-discount-irrelevant {
  display: none;
}
.discounts-region.discounts-showing .discounts-editing-inner {
  display: none;
}
.discounts-region.discounts-editing .discounts-showing-inner {
  display: none;
}
.discounts-region.no-savings #cart-cancel-discount {
  display: none;
}
.discounts-region.no-savings .discounts-savings {
  display: none;
}
.discounts-region .discounts-savings {
  font-weight: bold;
}
.cart-shipping-method {
  background-color: #eeeeee;
  margin: 10px 0;
}
.cart-shipping-method label {
  display: block;
  padding: 10px;
  font-weight: normal;
}
.cart-shipping-method .cart-shipping-price {
  font-weight: bold;
}
.cart-shipping-method .cart-shipping-estimate {
  margin-top: 10px;
}
.cart-shipping-method input[type=radio] {
  margin-right: 6px;
}
.cart-shipping-wrapper,
.more-border {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
}
.cart-shipping-wrapper {
  border-top: 1px solid #777777;
}
.more-border {
  border-bottom: 1px solid #777777;
}
.cart-shipping-wrapper {
  padding-bottom: 1em;
}
.cart-shipping-wrapper h5 {
  text-align: center;
}
.cart-shipping-wrapper .postal-form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 1em;
}
.cart-shipping-wrapper input#postal-code {
  width: 6em;
  margin-left: 1em;
  margin-right: 1em;
}
.cart-shipping-wrapper .btn-zip {
  width: 16em;
  margin-top: 10px;
}
.btn-zip:enabled {
  background-color: #5cb85c;
  color: #fff;
  border-color: #4cae4c;
}
.btn-zip:disabled {
  background-color: #dddddd;
}
#shipping-quote-form {
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
#shipping-quote-form label {
  padding-top: 7px;
}
#shipping-quote-form .shipping-quote-help {
  text-align: center;
}
#shipping-quote-form.focused {
  box-shadow: 0 0 9px 0px #a5102a;
}
#shipping-quote-form #invalid-postal-code {
  display: none;
}
#shipping-quote-form h1 {
  margin-bottom: 20px;
}
#shipping-quote-form > .form-horizontal {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#shipping-quote-loader {
  margin-bottom: 10px;
}
.new-shipping-quotes {
  display: block;
  position: absolute;
  visibility: hidden;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-size: 22px;
}
#cart-submission {
  max-width: 600px;
  margin: 2.5em auto 15em auto;
}
#cart-submission.narrow {
  width: 72%;
}
#cart-submission.wide {
  width: 100%;
}
@media (max-width: 590px) {
  #cart-submission {
    margin-bottom: 5em;
  }
}
#cart-submission .btn.disabled {
  color: #000;
  border-color: #555;
  opacity: 0.8;
}
#cart-submission.waiting .proceed {
  display: none;
}
@media (max-width: 590px) {
  #cart-submission.proceed {
    text-align: center;
  }
  #cart-submission.proceed button,
  #cart-submission.proceed #braintree_paypal {
    display: block;
    margin: 0 auto;
    clear: both;
    float: none !important;
  }
  #cart-submission.proceed button.btn-cta,
  #cart-submission.proceed #braintree_paypal.btn-cta {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
#cart-submission.proceed .waiting {
  display: none;
}
#cart-submission #checkout-with-credit-card.disabled {
  cursor: not-allowed;
  color: #fff;
  border-color: rgba(255, 255, 255, 0);
  opacity: 0.65;
}
#cart-submission div.proceed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: 5px;
}
#progress-jar {
  height: 1rem;
}
#progress-jar .progress {
  display: none;
}
.shipping-estimate-progress-full {
  background-color: #9ccb9c;
}
#shipping-progress-bar {
  transition: none !important;
}
.shipping-quotes-blurred {
  filter: blur(10px);
  opacity: 0.01;
  transition: all 10s ease-out;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@media (min-width: 768px) {
  #cart-submission .btn-block {
    float: right;
    width: auto;
  }
}
.row-mobile-shipping-offer {
  text-align: center;
}
.row-mobile-shipping-offer strong {
  display: block;
  background-color: #eeeeee;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.empty-cart {
  text-align: center;
  margin: 15px auto;
}
#braintree-tax,
#braintree-total {
  display: none;
}
#braintree-paypal-loggedin,
#braintree_paypal.logged_in {
  width: 100%;
  max-width: 800px !important;
}
.paypal_button_wrapper {
  display: none;
  max-width: 100%;
  overflow: hidden;
  padding: 9px 0px;
  float: right;
  margin-top: 1px;
  margin-bottom: 32px;
  width: 100%;
}
.section-cart-promotion {
  margin: 1em 0 2em;
}
.cart-map-wrapper {
  display: none;
  margin-top: 6px;
  width: 100%;
  height: 162px;
}
.cart-map-wrapper .cart-map-address {
  float: left;
  width: 40%;
  text-align: right;
  padding-right: 20px;
}
.cart-map-wrapper .cart-map-map {
  float: right;
  width: 60%;
  margin-top: 10px;
  border: 1px solid #ccc;
}
.network-logos {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.network-logo {
  padding: 5px;
  width: 185px;
  height: 80px;
  margin-top: 10px;
  text-align: center;
}
#instant-checkout {
  display: flex;
  flex-flow: column nowrap;
  background-color: #f1f1f1;
  margin: auto;
  align-items: stretch;
}
#instant-checkout > div {
  padding: 10px;
  width: 100%;
  min-height: 115px;
  flex-grow: 1;
  word-wrap: break-word;
}
#instant-checkout > div dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  height: 100%;
}
#instant-checkout > div dt {
  width: 40%;
  text-align: left;
}
#instant-checkout > div dd {
  margin-left: auto;
  width: 60%;
  text-align: right;
}
#instant-checkout #instant-welcome {
  padding-top: 0;
  background-color: rgba(0, 156, 16, 0.1);
}
#instant-checkout #instant-shipping {
  background-color: rgba(0, 156, 16, 0.03);
  align-self: stretch;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
#instant-checkout #instant-shipping > div {
  text-align: left;
  display: inline-block;
}
#instant-checkout #instant-button {
  max-width: 100%;
  align-self: center;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 1.5rem;
  flex-flow: column nowrap;
}
#instant-checkout #instant-button > button {
  display: inline-block;
  width: 100%;
  order: 0;
}
#instant-checkout #instant-button > dl {
  order: 1;
  width: 100%;
  height: unset;
}
#instant-checkout #instant-button > dl > dt {
  width: 66%;
}
#instant-checkout #instant-button > dl > dd {
  width: 33%;
}
@media (min-width: 600px) {
  #instant-checkout {
    flex-flow: row wrap;
    justify-content: center;
  }
  #instant-checkout > div {
    padding: 15px 10px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #instant-checkout #instant-button {
    flex-flow: row nowrap;
    min-height: 65px;
  }
  #instant-checkout #instant-button > button {
    width: 40%;
    order: 1;
  }
  #instant-checkout #instant-button > dl {
    width: 40%;
    order: 0;
  }
}
@media (min-width: 992px) {
  #instant-checkout {
    flex-flow: row nowrap;
  }
  #instant-checkout > div {
    width: 33%;
  }
  #instant-checkout #instant-shipping {
    background-color: transparent;
  }
  #instant-checkout #instant-button {
    align-self: stretch;
    min-height: 115px;
    flex-flow: column nowrap;
  }
  #instant-checkout #instant-button > button {
    width: 100%;
    order: 0;
  }
  #instant-checkout #instant-button > dl {
    width: 100%;
    order: 1;
  }
}
#continue-checkout {
  display: flex;
  flex-direction: row;
  padding: 10px 10px;
}
#continue-checkout .checkout-button-shaper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
}
#continue-checkout .checkout-button-shaper button {
  min-width: 50%;
}
@media (min-width: 768px) {
  #continue-checkout {
    justify-content: flex-end;
  }
  #continue-checkout .checkout-button-shaper {
    justify-content: center;
    width: 50%;
  }
  #continue-checkout .checkout-button-shaper button {
    min-width: unset;
    width: 80%;
  }
}
@media (min-width: 992px) {
  #continue-checkout {
    padding: 0;
  }
  #continue-checkout .checkout-button-shaper {
    padding: 15px 10px;
    justify-content: flex-end;
    width: 33.333%;
  }
  #continue-checkout .checkout-button-shaper button {
    min-width: unset;
    width: 100%;
  }
}
.section-checkout-table {
  margin-top: 10px;
}
.section-checkout-login {
  text-align: center;
}
.credit-card-icons {
  height: 34px;
}
.gift-notice {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.checkout-submission {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
.checkout-submission .btn {
  display: block;
  width: 100%;
}
#gift-code-loader {
  display: none;
}
#gift-code-error {
  display: none;
  color: #c00;
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
}
.gift-codes-table {
  margin-top: 10px;
}
.gift-codes-table td {
  padding: 5px;
}
.gift-codes-table .gift-code-amount {
  text-align: right;
  padding-left: 20px;
}
.gift-codes-table tfoot td {
  border-top: 1px solid #ccc;
}
.gift-codes-region .gift-codes-editor {
  padding-top: 10px;
  display: none;
}
.gift-codes-region.gift-codes-editing .gift-codes-edit {
  display: none;
}
.gift-codes-region.gift-codes-editing .gift-codes-editor {
  display: block;
}
.gift-codes-region .gift-codes-table tfoot {
  display: none;
}
.gift-codes-region .gift-codes-table tfoot.has-gift-codes {
  display: table-footer-group;
}
.purchase-order-region .purchase-order-editor {
  padding-top: 10px;
  padding-bottom: 1px;
  padding-right: 10px;
  display: none;
}
.purchase-order-region .purchase-order-edit {
  color: black;
  text-decoration: none;
}
.purchase-order-region.purchase-order-editing .purchase-order-editor {
  display: block;
}
.payment-seal {
  text-align: center;
  margin-bottom: 10px;
}
.section-checkout-form .container {
  max-width: 700px;
}
.section-checkout-form label {
  padding-top: 7px;
}
.btn-edit-order-contents {
  margin-top: 8px;
}
.billing-same-as-shipping-field label {
  font-weight: bold;
}
@media (min-width: 768px) {
  .gift-notice {
    text-align: right;
  }
  .checkout-submission .btn {
    display: inline-block;
    width: auto;
  }
  .payment-seal {
    position: absolute;
    top: 80px;
    right: 20px;
  }
}
.credit-card-tab {
  background-color: #f0f0f0;
  height: 59px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.credit-card-tab-body {
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.block-payment-type {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.block-gift-code,
.block-purchase-order {
  background-color: #e2e2e2;
}
.block-gift-code .block-payment-label:hover,
.block-purchase-order .block-payment-label:hover {
  background-color: #c9c9c9;
}
.block-credit-card {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.block-credit-card .block-payment-label {
  margin-left: -10px;
}
.new-credit-card-fields {
  position: relative;
}
.block-payment-label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 10px;
  color: #222;
  text-decoration: none;
}
.block-payment-label:link,
.block-payment-label:hover,
.block-payment-label:active,
.block-payment-label:visited {
  color: #222;
  text-decoration: none;
}
#braintree-error {
  color: #c00;
  font-weight: bold;
  font-size: 12px;
}
.has-error input.required {
  background: #f8eded;
}
.has-success input.required {
  background: #eaf5e5;
}
.hide-jq {
  display: none;
}
.collection-title {
  margin-top: 30px;
}
.collection-title a {
  color: #c00;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.section-collection-filters {
  padding: 15px 0;
  background-color: #f3f3f3;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.section-collection-controls {
  margin-top: 15px;
}
.section-collection-controls .pagination {
  margin-top: 0;
  margin-bottom: 10px;
}
.section-collection-list .row:first-child .product-row {
  border-top: 1px solid #ddd;
}
.section-contact-map {
  height: 300px;
  background-color: #f4f3f0;
}
.section-contact-map #google-map {
  width: 100%;
  height: 100%;
}
@media (min-width: 767px) {
  .section-contact {
    padding-bottom: 15px;
  }
  .contact-form h3 {
    text-align: right;
  }
}
.section-error {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.section-error ul {
  list-style-type: none;
  padding: 0;
}
.gift-preview {
  border: 1px solid #777777;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 75.75%;
  position: relative;
}
.gift-preview-code {
  position: absolute;
  top: 78%;
  left: 8.25%;
  width: 25%;
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.gift-preview-amount {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #000;
  width: 15%;
  text-align: right;
  font-style: italic;
  font-weight: bold;
}
.gift-preview-amount span {
  font-size: 22px;
}
.gift-preview-message {
  position: absolute;
  top: 25%;
  left: 50%;
  color: #000;
  width: 45%;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
}
.gift-preview-message p {
  padding-top: 5px;
}
.gift-body {
  margin-top: 20px;
}
.section-feature {
  background-color: #fff;
}
.more-link {
  font-size: 16px;
  display: block;
  padding-top: 8px;
}
.section-order-actions {
  background-color: #eeeeee;
  text-align: center;
  padding: 15px 0;
}
.order-placed-time {
  text-align: center;
  font-size: 18px;
  margin: 0 0 15px;
}
.order-status {
  text-align: center;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}
.order-status-shipped {
  background-color: #00cc00;
}
.order-status-unshipped {
  background-color: #777777;
}
.order-register-form {
  background-color: #eeeeee;
  padding: 15px;
}
#order-confirmation {
  margin: 0 auto;
  max-width: 970px;
  text-align: center;
  color: white;
  background-color: grey;
  font-weight: bold;
  padding: 2px 0 2px 0;
}
#thank-you {
  margin: 0 auto;
  padding: 20px 30px 10px 30px;
  max-width: 970px;
}
#order-status {
  margin: 0 auto;
  max-width: 970px;
  text-align: center;
  color: white;
  background-color: grey;
  font-weight: bold;
  padding: 2px 0 2px 0;
}
#order-id {
  font-size: 1.5rem;
  font-weight: bolder;
  text-transform: uppercase;
}
#thanks {
  font-size: 2.5rem;
  font-weight: bold;
}
#message {
  font-size: 1.3rem;
}
.section-product-detail {
  padding-bottom: 15px;
}
.section-product-detail .breadcrumbs-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 10pt;
}
.section-product-detail .breadcrumbs-title a {
  position: relative;
  top: 1px;
}
.section-product-detail .page-title {
  text-align: left;
  font-weight: 800;
  font-size: 16pt;
  line-height: 28px;
}
.cart-block {
  margin-bottom: 10px;
}
.cart-block .control-label {
  text-align: right;
  padding-top: 7px;
}
.cart-block-price-region {
  font-weight: strong;
  float: right;
  line-height: 24px;
  width: auto;
  position: relative;
}
.cart-block-price-region span[class^="cart-block-variable-"] {
  display: none !important;
}
.cart-block-price-region .cart-block-price-wrapper {
  text-align: right;
  display: block;
  width: 187px;
  line-height: 18px;
  padding-top: 4px;
}
.cart-block-price-region .cart-block-price {
  font-size: 24px;
}
.cart-block-price-region .cart-block-price:before {
  content: "$";
}
.cart-block-price-region .cart-block-price-add {
  font-size: 24px;
  font-weight: bold;
}
.cart-block-price-region .cart-block-reveal-msrp {
  display: none;
  font-size: 24px;
}
.cart-block-price-region .cart-block-price-options-label-tpr,
.cart-block-price-region .cart-block-price-options-label,
.cart-block-price-region .cart-block-reveal-msrp,
.cart-block-price-region .cart-block-strikethrough,
.cart-block-price-region .cart-block-strikethrough-msrp {
  display: none;
}
.cart-block-price-region .cart-block-price-options-label {
  margin-top: 3px;
}
.cart-block-price-region .cart-block-reveal-msrp,
.cart-block-price-region .cart-block-strikethrough,
.cart-block-price-region .cart-block-strikethrough-msrp {
  position: relative;
  padding: 0px 4px;
  margin-right: 3px;
  font-size: 24px;
}
.cart-block-price-region .cart-block-reveal-msrp:before,
.cart-block-price-region .cart-block-strikethrough:before,
.cart-block-price-region .cart-block-strikethrough-msrp:before {
  border-bottom: 2px solid #be1630;
  position: absolute;
  content: "";
  width: 95%;
  height: 42%;
}
.cart-block-click-to-reveal-price {
  display: inline-block;
  padding: 2px 10px 2px 10px;
  background: black;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.cart-block-stock {
  height: 24px;
}
.cart-block-stock .label {
  line-height: 24px;
  font-size: 14px;
  padding: 2px 4px 3px 4px;
}
.cart-block-snipe {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow-wrap: normal;
  background-color: #fff;
  background-clip: padding-box;
  background-color: #c9c9c9;
  z-index: 900;
  margin-top: 12px;
  margin-bottom: 15px;
  height: 50px;
  text-align: right;
  padding: 5px 10px;
  border-radius: 5px;
}
.cart-block-snipe:before {
  content: '';
  display: inline-block;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #c9c9c9;
  position: absolute;
  top: -9px;
  right: 26px;
}
.cart-block-snipe span.long-site-name {
  font-size: 12px;
}
.cart-block-snipe-inner {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: -10px;
  padding: 5px;
  width: 90px;
  height: 50px;
  float: left;
  margin-right: 20px;
  background-color: #a0a0a0;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.cart-block-snipe-inner:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #a0a0a0;
}
.cart-block-snipe-inner a {
  color: #fff;
}
.snipe-autodiscount .cart-block-snipe-inner,
.snipe-click-to-reveal .cart-block-snipe-inner {
  background-color: #be1630;
  white-space: normal;
}
.snipe-autodiscount .cart-block-snipe-inner:after,
.snipe-click-to-reveal .cart-block-snipe-inner:after {
  border-left: 25px solid #be1630;
}
.snipe-price-match {
  text-align: center;
  height: unset;
}
.brand-block {
  text-align: center;
  margin-bottom: 20px;
}
.brand-block a {
  display: block;
}
.brand-block .brand-image {
  margin-bottom: 10px;
}
.section-reviews {
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
}
.section-reviews .toggle {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  color: #333333;
}
.section-reviews .toggle:hover {
  text-decoration: none;
}
.section-reviews .fa {
  float: right;
}
.section-reviews h3 {
  display: none;
}
.section-reviews .review-stats {
  display: none;
}
.section-reviews-empty {
  display: none;
}
.review-cta {
  font-weight: bold;
  text-align: center;
}
.review {
  margin-top: 20px;
  margin-bottom: 30px;
}
.overflow-review {
  display: none;
}
.all-reviews-visible {
  display: block;
}
.review-name {
  font-weight: bold;
}
.review-title {
  margin-top: 0;
}
.review-body p {
  margin-bottom: 0;
}
.review-content {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
}
.review-content:before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ccc;
  bottom: -14px;
  left: 18px;
}
.review-content:after {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #fff;
  bottom: -13px;
  left: 18px;
}
@media (min-width: 992px) {
  .review-content {
    margin-bottom: 10px;
  }
  .review-content:before {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #ccc;
    border-left: 0;
    bottom: auto;
    left: -14px;
    top: 20px;
  }
  .review-content:after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0;
    bottom: auto;
    left: -13px;
    top: 20px;
  }
}
@media (min-width: 768px) {
  .section-reviews {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-reviews .toggle {
    display: none;
  }
  .section-reviews .collapse {
    display: block;
    visibility: visible;
    padding-top: 10px;
  }
  .section-reviews h3 {
    display: block;
    margin-bottom: 30px;
  }
  .section-reviews .review-stats {
    display: block;
    float: right;
    padding-top: 15px;
  }
  .section-reviews .review-stats div {
    display: inline-block;
    margin-left: 5px;
  }
  .section-reviews-empty {
    display: block;
  }
}
.social-buttons {
  display: table;
  width: 100%;
}
.social-buttons .social-wrap {
  display: table-cell;
  padding: 5px;
}
.product-closeout {
  font-weight: bold;
  margin-bottom: 10px;
}
.product-closeout-savings {
  color: #be1630;
  font-weight: bold;
}
.swiper-container-product {
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.swiper-container-product .swiper-slide {
  position: relative;
}
.swiper-container-product .swiper-slide .no {
  display: none;
}
.swiper-container-product .swiper-slide-inner {
  padding: 10px;
}
.swiper-container-product .swiper-slide-inner iframe {
  margin: 0 auto;
  margin-top: 2.1em;
  display: block;
  max-width: 100%;
}
.swiper-container-product .swiper-slide-inner div > img {
  width: 100%;
}
.swiper-container-product .swiper-caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  bottom: 5px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  text-align: center;
  padding: 10px;
  right: auto;
  border-radius: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.swiper-container-product .swiper-pagination {
  width: auto;
  margin: 10px 0;
  text-align: center;
}
.swiper-container-product .swiper-pagination span {
  cursor: pointer;
  border: 0;
  background-color: #aaa;
  background-position: -100px -100px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.swiper-container-product .swiper-pagination span.swiper-active-switch {
  background-color: #666;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.swiper-container-product .swiper-pagination span img {
  display: none;
}
.swiper-container-product .swiper-pagination span.video_thumbnail,
.swiper-container-product .swiper-pagination span.fa {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px !important;
  height: 44px;
}
.swiper-container-product .swiper-pagination span.fa {
  color: #be1630;
  font-size: 28px;
}
@media (min-width: 768px) {
  .swiper-container-product {
    margin-left: 0;
    margin-right: 0;
  }
  .swiper-container-product .swiper-pagination span {
    margin: 0;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 2px;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-position: 0 0;
  }
  .swiper-container-product .swiper-pagination span.swiper-active-switch {
    width: 45px;
    height: 45px;
    border-radius: 0;
    border-color: #66afe9;
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .swiper-container-product .swiper-pagination span img {
    display: block;
    pointer-events: none;
    opacity: 0.7;
  }
}
.cart-badge {
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  margin: 10px 0;
  padding: 5px;
  border-radius: 5px;
}
.cart-drop-ship-badge {
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArtJREFUeNqUVEtME1EUvUOn0PQTKoa0i6ZBfmow1UQMURJUlPBzQXWlK5fuIDFRl25YycKdW1i4B+IGF2CigbZEgaakEUtaoVApMDAtM6W/Ge992Dptip+bnHl37n3vvPt573GqqkJ3d/ctACD8j0QQy7Ozs8vlDq6vr+8Nz/MP+/v7jXa7Xa8oCmhBm+bz+ZKR7MFgUA4EAlwul3uExJNaUl6v118fGxurra+vZwsKKBCe9t/T02OcmpoCxBXkKSWlj06nK4minOQ0G62pJDxNwBTYBG3KlcaCvrS0BF6vF+LxOFgslidut3uIyGRZ3spms69YpERYibTSP+kT4xPw4ulzaGpoAkVVbOGNiE1KSeAP+NvmPszdZqQUKaFSk3BnBm156qx10HWjC9sMMPxsBOY981BTU0Pgq6qq+GL6WlLSJUmCTCbDiMqFbKlUChROhe3YNiSTSTaXYDKZoJg+EVFEoihCOp3+4wFVlDxQunkcxYQIiUSiECkYDIbfjSIHEVKkfxMF1wjiAchZGQYGBljUeDQZsFknkVIXyfCvsifsQXQnynSXy8VQkNHR0RPSaDQKDocDFnw+OD5Ow8XzrWC32UqItD6Sw8PDUzflent73+P17Dw6ThvXwxE4W3cGy5AA971BMJtNbJJn8TME19aKPqvZCLW1VtgVDuDShVbAaw4/4ruwFYtlDLxuX+d0Oj9iLeX4ntDe3NxY/cA9CCv+Vdj4HlmPhMOboVBoZ3M7Zm5paay+PzQIy/4AFXUrIcvmu3duch7fF1EQhIWcqp7r6Liq869+fcvjY0CvzcvL1zqsofXw8PS7GTiSJPEIoH1l0ctyRN/rb6HwcCYzg0dNFtHUiVd7OhbbcYnJ5AjdfYvF/Akb3oaN93Lac4iLH+PQgBhHwoi2TuU+CoKeS9Qnf/mL/z8FGADZ+TSQuGikLAAAAABJRU5ErkJggg==);
  background-position: 8px 14px;
  padding-left: 40px;
}
.cart-shipping-discount-badge {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAYAAAD6S912AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4RDE2NTUxMDcyOTExRTQ4RTEyQ0Q0MEIxOTQwMDRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4RDE2NTUyMDcyOTExRTQ4RTEyQ0Q0MEIxOTQwMDRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzhEMTY1NEYwNzI5MTFFNDhFMTJDRDQwQjE5NDAwNEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzhEMTY1NTAwNzI5MTFFNDhFMTJDRDQwQjE5NDAwNEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7lYIJaAAAFD0lEQVR42qxVW2wUVRj+5ta9dXuFLSywYMutLRdLwkUDBDQSEhODEsAENEaiL4qkjxrRgPiCUaoEH0i8JkqIWohB1ES0IaXYltoWqCJtt2Fp6e52L+3uzM7s3I7/DlKbpr4xmcmZOXvOt/93OedwjDE8yEucqTMa6a7g9GSVrcaCxkR8rq3JJaZpuDheNCRP+Rjvmx3j/aFwcMmjkelzufsVRvp/qRURC0q84vey1Gy3FjuF1CisVBRmLgNLVcCsPGzbAgMHgxP681JljKtc0cOHnjgXbNh7cRIw0nWosSrok12l1afAXIA8CmSGgYkYjOgIUmNpROMZRNMqUlkTsmrBMEzwBC5yKrweYbx6xZq2DQdbnnQol/tzPpfvoQ8YVwpOKHS5kBxVcONqBF3XIhgcljGalJHOag6YZtjQDUagDKrOUFwslX1cOVA3OnStzAFkTDTAe8BJHqQiw+hr7UVnWy+Gbo8ik5UhKxoU1YBpWoXRVBU1PN1S4QsQBBsWJyzieS7tAHKiaFqWgXBnH9Ixg+hZyBKIbRuwLR05TUVG0ZGnykyTKjMB06bWLrRAEWlauCddzitKSU9HFwT3Sgj0z+lkHIlkGlk559C0aZgkcUhMqLAsRt+AanIo8UnQVdOhz00FHBtOV6TvKFi/aRY6OqMoKQYOHtiOs2cvY2HIh031LnjtHC5dHcORL24jlrXx+u4AHq9jmJANnPpNQ16fAmgTDa+koGoeoLUkSRMTi9fVIPj7NWzbPBdqIoofW+/i2a2l0PNz0D7A8Mo24MylrBOh1QvdIAhHz3vBtkzJ4UGfOUUFz5NIBg9TNyFYNsJU/YEPw6j0L8GW1W74vBzyZgaXB4BPW9JYNd+Do8958K9XhGzpLmbnC2JCkWXomkLv47ANg34zIJKLIo0cTpgocQPdAwpGUjze3ePGsb0ByBSdgkmTlJlhirBVAklDyyngLIpHLkEOa2QjgReAabwkSpB4G619SVxoBw7tLMaLmzkIYhl0MqkwxqkQus2bRo6oJ8lFiolK4HqctNXAUdWGZsDt9WBpyIWxcQveIjduRBS8cUZDRhVQHyQGFI//NIQtDA7JtNTieGFHAHohv3qiIAVyEwqWzS/CN+/UYu0CFce/m8DqGh/e3OnFWBbwuQz03bERCuJvXpAanArL/MWZP4cyOPnlEEUohvRIHF99PYgrvWmibxBlDUY2gabmBE6cH0fr9STCd3PgrRw+upBDc4eCWeX+TNWC5apToVC+9K/6Bb/i8wtRnG9L04owEaONYE4pacYZ6LwlY3/TsLMyimhGb9jES+EcJIFDXLVxYJsPnkBdD+67LNbs+uSxdfPaq+cI5J5KlBlNFJz0WwbpSUuQp3d3EZxWJFCXwGijsLGhxo9n1vlG/Q0vvzcJGAitzHgaXj3a+HRFeNlcAXdTGrL5wq7CEE0aGM/SHkjoBdELcdVJBSXP45E6P97eIaT8Da8dXtywtR/3dho2+Qy1n97S07SmrWl38cTGkMiCbp7VzxLZqoDEFvo5FpDASnmerQ252bHdxezKkeqb1386uWsqBjfTmTLww1uNie5vn2/tCj/8/R/k4rANnmKxcpEL2xtErK+r7K9Y/tTpwMaDh6vmVdszHgHTr/jIID/e/Vljqrt5X0f3QC3ndatr60OD/iXbz5Wu2f/+/OpadcaJU8v9v+fWxRN7bv58fN/0/v7elurpfdyDPkb/EWAAIoDdTY64ypgAAAAASUVORK5CYII=);
  background-position: 8px 8px;
  padding: 10px;
  padding-left: 40px;
}
.cart-call-badge {
  text-align: center;
}
.cart-form-variants {
  margin-bottom: 10px;
}
.variant-row-group {
  margin-bottom: 0;
}
.variant-row-group:first-child label {
  border-top: 0;
}
.variant-row-group label {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-bottom: 0;
}
.variant-row-group dl {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 22px;
}
.variant-row-group dt {
  font-weight: normal;
  float: left;
  clear: left;
  margin-right: 5px;
}
.variant-row-group dt:first-child {
  clear: none;
}
.variant-row-group dd {
  font-weight: normal;
  float: left;
}
.variant-row-group input[type=radio] {
  margin-right: 10px;
  display: block;
  float: left;
}
.table-specs {
  margin-top: -10px;
}
.table-specs td {
  text-align: right;
}
.product-body em {
  font-weight: bold;
  font-style: normal;
  color: #be1630;
}
.product-successor {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px;
}
.product-successor:before,
.product-successor:after {
  content: " ";
  display: table;
}
.product-successor:after {
  clear: both;
}
.product-successor:before,
.product-successor:after {
  content: " ";
  display: table;
}
.product-successor:after {
  clear: both;
}
.product-successor p {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  color: #222;
}
.product-successor h4 {
  margin-top: 10px;
}
.product-successor img {
  width: 120px;
}
.product-successor .product-successor-price {
  font-size: 18px;
  color: #717342;
}
@media (min-width: 768px) {
  .product-successor {
    text-align: left;
  }
  .product-successor p {
    margin-left: 0;
    margin-right: 0;
  }
  .product-successor img {
    float: left;
    margin-right: 10px;
  }
}
.section-product-alternatives {
  padding-top: 30px;
  padding-bottom: 20px;
}
.cart-block-alternatives {
  margin-top: 30px;
}
.cart-block-alternatives h2 {
  font-size: 17px;
}
.cart-block-alternatives .btn {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.product-alternatives-teaser {
  margin-bottom: 20px;
}
.product-alternatives-image {
  margin: 15px;
}
.product-alternatives-callout {
  margin: 25px 0;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
}
.product-alternatives-header {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.product-alternatives-header-top {
  border-bottom: 1px solid #888;
  display: table;
  width: 100%;
  height: 90px;
}
.product-alternatives-header-top img {
  margin: 5px;
}
.product-alternatives-header-top h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
}
.product-alternatives-footer .product-alternatives-all-link {
  display: none;
}
.product-alternatives-all-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 28px;
  vertical-align: middle;
  color: #333333;
}
.product-alternatives-all-link:hover {
  color: #333333;
}
.product-alternatives-all-link .fa-right-circled2 {
  font-size: 20px;
  line-height: 28px;
}
.product-alternatives-center {
  -webkit-box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid #bbb;
}
.product-alternatives-center .product-alternatives-header {
  background-color: #ddd;
  border-bottom: 1px solid #bbb;
}
.product-alternatives-contents {
  padding: 20px 30px 0;
}
.product-alternatives-contents .product-tile .product-tile-price {
  text-align: center;
}
@media (min-width: 768px) {
  .product-alternatives-footer .product-alternatives-all-link {
    display: block;
  }
}
.section-product-list-header h1 {
  font-size: 20px;
  text-align: center;
}
.section-product-list-header p {
  font-size: 20px;
  text-align: center;
}
.section-product-list-header img {
  display: block;
  margin: 25px auto 0px;
}
.section-product-list-suggestion {
  margin-bottom: 20px;
}
.section-product-list-filters {
  background-color: #ededed;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.section-product-list-filters .toggle {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  color: #333333;
}
.section-product-list-filters .toggle:hover {
  text-decoration: none;
}
.section-product-list-filters .fa {
  float: right;
}
.section-product-list-filters .product-list-filter {
  padding-bottom: 10px;
}
.section-product-list-filters .product-list-sorts {
  margin-bottom: 10px;
}
.section-product-list-filters .product-list-sorts .active {
  font-weight: bold;
}
.section-product-list-filters .pager-controls {
  padding-top: 10px;
}
.section-product-list-filters .pager-controls .pager-controls-right {
  display: none;
}
.product-list-checkbox-container {
  display: table;
  position: relative;
}
.product-list-checkbox-container .product-list-checkbox-group {
  vertical-align: top;
  display: table-cell;
  padding-left: 20px;
}
.product-list-checkbox-container .product-list-checkbox-warning {
  position: absolute;
  left: 0;
  top: 90px;
  width: 200px;
  background-color: #000;
  opacity: 0.9;
  border-radius: 4px;
  color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
  z-index: 200;
}
.product-list-checkbox-container .product-list-checkbox-warning:before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  display: block;
  content: "";
  border-bottom: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.product-list-checkbox-container .product-list-checkbox-warning .btn {
  border: 1px solid #fff;
  background-color: transparent;
}
.product-list-checkbox-container .product-list-checkbox-warning .btn:hover {
  background-color: #444;
  color: #fff;
}
.section-product-list {
  padding-top: 15px;
}
.section-product-list .pager {
  margin: 15px 0;
}
.section-product-list .pager a {
  color: #333333;
}
.section-product-list .pager .disabled a {
  color: #777777;
}
.section-product-list .current {
  font-size: 18px;
  line-height: 32px;
}
.product-list-brand-categories {
  margin-bottom: 8px;
}
.product-list-brand-categories a {
  display: inline-block;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  .section-product-list-filters .toggle {
    display: none;
  }
  .section-product-list-filters .collapse {
    visibility: visible;
    display: block;
    padding-top: 5px;
  }
  .section-product-list-filters .pager-controls .pager-controls-right {
    display: block;
    float: right;
  }
  .product-list-checkboxes label {
    float: left;
  }
}
.section-subcat-list {
  padding-bottom: 20px;
}
.subcat-row {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-row {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-row h2 {
  font-size: 20px;
  margin-top: 10px;
}
.product-row .product-row-price-region {
  display: inline-block;
  position: relative;
}
.product-row .product-row-price {
  font-size: 18px;
  color: #717342;
  margin-right: 5px;
}
.product-row .product-row-price-strikethrough {
  background-color: #be1630;
  height: 2px;
  position: absolute;
  width: 110%;
  top: 46%;
  left: -5%;
  z-index: 5;
  zoom: 1;
}
.product-row .product-row-add-to-cart-link {
  color: #be1630;
}
.product-row .product-row-msrp {
  color: #999;
  margin-right: 5px;
}
.product-row .product-row-savings {
  font-weight: bold;
  display: block;
}
.product-row .product-row-description {
  margin-top: 10px;
}
.product-row .product-row-description em {
  font-weight: bold;
  color: #be1630;
  font-style: normal;
}
.product-row .product-row-review {
  margin-top: 10px;
}
.product-row .product-row-review .rating-stars {
  margin-left: 5px;
  display: inline;
}
.product-row .product-row-review span:before {
  margin: 0;
}
.product-row .product-row-discount a {
  color: #be1630;
  font-weight: bold;
}
.product-row .product-row-details span {
  font-style: italic;
}
.product-row .product-row-details a {
  color: #a5102a;
  font-weight: bold;
}
.product-row .product-row-details {
  float: right;
}
.product-row .closeout-badge,
.product-row .tpr-badge {
  position: relative;
  top: -2px;
  font-size: 11px;
}
.sale-flag {
  float: left;
  position: relative;
  margin-top: 2px;
  margin-right: 15px;
  padding: 4px;
  color: #fff;
  background-color: #be1630;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  width: 40px;
  text-transform: uppercase;
}
.sale-flag:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  border-left: 6px solid #be1630;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.brand-title .fa {
  font-size: 12px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .section-product-list-header .brand-title {
    text-align: left;
  }
  .product-row .product-row-savings {
    display: inline;
  }
  .product-row .product-row-review {
    float: right;
  }
}
.section-write-review h2 {
  text-align: center;
}
.section-write-review p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-write-review select {
  width: 120px;
}
.section-write-review #name,
.section-write-review #location,
.section-write-review #email {
  width: 300px;
  max-width: 100%;
}
.review-product {
  border: 1px solid #aaaaaa;
  text-align: center;
  padding: 10px;
  margin: 10px auto;
  max-width: 400px;
}
.styleguide-color {
  clear: both;
  padding-bottom: 10px;
}
.styleguide-color-block {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid #888;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.styleguide-color-cta .styleguide-color-block {
  background-color: #a5102a;
}
.styleguide-color-cta code:before {
  content: "@cta-color: #a5102a";
}
.styleguide-color-offer .styleguide-color-block {
  background-color: #be1630;
}
.styleguide-color-offer code:before {
  content: "@offer-color: #be1630";
}
.styleguide-color-link .styleguide-color-block {
  background-color: #337ab7;
}
.styleguide-color-link code:before {
  content: "@link-color: #337ab7";
}
.styleguide-color-price .styleguide-color-block {
  background-color: #717342;
}
.styleguide-color-price code:before {
  content: "@price-color: #717342";
}
.styleguide-color-success .styleguide-color-block {
  background-color: #00cc00;
}
.styleguide-color-success code:before {
  content: "@success-color: #00cc00";
}
.styleguide-color-text .styleguide-color-block {
  background-color: #333333;
}
.styleguide-color-text code:before {
  content: "@text-color: #333333";
}
.row-styleguide .col-lg-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.styleguide-logo-small {
  width: 175px;
  height: 41px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK8AAAApCAYAAABDe3mwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEE5MTAxN0Q1NEQ1MTFFNEIwNEJBNEVEMDI5REI3MjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEE5MTAxN0U1NEQ1MTFFNEIwNEJBNEVEMDI5REI3MjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQTkxMDE3QjU0RDUxMUU0QjA0QkE0RUQwMjlEQjcyNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQTkxMDE3QzU0RDUxMUU0QjA0QkE0RUQwMjlEQjcyNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi1BqpMAABpOSURBVHja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);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .styleguide-logo-small {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAABSCAYAAAAcnrzVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEE5MTAxNzk1NEQ1MTFFNEIwNEJBNEVEMDI5REI3MjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEE5MTAxN0E1NEQ1MTFFNEIwNEJBNEVEMDI5REI3MjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQTkxMDE3NzU0RDUxMUU0QjA0QkE0RUQwMjlEQjcyNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQTkxMDE3ODU0RDUxMUU0QjA0QkE0RUQwMjlEQjcyNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtnCuKsAABmzSURBVHja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);
    background-size: 175px 41px;
  }
}
.styleguide-logo-large {
  width: 473px;
  height: 141px;
  background-image: url(../images/logo-473x141.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .styleguide-logo-large {
    background-image: url(../images/logo-473x141@2x.png);
    background-size: 473px 141px;
  }
}
.styleguide-icon-cell {
  font-size: 18px;
}
.styleguide .social-buttons a {
  font-size: 30px;
}
#account-info {
  display: flex;
  flex-flow: column nowrap;
  width: 75%;
  max-width: 970px;
  padding: 15px;
  margin: 0 auto;
}
#account-info .account-info-block {
  padding: 0 15px;
}
#account-info #quick-checkout #checkout-blocks-wrapper {
  min-height: 4rem;
  background-color: #fff;
}
#account-info #quick-checkout #address-holder {
  max-width: 100%;
}
#account-info #quick-checkout #dataform {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
#account-info #quick-checkout #status-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-shadow: 0;
  border-radius: 0;
}
#account-info #quick-checkout #status-blocks.non {
  opacity: 0.1;
}
#account-info #quick-checkout #status-blocks #active-indicator {
  text-align: center;
  opacity: 0.2;
}
#account-info #quick-checkout #status-blocks #active-indicator i {
  font-size: 8rem;
}
#account-info #quick-checkout #status-blocks #active-indicator.active {
  opacity: 1;
  color: #00cc00;
}
#account-info #quick-checkout #status-blocks h4 {
  font-weight: bold;
}
#account-info #quick-checkout #status-blocks .status-block {
  transition: all 0.5s;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
#account-info #quick-checkout #status-blocks .status-block#shipping-block {
  align-items: unset;
}
#account-info #quick-checkout #status-blocks .status-block div {
  display: inline-block;
}
#account-info #fill-spacer {
  flex-grow: 1;
  height: 300px;
}
#account-info dl dt {
  line-height: 3rem;
  width: auto;
}
#account-info dl dd {
  margin-left: 120px;
  line-height: 3rem;
}
@media (max-width: 991px) {
  #account-info {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  #account-info {
    width: 100%;
  }
  #account-info .account-info-block {
    padding: 0 0;
  }
  #account-info #quick-checkout #status-blocks {
    padding: 10px;
    justify-content: center;
  }
  #account-info #quick-checkout #status-blocks .status-block {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #account-info {
    padding: 10px;
  }
  #account-info #basic dl div {
    padding: 0 10px;
    display: block;
  }
  #account-info #basic dl div:nth-of-type(even) {
    background-color: #f5f5f5;
  }
  #account-info #basic dl div dt,
  #account-info #basic dl div dd {
    display: inline-block;
    margin: 0;
  }
  #account-info #basic dl div dd {
    float: right;
  }
  #account-info #quick-checkout #status-blocks {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
  }
  #account-info #quick-checkout #status-blocks #active-indicator {
    flex-direction: row-reverse;
    align-items: center;
  }
  #account-info #quick-checkout #status-blocks #active-indicator * {
    flex-grow: 1;
  }
  #account-info #quick-checkout #status-blocks .status-block {
    width: 100%;
    margin-bottom: 10px;
    align-items: baseline;
  }
  #account-info #quick-checkout #status-blocks .status-block * {
    flex-grow: 0;
  }
  #account-info #quick-checkout #status-blocks .status-block h4 {
    width: 50%;
  }
}
#order-panels .order-panel .panel-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#order-panels .order-panel .panel-body {
  padding: 10px 0;
}
#order-panels .order-panel .panel-body h4 {
  padding: 0 10px;
}
#order-panels .order-panel .panel-body .item-list div {
  padding: 0 10px;
  display: flex;
  flex-direction: row nowrap;
  justify-content: space-between;
}
#order-panels .order-panel .panel-body .item-list div:nth-of-type(even) {
  background-color: #f5f5f5;
}
#account-info #quick-checkout #qc-add.adding {
  background-color: #fff;
}
#account-info #quick-checkout #status-blocks {
  align-items: center;
}
#account-info #quick-checkout #status-blocks .status-block {
  padding: 10px 0 0 0;
  height: 250px;
}
#account-info #quick-checkout #status-blocks .status-block.bt-got-focus,
#account-info #quick-checkout #status-blocks .status-block.in-use {
  z-index: 1000;
  flex-grow: 2;
  background-color: #fff;
  height: 250px;
  padding: 10px 0 0 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#account-info #quick-checkout #status-blocks .status-block.bt-got-focus .qc-input,
#account-info #quick-checkout #status-blocks .status-block.in-use .qc-input,
#account-info #quick-checkout #status-blocks .status-block.bt-got-focus .bt-input,
#account-info #quick-checkout #status-blocks .status-block.in-use .bt-input {
  outline-color: transparent;
  border-bottom: 1px solid #757575;
}
#account-info #quick-checkout #status-blocks .status-block.bt-got-focus #dataform,
#account-info #quick-checkout #status-blocks .status-block.in-use #dataform {
  max-width: 100%;
}
#status-blocks .status-block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
#status-blocks .status-block div.qc-input {
  height: 3.8em;
}
#status-blocks .status-block div.qc-input input {
  background-color: transparent;
}
#status-blocks .status-block div.qc-input input[disabled] {
  background-color: transparent;
}
#status-blocks .status-block {
  /* active state, starting with BT's classes that mimic active state*/
}
#status-blocks .status-block .qc-input {
  position: relative;
  width: 100%;
  border: none;
}
#status-blocks .status-block .bt-input {
  border: none;
  background-color: transparent;
}
#status-blocks .status-block input {
  font-size: 18px;
  padding: 10px 10px 10px 0;
  display: block;
  width: 100%;
  border: none;
}
#status-blocks .status-block input[type="radio"] {
  width: unset;
  display: inline;
}
#status-blocks .status-block input[type="radio"] ~ label {
  font-weight: unset;
}
#status-blocks .status-block .bar {
  position: relative;
  display: block;
  width: 100%;
}
#status-blocks .status-block .bar:before,
#status-blocks .status-block .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: -3px;
  position: absolute;
  transition: 0.2s ease all;
}
#status-blocks .status-block .bar:before {
  left: 50%;
}
#status-blocks .status-block .bar:after {
  right: 50%;
}
#status-blocks .status-block .braintree-hosted-fields-focused ~ .bar:before,
#status-blocks .status-block .braintree-hosted-fields-focused ~ .bar:after,
#status-blocks .status-block input:focus ~ .bar:before,
#status-blocks .status-block input:focus ~ .bar:after {
  background: #337ab7;
  width: 50%;
}
#status-blocks .status-block .braintree-hosted-fields-focused ~ .bar:before,
#status-blocks .status-block .braintree-hosted-fields-focused ~ .bar:after {
  background: #337ab7;
  bottom: 1px;
}
#status-blocks .status-block .braintree-hosted-fields-invalid ~ .bar:before,
#status-blocks .status-block .braintree-hosted-fields-invalid ~ .bar:after,
#status-blocks .status-block input.invalid ~ .bar:before,
#status-blocks .status-block input.invalid ~ .bar:after {
  background: #be1630;
}
#qc-list ul {
  padding: 0;
  list-style-type: none;
}
#qc-list ul li {
  list-style: none;
}
#qc-list ul li i.pf {
  font-size: 24px;
}
.qc_list-qc_holder {
  min-height: 20px;
  padding: 16px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.qc_list-qc_holder div {
  flex-grow: 1;
  flex-wrap: nowrap;
  padding: 0 8px 0 8px;
  font-size: 1.7rem;
}
.qc_list-qc_holder div small {
  color: #7f7f7f;
}
.qc_list-qc_holder div.cc-logo {
  flex-grow: 1;
  font-size: 42px;
  padding-left: 0;
}
#qc-add {
  height: 92px;
  background: linear-gradient(to bottom, #f5f5f5 50%, transparent 100%);
  padding: 2rem 50% 0 50%;
}
#qc-add.adding {
  background: linear-gradient(to bottom, #f5f5f5 100%, transparent 100%);
  padding: unset;
  height: unset;
}
@media print {
  a[href]:after {
    content: "";
  }
  @page {
    size: 8.5in 11in;
    margin: 2cm;
  }
}
ol,
ul {
  font-size: 15px;
}
body p {
  font-size: 15px;
}
footer {
  margin-top: 0;
}
.section-room-size {
  border-top: 1px solid #ccc;
  background-color: #f4f4f4;
  margin-top: 20px;
}
.section-room-size:before,
.section-room-size:after {
  content: " ";
  display: table;
}
.section-room-size:after {
  clear: both;
}
.section-room-size:before,
.section-room-size:after {
  content: " ";
  display: table;
}
.section-room-size:after {
  clear: both;
}
.section-room-size h4 {
  margin-top: 30px;
}
.section-room-size img {
  float: right;
}
.footer-retail-stores {
  display: flex;
  flex-wrap: wrap;
}
.footer-retail-store {
  padding-bottom: 10px;
}
.footer-social-icons {
  margin: 0px;
}
@media (min-width: 768px) {
  .footer-retail-store {
    width: 20%;
  }
}
.section-add-installation .installation-header {
  text-align: center;
}
.section-add-installation .installation-title,
.section-add-installation .install-price {
  margin-top: 10px;
  color: #a5102a;
  text-align: center;
  font-weight: bold;
}
.section-add-installation .install-price {
  margin-bottom: 10px;
}
.pool-table-viz-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.pool-table-viz {
  position: relative;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 50%;
}
.pool-table-viz img {
  width: 100%;
  height: auto;
  display: none;
}
.swiper-pagination {
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-left: 1px;
  margin-right: 1px;
}
.swiper-container.gallery-thumbs {
  visibility: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .swiper-pagination {
    visibility: collapse;
  }
  .swiper-container.gallery-thumbs {
    visibility: inherit;
    height: 80px;
  }
  .swiper-container.gallery-thumbs .swiper-slide {
    background-size: cover;
    height: 80px;
  }
  .swiper-container.gallery-thumbs .swiper-slide.swiper-active-switch {
    width: 80px;
    height: 80px;
  }
}
.swiper-slide-inner {
  text-align: center;
}
.swiper-container-pooltable .swiper-slide-inner {
  padding: 2px;
}
.swiper-slide.swiper-slide-visible {
  border: 1px solid #ccc;
}
.swiper-slide.swiper-slide-thumb-active {
  border-color: #66afe9;
}
.swiper-container-product {
  margin-bottom: 6px;
}
.swiper-container.gallery-thumbs {
  margin-bottom: 20px;
}
/* don't think this fetch swatch css is relevant anymore */
.felt-color-swatch {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
.felt-color-swatch.active {
  border-color: #66afe9;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.felt-color-swatch.active:after {
  content: "";
  position: absolute;
  height: 34px;
  width: 34px;
  border: 1px solid #333;
  top: -3px;
  left: -3px;
}
.selected_felt_color {
  font-weight: normal;
}
.viz-debug {
  border: 2px solid #bd0000;
  padding: 10px;
  margin-bottom: 10px;
}
.swiper-container-pooltable .swiper-slide-inner {
  padding: 2px;
}
.ptcontrols {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.ptcontrols-header {
  display: block;
  background-color: #3c661a;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
}
.ptcontrols-header:hover,
.ptcontrols-header:active {
  text-decoration: none;
  background-color: #548f24;
  color: #fff;
}
.ptcontrols-inner {
  padding: 15px 15px 0;
}
.ptcontrols-inner:before,
.ptcontrols-inner:after {
  content: " ";
  display: table;
}
.ptcontrols-inner:after {
  clear: both;
}
.ptcontrols-inner:before,
.ptcontrols-inner:after {
  content: " ";
  display: table;
}
.ptcontrols-inner:after {
  clear: both;
}
.ptcontrols-inner .form-group {
  margin-bottom: 5px;
}
.ptcontrols-inner .btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ptcontrols-inner label {
  font-weight: bold;
  text-transform: uppercase;
}
.ptcontrols-inner p {
  font-style: italic;
  margin-top: 10px;
}
.ptcontrols .felt-selector .swatch-select-choice {
  width: 14%;
  /* rows of 7 */
}
.ptcontrols .felt-selector .swatch-select-choice-inner {
  height: 28px;
  width: 100%;
}
.ptcontrols-price {
  text-align: right;
  margin-bottom: 10px;
}
.ptcontrols-price span[class^="cart-block-variable-"] {
  display: none !important;
}
.ptcontrols-price:before,
.ptcontrols-price:after {
  content: " ";
  display: table;
}
.ptcontrols-price:after {
  clear: both;
}
.ptcontrols-price:before,
.ptcontrols-price:after {
  content: " ";
  display: table;
}
.ptcontrols-price:after {
  clear: both;
}
.ptcontrols-price .cart-block-price,
.ptcontrols-price .cart-block-price-options {
  color: black;
  font-size: 24px;
  font-weight: bold;
}
.ptcontrols-price .cart-block-price-options-label {
  display: none !important;
}
.ptcontrols-price .cart-block-price {
  font-size: 24px;
}
.ptcontrols-price .cart-block-price:before {
  content: "$";
}
.ptcontrols-price .cart-block-reveal-msrp,
.ptcontrols-price .cart-block-strikethrough,
.ptcontrols-price .cart-block-strikethrough-msrp {
  position: relative;
  padding: 0px 4px;
  margin-right: 3px;
  font-size: 24px;
}
.ptcontrols-price .cart-block-reveal-msrp:before,
.ptcontrols-price .cart-block-strikethrough:before,
.ptcontrols-price .cart-block-strikethrough-msrp:before {
  border-bottom: 2px solid #be1630;
  position: absolute;
  content: "";
  width: 95%;
  height: 42%;
}
.ptcontrols-price .cart-block-price-wrapper {
  text-align: right;
  display: block;
  width: 100%;
  clear: both;
  line-height: 18px;
  padding-top: 4px;
}
.ptcontrols-price-label {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
.ptcontrols-price-label span {
  font-style: italic;
  font-weight: normal;
  text-transform: none;
}
.cart-block-strikethrough-msrp {
  visibility: hidden;
  display: none;
}
.cart-block-price-options-label-tpr {
  display: none;
}
.pooltable-cart-block-price {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.pooltable-cart-block-msrp {
  color: #888;
  font-size: 14px;
  line-height: 24px;
}
.option-detail-link {
  font-style: italic;
  float: right;
}
.testimonial-image {
  margin-right: 1em;
}
#testimonial-header-video {
  margin-top: 20px;
}
#testimonial-header-description {
  padding-left: 1em;
}
.section-testimonials-header {
  border-top: 1px solid #ccc;
  background-color: #f4f4f4;
}
.section-testimonials-header .page-title {
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 1.25em;
}
.testimonial-customer-info {
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 2em;
  margin-bottom: 0px;
}
.testimonial-customer-location {
  margin-top: 0;
}
.featured-testimonial h4 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.featured-testimonial h6 {
  margin-bottom: 40px;
}
.testimonial-customer-quote {
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
}
.subcat-row {
  border-top: 0px;
}
#testimonial-header-video {
  text-align: center;
}
#testimonial-header-video video {
  margin: 0 auto;
}
@media (max-width: 640px) {
  #testimonial-header-video video {
    width: 100%;
  }
}
.product-tile {
  overflow: visible;
}
.product-tile a {
  display: flex;
  flex-direction: column;
}
.product-tile h2 {
  margin-top: 10px;
}
.product-tile .product-tile-sale-snipe {
  display: none;
}
.product-tile .not_bold {
  font-weight: normal;
}
.product-tile .product-tile-price-region {
  display: flex;
}
.product-tile .product-tile-price .product-msrp {
  font-size: 14px;
  color: #888;
  padding-left: 1em;
  padding-right: 1em;
}
.product-tile .product-tile-price {
  color: black;
}
.product-tile .product-tile-price {
  font-size: 16px;
}
.product-tile img {
  max-height: 200px;
}
.product-tile-rating {
  display: none;
}
.col-md-3 .product-tile-featured img {
  max-height: 159px;
}
.section-split-homepage-banners .container {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 3em;
}
.section-split-homepage-banners .banner-container h2 {
  font-weight: 300;
  font-family: "Open Sans";
  font-size: 42px;
}
.section-split-homepage-banners .banner-container h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Open Sans";
}
.section-split-homepage-banners .banner-container h1 {
  margin: 0.67em 0;
  font-weight: bold;
}
.section-split-homepage-banners .banner-container img {
  margin: 0 auto;
  display: block;
}
.sale-banner-overlay .soon {
  font-family: Oswald, serif;
  color: #fff;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 6px;
}
#filter-bar .filters {
  display: none;
}
article.why-buy {
  text-align: center;
}
article.why-buy .reason-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
article.why-buy .why-buy-reason {
  width: 50%;
}
article.why-buy h2 {
  background-color: #505050;
  color: white;
  font-weight: lighter;
  padding: 20px;
  margin-bottom: 0;
}
article.why-buy h3 {
  color: #505050;
  font-weight: bold;
  font-size: 26px;
  margin-top: 26px;
}
.accepted-payment {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 12px;
  margin-top: 10px;
}
.accepted-payment .payment-logo {
  width: 15%;
}
.banner-offers-item a {
  color: white;
  text-decoration: none;
}
.banner-offers-terms-col.open .banner-offers-expand {
  height: 280px;
}
@media (min-width: 768px) {
  .banner-offers-terms-col.open .banner-offers-expand {
    height: auto;
  }
  .banner-offers-expand {
    display: flex;
    height: auto;
  }
}
.navbar-search-form {
  margin-right: -17px;
  margin: 0;
  padding: 0;
}
.floating-showroom-link-container {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.floating-showroom-link-container .floating-showroom-link {
  background-image: url(data:image/png;base64,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);
  background-size: cover;
  height: 50px;
  width: 210px;
  display: flex;
  justify-content: center;
}
.floating-showroom-link-container .floating-showroom-link a {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .mobile-menu-search {
    display: block;
    position: relative;
    bottom: 10px;
  }
  .desktop-menu-search {
    display: none;
  }
}
@media (min-width: 768px) {
  .floating-showroom-link-container {
    display: block;
  }
  .nav-category.nav-category-showrooms {
    display: none;
  }
  .nav-spaced {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-category .dropdown > a,
  .nav-category > a {
    font-size: 14px;
  }
  .mobile-menu-search {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-categories > div {
    width: 100%;
  }
}
.store-address {
  float: left;
  width: 360px;
  margin: 8px;
}
.store-address img {
  width: 150px;
  height: 150px;
  border: solid 2px #d9dcc2;
  margin: 5px;
  float: left;
}
.store-address h3 {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 2px;
}
.discounts-savings .line-item-value {
  color: #5cb85c;
}
.required-label {
  display: none;
}


/*# sourceMappingURL=main-5fbb872e7b8697043e4fa944bd0ed7ae2b6334cf.css.map*/