@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&subset=latin-ext');
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(0%);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
.Magic360,
.Magic360-container {
  border: 1px solid #f3f3f3;
  box-sizing: content-box;
}
.Magic360-container .Magic360,
.Magic360-fullscreen .Magic360 {
  border: 0 !important;
}
.Magic360 {
  padding: 0 !important;
  outline: 0 !important;
  display: inline-block;
  font-size: 0 !important;
  line-height: 100% !important;
  max-width: 100%;
}
.Magic360-container {
  text-align: center !important;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.Magic360-container .Magic360 {
  display: inline-block !important;
  vertical-align: middle;
  touch-action: none;
}
.Magic360-container .Magic360.m360-spin-x {
  touch-action: pan-y;
}
.Magic360-container .Magic360.m360-spin-y {
  touch-action: pan-x;
}
.Magic360.desktop.zoom-in {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.Magic360 img {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
}
.Magic360 > img {
  width: 100%;
}
button.m360-icon {
  color: #b4b4b4 !important;
  font: normal 900 30px/1 'magic360' !important;
  cursor: pointer;
  z-index: 1000000 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  width: 44px !important;
  height: 44px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.m360-icon:hover,
.mobile-magic button.m360-icon:active {
  color: #555 !important;
  color: rgba(49, 51, 61, 0.76) !important;
}
button.m360-icon:before {
  display: inline !important;
  position: static !important;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
  -moz-osx-font-smoothing: inherit !important;
}
button.m360-icon.m360-icon-fullscreen-open,
button.m360-icon.m360-icon-fullscreen-close {
  top: 0 !important;
  right: 0 !important;
}
button.m360-icon.m360-icon-fullscreen-close {
  width: 60px !important;
  height: 60px !important;
}
button.m360-icon.m360-icon-fullscreen-open:before {
  content: '\e800';
}
button.m360-icon.m360-icon-fullscreen-close:before {
  content: '\e801';
}
.lt-ie9-magic button.m360-icon {
  border: 0;
  filter: alpha(opacity=75);
}
.lt-ie9-magic button.m360-icon:hover {
  filter: alpha(opacity=100);
}
.Magic360-fullscreen:-webkit-full-screen {
  touch-action: none;
}
.lt-ie7-magic .Magic360-container .Magic360 {
  width: auto !important;
}
.Magic360-fullscreen {
  background: #fff;
  z-index: 2147483640 !important;
}
.Magic360-fullscreen:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.Magic360-fullscreen:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.Magic360-fullscreen:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.Magic360-fullscreen .Magic360 {
  display: inline-block !important;
  vertical-align: middle;
}
.Magic360-message {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #AAAAAA;
  display: block;
  font-size: 10px;
  color: #000;
  overflow: hidden;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 33%;
  left: 33%;
  z-index: 100;
  box-shadow: 0 0 10px #000;
  border-collapse: separate;
  border-radius: 15px;
}
.Magic360-fullscreen .Magic360-message {
  font-size: 18px;
  background-color: #31333D;
  background-color: rgba(49, 51, 61, 0.76);
  border-color: #ccc;
  color: #fff;
  top: 15px;
}
.m360-hint-message,
.m360-loader {
  background: rgba(49, 51, 61, 0.76);
  color: #fff;
  font: normal 14px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.m360-hint,
.m360-loader {
  direction: ltr;
  text-align: center;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m360-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
  transition: opacity 0.25s ease, z-index 0.25s ease;
}
.m360-hint-message {
  display: inline-block;
  border-radius: 2em;
  padding: .3em 1.5em;
  font-size: 14px;
  line-height: 1.5;
}
.m360-hint-message:before {
  content: '';
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAqCAYAAAB4Ip8uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhDODMzNkM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhDODMzNUM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq6mNcIAAAqiSURBVHja7Fx9aFXnGb/nfn/kfie2SqqpC9ugq/YDnGWF2nasmj8qOP9whemGoxQHlox2KOyv+rEwkO4TJmMQKaTUBqltsOoigRBaWUiNdjFzmdFYjSR3JkZjkpuPe/f8Tp9X3p6ec+8599wbt5v7wsv9ft/nPN/P73nPVbLZrKMyyne4zX5RUZSSEVHuSlYq3pnhm7Oi4xULNq2oWgWrsNcS7xQN77L/KwJW2BO4aHr49RzNeZqZiqDz8k7wTfAOfJulucD8szWcRRKun2bVyZMnH+vr63uxvr4+gtesQEpFjjmFG9i2bVv8+vXrr4yNjb0JHjLvPEUJoQjUZqbBAIEhInDF1NTUsSyP+fn5wba2tqfps6gZIZul4f915uBd+PDhw9+em5vrE7zLZDLTly9ffoU+i9P05uKdqb1tEKkwAfHJycl3INfZ2dleekyD0IWFhau7du16BAqQTxOXoIDBOx94NzMz00m8+oJ42EyGMcBCniRLXgcFYEV4IAJWNbC/v38LEZRqb29/hl5X45EIHgGhd+7c+TO9lyiGJpaZgOHVIlevXt1J1vvPffv2fYNe18AgyEh6wDsS/Cl6L8mKoBQsYBvxwys0cGho6FUWJGJv9ZUrV34i3M2hQ4e+yZpYUDwuQwEL602QcC+cO3eugd0xPF2is7PzOXhD8K+jo+NZ5p1zsQWMDUOwVmggC9fPQgRB1SKupFKpt6CdLHyPVSGXoYDBu6qzZ88+T9b6d4l3Ln5MTk9Pt7EH/At/7llsAasuBsIbHR3dKyVTID6MBAvEiViM+MKCrio3cKUAJoNPsYmJibdv3rz5Biu+Wwp7MSRZzLsv2E379QyjlAJW3TPiRUtLyxp6HmTBOdltn8pqBpUBr+VyN0tIwIJ3vRreCfetViUIb5Kb1jWMUglYdc+bN29GQvBvev4QC87PM06p/+NE4ISc+nNGHVyEulgLvHh5+jRTvO/h7zpLlSNoaEPdu4JDW1wnicLrJNw3eMdWHtPLposlYBlt8XEy8NDx48dfHh8f/4ie17GQ4xwvltFcQRb7CyHge/futXIcDvI6bl5TKZJAZfoCrPERZkyMadOb4nMBzAR4DdP0WWSyahw9PT0vTU1NHee9vZolcR0JVCDgHUpQozhsZm+3SUvwiix49+7diYaGhu+uWbNmq6Ioj1y7du0PyWRypcfjUa+E4sZsY2PjT2tra1tIC7fQ+98jYbfymn5mYFYHksvasNT79O3Zsye6Y8eOp6LR6KpIJPIdp9MZd7vdq/UWACBD3mWcmPkPiolDR44c+aypqWmiSPQZ0rx8+fJvURj7nNfM6GD4GRLspXA47PB6vY/qYNW2sGiZcWp2d/78+Wfr6uo2hkKhTSRA/8jISK/P5wsTEf/q6uo6QgTPBAKBzPr163tB4N69e2HF6dOnT7++adOmDzZu3NiBdcmSD9PvnqbHNqoB/7Z27douZuCMBUbmpI+Uzp9Op7uJtm4IjhSwV/yQ6XNQBvuEeG/lypVPkAKEVq1atePAgQN/3L9//4xN+vLS7vf7aylTHjJoKmCPDBSO+OpwuVy1Bs2cgglwsxuOd3d3fx+JFEqeGzdu/JyTArjjulu3br1/5syZH9Hzh9nFhdg6PVLsCzNkKT6PYQ2shTWxNvaQ6sB8tbIZ+hK8XlRyvVX8G5EnhKT3I/xdNcRYpc+iiwZfYqR8LX19fZsNkiesX4USVCC/9fX1NUy37Rislj/ARylGvA/obHBw8MfMtChfJBKqZaSBZ44dO/YME+nScSOK5D5dUpwMMFMTWBvJBvbCnpqSwbA8y0OfT3LZLim7VzTTKXkCt5SIhazQZ5HJ2CNGvPuYs+OggYCDAIhEDkNhp475ZkvAcoZ3ATUYo1BxCcRwCgyVtPtTtpiABfchGOsWGTf2wF7YE3vnWM8sfYpNlMkSfQUIGGVkO3u2kMG1BiBUIeDm5ubH9L5r9fpwYZHh4eHdnL29x5lvlSajvA+zMYP9BcQHYd1YuwZ7YU/szVbiNCjPctJXxE6PafoKEXAe41DYshNCwK2trU8WKuCvuQckHKoKBQIbyC0lNS5PuDpQ7UqlUrMGBAq359apL4WVqGUN9sBeqv/9cu+cMTgXfZRgOZU8B6CUL4eLJr5fbPqKVfK5Ke66dBTcMkjk1KTncydOnPiQJP8fKi+W7dy588TQ0NAPWaPCrEUqQEDlxV0iIq4T35wbNmyooVnNFhCUwATBPLwXxNrYA3thT+zNp0H0TMssfT4SnJcF6BJCF6OE9JkexLt7VMLpNfRBW3VnZ+eTW7duDYk3KaGdlg4AKHa0R8VJ0eFAC1Bq4A8AUeG4sZzm6rt3735y8ODB5zRZNBgTQfzA78fHxw9xcpJgAYhEJi56n4x0pbirEsuRSZulLyll0nGmLVwq+gpMstrQNdJJsrB2HImdDPMCFaTS9JdMY6F7f6UNGEN8RTovGvhiEHEpqi3bUYj39/f/7ujRow1E7AscJ8CoBJ5LP0kjhnG5ERNtMemzFo7lsXx9YzP0QRjIUtHcAP6Nrg1mqegrsEx6B310nTIJXiQKYWquaZJ7xn67AhZM9LC2JJDBgVnI/IApU4KQvX37NgSdJStGSwsWlDUzqHj/PZczMazJ2aGwHrOtxJz0ZW2MQuizyGRYaHRsbOzXqLXZu7i0UCZwexnL505cQkuDHSxarmFDrL1JFNyk6VsuXrz4W3JvF4ghw6Rtn6fT6ZFcjAMkyPVqXIIrBfbrLQCXNqQPAAIx8DewPHRsMMUJk1LQZ5HJ6ikYCBc0Sm1WrRtPyO1WissP69XMxWg2yHWhly8YTKilQv1no6Oj79LzRxndSsgTMQxaSN/5FRMYY8a5dEAHu50jmb6o1PgwnMWir5BmA8IB4rBBs0E9EIB8ArrHp2ViegBQKdqFwnLCTU1Nj5PlfsZJVlQDA+IY6OuNjY2rpVrV4yhBiaG5GFngHilp8mvpQ03LCFHCJExarHahHwoFr2HQLhR5hurKJcVb1Ia/yDQHOfjLBbtAu8C4ap7BUjX6CwA2ZDzb77B5/thGw7+Hs/4qTcNf8C/IhuNzGJysLAToMF3KYX1KbDq2b9/+ooT7fqVLNTAw8BK5ouZSWS8DF5Ym17DoDE2h48V1bcaxeEPlHfGlc926dT+Q8HJhHAEWrpwxL/rdISqMh1Sfj3cKV3PfegHQM6T4V6MTCUv0yI4KpKDZgI6V4+uH7hI4qcpZ/ds5oNuSH5v1IWtFlifdxQDNi4sEAURyQV92h+1sMFmR3fSlS5e2SaVYEoCKyO758HvIVgZv9/A2inIitIs7LTV4xGs+vN3BxPsclYPvWg8YgXBRwjEIUwNUTSBofKQn500DpRawU2SEojmOglyczAcKxHc7RPK556V86wru6aJybQzom4Bf8cgQ6gO9dUVYcZhvVxmW4T9GavLeQLVEBSysOIRSDZ7OAPf2OB7gzWcybBiFxqFuo8TgT9IxF5+Z2LtEBSzKtTByGSSsADUs4PKm9lZMn501brPKsKFAZcSJxHkzJcgS/o8OLTAj3zy/kK88MgVFFkHADh1YL+uw8DcElT9huc83pdh8K9Z/dBTtPyWW6MiWCtCo/MtOmQ8lW/kjtLIe/xVgAOSDS20/pMFNAAAAAElFTkSuQmCC');
  background-image: -webkit-image-set(url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAqCAYAAAB4Ip8uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhDODMzNkM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhDODMzNUM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq6mNcIAAAqiSURBVHja7Fx9aFXnGb/nfn/kfie2SqqpC9ugq/YDnGWF2nasmj8qOP9whemGoxQHlox2KOyv+rEwkO4TJmMQKaTUBqltsOoigRBaWUiNdjFzmdFYjSR3JkZjkpuPe/f8Tp9X3p6ec+8599wbt5v7wsv9ft/nPN/P73nPVbLZrKMyyne4zX5RUZSSEVHuSlYq3pnhm7Oi4xULNq2oWgWrsNcS7xQN77L/KwJW2BO4aHr49RzNeZqZiqDz8k7wTfAOfJulucD8szWcRRKun2bVyZMnH+vr63uxvr4+gtesQEpFjjmFG9i2bVv8+vXrr4yNjb0JHjLvPEUJoQjUZqbBAIEhInDF1NTUsSyP+fn5wba2tqfps6gZIZul4f915uBd+PDhw9+em5vrE7zLZDLTly9ffoU+i9P05uKdqb1tEKkwAfHJycl3INfZ2dleekyD0IWFhau7du16BAqQTxOXoIDBOx94NzMz00m8+oJ42EyGMcBCniRLXgcFYEV4IAJWNbC/v38LEZRqb29/hl5X45EIHgGhd+7c+TO9lyiGJpaZgOHVIlevXt1J1vvPffv2fYNe18AgyEh6wDsS/Cl6L8mKoBQsYBvxwys0cGho6FUWJGJv9ZUrV34i3M2hQ4e+yZpYUDwuQwEL602QcC+cO3eugd0xPF2is7PzOXhD8K+jo+NZ5p1zsQWMDUOwVmggC9fPQgRB1SKupFKpt6CdLHyPVSGXoYDBu6qzZ88+T9b6d4l3Ln5MTk9Pt7EH/At/7llsAasuBsIbHR3dKyVTID6MBAvEiViM+MKCrio3cKUAJoNPsYmJibdv3rz5Biu+Wwp7MSRZzLsv2E379QyjlAJW3TPiRUtLyxp6HmTBOdltn8pqBpUBr+VyN0tIwIJ3vRreCfetViUIb5Kb1jWMUglYdc+bN29GQvBvev4QC87PM06p/+NE4ISc+nNGHVyEulgLvHh5+jRTvO/h7zpLlSNoaEPdu4JDW1wnicLrJNw3eMdWHtPLposlYBlt8XEy8NDx48dfHh8f/4ie17GQ4xwvltFcQRb7CyHge/futXIcDvI6bl5TKZJAZfoCrPERZkyMadOb4nMBzAR4DdP0WWSyahw9PT0vTU1NHee9vZolcR0JVCDgHUpQozhsZm+3SUvwiix49+7diYaGhu+uWbNmq6Ioj1y7du0PyWRypcfjUa+E4sZsY2PjT2tra1tIC7fQ+98jYbfymn5mYFYHksvasNT79O3Zsye6Y8eOp6LR6KpIJPIdp9MZd7vdq/UWACBD3mWcmPkPiolDR44c+aypqWmiSPQZ0rx8+fJvURj7nNfM6GD4GRLspXA47PB6vY/qYNW2sGiZcWp2d/78+Wfr6uo2hkKhTSRA/8jISK/P5wsTEf/q6uo6QgTPBAKBzPr163tB4N69e2HF6dOnT7++adOmDzZu3NiBdcmSD9PvnqbHNqoB/7Z27douZuCMBUbmpI+Uzp9Op7uJtm4IjhSwV/yQ6XNQBvuEeG/lypVPkAKEVq1atePAgQN/3L9//4xN+vLS7vf7aylTHjJoKmCPDBSO+OpwuVy1Bs2cgglwsxuOd3d3fx+JFEqeGzdu/JyTArjjulu3br1/5syZH9Hzh9nFhdg6PVLsCzNkKT6PYQ2shTWxNvaQ6sB8tbIZ+hK8XlRyvVX8G5EnhKT3I/xdNcRYpc+iiwZfYqR8LX19fZsNkiesX4USVCC/9fX1NUy37Rislj/ARylGvA/obHBw8MfMtChfJBKqZaSBZ44dO/YME+nScSOK5D5dUpwMMFMTWBvJBvbCnpqSwbA8y0OfT3LZLim7VzTTKXkCt5SIhazQZ5HJ2CNGvPuYs+OggYCDAIhEDkNhp475ZkvAcoZ3ATUYo1BxCcRwCgyVtPtTtpiABfchGOsWGTf2wF7YE3vnWM8sfYpNlMkSfQUIGGVkO3u2kMG1BiBUIeDm5ubH9L5r9fpwYZHh4eHdnL29x5lvlSajvA+zMYP9BcQHYd1YuwZ7YU/szVbiNCjPctJXxE6PafoKEXAe41DYshNCwK2trU8WKuCvuQckHKoKBQIbyC0lNS5PuDpQ7UqlUrMGBAq359apL4WVqGUN9sBeqv/9cu+cMTgXfZRgOZU8B6CUL4eLJr5fbPqKVfK5Ke66dBTcMkjk1KTncydOnPiQJP8fKi+W7dy588TQ0NAPWaPCrEUqQEDlxV0iIq4T35wbNmyooVnNFhCUwATBPLwXxNrYA3thT+zNp0H0TMssfT4SnJcF6BJCF6OE9JkexLt7VMLpNfRBW3VnZ+eTW7duDYk3KaGdlg4AKHa0R8VJ0eFAC1Bq4A8AUeG4sZzm6rt3735y8ODB5zRZNBgTQfzA78fHxw9xcpJgAYhEJi56n4x0pbirEsuRSZulLyll0nGmLVwq+gpMstrQNdJJsrB2HImdDPMCFaTS9JdMY6F7f6UNGEN8RTovGvhiEHEpqi3bUYj39/f/7ujRow1E7AscJ8CoBJ5LP0kjhnG5ERNtMemzFo7lsXx9YzP0QRjIUtHcAP6Nrg1mqegrsEx6B310nTIJXiQKYWquaZJ7xn67AhZM9LC2JJDBgVnI/IApU4KQvX37NgSdJStGSwsWlDUzqHj/PZczMazJ2aGwHrOtxJz0ZW2MQuizyGRYaHRsbOzXqLXZu7i0UCZwexnL505cQkuDHSxarmFDrL1JFNyk6VsuXrz4W3JvF4ghw6Rtn6fT6ZFcjAMkyPVqXIIrBfbrLQCXNqQPAAIx8DewPHRsMMUJk1LQZ5HJ6ikYCBc0Sm1WrRtPyO1WissP69XMxWg2yHWhly8YTKilQv1no6Oj79LzRxndSsgTMQxaSN/5FRMYY8a5dEAHu50jmb6o1PgwnMWir5BmA8IB4rBBs0E9EIB8ArrHp2ViegBQKdqFwnLCTU1Nj5PlfsZJVlQDA+IY6OuNjY2rpVrV4yhBiaG5GFngHilp8mvpQ03LCFHCJExarHahHwoFr2HQLhR5hurKJcVb1Ia/yDQHOfjLBbtAu8C4ap7BUjX6CwA2ZDzb77B5/thGw7+Hs/4qTcNf8C/IhuNzGJysLAToMF3KYX1KbDq2b9/+ooT7fqVLNTAw8BK5ouZSWS8DF5Ym17DoDE2h48V1bcaxeEPlHfGlc926dT+Q8HJhHAEWrpwxL/rdISqMh1Sfj3cKV3PfegHQM6T4V6MTCUv0yI4KpKDZgI6V4+uH7hI4qcpZ/ds5oNuSH5v1IWtFlifdxQDNi4sEAURyQV92h+1sMFmR3fSlS5e2SaVYEoCKyO758HvIVgZv9/A2inIitIs7LTV4xGs+vN3BxPsclYPvWg8YgXBRwjEIUwNUTSBofKQn500DpRawU2SEojmOglyczAcKxHc7RPK556V86wru6aJybQzom4Bf8cgQ6gO9dUVYcZhvVxmW4T9GavLeQLVEBSysOIRSDZ7OAPf2OB7gzWcybBiFxqFuo8TgT9IxF5+Z2LtEBSzKtTByGSSsADUs4PKm9lZMn501brPKsKFAZcSJxHkzJcgS/o8OLTAj3zy/kK88MgVFFkHADh1YL+uw8DcElT9huc83pdh8K9Z/dBTtPyWW6MiWCtCo/MtOmQ8lW/kjtLIe/xVgAOSDS20/pMFNAAAAAElFTkSuQmCC') 1x, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABUCAYAAAC82LpqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNTQ2NDdEMUM3MEIxMUUzQjI2QkI2NTZEOUZDMjc2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNTQ2NDdEMEM3MEIxMUUzQjI2QkI2NTZEOUZDMjc2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjMGTKsAAByHSURBVHja7F0LkFRVej79nO559DyYEUfEASExYJRFC8NKQKgku1vR6GrcDeujykRrTbRiardScawKeWh8sBVdH9EstUQRDbAGjUuxu1hgsGBVlMIHKjDozDA6PGZGZ2BgGKanHzn/9fw9/z19bve93bdfzDlVp3qm+/a95/z9f+f/z/86nmQyyXTTTbfKbF5NAt100wDWTTfdNIB10003J82vSaDb2dQ8Hk/Zj9FNu5N/MhPSbWLqppuWwNI6QLGmfy7disRryrVeA9g+ET0ZAJzUgNatQDznsQBykvSy4j1/GRLRa0FMIFpCIqQGsm758p2H8J3Me0mJ7xLlBmJ/GRLRR159Enhj4jVO3vNoEOuWI98hYJHX/ApMIJ9FBd8lRAf7SbLUth5vmYDXSwgYEj1AVkWf+D/Me5W4zkvG79H8qFsO4KW8VUXB297eHiHX+ghPooDxeMrAUustE/B6BXFCOKY9e/YsGBwc/PGpU6ce46/tGzdubCNaQ0gBYt10y0XjA74Lwv87duy45MyZM+u5YP3q4Ycf7k4kEp8D/z366KPN4noEuU9St0vXwI1SiG6TkD5BvGrem6Bv3rz58mg0uieZ3mJDQ0OPzp49u0Vc2ygkcoAQs2zmr3tpuk3J6xdgrEW+6+vr+wfgMQXfJTmQB7hA+TZey3uN4FtfLnzn6nxLSEiqFgMYm7Zv3/6HQKxkhnb69On/ISCOSNLYowGsAWxTaKT47siRI/ckszTOl6PAn0R4VOcqPCodwPIqCCBs4mrK78bj8S+SNhpIYrIa1or7+DSAdbfJd7DoNwD/bNmy5QoOzlN2+G58fPzA0qVLzxV8Vy8Jj0kF4DTVeXR09DdIKA7kI3zvsYb3/4K/VcT88MMP/8wNVVoz/aQCMPKdoToDGPl27QPcog0MDNy/atWq32tvb59x+PDhuzmwT8h8Nzw8/PN8VelKB3DaKtjZ2XmThYrcBH/De2kb4lisi6yGkVylsGb6SQFgpfTt7+//R8FOY11dXbcSYBp9x44dV6m2dLt27VomrmkgUnhSAJiugjUIUFBNELyEgC2iG/+rQAyGh3z3JJrpJw2ATXwHiz9qdyBtJb6byjtYnpvef//9P1XYYX6ZjxSudACbVsFDhw7djmrzAw88MEtaBacgiEGtkdVp+D/DnsSWiV8z/aQAcJr0RcPVmTNnXiP81ij4qJ7wXxNs5WQFEPbOuUrhSgUw9bulLIB8D/IuUKSnp+eHhJARsU+pFQQyVkO4Rl4NYQEg36sjxPTZkcaa6c96AMuWZ0Pr41uwT4F/QE0mQKwR14SpiwkEi7wfBhsN4Tuq/ZUOwEVwoPuo5Rn2Emjdk0CIEVchQkhjNeTX7qWE5AvAb8XnzQT81QTEBXG2a7BUHIBTfPfJJ59cJ3jnbSJ5a8Q1ARKZVYd8B8Yr2a20fPny8wjP2rbBuDnfYkYxyREwbM6cOdfD68DAwCoSdxoTMae0Y8wz6+/vX0VvGggEFvIVshHjU4mqVFMWkTK6lVvkFWtra7sRXo8ePfqcFO+ckHgOY+8hMvB50009ntDKlSuvEf/a0vbOhlBKLyVkbW3t9bANefLJJ/9XfD5OCImZIKiaGIR88MEHN8F3yD19t99++7UQaskl+rzDhw//YPfu3ZeRQBENYN1SfMfVZ191dfXVnIe+vPfeezeLz2MKvksQELNly5bt49rfe/SmU6dO/XNy/9KEVhZJhaZqTC1GXUkWPbQkB8mK5keLIajbvb29f81Xzb+38g1j279//w1kb+JjWoWerCo05bs6alUGwxTZ+5riCMR90F5TLYVbmtRoYkSlavRZtwem1mfDwgdOcyACANLCiowANqyGYC20Ey3Dwd1H/Mhhpz66fACsW9nF4KfxHUTxAZ90dHQsV4Tjesh90r67bt26S2V+gwVBskZnFRhltQd2QEhTkn5dXd1SeN22bdtW8V7CAvjG/nfDhg0/5vcdyTYevrJu/Oyzz+IsvYrCZNjj5dInE21YOBxeAHvcl156aTdRn634hKrT7KabburlUreXXsD304slNb2yVGibAEY1BgxLzTNnzpwK6gdEUwk/7znEehyULIHVwsLcDNI6mwQmboF6lkeMdJlJYFXlCFr0wG/RkY5Wn/vIdkVVkaLSJbCXkZBd0MyA7yB8kpnDcOEar+JeqEbXEJ/wLyi/cc1wOzMHdWR1J5W1FdojGjOHr/kIQ/lWr159GVjxRkZG3pZUZp/EWMhcIFG9V1555Qvj4+O7rJ7NF4SOJUuWfKSQ6JUkbbJVKPFJAPRnALKd932K933SsytRYqdZn1988cXfB76DdFVJwlqtvklZCp88eXI3vSAYDF5WSj7zugla3lTSAa3B6Ez3cbVjLnyP74MPSJ8FhdREHzC+GlKku7s7sWXLlh+xr8ubpLXjx4+vZ+Z6Rh7J8l06a6E9ZrOin98CuDLNkF6ZOr0Wv+/PsjD4ypx+meia4vPp06cbfHfixAm0JickoFqBOFULq7e39wOJ9yObN2+eSTTNotLGmy/TEdD6LFZ8VONCQl2p4vvf+XCDjo6OzwiAfRLzUmZJLQTXXntt51dfffXvivHEObhfVUhfrwIIvjJgRhm02ehHF7Ww+Dsoqcgy0FTdJ907SH8b8gyV+u0rI/o5pTPYXS6B187Ozo8JgC3Bm5zQyVMS+LnnnusQGmGqzeVNIYGLQhN/HquarKJ4CNi8ZDVK+9Framp+B25w+vTp5KZNm5bNmDGjmasi8ebm5pmhUKgaH8T3K0BED7/uWGtr6+OCoWLXXXfd02+88cZ3/X4/Eo6NjY29deutt/aSRSlMCB+XXuVqg8WscumUfkpGWLp0afCRRx6Z09jYOJUzZiu8x+k62+fz1WR6eDwe5zuXkc+EOnh0aGior729fT+nZ5TQzqtQIykNS0m/XGkN6u5seN2wYUOXBGAK1kyGLM8zzzwz8tRTT/V6vV4s8cQaGhou4i+/KslWw2E1A7ovo6s3gK5OGAVMKVk33HDD+du3b7+WS9t/7erq2sxVkI84EyV4T3JJanTOUEkOQHABqSohGO+/++673+P3m8Y7+N2ad+3a9Se0BMoXX3zxd2jsEtecs3jx4lZ5PGKMdWLMVIo5qnOUYzUIx/SDcD1wVUDqG1/IXgEDjN0EdCcN7gn3hmfAs+CZJFSwKPRz2YhF4+6NsXM+OgRFI8hcLA1YkiErlcXEvnZpbrMRF+0pxtz9DtUQWe3zM6kiAUS68D3B0vPOO++PwuHwYr5SzY3FYmBgYnzi8NAx/p6HMwvH7ldb+b71AJcco8eOHdsbCASifJVM/Qq33HKLoeo8//zzl+zfv39QrIJjwCwLFy58j+9lVkUikbvAGPjEE09souN95513vrlgwYJX+Q+2b3R0dOeRI0dev+aaa94QLiZUDzHSJkZU70IU8M6ZflTLED/+GTDWcfqBKjfKF799fI7jhw8fhoXRpNoh/cB4Y3IJ8DZt2rRL+EuA0x7uH+Z0v4g/6yL+G8zjz72+paWFrV+/nr3wwgvlQL98JbBBV8535xMjqN0xphm6OP17q6qqqCFrdsmMpQ6ToVFi1FJpAdEokBANObtS1sYYX51e51L3J2+++eYd999//7LHH38cJGdycHAQIrAgfRAMALDST0VTvaJPYRPJCjXCRTTlrrvumg6rKkgNcQ1+f+qnn376l2KlHCNS5gSMEcZKImhQqtQSiZK1xlaOyeSO6Qdz4LR6GD6Hgn8W9HGtwzPgWfDMYtPPZQlsyv9ds2bNxUJa/oKZAy8MaZnhfhjQkYrI4rT5N7m4BEvPD/YWY+52Mzn8xCfbgIMFAIG6BdFPJBLqCy4Zf3rgwIHvCRUW/LzwegEA9rXXXrsZruMr+moB3vOFH7iRmdMIaySjTRWxuIYFiJsgbBIqegjwRtDXjGAGRoOxwJhozS0YM4wd5kCI3yDmSMuHevIAcF70k0BCwdIo7tMg5hwRam0doV+teF619B5eh9/D+zSqVPhi0q8AAE6F7u7evfuPYdx8Hk8yRR6vDQCnUmChAIAcUsnMNdrKAsC0cqSpBCfsjfgq9BMiLWJczdoMP7RCck4RAIX96/R9+/bdLfas/yKAfY4AIwVsUArokH2XCOQG6XnUlRJhE4nZqQ5jhLHi/hnmAHOR9nu1xBKrZEIHcbj50A8ZrZ4sbtVsImdV5RqSXUQqV5PscsL7IdiRdg3FpJ+LAE5LIcSyTbDosAwhlBkAnCoGAGGYsg2BLGQYE11SAFvWz4UkBL6P+IRGopDqBLKhA1f8BpTEn3/++Qr4Hldx/0aAl/7g2XyPKv8yMl9A4X5BaV0rMyOMGcZOKg5+QsqGymNKUwezANgt+tUQoFYpFjcrF4+d7le4k2Q/fFiMIc3AVgj6uQxgU9VTSISBccJrDgD2UQCjNKcN4qSZzaSGYgHYJzMfV3t/BOoC7s+kKhpNRJKGJfW3Vkjili+//PIRkTH0A6L2po5SsfEDqYIevMw6xJCq3TWyVBZVPsZQFYI5Mhsla20A2A36ZfPzpsU2O6BfpvBMKz9xQelXSABjJhGp4FJHFhhPlnsigOsZyaSjjSxe9cUEsDeL4QVN6JD8/Fetra2PQSga+AK7u7vvaGtr20gsdWOix0iXk/ITgUAACMei0egpZn3yWyajW1L47Kx6Qur4fBwTjtN4FswB5gLXwNxgjjBXNDBKYHFi/XSbfgYNASekpzW79JO9SNglmsm0Kxb9XA/i4HwXEfECIworsy17L/4xMjIyKn/Y0NAQUVm/SxGJJZ8bAxlDF5177rkP4gXDw8NPXXjhhb8iExsnDBeTQUsB5vP5QiJII54h8oXlAWSmAHNcGltMjNm4HubC5/QM3hvmCnMW/wYcRhy5Sj8ZqEXwSpiAXQL6FaRhgAvnu2g+5BG/37j8QYi3YoM3UyilKQh84cKFf4uSBNp77733MrH0JSSwJiRAeaQVDFQxiFseLpanLIN0TmA0Gp/TS+Q7QTFnxnLLZsqbfsUCrMOFslj0K4gvGNoZCEbI00fd2dmZltbq9XqD2Z5diOa3oQay6urq79APwuFwQBGgYIuQfKIBocpEnRJSPs7RBQb3KOaE/y/NYY6FpF/+nFxZ9HNzAUd1Hvhu1Am4SGZdag5chY7bVd1LJYHlSZjia+fMmXMjBqWwzAkClpMYHBw8Y5eAihRFPJ/VbkA9zUqRjVxGzaO5c+f+hfTcRheB45h+ZM55gzYT/UTP+CzyWUno59IiExWqtM8J3RSGPrvaV8kBTEPHOugHEL7Y29v7ffFvglgrZb+tZQpaa2trxMFKKB8C7lM8w4pwqqwfGgoIKWLfr6uru5N+icw516oertDPLsjcoJ/qGQrgF4t+hVE5/f6gA81PRTfW0tIStAngggPZm2XfmBDS8kX5gmnTpv1Hf38//dECxPVhFYThjcfjY0R9N2XiqBq5Bv2RNWwi6EP5DAXxqFEJAwyMBnOAucjzGxoaWqfYQzvdd7tOP04SnwzqTC0X+knfLwX9CqFCo2pf41BwYICLH39PLnxC8oV8wRqVtqZFkcLZAGyoR4sWLXpOLqkJPzZfiR6KRqP/B+VcCaFozG8VkS6GbzEGWQ0sZdb3K1QyK5+kv729PbJu3brzmTk6JsTMMbgykGniABYdYzBmGDvMgUk+Oz7XD2HORM3NFcBu0E8F6EwBHGcD/VwHMB/rSaFR+Gx+L7VoLV++PATzxU60R5VxDA134aJI4QypWKbwMTh2EYK2rdLR4IQEcOpL8bsYRgkhk5A/OfPYsWM/g+vfeustCOTAOGh4Ri0zhwfS4AHDGY9VASGUD6rrM3XYYQ0zB0Gg1EidxQRjtZoHzBHmytLjZb1WdCsg/eToLIx9ppJUFVpZkfQrUCCHUU4W66mR4BnLQA4CXqCBEfqa7eB5OF0E0jE5jndApJZ4RogVOAotWyQRFgQzwujgjBgYYJa80sFTp06t6+7uvm3lypUXEQDP4H1WV1fXoyJyBZz/kI0ESQ7AtC3MHKSPAfZ4YpxxwJlMNDikSpG3ikH1lJGNz1RnvpKwxh3kgDW5TnUukVh50Q8OPWf2sogaFbSrOPoVKBbaADCeqwXzZVlCKSUAm8rRZmvSsbcFn3smBpSPZEzFwvJ9z312ksohGX9kZOTDvr6+NXxVuu/ZZ5+9/uDBg0Yq1t69e9sFgNvYRFLDlGzMasX0kGVC4lHpSXOY2WTJgDAXmJP0XfnYSKcAzpt+QjJ/AEXIIUQRVnaLJHvbvZzpVyAAG6GskLUGY4V65MxGLDTZ89eiBkVTK60aOWe4nk1EohVs7h7KeLIBUrEHSqVJwXlEd9999x0NDQ13WrkM4N5QFge2vZwRYW8Eyc9wpArUb+7nas0bfr8/OjY2treqqirBrzs2ODh4JJPKf8UVV/xahCOqWpyrh5s6OjpWz58/n1avjOM+jY+nGwqRifENHT9+fNXTTz+9esWKFUPEKhxl6uM2THNTuB5cpZ9Vi8fj3Xwew5ymUIEzOjw8bCTu87n3cQY9Wqn0c8llR/ehqWwwrvHN5ZJxJ0SM1dfXrxBzGhOvMdknLlyUNJsMSjuthmIHVs+GYgGcv6/GbTH7OloNg3QKM3ebR4LS4xkjTCr5AoHieEi3QqUA1Sp58uRJo3wOX+lR3TL+56oJ7MlA0hgS260GpxhC3iY5pSElQWCsMGaFNIuwiTIrGQ+scnikas70K1UrBf0KmdAP2xFxlM8rLP1IFU+WNEJDe9qzZ8+3bdYkb2QZzgwu9tEqVB2kxdbrmZRitnHjxvlQrQDP/EUAQ70rLnFTgDVScfh7+D8UtwMAq2pi5dqg9i8xJqRyWyU1kaqK1Sw9h9Wtihw5069UrRT0K0BNLFw0G8XiMypqQtOi7sosOIUabmzvrH4bqFTC0pP6C54LnUmFVkWzqAqOKysvrFmzpvWqq65awNWVy71e7ze4qjyfg9bwwTU1NRlqNVdnjGdCHDgEyPBrINQyL40C1EsuOR4hmT6gvoyK8WGaF61WiVUW48xBTScbKrQr9OO0uoxvL74BBcTliK5CtFLSz2UVmrrRQBp6uObwFuezcziPzSZqbkyo0AnFvagaHcKglWnTpv2nNJeRtWvX/sFtt912lE3UbRsvyvbB4dEg8okLctJ8vcJwAuVtoN7VeY899ti3tm7deg9fxfr4ajje2dlpVKnk6vWQVVVKB1UVT0C1BckNE2HmGscBll6tIsDMSecep3QrMP1Sfdu2bd8ENw4YtKASIqlSOehCVcqS089lCewhwDMkMN+q/QbmSizlKSt5lmT+lDUb6ENLIIkyPT9l6TWxilJOKNezfTyKMLOgwvfYIFSPqcLSDDWwZh0/ftwoy/nQQw9dJSzR08XnsN+aAgSG40RpR6KLci6mbTZYacmPQousUZVOdURJzsXJ8zwbyQn9HFuaK5V+BQAwSt8IdQWREwVNBQcsAJx2zCgtagdH3ZJyOvVWfu9yA7AdZsSyLFjFoVkAdWZPT8+TMPmdO3f+kPiCbbmS6OFSUDURpBJLr2ohF1bzMpdP53PxcLNs9KsWNKwle9HGXN1I5Uy/AgDYJD3Bty7qYt2nAJzHRk2siOxSIn5l6vcuWkVOvwsqeJLsPZJk34Q/cFwypQe4ygzuDzZr1iwIVPi1+Gxc2lPRUwI8JOZ0mO9lPjpw4MA/XXrppTvJNXFyjxgrvxrFudKPZQGP1XEeSvqB+4nT8KODBw+uuPjii3eS78Wl38BEP6vUQxcSpooRSmnwXkdHx74ZM2ZAeuclFnS14pEEoY/3zjvv7L/55ptfraqqmrNkyZL16EWysAMUnIEKdbyoXJkiJFbCltWrV88HhhgZGdki1OupzFwPSi6shlbbKS+//PICoWpjbyYBByG7VlA36VZg+qnOT5LPTbKqPknpZ0gPqbZ0oyJ80rSfdXicZzlJYNkSjW6wQVLH2SQ1M/wOXjk0E1xGJBy1nmw3spYPKoUVmjm1Jkr3otbWamHt/ACsqlwKz+GqTZxYBOPSCkYzlmqIbw1PBaBgBesfrbVV0IXPDWnkFASKlEJPBqu3vBCEiRUZJUpSCrhIZJK4bkngIlihmbToGckFo6Oj/x0Khb6zfv36eXBgtwg6wZJGCTpvRR40dlo2Fq30ckWaoszd6wbBVF2hxtBDssAPvAsikF555ZXLicqYugbsA9CZ+UCtUWYuqpY6THnRokUolcpWXXZCvwx0zVbET1WUDvuI6KcELWktLlPUlIPxlLv6TPkOIgCNCLOlvElbjGx50LSPC+BHheCxBdxCNG8JiGkQcmBgYCu8trW1LSaRMypiJqU9no8ANdHT0/Ndvhi82tfXN06urbTDqItB94TC1pBQgPdsnj/7+OOPX4fXpqamqyW+UxU1kK3QdHsXZOmRVkVPm/SWipBr164FQsZra2u/pTIoWJQ0CaKk5sC9YXx8/LcXXHDBKgjtE4duxTVws9I+yTIfD3o2zjslOJYtW7aP74N7gsHgEsiPZumHwDNJbUZLtscCP1Ul5Tk3DBIOFgs8ScFwg0Sj0bdhzwF+SpaeISInkhtGGDgRgJ5sAA2OumATfr1AMRYmNw06k3JFKY4Ri0k8ZATKQOCFcAFhEXoaF02TIFLfUZ3GABlObOKYUtvVN8vND2x7u8ekJHeslg+BBJJVsIpYWqsYSWeDa+VUOBJwH9YA1gBW8J3JHwy+b8yHJhb5OmYuaYRekzT/ueC7AcJ3ockC4LQMEQgwh3xSEgmEgQSYTJ7KpYWIFzkflRyujMHp/mKoNBrAFQXgNO0PCyuQo1boweU1FLyg9cm5wBDVRaR3VVkAuMCEpGp0Kj51eHj455IURhDjEZhw3RSV9IUwQOLXrHdKyEIyku6l6Vm0vypUieGURUUoJK1ukjqiFrd6lO+kw8yCkwXAaeqMqNME2SAxkk+JB3pjoIbhOMcjLUkK1y+Z+mBlDWAN4IzaH3TIeQY+4kLkZ4SPgOfw1Ew4kO4eee/LBckL5Ppqp9u2SgdwmjqD+wu+Gh4iK1szghfeUxWEI8Yv02HN5aDK6V5WAFYaszA2WmQUPc2kuHFxkHdMYrsxwqM58V0lA1hWZ1LVEnFvCyoNyRZpgr/hPcUquI45SOHSAJ70AFZKYUjooJVBwbAKBfAUWVtJqaZWY658dzYAOE0KY9VAkqZ1CLpV5T+yb7EsXaoBrAGs4DvTXlgIjwGbVUreJvnSEeItKZnQKAUhLVdD2VRv0cZIqZdGsgfJ6RQ8zfSTBsCU70zCA7S8bFVCudD4lJT5bZRclpMSwGlBGrC6WakueAJ8Z2fnTSw96TznIyw1008qAFsKDyhYZ6XxgWpNitVnrHc9WQAsr4ap4A4m6ibLRivw20nJ57SyvlcDWHcHfEdV6VrkKdiW8T3uP0PhOnHKwnZykoMKvN5SA9hTpLSubMSkMaeps2ugsNu8efPauNQ9euONN/aQ70E2Es2iyTmeVwdgnF3NAd/JVVCyuYKA16JMkblVSp4rBwAzln50pVVCfsaqERrAujlIcVSlC6psKckMPFdyoeEvMb0x/S9B/k8wc3aIh6nzXkt9bKVuFR7NKV4TEn+p0lkpvyWk75e0+cuMkB6JSKpcy7Kvc6VbxYGYChKaC5yUeK/seM5fZsRMsvRyMExBOA1c3QoF4mSW65gGsD2CaqDqVkreq4jm1b+ZbrpVbvNrEuh2VonQSeZV8GtC6qZb5TatQuummwawbrrpVor2/wIMACYrlOo06AbeAAAAAElFTkSuQmCC') 2x);
  width: 40px;
  height: 42px;
  display: inline-block;
  speak: none;
  text-align: center;
  vertical-align: middle;
  margin-right: 4px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m360-spin-x .m360-hint-message:before {
  background-position: -40px;
}
.m360-spin-y .m360-hint-message:before {
  background-position: -80px;
}
.m360-loader {
  border-radius: 100%;
  font-size: 0;
  opacity: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  left: 8px;
  bottom: 8px;
}
.m360-loader:after {
  content: attr(data-progress);
  font-size: 12px;
  line-height: 1;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m360-loader:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  box-sizing: border-box;
}
.m360-loader.shown {
  opacity: 1;
  z-index: 1000;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.m360-loader.shown:before {
  -webkit-animation: spin-loading 2s infinite linear;
  animation: spin-loading 2s infinite linear;
}
@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.lt-ie10-magic .m360-loader {
  border-radius: 2em;
  font-size: 14px;
  padding: .8em 1.2em;
  width: auto;
  height: auto;
}
.lt-ie10-magic .m360-loader:before {
  display: none;
}
.lt-ie10-magic .m360-loader:after {
  content: 'Loading...   ' attr(data-progress);
  text-align: center;
}
.lt-ie9-magic .m360-hint-message,
.lt-ie9-magic .m360-loader.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .m360-hint-hidden {
  filter: alpha(opacity=0);
}
.lt-ie9-magic .m360-loader {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 96px;
  margin: auto;
}
.lt-ie9-magic .Magic360-fullscreen .m360-loader {
  left: 8px;
  right: auto;
}
/* Magnifier */
.Magic360-container .m360-magnifier,
.Magic360-fullscreen .m360-magnifier {
  box-shadow: 0 0 10px #ccc;
  border-collapse: separate;
  background-color: #fff;
  cursor: none;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
}
.lt-ie9-magic .m360-magnifier {
  border: 3px ridge #e7e7e7;
}
.lt-ie9-magic .m360-magnifier.m360-magnifier-inner {
  border: none !important;
}
.Magic360-container.desktop .m360-magnifier.m360-magnifier-inner,
.Magic360-fullscreen.desktop .m360-magnifier.m360-magnifier-inner {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
  box-shadow: none;
}
.m360-magnifier img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.m360-magnifier-loader-holder {
  background-color: transparent;
  cursor: default;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ie9-magic .m360-magnifier-loader-holder,
.lt-ie9-magic .m360-magnifier-loader-holder {
  filter: alpha(opacity=60);
}
.m360-magnifier-loader-holder .m360-loader {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.m360-magnifier-loader-holder .m360-loader:before {
  -webkit-animation: spin-loading 2s infinite linear;
  animation: spin-loading 2s infinite linear;
}
/*! 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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: 'Hind', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #454545;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0084ce;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0084ce;
  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,
.item-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -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 rgba(0, 0, 0, 0.07);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #202c38;
}
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: 26px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 17px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #d6a765;
  padding: .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: #0084ce;
}
a.text-primary:hover {
  color: #00639b;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #0084ce;
}
a.bg-primary:hover {
  background-color: #00639b;
}
.bg-success {
  background-color: #75c594;
}
a.bg-success:hover {
  background-color: #51b678;
}
.bg-info {
  background-color: #8cbfe2;
}
a.bg-info:hover {
  background-color: #63a8d8;
}
.bg-warning {
  background-color: #d6a765;
}
a.bg-warning:hover {
  background-color: #cb903d;
}
.bg-danger {
  background-color: #f68080;
}
a.bg-danger:hover {
  background-color: #f35050;
}
.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.6;
}
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: 17px;
  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.6;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.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: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.6;
}
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: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  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: 12px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
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;
}
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.6;
  vertical-align: top;
  border-top: 1px solid #f2f2f2;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f2f2f2;
}
.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 #f2f2f2;
}
.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 #f2f2f2;
}
.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 #f2f2f2;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(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: #75c594;
}
.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: #63bd86;
}
.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: #8cbfe2;
}
.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: #78b4dd;
}
.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: #d6a765;
}
.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: #d19b51;
}
.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: #f68080;
}
.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: #f46868;
}
.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 #f2f2f2;
  }
  .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: 19.5px;
  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: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 18px;
  font-size: 13px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  -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: #379adc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 154, 220, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 154, 220, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 40px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 33px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-lg {
  height: 40px;
  line-height: 40px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.form-group-lg .form-control {
  height: 40px;
  line-height: 40px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  min-height: 33px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.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: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #75c594;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.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: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #d6a765;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.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: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #f68080;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.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: #858585;
}
@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: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.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: 6px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 18px;
  font-size: 13px;
  line-height: 1.6;
  border-radius: 3px;
  -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: #454545;
  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: #454545;
  color: #454545 !important;
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #454545;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.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: #ffffff;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #454545;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #454545 !important;
  background-color: #e6e6e6;
  border-color: #c4c4c4;
}
.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: #ffffff;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #454545;
}
.btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #0084ce;
  border-color: #00639b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #00639b;
  border-color: #003c5e;
}
.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: #0084ce;
  border-color: #00639b;
}
.btn-primary .badge {
  color: #0084ce;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff !important;
  background-color: #00639b;
  border-color: #004368;
}
.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: #0084ce;
  border-color: #00639b;
}
.btn-primary .badge {
  color: #0084ce;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #8cd12a;
  border-color: #8cd12a;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #70a721;
  border-color: #6a9e20;
}
.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: #8cd12a;
  border-color: #8cd12a;
}
.btn-success .badge {
  color: #8cd12a;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff !important;
  background-color: #70a721;
  border-color: #70a721;
}
.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: #8cd12a;
  border-color: #8cd12a;
}
.btn-success .badge {
  color: #8cd12a;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #0084ce;
  border-color: #0084ce;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #00639b;
  border-color: #005d91;
}
.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: #0084ce;
  border-color: #0084ce;
}
.btn-info .badge {
  color: #0084ce;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff !important;
  background-color: #00639b;
  border-color: #00639b;
}
.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: #0084ce;
  border-color: #0084ce;
}
.btn-info .badge {
  color: #0084ce;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #ff9210;
  border-color: #ff9210;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #dc7800;
  border-color: #d27200;
}
.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: #ff9210;
  border-color: #ff9210;
}
.btn-warning .badge {
  color: #ff9210;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff !important;
  background-color: #dc7800;
  border-color: #dc7800;
}
.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: #ff9210;
  border-color: #ff9210;
}
.btn-warning .badge {
  color: #ff9210;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #c20000;
}
.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: #ff0000;
  border-color: #ff0000;
}
.btn-danger .badge {
  color: #ff0000;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff !important;
  background-color: #cc0000;
  border-color: #cc0000;
}
.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: #ff0000;
  border-color: #ff0000;
}
.btn-danger .badge {
  color: #ff0000;
  background-color: #ffffff;
}
.btn-link {
  color: #0084ce;
  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: #0084ce;
  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: 13px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.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;
}
.collapse.in {
  display: block;
}
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 dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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: rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0084ce;
}
.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.6;
  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: 2px;
}
@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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  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 {
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 3px;
  height: 40px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  line-height: 40px;
}
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: 5px 18px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 13px;
  border-radius: 3px;
}
.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: 6px 23px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.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: transparent;
  border-color: #0084ce;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #1cadff #1cadff #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #0084ce;
  border: 1px solid #0084ce;
  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: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: #ffffff;
  background-color: #0084ce;
}
.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: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 64px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@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;
    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: 10px 15px;
  font-size: 13px;
  line-height: 20px;
  height: 64px;
}
.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: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 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: 10px;
    padding-bottom: 10px;
  }
}
.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: 16px;
  margin-bottom: 16px;
}
@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 {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-sm {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-xs {
  margin-top: 21px;
  margin-bottom: 21px;
}
.navbar-text {
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #253b87;
  border-color: #1a2a5f;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #213477;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #1c2d67;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #1d2f6b;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1c2d67;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #1a2a5f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1a2a5f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #213477;
  }
  .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: #ffffff;
    background-color: #1c2d67;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 25px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: none;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #454545;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 18px;
  line-height: 1.6;
  text-decoration: none;
  color: #0084ce;
  background-color: #ffffff;
  border: 1px solid none;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0084ce;
  background-color: #eeeeee;
  border-color: transparent;
}
.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: #595959;
  background-color: none;
  border-color: transparent;
  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: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 13px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.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: #ffffff;
  border: 1px solid none;
  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: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #f68080;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #f35050;
}
.label-primary {
  background-color: #0084ce;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00639b;
}
.label-success {
  background-color: #75c594;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #51b678;
}
.label-info {
  background-color: #8cbfe2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #63a8d8;
}
.label-warning {
  background-color: #d6a765;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cb903d;
}
.label-danger {
  background-color: #f68080;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f35050;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  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,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0084ce;
  background-color: #ffffff;
}
.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: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
}
.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: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -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: #0084ce;
}
.thumbnail .caption {
  padding: 9px;
  color: #454545;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: #75c594;
  border-color: #75c594;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #63bd86;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #8cbfe2;
  border-color: #8cbfe2;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #78b4dd;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #d6a765;
  border-color: #d6a765;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #d19b51;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #f68080;
  border-color: #f68080;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #f46868;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-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: 3px;
  -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: #ffffff;
  text-align: center;
  background-color: #0084ce;
  -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: #8cd12a;
}
.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: #0084ce;
}
.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: #ff9210;
}
.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: #ff0000;
}
.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,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  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: #ffffff;
  background-color: #0084ce;
  border-color: #0084ce;
}
.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: #9bdbff;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #75c594;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #63bd86;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #8cbfe2;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #78b4dd;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #d6a765;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #d19b51;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #f68080;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #f46868;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -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: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-top-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-bottom-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #f2f2f2;
}
.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: 3px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #0084ce;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0084ce;
  border-color: #0084ce;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0084ce;
}
.panel-primary > .panel-heading .badge {
  color: #0084ce;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0084ce;
}
.panel-success {
  border-color: #75c594;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #75c594;
  border-color: #75c594;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #75c594;
}
.panel-success > .panel-heading .badge {
  color: #75c594;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #75c594;
}
.panel-info {
  border-color: #8cbfe2;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #8cbfe2;
  border-color: #8cbfe2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8cbfe2;
}
.panel-info > .panel-heading .badge {
  color: #8cbfe2;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8cbfe2;
}
.panel-warning {
  border-color: #d6a765;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #d6a765;
  border-color: #d6a765;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6a765;
}
.panel-warning > .panel-heading .badge {
  color: #d6a765;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6a765;
}
.panel-danger {
  border-color: #f68080;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f68080;
  border-color: #f68080;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f68080;
}
.panel-danger > .panel-heading .badge {
  color: #f68080;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f68080;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #ffffff;
  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: 1050;
  -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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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.6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.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;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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: none;
  padding: 3px 8px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
}
.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: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Hind', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: #dddddd;
  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: #dddddd;
  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;
  line-height: 1;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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,
.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,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd: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,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content *:before,
.content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-weight: normal;
  overflow-x: hidden;
}
body:not(.body-boxed) {
  background: #efefef;
}
picture > img {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
}
@media (min-width: 992px) {
  .body-boxed {
    background: #efefef;
    background-size: initial;
  }
}
@media (max-width: 991px) {
  .body-boxed {
    background: #efefef;
  }
  .img-responsive-article {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .img-responsive-article {
    max-width: none;
    width: 100%;
  }
}
/*** alerts ***/
.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: 1380px) {
  .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-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: auto;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: auto;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .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: 1380px) {
  .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%;
  }
}
.modal {
  z-index: 20000;
}
.modal-link {
  display: inline;
  position: relative;
  overflow: auto;
}
.modal-container {
  padding: 5px 15px;
}
.modal-dialog * {
  box-sizing: border-box;
}
.modal h1 {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
  }
}
.navbar {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar .navbar {
    border: 1px solid transparent;
  }
}
.navbar-nav .featured a {
  color: #ff0000;
}
.navbar-nav .featured a:hover,
.navbar-nav .featured a:focus {
  color: #ff0000;
}
.navbar-nav > li > .main-category {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-inverse {
  background-color: #253b87;
}
.navbar-inverse .navbar-nav > .active {
  background: #1c2d67;
}
.navbar-inverse .navbar-nav > .active > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active.featured a:hover {
  color: #ff0000;
}
.navbar-inverse .navbar-nav > .current > a {
  background: #1c2d67;
}
.navbar-inverse .navbar-nav > .current > a,
.navbar-inverse .navbar-nav > .current > a:hover,
.navbar-inverse .navbar-nav > .current > a:focus {
  background-color: #1c2d67;
}
.navbar-inverse .navbar-nav > .featured {
  background: transparent;
}
.navbar-inverse .navbar-nav > .featured > a {
  color: #ff0000;
}
.navbar-inverse .navbar-nav > .featured > a:hover,
.navbar-inverse .navbar-nav > .featured > a:focus {
  color: #ff0000;
}
.navbar-inverse .navbar-nav > li {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > li:focus {
  background: #213477;
}
.navbar-inverse .navbar-nav > li:hover a,
.navbar-inverse .navbar-nav > li:focus a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  text-decoration: none;
}
.navbar-inverse .navbar-nav > li > .nav-header {
  color: #ffffff;
  cursor: default;
}
.navbar-step {
  margin-bottom: 10px;
}
.navbar-step .navbar-nav {
  display: flex;
  float: none;
}
.navbar-step .navbar-nav > li a {
  cursor: default;
}
.navbar-step .navbar-nav > li.hover a {
  cursor: pointer;
}
.navbar-step .navbar-nav > li.hover a:focus,
.navbar-step .navbar-nav > li.hover a:hover {
  background: #005382;
}
.navbar-step .navbar-nav > li.hover a:focus,
.navbar-step .navbar-nav > li.hover a:hover,
.navbar-step .navbar-nav > li.hover a:focus .number,
.navbar-step .navbar-nav > li.hover a:hover .number {
  color: #ffffff;
}
.navbar-step .navbar-nav li.hover a:hover:after,
.navbar-step .navbar-nav li.hover a:focus:after {
  border-color: transparent transparent transparent #005382 !important;
}
.navbar-step .navbar-nav li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 26px 22px;
  border-color: transparent transparent transparent #eeeeee;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 40;
}
.navbar-step .navbar-nav > li {
  flex: 1;
  position: relative;
  background: #eeeeee;
}
.navbar-step .navbar-nav > li.step-1 {
  background: #30a3e3;
  border-right: 1px solid #30a3e3;
}
.navbar-step .navbar-nav > li.step-1 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-1 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-1 a:after {
  border-color: transparent transparent transparent #30a3e3;
}
.navbar-step .navbar-nav > li.step-2 {
  background: #1e98dc;
  border-right: 1px solid #1e98dc;
}
.navbar-step .navbar-nav > li.step-2 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-2 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-2 a:after {
  border-color: transparent transparent transparent #1e98dc;
}
.navbar-step .navbar-nav > li.step-3 {
  background: #1b88c5;
  border-right: 1px solid #1b88c5;
}
.navbar-step .navbar-nav > li.step-3 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-3 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-3 a:after {
  border-color: transparent transparent transparent #1b88c5;
}
.navbar-step .navbar-nav > li.step-4 {
  background: #1879af;
  border-right: 1px solid #1879af;
}
.navbar-step .navbar-nav > li.step-4 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-4 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-4 a:after {
  border-color: transparent transparent transparent #1879af;
}
.navbar-step .navbar-nav > li.step-5 {
  background: #156998;
  border-right: 1px solid #156998;
}
.navbar-step .navbar-nav > li.step-5 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-5 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-5 a:after {
  border-color: transparent transparent transparent #156998;
}
.navbar-step .navbar-nav > li + li {
  border-left: none;
}
.navbar-step .navbar-nav > li a {
  font-size: 13px;
  color: #005382;
  padding: 0 0 0 35px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  line-height: 52px;
  background: transparent;
  height: 50px;
}
.navbar-step .number {
  color: #005382;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  display: inline;
  padding: 0 10px;
}
.navbar-step .heading {
  position: relative;
  top: -3px;
}
.navbar-step .wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.navbar-step .nav {
  position: relative;
  left: -25px;
}
.navbar-main {
  text-transform: uppercase;
  border: none;
  border-top: 0;
  border-bottom: 0;
}
.navbar-main .navbar-nav {
  float: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.navbar-main .navbar-nav > li {
  width: auto;
  text-align: left;
  display: flex;
  align-items: stretch;
  position: relative;
}
.navbar-main .navbar-nav > li > a,
.navbar-main .navbar-nav > li > .main-category,
.navbar-main .navbar-nav > li > .nav-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: 'Hind', sans-serif;
  font-size: 13px;
  font-weight: initial;
  padding: 16px 20px;
  border-top: 0;
  border-bottom: 0;
  letter-spacing: normal;
}
.navbar-main .navbar-nav > li > a.homepage-link-icon,
.navbar-main .navbar-nav > li > .main-category.homepage-link-icon,
.navbar-main .navbar-nav > li > .nav-header.homepage-link-icon {
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
  border-top: 0;
  border-bottom: 0;
}
.navbar-main .navbar-nav > li > a:active {
  color: #ffffff;
  background-color: #16234f;
}
.navbar-main .navbar-nav > li .nav-child {
  display: none;
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  border: 1px solid #c7c7c7;
  background: #ffffff;
  z-index: 1100;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.navbar-main .navbar-nav > li .nav-child li {
  width: 100%;
  white-space: nowrap;
}
.navbar-main .navbar-nav > li .nav-child li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.navbar-main .navbar-nav > li .nav-child a {
  display: block;
  color: #595959;
  padding: 5px 10px;
}
.navbar-main .navbar-nav > li .nav-child a:hover,
.navbar-main .navbar-nav > li .nav-child a:focus {
  color: #0084ce;
}
.navbar-main .navbar-nav > li:hover > .nav-child {
  display: flex;
  flex-direction: column;
}
.navbar-main .navbar-nav > li.active > a,
.navbar-main .navbar-nav > li.active > .nav-header {
  border-top: 0;
  border-bottom: 0;
}
.navbar-main .navbar-nav > li + li > a {
  border-left: 0;
}
.navbar-main .navbar-nav:after,
.navbar-main .navbar-nav:before {
  content: none;
}
.navbar-main .nav.navbar-nav.navbar-multilevel > li {
  position: static;
}
.navbar-main .nav.navbar-nav.navbar-multilevel > li:hover > a,
.navbar-main .nav.navbar-nav.navbar-multilevel > li:focus > a {
  border-bottom: 0;
  text-shadow: none;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .navbar-multilevel-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 5px;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .parent-level {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  padding: 20px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 6px -3px rgba(1, 1, 1, 0.3);
  z-index: 1000;
  display: none;
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .parent-level a {
  color: #454545;
  text-decoration: none;
  text-transform: none;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .parent-level a:focus,
.navbar-main .nav.navbar-nav.navbar-multilevel .parent-level a:hover {
  color: #0084ce;
  text-decoration: none;
}
.navbar-main .nav.navbar-nav.navbar-multilevel > li:hover .parent-level {
  display: block;
}
.navbar-checkout {
  margin-bottom: 10px;
}
.navbar-menu-title {
  text-transform: none;
}
.navbar-multilevel-item-image {
  margin-right: 20px;
  float: left;
}
.multilevel {
  display: flex;
  margin: 0 0 20px;
  border-right: none;
  padding-bottom: 0;
}
.multilevel__img {
  flex: 0 0 60px;
  max-width: 60px;
  margin-right: 20px;
}
.multilevel__content {
  flex: 1 1 auto;
  max-width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.multilevel__heading {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  font-family: inherit;
  color: inherit;
}
.multilevel__link {
  display: inline;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.multilevel__separator {
  display: inline;
}
.multilevel__separator:before {
  content: ', ';
}
@media (max-width: 767px) {
  .navbar {
    border: none;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-main {
    margin-top: 0;
    min-height: 0;
  }
  .navbar-main .nav > li > a {
    padding-left: 18px;
  }
  .navbar-main .nav > li + li > a {
    padding-left: 18px;
  }
  .navbar-main .navbar-nav > li {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .navbar-main .nav.navbar-nav {
    float: none;
  }
  .navbar-main .nav.navbar-nav > li {
    text-align: center;
  }
  .navbar {
    min-height: 0;
  }
  .navbar-inverse {
    background-color: #253b87;
  }
  .navbar-inverse .navbar-nav > .active {
    border-bottom: none;
    border-top: none;
  }
  .navbar-inverse .navbar-nav > .active > a {
    background: #1c2d67;
  }
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background: #213477;
  }
  .navbar-inverse .navbar-nav > li {
    border-bottom: none;
    border-top: none;
  }
  .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
  }
  .navbar-inverse .navbar-nav > li:hover,
  .navbar-inverse .navbar-nav > li:focus {
    border-bottom: none;
    border-top: none;
  }
  .navbar-inverse .navbar-nav > li:hover > a,
  .navbar-inverse .navbar-nav > li:focus > a {
    background: none;
    text-shadow: none;
  }
  .navbar-inverse .navbar-nav > li + li > a {
    background: none;
  }
  .navbar-inverse .navbar-nav > li:first-child:hover > a,
  .navbar-inverse .navbar-nav > li:first-child:focus > a {
    background: none;
  }
}
@media (min-width: 1380px) {
  .navbar-main .nav.navbar-nav > li > a,
  .navbar-main .nav.navbar-nav > li > .main-category {
    font-size: 13px;
    padding: 16px 20px;
  }
  .navbar-step .number {
    font-size: 28px;
    padding: 0 15px;
  }
  .navbar-step .heading {
    top: -5px;
  }
  .navbar-step .navbar-nav > li a {
    font-size: 16px;
    line-height: 74px;
    height: 70px;
  }
  .navbar-step .navbar-nav li a:after {
    border-width: 36px 0 36px 25px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar-main .nav > li > a {
    font-size: 13px;
    padding: 16px 20px;
  }
}
.breadcrumb {
  border-bottom: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 95%;
  border-radius: 0;
}
.breadcrumb .divider {
  display: none;
}
.breadcrumb > li {
  margin-left: 5px;
  color: #454545;
}
.breadcrumb > li a {
  color: #454545;
}
.breadcrumb > li a i:before {
  color: #454545;
}
.breadcrumb > li a:hover i:before,
.breadcrumb > li a:focus i:before {
  color: #454545;
}
.breadcrumb > li span {
  color: #454545;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #454545;
  font-family: FontAwesome;
}
.panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  padding: 0;
  border-top: 4px solid #0084ce;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: #ffffff;
}
.panel .panel-heading .panel-title {
  color: #202c38;
  font-size: 130%;
  font-weight: bold;
  padding: 10px 15px;
  margin: 0;
  text-transform: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.panel .panel-body {
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-body-nav-vertical {
  padding-bottom: 0;
}
.panel .panel-body > h2 {
  margin-top: 0;
}
.panel .panel-body h2 {
  font-size: 140%;
}
.panel-no-padding .panel-body {
  padding: 0;
}
.panel-border-top {
  border-top: 4px solid #0084ce;
}
.panel-background .panel-img {
  float: left;
  width: 120px;
  margin-left: -15px;
}
.panel-background .panel-body h3 {
  margin-top: 0;
  font-size: 110%;
}
.panel-first {
  margin-top: 0;
}
.panel-default .table {
  border-color: rgba(0, 0, 0, 0.04);
}
.panel-default .table > thead > tr > th,
.panel-default .table > tbody > tr > th,
.panel-default .table > tfoot > tr > th,
.panel-default .table > thead > tr > td,
.panel-default .table > tbody > tr > td,
.panel-default .table > tfoot > tr > td {
  border-color: rgba(0, 0, 0, 0.04);
}
.pagination {
  float: right;
  margin: 0;
}
.pagination-counter {
  margin: 4px 0;
  float: left;
}
.pagination > li > a {
  background: none;
  border: none;
  border-radius: 0;
  padding: 3px 10px;
  font-weight: normal;
  border: 1px solid transparent;
}
.pagination > li > a:hover,
.pagination > li > afocus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  color: #0084ce;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.pagination > li:first-child > a:hover,
.pagination > li:last-child > a:hover,
.pagination > li:first-child > a:focus,
.pagination > li:last-child > a:focus {
  background: #ffffff;
  border-color: #dddddd;
}
.pagination > li.disabled:first-child > a,
.pagination > li.disabled:last-child > a,
.pagination > li.disabled:first-child > span,
.pagination > li.disabled:last-child > span {
  color: #777777;
  background: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: none;
  color: #595959;
}
.btn {
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  letter-spacing: normal;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 18px;
  font-size: 13px;
  line-height: 1.6;
  border-radius: 3px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn-default {
  text-shadow: none;
}
.btn-cta {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #0084ce;
  border-color: #00639b;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta.focus,
.btn-cta:active,
.btn-cta.active,
.open > .dropdown-toggle.btn-cta {
  color: #ffffff;
  background-color: #00639b;
  border-color: #003c5e;
}
.btn-cta:active,
.btn-cta.active,
.open > .dropdown-toggle.btn-cta {
  background-image: none;
}
.btn-cta.disabled,
.btn-cta[disabled],
fieldset[disabled] .btn-cta,
.btn-cta.disabled:hover,
.btn-cta[disabled]:hover,
fieldset[disabled] .btn-cta:hover,
.btn-cta.disabled:focus,
.btn-cta[disabled]:focus,
fieldset[disabled] .btn-cta:focus,
.btn-cta.disabled.focus,
.btn-cta[disabled].focus,
fieldset[disabled] .btn-cta.focus,
.btn-cta.disabled:active,
.btn-cta[disabled]:active,
fieldset[disabled] .btn-cta:active,
.btn-cta.disabled.active,
.btn-cta[disabled].active,
fieldset[disabled] .btn-cta.active {
  background-color: #0084ce;
  border-color: #00639b;
}
.btn-cta .badge {
  color: #0084ce;
  background-color: #ffffff;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta.focus,
.btn-cta:active,
.btn-cta.active,
.open > .dropdown-toggle.btn-cta {
  color: #ffffff !important;
  background-color: #00639b;
  border-color: #004368;
}
.btn-cta:active,
.btn-cta.active,
.open > .dropdown-toggle.btn-cta {
  background-image: none;
}
.btn-cta.disabled,
.btn-cta[disabled],
fieldset[disabled] .btn-cta,
.btn-cta.disabled:hover,
.btn-cta[disabled]:hover,
fieldset[disabled] .btn-cta:hover,
.btn-cta.disabled:focus,
.btn-cta[disabled]:focus,
fieldset[disabled] .btn-cta:focus,
.btn-cta.disabled.focus,
.btn-cta[disabled].focus,
fieldset[disabled] .btn-cta.focus,
.btn-cta.disabled:active,
.btn-cta[disabled]:active,
fieldset[disabled] .btn-cta:active,
.btn-cta.disabled.active,
.btn-cta[disabled].active,
fieldset[disabled] .btn-cta.active {
  background-color: #0084ce;
  border-color: #00639b;
}
.btn-cta .badge {
  color: #0084ce;
  background-color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #595959;
  border-color: #595959;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #3f3f3f;
  border-color: #3a3a3a;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #595959;
  border-color: #595959;
}
.btn-inverse .badge {
  color: #595959;
  background-color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff !important;
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #595959;
  border-color: #595959;
}
.btn-inverse .badge {
  color: #595959;
  background-color: #ffffff;
}
.btn-outline-cta {
  color: #0084ce !important;
  background-color: transparent;
  border-color: #0084ce;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-cta:hover,
.btn-outline-cta:focus,
.btn-outline-cta.focus,
.btn-outline-cta:active,
.btn-outline-cta.active,
.open > .dropdown-toggle.btn-outline-cta {
  color: #ffffff !important;
  background: #0084ce;
}
.btn-outline-primary {
  color: #0084ce !important;
  background-color: transparent;
  border-color: #0084ce;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .dropdown-toggle.btn-outline-primary {
  color: #ffffff !important;
  background: #0084ce;
}
.btn-outline-default {
  color: #454545 !important;
  background-color: transparent;
  border-color: #454545;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default.focus,
.btn-outline-default:active,
.btn-outline-default.active,
.open > .dropdown-toggle.btn-outline-default {
  color: #ffffff !important;
  background: #454545;
}
.btn-outline-success {
  color: #8cd12a !important;
  background-color: transparent;
  border-color: #8cd12a;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success.active,
.open > .dropdown-toggle.btn-outline-success {
  color: #ffffff !important;
  background: #8cd12a;
}
.btn-outline-info {
  color: #0084ce !important;
  background-color: transparent;
  border-color: #0084ce;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info.active,
.open > .dropdown-toggle.btn-outline-info {
  color: #ffffff !important;
  background: #0084ce;
}
.btn-outline-warning {
  color: #ff9210 !important;
  background-color: transparent;
  border-color: #ff9210;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .dropdown-toggle.btn-outline-warning {
  color: #ffffff !important;
  background: #ff9210;
}
.btn-outline-danger {
  color: #ff0000 !important;
  background-color: transparent;
  border-color: #ff0000;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .dropdown-toggle.btn-outline-danger {
  color: #ffffff !important;
  background: #ff0000;
}
.btn-outline-inverse {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus,
.btn-outline-inverse:active,
.btn-outline-inverse.active,
.open > .dropdown-toggle.btn-outline-inverse {
  color: #000000 !important;
  background: #ffffff;
}
.btn-xl {
  padding: 19px 30px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 3px;
  font-weight: 600;
}
.btn-lg {
  padding: 10px 30px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 3px;
  font-weight: 600;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 500;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 500;
}
.btn-xxs {
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 3px;
  font-weight: 500;
}
.btn,
.btn:hover,
.btn:focus {
  text-decoration: none !important;
}
.btn-title {
  position: relative;
  margin-top: -46px;
}
.btn-cart {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
.btn-cart > .inside {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #ffffff;
}
.btn-cart > .inside:before {
  position: absolute;
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 25px;
  color: #ffffff;
  left: 0;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: none;
}
.btn-arrow {
  position: relative;
}
.btn-arrow:before {
  position: absolute;
  content: url('../images/arrows/btn-arrow.png');
  top: -2px;
  left: -22px;
}
.btn-add {
  padding: 5px 4px;
}
.btn-icon-cart:before {
  padding-right: 5px;
  content: "\f07a";
  font-family: FontAwesome;
  color: #ffffff;
}
.btn-add-mini {
  padding: 5px 18px;
}
.btn-add-mini-variant:before {
  color: #ffffff;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 13px;
  padding: 2px;
}
.btn-add-mini:before {
  color: #ffffff;
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 11px;
}
.button-set {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.button-set--active {
  display: flex;
}
.button-set .btn-cta {
  font-size: 16px;
}
@media (max-width: 767px) {
  .button-set > * {
    flex: 0 0 100%;
    max-width: 100%;
    white-space: normal;
  }
  .button-set > *.btn.btn-cta {
    order: -1;
    margin: 0 0 30px;
  }
}
.button-set__note {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .button-set__note {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .button-set__note {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .btn-add {
    padding: 5px 7px;
  }
}
@media (max-width: 767px) {
  .btn-responsive {
    width: 100%;
    max-width: 100%;
  }
}
.label {
  padding: 4px 8px;
}
.label-gray {
  background-color: #777777;
}
.label-gray[href]:hover,
.label-gray[href]:focus {
  background-color: #5e5e5e;
}
.label-color-red {
  background-color: #ff0000;
}
.label-color-red:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ff0000;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-orange {
  background-color: #ff9210;
}
.label-color-orange:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ff9210;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-yellow {
  background-color: #ffcb48;
}
.label-color-yellow:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffcb48;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-light-green {
  background-color: #8cd12a;
}
.label-color-light-green:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #8cd12a;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-green {
  background-color: #189605;
}
.label-color-green:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #189605;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-cyan {
  background-color: #00d2b0;
}
.label-color-cyan:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00d2b0;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-light-blue {
  background-color: #0084ce;
}
.label-color-light-blue:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0084ce;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-blue {
  background-color: #253b87;
}
.label-color-blue:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #253b87;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-purple {
  background-color: #ae28f7;
}
.label-color-purple:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ae28f7;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-pink {
  background-color: #ff2e8a;
}
.label-color-pink:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ff2e8a;
  border-width: 5px;
  margin-left: -5px;
}
.panel-my-tags {
  display: flex;
  align-items: center;
  background: transparent;
  margin: 0 0 20px;
  padding: 0;
}
.panel-my-tags .hidden {
  display: none;
}
.panel-my-tags .label {
  font-size: 100%;
  font-weight: normal;
  margin: 0 5px 5px 0;
  border: 1px solid #efefef;
  color: #595959;
  background: #ffffff;
}
.panel-my-tags .label a {
  text-decoration: none;
}
.panel-my-tags .label .fa {
  margin-left: 5px;
}
.panel-my-tags .label-plain {
  border: 0;
  margin: 0 0 0 auto;
  color: #0084ce;
  background: transparent;
  text-decoration: underline;
}
.panel-my-tags .label-plain .fa {
  color: #0084ce;
}
.panel-my-tags .label-plain:hover,
.panel-my-tags .label-plain:focus {
  color: #0084ce;
  text-decoration: none;
}
.panel-my-tags-labels {
  display: flex;
  align-items: center;
  width: 100%;
}
.panel-my-tags-items {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  margin: 0 -5px -5px 0;
}
.panel-my-tags-items .label {
  margin: 0 5px 5px 0;
}
.panel-my-tags-unset {
  flex-shrink: 0;
  padding-left: 15px;
}
.product-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -5px -5px 0;
}
.product-labels.main-labels {
  min-height: 0;
}
.product-labels.product-detail-labels::after::after {
  content: "";
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  display: block;
  border: none;
  margin-bottom: 0;
}
.product-labels > * {
  white-space: nowrap;
}
.product-labels .label {
  border-radius: 0;
  font-size: 85%;
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.product-labels-main {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top-labels {
  position: absolute;
  top: 15px;
  right: 15px;
}
.top-labels .label {
  border-radius: 0;
  padding: .3em .3em;
  font-weight: normal;
  display: table;
  width: 50px;
  height: 25px;
}
.top-labels .label + .label {
  margin: 5px 0 0;
}
.top-labels .label-inside {
  display: table-cell;
  vertical-align: middle;
}
.top-labels .label.label-discount {
  font-size: 120%;
  font-weight: normal;
}
.top-labels .label.label-has-bonus {
  font-size: 70%;
}
.top-labels .label:after {
  content: none;
}
.top-labels.main-labels {
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .panel-my-tags {
    display: none;
  }
}
.form-control {
  height: 32px;
  padding: 5px 18px;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 154, 220, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 154, 220, 0.6);
}
.input-lg {
  height: 40px;
}
.view-product .form-horizontal .radio,
.view-product .form-horizontal .checkbox,
.view-product .form-horizontal .radio-inline,
.view-product .form-horizontal .checkbox-inline {
  padding-top: 0;
}
.star {
  color: #e6173e;
}
.checkbox label,
.radio label {
  padding-left: 30px;
}
.radio input[type="radio"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="checkbox"] {
  margin-left: -30px;
}
.radio-inline,
.checkbox-inline {
  padding-left: 30px;
}
.radio-inline input[type="radio"],
.checkbox-inline input[type="radio"],
.radio-inline input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -30px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
}
.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: #ffffff;
}
.has-success .form-control {
  border-color: #75c594;
  -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: #51b678;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bde3cc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bde3cc;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #75c594;
  background-color: #75c594;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.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: #ffffff;
}
.has-warning .form-control {
  border-color: #d6a765;
  -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: #cb903d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ebd5b6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ebd5b6;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #d6a765;
  background-color: #d6a765;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.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: #ffffff;
}
.has-error .form-control {
  border-color: #f68080;
  -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: #f35050;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fddfdf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fddfdf;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #f68080;
  background-color: #f68080;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.input-group-icon {
  position: relative;
}
.input-group-icon .btn {
  top: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  color: #555555;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.input-group-icon .btn i {
  font-size: 120%;
}
.input-group-icon .form-control:focus + .btn {
  color: #379adc;
}
.form-group.term-of-use {
  margin-bottom: 0;
}
.customer-note {
  margin-bottom: 0;
}
input.invalid {
  border: 2px solid #f55c59;
}
.seznam-captcha {
  margin-bottom: 10px;
}
.seznam-captcha a {
  right: 2px;
}
.registration-form-title {
  margin-bottom: 52px;
}
.form-horizontal .control-label {
  padding-top: 6px;
}
.split-delivery-box {
  border: 1px solid #d2e9fb;
  background: #fbfcff;
  padding: 15px 15px 10px 15px;
  width: 100%;
}
.split-delivery-box label {
  width: 100%;
}
.split-delivery-box-description {
  margin-top: -20px;
  margin-left: 30px;
}
.split-delivery-box-description-small {
  font-size: 92%;
  font-weight: normal;
}
label,
.text-label {
  font-family: 'Hind', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #454545;
}
@media (max-width: 1379px) {
  .split-delivery-box {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .registration-form-title {
    margin-bottom: 9px;
  }
  .customer-note #customer-note {
    display: none;
  }
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #202c38;
  text-transform: none;
}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: normal;
}
h1,
.h1 {
  font-family: inherit;
  font-weight: 500;
  margin: 20px 0 10px;
}
h2,
.h2 {
  font-family: inherit;
  font-weight: 500;
  margin: 20px 0 10px;
}
h3,
.h3 {
  margin: 20px 0 10px;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: normal;
}
h4,
.h4 {
  font-family: inherit;
  font-weight: 500;
  margin: 20px 0 10px;
}
h5,
.h5 {
  font-family: inherit;
  font-weight: 500;
  margin: 20px 0 10px;
}
h6,
.h6 {
  font-family: inherit;
  font-weight: 500;
  margin: 20px 0 10px;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: none;
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion),
.list-circled {
  margin-left: 1em;
  padding: 0;
  list-style: none;
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion).under-number,
.list-circled.under-number {
  margin-left: 1.85em;
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li,
.list-circled li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 1em;
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li:before,
.list-circled li:before {
  font-family: FontAwesome;
  content: '\f054';
  color: #dedede;
  position: absolute;
  left: -1em;
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.arrow:before,
.list-circled li.arrow:before {
  content: '\f054';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.address:before,
.list-circled li.address:before {
  content: '\f041';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.envelope:before,
.list-circled li.envelope:before {
  content: '\f0e0';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.phone:before,
.list-circled li.phone:before {
  content: '\f095';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.email:before,
.list-circled li.email:before {
  content: '\f003';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.home:before,
.list-circled li.home:before {
  content: '\f015';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.truck:before,
.list-circled li.truck:before {
  content: '\f0d1';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.money:before,
.list-circled li.money:before {
  content: '\f0d6';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.user:before,
.list-circled li.user:before {
  content: '\f007';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.country:before,
.list-circled li.country:before {
  content: '\f024';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.fax:before,
.list-circled li.fax:before {
  content: '\f1ac';
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.none:before,
.list-circled li.none:before {
  content: none;
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion) li.large,
.list-circled li.large {
  font-size: 14px;
}
.description ul:not(.heurev-plus):not(.heurev-minus):not(.nav-tabs-accordion).large-icon li:before,
.list-circled.large-icon li:before {
  font-size: 16px;
  margin-top: 0;
}
.fancy-list {
  padding: 0;
  list-style: none;
}
.fancy-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}
.fancy-list li span {
  display: block;
}
.fancy-list li:before {
  font-family: FontAwesome;
  color: #dedede;
  position: absolute;
  left: -1em;
}
.fancy-list li a {
  color: #454545;
  text-decoration: none;
}
.fancy-list li a:hover {
  color: #0084ce;
  text-decoration: underline;
}
.fancy-list.under-number {
  margin-left: 1.85em;
}
.fancy-list.icon-arrow li:before {
  content: "\f054";
}
.fancy-list.icon-circle li:before {
  content: "\f10c";
}
.fancy-list.icon-xs li {
  padding-left: 7px;
}
.fancy-list.icon-xs li:before {
  font-size: 6px;
  top: 6px;
}
.fancy-list-underline li a {
  color: #454545;
  text-decoration: underline;
}
.fancy-list-underline li a:hover {
  color: #0084ce;
  text-decoration: underline;
}
ol {
  padding-left: 0;
  counter-reset: item;
}
ol li {
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
ol li:before {
  color: #9bacb8;
  position: absolute;
  top: 0;
  left: 0;
}
ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
}
ol ol,
ol ul {
  padding-left: 0;
  margin-bottom: 15px;
}
ol ol li,
ol ul li {
  margin: 10px 0;
}
ol ul li:before {
  font-family: FontAwesome;
  content: '\f054';
}
.terms {
  counter-reset: h2;
}
.terms h2:before {
  counter-increment: h2;
  content: counter(h2) '. ';
}
.terms ol {
  counter-reset: ol;
}
.terms ol > li {
  padding-left: 40px;
}
.terms ol > li:before {
  content: counter(h2) '.' counters(ol, '.');
  counter-increment: ol;
}
.lead {
  font-size: 14px;
}
.footer-2 .list-circled {
  margin-left: 0;
}
.footer-2 .list-circled li {
  padding-left: 0;
  color: #595959;
}
.footer-2 .list-circled li:before {
  font-size: 10px;
  color: #595959;
  left: 0;
  margin-top: 0;
}
.footer-2 .list-circled li.arrow:before {
  content: none;
  font-size: 6px;
  top: 4px;
}
.footer-2 .list-circled li a {
  color: #454545;
  text-decoration: none;
}
.footer-2 .list-circled li a:hover,
.footer-2 .list-circled li a:focus {
  color: #0084ce;
  text-decoration: underline;
}
.footer-2 .list-circled .fa {
  width: 12px;
  text-align: center;
  margin-right: 15px;
}
.footer-2 .list-circled.large-icon li:before {
  font-size: 16px;
  margin-top: 0;
}
.btn-link-without-spaces {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666666;
  text-decoration: underline;
  border: none;
}
.btn-link-without-spaces:hover,
.btn-link-without-spaces:focus,
.btn-link-without-spaces:active {
  color: #666666;
  text-decoration: none;
  outline: none;
}
.btn-link-no-underline {
  text-decoration: none;
}
@media (max-width: 479px) {
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline > li {
    display: block;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}
.carousel-controls {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nav-tabs .carousel-controls {
  margin: 0;
}
.carousel-control {
  position: static;
  text-shadow: none;
  border: 1px solid #dddddd;
  text-decoration: none;
  opacity: 1;
  display: inline-block;
  width: auto;
}
.carousel-control i {
  width: 26px;
}
.carousel-control:hover {
  border: 1px solid #0084ce !important;
  color: #0084ce;
}
.carousel-control.left {
  background: none;
}
.carousel-control.right {
  background: none;
  margin-left: 5px;
}
.carousel-additional-images.products {
  border: 0;
}
.nav-tabs {
  border-bottom: 1px solid #eeeeee;
}
.nav-tabs > li {
  margin-left: 15px;
}
.nav-tabs > li a {
  border-top: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  color: #595959;
}
.nav-tabs > li a:focus,
.nav-tabs > li a:hover {
  border-width: 1px;
  border-top-width: 2px;
  border-color: #eeeeee #eeeeee transparent;
  background-color: #fff;
  color: #595959;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 2px solid #0084ce;
  background-color: #fff;
  color: #595959;
}
.nav-tabs > li.active .badge {
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-tabs .badge {
  margin-left: 0.6em;
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-tabs > li + li {
  margin-left: 0;
}
.nav-tabs-accordion > li {
  margin-left: 15px;
  border: solid transparent;
  border-width: 2px 1px 1px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  padding: 6px 23px;
  color: #595959;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-tabs-accordion > li:focus,
.nav-tabs-accordion > li:hover {
  border-color: #eeeeee #eeeeee transparent;
  background-color: #fff;
  color: #595959;
  cursor: pointer;
}
.nav-tabs-accordion > li.resp-tab-active,
.nav-tabs-accordion > li.resp-tab-active:focus,
.nav-tabs-accordion > li.resp-tab-active:hover {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 2px solid #0084ce;
  background-color: #fff;
  color: #595959;
  cursor: default;
}
.nav-tabs-accordion > li.resp-tab-active .badge {
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-tabs-accordion > li + li {
  margin-left: 2px;
}
.tab-content {
  margin: 15px 0;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.tab-content.tab-content-collapsed {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.tab-content-light {
  background: none;
}
.tab-pane.products.active {
  display: flex;
  align-items: stretch;
  border-left: none;
}
.menu-vertical {
  margin: 0;
  padding: 0;
}
.menu-vertical li {
  position: relative;
  list-style: none;
}
.menu-vertical a {
  display: block;
  border-top: 1px solid #eeeeee;
  color: #595959;
  text-decoration: none;
}
.menu-vertical a:before {
  font-family: "FontAwesome";
  position: absolute;
  color: #0084ce;
  top: .5em;
}
.menu-vertical a:hover {
  background: #f2f2f2;
  color: #0084ce;
}
.menu-vertical .current > a {
  font-weight: 800;
}
.menu-vertical .parent:not(.level0) > a:before {
  position: absolute;
  content: "\f112";
  transform: rotate(180deg) translateX(20px);
  font-size: .8em;
  line-height: 30px;
  z-index: 1;
}
.menu-vertical.root-level > li:first-child > a,
.panel-body > .menu-vertical > li:first-child > a {
  border-top: 0;
}
.menu-vertical .level1 a {
  padding-left: 32px;
}
.menu-vertical .level2 a {
  padding-left: 52px;
}
.menu-vertical .level3 a {
  padding-left: 72px;
}
.menu-vertical .level4 a {
  padding-left: 92px;
}
.menu-vertical .level5 a {
  padding-left: 112px;
}
.menu-vertical .level6 a {
  padding-left: 132px;
}
.menu-vertical .level7 a {
  padding-left: 152px;
}
.menu-vertical .level8 a {
  padding-left: 172px;
}
.menu-vertical .level9 a {
  padding-left: 192px;
}
.menu-vertical .level10 a {
  padding-left: 212px;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary,
.menu-secondary .nav.menu-vertical {
  color: #435360;
  font-weight: normal;
  background: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li a,
.menu-secondary .nav.menu-vertical li a {
  font-family: 'Hind', sans-serif;
  color: #435360;
  font-size: 11px;
  padding: 12px;
  border: 0;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li a:hover,
.menu-secondary .nav.menu-vertical li a:hover,
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li a:focus,
.menu-secondary .nav.menu-vertical li a:focus {
  color: #379adc;
  background: #f2f2f2;
  font-weight: bold;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li + li,
.menu-secondary .nav.menu-vertical li + li {
  border-top: 0;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li + li a,
.menu-secondary .nav.menu-vertical li + li a {
  text-transform: uppercase;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary .featured a,
.menu-secondary .nav.menu-vertical .featured a {
  color: #ff0000;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary .featured a:hover,
.menu-secondary .nav.menu-vertical .featured a:hover,
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary .featured a:focus,
.menu-secondary .nav.menu-vertical .featured a:focus {
  color: #ff0000;
}
.nav-spacing {
  margin-bottom: 15px;
}
.nav-icon:before {
  font-family: 'FontAwesome';
  margin-right: 6px;
}
.navbar-main .nav.navbar-nav.dropdown li {
  width: 100%;
  text-align: left;
  position: relative;
}
.navbar-main .nav.navbar-nav.dropdown .main-category {
  position: relative;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  color: #435360;
  text-transform: initial;
}
.navbar-main .nav.navbar-nav.dropdown .main-category:hover {
  color: #0084ce;
}
.navbar-main .nav.navbar-nav.dropdown .main-category .fa {
  width: 13px;
  text-align: center;
}
.navbar-main .nav.navbar-nav.dropdown .main-category .fa:first-child {
  margin-right: 10px;
}
.navbar-main .nav.navbar-nav.dropdown .main-category .fa-sort-down {
  margin-left: auto;
}
@media (max-width: 767px) {
  .navbar-main .nav.navbar-nav.dropdown .main-category:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    content: '\f0dd';
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.navbar-main .nav.navbar-nav.dropdown .main-category,
.navbar-main .nav.navbar-nav.dropdown .main-category:focus,
.navbar-main .nav.navbar-nav.dropdown .main-category:hover {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: initial;
  background: #203273;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .navbar-main .nav.navbar-nav.dropdown .main-category .fa-sort-down,
  .navbar-main .nav.navbar-nav.dropdown .main-category:focus .fa-sort-down,
  .navbar-main .nav.navbar-nav.dropdown .main-category:hover .fa-sort-down {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .navbar-main .nav.navbar-nav.dropdown .main-category .fa-sort-down,
  .navbar-main .nav.navbar-nav.dropdown .main-category:focus .fa-sort-down,
  .navbar-main .nav.navbar-nav.dropdown .main-category:hover .fa-sort-down {
    display: none;
  }
}
.navbar-main .nav.navbar-nav.dropdown .main-category.heading,
.navbar-main .nav.navbar-nav.dropdown .main-category:focus.heading,
.navbar-main .nav.navbar-nav.dropdown .main-category:hover.heading {
  cursor: default;
}
.navbar-main .nav.navbar-nav.dropdown > li > ul {
  background: #ffffff;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  z-index: 1100;
}
@media (min-width: 768px) {
  .navbar-main .nav.navbar-nav.dropdown > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
}
.navbar-main .nav.navbar-nav.dropdown > li > ul {
  display: none;
}
.navbar-main .nav.navbar-nav.dropdown > li:hover > ul {
  display: block;
}
.navbar-main .nav.navbar-nav.dropdown .nmd-list {
  display: none;
}
.navbar-main .nav.navbar-nav.dropdown .nmd-list.nmd-list__active {
  display: block;
}
.nav.navbar-nav.dropdown.sidebar {
  float: none;
}
@media (min-width: 1380px) {
  .tab-content {
    padding: 30px;
  }
  .menu-vertical li a {
    padding: 12px;
  }
  .nav-tabs > li > a {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    padding: 6px 23px;
  }
}
@media (min-width: 1380px) {
  .navbar-main .nav.navbar-nav.dropdown .main-category {
    font-size: 13px;
  }
  .navbar-main .nav.navbar-nav.dropdown .main-category:hover,
  .navbar-main .nav.navbar-nav.dropdown .main-category:focus {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li {
    float: none;
    margin-left: 0;
  }
  .nav-tabs > li a {
    border: 1px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    background-color: #fff;
    padding-right: 35px;
  }
  .nav-tabs > li a:after {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .nav-tabs > li a:focus,
  .nav-tabs > li a:hover {
    border: 1px solid #eeeeee;
    border-left: 2px solid #0084ce;
    background-color: #fff;
    color: #595959;
  }
  .nav-tabs > li.active a,
  .nav-tabs > li.active a:focus,
  .nav-tabs > li.active a:hover {
    border: 1px solid #eeeeee;
    border-left: 2px solid #0084ce;
    background-color: #fff;
    color: #595959;
  }
  .nav-tabs.nav-tabs-navigation {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .badge {
    float: right;
  }
  .tab-content {
    padding-top: 0;
  }
  .tab-content.tab-content-collapsed {
    margin-top: 0;
  }
}
table,
.table {
  color: #595959;
  border-color: #f2f2f2;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
  padding: 8px 16px;
  line-height: 1.6;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  color: #454545;
}
table > thead > tr > th p:last-child,
.table > thead > tr > th p:last-child,
table > tbody > tr > th p:last-child,
.table > tbody > tr > th p:last-child,
table > tfoot > tr > th p:last-child,
.table > tfoot > tr > th p:last-child,
table > thead > tr > td p:last-child,
.table > thead > tr > td p:last-child,
table > tbody > tr > td p:last-child,
.table > tbody > tr > td p:last-child,
table > tfoot > tr > td p:last-child,
.table > tfoot > tr > td p:last-child {
  margin: 0;
}
table > thead > tr:first-child,
.table > thead > tr:first-child,
table > tbody > tr:first-child,
.table > tbody > tr:first-child,
table > tfoot > tr:first-child,
.table > tfoot > tr:first-child {
  border-top: 1px solid #f2f2f2;
}
table > thead > tr > th,
.table > thead > tr > th,
table > thead > tr > td,
.table > thead > tr > td {
  background: #f2f2f2;
  border: none !important;
  vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody,
.table > tbody + tbody {
  border-top: 2px solid #f2f2f2;
}
table .table,
.table .table {
  background-color: #fff;
}
.tab-content table {
  border-color: #ececec !important;
}
.tab-content table > thead > tr > th,
.tab-content table > thead > tr > td {
  background: #ececec;
}
.tab-content table > thead > tr > th,
.tab-content table > tbody > tr > th,
.tab-content table > tfoot > tr > th,
.tab-content table > thead > tr > td,
.tab-content table > tbody > tr > td,
.tab-content table > tfoot > tr > td {
  border-color: #ececec !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.tab-content table > thead:first-child,
.tab-content table > tbody:first-child,
.tab-content table > tfoot:first-child {
  border-top: 1px solid #ececec;
}
.tab-content .dropdown-table > thead > tr > th,
.tab-content .dropdown-table > tbody > tr > th,
.tab-content .dropdown-table > tfoot > tr > th,
.tab-content .dropdown-table > thead > tr > td,
.tab-content .dropdown-table > tbody > tr > td,
.tab-content .dropdown-table > tfoot > tr > td {
  border: none;
}
.tab-content .dropdown-table > thead:first-child,
.tab-content .dropdown-table > tbody:first-child,
.tab-content .dropdown-table > tfoot:first-child {
  border-top: none;
}
.table.order-detail > thead > tr > th,
.table.order-detail > tbody > tr > th,
.table.order-detail > tfoot > tr > th,
.table.order-detail > thead > tr > td,
.table.order-detail > tbody > tr > td,
.table.order-detail > tfoot > tr > td {
  padding: 8px 16px;
}
.table-responsive {
  overflow-y: hidden;
}
.table-opening-hours {
  width: initial;
}
.table-opening-hours > thead > tr > th,
.table-opening-hours > tbody > tr > th,
.table-opening-hours > tfoot > tr > th,
.table-opening-hours > thead > tr > td,
.table-opening-hours > tbody > tr > td,
.table-opening-hours > tfoot > tr > td {
  padding: 4px;
  border-bottom: 1px solid #eeeeee;
}
.table-opening-hours > thead > tr > th span.delimiter,
.table-opening-hours > tbody > tr > th span.delimiter,
.table-opening-hours > tfoot > tr > th span.delimiter,
.table-opening-hours > thead > tr > td span.delimiter,
.table-opening-hours > tbody > tr > td span.delimiter,
.table-opening-hours > tfoot > tr > td span.delimiter {
  padding: 0 5px 0 5px;
}
.table-opening-hours > thead > tr > th span.delimiter-hours,
.table-opening-hours > tbody > tr > th span.delimiter-hours,
.table-opening-hours > tfoot > tr > th span.delimiter-hours,
.table-opening-hours > thead > tr > td span.delimiter-hours,
.table-opening-hours > tbody > tr > td span.delimiter-hours,
.table-opening-hours > tfoot > tr > td span.delimiter-hours {
  padding-right: 15px;
}
.table-opening-hours > thead > tr > td:first-child,
.table-opening-hours > tbody > tr > td:first-child,
.table-opening-hours > tfoot > tr > td:first-child {
  padding-left: 0;
}
.table-opening-hours > thead > tr:first-child,
.table-opening-hours > tbody > tr:first-child,
.table-opening-hours > tfoot > tr:first-child {
  border-top: 1px solid #eeeeee;
}
.table-product-list .product-list-item {
  border-bottom: 1px solid #f2f2f2;
}
.table-product-list .product-list-item:last-child {
  border-bottom: 0;
}
.table-product-list .item-cell.product-name {
  width: 42%;
}
.table-product-list .item-cell.product-prices {
  width: 58%;
}
.table-product-list .product-selection {
  width: 100%;
  display: block;
}
.table-product-list .info-block {
  margin: 0 0 20px 98px;
  padding: 5px;
}
.table-product-list .info-block.gift-block {
  margin-top: -15px;
}
.table-product-list .info-text {
  margin: 4px 8px;
}
.table-product-list .item-cell {
  vertical-align: middle;
  padding: 8px;
}
.table-product-list h3 {
  font-family: inherit;
  font-weight: 500;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
.table-product-list .item-cell.image {
  min-width: 90px;
  width: 96px;
  text-align: center;
}
.table-product-list .variant {
  font-weight: 500;
}
.table-product-list .item-cell.quantity {
  width: 22%;
}
.table-product-list .item-cell.delivery-info {
  width: 20%;
}
.table-product-list .item-cell.remove-item {
  width: 2%;
}
.table-product-list .item-cell.final-price {
  width: 28%;
}
.table-product-list .item-cell.price {
  width: 28%;
}
.table-product-list .price {
  font-size: 15px;
}
.table-product-list .specific-price,
.table-product-list .second-price {
  font-size: 10.4px;
  color: #adb8bf;
  display: block;
}
.table-product-list .vat-info {
  font-size: 10.4px;
  color: #adb8bf;
}
.table-product-list .final-price {
  font-size: 17px;
  font-weight: 500;
}
.table-product-list .fa {
  font-size: 17px;
  color: #acacac;
}
.table-product-list .rs-bonus-selection .radio,
.table-product-list .rs-bonus-selection .form-horizontal .checkbox,
.table-product-list .rs-bonus-selection .form-horizontal .radio-inline,
.table-product-list .rs-bonus-selection .form-horizontal .checkbox-inline {
  padding-top: 10px;
  min-height: initial;
}
.table-product-list .rs-bonus-selection .radio:first-child,
.table-product-list .rs-bonus-selection .form-horizontal .checkbox:first-child,
.table-product-list .rs-bonus-selection .form-horizontal .radio-inline:first-child,
.table-product-list .rs-bonus-selection .form-horizontal .checkbox-inline:first-child {
  padding-top: 0;
}
@media (min-width: 1380px) {
  .table-opening-hours {
    padding: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-product-list .item-cell.product-name {
    width: 36%;
  }
  .table-product-list .item-cell.product-prices {
    width: 64%;
  }
  .table-product-list .item-cell.delivery-info {
    width: 35%;
  }
  .table-product-list .item-cell.delivery-info a {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .table-product-list .info-text {
    float: left;
  }
  .table-product-list .choose-bonus {
    float: right;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .table-product-list .choose-bonus {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .table-product-list .product-list-item:first-child {
    border-top: 1px solid #f2f2f2;
  }
  .table-product-list .product-list-item:last-child {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
  }
  .table-product-list .item-cell {
    padding: 4px;
  }
  .table-product-list .item-cell.image {
    padding-top: 8px;
  }
  .table-product-list .item-cell.product-name {
    width: 100%;
    display: block;
  }
  .table-product-list .item-cell.product-prices {
    width: 100%;
    display: block;
  }
  .table-product-list .item-cell.title {
    width: 90%;
  }
  .table-product-list .item-cell.remove-item .fa {
    font-size: 30px;
  }
  .table-product-list .item-cell.quantity {
    width: 33.33%;
  }
  .table-product-list .item-cell.delivery-info {
    width: 33.33%;
  }
  .table-product-list .item-cell.delivery-info a {
    white-space: normal;
  }
  .table-product-list .item-cell.final-price {
    width: 33.33%;
  }
  .table-product-list .info-block {
    margin-left: 0;
  }
  .table-product-list .info-block:after,
  .table-product-list .info-block:before {
    content: none;
  }
  .table-product-list .info-block.gift-block {
    margin: 7px 10px 15px 10px;
  }
  .table-opening-hours {
    margin-top: 10px;
  }
  .rs-bonus-selection {
    text-align: center;
  }
}
.alert {
  padding-left: 70px;
  margin-bottom: 0;
}
.alerts {
  position: relative;
  z-index: 1000;
}
.alert + .alert {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.alert:before {
  font-family: FontAwesome;
  font-size: 200%;
  padding-right: 28px;
  vertical-align: middle;
  display: inline-block;
  margin-left: -50px;
}
#page .alert-quantity {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding-left: 10px;
}
#page .alert-static {
  margin: 10px 0 0;
}
#page .alert-static:before,
#page .alert-static:after {
  content: none;
}
.alert-success.alert-inverse {
  border-color: #cce8d7;
  color: #46a76c;
  background: #f3faf6;
}
.alert-success:before {
  content: "\f14a";
  color: #46a76c;
}
.alert-success a {
  color: #ffffff;
  text-decoration: underline;
}
.alert-success a:hover {
  text-decoration: none;
}
.alert-success-arrow {
  border-color: #cce8d7;
  color: #46a76c;
  position: relative;
  background: #f3faf6;
  border: 1px solid #cce8d7;
  padding: 10px;
  margin-top: 20px;
}
.alert-success-arrow:after,
.alert-success-arrow::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.alert-success-arrow:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #f3faf6;
}
.alert-success-arrow:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #cce8d7;
}
.alert-success-arrow:after,
.alert-success-arrow::before {
  left: 0;
}
.alert-success-arrow a {
  color: #46a76c;
}
.alert-info.alert-inverse,
.alert-notice.alert-inverse {
  border-color: #deeffa;
  color: #4f9dd3;
  background: #fafdff;
}
.alert-info:before,
.alert-notice:before {
  content: "\f05a";
  color: #4f9dd3;
}
.alert-info-arrow,
.alert-notice-arrow {
  border-color: #deeffa;
  color: #4f9dd3;
  position: relative;
  background: #fafdff;
  border: 1px solid #deeffa;
  padding: 10px;
  margin-top: 20px;
}
.alert-info-arrow:after,
.alert-notice-arrow:after,
.alert-info-arrow::before,
.alert-notice-arrow::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.alert-info-arrow:after,
.alert-notice-arrow:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #fafdff;
}
.alert-info-arrow:before,
.alert-notice-arrow:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #deeffa;
}
.alert-info-arrow:after,
.alert-notice-arrow:after,
.alert-info-arrow::before,
.alert-notice-arrow::before {
  left: 0;
}
.alert-info-arrow a,
.alert-notice-arrow a {
  color: #4f9dd3;
}
.alert-warning.alert-inverse {
  border-color: #f2dbbb;
  color: #bc8332;
  background: #fef8ef;
}
.alert-warning:before {
  content: "\f071";
  color: #bc8332;
}
.alert-warning-arrow {
  border-color: #f2dbbb;
  color: #bc8332;
  position: relative;
  background: #fef8ef;
  border: 1px solid #f2dbbb;
  padding: 10px;
  margin-top: 20px;
}
.alert-warning-arrow:after,
.alert-warning-arrow::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.alert-warning-arrow:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #fef8ef;
}
.alert-warning-arrow:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #f2dbbb;
}
.alert-warning-arrow:after,
.alert-warning-arrow::before {
  left: 0;
}
.alert-warning-arrow a {
  color: #bc8332;
}
.alert-danger.alert-inverse {
  border-color: #f8d6d6;
  color: #f13939;
  background: #fef3f3;
}
.alert-danger:before {
  content: "\f05e";
  color: #f13939;
}
.alert-danger-arrow {
  border-color: #f8d6d6;
  color: #f13939;
  position: relative;
  background: #fef3f3;
  border: 1px solid #f8d6d6;
  padding: 10px;
  margin-top: 20px;
}
.alert-danger-arrow:after,
.alert-danger-arrow::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.alert-danger-arrow:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #fef3f3;
}
.alert-danger-arrow:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #f8d6d6;
}
.alert-danger-arrow:after,
.alert-danger-arrow::before {
  left: 0;
}
.alert-danger-arrow a {
  color: #f13939;
}
.alert-responsive {
  display: inline-table;
  width: 100%;
}
.alert-responsive span {
  display: table-cell;
}
.close {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.close:hover,
.close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.embed-responsive-3by2 {
  padding-bottom: 66.66%;
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.visible-xxs {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (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 (min-width: 480px) and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.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: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xxxs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (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 (min-width: 480px) and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (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: 1379px) {
  .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: 1379px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1380px) {
  .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: 1380px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (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: 1379px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1380px) {
  .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;
  }
}
.tooltip {
  background-color: transparent !important;
  border: none !important;
}
.tooltip.top {
  background: none;
}
.tooltip.bottom .tooltip-arrow {
  top: 1px;
  left: auto !important;
  margin-left: 0;
  right: 15px;
}
.tooltip.bottom .tooltip-arrow:before {
  right: 6px;
  bottom: 1px;
  content: '';
  display: block;
  position: relative;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #eeeeee;
  z-index: -1;
}
.tooltip-inner {
  min-width: 150px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.free-shipping {
  position: relative;
  padding: 14px 18px 17px 51px;
  border: none;
  background: #ffffff;
}
.free-shipping-desc {
  font-size: 12px;
  text-align: center;
}
.free-shipping-desc + .free-shipping-progress,
.free-shipping-progress + .free-shipping-desc {
  margin-top: 4px;
}
.free-shipping-progress {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px #dddddd;
  box-shadow: inset 0 0 0 1px #dddddd;
}
.free-shipping-progress-bar {
  display: block;
  height: 100%;
  border-radius: 4px;
  background: #cc5456;
}
.free-shipping:before {
  position: absolute;
  top: 27px;
  left: 9px;
  display: block;
  width: 30px;
  height: 22px;
  content: '\f0d1';
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}
.free-shipping-success .free-shipping-desc {
  color: #454545;
}
.free-shipping-success .free-shipping-progress {
  background: #8dd22a;
  -webkit-box-shadow: inset 0 0 0 1px #6a9f13;
  box-shadow: inset 0 0 0 1px #6a9f13;
}
.free-shipping-success .free-shipping-progress-bar {
  display: none;
}
.free-shipping-success:before {
  color: #7dae31;
}
.dropdown-link {
  display: inline-block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #fff1ae;
  margin-bottom: 3px;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
}
.dropdown-link .fa {
  color: #0084ce;
  margin-left: 5px;
}
.dropdown-table {
  font-size: 12px;
  margin-bottom: 0;
  white-space: nowrap;
}
.dropdown-table > tbody > tr {
  border: none;
}
.dropdown-table > tbody > tr:first-child {
  border: none;
}
.dropdown-table > tbody > tr > td {
  padding: 2px 12px;
  border: none;
}
.dropdown-table > tbody > tr > td:first-child {
  text-align: left;
}
.dropdown-table > tbody > tr > td:last-child {
  text-align: right;
}
.dropdown-table-note {
  opacity: .6;
}
.dropdown-table-product {
  display: none;
  width: 100%;
  background: #fff1ae;
  padding: 10px 5px;
}
.dropdown-table-product .dropdown-table > tbody > tr > td {
  padding: 1px 12px;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-arrow {
  margin-top: 12px;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  top: -20px;
  left: 15px;
  content: '';
  display: block;
  position: absolute;
  border: 10px solid transparent;
}
.dropdown-menu-right.dropdown-menu-arrow:before,
.dropdown-menu-right.dropdown-menu-arrow:after {
  left: auto;
  right: 15px;
}
.dropdown-menu-arrow:before {
  border-bottom-color: black;
}
.dropdown-menu-arrow:after {
  border-bottom-color: white;
}
.dropdown-inline {
  display: inline-block;
}
@media (max-width: 767px) {
  .dropdown-menu-xs-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xs-left.dropdown-menu-arrow:before,
  .dropdown-menu-xs-left.dropdown-menu-arrow:after {
    left: 15px;
    right: auto;
  }
}
/* slider */
/* product labels */
/* comments */
/* Content */
/* img sizes */
/* backgrounds */
/* image */
/* Banner */
/* tags */
/* top tags */
/* accordion tab */
/* tab content */
/* footer */
/* footer top */
/* footer 2 */
/* footer top 2 */
/* fixed header */
/* brand img */
/* cart */
/* top-panel */
/* toolbar */
/* text success */
/* contact */
/* top content */
/* navbar */
/* main nav */
/* nav */
/* copyright */
/* checkout */
/* products */
/* quantity */
/* background */
/* bonus block */
/* benefits */
/* nav */
/* navbar menu */
/* navbar multilevel menu */
/* simple menu */
/* breadcrumbs */
/* menu secondary */
/* buttons */
/* others */
/* captcha */
/* categorybox */
/* labels */
/* forms */
/* search form */
/* switcher */
/* footer banner */
/* branding banners */
/* custom colors */
/* social icons */
/* paginator */
/* panels */
/* panel message */
/* summary */
/* modals */
/* list circled */
/* Item table */
/* Articles */
/* Manufacturers box */
/* Summary */
/* Tags */
/* Thank You Block */
/* Feature Block */
/* Feature Free Block */
/* Quantity discount */
/* Gifts */
/* Services */
/* Countdown Timer */
/* Wishlist */
/* Related variants */
/* Advice box */
/* Checkout */
/* Product row in simplified checkout */
/* Gift row in simplified checkout */
/* Coupon row in simplified checkout */
/* Summary in simplified checkout */
/* Pickup in simplified checkou */
/* Order detail */
.wf-loading *,
.wf-loading *:before,
.wf-loading *:after {
  color: transparent !important;
}
.wf-loading *::placeholder {
  color: transparent !important;
}
.wf-loading *:-ms-input-placeholder {
  color: transparent !important;
}
.wf-loading *::-ms-input-placeholder {
  color: transparent !important;
}
h1 {
  margin-top: -5px;
}
a {
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
.cursor-pointer {
  cursor: pointer;
}
img.bordered {
  border: 1px solid #eeeeee;
  padding: 5px;
  background-color: #ffffff;
}
.title-collapsed {
  margin-top: 0;
}
.item-table {
  display: table;
  height: 100%;
  width: 100%;
}
.item-table .item-row {
  display: table-row;
}
.item-table .item-cell {
  display: table-cell;
  box-sizing: border-box;
  float: none;
}
.item-table .item-cell.item-middle {
  vertical-align: middle;
}
.item-table .item-cell + .item-cell {
  padding-left: 10px;
}
.item-table .item-cell + .item-cell {
  padding-left: 10px;
}
.item-table .item-cell[class*="col-"] {
  padding: 30px;
}
.item-table .col-cell-3 {
  width: 25%;
}
.item-table h1,
.item-table h2,
.item-table h3,
.item-table h4,
.item-table h5,
.item-table h6,
.item-table .h1,
.item-table .h2,
.item-table .h3,
.item-table .h4,
.item-table .h5,
.item-table .h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.item-table.title {
  width: 348px;
}
.item-table.price {
  width: 156px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-top: 25px;
  margin-bottom: 50px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-flip {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: fliph;
  -ms-filter: "fliph";
}
.block {
  margin: 0 0 30px;
}
.condensed {
  margin-top: 0;
}
.col-collapsed {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.spaced {
  margin-top: 20px;
}
.footer-container {
  background: transparent;
}
.main-container {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  box-shadow: none;
  background: transparent;
}
.main-container .content {
  margin-bottom: 0;
}
.main-container > *:first-child {
  flex-grow: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-container {
    height: 1px;
  }
  .main-container > * {
    background: transparent;
  }
}
.underlined {
  margin-bottom: 30px;
}
.underlined span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
}
.item-table-row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.item-table-row .item-table-spaced {
  border-spacing: 15px;
  margin-top: -15px;
  margin-bottom: 0;
}
.item-table-row .module-table-bordered {
  padding: 15px;
}
.moduletable {
  position: relative;
}
.utility {
  margin-top: 0;
}
.color-1 {
  color: #0084ce;
}
.color-1-bg {
  background: #0084ce;
}
.color-2 {
  color: #57c8f2;
}
.color-2-bg {
  background: #57c8f2;
}
.color-3 {
  color: #b5d23f;
}
.color-3-bg {
  background: #b5d23f;
}
.color-4 {
  color: #e8758e;
}
.color-4-bg {
  background: #e8758e;
}
.color-5 {
  color: #8989ad;
}
.color-5-bg {
  background: #8989ad;
}
.color-6 {
  color: #68b6ba;
}
.color-6-bg {
  background: #68b6ba;
}
.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
[data-scroll-sidebar-helper] {
  display: block;
  width: 100%;
  height: 0;
}
@media (min-width: 1380px) {
  .item-table-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .item-table-row .item-table-spaced {
    border-spacing: 30px;
    margin-top: -30px;
    margin-bottom: -15px;
  }
}
@media (min-width: 992px) {
  .main-container {
    border-radius: 0;
    margin-top: 0;
  }
  .main-container .header-rounded {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .title-collapsed {
    margin-bottom: 0;
  }
  .item-table .item-cell-product {
    width: 350px;
  }
  .item-table .item-cell-price {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .container.main-container,
  .container.toolbar-container,
  .container.footer-container {
    width: 100%;
  }
  .container-fluid.main-container,
  .container-fluid.toolbar-container,
  .container-fluid.footer-container {
    width: 100%;
  }
  .block {
    overflow: auto;
    margin: 0 0 15px;
  }
  .item-table-responsive .col-cell-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #heurekaTableft,
  #limetalk-chat-widget {
    display: none !important;
  }
  .item-table-mobile-fullsize .item-cell {
    display: block;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .item-table .item-cell.quantity {
    padding-left: 0px;
  }
  .item-table-responsive .col-cell-3 {
    width: 100%;
  }
  .item-table-responsive .item-cell {
    display: block;
  }
  .item-table-responsive .item-table-row .item-table-spaced:last-child {
    margin-top: -30px;
  }
}
[class^="flex-col-"],
[class*=" flex-col-"] {
  flex: 0 0 auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex {
  display: flex;
}
.flex-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row.reverse {
  flex-direction: row-reverse;
}
.flex-row.column-reverse {
  flex-direction: column-reverse;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-no-grow {
  flex-grow: 0;
}
.flex-no-shrink {
  flex-shrink: 0;
}
.flex-col-xxs {
  flex: 0 0 auto;
  max-width: 100%;
}
.flex-col-xxs-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.flex-col-xxs-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.flex-col-xxs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.flex-col-xxs-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.flex-col-xxs-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.flex-col-xxs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flex-col-xxs-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.flex-col-xxs-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.flex-col-xxs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.flex-col-xxs-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.flex-col-xxs-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.flex-col-xxs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.flex-col-xxs-offset-0 {
  margin-left: 0;
}
.flex-col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.flex-col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.flex-col-xxs-offset-3 {
  margin-left: 25%;
}
.flex-col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.flex-col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.flex-col-xxs-offset-6 {
  margin-left: 50%;
}
.flex-col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.flex-col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.flex-col-xxs-offset-9 {
  margin-left: 75%;
}
.flex-col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.flex-col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.flex-col-xxs-auto {
  flex: 1 0 0%;
}
.flex-start-xxs {
  justify-content: flex-start;
}
.flex-center-xxs {
  justify-content: center;
}
.flex-end-xxs {
  justify-content: flex-end;
}
.flex-top-xxs {
  align-items: flex-start;
}
.flex-middle-xxs {
  align-items: center;
}
.flex-bottom-xxs {
  align-items: flex-end;
}
.flex-stretch-xxs {
  align-items: stretch;
}
.flex-around-xxs {
  justify-content: space-around;
}
.flex-between-xxs {
  justify-content: space-between;
}
.flex-first-xxs {
  order: -1;
}
.flex-last-xxs {
  order: 1;
}
.flex-wrap-xxs {
  flex-wrap: wrap;
}
.flex-nowrap-xxs {
  flex-wrap: nowrap;
}
.flex-grow-xxs {
  flex-grow: 1;
}
.flex-column-xxs {
  flex-direction: column;
}
.flex-row-xxs {
  flex-direction: row;
}
.flex-unset-xxs {
  flex-direction: unset;
}
@media (min-width: 480px) {
  .flex-col-xs {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .flex-col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-col-xs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .flex-col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-xs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .flex-col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .flex-col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .flex-col-xs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .flex-col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .flex-col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .flex-col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-xs-offset-0 {
    margin-left: 0;
  }
  .flex-col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-col-xs-offset-3 {
    margin-left: 25%;
  }
  .flex-col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-col-xs-offset-6 {
    margin-left: 50%;
  }
  .flex-col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-col-xs-offset-9 {
    margin-left: 75%;
  }
  .flex-col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-col-xs-auto {
    flex: 1 0 0%;
  }
  .flex-start-xs {
    justify-content: flex-start;
  }
  .flex-center-xs {
    justify-content: center;
  }
  .flex-end-xs {
    justify-content: flex-end;
  }
  .flex-top-xs {
    align-items: flex-start;
  }
  .flex-middle-xs {
    align-items: center;
  }
  .flex-bottom-xs {
    align-items: flex-end;
  }
  .flex-stretch-xs {
    align-items: stretch;
  }
  .flex-around-xs {
    justify-content: space-around;
  }
  .flex-between-xs {
    justify-content: space-between;
  }
  .flex-first-xs {
    order: -1;
  }
  .flex-last-xs {
    order: 1;
  }
  .flex-wrap-xs {
    flex-wrap: wrap;
  }
  .flex-nowrap-xs {
    flex-wrap: nowrap;
  }
  .flex-grow-xs {
    flex-grow: 1;
  }
  .flex-column-xs {
    flex-direction: column;
  }
  .flex-row-xs {
    flex-direction: row;
  }
  .flex-unset-xs {
    flex-direction: unset;
  }
}
@media (min-width: 768px) {
  .flex-col-sm {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .flex-col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .flex-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .flex-col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .flex-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .flex-col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .flex-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .flex-col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .flex-col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-sm-offset-0 {
    margin-left: 0;
  }
  .flex-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-col-sm-offset-3 {
    margin-left: 25%;
  }
  .flex-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-col-sm-offset-6 {
    margin-left: 50%;
  }
  .flex-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-col-sm-offset-9 {
    margin-left: 75%;
  }
  .flex-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-col-sm-auto {
    flex: 1 0 0%;
  }
  .flex-start-sm {
    justify-content: flex-start;
  }
  .flex-center-sm {
    justify-content: center;
  }
  .flex-end-sm {
    justify-content: flex-end;
  }
  .flex-top-sm {
    align-items: flex-start;
  }
  .flex-middle-sm {
    align-items: center;
  }
  .flex-bottom-sm {
    align-items: flex-end;
  }
  .flex-stretch-sm {
    align-items: stretch;
  }
  .flex-around-sm {
    justify-content: space-around;
  }
  .flex-between-sm {
    justify-content: space-between;
  }
  .flex-first-sm {
    order: -1;
  }
  .flex-last-sm {
    order: 1;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
  .flex-grow-sm {
    flex-grow: 1;
  }
  .flex-column-sm {
    flex-direction: column;
  }
  .flex-row-sm {
    flex-direction: row;
  }
  .flex-unset-sm {
    flex-direction: unset;
  }
}
@media (min-width: 992px) {
  .flex-col-md {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .flex-col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .flex-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .flex-col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .flex-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .flex-col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .flex-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .flex-col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .flex-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-md-offset-0 {
    margin-left: 0;
  }
  .flex-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-col-md-offset-3 {
    margin-left: 25%;
  }
  .flex-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-col-md-offset-6 {
    margin-left: 50%;
  }
  .flex-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-col-md-offset-9 {
    margin-left: 75%;
  }
  .flex-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-col-md-auto {
    flex: 1 0 0%;
  }
  .flex-start-md {
    justify-content: flex-start;
  }
  .flex-center-md {
    justify-content: center;
  }
  .flex-end-md {
    justify-content: flex-end;
  }
  .flex-top-md {
    align-items: flex-start;
  }
  .flex-middle-md {
    align-items: center;
  }
  .flex-bottom-md {
    align-items: flex-end;
  }
  .flex-stretch-md {
    align-items: stretch;
  }
  .flex-around-md {
    justify-content: space-around;
  }
  .flex-between-md {
    justify-content: space-between;
  }
  .flex-first-md {
    order: -1;
  }
  .flex-last-md {
    order: 1;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
  .flex-grow-md {
    flex-grow: 1;
  }
  .flex-column-md {
    flex-direction: column;
  }
  .flex-row-md {
    flex-direction: row;
  }
  .flex-unset-md {
    flex-direction: unset;
  }
}
@media (min-width: 1380px) {
  .flex-col-lg {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .flex-col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .flex-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .flex-col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .flex-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .flex-col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .flex-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .flex-col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .flex-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-lg-offset-0 {
    margin-left: 0;
  }
  .flex-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-col-lg-offset-3 {
    margin-left: 25%;
  }
  .flex-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-col-lg-offset-6 {
    margin-left: 50%;
  }
  .flex-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-col-lg-offset-9 {
    margin-left: 75%;
  }
  .flex-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-col-lg-auto {
    flex: 1 0 0%;
  }
  .flex-start-lg {
    justify-content: flex-start;
  }
  .flex-center-lg {
    justify-content: center;
  }
  .flex-end-lg {
    justify-content: flex-end;
  }
  .flex-top-lg {
    align-items: flex-start;
  }
  .flex-middle-lg {
    align-items: center;
  }
  .flex-bottom-lg {
    align-items: flex-end;
  }
  .flex-stretch-lg {
    align-items: stretch;
  }
  .flex-around-lg {
    justify-content: space-around;
  }
  .flex-between-lg {
    justify-content: space-between;
  }
  .flex-first-lg {
    order: -1;
  }
  .flex-last-lg {
    order: 1;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
  .flex-grow-lg {
    flex-grow: 1;
  }
  .flex-column-lg {
    flex-direction: column;
  }
  .flex-row-lg {
    flex-direction: row;
  }
  .flex-unset-lg {
    flex-direction: unset;
  }
}
.header {
  padding: 20px 0 10px;
}
.header-item {
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.header-item-row {
  display: flex;
  align-items: center;
}
.header-item-icon {
  position: relative;
  font-family: FontAwesome;
  font-size: 250%;
  color: #a7cfe5;
  height: auto;
  line-height: .9;
}
.header-item-icon-cart {
  color: #a7cfe5;
}
.header-item-icon-cart:before {
  content: "\f07a";
}
.header-item-icon-account {
  color: #a7cfe5;
}
.header-item-icon-account:before {
  content: "\f007";
}
.header-item-icon-search {
  color: #a7cfe5;
}
.header-item-icon-search:before {
  content: "\f002";
}
.header-item-icon-heart {
  color: #a7cfe5;
  font-family: FontAwesome;
}
.header-item-icon-heart:before {
  content: '\f005';
}
.header-item-content {
  margin-left: 20px;
  text-align: left;
}
.header-item-title {
  font-family: 'Hind', sans-serif;
  font-size: 13px;
  color: #454545;
  text-decoration: none;
  text-transform: none;
  font-weight: 600;
  letter-spacing: normal;
}
.header-item-text {
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  color: #0084ce;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}
.header-item-text a.btn-link {
  font-weight: normal;
}
.header-item-text a.btn-link:hover,
.header-item-text a.btn-link:focus {
  color: #253b87;
}
.header-item-text button.btn-link {
  color: #253b87;
}
.header-item-text button.btn-link,
.header-item-text button.btn-link:hover,
.header-item-text button.btn-link:focus {
  text-decoration: none;
}
.header-item-btn {
  padding: 0;
  border: none;
  background: none;
}
.header-item-btn:hover {
  color: #0084ce;
  text-decoration: underline;
}
.header-item-btn:focus {
  outline: none;
}
.header-item-xs {
  display: none;
}
.header-item + .header-item {
  margin-left: 0;
}
.header a {
  color: #0084ce;
}
.header a:hover {
  text-decoration: none;
}
.header-search-form {
  margin-top: 10px;
}
.header-hidden {
  display: block;
}
a.header-item-row {
  text-decoration: none;
}
a.header-item-row:hover {
  text-decoration: initial;
}
a.header-item-row:hover .header-item-icon {
  color: #a7cfe5;
}
a.header-item-row:hover .header-item-icon-cart {
  color: #a7cfe5;
}
a.header-item-row:hover .header-item-icon-account {
  color: #a7cfe5;
}
a.header-item-row:hover .header-item-icon-search {
  color: #a7cfe5;
}
a.header-item-row:hover .header-item-icon-heart {
  color: #a7cfe5;
}
a.header-item-row:hover .header-item-title {
  color: #0084ce;
  text-decoration: none;
}
a.header-item-row:hover .header-item-text {
  color: #0084ce;
  text-decoration: underline;
}
a.header-item-icon {
  color: #a7cfe5;
  text-decoration: none;
}
a.header-item-icon:hover {
  color: #a7cfe5;
  text-decoration: none;
}
a.header-item-title {
  color: #0084ce;
  text-decoration: none;
}
a.header-item-title:hover {
  color: #253b87;
  text-decoration: none;
}
.fixed .header-c .header-item-text {
  margin-top: 0;
}
.fixed .btn-link-without-spaces {
  font-size: 95%;
}
.header-c {
  text-align: right;
  white-space: nowrap;
}
.header-bottom {
  border-top: 1px solid #eeeeee;
}
.top {
  background: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.top-content {
  margin-top: 0;
  margin-bottom: 0;
}
.top-content.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-content.fixed .header {
  padding: 10px 0;
}
.top-content.fixed .navigation {
  margin: 0;
}
.top.popover {
  background: #fff;
}
.top .header,
.top .brand img,
.top .form-search .form-group .input-group input,
.top .form-search .form-group .input-group button,
.top .header-c {
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
}
.top .navbar-main .nav > li > a {
  -webkit-transition: padding ease 200ms;
  -o-transition: padding ease 200ms;
  transition: padding ease 200ms;
}
.brand {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1380px) {
  .top-content.fixed .form-search .form-group .input-group input,
  .top-content.fixed .form-search .form-group .input-group button {
    height: 40px;
  }
  .top-content.fixed .header-c {
    font-size: 95%;
  }
  .top-content.fixed .navbar-main .nav > li > a {
    padding: 16px 20px;
  }
  .header-c {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .top-content.fixed .form-search .form-group .input-group input,
  .top-content.fixed .form-search .form-group .input-group button {
    height: 36px;
  }
  .top-content.fixed .header-c {
    font-size: 88%;
  }
  .top-content.fixed .navbar-main .nav > li > a {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .header {
    background: transparent;
    margin-bottom: 0;
  }
  .header-item-content {
    display: none;
  }
  .header-item-xs {
    display: inline-block;
  }
  .header-item + .header-item {
    margin-left: 15px;
  }
  .header-hidden {
    display: none;
  }
  .top {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header {
    background: transparent;
  }
  .header-item:not(.header-item-xs) + .header-item {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .header-hidden {
    display: none;
  }
  .header-item-icon {
    font-size: 250%;
  }
  .header-c {
    text-align: left;
  }
  .header-c .header-item-text {
    text-align: left;
  }
}
.footer {
  border-top: none;
  background: #264a81;
  background-size: auto;
  margin: 0;
  padding: 30px 0;
  color: #595959;
}
.footer label {
  font-weight: normal;
}
.footer-container {
  background: transparent;
}
.footer-separator {
  border-top: 1px solid #efefef;
  margin: 15px 0;
}
.footer-nav {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.footer-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-nav > li > a {
  padding: 13px 0;
}
.footer-top {
  border-top: 1px solid #efefef;
  background: transparent;
  background-size: auto;
  margin: 0;
  padding: 0;
  color: #454545;
  font-size: 13px;
  font-weight: initial;
}
.footer-secondary-bg {
  background: transparent;
}
.footer-2 {
  border-top: none;
  margin: 0;
  background: #f5f5f5;
  background-size: auto;
  padding: 30px 0;
  color: #595959;
  font-size: inherit;
  font-weight: initial;
}
.footer-2 a {
  color: #0084ce;
  text-decoration: none;
}
.footer-2 a:hover {
  color: #0084ce;
  text-decoration: underline;
}
.footer-2 h1,
.footer-2 h2,
.footer-2 h3,
.footer-2 h4,
.footer-2 h5,
.footer-2 h6,
.footer-2 .h1,
.footer-2 .h2,
.footer-2 .h3,
.footer-2 .h4,
.footer-2 .h5,
.footer-2 .h6 {
  color: #202c38;
}
.footer-2 h2 {
  font-size: 140%;
  font-weight: bold;
}
.footer-2 h3 {
  font-size: 17px;
  text-transform: none;
  font-weight: 700;
  background: transparent;
  padding: 0;
  margin: 0 0 17px;
  letter-spacing: normal;
}
.footer-2 strong {
  color: #595959;
  font-weight: bold;
}
.footer-2-a {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-2-b {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-2-b .fa {
  font-size: inherit;
  color: inherit;
  width: inherit;
  height: inherit;
  text-align: center;
  margin: 0;
}
.footer-2-c {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-2-c .fa {
  font-size: inherit;
  width: inherit;
  height: inherit;
  text-align: center;
  margin: 0;
}
.footer-2 .fa-rounded {
  border-radius: 100%;
  background: #595959;
  padding: 0;
  font-size: initial;
}
.footer-2 .item-cell {
  padding-bottom: 0;
}
.footer-2 .item-cell:first-child {
  width: auto;
}
.footer-2 .text-large {
  font-size: 14px;
  color: inherit;
  font-family: 'Hind', sans-serif;
}
.footer-2 .text-small {
  font-size: 11px;
}
.footer-top-2 {
  border-top: 0;
  margin: 0;
  background: #ffffff;
  background-size: auto;
  padding: 30px 0;
  color: #595959;
}
a.social-icon {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 18px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
a.social-icon:hover,
a.social-icon:focus {
  color: #ffffff;
}
a.social-icon .fa {
  line-height: 32px;
}
a.social-icon + a.social-icon {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .footer-spaced-xs {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .footer-spaced-sm {
    margin-bottom: 0;
  }
}
.branding-banner {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.bannergroup .banneritem + .banneritem {
  margin-top: 30px;
}
@media (min-width: 1380px) {
  .branding-banner.branding-banner-left {
    margin-left: -700px;
  }
  .branding-banner.branding-banner-right {
    margin-left: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .branding-banner.branding-banner-left {
    margin-left: -585px;
  }
  .branding-banner.branding-banner-right {
    margin-left: 585px;
  }
}
@media (max-width: 991px) {
  .branding-banner {
    display: none;
  }
}
.variant-box {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.variant-box .variant-box-item {
  position: relative;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
}
.variant-box .variant-box-item:hover {
  opacity: .7;
}
.variant-box .variant-box-item .selected {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 2px;
}
.variant-box .active .selected {
  display: block;
}
.variant-box .variant-box-input {
  display: none;
}
.variant-box.color-box .variant-box-item {
  width: 24px;
  height: 24px;
}
.color-box-radio .color {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  float: left;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
}
.color-box-radio .title {
  float: left;
}
.variant-box.image-box .variant-box-item {
  width: 60px;
  height: 60px !important;
  margin-bottom: 10px;
  text-align: center;
}
.variant-box.image-box .variant-box-item img {
  max-width: 45px;
  max-height: 45px;
  margin-top: 7px;
}
.panel.panel-tags .panel-body {
  padding-bottom: 0;
}
.panel-my-tags .label .color-tag {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tags {
  margin-bottom: 20px;
}
.tags-hidden {
  display: block !important;
}
.tags .panel .panel-body {
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: #ffffff;
}
.tags-header .btn {
  background: #0084ce;
  opacity: 1;
}
.tags-header .btn:hover {
  opacity: 1;
}
.tags-filter {
  margin-top: -15px;
}
.tags-filter__toggle {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -15px;
  padding: 4px 15px;
  border-bottom: 1px solid #eeeeee;
  color: #202c38;
  background: #f3f7fa;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1380px) {
  .tags-filter__toggle {
    font-size: 100%;
  }
}
@media (max-width: 1379px) {
  .tags-filter__toggle {
    font-size: 100%;
  }
}
.tags-filter__check {
  color: #8cd12a;
}
.tags-filter__arrow {
  font-size: 100%;
  color: #202c38;
}
@media (max-width: 1379px) {
  .tags-filter .filter-container {
    padding: 10px 0;
  }
}
@media (min-width: 1380px) {
  .tags-filter .filter-container {
    padding: 4px 0;
  }
}
.tags-filter .white-line {
  margin: 0 -15px;
  height: 20px;
  background: #ffffff;
}
.tags-filter .show-more-tags,
.tags-filter .hide-more-tags {
  cursor: pointer;
  padding: 10px 0;
  display: block;
}
.tags-filter .show-more-tags.disabled,
.tags-filter .hide-more-tags.disabled {
  color: #777777;
  cursor: not-allowed;
}
.tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.tags-list.tags-child {
  margin-left: 20px;
}
.tags-list .sub-heading {
  margin: 10px 0 5px 20px;
}
.tags-list li {
  border-bottom: none;
  padding: 2px 0;
}
.tags-list li:last-child {
  border: none;
}
.tags-list li.color,
.tags-list li.range {
  border: none;
  padding: 0;
  cursor: pointer;
}
.tags-list li.level-2 {
  margin-left: 20px;
}
.tags-list li label {
  font-family: 'Hind', sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: middle;
}
.tags-list li label input {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.tags-list li label.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tags-list li label span {
  font-weight: normal;
  cursor: pointer;
}
.tags-list li label span.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tags-list .tag-color {
  float: left;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 4px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}
.tags-list .tag-color a {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.tags-list .tag-color.disabled {
  opacity: .3;
}
.tags-list .tag-color.disabled:hover {
  opacity: 0.3;
}
.tags-list .tag-color.disabled a {
  cursor: not-allowed;
}
.tags-list .tag-color:hover {
  opacity: .7;
}
.tags-list .tag-color .active {
  display: none;
}
.tags-list .tag-color.selectedTag .active {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 2px;
}
.tags-list .tag-color.selectedTag .active i {
  display: block;
  font-size: 85%;
  margin: 1px 0 0 1px;
}
.tags-filter-top {
  background: #ffffff;
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tags-filter-top .tag-header-container {
  padding: 15px;
}
.tags-filter-top .tag-header-container .ui-slider {
  margin: 0;
}
.tags-filter-top .tag-content-container.collapse.in {
  display: block !important;
}
.tags-filter-top .tag-content-container.collapse {
  display: none !important;
}
.tags-filter-top .tag-item {
  width: 100%;
  padding: 10px 0;
}
.tags-filter-top .tag-item label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}
.tags-filter-top .tag-item label .tagbox {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.tags-filter-top .tag-item label span.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tags-filter-top .tag-color {
  margin: 0;
}
.tags-filter-top .tag-color-name {
  padding-left: 8px;
  cursor: pointer;
}
.tag-range {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.tag-range .hidden {
  display: none;
}
.tag-range > * + * {
  margin-left: 5px;
}
.tag-range-container {
  margin-top: 5px;
}
.tag-range-label {
  font-weight: normal;
  margin-bottom: 0;
}
.tag-range-input {
  margin-left: 2px;
  padding: 0 4px;
  width: 0;
  height: 26px;
  flex-basis: auto;
  flex-grow: 1;
}
.tag-range-btn {
  padding: 3px 5px;
}
@media (max-width: 767px) {
  .tags-hidden {
    display: none !important;
  }
  .tags .panel-tags {
    border-top: 0;
  }
  .tags-filter-top .tag-item {
    padding: 5px 0;
  }
  .tags-filter-top .tag-color-name {
    line-height: 18px;
  }
  .tags-list label {
    white-space: nowrap;
  }
  .tags-list .tag-color,
  .tags-list .tag-color a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .tag-header-container .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .tags {
    margin-bottom: 0;
  }
  .tags-filter__check {
    display: none !important;
  }
  .tags-header {
    display: none !important;
  }
  .tags-filter-top .tag-item {
    border-bottom: 1px solid #eeeeee;
  }
  .tags-filter-top .tag-color-name {
    line-height: 24px;
  }
  .tags-filter-top .resp-tab-content {
    margin-bottom: -1px;
  }
}
@media (max-width: 1379px) {
  .tag-header-container .btn {
    font-size: 12px;
  }
}
@media (min-width: 1380px) {
  .tags-list .tag-color {
    width: 23.4px;
    height: 23.4px;
  }
  .tags-list .tag-color a {
    width: 23.4px;
    height: 23.4px;
  }
}
#comments-list {
  margin-bottom: 30px;
}
#comments-form {
  margin: 0;
}
#comments .comment-anchor {
  display: inline-block;
  float: left;
  width: 55px;
  height: 45px;
  background: url(../images/comments/default.png) no-repeat top left;
}
#comments .admin-reply .comment-anchor {
  background: url(../images/comments/default.png) no-repeat top left;
}
#comments .odd-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 10px;
  background: url(../images/comments/arrow.png) 0 0 no-repeat;
}
#comments #comments-list-0 > div > .odd-arrow {
  background: none;
}
#comments .comments-buttons {
  margin: 10px 0 0 55px !important;
  font-size: 12px;
}
#comments .comments-buttons .comment-date {
  color: #999;
  margin: 0;
}
#comments .comment-body {
  line-height: 170%;
  margin-left: 55px !important;
}
#comments .comment-body .comment-author {
  font-weight: bold;
}
#comments .admin-reply .comment-body .comment-author {
  color: #0084ce;
}
#comments .even,
#comments .odd {
  background-image: none;
  background-color: transparent;
  color: #3c452d;
  border: none;
  margin-left: 0;
  padding: 0;
  position: relative;
  margin-left: -34px;
  margin-bottom: -1px;
}
#comments .comments-inline-edit {
  padding: 15px 0;
  margin: 0;
  color: inherit;
  background-color: inherit;
  border: none;
}
#comments .comments-inline-edit #comments-form-send {
  margin-top: 0;
}
#comments .comments-list {
  margin-left: 34px;
}
#comments #comments-form img.captcha {
  padding: 0;
  margin: 0 0 3px 0;
  border: 1px solid #cccccc;
}
#comments #comments-form input.error,
#comments #comments-form textarea.error {
  border: 1px solid #f00;
  text-decoration: none;
  text-transform: none;
  background-color: #ffffe0;
}
#comments #comments-form textarea {
  float: none;
}
#comments #comments-form label .captcha {
  pointer: pointer;
}
#comments #comments-form .grippie {
  display: none;
}
#comments #comments-form .fa.fa-refresh {
  cursor: pointer;
}
#comments #comments-form-cancel {
  margin-top: 10px;
  font-size: 90%;
}
#comments .checkout {
  display: inline;
  margin: 0;
  vertical-align: middle;
}
#comments .checkout-label {
  margin-bottom: 15px;
  white-space: normal;
  vertical-align: text-top;
}
#jc .rbox {
  margin: 0;
  padding: 10px;
  width: auto;
  line-height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
#jc .rbox div {
  text-align: left;
  margin: 0;
}
#jc .busy {
  display: none;
  margin: 3px auto;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../images/comments/jc_busy.gif) no-repeat;
}
#jc #comments-form-message {
  padding: 15px;
  background: #8cbfe2;
  border: 1px solid #8cbfe2;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #comments #comments-form-send {
    margin-top: 25px;
  }
}
@media (max-width: 479px) {
  #comments #comments-form-send {
    width: 100%;
  }
  #comments #comments-form-send .btn {
    width: 100%;
  }
}
.contact-page-map {
  margin-bottom: 15px;
  height: 300px;
}
.contact-page .panel-message-container {
  width: auto;
}
.contact-page .panel-message-container img {
  max-width: 64px;
}
@media (max-width: 479px) {
  .contact-page .panel-message-text-content {
    font-size: 100%;
  }
}
.top-panel {
  font-size: 13px;
  font-weight: 600;
  color: #454545;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}
.top-panel a {
  font-weight: 600;
  color: #454545;
  text-decoration: none;
}
.top-panel a:hover,
.top-panel a:focus {
  color: #0084ce;
  text-decoration: underline;
}
.top-panel .bordered {
  float: left;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.top-panel .bordered + .bordered {
  border-left: 0;
}
.top-panel .single-line-contact-info {
  line-height: 48px;
}
.top-panel .contact-info {
  color: #253b87;
}
.top-panel .contact-info p {
  margin-top: 5px;
  float: right;
}
.top-panel .contact-info p:last-child {
  margin: 0 5px 0 0;
}
.top-panel .contact-info small {
  display: block;
  font-weight: normal;
  font-size: 63%;
}
@media (min-width: 768px) {
  .top-panel {
    background: transparent;
  }
  .top-panel .simple-menu-row {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1380px) {
  .top-panel {
    height: 36px;
    line-height: 36px;
  }
  .top-panel .single-line-contact-info {
    line-height: 36px;
  }
  .top-panel .single-line-contact-info i {
    font-size: 19px;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
  .top-panel .contact-info {
    margin-top: 0;
    font-weight: bold;
    font-size: 133%;
  }
  .top-panel .contact-info i {
    font-size: 26px;
  }
  .top-panel .contact-info p {
    margin: 0;
  }
  .top-panel .contact-info p:last-child {
    margin: 0 5px 0 0;
  }
  .top-panel .contact-info.single-line {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .top-panel {
    background: #ffffff;
    height: 100%;
    min-height: 48px;
    line-height: 48px;
  }
  .top-panel .bordered {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    float: none;
  }
  .top-panel-a .xs-left {
    float: left;
  }
  .top-panel-a .bordered.xs-right + .bordered {
    border-right: 0;
  }
  .top-panel-a .bordered.xs-left {
    border-left: 1px solid #dddddd;
  }
  .top-panel-a .xs-right {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-panel {
    height: 36px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .top-panel {
    height: 36px;
    line-height: 36px;
  }
}
.simple-menu-collapse {
  font-size: 165%;
  font-weight: normal;
  padding: 0 10px 0 0;
  background: none;
  border: none;
  outline: none;
  line-height: 48px;
  vertical-align: top;
}
.simple-menu-collapse .fa {
  width: 21px;
  margin-right: 10px;
  text-align: center;
}
.simple-menu {
  overflow: hidden;
  border-top: 5px solid #0084ce;
  padding: 0;
  margin: 0;
  z-index: 2000;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.simple-menu.collapsed {
  display: none;
}
.simple-menu a,
.simple-menu .nav-header {
  display: block;
  padding: 0 10px;
}
.simple-menu a:before,
.simple-menu .nav-header:before {
  line-height: 1;
  padding-right: 6px;
}
.simple-menu a:hover,
.simple-menu .nav-header:hover,
.simple-menu a:focus,
.simple-menu .nav-header:focus {
  text-decoration: underline;
}
.simple-menu a[class^='fa']:before,
.simple-menu .nav-header[class^='fa']:before,
.simple-menu a[class*=' fa']:before,
.simple-menu .nav-header[class*=' fa']:before {
  font-family: 'FontAwesome';
}
.simple-menu a[class^='im']:before,
.simple-menu .nav-header[class^='im']:before,
.simple-menu a[class*=' im']:before,
.simple-menu .nav-header[class*=' im']:before {
  font-family: 'icomoon';
}
.simple-menu > li {
  list-style: none;
  position: relative;
  z-index: 2000;
  width: 100%;
  background: transparent;
  padding: 0;
}
.simple-menu > li + li:before {
  content: "|\00a0";
  padding: 0 8px;
}
.simple-menu > li > a,
.simple-menu > li > .text,
.simple-menu > li > .nav-header {
  border-top: 1px solid #e8e8e8;
}
.simple-menu > li > a:hover,
.simple-menu > li > .text:hover,
.simple-menu > li > .nav-header:hover,
.simple-menu > li > a:focus,
.simple-menu > li > .text:focus,
.simple-menu > li > .nav-header:focus {
  background: transparent;
}
.simple-menu > .active {
  color: #777777;
}
@media (max-width: 767px) {
  .simple-menu a,
  .simple-menu .nav-header {
    font-size: 13px;
    color: #435360;
    text-decoration: none;
    cursor: pointer;
  }
  .simple-menu a:hover,
  .simple-menu .nav-header:hover,
  .simple-menu a:focus,
  .simple-menu .nav-header:focus {
    color: #379adc;
    text-decoration: underline;
  }
  .simple-menu .nav-child {
    display: none;
    padding-left: 20px;
    padding-bottom: 10px;
    list-style: none;
    line-height: 38px;
  }
  .simple-menu .nav-child a,
  .simple-menu .nav-child .nav-header {
    font-size: 11px;
  }
  .simple-menu-row {
    width: 100vw;
    background: transparent;
    margin: 0 -15px;
  }
  .nav-arrow {
    display: block;
    width: 100px;
    height: 100%;
    padding-right: 25px;
    font-family: "FontAwesome";
    font-size: 18px;
    text-align: right;
    color: #454545;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .nav-arrow:before {
    display: inline-block;
    content: '\f105';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
  }
  .nav-arrow.open:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-panel-a .simple-menu.bordered {
    border-left: 0;
    border-right: 0;
  }
  .top-panel-a .simple-menu.bordered > li + li {
    border-left: 0;
  }
}
.simple-menu.bordered > li + li {
  border-left: 1px solid #dddddd;
}
.simple-menu.bordered > li + li:before {
  content: "";
  padding: 0;
}
@media (min-width: 768px) {
  .simple-menu-collapse {
    display: none;
  }
  .simple-menu {
    margin: 0;
    padding: 0;
    border-top: 0;
    width: auto;
  }
  .simple-menu.collapsed {
    display: block;
  }
  .simple-menu > li {
    display: inline-block;
    position: static;
    width: auto;
    background: none;
    padding: 0;
  }
  .simple-menu > li + li:before {
    content: "|\00a0";
    padding: 0 8px;
  }
  .simple-menu > li > a {
    border-top: 0;
  }
  .simple-menu > li > a:focus,
  .simple-menu > li > a:hover {
    background: none;
  }
  .simple-menu > .active {
    color: #777777;
  }
  .simple-menu.bordered > li + li:before {
    padding: 0;
  }
  .simple-menu.bordered > li a {
    font-weight: 600;
  }
}
@media (min-width: 1380px) {
  .simple-menu.bordered > li {
    padding: 0 10px;
  }
}
.slider {
  position: relative;
}
.slider .ui-slider {
  margin-top: 10px;
  height: 6px;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  max-width: 97%;
}
@media (max-width: 767px) {
  .slider .ui-slider {
    max-width: 97%;
  }
}
.slider .ui-slider .ui-slider-range {
  background: #0084ce;
}
.slider .ui-slider .ui-slider-handle {
  width: 9px;
  height: 14px;
  background: #ffffff;
  margin-left: 0;
}
.slider-input {
  display: inline-flex;
  flex: 0 1 80px;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.slider-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.slider-input-field {
  flex: 1 1 0px;
  min-width: 0;
  margin: 0;
  padding: 4px 0 4px 4px;
  text-align: right;
  border: 0;
}
.slider-input .slider-input-field {
  margin: 0;
}
.slider-input-field:focus {
  outline: none;
}
.slider-input-currency {
  flex: 0 0 auto;
  padding: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-input:hover {
  border: 1px solid #0084ce;
}
.slider .heading {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  color: #454545;
  text-align: center;
  margin: 35px 0 20px;
}
.slider .middle {
  margin: 30px 0;
}
.slider .bottom {
  margin: 0 0 50px;
}
.slider .slide h4 {
  color: #454545;
}
.slider .slide div {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color: #454545;
}
.slider .content {
  position: relative;
  color: #fff;
}
.slider img {
  border: 1px solid #efefef;
  border-radius: 100%;
  padding: 10px;
  width: 115px;
  height: 115px;
}
@media (min-width: 1380px) {
  .slider .ui-slider {
    margin-top: 15px;
    height: 10px;
  }
  .slider .ui-slider .ui-slider-handle {
    height: 18px;
  }
  .slider .low,
  .slider .high {
    font-size: 110%;
  }
}
.panel-filter input,
.panel-filter select {
  color: #454545;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid none;
}
.panel-filter .panel-body {
  padding: 8px;
}
.filter-result {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000000;
}
.filter-result-btn {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .filter-result {
    display: none;
  }
}
@media (min-width: 1380px) {
  .panel-filter .panel-body {
    padding: 15px;
  }
}
.product-in-stock {
  color: #8cd12a;
  font-weight: 400;
}
.product-in-stock-external {
  color: #8cd12a;
  font-weight: 400;
}
.product-out-stock {
  color: #ff0000;
  font-weight: 400;
}
.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  border-left: 1px solid #eeeeee;
}
.products.products-single-row {
  margin: 2px;
}
.products.products-single-row .product {
  margin-bottom: 0;
  border: 0;
}
.products .alert {
  flex-grow: 1;
}
.products .product {
  display: flex;
  flex-direction: column;
  position: relative;
  border: solid #eeeeee;
  border-width: 1px 1px 1px 0;
  margin-bottom: -1px;
  padding: 15px;
  transition: box-shadow 100ms ease-in-out;
  text-align: left;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}
.products .product .inside .show-hover {
  padding-top: 5px;
}
.products .product .image {
  width: 100%;
  min-height: 170px;
  margin-bottom: 8px;
  text-align: center;
}
.products .product .image img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.products .product-info {
  flex-grow: 1;
}
.products .product-actions {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #edf6fc;
}
.products .product-delete {
  align-self: flex-start;
  margin: 5px 0 0;
  font-size: 13px;
  opacity: .5;
}
.products .product-delete-text {
  display: inline;
}
.products .product-delete:hover,
.products .product-delete:focus {
  opacity: .8;
}
.products .product-delete:active {
  opacity: 1;
}
.products .product-title {
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 135%;
  text-transform: none;
  color: #454545;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .product-title a {
  color: #0084ce;
  text-decoration: none;
}
.products .product-title a:focus,
.products .product-title a:hover {
  color: #0084ce;
  text-decoration: underline;
}
.products .product .price {
  color: #202c38;
  font-size: 140%;
  font-weight: 600;
}
.products .product .price .old-price {
  display: block;
  color: #595959;
  font-size: 70%;
  font-weight: normal;
  text-decoration: line-through;
  line-height: 1;
}
.products .product .price .new-price {
  color: #ff0000;
}
.products .product .price .show-hover {
  display: none;
}
.products .product .price .specific-price,
.products .product .price .vat-info {
  color: #adb8bf;
  font-size: 60%;
  font-weight: normal;
}
.products .product .price-no-discount {
  display: block;
}
.products .product .second-price {
  color: #adb8bf;
  font-size: 85%;
  font-weight: normal;
}
.products .product .show-hover {
  box-sizing: content-box;
  min-height: 42px;
}
.products .product:hover {
  overflow: visible;
  z-index: 1;
  -webkit-box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
}
.products .product:hover .show-hover-inside {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.products .product:hover .show-hover-inside .add-to-cart {
  background: #fff;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #eeeeee;
}
.products .product:hover .dropdown-table-product {
  display: block;
}
.products > .alert.alert-info {
  margin-bottom: 0;
}
.products-header-description {
  margin-bottom: 15px;
}
.load-other-products {
  margin: 0 0 30px 0;
  text-align: center;
}
.owl-carousel .product,
.owl-carousel .item {
  height: 100%;
}
.line {
  display: flex;
  font-size: 12px;
}
.lines {
  max-height: 400px;
  overflow-x: auto;
}
.line-img {
  flex: 0 0 32px;
  margin-right: 6px;
  font-size: 0;
}
.line-details {
  flex: 1 1;
  white-space: normal;
  text-align: left;
}
.line-name {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
.line-quantity {
  flex: 0 0 30px;
  margin-left: 5px;
  text-align: right;
}
.line-prices {
  flex: 0 0 100px;
  margin-left: 15px;
}
.line-actions {
  margin-left: 5px;
}
.line-old-price {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.3);
}
.line-old-price + .line-primary-price {
  color: #ff0000;
}
.line-primary-price {
  font-weight: 700;
}
.line-secondary-price {
  color: rgba(0, 0, 0, 0.4);
}
.line-total {
  align-self: flex-start;
  font-weight: 700;
  text-align: right;
}
.line-note,
.line-old-price,
.line-secondary-price {
  font-size: 9px;
}
.line-stock {
  font-size: 9px;
}
.add-to-cart,
.add-to-reservation {
  display: flex;
  margin-top: 10px;
}
.quantity {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.quantity__label {
  position: absolute;
  top: 3px;
  left: 5px;
  font-family: 'Hind', sans-serif;
  font-size: 70%;
  font-weight: normal;
}
.quantity__form {
  flex: 0 0 38px;
  max-width: 38px;
  height: 33px;
  padding: 0 0 0 8px;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quantity__addon {
  margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .quantity {
    margin-right: 5px;
  }
  .quantity__form {
    flex: 0 0 37px;
    width: 37px;
  }
}
.view-product #product-detail {
  margin-bottom: 15px;
}
.view-product .product-customer-price::after,
.view-product .product-delivery::after,
.view-product .description-short::after,
.view-product .product-help::after,
.view-product .product-prices::after {
  content: "";
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  display: block;
  border: none;
  margin-bottom: 0;
}
.view-product .description-short > p:last-of-type {
  margin-bottom: 0;
}
.view-product .product-detail-labels {
  justify-content: flex-start;
  padding-bottom: 15px;
}
.view-product .product-add-cart {
  margin-bottom: 0;
  margin-top: 0;
}
.view-product .product-add-cart-label {
  text-align: left;
  line-height: 39px;
  padding-top: 0;
  margin-bottom: 0;
}
.view-product .product-add-cart-control {
  width: 100%;
  height: 39px;
  text-align: center;
}
.view-product .img-responsive {
  display: inline-block;
}
.view-product .product-add-cart + .product-help {
  overflow: hidden;
}
.view-product .product-add-cart + .product-help::before {
  content: "";
  margin-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #e8e8e8;
  clear: both;
  display: block;
  border: none;
  margin-bottom: 0;
}
.view-product .product-help {
  font-weight: bold;
}
.view-product .product-help-link {
  font-weight: normal;
  float: right;
}
.view-product .product-content-image-bottom {
  margin-bottom: 20px;
}
.view-product .product-content-main-image {
  position: relative;
}
.view-product .product-main-image {
  text-align: center;
  margin-bottom: 0;
}
.view-product .product-original-price {
  position: relative;
  color: #595959;
  text-decoration: line-through;
  font-size: 20px;
}
.view-product .product-original-price-save {
  position: absolute;
  left: 0;
  bottom: 80%;
  white-space: nowrap;
  text-decoration: none;
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}
.view-product .product-price {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  color: #202c38;
  font-weight: 700;
}
.view-product .product-price--from {
  font-size: 60%;
  font-weight: 700;
}
.view-product .product-new-price {
  color: #ff0000;
}
.view-product .product-cart {
  margin-top: 15px;
}
.view-product .product-price-secondary {
  font-size: 20px;
  color: #202c38;
}
.view-product .product-price-suffix {
  padding-left: 5px;
  padding-right: 15px;
}
.view-product .product-customer-price-update,
.view-product .product-stock-dialog {
  margin-left: 15px;
}
.view-product .product-discount-label {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  padding: 0 11px;
}
.view-product .product-discount-label:after {
  display: none;
}
.view-product .product-size-quantity-container,
.view-product .product-variant-content-anchors {
  margin-bottom: 15px;
}
.view-product .table-info {
  display: table;
}
.view-product .table-info .info-row {
  display: table-row;
}
.view-product .table-info .info-cell {
  display: table-cell;
  padding-right: 1em;
  padding-bottom: 15px;
}
.view-product .table-info .info-cell:last-child {
  padding-right: 0;
}
.view-product .table-info .info-cell a {
  white-space: nowrap;
}
.view-product .table-info .info-cell .specific-price {
  font-size: 12px;
  color: #adb8bf;
  font-weight: normal;
}
.view-product .table-info .info-text {
  width: 100%;
}
.view-product .table-info .info-top {
  vertical-align: top;
}
.view-product .info-box {
  font-size: 12px;
  color: #454545;
  font-weight: 300;
  overflow: hidden;
}
.view-product .info-box img {
  margin: 6px 0 20px 0;
}
.view-product .info-box-extended {
  display: flex;
}
.view-product .info-box-extended-box {
  display: inline-block;
  text-align: center;
}
.view-product .info-box-extended-image {
  margin-right: 10px;
}
.view-product .info-box-extended-number {
  color: #202c38;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
}
.view-product .info-box-extended-number:before,
.view-product .info-box-extended-number:after {
  content: "";
}
.view-product .info-box-extended-number.houses:before,
.view-product .info-box-extended-number.houses:after {
  content: "\f015";
  font-family: "FontAwesome";
  color: #0084ce;
  font-weight: 400;
  font-size: 16px;
  margin: 0 5px;
}
.view-product .sidebar {
  margin-top: 58px;
}
.view-product .content-anchor-link i {
  color: #253b87;
  padding-right: .5em;
}
.view-product .product-main {
  border: none;
  background: #ffffff;
  padding: 20px;
}
.view-product .product-prices-content {
  display: flex;
  align-items: center;
}
.view-product .product-prices-value {
  flex-grow: 1;
}
.view-product .product-prices-append {
  flex-shrink: 0;
  margin-left: 8px;
  padding-left: 20px;
  border-left: 1px solid #eeeeee;
}
.small-preview {
  height: 150px;
}
.small-preview img {
  max-width: 150px;
  max-height: 130px !important;
}
.free {
  color: #ff0000;
}
.free .second-price {
  color: #ff0000;
}
.gift {
  height: 30px;
}
.gift-title {
  margin: 10px 0 0;
  font-size: 10px;
  color: #e6173e;
}
.gift-detail-title {
  margin-right: 10px;
  padding: 15px 0 15px 5px;
}
.info-block.gift-block {
  padding: 6px 8px;
  margin: 15px 0;
}
.gift-block .item-table > *:not(:first-child) {
  border-top: 15px solid transparent;
}
.gift-quantity {
  text-align: right;
  white-space: nowrap;
}
.gift-img img {
  width: 57px;
  height: 40px;
  padding: 5px;
  background: white;
  border: 1px solid #eeeeee;
}
.gift-thumbnail {
  width: 65px;
}
.product-add-cart-control {
  padding: 0 0 0 8px;
  font-size: 13px;
  height: 33px;
}
.product-delivery .modal thead {
  white-space: nowrap;
  font-size: 12px;
}
.product-delivery .modal tbody {
  font-size: 12px;
}
@media (max-width: 767px) {
  .view-product .owl-carousel-product-images .item-bordered {
    border: none;
    padding: 0;
  }
  .view-product .owl-carousel.owl-carousel-spaced .item {
    margin: 0 0 10px;
  }
  .view-product .owl-carousel.owl-carousel-spaced .item img {
    max-width: 100%;
    height: auto;
  }
  .view-product .product-content-image-bottom {
    position: absolute;
    bottom: 0;
  }
  .owl-carousel.owl-carousel-product-images .owl-pagination {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
  }
  .owl-carousel.owl-carousel-product-images .owl-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-buttons {
    padding: 0;
    margin: 0;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    z-index: 15000;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    z-index: 15000;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-page {
    display: inline-block;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-page span {
    display: block;
    width: 13px;
    height: 12px;
    background-position: 0 -15px;
    background: url("../../../media/widgetkit/widgets/slideshow/styles/shop/images/nav.png") 0 0 no-repeat;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-page.active span {
    background-position: 0 -24px;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-page:hover span {
    background-position: 0 -12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-add-cart-control {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 991px) {
  .view-product .product-content-anchors {
    overflow: hidden;
  }
  .view-product .product-content-anchors::before {
    content: "";
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #e8e8e8;
    clear: both;
    display: block;
    border: none;
    margin-bottom: 0;
  }
  .view-product .info-box {
    font-size: 11px;
  }
  .view-product .info-box-extended-image {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }
  .view-product .info-box-extended-number {
    font-size: 21px;
  }
  .view-product .product-prices-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .view-product .product-prices-append {
    border: none;
    margin: 3px 0 0;
    padding-left: 0;
  }
}
@media (min-width: 1380px) {
  .view-product .price {
    font-size: 33px;
  }
  .view-product .product-original-price,
  .view-product .product-price-secondary {
    font-size: 26px;
  }
}
.cart-customer-price {
  margin-bottom: 15px;
}
.cart-item-count {
  font-family: 'Hind', sans-serif;
  position: absolute;
  right: -8px;
  background: #ff0000;
  font-size: 12px;
  color: #ffffff;
  min-width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
@media (min-width: 992px) {
  .cart-item-count {
    top: -3px;
  }
}
@media (max-width: 991px) {
  .cart-item-count {
    top: -7px;
  }
}
.cart .dropdown-menu p {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-print-heading {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
}
.cart-print .small {
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.cart-print-btn {
  display: block;
  margin-bottom: 10px;
}
.cart-print-btn a {
  color: #253b87;
}
.cart-print-btn a:hover,
.cart-print-btn a:active,
.cart-print-btn a:focus {
  color: #0084ce;
}
.cart-print-btn i {
  font-size: 1.5em;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 8px;
  border-radius: 50%;
}
.cart-print-btn-print {
  float: left;
}
.cart-print-btn-send {
  float: right;
}
@media (max-width: 1379px) {
  .cart-print-btn-send {
    float: none;
    width: 100%;
  }
  .cart-print-btn-print {
    float: none;
    width: 100%;
  }
}
.quantity-picker {
  overflow: hidden;
}
.quantity-picker .change-quantity {
  float: left;
}
.quantity-picker .change-quantity a {
  text-decoration: none;
  color: #adb8bf;
}
.quantity-picker .change-quantity a:hover {
  color: #0084ce;
}
.quantity-picker .quantity-control {
  float: left;
  width: 4em;
  padding: 0 0 0 10px;
  font-size: 13px;
  text-align: left;
  margin: 0 10px;
}
.quantity-picker-size {
  margin-top: 7px;
}
.quantity-picker .item-cell {
  padding: 0;
  text-align: left;
  width: 100%;
}
.number-picker {
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin-top: 0;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.number-picker__btn {
  display: flex;
  flex: 0 0 24px;
  width: 24px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  background: #f4f4f4;
  cursor: pointer;
  z-index: 1;
}
.number-picker__btn:hover {
  background: #fff;
}
.number-picker__btn:active {
  border-color: #d5d5d5;
}
.number-picker__input {
  flex-grow: 0;
  flex-shrink: 0;
  width: 38px;
  height: 30px;
  border: 1px solid #eeeeee;
  font-size: 18px;
  text-align: center;
  -moz-appearance: textfield;
}
.number-picker__input:focus {
  outline: none;
}
.number-picker__input::-webkit-outer-spin-button,
.number-picker__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-picker__label {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
  width: 100%;
  margin-bottom: 2px;
  font-family: 'Hind', sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}
.number-picker > *:not(&__label) + * {
  margin-left: -1px;
}
@media (max-width: 479px) {
  .quantity-picker .quantity-control {
    margin-left: 0px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  -webkit-overflow-scrolling: auto;
}
.modal-header-hidden {
  height: 0 !important;
  min-height: 0 !important;
  padding: 0;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
}
.modal .modal-content .modal-header .close {
  position: absolute;
  top: -15px;
  right: -15px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: url("../images/ui/close.png");
  color: #253b87;
  opacity: 1;
  z-index: 10000;
}
.modal .modal-content .modal-body .alert {
  margin-bottom: 15px;
}
.modal .modal-content .modal-body .alert.alert-no-margin {
  margin: 0;
}
.modal .modal-content .modal-body h4 {
  background: #f5f5f5;
  padding: 10px 15px;
  margin: 0;
}
.modal .modal-content .modal-footer {
  border-top: 0;
}
.modal .modal-content .modal-spinner {
  padding: 50px;
  text-align: center;
}
.modal .modal-content .modal-spinner i {
  font-size: 55px;
}
.modal .products {
  margin: 0;
}
.modal .products .product {
  padding: 10px;
}
.modal .products .product .content-padding {
  display: flex;
  flex-direction: column;
}
.modal .products .product .image {
  min-height: 0;
}
.modal .products .product .price {
  font-size: 11px;
  justify-content: center;
}
.modal .products .product .price .old-price {
  display: none;
}
.modal .products .product-actions {
  margin-top: auto;
  padding: 0;
  background: transparent;
  display: inherit;
  text-align: center;
}
.modal .products .product-title {
  flex-grow: 1;
  margin-top: 0;
  font-size: 11px;
  text-align: center;
}
.modal .products .product-labels {
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
  font-size: 11px;
  color: #8cd12a;
}
.modal .products .product-info {
  padding: 0;
  margin: 0;
  text-align: center;
}
.modal .products .product .add-to-cart-ajax {
  display: block;
  margin-top: 8px;
}
.modal .products .product .add-to-cart-ajax a.disabled {
  color: #8cd12a !important;
  padding: 4px 6px;
}
.modal .products .product .add-to-cart-ajax .btn {
  padding: 3px 6px;
  font-size: 11px;
}
.modal .products .product .show-hover {
  min-height: auto;
}
.modal-header + .modal-body {
  padding-top: 0;
}
.modal-backdrop.in {
  opacity: 0.3;
}
@media (max-width: 991px) {
  .modal .products .product {
    padding: 10px 15px;
  }
  .modal .products .product .image {
    margin-bottom: 0;
  }
  .modal .products .product .price {
    display: block;
    margin-top: 0;
    justify-content: flex-start;
  }
  .modal .products .product .price .old-price {
    margin-right: 5px;
  }
  .modal .products .product-actions {
    text-align: left;
  }
  .modal .products .product-labels {
    margin: 0;
    justify-content: flex-start;
  }
  .modal .products .product-info {
    text-align: left;
  }
  .modal .products .product .product-title {
    margin: 0 0 4px;
    text-align: left;
  }
  .modal .products .product .add-to-cart {
    display: inline-block;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .bootstrap-dialog .modal-body {
    max-height: 100% !important;
  }
  .bootstrap-dialog .modal-body .tab-content {
    height: auto !important;
    max-height: 100% !important;
  }
  .modal-content .modal-body .alert {
    padding: 10px 10px 10px 70px;
  }
  .modal-content .modal-body .ui-dialog-variant .form-control {
    height: 35px;
    padding: 0 12px;
  }
}
@media (max-width: 479px) {
  .modal-dialog .btn {
    font-size: 13px;
  }
  .modal-content .modal-body .products .product .image-padding {
    padding: 0 0 0 10px;
  }
  .modal-content .modal-body .products .product .content-padding {
    padding: 0 10px 0 10px;
  }
}
.category {
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  transition: 100ms ease-in-out;
  justify-content: center;
  background: none;
}
.category > .flex-row {
  height: 100%;
}
.category-box {
  margin-top: 30px;
}
.category-box > .flex-row > * {
  margin-bottom: 30px;
}
.category-img {
  flex-grow: 1;
}
.category-title {
  color: #454545;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 100ms ease-in-out;
  margin: 0;
}
.category-title a {
  color: #454545;
  text-decoration: none;
}
.category-title a:hover,
.category-title a:focus {
  color: #0084ce;
  text-decoration: none;
}
.category:hover {
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
}
.category:hover .category-title {
  color: #0084ce;
  text-decoration: none;
}
.category-primary .category-title,
.category-secondary .category-title {
  margin: 10px 0;
}
.category-primary .fancy-list {
  margin-bottom: 10px;
}
.category-secondary {
  text-align: center;
}
.category-double {
  flex-grow: 1;
}
.category-doubles {
  display: flex;
  flex-direction: column;
}
.category-double-first {
  margin-bottom: 30px;
}
.category:not(&-double) {
  height: 100%;
}
@media (min-width: 1380px) {
  .category {
    padding: 15px;
  }
}
@media (max-width: 1379px) {
  .category {
    padding: 7.5px;
  }
}
.module-table-bordered {
  border: none;
  padding: 15px;
  margin-bottom: 15px;
}
.module-table-bordered .vertical-align {
  margin-top: 1.8em;
}
.module-table-bordered h1,
.module-table-bordered h2,
.module-table-bordered h3,
.module-table-bordered h4,
.module-table-bordered h5,
.module-table-bordered h6,
.module-table-bordered .h1,
.module-table-bordered .h2,
.module-table-bordered .h3,
.module-table-bordered .h4,
.module-table-bordered .h5,
.module-table-bordered .h6 {
  margin-top: 0;
}
.module-table-bordered img {
  max-width: 100%;
}
.background {
  background: #f5f5f5;
}
.module-table-bordered-padding {
  padding-top: 30px;
}
.benefits {
  background: transparent;
  padding: 0;
  margin: 0 0 30px;
  border: none;
  border-radius: 0;
}
.benefits-vertical-separator {
  border-top: none;
  margin: 15px;
  width: 100%;
}
.benefits-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.benefits-row > [class^="flex-col"],
.benefits-row > [class*=" flex-col"] {
  border-left: none;
}
.benefit {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.benefit-icon {
  display: block;
  flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
  padding: 15px;
  text-align: center;
  color: #0084ce;
  background: #ffffff;
  border-radius: 50%;
}
.benefit-icon-link {
  text-decoration: none;
  color: #0084ce;
}
.benefit-icon-link:hover,
.benefit-icon-link:focus {
  text-decoration: none;
  color: #0084ce;
}
.benefit-icon-vector {
  width: 100%;
  height: 100%;
  padding: initial;
  font-family: FontAwesome;
  font-size: 42px;
  font-weight: normal;
  text-shadow: none;
  line-height: 42px;
}
.benefit-icon-img {
  max-width: 100%;
  height: auto;
}
.benefit-content {
  flex: 1 0 0;
  max-width: 100%;
  text-align: left;
}
.benefit-header {
  font-size: initial;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin: 13px 0 0;
  color: #202c38;
  text-shadow: none;
  text-transform: none;
}
.benefit-text {
  font-size: 13px;
  font-family: 'Hind', sans-serif;
  font-weight: normal;
  line-height: 1.6;
  margin: 6px 0 0;
  color: #454545;
  text-shadow: none;
}
.benefit-link {
  text-decoration: none;
}
.benefit-link .benefit-header {
  color: #202c38;
  text-decoration: none;
}
.benefit-link .benefit-header:hover,
.benefit-link .benefit-header:focus {
  color: #0084ce;
  text-decoration: none;
}
@media (min-width: 1380px) {
  .benefits-row .first-lg {
    border-left: none;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .benefits-row .first-md {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefits-row .first-sm {
    border-left: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .benefits-row .first-xs {
    border-left: none;
  }
}
@media (max-width: 479px) {
  .benefits-row .first-xxs {
    border-left: none;
  }
}
.form-search {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-search .form-group {
  margin-bottom: 0;
}
.form-search .form-group .input-group {
  width: 100%;
}
.form-search .form-group .input-group .input-group-btn {
  text-align: right;
}
.form-search .form-group .input-group input {
  background: #ffffff;
  border: none;
  border-radius: 3px 0 0 3px;
  height: 45px;
}
.form-search .form-group .input-group button {
  border-radius: 0 3px 3px 0;
  height: 45px;
}
.form-search .form-control {
  border: 1px solid #dddddd;
  border-radius: 0;
  line-height: 1.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-search .form-control:focus {
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-search .btn {
  border-radius: 0;
  border: 0;
  color: #ffffff;
  background: #0084ce;
  padding: 5px 18px;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 100;
}
.form-search .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-search .btn:hover {
  background: #00639b;
}
.form-search .btn .fa {
  font-size: 1.1em;
}
.form-search .elastic-suggestions-results {
  padding: 10px;
  z-index: 1001;
  border: 1px solid #d9d9d9 !important;
  box-shadow: 1px 1px 5px #ffffff !important;
}
.form-search .elastic-suggestions-results h2 {
  text-transform: none;
  font-size: 12px;
}
.form-search .elastic-suggestions-results a {
  color: #202c38;
  text-decoration: none;
  font-size: 11px;
}
.form-search .elastic-suggestions-results a:hover {
  text-decoration: underline;
}
.form-search .elastic-suggestions-results a .badge {
  font-size: 10px;
  margin-left: 5px;
  padding-top: 2px;
}
.form-search .elastic-suggestions-results .price-info {
  color: #454545;
  padding-left: 20px;
}
.form-search .elastic-suggestions-results .price-info .primary-price {
  font-size: 11px;
  font-weight: 600;
}
.form-search .elastic-suggestions-results .price-info .specific-price {
  font-size: 9px;
  font-weight: 500;
}
.light-gray-background {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background: #ffffff;
  padding: 8px 10px;
}
.fixed .form-search {
  margin-top: 0;
}
.elastic-suggestions-field {
  font-size: 15px;
  line-height: 0;
}
@media (min-width: 1380px) {
  .form-search .form-group .input-group input,
  .form-search .form-group .input-group button {
    height: 45px;
  }
}
ul.elastic-redshop-results.suggestions {
  padding: 0;
  margin: 0;
}
ul.elastic-redshop-results li {
  color: #d9d9d9;
  border-top: 1px solid #eeeeee;
}
ul.elastic-redshop-results a {
  color: #454545;
  padding: 0 2px;
  font-size: 0.9em;
}
ul.elastic-redshop-results a:hover {
  color: #0084ce;
}
ul.elastic-redshop-results.suggestions li {
  padding: 8px;
  line-height: 1.2;
}
ul.elastic-redshop-results.suggestions a {
  font-size: 11px;
}
ul.elastic-redshop-results.secondary {
  margin: 0;
  padding: 0;
}
ul.elastic-redshop-results.secondary li {
  list-style: none;
  padding: 7px 0;
}
ul.elastic-redshop-results.secondary a {
  text-decoration: none;
}
ul.elastic-redshop-results.secondary a:hover {
  text-decoration: underline;
}
ul.elastic-redshop-results.secondary li:first-child,
ul.elastic-redshop-results.suggestions li:first-child {
  border-top: none;
}
ul.elastic-redshop-results + .light-gray-background {
  margin-top: 20px;
}
.elastic-show-secondary {
  margin: 15px 15px 0 0;
}
.elastic-search-results-container h2 {
  font-size: 1.2em;
  text-transform: none;
  margin-top: 6px;
}
.elastic-search {
  position: relative;
}
.elastic-search .window {
  margin-top: 0;
  right: auto;
  left: 0;
}
.elastic-search .window:before,
.elastic-search .window:after {
  display: none;
}
.elastic-search .window-column {
  width: 400px;
}
.elastic-search .window-columns {
  display: flex;
}
.elastic-search .window.active {
  display: block  ;
}
.box-icon {
  padding-left: 62px;
  margin-top: 30px;
}
.icon-shipping {
  background: url("../images/ui/free-shipping.png") no-repeat 0 5px;
}
.icon-shipping h4 {
  text-transform: uppercase;
}
.icon-competition {
  background: url("../images/ui/icon-competition.png") no-repeat 0 5px;
}
.icon-competition h4 {
  text-transform: uppercase;
}
.icon-tag {
  background: url("../images/ui/tag.png") no-repeat 0 5px;
}
@media (max-width: 991px) {
  .box-icon {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin: 15px 0;
  }
  .box-icon.icon-tag {
    margin-top: 0;
  }
}
.summary .total-price {
  font-weight: 500;
}
.summary .total-price .price {
  color: #ff0000;
  font-weight: 500;
}
.summary .alert {
  font-size: 12px;
  text-align: left;
}
.summary__total {
  margin-bottom: 15px;
}
.summary__subheading {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.summary__heading {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: #202c38;
}
.summary__vat-info {
  font-size: 12px;
}
.summary__step {
  white-space: nowrap;
}
.summary__step__inner {
  white-space: pre-line;
}
.summary__step:not(.btn) {
  text-decoration: none;
}
.summary__step:not(.btn) .summary__step__inner {
  text-decoration: underline;
}
.summary__step:not(.btn):hover,
.summary__step:not(.btn):focus,
.summary__step:not(.btn):hover .summary__step__inner,
.summary__step:not(.btn):focus .summary__step__inner {
  text-decoration: none;
}
.summary__step:before,
.summary__step:after {
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 600;
  content: none;
}
.summary__step--back:before {
  content: "\f104\00a0";
  margin-right: 4px;
}
.summary__step--forward:after {
  content: "\00a0\f105";
  margin-left: 4px;
}
.summary__link {
  padding: 0;
  border: none;
  color: #0084ce;
  background: none;
  -webkit-appearance: none;
}
.summary__link:hover,
.summary__link:focus {
  outline: none;
  color: #0084ce;
}
.summary__note {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .summary__controls {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1379px) {
  .summary {
    font-size: 13px;
  }
  .summary .total-price {
    font-size: 17px;
  }
}
@media (min-width: 1380px) {
  .summary {
    font-size: 17px;
  }
  .summary .total-price {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.boxes {
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.select-list {
  position: relative;
  border: 1px solid #eeeeee;
}
.select-list + .select-list {
  margin-top: -1px;
}
.select-list:not(.disabled):focus,
.select-list:not(.disabled):hover {
  border-color: #d2e9fb;
  background: #fbfcff;
  z-index: 1;
}
.select-list .select-list-description {
  display: block;
  padding: 0 45px 15px;
  font-weight: normal;
  font-style: italic;
}
.select-list .select-list-input + .select-list-input {
  margin-top: 10px;
}
.select-list .select-label {
  display: block;
  margin: 0;
}
.select-list .select-content {
  position: relative;
  padding: 15px 15px 15px 45px;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-shrink: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.select-list .select-content input {
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: 15px;
  margin-top: 0;
}
.select-list .select-image {
  max-width: 25px;
  height: auto;
  pointer-events: none;
}
.select-list .select-title {
  font-size: 14px;
  margin-right: auto;
}
.select-list .select-stock {
  flex-basis: 35%;
}
.select-list .select-group {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.select-list .select-group .arrow:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  font-size: 8px;
  font-weight: 700;
}
.select-list .select-group .arrow-open:after {
  display: inline-block;
  transform: rotate(90deg);
}
.select-list .select-price {
  width: 140px;
  text-align: right;
}
.select-list .shipping-content {
  padding-bottom: 15px;
  margin: 0;
  padding-top: 15px;
}
.select-list .payment-content {
  box-shadow: inset 0 15px 20px -15px rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 0;
  padding: 25px 15px 15px 45px;
}
.select-list .payment-content:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 52px;
  height: 36px;
  border-left: 1px solid #dcdcdc;
}
.select-list .payment-content__body {
  display: block;
  max-height: 425px;
  overflow: hidden;
  transition: all .8s ease;
}
.select-list .payment-content__body--opened {
  max-height: 770px;
  overflow: auto;
}
.select-list .payment-content__body--opened .payment-content__payment:nth-child(10) .payment-content__label:before {
  content: "";
}
.select-list .payment-content__footer {
  padding-top: 15px;
}
.select-list .payment-content__show-more {
  cursor: pointer;
}
.select-list .payment-content__show-more:after {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  margin-left: 10px;
  font-size: 5px;
}
.select-list .payment-content__payment {
  margin: 5px 0;
}
.select-list .payment-content__payment:last-child .payment-content__label:before {
  content: none;
}
.select-list .payment-content__payment:nth-child(10) .payment-content__label:before {
  content: none;
}
.select-list .payment-content__payment:first-child {
  margin-top: 0;
}
.select-list .payment-content__label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.select-list .payment-content__label:before {
  content: "";
  position: absolute;
  width: auto;
  top: 28px;
  left: 6px;
  height: 65%;
  display: inline-block;
  border-left: 1px solid #dcdcdc;
}
.select-list .payment-content__img {
  display: flex;
  margin-right: 20px;
  pointer-events: none;
}
.select-list .payment-content__radio {
  margin-right: 15px;
  margin-top: 0;
}
.select-list .form-inline {
  margin-top: 8px;
  margin-bottom: 8px;
}
.select-list label {
  font-weight: 500;
  font-size: 13px;
}
.select-list label .text {
  font-weight: 300;
}
.select-list .well-sm {
  padding: 5px 9px;
  padding-left: 40px;
}
.select-list .radio label {
  width: 100%;
}
.select-list .radio + .radio .well-sm {
  margin-top: 5px;
}
.select-list.disabled .select-content {
  color: #eeeeee;
  background: #fdfdfd;
  cursor: not-allowed;
}
.select-list.disabled .select-content:focus,
.select-list.disabled .select-content:hover {
  border-color: #eeeeee;
}
.select-list.disabled .select-image {
  opacity: 0.5;
}
.select-list .second-price {
  display: block;
  color: #adb8bf;
  font-size: 70%;
  text-align: right;
}
@media (min-width: 1380px) {
  .select-list .well-sm {
    padding: 9px;
    padding-left: 40px;
  }
}
@media (max-width: 1379px) {
  .select-list .select-stock {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .select-list .select-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .select-list .select-delivery {
    margin-left: 0;
    position: relative;
  }
  .select-list .select-content {
    align-items: flex-start;
  }
  .select-list .select-content input {
    top: auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .select-list .select-content {
    padding: 16px 10px 16px 40px;
  }
  .select-list .select-content input {
    left: 10px;
  }
  .select-list .select-group .arrow:after {
    content: none;
  }
  .select-list .select-price {
    max-width: 70px;
    width: 100%;
  }
  .shipping-delivery {
    margin-top: 5px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .payment-content__body {
    overflow: auto !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .payment-content__footer {
    display: none;
  }
}
@supports (-ms-ime-align:auto) {
  .select-list {
    border-bottom: 2px solid #eeeeee !important;
    margin-bottom: -1px;
  }
  .payment-content__body {
    overflow: auto !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .payment-content__footer {
    display: none;
  }
}
.item-image {
  position: relative;
}
.mod-articles-category-date {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3px 6px;
  font-size: 90%;
  color: #ffffff;
  background: rgba(32, 44, 56, 0.9);
}
a.mod-articles-category-date:hover,
a.mod-articles-category-date:focus {
  color: #ffffff;
  background: #202c38;
}
.owl-carousel-img .mod-articles-category-date {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mod-articles-category-title {
  margin-bottom: 15px;
  text-transform: 500;
}
.mod-articles-category-title a {
  color: #253b87;
  text-decoration: none;
}
.mod-articles-category-title a:hover {
  text-decoration: underline;
}
.category-module .item-image {
  margin-right: 15px;
}
.articles-category-horizontal {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .articles-category-horizontal-item {
    margin-bottom: 15px;
  }
  .articles-category-horizontal-item .mod-articles-category-title {
    margin-top: 10px;
  }
  .articles-category-horizontal {
    margin-bottom: 15px;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-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;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}
.blog .article-info,
.article .article-info,
.categories-list .article-info {
  margin-bottom: 10px;
}
.blog .article-info .info,
.article .article-info .info,
.categories-list .article-info .info {
  display: inline-block;
  color: #abaaaa;
}
.blog .article-info .info a,
.article .article-info .info a,
.categories-list .article-info .info a {
  color: #abaaaa;
}
.blog .article-info .info + .info,
.article .article-info .info + .info,
.categories-list .article-info .info + .info {
  margin-left: 1.5em;
}
.blog .box .module-table-bordered,
.article .box .module-table-bordered,
.categories-list .box .module-table-bordered {
  background: #fff;
}
.blog .box .article-info,
.article .box .article-info,
.categories-list .box .article-info {
  margin: 10px 0 5px;
  font-size: 12px;
}
.blog .box .article-info .info + .info,
.article .box .article-info .info + .info,
.categories-list .box .article-info .info + .info {
  margin-left: 1em;
}
.blog .box h2,
.article .box h2,
.categories-list .box h2 {
  margin-bottom: 0;
}
.blog .heading a,
.article .heading a,
.categories-list .heading a {
  text-decoration: none;
  color: #202c38;
  font-weight: inherit;
  font-size: 24px;
}
.blog .heading a:focus,
.article .heading a:focus,
.categories-list .heading a:focus,
.blog .heading a:hover,
.article .heading a:hover,
.categories-list .heading a:hover {
  color: #0084ce;
}
.blog h1,
.article h1,
.categories-list h1,
.blog .h1,
.article .h1,
.categories-list .h1 {
  font-size: 26px;
  line-height: 1.2;
}
.blog h2,
.article h2,
.categories-list h2,
.blog .h2,
.article .h2,
.categories-list .h2 {
  font-size: 24px;
  text-transform: none;
}
.blog h3,
.article h3,
.categories-list h3,
.blog .h3,
.article .h3,
.categories-list .h3 {
  font-size: 17px;
}
.blog .img-center,
.article .img-center,
.categories-list .img-center {
  margin: 0 auto;
}
.blog .category-desc,
.article .category-desc,
.categories-list .category-desc {
  margin-bottom: 15px;
}
.blog img,
.article img,
.categories-list img {
  max-width: 100%;
  height: auto;
}
.blog img.no-responsive,
.article img.no-responsive,
.categories-list img.no-responsive {
  max-width: none;
}
.blog p > img:last-child,
.article p > img:last-child,
.categories-list p > img:last-child {
  margin-bottom: 10px;
}
.article .image {
  margin-bottom: 10px;
}
.article .image.pull-right {
  margin-left: 10px;
}
.description br {
  line-height: 200%;
}
.brand img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1380px) {
  .brand img {
    max-height: 54px;
  }
  .top-content.fixed .brand img {
    max-height: 40px;
  }
}
@media (max-width: 1379px) {
  .brand img {
    max-height: auto;
  }
  .top-content.fixed .brand img {
    max-height: 36px;
  }
}
.tabs-products .next-products {
  display: table;
  width: 100%;
  height: 100%;
}
.tabs-products .next-products > div {
  display: table-row;
}
.tabs-products .next-products > div > div {
  display: table-cell;
  vertical-align: middle;
}
.tabs-products .next-products > div > div div.title {
  position: relative;
  color: #ffffff;
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 26px;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 15px;
}
.tabs-products .next-products > div > div div.title:after {
  content: none;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -52%);
  -ms-transform: translate(0, -52%);
  -o-transform: translate(0, -52%);
  transform: translate(0, -52%);
}
.tabs-products .product-next {
  border: none;
  background-size: cover;
}
.tabs-products .product-next:hover .btn-primary {
  background-color: #00639b;
  border-color: #003c5e;
}
.tabs-products .product:first-child {
  border-left: 1px solid #eeeeee;
}
.tabs-products .title {
  margin: 0;
  line-height: 40px;
}
.tabs-products .tab-content {
  padding: 0;
  margin: 20px 0;
  border: 0;
  background: #ffffff;
}
.tabs-products .tab-content .tab-pane {
  margin: 0;
}
.tabs-products .tabs-container {
  text-align: left;
  -webkit-box-shadow: inset 0px -1px 0px #eeeeee;
  box-shadow: inset 0px -1px 0px #eeeeee;
}
.tabs-products .tabs-container > ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.tabs-products .tabs-container > ul > li {
  margin-left: 0;
}
.tabs-products .tabs-container.tabs-with-title {
  text-align: right;
}
.tabs-products .tabs-title {
  float: left;
}
.tab-content h3:not(.gift-title) {
  margin-top: 0;
}
.tab-box {
  margin-bottom: 15px;
  text-decoration: none;
}
.tab-box a {
  text-decoration: none;
  color: #454545;
}
.tab-box a:hover,
.tab-box a:focus {
  color: #0084ce;
}
.tab-box-content {
  padding: 15px;
  border: 1px solid #ededed;
}
.tab-box-content:hover,
.tab-box-content:focus {
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
}
.tab-box .image {
  float: left;
  vertical-align: middle;
  margin-right: 15px;
}
.tab-box .title {
  text-decoration: none;
  display: table;
  height: 65px;
  font-size: 18px;
  line-height: 1.5;
}
.tab-box .title span {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .tab-box:nth-child(even) {
    padding-left: 8px;
  }
  .tab-box:nth-child(odd) {
    padding-right: 8px;
  }
}
@media (max-width: 991px) {
  .tabs-products .tabs-container.tabs-with-title {
    text-align: left;
  }
  .tabs-products .tabs-title {
    float: none;
  }
}
@media (max-width: 767px) {
  .tabs-products .title {
    float: none;
  }
  .tabs-products .tabs-title > li {
    float: none;
  }
}
.top-a {
  margin-top: -20px;
}
.top-a .panel-body {
  padding: 0;
}
.map-checkout {
  height: 300px;
  margin-bottom: 10px;
}
.map-checkout.map-post {
  margin-top: -41px;
}
.map-space {
  margin-bottom: 15px;
}
.branches-map-main {
  width: 100%;
  height: 450px;
}
.branch-map {
  width: 100%;
  height: 100%;
  min-height: 190px;
}
.branch-intervals {
  width: 25%;
  white-space: nowrap;
}
.branch-icon {
  width: 14px;
  text-align: center;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .branches-map-main {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .branches-map-main {
    height: 280px;
  }
}
.posts-info {
  margin-bottom: 10px;
  margin-right: 15px;
}
.posts-info .form-select {
  width: 53%;
}
.posts-info .form-label {
  width: 45%;
}
.posts-info .search-control {
  width: 100%;
}
@media (max-width: 767px) {
  .posts-info .search-control {
    margin: 10px 0px;
  }
  .posts-info .form-select {
    width: 100%;
  }
}
.switcher {
  float: left;
  min-width: 180px;
  position: relative;
}
.switcher .selected {
  padding: 0 10px 0 11px;
  position: relative;
  height: auto;
  border-left: none;
}
.switcher .selected:after {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-left: 10px;
}
.switcher .options {
  min-width: 180px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  float: left;
  padding: 11px 12px;
  border-top: none;
  list-style: none;
  position: absolute;
  left: -1px;
  z-index: 2000;
}
.switcher .options li {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
.switcher .options li a {
  display: block;
  padding: 0px 8px;
  text-decoration: none;
  color: #595959;
  line-height: 1.4;
}
.switcher .options li a:hover,
.switcher .options li a:focus {
  color: #0084ce;
  border-bottom: none;
}
.switcher.currency {
  min-width: 65px;
  z-index: 1060;
}
.switcher.currency .options {
  min-width: 65px;
}
.switcher.language {
  min-width: 120px;
}
.switcher.language .options {
  min-width: 120px;
}
.switcher.language .option span {
  display: inline-block;
  margin-left: 5px;
}
.switcher .options {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  transform: scale(0) rotate(0deg);
  -ms-transform: scale(0) rotate(0deg);
  -moz-transform: scale(0) rotate(0deg);
  -webkit-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.switcher:hover {
  cursor: pointer;
}
.switcher:hover .options {
  transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.top-panel-a .bordered .switcher .options {
  min-width: 182px;
}
.top-panel-a .bordered .switcher.currency .options {
  min-width: 67px;
}
.top-panel-a .bordered .switcher.language .options {
  min-width: 122px;
}
@media (min-width: 992px) {
  .switcher .options {
    padding: 6px;
  }
  .switcher .options li {
    padding: 0;
  }
  .switcher .options li a {
    padding: 4px 12px;
  }
}
@media (min-width: 1380px) {
  .switcher .options li {
    padding: 0;
  }
  .switcher .options li a {
    padding: 6px 12px;
  }
}
*[class^="menu-"] .switcher .selected {
  line-height: normal;
  color: #ffffff;
}
@media (min-width: 1380px) {
  *[class^="menu-"] .switcher .selected {
    line-height: normal;
  }
}
.newsflash h1,
.newsflash h2,
.newsflash h3,
.newsflash h4,
.newsflash h5,
.newsflash h6,
.newsflash .h1,
.newsflash .h2,
.newsflash .h3,
.newsflash .h4,
.newsflash .h5,
.newsflash .h6 {
  margin-top: 0;
}
.newsflash-item {
  margin-bottom: 50px;
}
.info-block {
  padding: 15px;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
}
.info-block:after,
.info-block::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.info-block:after {
  border-width: 0 0 12px 12px;
  margin-left: 0;
  border-color: transparent transparent #f5f5f5 transparent;
}
.info-block:before {
  border-width: 0 0 15px 14px;
  margin-left: -1px;
  border-color: transparent transparent #eeeeee transparent;
}
.info-block:after,
.info-block::before {
  left: 23px;
}
.bootstrap-dialog .modal-header {
  border-bottom: 0;
}
.bootstrap-dialog .modal-body {
  margin-bottom: 15px;
}
.bootstrap-dialog .modal-body .tab-content {
  overflow: auto;
  max-height: 500px;
}
.bootstrap-dialog .label {
  padding: 4px 8px;
}
.bootstrap-dialog .description {
  padding: 30px;
  font-weight: 500;
  background: #fbfcff;
  border: 1px solid #d2e9fb;
  margin-bottom: 15px;
}
.bootstrap-dialog .description .title-collapsed {
  margin: 0;
}
.bonus-info {
  margin: 20px 0;
  padding: 0 15px;
  border: 3px dashed #eeeeee;
}
.bonus-info .bonus-summary {
  padding: 15px 0;
}
.bonus-info .bonus-summary .total-bonus {
  font-size: 13px;
  margin-bottom: 5px;
}
.bonus-info .bonus-summary .bonus-price {
  font-weight: 500;
}
.bonus-info .bonus-summary .progress {
  height: 34px;
  margin: 3px 0 15px;
  background: #ffffff;
}
.bonus-info .bonus-summary .progress.pulsing {
  animation: pulse 2s ease infinite;
}
.bonus-info .bonus-summary .progress-danger {
  background-color: #ff0000;
}
.bonus-info .bonus-summary .progress-bar[aria-valuenow="0"] {
  min-width: 0;
}
.bonus-info .bonus-summary .info-block {
  margin-bottom: 70px;
}
.bonus-info .bonus-summary .bonus-tooltip-container {
  position: absolute;
  width: 100%;
}
.bonus-info .bonus-summary .bonus-tooltip {
  text-align: left;
  color: #454545;
  position: absolute;
  padding: 10px;
  width: 200px;
  float: left;
  margin: 0;
  top: 50px;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left {
  position: relative;
  background: #eff6ee;
  border: 1px solid #c2d69b;
  left: 0;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left:after,
.bonus-info .bonus-summary .bonus-tooltip.arrow-left::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #eff6ee;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #c2d69b;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left:after,
.bonus-info .bonus-summary .bonus-tooltip.arrow-left::before {
  left: 0;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right {
  position: relative;
  background: #eff6ee;
  border: 1px solid #c2d69b;
  left: -200px;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right:after,
.bonus-info .bonus-summary .bonus-tooltip.arrow-right::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right:after {
  border-width: 0 0 12px 12px;
  margin-left: 0;
  border-color: transparent transparent #eff6ee transparent;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right:before {
  border-width: 0 0 15px 14px;
  margin-left: -1px;
  border-color: transparent transparent #c2d69b transparent;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right:after,
.bonus-info .bonus-summary .bonus-tooltip.arrow-right::before {
  left: 186px;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left {
  position: relative;
  background: #fef7f8;
  border: 1px solid #f1b9b8;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left:after,
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #fef7f8;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #f1b9b8;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right {
  position: relative;
  background: #fef7f8;
  border: 1px solid #f1b9b8;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right:after,
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right:after {
  border-width: 0 0 12px 12px;
  margin-left: 0;
  border-color: transparent transparent #fef7f8 transparent;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right:before {
  border-width: 0 0 15px 14px;
  margin-left: -1px;
  border-color: transparent transparent #f1b9b8 transparent;
}
.bonus-title {
  font-size: 24px;
  font-weight: normal;
}
.bonus-title strong {
  color: #0084ce;
  font-weight: normal;
}
.bonus-title-sm {
  font-size: 15px;
  font-weight: bold;
}
.bonus-title-sm strong {
  font-weight: bold;
}
.bonus .table-product-list .price,
.bonus .table-product-list .variant {
  font-size: 13px;
  margin-top: 10px;
}
.bonus .table-product-list .choose-bonus {
  min-width: 150px;
  width: 15%;
}
.bonus .table-product-list .quantity {
  min-width: 90px;
}
.bonus select {
  max-width: 256px;
  width: 100%;
}
.bonus .tab-content {
  padding: 0;
}
.bonus .tab-content-light {
  border: 0;
}
.bonus-box {
  padding: 10px;
  border: 1px solid;
}
.bonus-box-success {
  background-color: #eff6ee;
  border-color: #c2d69b;
}
.bonus-box-danger {
  background-color: #fef7f8;
  border-color: #f1b9b8;
}
.bonus-box-spaced {
  margin-top: 15px;
}
.bonus-box-btn {
  font-size: 24px;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bonus-box .redeemed-value {
  float: right;
}
.bonus-item {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}
.bonus-quantity {
  width: 84px;
  margin: 0 auto;
  margin-top: 10px;
}
.bonus-spaced {
  margin-top: 10px;
}
.bonus-text-complete {
  float: left;
}
.bonus-text-balance {
  float: right;
}
.bonus-selector {
  margin: -28px 0;
  text-align: center;
}
.bonus-selector-card {
  text-align: center;
}
.bonus-selector-card .bonus-selector-item {
  width: 68px;
  height: 68px;
  margin-top: 8px;
}
.bonus-selector-row {
  margin: 20px 0;
}
.bonus-selector-row-sm {
  padding: 8px 12px;
}
.bonus-selector-item {
  display: inline-block;
  position: relative;
  width: 125px;
  height: 125px;
  text-decoration: none;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}
.bonus-selector-item-choose {
  background: #0084ce;
  padding: 18px 12px;
}
.bonus-selector-item-choose .text {
  font-family: 'Hind', sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.bonus-selector-item-choose .fa {
  font-size: 25px;
  color: #005382;
}
.bonus-selector-item img {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #fff;
}
.bonus-selector-item + .bonus-selector-item {
  margin-left: -23px;
}
.bonus-selector-item:focus {
  outline: none;
}
.bonus-selector-item:nth-of-type(1) {
  z-index: 4;
}
.bonus-selector-item:nth-of-type(2) {
  z-index: 3;
}
.bonus-selector-item:nth-of-type(3) {
  z-index: 2;
}
.bonus-selector-item:nth-of-type(4) {
  z-index: 1;
}
.bonus-selector-sm {
  margin: -17px 0;
}
.bonus-selector-sm .bonus-selector-item {
  width: 74px;
  height: 74px;
}
.bonus-selector-sm .bonus-selector-item img {
  padding: 10px;
}
.bonus-selector-sm .bonus-selector-item + .bonus-selector-item {
  margin-left: -19px;
}
.choose-bonus {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  background: #0084ce;
  border-radius: 5px;
  line-height: 40px;
  font-size: 128%;
}
.choose-bonus span {
  display: block;
  margin: 15px 25px 0;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
.choose-bonus span .choose-bonus-change-title {
  display: inline;
  margin: 0;
  text-align: initial;
}
.choose-bonus:before {
  position: absolute;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 25px;
  color: #005382;
  left: 15px;
  line-height: 1;
  top: 52%;
  transform: translateY(-50%);
}
.choose-bonus-sm {
  font-size: 88%;
  line-height: 26px;
}
.choose-bonus-sm span {
  margin: 0 15px 0 35px;
}
.choose-bonus-sm:before {
  font-size: 18px;
  left: 11px;
}
.choose-bonus:hover {
  background: #0074b5;
}
.choose-bonus:hover,
.choose-bonus:focus {
  color: #ffffff;
}
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-msg {
  font-size: 108%;
  color: #000;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.7);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.7);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
  }
}
@media (max-width: 1379px) {
  .choose-bonus:before {
    left: 10px;
  }
  .bonus-selector {
    margin: -10px 0;
  }
  .bonus-selector-item {
    width: 80px;
    height: 80px;
  }
  .bonus-selector-sm {
    margin: -17px 0;
  }
}
@media (max-width: 991px) {
  .bonus-info .choose-bonus span {
    margin: 0 25px 25px;
  }
  .progress-msg {
    top: 9px;
  }
}
@media (min-width: 1380px) {
  .bootstrap-dialog .modal-body .tab-content {
    max-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1379px) {
  .bootstrap-dialog .modal-body .tab-content {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .bonus-info .bonus-summary {
    margin-bottom: 0;
  }
  .bonus-text-complete {
    float: none;
  }
  .bonus-text-complete .label {
    float: right;
  }
  .bonus-text-balance {
    float: none;
    margin-top: 15px;
  }
  .bonus-text-balance .label {
    float: right;
  }
  .bonus-selector {
    margin: 15px 0;
  }
  .bonus-title {
    text-align: center;
  }
  .choose-bonus span {
    margin-left: 35px;
  }
  .bonus-title-sm {
    display: block;
  }
  .bonus-selector-sm .bonus-selector-item {
    width: 65px;
    height: 65px;
  }
  .bonus-selector-item-choose {
    padding: 14px 12px;
  }
}
@media (max-width: 479px) {
  .bonus-text-complete .label,
  .bonus-text-balance .label {
    float: none;
    display: table;
  }
  .bonus-selector-item + .bonus-selector-item {
    margin-left: -35px;
  }
}
@media (max-width: 350px) {
  .bonus-box .redeemed-value {
    display: block;
    float: none;
    margin-bottom: 8px;
  }
  .bonus-box .redeemed-value-last {
    margin-bottom: 0;
  }
}
.owl-carousel {
  margin-bottom: 15px !important;
}
.owl-carousel .owl-wrapper-outer {
  clear: both;
  border: 1px solid #eeeeee;
  margin-bottom: 2px;
  margin-top: 1px;
}
.owl-carousel .owl-wrapper {
  display: flex !important;
  align-items: stretch;
  margin-left: -1px;
}
.owl-carousel.products {
  border-left: 0;
}
.owl-carousel.products .product:hover {
  box-shadow: inset 0 0 6px rgba(1, 1, 1, 0.18);
}
.owl-carousel .item-bordered {
  border: 1px solid #eeeeee;
  padding: 5px;
}
.owl-carousel .owl-item.active:last-child .product {
  border-right: 1px solid #eeeeee;
}
.owl-carousel.owl-carousel-product-images .owl-item {
  text-align: center;
}
.owl-carousel.products.products-single-row {
  border: 0;
}
.owl-carousel.products.products-single-row .product {
  border-left: 1px solid #eeeeee;
}
.owl-carousel.products.products-single-row .product .image {
  text-align: center;
}
.owl-carousel-title {
  float: left;
  margin: 15px 0 0;
}
.delegate-carousel-controls {
  float: right;
  padding: 0;
}
.tab-pane .owl-buttons {
  display: none;
}
.owl-buttons {
  float: right;
  margin-bottom: 10px;
  list-style: none;
}
.owl-buttons .owl-next {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #dddddd;
  float: left;
  cursor: pointer;
}
.owl-buttons .owl-next:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 24px;
  color: #dddddd;
  line-height: 30px;
}
.owl-buttons .owl-next:focus,
.owl-buttons .owl-next:hover {
  border: 1px solid #0084ce;
}
.owl-buttons .owl-next:focus:before,
.owl-buttons .owl-next:hover:before {
  color: #0084ce;
}
.owl-buttons .owl-prev {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #dddddd;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.owl-buttons .owl-prev:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-size: 24px;
  color: #dddddd;
  line-height: 30px;
}
.owl-buttons .owl-prev:focus,
.owl-buttons .owl-prev:hover {
  border: 1px solid #0084ce;
}
.owl-buttons .owl-prev:focus:before,
.owl-buttons .owl-prev:hover:before {
  color: #0084ce;
}
.owl-news-carousel .owl-buttons {
  margin-bottom: 0;
}
.owl-carousel.owl-carousel-spaced .owl-wrapper-outer {
  border: 0;
}
.owl-carousel.owl-carousel-spaced .item {
  margin: 10px;
}
.carousel-title {
  margin: 0;
  padding-right: 75px;
}
.category-module .owl-carousel {
  position: static;
}
.category-module .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.owl-carousel.owl-carousel-single-item .owl-wrapper-outer,
.owl-carousel.owl-carousel-multiple-items .owl-wrapper-outer {
  border: 0;
  margin: 0;
}
.owl-carousel.owl-carousel-single-item .item,
.owl-carousel.owl-carousel-multiple-items .item {
  margin-top: 10px;
}
.owl-carousel.owl-carousel-single-item .owl-wrapper,
.owl-carousel.owl-carousel-multiple-items .owl-wrapper {
  margin-left: 0;
}
.owl-carousel.owl-carousel-single-item .owl-carousel-heading,
.owl-carousel.owl-carousel-multiple-items .owl-carousel-heading {
  margin-top: 0;
}
.owl-carousel.owl-carousel-single-item .owl-carousel-heading a,
.owl-carousel.owl-carousel-multiple-items .owl-carousel-heading a {
  color: #202c38;
}
@media (max-width: 767px) {
  .owl-carousel {
    margin-top: 0 !important;
  }
  .owl-buttons {
    padding-top: 10px;
  }
  .owl-news-carousel .owl-buttons {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .owl-carousel-item {
    flex-direction: column;
  }
  .owl-carousel-img {
    margin-bottom: 10px;
  }
  .category-module .item-image {
    margin-right: 0;
  }
  .owl-item .mod-articles-category-title {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .owl-carousel-img {
    margin-right: 15px;
  }
  .owl-thumb-image img {
    max-width: 220px;
  }
}
.copyright {
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  background: #ffffff;
  color: #454545;
  border-top: none;
  line-height: 1.6;
}
.copyright a {
  color: #0084ce;
  text-decoration: none;
}
.copyright a:hover,
.copyright a:focus {
  color: #0084ce;
  text-decoration: underline;
}
.copyright-text {
  margin-top: 10px;
}
.copyright-brand {
  text-align: right;
}
.copyright-brand a {
  white-space: nowrap;
  color: #0084ce;
  text-decoration: none;
}
.copyright-brand a:hover,
.copyright-brand a:focus {
  color: #0084ce;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
  .copyright-brand {
    text-align: center;
    margin-top: 5px;
  }
  .item-table .copyright-text,
  .item-table .copyright-brand {
    display: block;
    width: 100%;
  }
}
div.pagination {
  float: none;
  width: 100%;
  padding: 15px;
  background: #f2f2f2;
  margin-bottom: 20px;
}
.paginator-control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 6px;
}
.paginator-pages-first {
  float: left;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  padding: 3px 10px;
  line-height: 1.6;
  text-decoration: none;
  color: #0084ce;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.paginator-pages-first:hover,
.paginator-pages-first:focus {
  color: #0084ce;
  background-color: #ffffff;
  border-color: #dddddd;
}
.paginator-pages-last {
  float: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  padding: 3px 10px;
  line-height: 1.6;
  text-decoration: none;
  color: #0084ce;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.paginator-pages-last:hover,
.paginator-pages-last:focus {
  color: #0084ce;
  background-color: #ffffff;
  border-color: #dddddd;
}
.paginator-pages-middle {
  width: 200px;
  margin: 0 auto;
  padding: 3px 10px;
  text-align: center;
}
.paginator-ordering {
  margin-bottom: 15px;
  overflow: hidden;
}
.paginator .disabled {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.paginator .panel-body {
  background: #ffffff;
  border: 1px solid none;
}
@media (min-width: 480px) {
  .paginator-pages-middle {
    width: auto;
  }
}
@media (min-width: 480px) {
  .paginator-ordering {
    margin-bottom: 0;
  }
}
.has-bonus-block .rounded,
.is-bonus-block .rounded {
  width: 82px;
  height: 82px;
  border: 1px solid #d2d2d2;
  border-radius: 100%;
}
.has-bonus-block .fa-bonus,
.is-bonus-block .fa-bonus {
  font-size: 50px;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #d2d2d2;
  border-radius: 100%;
  padding: 5px;
  margin: 5px;
  text-align: center;
  line-height: 60px;
  background: #0084ce;
}
.has-bonus-block .bonus-block-image,
.is-bonus-block .bonus-block-image {
  border: 1px solid #eeeeee;
  background: #fff;
  height: 80px;
  text-align: center;
}
.has-bonus-block .bonus-block-image img,
.is-bonus-block .bonus-block-image img {
  max-width: 55px;
  max-height: 55px;
  margin-top: 12px;
}
.has-bonus-block .btn-bonus,
.is-bonus-block .btn-bonus {
  min-height: 80px;
  white-space: normal;
  padding: 10px 6px 6px 6px;
}
.has-bonus-block .btn-bonus-block,
.is-bonus-block .btn-bonus-block {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.has-bonus-block .category-link,
.is-bonus-block .category-link {
  position: relative;
}
.has-bonus-block .category-link .active,
.is-bonus-block .category-link .active {
  display: block;
  padding-bottom: 9px;
  border-bottom: 3px solid #0084ce;
}
.has-bonus-block .category-link .active:before,
.is-bonus-block .category-link .active:before {
  content: "\f14a";
  font-family: "fontawesome";
  position: absolute;
  top: 0;
  left: 4px;
  color: #0084ce;
}
.has-bonus-block .bonus-block-counter,
.is-bonus-block .bonus-block-counter {
  height: 80px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #0084ce;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 8px;
}
.has-bonus-block .bonus-block-counter span,
.is-bonus-block .bonus-block-counter span {
  font-size: 16px;
}
.has-bonus-block .bonus-block-counter a,
.is-bonus-block .bonus-block-counter a {
  text-decoration: none;
}
.has-bonus-block .bonus-block-counter a:hover,
.is-bonus-block .bonus-block-counter a:hover {
  opacity: .8;
}
.has-bonus-block .gift-info-number,
.is-bonus-block .gift-info-number {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-top: 10px;
}
.has-bonus-block .gift-info-text,
.is-bonus-block .gift-info-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.has-bonus-block .gift-info-more,
.is-bonus-block .gift-info-more {
  margin-top: 10px;
  font-size: 14px;
}
.has-bonus-block .btn-bonus {
  padding: 10px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .navbar-menu-title {
    color: #ffffff;
    text-align: left;
    margin: 0;
    padding-left: 65px;
    line-height: 48px;
    background: #253b87;
  }
  .navbar-menu .navbar-menu-toggle {
    float: left;
    margin: 0;
    background-color: #304caf;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 15px 18px;
    display: block;
    height: 48px;
  }
  .navbar-menu .navbar-menu-toggle a {
    color: #ffffff;
  }
  .navbar-menu-link::after {
    font-family: fontawesome;
    content: '\f105';
    position: absolute;
    right: 18px;
  }
  .navbar-menu-collapse {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .navbar-menu-collapse.navbar-collapse {
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .navbar-menu-collapse .navbar-nav {
    margin: 0;
    background: #eeeeee;
  }
  .navbar-menu-collapse .navbar-nav li > a {
    color: #435360;
    text-transform: none;
    text-decoration: none;
  }
  .navbar-menu-collapse .navbar-nav li > a:focus,
  .navbar-menu-collapse .navbar-nav li > a:hover {
    border-bottom: none;
    background: #e8e8e8;
    color: #379adc;
  }
  .navbar-menu-collapse .navbar-nav li + li a {
    border-top: 1px solid #efefef;
  }
  .navbar-menu-collapse .navbar-nav a {
    color: #435360;
  }
  .navbar-menu-collapse .navbar-nav a:hover {
    border-bottom: 0;
    color: #379adc;
  }
  .navbar-main .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-menu.navbar-header {
    float: none;
  }
}
@media (max-width: 991px) {
  .navbar-main .nav > li > a {
    padding: 12px 18px;
  }
}
@media (min-width: 768px) {
  .nmd {
    margin: -10px 0 0;
  }
}
@media (max-width: 767px) {
  .nmd {
    margin: 0;
  }
}
.nmd-item {
  display: flex;
  line-height: 1.3;
  text-transform: none;
}
@media (min-width: 768px) {
  .nmd-item {
    align-items: flex-start;
  }
  .active > .nmd-item > .nmd-toggle:before {
    content: '\f068';
  }
}
@media (max-width: 767px) {
  .nmd-item {
    align-items: center;
  }
  .active > .nmd-item {
    border-bottom: 1px solid #0084ce;
    margin-bottom: 4px;
  }
  .active > .nmd-item > .nmd-toggle:before {
    content: '\f104';
  }
  .active > .nmd-item > .nmd-link {
    padding: 12px;
  }
}
.nmd-toggle {
  display: block;
  border: 1px solid #0084ce;
  border-radius: 3px;
  color: #0084ce;
  background: #fff;
  cursor: pointer;
  z-index: 1;
}
.nmd-toggle:before {
  display: block;
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 8px;
  text-align: center;
}
.parent > .nmd-item > .nmd-toggle {
  opacity: 0;
  cursor: default;
}
@media (min-width: 768px) {
  .nmd-toggle {
    flex: 0 0 13px;
    max-width: 13px;
    height: 13px;
    margin-top: 7px;
  }
  .nmd-toggle:before {
    font-size: 8px;
    line-height: 11px;
  }
}
@media (max-width: 767px) {
  .nmd-toggle {
    flex-basis: 24px;
    max-width: 24px;
    height: 24px;
    margin-left: 20px;
  }
  .nmd-toggle:before {
    font-size: 14px;
    line-height: 22px;
  }
}
.nmd-link {
  flex: 1 0;
  font-weight: 500;
  color: #595959 !important;
  text-decoration: none;
}
.nmd-link:hover,
.current > .nmd-item > .nmd-link {
  color: #0084ce !important;
}
@media (min-width: 768px) {
  .nmd-link {
    padding: 6px 8px;
  }
}
@media (max-width: 767px) {
  .nmd-link {
    padding: 12px;
  }
}
.nmd-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nmd-list ul {
  margin: 0;
  list-style: none;
}
.nmd-list li {
  position: relative;
}
.nmd-list > li {
  padding: 0 10px;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .nmd-list ul {
    padding: 0 0 0 10px;
    font-size: 90%;
  }
  .nmd-list ul .nmd-item:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 0;
    margin-top: 10px;
    border-top: 1px solid #b4d0ec;
    transform: translateX(-13px);
  }
  .nmd-list ul .nmd-link {
    padding: 4px 5px;
  }
  .nmd-list ul .nmd-toggle {
    margin-top: 4px;
  }
  .nmd-list li {
    padding: 0 0 0 10px;
  }
  .nmd-list > li li:before {
    position: absolute;
    top: -9px;
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px solid #b4d0ec;
    transform: translateX(-14px);
  }
  .nmd-list > li li:last-child:before {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .nmd-list ul {
    padding: 0;
  }
  .nmd-list ul .nmd-link {
    padding: 8px 12px;
  }
  .nmd-list li {
    padding: 0;
  }
  .nmd-list .parent-level {
    padding-bottom: 4px;
  }
}
.category-menu-header {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .category-menu {
    margin-top: 0;
  }
}
.spinner {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .8;
  z-index: 10000;
}
.spinner--default {
  display: none;
}
.spinner__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
}
.spinner__icon:before {
  font-size: 120px;
}
@media (max-width: 767px) {
  .btn-next-products {
    display: block;
    width: 100%;
  }
}
.order-detail {
  padding: 15px;
}
.order-detail-heading {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}
.order-detail-row {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.order-detail-row--sm {
  margin-top: 5px;
  padding: 0;
  border: 0;
  font-size: 13px;
}
.order-detail-row--last {
  padding-bottom: 0;
  border-bottom: 0;
}
.order-detail-section {
  padding: 15px;
  background: #fff;
  border: 1px solid #eeeeee;
}
.order-detail-section .row {
  padding-bottom: 10px;
}
.order-detail-small-label {
  font-size: 10px;
  font-weight: bold;
}
.order-detail-small-text {
  font-size: 10px;
}
.order-detail-total-price {
  font-size: 15px;
  font-weight: bold;
}
.order-detail-secondary-price {
  color: #adb8bf;
  font-size: 10px;
}
.order-detail-item-title {
  font-weight: bold;
}
.order-detail-label {
  font-weight: bold;
}
.order-header {
  margin-bottom: 18px;
}
.order-header-table {
  margin-bottom: 0;
}
.order-header-table th {
  width: 130px;
}
.order-list-label {
  color: #dedede;
  float: left;
  width: 20px;
}
.order-list-text {
  float: left;
  width: 88%;
}
@media (max-width: 767px) {
  .order-detail {
    padding-bottom: 0;
  }
  .order-detail-row {
    padding: 10px 0px;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
  }
  .order-detail-row .row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .order-detail-row-item-name {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
  }
  .order-detail-row--sm {
    padding: 0;
    margin-bottom: 0;
    border: 0;
  }
  .order-detail-row--sm.row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .order-detail-row--sm .order-detail-row-item-name {
    margin: 0;
    padding: 0;
    border: none;
  }
  .order-detail-row--sm:first-child {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .order-detail-row-right {
    text-align: right;
  }
  .order-detail-row-center {
    text-align: center;
  }
}
.wk-gallery-wall.margin {
  margin: 0 -15px 0 0;
}
.wk-slideshow-default .nav {
  z-index: 800;
}
.banner .wk-slideshow {
  margin: 0 0 15px 0;
}
.manufacturers .manufacturer-heading {
  display: table;
  width: 100%;
  min-height: 40px;
}
.manufacturers .manufacturer-heading h2 {
  font-size: 13px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.manufacturers .manufacturer img.img-responsive {
  display: inline;
}
.manufacturers .manufacturer-description {
  padding-top: 15px;
}
.related-variants {
  border-collapse: collapse;
}
.related-variant {
  border-bottom: 1px solid #e8e8e8;
}
.related-variant:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.related-variant-selection {
  margin-right: 10px;
  text-align: center;
}
.related-variant-selection input {
  cursor: pointer;
}
.related-variant-image {
  margin-right: 10px;
  padding: 10px 0;
  text-align: center;
}
.related-variant-title {
  margin-right: 10px;
}
.related-variant-content {
  padding: 10px 0;
}
.related-variant-price {
  margin-right: 10px;
  text-align: right;
}
.related-variant-price .specific-price {
  font-size: 12px;
  color: #adb8bf;
  font-weight: normal;
}
.related-variant-stock {
  text-align: right;
}
@media (max-width: 1379px) {
  .related-variant-title h4 {
    float: none;
    line-height: 20px;
    margin-bottom: 0;
  }
  .related-variant-price {
    float: none;
    line-height: 20px;
  }
}
.tag-combination-container {
  margin-bottom: 5px;
  margin-left: 14px;
  margin-right: 14px;
}
.tag-combination-container .tag-combination-item {
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}
.tag-combination-container .tag-combination-item .tag-combination-item-container {
  display: block;
  box-sizing: content-box;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0 5px 0 8px;
}
.tag-combination-container .tag-combination-item .tag-combination-item-container:before {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
  vertical-align: middle;
  color: #0084ce;
  height: 60px;
  line-height: 60px;
  padding-right: 10px;
  font-size: 25px;
}
.tag-combination-container .tag-combination-item .tag-combination-item-container:hover {
  border: 1px solid #0084ce;
}
.tag-combination-container .tag-combination-item .tag-combination-item-container:hover .tag-combination-item-title-text {
  color: #0084ce;
}
.tag-combination-container .tag-combination-item .tag-combination-item-container img {
  float: left;
  margin: 10px 5px 10px 5px;
  height: 40px;
  width: 40px;
  display: block;
}
.tag-combination-container .tag-combination-item .tag-combination-item-container .tag-combination-item-title {
  display: block;
  vertical-align: middle;
  text-decoration: none;
  padding: 0 15px 0 3px;
  height: 60px;
  line-height: 60px;
  color: #202c38;
  overflow: hidden;
}
.tag-combination-container .tag-combination-item .tag-combination-item-container .tag-combination-item-title .tag-combination-item-title-text {
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: bold;
}
.tag-combination-container > .flex-row > div {
  padding-left: 1px;
  padding-right: 1px;
}
.tag-combination-box {
  margin-top: 30px;
}
.tag-combination-box .tag-combination {
  border: 1px solid #efefef;
  margin-bottom: 30px;
  padding: 7.5px;
}
.tag-combination-box .tag-combination .tag-combination-image {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tag-combination-box .tag-combination .title {
  text-align: center;
  margin: 10px 0 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  min-height: 48px;
  color: #454545;
}
.tag-combination-box .tag-combination .title a {
  color: inherit;
  text-decoration: none;
}
.tag-combination-box .tag-combination .title a:focus,
.tag-combination-box .tag-combination .title a:hover {
  color: #0084ce;
  text-decoration: none;
}
@media (min-width: 1380px) {
  .tag-combination-box .tag-combination {
    padding: 15px;
  }
}
.subscription {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  margin-bottom: 15px;
}
.subscription-box {
  display: table-cell;
}
.subscription-box i.fa-check,
.subscription-box i.fa-times {
  display: block;
  padding-top: 10px;
}
.subscription-box i.fa-check {
  color: #6ba33e;
}
.subscription-box i.fa-times {
  color: gray;
}
.subscription-box-tip {
  position: relative;
  z-index: 100;
  box-shadow: #555555 0px 0px 20px;
  -webkit-box-shadow: #555555 0px 0px 20px;
  -moz-box-shadow: #555555 0px 0px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.subscription-heading {
  padding: 20px;
  background: #0084ce;
}
.subscription-heading h2 {
  color: #ffffff;
}
.subscription-heading-tip {
  padding-top: 40px;
}
.subscription-price {
  padding: 20px;
  background: #009ef7;
  color: #ffffff;
  font-size: 200%;
  font-weight: 300;
}
.subscription-section {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.subscription-section-note {
  display: block;
  min-height: 30px;
  padding-top: 10px;
  color: gray;
  font-size: 90%;
}
.subscription-section:nth-child(odd) {
  background: #eeeeee;
}
.subscription-section-tip {
  padding-bottom: 40px;
}
.subscription-section:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.subscription span[bubbletooltip] {
  text-decoration: none;
  position: relative;
  z-index: 200;
  color: #93aad3;
}
.subscription span[bubbletooltip] i {
  cursor: pointer;
}
.subscription span[bubbletooltip]:before {
  content: "";
  position: absolute;
  border-top: 21px solid #555555;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  visibility: hidden;
  top: -20px;
  left: -12px;
}
.subscription span[bubbletooltip]:after {
  position: absolute;
  content: attr(bubbletooltip);
  color: #ffffff;
  bottom: 25px;
  left: -40px;
  background: #555555;
  padding: 5px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  visibility: hidden;
  width: 150px;
  text-align: left;
  font-size: 90%;
}
.subscription span[bubbletooltip]:hover:before,
.subscription span[bubbletooltip]:hover:after {
  visibility: visible;
  -moz-transition: visibility 0s linear .3s;
}
.subscription span[bubbletooltip]:hover {
  color: #f0c344;
}
@media (max-width: 767px) {
  .subscription {
    display: block;
  }
  .subscription-heading,
  .subscription-price,
  .subscription-section {
    padding: 10px;
  }
  .subscription-box {
    display: block;
    margin-bottom: 15px;
  }
  .subscription-box:last-child {
    margin-bottom: 0;
  }
  .subscription-box-tip {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
@media (max-width: 991px) {
  .subscription span[bubbletooltip]:after {
    left: -100px;
  }
}
.mod-manufacturer {
  padding: 5px;
}
.mod-manufacturer-content {
  display: block;
  text-align: center;
  padding: 0;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.mod-manufacturer-content:hover {
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
}
.mod-manufacturers {
  margin: 0 0 15px;
}
.mod-manufacturers-row {
  height: 100%;
  margin: -5px;
  border: 0;
}
.mod-manufacturers-others {
  display: flex;
  height: 100%;
  padding: 15px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  color: #454545;
  background: #f2f2f2;
  text-decoration: none;
}
.fa.mod-manufacturers-others-icon {
  font-size: 32px;
}
.mod-manufacturers-others-title-top {
  font-size: 32px;
  font-weight: bold;
}
.mod-manufacturers-others-title-bottom {
  font-size: 23px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .mod-manufacturers-others {
    justify-content: space-between;
    flex-direction: column;
  }
  .fa.mod-manufacturers-others-icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mod-manufacturers-others-title-top {
    font-size: 22px;
  }
  .mod-manufacturers-others-title-bottom {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mod-manufacturers-others {
    justify-content: space-between;
    flex-direction: row;
    margin-top: 15px;
  }
  .mod-manufacturers-others-title {
    order: 1;
  }
  .mod-manufacturers-others-icon {
    order: 2;
  }
}
.panel-message-container {
  display: inline-flex;
  align-items: center;
}
.panel-message-text {
  text-align: center;
  margin-left: 15px;
}
.panel-message-text-title {
  color: #8cd12a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.panel-message-text-content {
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}
.panel-message-text > *:not(:first-child) {
  margin-top: 2px;
}
.panel-message a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .panel-message-container {
    margin-bottom: 15px;
  }
}
.subscriber {
  display: flex;
  background: none;
  background-size: initial;
  margin: 0;
  padding: 0;
}
.subscriber__text-above {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
  text-shadow: none;
  color: #ffffff;
}
.subscriber__text-below {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-shadow: none;
  color: #454545;
}
.subscriber__form {
  position: relative;
}
.subscriber__tooltip {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
  padding: 8px 15px;
  margin-bottom: 12px;
  border: 1px solid #eeeeee;
  font-size: 11px;
  line-height: 1.4;
  color: #454545;
  background: #fff;
  z-index: 1070;
}
.subscriber__tooltip a {
  color: #0084ce;
  text-decoration: underline;
}
.subscriber__tooltip a:hover,
.subscriber__tooltip a:focus {
  color: #0084ce;
  text-decoration: none;
}
.subscriber__tooltip:before {
  left: 15px;
  width: 18px;
  height: 9px;
  border: 9px solid transparent;
  border-top-color: #eeeeee;
}
.subscriber__tooltip:after {
  left: 16px;
  width: 16px;
  height: 8px;
  border: 8px solid transparent;
  border-top-color: #fff;
}
.subscriber__tooltip:before,
.subscriber__tooltip:after {
  position: absolute;
  top: 100%;
  display: block;
  content: '';
  border-bottom-width: 0;
}
.subscriber__input {
  position: relative;
  flex: 1 1;
  min-width: auto;
  min-height: 40px;
  padding: 5px 18px;
  font-size: 13px;
  line-height: 1.6;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #555555;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscriber__input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscriber__btn {
  height: 40px;
  padding: 5px 42px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: normal;
}
.subscriber__btn.btn-default {
  border: #dddddd;
  background: #ffffff;
  color: #454545;
}
.subscriber__note {
  position: absolute;
  top: 100%;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.4;
}
.subscriber--inline {
  align-items: center;
}
@media (max-width: 991px) {
  .subscriber--inline {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .subscriber--inline .subscriber__desc {
    flex: 1 1;
    margin-right: auto;
    padding-right: 15px;
    text-align: left;
  }
  .subscriber--inline .subscriber__form {
    min-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .subscriber--inline .subscriber__form {
    display: inline-flex;
    align-items: stretch;
  }
  .subscriber--inline .subscriber__input {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .subscriber--inline .subscriber__desc,
  .subscriber--inline .subscriber__form {
    flex-basis: 100%;
    max-width: 100%;
  }
  .subscriber--inline .subscriber__desc {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .subscriber--inline .subscriber__desc {
    text-align: center;
  }
  .subscriber--inline .subscriber__input,
  .subscriber--inline .subscriber__btn {
    width: 100%;
  }
  .subscriber--inline .subscriber__btn {
    margin-top: 8px;
  }
}
.subscriber--boxed {
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
.subscriber--boxed .subscriber__desc,
.subscriber--boxed .subscriber__form {
  flex: 0 0 auto;
  width: 100%;
}
.subscriber--boxed .subscriber__desc {
  margin: auto 0 8px;
  text-align: center;
}
.subscriber--boxed .subscriber__form {
  margin-bottom: auto;
}
.subscriber--boxed .subscriber__input,
.subscriber--boxed .subscriber__btn {
  width: 100%;
}
.subscriber--boxed .subscriber__btn {
  margin-top: 8px;
}
.content .footer-banner-open-button-container {
  z-index: 999;
}
.content .footer-banner-open-button-background {
  right: 125px;
  width: 90px;
  height: 60px;
}
.content .footer-banner-open-button-link {
  padding: 0 15px 0 50px;
  line-height: 40px;
  color: #000000;
}
.content .footer-banner-open-button-link:hover {
  color: #000000;
  text-decoration: underline;
}
.content .footer-banner-close-button-link,
.content .footer-banner-open-button-icon-link {
  top: unset !important;
  bottom: 100%;
  right: 0;
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: #0084ce;
  font-size: 10px;
  text-decoration: none;
}
.content .footer-banner-close-button-link .fa,
.content .footer-banner-open-button-icon-link .fa {
  font-size: 11px;
  line-height: 0;
  vertical-align: middle;
}
.content .footer-banner-close-button-link:hover,
.content .footer-banner-close-button-link:focus,
.content .footer-banner-open-button-container:hover .footer-banner-open-button-icon-link {
  color: white;
  background: #005382;
  text-decoration: none;
}
.content .footer-banner-container .footer-banner-image.left {
  width: 250px;
  height: 150px;
  left: -45px;
  bottom: 0;
}
.content .footer-banner-container .footer-banner-image.right {
  width: 250px;
  height: 150px;
  right: -25px;
  bottom: 0;
}
.content .footer-banner-container .footer-banner-inner {
  height: 120px;
}
.content .footer-banner-container.footer-banner-top .footer-banner-inner {
  width: 100%;
  min-height: 0;
  height: auto;
}
.content .footer-banner-container.footer-banner-top .footer-banner-inner .container {
  line-height: 1.4;
  padding: 0;
}
.content .footer-banner-container.footer-banner-top .footer-banner-inner .container a,
.content .footer-banner-container.footer-banner-top .footer-banner-inner .container a:hover,
.content .footer-banner-container.footer-banner-top .footer-banner-inner .container a:focus {
  color: #ffffff;
}
.content .footer-banner-container .container {
  padding: 0px 250px 0 250px;
  line-height: 170%;
  color: #000000;
}
.content .footer-banner-container .container a {
  color: #000000;
}
@media (max-width: 991px) {
  .footer-banner-open-button-icon-link,
  .footer-banner-close-button-link {
    line-height: 1.6 !important;
  }
  .content .footer-banner-container.footer-banner-top .footer-banner-inner .container {
    padding: 0;
  }
  .content .footer-banner-container.footer-banner-top .footer-banner-inner .container .btn {
    margin-top: 5px;
  }
}
.cart-warning {
  color: #e95e63;
  border: 1px solid #f6d6db;
  background: #fef2f2;
  padding: 15px 5px;
  margin: 0 0 15px 0;
}
.cart-warning-table {
  display: table;
}
.cart-warning-table-cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}
.cart-warning-table-cell-text {
  padding-left: 10px;
}
.cart-warning-table-cell-text-underlined {
  text-decoration: underline;
  cursor: pointer;
}
.cart-warning-table-cell-text-bold {
  font-weight: bold;
}
.cart-warning i.fa-ban {
  font-size: 26px;
}
.contact-info-message-title {
  color: #8cd12a;
  line-height: 1.2;
  padding: 8px 14px 0 5px;
  font-size: inherit;
  font-weight: 400;
}
.contact-info-message-number a {
  color: #8cd12a;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
}
.contact-info-message-number a:before {
  font-family: IcoMoon;
  content: "\e919";
  margin: 0 10px;
  color: #8cd12a;
  font-size: 17px;
  font-weight: 400;
}
.contact-info-message-content {
  line-height: 1.4;
  padding-top: 8px;
  margin: 0;
  color: inherit;
  font-size: inherit;
}
@media (max-width: 1379px) {
  .contact-info-message-icon {
    width: 20px;
    height: auto;
  }
  .contact-info-message-title {
    font-weight: 500;
    padding: 2px 10px 0 0px;
  }
  .contact-info-message-content {
    line-height: 1.2;
    padding-top: 2px;
  }
}
.toolbar {
  font-size: 13px;
  padding: 0;
}
@media (min-width: 1380px) {
  .toolbar {
    height: 36px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .toolbar {
    height: 36px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar {
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .toolbar {
    height: 100%;
    min-height: 48px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .toolbar {
    color: #ffffff;
    margin: 0;
  }
  .toolbar a {
    color: #ffffff;
    text-decoration: none;
  }
  .toolbar a:hover,
  .toolbar a:focus {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .toolbar {
    color: #454545;
    background: transparent;
  }
  .toolbar a {
    color: #454545;
    text-decoration: none;
  }
  .toolbar a:hover,
  .toolbar a:focus {
    color: #525252;
    text-decoration: underline;
  }
}
.resp-tabs-list li:after {
  content: "";
}
.resp-tab-content,
.resp-accordion {
  display: none;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.product-tabs-container .resp-accordion {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  margin: -1px 0 0;
  padding: 6px 23px;
  padding-right: 35px;
  border: 1px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-tabs-container .resp-accordion .badge {
  background: rgba(0, 0, 0, 0.3);
}
.product-tabs-container .resp-accordion:hover {
  cursor: pointer;
}
.product-tabs-container .resp-accordion.resp-tab-active .badge {
  background: rgba(0, 0, 0, 0.3);
}
.product-tabs-container .resp-accordion.resp-tab-active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-tabs-container .resp-accordion.resp-tab-active,
.product-tabs-container .resp-accordion:hover {
  border-left: 2px solid #0084ce;
}
.product-tabs-container .resp-accordion:first-child {
  margin-top: 0;
}
.product-tabs-container .resp-accordion:after {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 12px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
.tag-content-container .resp-tabs-row {
  display: table;
  width: 100%;
  border-top: 1px solid #eeeeee;
}
.tag-content-container .resp-tabs-list {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tag-content-container .resp-tabs-list li {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 15px;
}
.tag-content-container .resp-tabs-list li + li {
  border-top: 1px solid #eeeeee;
}
.tag-content-container .resp-tabs-list li.resp-tab-active {
  background: #ffffff;
}
.tag-content-container .resp-tabs-list li:before {
  content: none;
}
.tag-content-container .resp-tabs-container {
  display: table-cell;
  vertical-align: top;
  width: 75%;
  padding: 0 15px;
}
.tag-content-container .resp-accordion {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border-top: 1px solid #eeeeee;
}
.tag-content-container .resp-accordion:first-child {
  border-top: none;
}
.tag-content-container .resp-accordion .fa-resp-accordion:before {
  content: "\f0d7";
}
.tag-content-container .resp-accordion.resp-tab-active .fa-resp-accordion:before {
  content: "\f0d8";
}
.accordion .resp-tabs-list {
  display: flex;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.accordion .resp-tabs-list .resp-tab-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: auto;
  min-width: auto;
  height: auto;
  font-family: 'Hind', sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eeeeee;
  color: #454545;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.accordion .resp-tabs-list .resp-tab-item + .resp-tab-item {
  border-left: 0;
}
.accordion .resp-tabs-list .resp-tab-item:hover {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
.accordion .resp-tabs-list .resp-tab-item.resp-tab-active {
  font-weight: normal;
  color: #ffffff;
  background: #59666e;
  border-color: #49545a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion .resp-tabs-list .resp-tab-item.resp-tab-active:before {
  color: #454545;
}
.accordion .resp-tabs-list .resp-tab-item.resp-tab-active:after {
  content: "";
}
.accordion .resp-tabs-list .resp-tab-item[class*="fa-"] {
  padding-left: 15px;
}
.accordion .resp-tabs-list .resp-tab-item:before {
  font-family: FontAwesome;
  position: absolute;
  top: 9px;
  left: 14px;
  width: 40px;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  color: #454545;
}
.accordion .resp-tabs-list .resp-tab-item:after {
  content: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 15px solid transparent;
  border-top-color: #49545a;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.accordion .resp-accordion {
  padding: 8px 18px;
  margin: 5px 0 0;
  font-family: 'Hind', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #454545;
  cursor: pointer;
  border: 1px solid #eeeeee;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion .resp-accordion:after {
  float: right;
  font-family: FontAwesome;
  content: "\f105";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
.accordion .resp-accordion.resp-tab-active {
  font-weight: normal;
  color: #ffffff;
  background: #59666e;
  border-color: #49545a;
}
.accordion .resp-accordion.resp-tab-active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .tag-content-container .resp-tabs-container {
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  .resp-tabs-list {
    display: none;
  }
  .resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .product-tabs-container .resp-tab-content {
    margin-top: 0;
    border-top: 0;
  }
  .tag-content-container .resp-accordion {
    display: block;
    cursor: pointer;
    font-size: 110%;
    font-weight: normal;
    padding: 8px 15px;
    -webkit-transition: ease 200ms;
    -o-transition: ease 200ms;
    transition: ease 200ms;
  }
  .tag-content-container .resp-tabs-row {
    display: block;
  }
  .tag-content-container .resp-tab-content {
    margin: 0;
    padding: 5px 0 10px;
  }
  .tag-content-container .resp-tab-content > div + div .tag-item {
    border-top: 1px solid #efefef;
  }
  .tag-content-container .resp-tabs-list {
    display: none;
  }
  .tag-content-container .resp-tabs-container {
    padding: 0;
    display: block;
    width: 100%;
  }
  .tag-content-container .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .tag-content-container .resp-accordion-closed {
    display: none !important;
  }
  .accordion .resp-tabs-list {
    display: none;
  }
  .accordion .resp-tab-content {
    margin: 15px 0 30px;
  }
}
.light-alert {
  border: 3px solid #0084ce;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.light-alert-icon {
  height: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.light-alert-text {
  text-align: center;
}
.light-alert-success {
  border: 3px solid #97bf66;
}
.light-alert-error {
  border: 3px solid #ef7d63;
}
@media (min-width: 768px) {
  .light-alert {
    flex-direction: row;
  }
  .light-alert-icon {
    text-align: left;
    margin-bottom: 0;
  }
  .light-alert-text {
    margin-left: 15px;
    text-align: left;
  }
}
.thank-you-block {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thank-you-block-img {
  width: 90px;
  height: 90px;
  margin: 0;
}
.thank-you-block .light-alert {
  margin-top: 15px;
}
.thank-you-block-heading {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 768px) {
  .thank-you-block {
    margin-top: 40px;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .thank-you-block-img {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .thank-you-block-img {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
  }
  .thank-you-block-heading {
    font-size: 18px;
  }
}
.errorpage {
  display: flex;
  align-items: center;
  min-height: 100vh;
  font-size: 17px;
  font-weight: 300;
}
body.errorpage {
  background: white;
}
.errorpage-text {
  margin: 15px 0 30px;
}
.errorpage-btn {
  font-size: 17px;
  padding: 14px 24px;
}
.errorpage-stacktrace {
  max-width: 1000px;
  max-height: 430px;
  text-align: left;
}
@media (min-width: 992px) {
  .errorpage-img {
    flex-basis: 480px;
    flex-shrink: 0;
    width: 480px;
    min-width: 480px;
  }
}
@media (min-width: 768px) {
  .errorpage {
    flex-direction: row-reverse;
  }
  .errorpage-content {
    padding-right: 60px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .errorpage-img {
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .errorpage {
    flex-direction: column;
    text-align: center;
  }
  .errorpage-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: auto;
  }
  .errorpage-img {
    width: 250px;
    padding-top: 15px;
    margin-top: auto;
  }
}
.feature {
  border-top: none;
  margin: 0;
  padding: 0;
  background: transparent;
  background-size: auto;
  color: #454545;
}
.feature-free {
  border-top: none;
  margin: 0;
  padding: 0;
  background: transparent;
  background-size: auto;
  color: #454545;
}
.stockroom {
  margin: 0;
  border-width: 0 0 1px 0;
}
.stockrooms {
  margin-bottom: 30px;
  font-size: 12px;
}
.stockroom-heading,
.stockrooms-heading {
  display: flex;
  color: #454545;
  padding: 4px 8px;
  text-decoration: none;
  justify-content: space-between;
}
.stockrooms-heading {
  font-size: 12px;
  font-weight: bold;
  background: #f2f2f2;
}
.stockrooms-heading > * {
  white-space: nowrap;
}
.stockroom-body {
  font-size: 12px;
  padding: 15px 8px;
}
.stockroom-title {
  flex-basis: 40%;
  min-width: 40%;
}
.stockroom-quantity,
.stockroom-availability,
.stockroom-delivery {
  text-align: center;
}
.stockroom-quantity {
  flex-basis: 15%;
  min-width: 15%;
}
.stockroom-availability {
  flex-basis: 20%;
  min-width: 20%;
}
.stockroom-delivery {
  flex-basis: 25%;
  min-width: 25%;
}
.stockroom table > thead > tr > th,
.stockroom .table > thead > tr > th,
.stockroom table > tbody > tr > th,
.stockroom .table > tbody > tr > th,
.stockroom table > tfoot > tr > th,
.stockroom .table > tfoot > tr > th,
.stockroom table > thead > tr > td,
.stockroom .table > thead > tr > td,
.stockroom table > tbody > tr > td,
.stockroom .table > tbody > tr > td,
.stockroom table > tfoot > tr > td,
.stockroom .table > tfoot > tr > td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.quantity-discount-label {
  display: block;
  width: 56px;
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
  color: #ffffff;
  background: #e6173e;
  padding: 10px 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.quantity-discount-label-arrow {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
}
.quantity-discount-label-arrow polygon {
  fill: #890e25;
}
.quantity-discount-box {
  border: solid #d7e5e8;
  border-width: 1px 0 1px;
  background: #edf7f9;
  padding: 17px 14px;
  margin: 6px 0 -16px;
}
.quantity-discount-box .table {
  margin: 13px 0 6px;
}
.quantity-discount-box .table > tbody > tr > td {
  padding: 3px 0;
}
.quantity-discount-box .table > tbody > tr.current > td {
  color: #f55c59;
}
.quantity-discount-saving {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #9c7112;
  background: #fff1b0;
  padding: 8px 34px;
}
.service {
  display: inline-flex;
  max-width: 160px;
  flex-shrink: 1;
  align-items: center;
  line-height: 1.2;
  padding: 10px;
}
.service-icon {
  display: block;
  margin-right: 10px;
  font-family: 'icomoon';
  text-align: center;
  color: #0084ce;
}
.services {
  display: flex;
  margin: 0 -10px;
  padding: 0 0 38px;
}
@media (min-width: 1380px) {
  .service-icon {
    height: 32px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .service-icon {
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .service {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .service {
    padding: 5px;
    flex-basis: 50%;
  }
  .service-icon {
    min-width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }
  .services {
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0 0 20px;
  }
}
.actdisc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.actdisc-checkbox {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  z-index: 1;
}
.actdisc-checkbox:before {
  content: '';
  position: absolute;
  background: transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 0 #8cd12a;
  box-shadow: 0 0 0 0 #8cd12a;
}
.actdisc-checkbox.active:before {
  -webkit-transition: 800ms ease;
  -o-transition: 800ms ease;
  transition: 800ms ease;
  -webkit-box-shadow: 0 0 0 20px transparent;
  box-shadow: 0 0 0 20px transparent;
}
.actdisc-checkbox:before,
.actdisc-input {
  display: block;
  width: 100%;
  height: 100%;
}
.actdisc-input {
  position: relative;
  background: #fff;
  border: 2px solid #878787;
  border-radius: 6px;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 200ms ease;
  -o-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}
.actdisc-input:focus {
  outline: none;
}
.actdisc-checkbox.active .actdisc-input {
  transition: 200ms ease;
  background: url('../images/ui/check.svg') #8cd12a;
  border-color: #8cd12a;
}
.actdisc-label {
  font-size: 15px;
  font-weight: bold;
  color: black;
  line-height: 1.1;
}
.actdisc-coupon {
  display: block;
  width: 101px;
  height: 49px;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  margin-left: 22px;
  color: #ff9000;
  background: url("../images/ui/coupon.svg") center no-repeat;
}
.actdisc:hover .actdisc-input {
  border-color: #8cd12a;
}
.heurev-user {
  font-weight: bold;
  color: #000;
}
.heurev-eval {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #30a9d4;
}
.heurev-stars {
  display: block;
  width: 100px;
  height: 20px;
  margin-left: 10px;
  background: url('../images/ui/heureka-stars.gif') no-repeat scroll 0 -20px;
}
.heurev-rating {
  display: block;
  height: 100%;
  background: url('../images/ui/heureka-stars.gif') no-repeat scroll 0 0;
}
.heurev-plus,
.heurev-minus {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heurev-plus li,
.heurev-minus li {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
.heurev-plus li:before,
.heurev-minus li:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: url('../images/ui/heureka-rating.png') no-repeat 0 0;
  position: absolute;
  top: 2px;
  left: 0;
}
.heurev-plus li:not(:first-child),
.heurev-minus li:not(:first-child) {
  margin-top: 4px;
}
.heurev-plus {
  color: #50ad30;
}
.heurev-minus {
  color: #dc2424;
}
.heurev-minus li:before {
  background-position-x: -12px;
}
.heurev > *:not(:first-child) {
  margin-top: 8px;
}
.heurev:not(:first-child):before {
  content: '';
  display: block;
  border-top: 1px solid #e2e2e2;
  margin: 18px 0;
}
.timer-heading {
  font-size: 12px;
  font-weight: 600;
  color: #202c38;
}
.countdown {
  display: flex;
  font-family: 'Courier New', monospace;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.countdown:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url('../images/ui/icon-countdown.png') center no-repeat;
  background-size: contain;
  margin-right: 6px;
}
.countdown-col:not(:first-child):before {
  content: ':';
  color: #ff0000;
  margin: 0 2px;
}
.countdown-type {
  font-size: 13px;
}
@media (max-width: 991px) {
  .timer {
    display: flex;
    align-items: center;
  }
  .timer-heading {
    font-size: 16px;
  }
  .countdown {
    font-size: 19px;
    margin-left: 20px;
  }
}
.wishlist-email-link {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid;
}
.wishlist-email-link:hover,
.wishlist-email-link:active,
.wishlist-email-link:focus {
  border-bottom: none;
  text-decoration: none;
}
.wishlist-btn {
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
  border: none;
  color: #0084ce;
}
.wishlist-btn:hover,
.wishlist-btn:active,
.wishlist-btn:focus {
  background: transparent;
  outline: 0;
}
.wishlist-btn:hover i:before,
.wishlist-btn:active i:before,
.wishlist-btn:focus i:before {
  color: #0084ce;
  content: "\f005";
}
@media (max-width: 767px) {
  .wishlist .item-cell .remove-item {
    width: 100%;
    text-align: right;
  }
}
.window {
  position: absolute;
  left: auto;
  right: 0;
  display: none;
  padding: 0;
  margin-top: 15px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}
.window a {
  text-decoration: none;
  color: #0084ce;
}
.window a:hover {
  text-decoration: underline;
  color: #0084ce;
}
.window-heading {
  font-size: 16px;
  font-weight: 500;
}
.window-note {
  font-size: 12px;
  font-weight: 500;
}
.window-body {
  padding: 15px;
}
.window-body > .window-heading:first-child {
  margin: -8px 0 10px;
}
.window-footer {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: flex-end;
}
.window-footer a,
.window-footer a:hover {
  color: inherit;
  text-decoration: inherit;
}
.window-column {
  min-width: 400px;
  display: flex;
  flex-direction: column;
}
.window-columns {
  align-items: stretch;
}
.window-feature {
  background: #ffffff;
}
.window:before,
.window:after {
  position: absolute;
  bottom: 100%;
  display: block;
  content: '';
  border: solid transparent;
}
.window:before {
  right: 73px;
  width: 20px;
  height: 10px;
  border-width: 0 10px 10px;
  border-bottom-color: #eeeeee;
}
.window:after {
  right: 75px;
  width: 16px;
  height: 8px;
  border-width: 0 8px 8px;
  border-bottom-color: #fff;
}
.advice__number {
  font-weight: 700;
  text-decoration: none;
  color: #454545;
}
.advice__hours {
  color: #a7a7a7;
  font-size: 12px;
}
@media (max-width: 479px) {
  .advice__hours {
    display: block;
    margin-left: 33px;
  }
}
.advice__icon:before {
  display: inline-block;
  width: 18px;
  font-weight: 700;
  text-align: center;
  color: #0084ce;
}
.choose-category {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 12px 15px;
  min-width: 82px;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}
.choose-category__icon {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 28px;
  color: #454545;
}
.choose-category__name {
  text-decoration: underline;
}
.choose-category:hover,
.choose-category:focus {
  border-color: #000;
}
.choose-category:hover .choose-category__name,
.choose-category:focus .choose-category__name {
  text-decoration: none;
}
@media (max-width: 767px) {
  .choose-category {
    min-width: 49%;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-category {
    min-width: 24.57%;
    margin-bottom: 3px;
  }
}
.checkout-bar {
  display: flex;
  margin: 10px 0 25px 0;
  counter-reset: steps;
}
@media (min-width: 992px) {
  .checkout-bar {
    align-items: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eeeeee;
  }
}
@media (max-width: 991px) {
  .checkout-bar {
    align-items: start;
    padding-bottom: 5px;
    border-bottom: none;
  }
}
.checkout-bar__step {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 991px) {
  .checkout-bar__step {
    flex: 1 0 0%;
    flex-direction: column;
    text-align: center;
  }
}
a.checkout-bar__step {
  cursor: pointer;
}
a.checkout-bar__step .checkout-bar__label {
  text-decoration: underline;
  color: #0084ce;
}
.checkout-bar__step--active .checkout-bar__number {
  font-weight: 400;
  color: #fff;
  background: #0084ce;
}
.checkout-bar__step--checked .checkout-bar__number {
  color: #8cd12a;
}
.checkout-bar__step--checked .checkout-bar__number:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
}
.checkout-bar__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
}
.checkout-bar__number:before {
  content: counter(steps);
  counter-increment: steps;
}
.checkout-bar__label {
  line-height: 1.2;
  color: #454545;
}
@media (min-width: 1380px) {
  .checkout-bar__label {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .checkout-bar__label {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .checkout-bar__label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .checkout-bar__label {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .checkout-bar__label {
    max-width: 65px;
  }
}
.checkout-bar__separator {
  display: block;
  margin: 0 auto;
  font-family: FontAwesome;
  color: #454545;
}
.checkout-bar__separator:before {
  content: "\f105";
}
@media (min-width: 1380px) {
  .checkout-bar__separator {
    padding: 0 30px;
  }
}
@media (min-width: 480px) and (max-width: 1379px) {
  .checkout-bar__separator {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .checkout-bar__separator {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .checkout-bar__separator {
    padding: 0 5px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 500;
  }
}
.checkout-bar a:hover .checkout-bar__step--checked,
.checkout-bar a:focus .checkout-bar__step--checked {
  cursor: pointer;
}
.checkout-bar a:hover .checkout-bar__label,
.checkout-bar a:focus .checkout-bar__label {
  text-decoration: none;
}
.checkout-bar a.available .checkout-bar__step {
  cursor: pointer;
}
.checkout-bar a.available .checkout-bar__step .checkout-bar__label {
  color: #0084ce;
  text-decoration: underline;
}
.checkout-bar a.available:hover .checkout-bar__step .checkout-bar__label {
  text-decoration: none;
}
.checkout-card {
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.checkout-card__header {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  color: #202c38;
}
.checkout-card__body {
  padding: 15px;
}
.checkout-card__divider {
  margin: 15px 0;
  border-top: 1px solid #eeeeee;
  text-align: left;
}
.checkout-card__divider--row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1380px), (max-width: 991px) and (min-width: 768px) {
  .checkout-card__container {
    max-width: 480px;
  }
}
@media (max-width: 1379px) and (min-width: 992px) {
  .checkout-card__container {
    max-width: 340px;
  }
}
.checkout-card__title {
  font-size: 15px;
}
.checkout-card__product {
  display: flex;
  align-items: center;
  line-height: 1.3;
  color: #202c38;
}
.checkout-card__product__quantity {
  display: inline-flex;
  flex: 0 0 33px;
  max-width: 33px;
  align-items: center;
  font-size: 16px;
}
.checkout-card__product__quantity__number {
  margin: 0 auto;
}
.checkout-card__product__quantity:after {
  content: "\f00d";
  margin-left: 8px;
  font-family: FontAwesome;
  font-size: 6px;
  color: #454545;
}
.checkout-card__product__img {
  flex: 0 0 38px;
  max-width: 38px;
  margin: 0 8px;
}
.checkout-card__product__name {
  flex: 1 1 auto;
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-card__product__variant {
  font-size: 11px;
  font-weight: 300;
  text-transform: none;
}
.checkout-card__product__price {
  flex: 0 0 auto;
  margin-left: 15px;
}
.checkout-card__products > .checkout-card__product:not(:first-child) {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .checkout-card--login {
    margin-top: 65px;
  }
}
.checkout-box {
  position: relative;
}
.checkout-controls .checkout-control:not(:first-of-type) {
  margin-top: 10px;
}
.checkout-controls--sm .checkout-control {
  padding-left: 23px;
}
.checkout-controls--sm .checkout-control__input[type="radio"],
.checkout-controls--sm .checkout-control__input[type="checkbox"] {
  top: 2px;
}
.checkout-controls--sm .checkout-control__label,
.checkout-controls--sm .checkout-control__link {
  font-size: 13px;
}
.checkout-controls__heading {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #202c38;
}
.checkout-controls__heading-icon {
  margin-right: 6px;
}
.checkout-controls__heading-info {
  margin-left: 4px;
  cursor: pointer;
  vertical-align: sub;
}
@media (max-width: 767px) {
  .checkout-controls__heading-info {
    display: none;
  }
}
.checkout-controls-divider {
  margin: 8px 15px 18px;
  border-color: #eeeeee;
}
.checkout-control {
  position: relative;
  padding-left: 27px;
}
.checkout-control__input[type="radio"],
.checkout-control__input[type="checkbox"] {
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  margin: 0;
}
.checkout-control__label,
.checkout-control__link {
  margin: 1px 0;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
}
.checkout-control__label {
  color: #454545;
  font-family: 'Hind', sans-serif;
}
.checkout-control__label-text {
  margin-right: 10px;
}
#page .checkout-control__label-append {
  font-weight: 600;
}
.checkout-control * {
  cursor: pointer;
}
.checkout-control--header {
  padding-top: 8px;
  padding-bottom: 8px;
}
.checkout-control--header .checkout-control__input[type="radio"],
.checkout-control--header .checkout-control__input[type="checkbox"] {
  top: 10px;
}
.checkout-control--header .checkout-control__label {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  color: #202c38;
}
.checkout-control__note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
  color: #f68080;
}
.checkout-radio {
  display: flex;
  min-height: 32px;
}
.checkout-radio--vertically {
  flex-direction: column;
}
.checkout-radio--vertically > *:not(:first-child) {
  margin-top: 10px;
}
.checkout-radio--horizontally {
  flex-direction: row;
  align-items: center;
}
.checkout-radio--horizontally > *:not(:first-child) {
  margin-left: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-radio--horizontally {
    height: 32px;
  }
}
.checkout-form {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .checkout-form {
    flex-wrap: wrap;
  }
}
.checkout-form__label {
  margin: 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  .checkout-form__label {
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .checkout-form__label {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
}
.checkout-form__input {
  position: relative;
}
@media (min-width: 1380px), (max-width: 991px) and (min-width: 768px) {
  .checkout-form__input {
    flex: 0 0 370px;
    max-width: 370px;
  }
}
@media (max-width: 1379px) and (min-width: 992px) {
  .checkout-form__input {
    flex: 0 0 230px;
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .checkout-form__input {
    flex: 1 1 100%;
  }
}
.checkout-form__input:before {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.checkout-form__input input::-ms-clear {
  display: none;
}
.checkout-form__input--auto {
  flex: 1 1 auto;
  max-width: none;
}
.checkout-form__note {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .checkout-form__note {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .checkout-form__note {
    margin-top: 5px;
  }
}
.checkout-form--valid > .checkout-form__input:before {
  content: '\f058';
  color: #75c594;
}
.checkout-form--invalid > .checkout-form__note {
  color: #f68080;
}
.checkout-form--invalid > .checkout-form__input .form-control {
  color: #f68080;
  border-color: #f68080;
}
.checkout-form--invalid > .checkout-form__input:before {
  content: '\f06a';
  color: #f68080;
}
.checkout-form--invalid > select.checkout-form__input {
  color: #f68080;
  border-color: #f68080;
}
.checkout-form--with-link {
  align-items: baseline;
}
.checkout-form--with-link .checkout-form__input:before {
  top: 25%;
  -webkit-transform: translate(0, -35%);
  -ms-transform: translate(0, -35%);
  -o-transform: translate(0, -35%);
  transform: translate(0, -35%);
}
.checkout-textarea {
  resize: vertical;
  min-height: 40px;
}
.checkout-address {
  position: relative;
  display: flex;
  margin: 0;
  padding: 8px 8px 8px 50px;
  border: 1px solid #eeeeee;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
}
@media (min-width: 1380px), (max-width: 991px) and (min-width: 768px) {
  .checkout-address {
    max-width: 480px;
  }
}
@media (max-width: 1379px) and (min-width: 992px) {
  .checkout-address {
    max-width: 340px;
  }
}
.checkout-address__input[type="radio"] {
  position: absolute;
  top: 12px;
  left: 12px;
  margin: 0;
  cursor: pointer;
}
.checkout-address__col {
  flex: 1 1 0px;
  max-width: 100%;
}
.checkout-address__col:not(:last-child) {
  margin-right: 15px;
}
.checkout-address:not(:first-child) {
  border-top: none;
}
.checkout-address:hover {
  background: #fbfcff;
}
.checkout-note {
  max-width: 495px;
  line-height: 1.2;
}
.checkout-items .checkout-item:not(:first-of-type) {
  margin-top: 18px;
}
.checkout-item {
  display: flex;
  align-items: baseline;
  line-height: 1.2;
}
.checkout-item__name {
  margin-right: auto;
  padding-right: 10px;
}
.checkout-services--cart {
  margin: 0;
}
.checkout-services--modal {
  padding-top: 15px;
}
@media (min-width: 1379px) {
  .checkout-services--modal > *:not(:first-child) {
    border-left: 1px solid #eeeeee;
  }
}
#page .checkout-services .tooltip {
  padding-bottom: 9px;
  font-size: 13px;
  line-height: 1.3;
}
#page .checkout-services .tooltip-arrow {
  margin-left: -7px;
  border-width: 10px 7px 0;
}
#page .checkout-services .tooltip-arrow:before {
  position: absolute;
  top: -10px;
  left: -8px;
  content: '';
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 11px 8px 0;
  border-color: #eeeeee transparent;
  z-index: -1;
}
#page .checkout-services .tooltip-inner {
  max-width: 240px;
  min-width: auto;
  padding: 10px;
  text-align: left;
}
.product-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
}
.product-rows {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-top: none;
}
.product-row__image {
  flex-basis: 6%;
}
.product-row__data {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-basis: 94%;
}
.product-row__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 25%;
}
.product-row__label {
  padding: 0 10px;
  flex-basis: 31%;
}
.product-row__label a {
  color: #202c38;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.product-row__label--small {
  font-size: 11px;
  margin: 0;
}
.product-row__stock {
  flex-basis: 21%;
  padding: 0 10px;
  text-align: center;
}
.product-row__stock a {
  white-space: normal;
}
.product-row__stock--small {
  font-size: 11px;
}
.product-row__quantity {
  padding: 0 10px;
}
.product-row__prices {
  color: #202c38;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.product-row__total {
  flex-basis: 15%;
  color: #202c38;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.product-row__remove {
  flex-basis: 8%;
  text-align: right;
}
.product-row__remove a {
  text-decoration: none;
}
.product-row__remove a:after {
  font-family: FontAwesome;
  font-weight: 700;
  font-size: 10px;
  content: "\f00d";
  color: #202c38;
}
.product-row__append {
  margin-bottom: 20px;
}
.product-row--heading {
  display: flex;
  color: #f2f2f2;
  background-color: #393741;
  padding: 7px;
}
.product-row--heading .product-row__label {
  flex-basis: 35%;
}
.product-row--heading .product-row__stock {
  flex-basis: 20%;
}
.product-row--heading .product-row__quantity {
  text-align: center;
  flex-basis: 9%;
}
.product-row--heading .product-row__prices {
  font-size: 13px;
  color: inherit;
  font-weight: 400;
  flex-basis: 14%;
}
.product-row--heading .product-row__total {
  font-size: 13px;
  color: inherit;
  font-weight: 400;
  flex-basis: 14%;
}
@media (max-width: 1379px) {
  .product-row--heading .product-row__quantity {
    flex-basis: 10%;
  }
  .product-row--heading .product-row__prices {
    flex-basis: 13%;
  }
}
@media (max-width: 991px) {
  .product-row {
    align-items: flex-start;
    padding: 10px;
  }
  .product-row__image {
    padding: 0 10px 0 0;
  }
  .product-row__image img {
    max-width: 60px;
  }
  .product-row__data {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-row__group {
    justify-content: space-between;
    width: 100%;
  }
  .product-row__label {
    padding: 0;
  }
  .product-row__stock {
    text-align: left;
    padding: 0;
    margin: 8px 0 15px 0;
  }
  .product-row__quantity {
    flex-basis: auto;
    padding: 0;
  }
  .product-row__prices {
    text-align: left;
    flex-basis: auto;
  }
  .product-row__total {
    display: none;
  }
  .product-row__remove {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .product-row__append {
    margin-top: 10px;
  }
  .product-row--heading {
    display: none;
  }
}
@media (max-width: 479px) {
  .product-row__label {
    max-width: 85%;
  }
}
/* Optimalizace pro IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-row--heading .product-row__label {
    max-width: 35%;
  }
  .product-row--heading .product-row__quantity {
    max-width: 8%;
  }
  .product-row--heading .product-row__prices {
    max-width: 14%;
  }
  .product-row--heading .product-row__total {
    max-width: 13%;
  }
}
.gift-row {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin-left: 8%;
  margin-right: 15px;
  border: 1px solid #e9dac3;
  border-left: 4px solid #f2c653;
}
.gift-row__data {
  position: relative;
  display: flex;
  align-items: center;
  flex-basis: 90%;
}
.gift-row__label a {
  color: #202c38;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
}
.gift-row__quantity {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.gift-row__quantity:after {
  font-family: FontAwesome;
  content: "\f00d";
  color: #454545;
  margin: 0 5px;
  font-size: 7px;
}
.gift-row__free {
  position: absolute;
  top: 0;
  right: 0;
  color: #8cd12a;
  font-weight: 700;
}
@media (max-width: 991px) {
  .gift-row {
    padding: 10px 10px 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .gift-row__image {
    padding-right: 10px;
  }
  .gift-row__image img {
    max-width: 30px;
  }
  .gift-row__data {
    flex-direction: column;
    align-items: flex-start;
  }
  .gift-row__label a {
    padding: 0;
  }
  .gift-row__price {
    display: flex;
  }
  .gift-row__free {
    position: relative;
    padding-left: 10px;
  }
}
.coupon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-top: none;
}
.coupon-row a {
  font-size: 14px;
}
.coupon-row__add {
  display: flex;
}
.coupon-row__add-coupon {
  display: none;
  max-width: 340px;
}
.coupon-row__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 30%;
}
.coupon-row__value {
  font-size: 18px;
  font-weight: 700;
  color: #202c38;
}
.coupon-row__label {
  display: flex;
  align-items: center;
}
.coupon-row__label--head {
  text-transform: uppercase;
  font-weight: 700;
  color: #202c38;
}
.coupon-row__label:before {
  font-family: FontAwesome;
  content: "\f02b";
  font-size: 40px;
  color: #0084ce;
  font-weight: 700;
  margin: 0 10px;
}
.coupon-row__coupon-btn {
  width: 50%;
}
.coupon-row__input {
  cursor: pointer;
}
.coupon-row__remove {
  margin-left: 10%;
}
.coupon-row--add {
  flex-direction: column;
  align-items: flex-start;
}
.coupon-row--add .coupon-row__controls {
  flex-direction: row;
  justify-content: flex-start;
}
.coupon-row--add .coupon-row__label {
  color: #202c38;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.coupon-row--add .coupon-row__label:before {
  content: none;
}
.coupon-box {
  display: flex;
  max-width: 810px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.coupon-box__side {
  flex: 1;
}
.coupon-box__content {
  padding: 30px;
  padding-bottom: 0;
}
.coupon-box__heading {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
}
.coupon-box__sale {
  color: #0084ce;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
}
.coupon-box__coupon {
  position: relative;
  text-align: center;
  padding: 6px;
  background-color: #f2f2f2;
  border: 1px dashed #d6cfcf;
  border-bottom: none;
  font-size: 16px;
}
.coupon-box__copy {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 28px;
  transform: translateY(-50%);
  border: none;
  background-color: #fff;
  border-radius: 50%;
  outline: 0;
}
.coupon-box__copy:before {
  font-family: FontAwesome;
  content: "\f0c5";
  display: inline-block;
  color: #0084ce;
}
.coupon-box__copy:hover {
  background-color: #0084ce;
}
.coupon-box__copy:hover:before {
  color: #fff;
}
@media (max-width: 1379px) {
  .coupon-row__remove {
    margin-left: 6%;
  }
}
@media (max-width: 991px) {
  .coupon-row {
    padding: 15px 10px;
  }
  .coupon-row__controls {
    flex-direction: column;
    align-items: flex-end;
    flex-basis: auto;
  }
  .coupon-box {
    flex-direction: column;
    max-width: 420px;
  }
  .coupon-box__heading {
    font-size: 18px;
  }
  .coupon-box__sale {
    font-size: 28px;
  }
  .coupon-box__content {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .coupon-box__coupon {
    text-align: left;
  }
  .coupon-box__content {
    padding: 20px;
  }
}
.shipping-group .pickup {
  padding-top: 30px;
}
.pickup {
  box-shadow: inset 0 15px 20px -15px rgba(0, 0, 0, 0.4);
}
.pickup__store {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.pickup__stores {
  position: relative;
  padding-left: 35px;
}
.pickup__stores:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -29px;
  left: 41px;
  height: 28px;
  border-left: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .pickup__stores {
    padding-left: 30px;
  }
  .pickup__stores:before {
    left: 36px;
  }
}
.pickup__store:first-child {
  margin-top: 0;
}
.pickup__store:last-child .pickup__store-label:before {
  content: none;
}
input.pickup__store-radio {
  position: absolute;
  left: 0;
  margin: 0;
  top: 2px;
  cursor: pointer;
}
.pickup__store-label {
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  flex-basis: 70%;
}
.pickup__store-label:before {
  content: "";
  position: absolute;
  width: auto;
  top: 17px;
  left: 6px;
  height: 92%;
  display: inline-block;
  border-left: 1px solid #eeeeee;
}
.pickup__store-heading {
  font-size: 14px;
}
.pickup__store-heading--sub {
  color: #a7a7a7;
}
.pickup__map {
  height: 180px;
}
.pickup__map--mobile {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.pickup__icon:before {
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #0084ce;
}
.pickup__icon--phone:before {
  content: '\f095';
}
.pickup__icon--mail:before {
  content: '\f003';
}
.pickup__close {
  cursor: pointer;
  font-size: 16px;
  color: #202c38;
}
.pickup__close:before {
  font-weight: 600;
}
.pickup__close--link:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f104";
  font-size: 10px;
  font-weight: 600;
  margin-right: 10px;
}
.pickup__detail {
  flex-basis: 30%;
}
.pickup__modal--body {
  position: relative;
  height: 63vh;
  padding-top: 10px;
}
.pickup__modal--footer {
  padding: 25px 15px;
  text-align: center;
}
.pickup__info-box {
  font-size: 12px;
  position: relative;
  max-width: 200px;
  width: 100%;
  padding: 5px;
  margin: 0 0 5px 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
@media (max-width: 479px) {
  .pickup__info-box {
    font-size: 11px;
    max-width: 155px;
  }
}
.pickup__info-stockroom {
  color: #3e6b95;
  font-weight: 600;
}
.login-row {
  position: absolute;
  left: 0;
  top: 0;
  width: 748px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #e4e4e4;
}
.login-row__link {
  position: relative;
}
.login-row__link > a {
  white-space: nowrap;
  padding: 15px;
}
.login-row__link--opened {
  background-color: #ffffff;
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
}
.login-row__dropdown {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  padding: 10px;
  width: 360px;
  background-color: #ffffff;
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.login-row:before {
  font-family: FontAwesome;
  content: "\f2c0";
  font-size: 18px;
}
@media (max-width: 1379px) {
  .login-row {
    width: 533px;
  }
}
@media (max-width: 991px) {
  .login-row {
    position: relative;
    width: 100%;
  }
  .login-row__dropdown {
    left: unset;
    right: 0;
  }
}
@media (max-width: 479px) {
  .login-row {
    padding: 5px 0 5px 15px;
  }
  .login-row__text {
    max-width: 215px;
  }
  .login-row__dropdown {
    width: 290px;
  }
}
.chzn-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  font-size: 13px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chzn-container a {
  cursor: pointer;
}
.chzn-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chzn-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chzn-container .chzn-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chzn-container .chzn-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chzn-container .chzn-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-drop {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  border: 1px solid #dddddd;
  border-top: 0;
  border-radius: 0 0 0 0;
  margin-top: -1px;
  background: #ffffff;
  z-index: 1010;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -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;
}
.chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-single {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5px 18px;
  height: 32px;
  border: 1px solid #dddddd;
  border-radius: 0;
  background: #ffffff;
  white-space: nowrap;
  line-height: 1.6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
}
.chzn-single,
.chzn-single:hover,
.chzn-single:focus {
  color: #444;
  text-decoration: none;
}
.chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chzn-single div b {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.chzn-single div b:before {
  content: '\f107';
  font-family: FontAwesome;
}
.chzn-search {
  position: relative;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #dddddd;
  line-height: normal;
}
.chzn-search:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f002';
  font-family: FontAwesome;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single-nosearch .chzn-search {
  display: none;
}
.chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container-active .chzn-drop {
  border-color: #379adc;
}
.chzn-container-active .chzn-single {
  border-color: #379adc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 154, 220, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 154, 220, 0.6);
}
.chzn-container-active .chzn-choices {
  border-color: #379adc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 154, 220, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 154, 220, 0.6);
}
.chzn-container-active .chzn-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chzn-with-drop .chzn-drop {
  display: block;
}
.chzn-with-drop .chzn-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 20%, transparent 80%);
}
.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-with-drop .chzn-choices {
  border-bottom: 0;
}
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl .chzn-drop {
  display: none;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl .chzn-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
.repayments {
  display: flex;
  align-items: center;
}
.repayments__icon {
  display: flex;
  font-size: 24px;
  color: #afb6bc;
}
.repayments__content {
  line-height: 1.1;
  margin-left: 10px;
}
.icon {
  position: relative;
}
.icon:before {
  display: inline-block;
  font-family: "FontAwesome";
}
.icon--top-right:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.icon--sm:before {
  font-size: 11px;
}
.icon--md:before {
  font-size: 13px;
}
.icon--lg:before {
  font-size: 16px;
}
.icon--gift:before {
  content: "\f06b";
}
.added-to-cart {
  display: flex;
  align-items: center;
}
.added-to-cart__content {
  margin-left: 15px;
}
.added-to-cart__price {
  font-size: 15px;
}
.aspects {
  display: flex;
  font-size: 15px;
}
@media (max-width: 479px) {
  .aspects {
    flex-wrap: wrap;
  }
}
.aspects__col {
  max-width: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .aspects__col {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .aspects__col {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  .aspects__col {
    flex: 0 0 100%;
  }
  .aspects__col:not(:first-child) {
    margin-top: 15px;
  }
}
@media (min-width: 480px) {
  .aspects__col {
    flex: 1 0 0%;
  }
  .aspects__col:not(:first-child) {
    margin-left: 15px;
  }
}
.aspects__col--pros .aspects__icon:before {
  content: '\f118';
  color: #8cd12a;
}
.aspects__col--pros .aspects__item:before {
  content: '\f00c';
  color: #8cd12a;
}
.aspects__col--cons .aspects__icon:before {
  content: '\f119';
  color: #ff0000;
}
.aspects__col--cons .aspects__item:before {
  content: '\f068';
  color: #ff0000;
}
.aspects__heading {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.aspects__icon {
  margin-left: 10px;
}
.aspects__icon:before {
  font-family: 'FontAwesome';
}
.aspects__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article .aspects__list {
  margin-bottom: 0;
}
.aspects__item {
  position: relative;
  padding-left: 28px;
}
.aspects__item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
}
.aspects__item:not(:first-child) {
  margin-top: 15px;
}
.size {
  display: block;
  margin: 0 -1px -1px 0;
}
.size__mark {
  position: relative;
  display: inline-flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .size__mark {
    width: 60px;
    height: 42px;
  }
}
@media (min-width: 768px) {
  .size__mark {
    width: 41px;
    height: 29px;
  }
}
.size__input {
  display: none;
}
.size__input:disabled + .size__mark {
  color: #eeeeee;
}
.size__input:not(:disabled) + .size__mark {
  cursor: pointer;
}
.size__input:not(:disabled) + .size__mark:hover {
  border-color: #0084ce;
  z-index: 1;
}
.size__input:checked + .size__mark {
  color: #fff;
  background: #0084ce;
  border-color: #0084ce;
  z-index: 1;
}
.tags--size {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1px 1px 0;
  user-select: none;
}
.tags--size .size {
  padding: 0;
}
.fancybox-container {
  z-index: 999999;
}
.fancybox-content {
  padding: 5px;
}
.fancybox-navigation .fancybox-button {
  top: calc(50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fancybox-thumbs__list a::before {
  border: 3px solid #0084ce;
}
.fancybox-thumbs {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.Magic360,
.Magic360-container {
  border: none;
}
button.m360-icon {
  font: normal 900 30px/1 'FontAwesome' !important;
}
button.m360-icon.m360-icon-fullscreen-open:before {
  content: '\f065';
}
button.m360-icon.m360-icon-fullscreen-close:before {
  content: '\f00d';
}
@media (max-height: 800px) {
  .Magic360 {
    max-width: 100vh !important;
  }
}
.additional-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0;
}
.additional-images__col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 16.66666667%;
  margin: 0 0 -1px -1px;
  max-width: 16.66666667%;
  border: 1px solid #eeeeee;
  text-align: center;
}
.additional-images__link {
  color: #1a171b;
}
.additional-images__link:hover {
  color: #0084ce;
}
.text-bold {
  font-weight: 500;
}
.text-success {
  color: #75c594;
  text-transform: uppercase;
  font-weight: 500;
}
.disabled .text-success {
  color: inherit;
}
.text-base {
  font-size: 13px;
}
.text-large {
  font-size: 17px;
}
.text-extra-large {
  font-size: 120px;
  font-weight: 500;
  color: #202c38;
}
.text-line {
  display: block;
}
.text-wrap {
  white-space: normal;
}
.text-underlined {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 5px;
}
.mt-2 {
  margin-top: 10px;
}
.mt-3 {
  margin-top: 15px;
}
.mt-4 {
  margin-top: 30px;
}
.mt-5 {
  margin-top: 60px;
}
.mt-6 {
  margin-top: 90px;
}
.mt-auto {
  margin-top: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 5px;
}
.mb-2 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 15px;
}
.mb-4 {
  margin-bottom: 30px;
}
.mb-5 {
  margin-bottom: 60px;
}
.mb-6 {
  margin-bottom: 90px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 5px;
}
.ml-2 {
  margin-left: 10px;
}
.ml-3 {
  margin-left: 15px;
}
.ml-4 {
  margin-left: 30px;
}
.ml-5 {
  margin-left: 60px;
}
.ml-6 {
  margin-left: 90px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 5px;
}
.mr-2 {
  margin-right: 10px;
}
.mr-3 {
  margin-right: 15px;
}
.mr-4 {
  margin-right: 30px;
}
.mr-5 {
  margin-right: 60px;
}
.mr-6 {
  margin-right: 90px;
}
.mr-auto {
  margin-right: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-5 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-6 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-2 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-3 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-4 {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-5 {
  margin-left: 60px;
  margin-right: 60px;
}
.mx-6 {
  margin-left: 90px;
  margin-right: 90px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 5px;
}
.m-2 {
  margin: 10px;
}
.m-3 {
  margin: 15px;
}
.m-4 {
  margin: 30px;
}
.m-5 {
  margin: 60px;
}
.m-6 {
  margin: 90px;
}
.m-auto {
  margin: auto;
}
@media (min-width: 480px) {
  .mt-xs-0 {
    margin-top: 0;
  }
  .mt-xs-1 {
    margin-top: 5px;
  }
  .mt-xs-2 {
    margin-top: 10px;
  }
  .mt-xs-3 {
    margin-top: 15px;
  }
  .mt-xs-4 {
    margin-top: 30px;
  }
  .mt-xs-5 {
    margin-top: 60px;
  }
  .mt-xs-6 {
    margin-top: 90px;
  }
  .mt-xs-auto {
    margin-top: auto;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-1 {
    margin-bottom: 5px;
  }
  .mb-xs-2 {
    margin-bottom: 10px;
  }
  .mb-xs-3 {
    margin-bottom: 15px;
  }
  .mb-xs-4 {
    margin-bottom: 30px;
  }
  .mb-xs-5 {
    margin-bottom: 60px;
  }
  .mb-xs-6 {
    margin-bottom: 90px;
  }
  .mb-xs-auto {
    margin-bottom: auto;
  }
  .ml-xs-0 {
    margin-left: 0;
  }
  .ml-xs-1 {
    margin-left: 5px;
  }
  .ml-xs-2 {
    margin-left: 10px;
  }
  .ml-xs-3 {
    margin-left: 15px;
  }
  .ml-xs-4 {
    margin-left: 30px;
  }
  .ml-xs-5 {
    margin-left: 60px;
  }
  .ml-xs-6 {
    margin-left: 90px;
  }
  .ml-xs-auto {
    margin-left: auto;
  }
  .mr-xs-0 {
    margin-right: 0;
  }
  .mr-xs-1 {
    margin-right: 5px;
  }
  .mr-xs-2 {
    margin-right: 10px;
  }
  .mr-xs-3 {
    margin-right: 15px;
  }
  .mr-xs-4 {
    margin-right: 30px;
  }
  .mr-xs-5 {
    margin-right: 60px;
  }
  .mr-xs-6 {
    margin-right: 90px;
  }
  .mr-xs-auto {
    margin-right: auto;
  }
  .my-xs-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xs-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-xs-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-xs-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-xs-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-xs-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-xs-6 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-xs-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mx-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-xs-1 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-xs-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-xs-3 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-xs-4 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-xs-5 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-xs-6 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mx-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .m-xs-0 {
    margin: 0;
  }
  .m-xs-1 {
    margin: 5px;
  }
  .m-xs-2 {
    margin: 10px;
  }
  .m-xs-3 {
    margin: 15px;
  }
  .m-xs-4 {
    margin: 30px;
  }
  .m-xs-5 {
    margin: 60px;
  }
  .m-xs-6 {
    margin: 90px;
  }
  .m-xs-auto {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 5px;
  }
  .mt-sm-2 {
    margin-top: 10px;
  }
  .mt-sm-3 {
    margin-top: 15px;
  }
  .mt-sm-4 {
    margin-top: 30px;
  }
  .mt-sm-5 {
    margin-top: 60px;
  }
  .mt-sm-6 {
    margin-top: 90px;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 5px;
  }
  .mb-sm-2 {
    margin-bottom: 10px;
  }
  .mb-sm-3 {
    margin-bottom: 15px;
  }
  .mb-sm-4 {
    margin-bottom: 30px;
  }
  .mb-sm-5 {
    margin-bottom: 60px;
  }
  .mb-sm-6 {
    margin-bottom: 90px;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .ml-sm-1 {
    margin-left: 5px;
  }
  .ml-sm-2 {
    margin-left: 10px;
  }
  .ml-sm-3 {
    margin-left: 15px;
  }
  .ml-sm-4 {
    margin-left: 30px;
  }
  .ml-sm-5 {
    margin-left: 60px;
  }
  .ml-sm-6 {
    margin-left: 90px;
  }
  .ml-sm-auto {
    margin-left: auto;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mr-sm-1 {
    margin-right: 5px;
  }
  .mr-sm-2 {
    margin-right: 10px;
  }
  .mr-sm-3 {
    margin-right: 15px;
  }
  .mr-sm-4 {
    margin-right: 30px;
  }
  .mr-sm-5 {
    margin-right: 60px;
  }
  .mr-sm-6 {
    margin-right: 90px;
  }
  .mr-sm-auto {
    margin-right: auto;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-sm-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-sm-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-sm-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-sm-6 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-sm-1 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-sm-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-sm-3 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-sm-4 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-sm-5 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-sm-6 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 5px;
  }
  .m-sm-2 {
    margin: 10px;
  }
  .m-sm-3 {
    margin: 15px;
  }
  .m-sm-4 {
    margin: 30px;
  }
  .m-sm-5 {
    margin: 60px;
  }
  .m-sm-6 {
    margin: 90px;
  }
  .m-sm-auto {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 5px;
  }
  .mt-md-2 {
    margin-top: 10px;
  }
  .mt-md-3 {
    margin-top: 15px;
  }
  .mt-md-4 {
    margin-top: 30px;
  }
  .mt-md-5 {
    margin-top: 60px;
  }
  .mt-md-6 {
    margin-top: 90px;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 5px;
  }
  .mb-md-2 {
    margin-bottom: 10px;
  }
  .mb-md-3 {
    margin-bottom: 15px;
  }
  .mb-md-4 {
    margin-bottom: 30px;
  }
  .mb-md-5 {
    margin-bottom: 60px;
  }
  .mb-md-6 {
    margin-bottom: 90px;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .ml-md-1 {
    margin-left: 5px;
  }
  .ml-md-2 {
    margin-left: 10px;
  }
  .ml-md-3 {
    margin-left: 15px;
  }
  .ml-md-4 {
    margin-left: 30px;
  }
  .ml-md-5 {
    margin-left: 60px;
  }
  .ml-md-6 {
    margin-left: 90px;
  }
  .ml-md-auto {
    margin-left: auto;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .mr-md-1 {
    margin-right: 5px;
  }
  .mr-md-2 {
    margin-right: 10px;
  }
  .mr-md-3 {
    margin-right: 15px;
  }
  .mr-md-4 {
    margin-right: 30px;
  }
  .mr-md-5 {
    margin-right: 60px;
  }
  .mr-md-6 {
    margin-right: 90px;
  }
  .mr-md-auto {
    margin-right: auto;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-md-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-md-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-md-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-md-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-md-6 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-md-1 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-md-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-md-3 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-md-4 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-md-5 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-md-6 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 5px;
  }
  .m-md-2 {
    margin: 10px;
  }
  .m-md-3 {
    margin: 15px;
  }
  .m-md-4 {
    margin: 30px;
  }
  .m-md-5 {
    margin: 60px;
  }
  .m-md-6 {
    margin: 90px;
  }
  .m-md-auto {
    margin: auto;
  }
}
@media (min-width: 1380px) {
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 5px;
  }
  .mt-lg-2 {
    margin-top: 10px;
  }
  .mt-lg-3 {
    margin-top: 15px;
  }
  .mt-lg-4 {
    margin-top: 30px;
  }
  .mt-lg-5 {
    margin-top: 60px;
  }
  .mt-lg-6 {
    margin-top: 90px;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 5px;
  }
  .mb-lg-2 {
    margin-bottom: 10px;
  }
  .mb-lg-3 {
    margin-bottom: 15px;
  }
  .mb-lg-4 {
    margin-bottom: 30px;
  }
  .mb-lg-5 {
    margin-bottom: 60px;
  }
  .mb-lg-6 {
    margin-bottom: 90px;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-0 {
    margin-left: 0;
  }
  .ml-lg-1 {
    margin-left: 5px;
  }
  .ml-lg-2 {
    margin-left: 10px;
  }
  .ml-lg-3 {
    margin-left: 15px;
  }
  .ml-lg-4 {
    margin-left: 30px;
  }
  .ml-lg-5 {
    margin-left: 60px;
  }
  .ml-lg-6 {
    margin-left: 90px;
  }
  .ml-lg-auto {
    margin-left: auto;
  }
  .mr-lg-0 {
    margin-right: 0;
  }
  .mr-lg-1 {
    margin-right: 5px;
  }
  .mr-lg-2 {
    margin-right: 10px;
  }
  .mr-lg-3 {
    margin-right: 15px;
  }
  .mr-lg-4 {
    margin-right: 30px;
  }
  .mr-lg-5 {
    margin-right: 60px;
  }
  .mr-lg-6 {
    margin-right: 90px;
  }
  .mr-lg-auto {
    margin-right: auto;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-lg-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-lg-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-lg-6 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-lg-1 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-lg-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-lg-3 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-lg-4 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-lg-5 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-lg-6 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 5px;
  }
  .m-lg-2 {
    margin: 10px;
  }
  .m-lg-3 {
    margin: 15px;
  }
  .m-lg-4 {
    margin: 30px;
  }
  .m-lg-5 {
    margin: 60px;
  }
  .m-lg-6 {
    margin: 90px;
  }
  .m-lg-auto {
    margin: auto;
  }
}
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
@media (min-width: 480px) {
  .justify-content-xs-start {
    justify-content: flex-start;
  }
  .justify-content-xs-end {
    justify-content: flex-end;
  }
  .justify-content-xs-center {
    justify-content: center;
  }
  .justify-content-xs-around {
    justify-content: space-around;
  }
  .justify-content-xs-between {
    justify-content: space-between;
  }
  .align-items-xs-start {
    align-items: flex-start;
  }
  .align-items-xs-end {
    align-items: flex-end;
  }
  .align-items-xs-center {
    align-items: center;
  }
  .align-items-xs-baseline {
    align-items: baseline;
  }
  .align-items-xs-stretch {
    align-items: stretch;
  }
  .flex-xs-column {
    flex-direction: column;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 1380px) {
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
/* Step bar */
::-moz-selection {
  color: #fff;
  background: #0084ce;
}
::selection {
  color: #fff;
  background: #0084ce;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.category,
.products .product,
.module-table-bordered,
.owl-wrapper-outer,
.select-list,
.tab-content-light {
  background: #fff;
}
.owl-news-carousel {
  border-top: 4px solid #0084ce;
}
.paginator {
  background: transparent;
}
.paginator .panel-body {
  padding: 0;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.045em;
}
.card {
  display: block;
  padding: 15px;
  margin-bottom: 15px;
  background: #edf6fc;
}
.tab-box-content {
  border: none;
  background: #fff;
}
.table-product-list {
  background: #fff;
  margin-bottom: 15px;
}
.navbar-step {
  margin-bottom: 15px;
}
.nmd-list li > .menu-item a:hover {
  text-decoration: underline;
}
.carousel-title {
  margin-bottom: 12px;
  padding-top: 3px;
}
.owl-carousel {
  margin-bottom: 30px !important;
}
.owl-carousel-title {
  margin: 5px 0 15px 0;
}
.owl-news-carousel .owl-item {
  padding: 15px;
}
.owl-news-carousel.owl-carousel-single-item .item,
.owl-news-carousel.owl-carousel-multiple-items .item {
  margin-top: 0;
}
.owl-news-carousel .mod-articles-category-date a {
  color: #fff;
}
.wishlist-btn {
  font-weight: 500;
}
.switcher .options {
  border: none;
  right: 0;
}
.switcher .options li a:hover {
  text-decoration: underline;
}
.contact-icon {
  margin-right: 5px;
}
.contact-dot {
  margin: 0 30px;
}
.articles-category-horizontal {
  margin-top: 0;
}
.btn-lg,
.btn-group-lg > .btn {
  text-transform: uppercase;
}
.filter {
  display: flex;
  align-items: center;
}
.filter .productsFilterOrder {
  flex: 0 0 156px;
  margin-right: 5px;
}
.filter .productsFilterLimit {
  flex: 0 0 70px;
  padding-left: 15px;
  padding-right: 15px;
}
.filter-pagination {
  margin-left: auto;
}
.filter .paginator-pages {
  flex-basis: 100%;
}
.filter .btn {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 7px;
}
.pagination > li:not(.active) > a:hover {
  text-decoration: underline;
}
.tag-content-container {
  margin-bottom: 5px !important;
}
.tag-content-container .resp-tabs-list {
  background: #0084ce;
}
.tag-content-container .resp-tabs-list li + li {
  border-color: #00639b;
}
.tag-content-container .resp-tab-item:not(.resp-tab-active) {
  color: #ffffff;
}
.view-article:not(.no-bg) .article {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}
.mod-articles-category-title {
  margin-bottom: 2px;
}
.owl-carousel-item {
  display: flex;
  align-items: flex-start;
}
.owl-carousel-img {
  position: relative;
  display: block;
  flex: 0 0 auto;
}
.owl-carousel-link {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .top-panel-reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .tags-list-top {
    padding: 0 15px;
  }
}
.box-icon.icon-tag {
  margin-top: 0;
}
.box-icon.icon-tag h4 {
  margin-top: 0;
}
.header-item-content {
  margin-left: 10px;
  line-height: 1.3;
}
.cart-item-count {
  right: -5px;
}
.form-search .form-group .input-group .btn.btn-primary {
  height: 39px;
  margin: 3px;
  border: 1px solid #00639b;
  border-radius: 3px;
  text-transform: uppercase;
}
.form-search .form-group .input-group .btn.btn-primary .fa {
  width: 15px;
  text-align: center;
}
.breadcrumb li:first-child a {
  color: #0084ce;
}
.top-panel .bordered {
  background: #fff;
  border: none;
  border-radius: 0 0 3px 3px;
  margin: 0;
}
.top-panel .bordered-content {
  padding: 0 25px;
}
.menu-vertical li a {
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 5px;
  line-height: 1.2;
}
.breadcrumb .fa-home {
  font-size: 17px;
}
.breadcrumb > li {
  vertical-align: middle;
}
.header-hidden {
  display: block;
}
.header-item-icon {
  height: 28px;
}
.header-item-icon:not(.header-item-icon-heart):before {
  content: none;
}
.header-item-icon-cart {
  width: 36px;
  background: url('../themes/ecom/images/cart.svg') center no-repeat;
}
.header-item-icon-account {
  width: 28px;
  background: url('../themes/ecom/images/user.svg') center no-repeat;
}
.header-item-icon-heart + .header-item-content {
  line-height: 1.16;
}
.header-search-form {
  margin-top: 0;
}
.navbar-inverse .nmd-list {
  text-transform: none;
}
.navbar-inverse .nmd-list li > .menu-item a {
  color: #454545;
}
.navbar-inverse .nmd-list li > .menu-item a:hover {
  color: #0084ce;
}
@media (min-width: 768px) {
  .header-item + .header-item {
    margin-left: 23px !important;
  }
}
@media (max-width: 991px) {
  .navbar-main .container {
    max-width: 750px;
  }
  .navbar-main .container .navbar-nav > li > a,
  .navbar-main .container .navbar-nav > li > .nav-header {
    padding: 15px 18px;
  }
}
@media (max-width: 767px) {
  .navbar-menu-collapse .navbar-nav {
    background: #fff;
  }
  .navbar-menu-collapse .navbar-nav li > a {
    padding: 12px 15px;
  }
  .navbar-menu-collapse .navbar-nav li > a:hover {
    background: #fff;
  }
  .navbar-main {
    border: 0;
  }
  .navbar-main .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-main .navbar-nav > li {
    flex-direction: column;
  }
  .nmd .panel {
    margin: -10px -15px 15px;
    border: none;
  }
  .nmd-header {
    display: none;
  }
  .navbar-main .nav.navbar-nav.dropdown .main-category.heading,
  .navbar-main .nav.navbar-nav.dropdown .main-category:focus.heading,
  .navbar-main .nav.navbar-nav.dropdown .main-category:hover.heading {
    cursor: pointer;
  }
  .header-search-form {
    margin-top: 10px;
  }
  .navbar-main .nav.navbar-nav.dropdown .nmd-list > li > .menu-item > a {
    padding: 8px;
  }
}
.view-product .product-main {
  margin-bottom: 30px;
}
.view-product .product-main .module-table-bordered {
  background: #f7f7f7;
}
.view-product .product-discount-label {
  font-size: 18px;
  font-weight: 500;
  padding: 0 7px;
}
.view-product .product-prices-value {
  line-height: 1.1;
}
.view-product .product-prices:after {
  content: none;
}
.view-product .product-original-price {
  display: block;
  font-size: 12px;
}
.view-product .product-price {
  display: block;
}
.view-product .product-price-secondary,
.view-product .product-price-suffix {
  font-size: 12px;
  color: #939393;
}
.view-product .product-price-suffix {
  padding: 0;
}
.view-product .product-add-cart-control {
  flex: none;
  width: 40px;
  height: 30px;
  margin: 4px 0 4px 4px;
  padding-left: 0;
  border-radius: 3px;
}
.view-product .product-delivery {
  display: none;
}
.view-product .product-labels {
  margin: 0;
}
.view-product .product-labels .label:after {
  content: none;
}
.view-product .btn-cart {
  display: flex;
  align-items: center;
  padding: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #00639b;
}
.view-product .btn-cart-text {
  width: 100%;
  padding: 11px 4px;
  background: none;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
}
.view-product .btn-cart-text:focus {
  outline: none;
}
.view-product .info-box {
  font-size: 13px;
  font-weight: 500;
}
.tab-content {
  border: none;
  padding: 20px;
  margin-top: 18px;
}
.related-variant {
  border-color: #dddddd;
}
.related-variant h4 {
  margin-bottom: 0;
}
.view-product .product-main .module-table-bordered {
  background: #efefef;
}
.products .product .top-labels,
.products .product .quantity-discount-label {
  display: none;
}
.products .product-title {
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.products .product-number {
  color: #b0b0b0;
  font-size: 11px;
  margin-bottom: 4px;
}
.products .product .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
}
.products .product .price .old-price {
  margin-left: 8px;
}
.products.products-single-row {
  margin: 0;
}
.owl-carousel .owl-wrapper-outer {
  border: none;
  margin: 0;
}
.category:hover,
.category:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .view-products .products .product,
  .com_elasticsearch .products .product {
    flex-direction: row;
  }
  .view-products .products .product .image,
  .com_elasticsearch .products .product .image {
    width: auto;
    min-height: auto;
    flex-basis: 15%;
    margin-bottom: 0;
  }
  .view-products .products .product .top-labels,
  .com_elasticsearch .products .product .top-labels {
    left: 15px;
    right: auto;
  }
  .view-products .products .product-labels,
  .com_elasticsearch .products .product-labels {
    padding-bottom: 10px;
  }
  .view-products .products .product-info,
  .com_elasticsearch .products .product-info {
    flex-basis: 60%;
    padding: 0 15px;
    margin: 0;
  }
  .view-products .products .product-actions,
  .com_elasticsearch .products .product-actions {
    flex-basis: 25%;
    justify-content: center;
    text-align: center;
  }
  .view-products .products .product .label:after,
  .com_elasticsearch .products .product .label:after {
    content: none;
  }
  .view-products .products .product .price,
  .com_elasticsearch .products .product .price {
    margin-top: 0;
    justify-content: center;
  }
  .view-products .products .product .add-to-cart,
  .com_elasticsearch .products .product .add-to-cart {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .products .product {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .products .product .image {
    width: auto;
    min-height: auto;
    flex-basis: 25%;
    align-self: flex-start;
    margin-bottom: 10px;
  }
  .products .product .top-labels {
    left: 15px;
    right: auto;
  }
  .products .product-labels {
    padding-bottom: 10px;
  }
  .products .product-info {
    flex-basis: 75%;
    align-self: flex-start;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
  }
  .products .product-actions {
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
  }
  .products .product .label:after {
    content: none;
  }
  .products .product .price {
    margin-top: 0;
  }
  .products .product .add-to-cart {
    margin-top: 0;
  }
  .products .product .show-hover {
    min-height: auto;
  }
}
.nav-tabs {
  border: none;
}
.nav-tabs-accordion > li {
  margin: 0;
  color: #454545;
  background: #ffffff;
  border-color: #dddddd;
  border-width: 1px;
}
.nav-tabs-accordion > li:hover {
  color: #454545;
  background: #e6e6e6;
  border-color: #c4c4c4;
  z-index: 1;
}
.nav-tabs-accordion > li + li {
  margin: 0 0 0 -1px;
}
.nav-tabs-accordion > li:first-child {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-accordion > li:first-child:hover {
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
.nav-tabs-accordion > li:last-child {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.nav-tabs-accordion > li:last-child:hover {
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
.nav-tabs-accordion > li.resp-tab-active,
.nav-tabs-accordion > li.resp-tab-active:hover {
  color: #ffffff;
  background: #0084ce;
  border-color: #00639b;
  border-top-width: 1px;
  z-index: 1;
}
.nav-tabs > li[role="presentation"] {
  margin: 0;
}
.nav-tabs > li[role="presentation"] > a {
  margin: 0;
  color: #454545;
  background: #ffffff;
  border-color: #dddddd;
}
.nav-tabs > li[role="presentation"] > a:hover {
  color: #454545;
  background: #e6e6e6;
  border-color: #c4c4c4;
}
.nav-tabs > li[role="presentation"].active > a {
  color: #ffffff;
  background: #0084ce;
  border-color: #00639b;
}
.nav-tabs:not(.nav-tabs-accordion) > li {
  margin: 0;
}
.nav-tabs:not(.nav-tabs-accordion) > li > a {
  color: #454545;
  background: #ffffff;
  border-color: #dddddd;
  border-width: 1px;
  margin: 0;
}
.nav-tabs:not(.nav-tabs-accordion) > li > a:hover {
  color: #454545;
  background: #e6e6e6;
  border-color: #c4c4c4;
  z-index: 1;
}
.nav-tabs:not(.nav-tabs-accordion) > li.active > a {
  color: #ffffff;
  background: #0084ce;
  border-color: #00639b;
  z-index: 1;
}
.nav-tabs:not(.nav-tabs-accordion) > li.active > a:hover,
.nav-tabs:not(.nav-tabs-accordion) > li.active > a:focus {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.nav-tabs .badge {
  margin: 0px -10px 0 8px;
}
.product-tabs-container .resp-accordion {
  padding: 10px 23px;
  line-height: 1.6;
}
.product-tabs-container .resp-tabs-container {
  padding-bottom: 15px;
}
.owl-buttons {
  margin-bottom: 0;
}
.owl-buttons .owl-next,
.owl-buttons .owl-prev {
  width: 27px;
  height: 27px;
  position: relative;
  background: #ffffff;
  border-color: #dddddd;
}
.owl-buttons .owl-next:before,
.owl-buttons .owl-prev:before {
  color: #454545;
  font-size: 15px;
  line-height: 26px;
}
.owl-buttons .owl-next:hover,
.owl-buttons .owl-prev:hover {
  z-index: 1;
}
.owl-buttons .owl-next {
  margin: 0 0 0 -1px;
}
.owl-buttons .owl-next:before {
  content: '\f105';
}
.owl-buttons .owl-prev {
  margin: 0;
}
.owl-buttons .owl-prev:before {
  content: '\f104';
}
.nav-tabs-navigation {
  margin: 3px 0;
}
.tabs-products .tabs-container > ul {
  margin-right: 0;
}
@media (min-width: 768px) {
  .nav-tabs > li[role="presentation"] {
    margin: 0;
  }
  .nav-tabs > li[role="presentation"] > a {
    border-width: 1px;
  }
  .nav-tabs > li[role="presentation"] > a:hover,
  .nav-tabs > li[role="presentation"] > a:focus {
    border-bottom-width: 1px;
  }
  .nav-tabs > li[role="presentation"]:first-child > a {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .nav-tabs.nav-tabs-navigation > li[role="presentation"]:nth-last-child(2) > a,
  .nav-tabs:not(.nav-tabs-navigation) > li[role="presentation"]:last-of-type > a {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .nav-tabs:not(.nav-tabs-accordion) > li:first-child > a {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .nav-tabs:not(.nav-tabs-accordion) > li:last-child > a {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .nav-tabs:not(.nav-tabs-accordion) > li + li {
    margin: 0 0 0 -1px;
  }
}
@media (max-width: 767px) {
  .owl-buttons {
    margin-bottom: 10px;
  }
  .nav-tabs > li[role="presentation"] {
    margin: 0;
  }
  .nav-tabs > li[role="presentation"] > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
  }
  .nav-tabs > li[role="presentation"]:first-child > a {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .nav-tabs > li[role="presentation"] + li {
    margin: -1px 0 0;
  }
  .nav-tabs.nav-tabs-navigation > li[role="presentation"]:nth-last-child(2) > a,
  .nav-tabs:not(.nav-tabs-navigation) > li[role="presentation"]:last-of-type > a {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .nav-tabs:not(.nav-tabs-accordion) > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-tabs:not(.nav-tabs-accordion) > li.active > a {
    border-left-width: 1px;
  }
  .nav-tabs:not(.nav-tabs-accordion) > li:first-child > a {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .nav-tabs:not(.nav-tabs-accordion) > li:last-child > a {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .nav-tabs:not(.nav-tabs-accordion) > li + li {
    margin: -1px 0 0;
  }
}
.welcome-banner {
  position: relative;
  display: flex;
  background: url('../themes/ecom/images/ecom-hplc-prague.jpg') no-repeat #262239;
}
.welcome-banner-product {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.welcome-banner-content {
  display: flex;
  flex-direction: column;
}
.welcome-banner-title {
  font-weight: 300;
  color: #fff;
}
.testimonial {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.25);
}
.testimonial-banner {
  position: relative;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.testimonial-img {
  display: block;
  height: auto;
  margin-right: 18px;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .testimonial-img {
    flex: 0 0 96px;
    max-width: 96px;
  }
}
@media (max-width: 479px) {
  .testimonial-img {
    flex: 0 0 40px;
    max-width: 40px;
  }
}
.testimonial-content {
  flex: 1 0;
}
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.5;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '';
  display: block;
  flex: 0 0 2px;
  height: 12px;
  margin-right: 5px;
  background: #0084ce;
}
@media (min-width: 1380px) {
  .testimonial {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .welcome-banner-product {
    left: 46%;
    bottom: -40px;
  }
  .welcome-banner-content {
    padding: 0 30px 0 190px;
  }
}
@media (min-width: 768px) {
  .welcome-banner {
    height: 300px;
    background-position: left top;
  }
  .welcome-banner-heading {
    align-self: flex-end;
    margin: 0 0 44px 25px;
  }
  .welcome-banner-content {
    justify-content: center;
    flex: 0 0 51%;
    max-width: 51%;
    margin-left: auto;
    background: url('../themes/ecom/images/mask.svg');
    background-size: 100%;
  }
  .testimonial {
    margin-top: -85px;
  }
}
@media (min-width: 768px) and (max-width: 1379px) {
  .testimonial {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .welcome-banner-heading {
    width: 290px;
  }
  .welcome-banner-product {
    left: 42%;
    bottom: -40px;
  }
  .welcome-banner-content {
    padding: 0 15px 0 120px;
  }
  .testimonial {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .welcome-banner {
    flex-direction: column;
    background-position: 20% top;
  }
  .welcome-banner-heading {
    display: block;
    position: relative;
    margin: 194px 0 25px;
    padding: 0 25px;
    vertical-align: middle;
    box-sizing: content-box;
  }
  .welcome-banner-product {
    display: none;
    right: 0;
    top: 0;
  }
  .welcome-banner-content {
    padding: 30px;
    background: #171422;
  }
  .testimonial {
    margin: -30px 15px 15px;
  }
}
@media (max-width: 479px) {
  .welcome-banner-heading {
    width: 85%;
  }
}
.pagination {
  float: none;
}
.owl-carousel-heading.mod-articles-category-title a:hover {
  color: #0084ce;
}
.tags-filter .toggle:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.6%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.header-item:not(.cart) {
  display: none;
}
.header-item:not(&-xs) + .header-item {
  margin: 0 !important;
}
.signpost {
  display: flex;
}
@media (max-width: 767px) {
  .signpost {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .signpost--with-video .signpost-content {
    width: 50%;
  }
}
.signpost-video {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .signpost-video {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .signpost-video {
    flex: 0 0 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.signpost-video-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.signpost-content {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin: 0 -3px -3px 0;
}
.signpost-item {
  padding: 0 3px 3px 0;
}
.signpost-card {
  display: block;
  height: 100%;
  padding: 15px;
  background: #fff;
}
a.signpost-card:hover .signpost-heading,
a.signpost-card:focus .signpost-heading {
  color: #0084ce;
}
.signpost-card img {
  margin: 0 auto;
}
.signpost-category {
  flex: 1;
}
@media (max-width: 991px) {
  .signpost-category {
    flex: none;
    width: 50%;
  }
}
@media (max-width: 479px) {
  .signpost-category {
    width: 100%;
  }
}
@media (max-width: 1379px) {
  .signpost-category-md-fullsize {
    flex: none;
    width: 100%;
  }
}
.signpost-categories {
  flex: none;
  width: 100%;
}
.signpost-heading {
  margin: 15px 0 0;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: none !important;
  text-decoration: underline dotted;
  text-underline-offset: 0.15em;
}
.ecom-page-banner {
  position: relative;
  color: #fff;
  font-size: 16px;
}
.ecom-page-banner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(38, 58, 134, 0.7);
}
.ecom-page-banner--sm {
  font-size: 13px;
}
.ecom-page-banner--sm .ecom-page-banner__body {
  padding: 30px;
}
.ecom-page-banner--sm .ecom-page-banner__heading {
  margin: 0 0 8px;
}
.ecom-page-banner--sm .ecom-page-banner__desc {
  max-width: none;
}
.ecom-page-banner--sm .ecom-page-banner__footer {
  margin-top: 8px;
}
.ecom-page-banner--bg-gradient:before {
  background: linear-gradient(270deg, rgba(37, 59, 135, 0.7), rgba(37, 59, 135, 0.83), rgba(37, 59, 135, 0.85));
}
.ecom-page-banner--bg-cooperation {
  background: url('../images/bg/bg-cooperation.jpg') center / cover no-repeat;
}
.ecom-page-banner--bg-partners {
  background: url('../images/bg/bg-partners.jpg') center top / cover no-repeat;
}
.ecom-page-banner--bg-hplc {
  background: url('../images/bg/bg-hplc.jpg') center / cover no-repeat;
}
.ecom-page-banner--bg-catalog {
  background: url('../images/bg/bg-catalog.jpg') center / cover no-repeat;
}
.ecom-page-banner--bg-about-us {
  background: url('../images/bg/bg-about-us.jpg') center / cover no-repeat;
}
.ecom-page-banner--bg-high-tech {
  background: url('../images/bg/bg-high-tech.jpg') center / cover no-repeat;
}
.ecom-page-banner--bg-worldwide-distributor {
  background: url('../images/bg/bg-worldwide-distributor.jpg') center / cover no-repeat;
}
.ecom-page-banner__body {
  position: relative;
  padding: 56px 70px;
  z-index: 1000;
}
@media (max-width: 991px) {
  .ecom-page-banner__body {
    padding: 30px 20px;
  }
}
.ecom-page-banner__heading {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.ecom-page-banner__desc {
  max-width: 500px;
}
.ecom-page-banner__desc > *:last-child {
  margin-bottom: 0;
}
.ecom-page-banner__footer {
  margin-top: 20px;
}
.ecom-page-banner__footer .flex-row {
  margin-left: -10px;
  margin-right: -10px;
}
.ecom-page-banner__footer [class^="flex-col-"],
.ecom-page-banner__footer [class*=" flex-col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.benefits--vertical .benefit {
  flex-direction: column;
  align-items: center;
}
.benefits--vertical .benefit-icon {
  margin: 0 0 15px;
}
.benefits--vertical .benefit-content {
  text-align: center;
}
.benefits--vertical .benefit-header {
  margin: 0;
}
.panel .panel-body .h1 {
  font-size: 26px;
}
.panel--lg .panel-body {
  padding: 20px;
}
.panel--xl .panel-body {
  padding: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-main .container .navbar-nav > li > a,
  .navbar-main .container .navbar-nav > li > .nav-header {
    font-size: 11px;
    padding: 15px 10px;
  }
}
.footer-2 .list-circled li:before {
  content: none;
}
.timeline {
  display: flex;
}
.timeline__content {
  flex: 0 1 auto;
  margin: 0 auto;
}
.timeline-item {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.timeline-item:before {
  position: absolute;
  top: 60px;
  left: 24px;
  content: '';
  height: calc(76%);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item:last-child:before {
  content: none;
}
.timeline-item__content {
  max-width: 100%;
  margin-top: 6px;
}
.timeline-item__heading {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.timeline-item__subheading {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
}
.timeline-item__icon {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 12px 0 0;
  color: #0084ce;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
}
.timeline-item__icon:empty {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%230084ce' d='M17.172 26.875h-3.594a1.08 1.08 0 0 1-1.078-1.078v-3.594a1.08 1.08 0 0 1 1.078-1.078h3.594a1.08 1.08 0 0 1 1.078 1.078v3.594a1.08 1.08 0 0 1-1.078 1.078zm9.703-1.078v-3.594a1.08 1.08 0 0 0-1.078-1.078h-3.594a1.08 1.08 0 0 0-1.078 1.078v3.594a1.08 1.08 0 0 0 1.078 1.078h3.594a1.08 1.08 0 0 0 1.078-1.078zm8.625 0v-3.594a1.08 1.08 0 0 0-1.078-1.078h-3.594a1.08 1.08 0 0 0-1.078 1.078v3.594a1.08 1.08 0 0 0 1.078 1.078h3.594a1.08 1.08 0 0 0 1.078-1.078zm-8.625 8.625v-3.594a1.08 1.08 0 0 0-1.078-1.078h-3.594a1.08 1.08 0 0 0-1.078 1.078v3.594a1.08 1.08 0 0 0 1.078 1.078h3.594a1.08 1.08 0 0 0 1.078-1.078zm-8.625 0v-3.594a1.08 1.08 0 0 0-1.078-1.078h-3.594a1.08 1.08 0 0 0-1.078 1.078v3.594a1.08 1.08 0 0 0 1.078 1.078h3.594a1.08 1.08 0 0 0 1.078-1.078zm17.25 0v-3.594a1.08 1.08 0 0 0-1.078-1.078h-3.594a1.08 1.08 0 0 0-1.078 1.078v3.594a1.08 1.08 0 0 0 1.078 1.078h3.594a1.08 1.08 0 0 0 1.078-1.078zm8.625-23.359v31.625c0 2.381-1.932 4.313-4.312 4.313H8.188c-2.381 0-4.312-1.932-4.312-4.312V11.063c0-2.381 1.932-4.312 4.313-4.312H12.5V2.078A1.08 1.08 0 0 1 13.578 1h3.594a1.08 1.08 0 0 1 1.078 1.078V6.75h11.5V2.078A1.08 1.08 0 0 1 30.828 1h3.594A1.08 1.08 0 0 1 35.5 2.078V6.75h4.313c2.381 0 4.313 1.932 4.313 4.313zm-4.312 31.086V15.376H8.188v26.773a.54.54 0 0 0 .539.539h30.547a.54.54 0 0 0 .539-.539z'/%3E%3C/svg%3E") center / 24px no-repeat #ffffff;
}
.category-box {
  margin: 30px 0;
}
.category-box > .flex-row {
  margin: 0 -4px -8px;
}
.category-box > .flex-row > * {
  margin-bottom: 8px;
  padding: 0 4px;
}
.category-box-img {
  padding-right: 0;
}
@media (max-width: 767px) {
  .category-box-item--hideable {
    display: none;
  }
}
@media (min-width: 768px) {
  .category-box-item--hideable {
    display: block !important;
  }
}
.category-box-btn {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .category-box-btn {
    display: none;
  }
}
.contact-dot {
  margin: 0 8px;
}
.bordered-content a {
  font-weight: 400;
}
.table-rich {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .table-rich table,
  .table-rich tbody,
  .table-rich tr {
    display: block;
  }
}
@media (max-width: 991px) {
  .table-rich td {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 8px 16px;
  }
}
@media (max-width: 991px) {
  .table-rich .table-head {
    display: none;
  }
}
@media (max-width: 991px) {
  .table-rich .table-cell {
    flex: 1;
  }
}
.table-rich .table-cell-label {
  font-weight: 700;
}
@media (min-width: 992px) {
  .table-rich .table-cell-label {
    display: none;
  }
}
.table-rich table > thead > tr > th,
.table-rich table > tbody > tr > th,
.table-rich table > tfoot > tr > th,
.table-rich table > thead > tr > td,
.table-rich table > tbody > tr > td,
.table-rich table > tfoot > tr > td {
  vertical-align: middle;
}
@media (min-width: 992px) {
  .table-rich table > thead > tr > th,
  .table-rich table > thead > tr > td {
    padding-block: 10px;
  }
}
@media (min-width: 992px) {
  .table-rich table > tbody > tr > th,
  .table-rich table > tbody > tr > td {
    padding: 8px 16px;
  }
}
.table-rich .dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
}
.table-rich .dataTable {
  flex: none;
  width: 100%;
}
.table-rich .dataTables_filter {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 16px;
  width: 100%;
  margin: 0 0 10px;
}
.table-rich .dataTables_filter:before {
  content: '';
  display: block;
  width: 106px;
  height: 30px;
  pointer-events: none;
}
.table-rich .dataTables_filter label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}
.table-rich .dataTables_filter input {
  max-width: 170px;
  width: 100%;
  height: 30px;
  padding: 4px 8px;
  border: 1px solid #767676;
  border-radius: 3px;
}
.table-rich .dataTables_info {
  padding-block: 4px;
}
.table-rich .dataTables_paginate {
  display: flex;
  justify-content: flex-end;
}
.table-rich .dataTables_paginate > span {
  display: flex;
}
.table-rich .dataTables_paginate .paginate_button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 30px;
  padding-inline: 8px;
  line-height: 1;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.table-rich .dataTables_paginate .current {
  color: #454545;
}
.table-rich .dataTables_paginate .previous,
.table-rich .dataTables_paginate .next {
  border: 1px solid #ddd;
  font-family: FontAwesome;
  font-size: 0;
  text-decoration: none;
}
.table-rich .dataTables_paginate .previous:after,
.table-rich .dataTables_paginate .next:after {
  font-size: 13px;
}
.table-rich .dataTables_paginate .previous:after {
  content: '\f104';
}
.table-rich .dataTables_paginate .next:after {
  content: '\f105';
}
.table-rich .dataTables_paginate .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.table-rich .sorting {
  position: relative;
  cursor: pointer;
}
.table-rich .sorting:before,
.table-rich .sorting:after {
  position: absolute;
  right: 16px;
  min-width: 8px;
  opacity: 0.2;
  font-family: 'FontAwesome', fantasy;
  font-weight: normal;
  text-align: center;
}
.table-rich .sorting:before {
  content: '\f0de';
}
.table-rich .sorting:after {
  content: '\f0dd';
}
.table-rich .sorting_asc:before {
  opacity: 1;
}
.table-rich .sorting_desc:after {
  opacity: 1;
}
.table-rich-header {
  display: flex;
  align-items: center;
  height: 30px;
  margin-bottom: -30px;
}
.table-rich-heading {
  color: #202c38;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.045em;
}
.products .product:hover .show-hover-inside {
  position: static;
}
.products .product:hover .show-hover-inside .add-to-cart {
  margin: 10px 0 0;
  padding: 0;
  background: none;
  border: none;
}
.products .product:hover .show-hover-inside .dropdown-table-product {
  display: none;
}
@media (min-width: 992px) {
  .category-module.four-columns .owl-news-carousel {
    padding: 15px 10px;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .category-module.four-columns .owl-carousel-item {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .category-module.four-columns .owl-carousel-content {
    display: flex;
    flex-direction: column;
  }
}
.category-module.four-columns .mod-articles-category-readmore {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .category-module.four-columns .owl-item {
    padding: 0 5px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .category-module.four-columns .owl-carousel-img {
    max-width: 60px;
  }
}
@media (min-width: 992px) {
  .category-module.four-columns .owl-carousel-img {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .category-module.four-columns .owl-carousel-heading {
    font-size: 12px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .category-module.four-columns .mod-articles-category-introtext {
    font-size: 12px;
    line-height: 1.2;
  }
  .category-module.four-columns .mod-articles-category-introtext strong {
    font-weight: 600;
  }
}
.fdb {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 4px 20px;
  color: #253b87;
  background: #dee7f5;
}
@media (max-width: 767px) {
  .fdb {
    display: none;
  }
}
@media (min-width: 768px) {
  .fdb {
    display: flex;
  }
}
.fdb__img {
  display: block;
  flex: none;
  max-width: 100%;
  max-height: 18px;
  height: auto;
}
.fdb__title {
  flex: 1;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
}
