@charset "UTF-8";
/* import CSS from plugins */
.tooltip {
  position: absolute;
  z-index: 999;
  min-width: 40px;
  white-space: nowrap;
  cursor: default;
  left: -1000;
  top: -1000;
  padding: 5px 10px;
  font: bold 12px helvetica, tahoma, sans-serif;
  text-align: left;
  color: #ffffff;
  background: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.tooltip:before {
  content: '';
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid #333333;
}
.tooltip-t:before,
.tooltip-b:before {
  left: 50%;
  margin-left: -5px;
  display: block;
}
.tooltip-r:before,
.tooltip-l:before {
  margin-top: -5px;
  top: 50%;
  display: block;
}
.tooltip-tr:before,
.tooltip-br:before {
  left: 5px;
  margin: 0;
}
.tooltip-tl:before,
.tooltip-bl:before {
  left: auto;
  margin: 0;
  right: 5px;
}
.tooltip-rt:before,
.tooltip-lt:before {
  margin: 0;
  top: auto;
  bottom: 5px;
}
.tooltip-rb:before,
.tooltip-lb:before {
  margin: 0;
  top: 5px;
}
.tooltip-t:before {
  border-top-color: #333333;
  border-bottom-width: 0;
  bottom: -5px;
}
.tooltip-b:before {
  border-bottom-color: #333333;
  border-top-width: 0;
  top: -5px;
}
.tooltip-r:before {
  border-right-color: #333333;
  border-left-width: 0;
  left: -5px;
}
.tooltip-l:before {
  border-left-color: #333333;
  border-right-width: 0;
  right: -5px;
}
.tooltip-rt:before {
  border-right-color: #333333;
}
.tooltip-lt:before {
  border-left-color: #333333;
}
.tooltip-rb:before {
  border-right-color: #333333;
}
.tooltip-lb:before {
  border-left-color: #333333;
}
.tooltip-t:before,
.tooltip-b:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tooltip-r:before,
.tooltip-l:before {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
  font-size: 2em;
}
@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/raty.eot");
  src: url("fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("fonts/raty.svg#raty") format("svg");
  src: url("fonts/raty.ttf") format("truetype");
  src: url("fonts/raty.woff") format("woff");
}
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.cancel-on-png:before {
  content: "\e600";
}
.cancel-off-png:before {
  content: "\e601";
}
.star-on-png:before {
  content: "\f005";
}
.star-off-png:before {
  content: "\f006";
}
.star-half-png:before {
  content: "\f123";
}
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-bg,
.fancybox-inner,
.fancybox-outer,
.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-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  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;
  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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  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;
  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-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #ffffff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.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;
}
.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:link,
.fancybox-button:visited {
  color: #cccccc;
}
.fancybox-button:hover {
  color: #ffffff;
}
.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;
}
.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.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;
}
.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);
}
.fancybox-caption {
  background: linear-gradient(0deg, 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%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  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;
}
.fancybox-loading {
  animation: a 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 a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.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: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.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: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.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: scaleX(1) translateZ(0);
}
.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: translateZ(0) scale(1);
}
@media (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;
    }
  }
}
.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;
}
.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;
  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:link,
.fancybox-share__button:visited {
  color: #ffffff;
}
.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: #ffffff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  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: 50%;
  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: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #ffffff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eeeeee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaaaaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #cccccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #cccccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #ffffff 0, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #ffffff 0, #f4f8fa 73%);
  background: -o-linear-gradient(top, #ffffff 0, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #ffffff 0, #f4f8fa 73%);
  background: linear-gradient(to bottom, #ffffff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0, #ffffff 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #ffffff));
  background: -webkit-linear-gradient(top, #f4f8fa 0, #ffffff 73%);
  background: -o-linear-gradient(top, #f4f8fa 0, #ffffff 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0, #ffffff 73%);
  background: linear-gradient(to bottom, #f4f8fa 0, #ffffff 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
}
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dddddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #ffffff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #808080;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #ffffff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
  margin-right: 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}
.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}
.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}
.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}
.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}
/*!
 * bootstrap-fileinput v4.4.9
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-loading input[type=file],
input[type=file].file-loading {
  width: 0;
  height: 0;
}
.file-no-browse {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}
.kv-hidden,
.file-caption-icon,
.file-zoom-dialog .modal-header:before,
.file-zoom-dialog .modal-header:after,
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .no-browse .input-group-btn,
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.hide-content .kv-file-content {
  display: none;
}
.btn-file input[type=file],
.file-caption-icon,
.file-preview .fileinput-remove,
.krajee-default .file-thumb-progress,
.file-zoom-dialog .btn-navigate,
.file-zoom-dialog .floating-buttons {
  position: absolute;
}
.file-input,
.file-loading:before,
.btn-file,
.file-caption,
.file-preview,
.krajee-default.file-preview-frame,
.krajee-default .file-thumbnail-footer,
.file-zoom-dialog .modal-dialog {
  position: relative;
}
.file-error-message pre,
.file-error-message ul,
.krajee-default .file-actions,
.krajee-default .file-other-error {
  text-align: left;
}
.file-error-message pre,
.file-error-message ul {
  margin: 0;
}
.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
  float: left;
  margin: 5px 0 -5px;
  width: 16px;
  height: 16px;
}
.krajee-default .file-thumb-progress .progress,
.krajee-default .file-thumb-progress .progress-bar {
  height: 11px;
  font-size: 9px;
  line-height: 10px;
}
.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}
.file-zoom-content > .file-object.type-video,
.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.file-zoom-content > .file-object.type-video,
.file-zoom-content > .file-object.type-flash {
  height: 100%;
}
.file-zoom-content > .file-object.type-pdf,
.file-zoom-content > .file-object.type-html,
.file-zoom-content > .file-object.type-text,
.file-zoom-content > .file-object.type-default {
  width: 100%;
}
.rotate-2 {
  transform: rotateY(180deg);
}
.rotate-3 {
  transform: rotate(180deg);
}
.rotate-4 {
  transform: rotate(180deg) rotateY(180deg);
}
.rotate-5 {
  transform: rotate(270deg) rotateY(180deg);
}
.rotate-6 {
  transform: rotate(90deg);
}
.rotate-7 {
  transform: rotate(90deg) rotateY(180deg);
}
.rotate-8 {
  transform: rotate(270deg);
}
.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(../img/loading.gif) top left no-repeat;
}
.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}
.btn-file {
  overflow: hidden;
}
.btn-file input[type=file] {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}
.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}
.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}
.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}
.file-caption-icon {
  left: 8px;
}
.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}
.file-preview .clickable {
  cursor: pointer;
}
.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #008000;
}
.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
}
.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: 3px 3px 5px 0 #333;
}
.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}
.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.krajee-default .file-other-icon {
  font-size: 6em;
}
.krajee-default .file-footer-buttons {
  float: right;
}
.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 15px;
}
.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}
.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}
.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}
.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}
.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}
.kv-upload-progress .progress {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  overflow: hidden;
}
.kv-upload-progress .progress-bar {
  height: 20px;
  line-height: 20px;
}
/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}
.file-zoom-dialog .modal-dialog {
  width: auto;
}
.file-zoom-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  box-shadow: none;
  opacity: 0.6;
}
.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-caption-main {
  width: 100%;
}
.file-thumb-loading {
  background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}
.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}
.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}
.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}
.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}
.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}
.file-uploading {
  background: url(../img/loading-sm.gif) no-repeat center bottom 10px;
  opacity: 0.65;
}
@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.floating-buttons {
  z-index: 3000;
}
.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-zoom-content .file-preview-image {
  max-height: 100%;
}
.file-zoom-content .file-preview-video {
  max-height: 100%;
}
.file-zoom-content .is-portrait-gt4 {
  margin-top: 60px;
}
.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}
.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .file-preview-thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .file-zoom-dialog .modal-header {
    flex-direction: column;
  }
}
@media screen and (max-width: 350px) {
  .krajee-default.file-preview-frame .kv-file-content {
    width: 160px;
  }
}
.file-loading[dir=rtl]:before {
  background: transparent url(../img/loading.gif) top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}
.file-sortable .file-drag-handle {
  cursor: move;
  opacity: 1;
}
.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}
.clickable .file-drop-zone-title {
  cursor: pointer;
}
.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.fadeIn,
.slideRightIn,
.slideLeftIn,
.slideUpIn,
.slideDownIn,
.fadeInFlex,
.slideUpInFlex,
.slideDownInFlex,
.slideLeftInFlex,
.slideRightInFlex {
  opacity: 0;
}
.velocity-animating {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}
/* import CSS font awesome 4.x */
/*!
 *  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;
}
/* import NGC MARS styles */
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -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;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"] {
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* FONT SMOOTHING */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p,
ol,
ul {
  line-height: 1.5em;
  margin: .6rem 0;
}
ol,
ul {
  margin-left: 30px;
}
.no-style {
  list-style: none;
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
  margin: 1.2rem 0 .5rem;
}
h1 {
  font-size: 1.78em;
}
h2 {
  font-size: 1.55em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.28em;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 1em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: .65rem;
  font-weight: normal;
}
img {
  max-width: 100%;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 0px 15px .8rem 0px;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 0px 0px .8rem 15px;
}
pre,
blockquote {
  margin: 1rem 0;
}
li {
  margin-bottom: 5px;
}
blockquote {
  line-height: 1.5em;
}
/* NUKE WYSIWYG */
.nuke-wysiwyg {
  line-height: 1.5em;
  margin: 0 auto;
  margin-bottom: .8rem;
}
.nuke-wysiwyg p,
.nuke-wysiwyg ol,
.nuke-wysiwyg ul,
.nuke-wysiwyg img {
  margin-bottom: .6rem!important;
  margin-top: .6rem!important;
}
.nuke-wysiwyg img {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}
.nuke-wysiwyg table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.nuke-wysiwyg ul,
.nuke-wysiwyg ol {
  margin-left: 0;
  padding-left: 30px;
}
.nuke-wysiwyg ul {
  list-style: disc;
}
.nuke-wysiwyg ol {
  list-style: decimal;
}
.nuke-wysiwyg li {
  margin-bottom: 5px;
}
.nuke-wysiwyg img {
  max-width: 100%;
  display: block;
}
.nuke-wysiwyg blockquote {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: bold;
  margin: 1.2rem 0;
}
.nuke-wysiwyg table {
  overflow-x: auto;
  display: block;
}
.nuke-wysiwyg h3 {
  font-size: 1.167em;
}
@media (min-width: 768px) {
  .nuke-wysiwyg blockquote {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  img[align="left"],
  img[style*="float: left"],
  img[style*="float:left"] {
    margin-right: 20px;
  }
  img[align="right"],
  img[style*="float: right"],
  img[style*="float:right"] {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.55em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.25em;
  }
  h6 {
    font-size: 1.125em;
  }
  img[align="left"],
  img[style*="float: left"],
  img[style*="float:left"] {
    margin-right: 30px;
  }
  img[align="right"],
  img[style*="float: right"],
  img[style*="float:right"] {
    margin-left: 30px;
  }
  ul,
  ol {
    padding-left: 40px;
  }
}
::-moz-selection {
  background: #084f98;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #084f98;
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #b4b4b4;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #b4b4b4;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b4b4b4;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #b4b4b4;
  opacity: 1;
}
/* you FORGOT the "alt" attribute! */
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
}
input,
textarea,
select {
  font-size: 1em;
}
body,
input,
textarea,
select {
  color: #767676;
}
body {
  line-height: 1.3em;
  background: #fff;
}
a {
  color: #084f98;
}
a:hover {
  color: #26bbc1;
  text-decoration: none;
}
.with-icon {
  text-decoration: none;
}
.with-icon span {
  display: inline-block;
  padding-right: 5px;
}
.list-none {
  list-style: none;
}
.red-star {
  color: #f00!important;
  font-size: 1.14em;
}
code,
pre {
  color: #ff3e3e;
  padding: 2px 4px;
  font-size: 90%;
  font-family: monospace,monospace;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
pre {
  background: #efefef;
  padding: 20px 0;
}
/* COLORS */
.n-black {
  color: #767676;
}
a.n-black:hover {
  color: #2295f7;
}
.n-lightblue {
  color: #00c1d5;
}
a.n-lightblue:hover {
  color: #c1d500;
}
.n-blue {
  color: #2295f7;
}
a.n-blue:hover {
  color: #95f722;
}
.n-blue2 {
  color: #0057b8;
}
a.n-blue2:hover {
  color: #57b800;
}
.n-darkblue {
  color: #2c404d;
}
a.n-darkblue:hover {
  color: #404d2c;
}
.n-purple {
  color: #a05eb5;
}
a.n-purple:hover {
  color: #5eb5a0;
}
.n-darkpurple {
  color: #563d82;
}
a.n-darkpurple:hover {
  color: #3d8256;
}
.n-red {
  color: #ff3e3e;
}
a.n-red:hover {
  color: #3e3eff;
}
.n-darkred {
  color: #a6192e;
}
a.n-darkred:hover {
  color: #192ea6;
}
.n-yellow {
  color: #f5a623;
}
a.n-yellow:hover {
  color: #a623f5;
}
.n-orange {
  color: #e57200;
}
a.n-orange:hover {
  color: #7200e5;
}
.n-green {
  color: #26bbc1;
}
a.n-green:hover {
  color: #bbc126;
}
.n-basegreen {
  color: #a3c63a;
}
a.n-basegreen:hover {
  color: #c63aa3;
}
.n-darkgreen {
  color: #007a3e;
}
a.n-darkgreen:hover {
  color: #7a3e00;
}
.n-beige {
  color: #b7a99a;
}
a.n-beige:hover {
  color: #a99ab7;
}
.n-gray {
  color: #b1b3b5;
}
a.n-gray:hover {
  color: #767676;
}
.n-light {
  color: #656565;
}
/* FONT */
.n-smaller {
  font-size: .875em!important;
}
.n-bigger {
  font-size: 1.167em!important;
}
.n-biggest {
  font-size: 1.325em!important;
}
.submit-btn {
  cursor: pointer;
}
/* BUTTONS */
.btn {
  border-radius: 3px;
  display: inline-block;
  padding: 14px 30px;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  letter-spacing: 0.0625em;
  margin-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:disabled,
input.btn:disabled,
button.btn:disabled {
  cursor: not-allowed !important;
}
.btn,
.alert {
  background-color: #fff;
  border: 1px solid #fff;
  color: #767676;
}
.btn-ghost {
  border-color: #767676;
}
.btn:hover {
  background-color: #767676;
  border-color: #767676;
  color: #fff!important;
}
.alert {
  color: #fff;
  border-radius: 3px !important;
}
.btn-medium,
.btn-large {
  font-size: 16px;
}
.btn-large {
  font-size: 21px;
  min-width: 170px;
  padding: 15px 25px;
}
.btn-large.no-border {
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn-medium {
  min-width: 150px;
}
.btn-small {
  font-size: 14px;
  min-width: 115px;
  padding: 10px 15px;
}
.btn-xsmall {
  font-size: 12px;
  min-width: 80px;
  padding: 5px 10px;
}
.btn-xsmall.no-border {
  padding: 7px 12px;
}
.btn.icon-only {
  padding: 0;
  text-align: center;
}
.btn.icon-only span {
  display: inline-block;
  padding-left: 1px;
}
.btn.icon-only.btn-large {
  line-height: 38px;
  min-width: 42px;
}
.btn.icon-only.btn-medium {
  line-height: 32px;
  min-width: 36px;
}
.btn.icon-only.btn-small {
  line-height: 28px;
  min-width: 32px;
}
.btn.icon-only.btn-xsmall {
  line-height: 20px;
  min-width: 24px;
}
.btn-purple,
.alert-purple,
.btn-purple + .dropdown-menu {
  background-color: #a05eb5;
  border-color: #a05eb5;
}
.btn-darkpurple,
.alert-darkpurple,
.btn-darkpurple + .dropdown-menu {
  background-color: #563d82;
  border-color: #563d82;
}
.btn-red,
.alert-red,
.btn-red + .dropdown-menu {
  background-color: #ff3e3e;
  border-color: #ff3e3e;
}
.btn-darkred,
.alert-darkred,
.btn-darkred + .dropdown-menu {
  background-color: #a6192e;
  border-color: #a6192e;
}
.btn-lightblue,
.alert-lightblue,
.btn-lightblue + .dropdown-menu {
  background-color: #00c1d5;
  border-color: #00c1d5;
}
.btn-blue,
.alert-blue,
.btn-blue + .dropdown-menu {
  background-color: #2295f7;
  border-color: #2295f7;
}
.btn-blue2,
.alert-blue2,
.btn-blue2 + .dropdown-menu {
  background-color: #0057b8;
  border-color: #0057b8;
}
.btn-darkblue,
.alert-darkblue,
.btn-darkblue + .dropdown-menu {
  background-color: #2c404d;
  border-color: #2c404d;
}
.btn-green,
.alert-green,
.btn-green + .dropdown-menu {
  background-color: #26bbc1;
  border-color: #26bbc1;
}
.btn-darkgreen,
.alert-darkgreen,
.btn-darkgreen + .dropdown-menu {
  background-color: #007a3e;
  border-color: #007a3e;
}
.btn-yellow,
.alert-yellow,
.btn-yellow + .dropdown-menu {
  background-color: #f5a623;
  border-color: #f5a623;
}
.btn-orange,
.alert-orange,
.btn-orange + .dropdown-menu {
  background-color: #e57200;
  border-color: #e57200;
}
.btn-beige,
.alert-beige,
.btn-beige + .dropdown-menu {
  background-color: #b7a99a;
  border-color: #b7a99a;
}
.btn-light,
.alert-light,
.btn-light + .dropdown-menu {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #b1b3b5;
}
.alert-light {
  color: #767676;
}
.alert-light a {
  color: #767676;
  text-decoration: underline;
}
.alert-light a:hover {
  color: #767676;
  text-decoration: underline dotted;
}
.btn-purple:hover {
  background-color: #763f88;
  border-color: #763f88;
}
.btn-darkpurple:hover {
  background-color: #34254e;
  border-color: #34254e;
}
.btn-red:hover {
  background-color: #f10000;
  border-color: #f10000;
}
.btn-darkred:hover {
  background-color: #640f1c;
  border-color: #640f1c;
}
.btn-green:hover {
  background-color: #197d81;
  border-color: #197d81;
}
.btn-darkgreen:hover {
  background-color: #002e17;
  border-color: #002e17;
}
.btn-lightblue:hover {
  background-color: #007c89;
  border-color: #007c89;
}
.btn-blue:hover {
  background-color: #076ec5;
  border-color: #076ec5;
}
.btn-blue2:hover {
  background-color: #00336c;
  border-color: #00336c;
}
.btn-darkblue:hover {
  background-color: #10181c;
  border-color: #10181c;
}
.btn-yellow:hover {
  background-color: #c37d09;
  border-color: #c37d09;
}
.btn-orange:hover {
  background-color: #994c00;
  border-color: #994c00;
}
.btn-beige:hover {
  background-color: #97836d;
  border-color: #97836d;
}
.btn-light:hover {
  background-color: #afafaf;
  border-color: #afafaf;
}
.btn-ghost {
  background-color: transparent;
  color: #767676;
}
.btn-ghost:hover {
  background-color: #767676;
  border-color: #767676;
  color: #fff!important;
}
.btn-ghost.btn-lightblue {
  color: #00c1d5;
}
.btn-ghost.btn-lightblue:hover {
  background-color: #00c1d5;
  border-color: #00c1d5;
}
.btn-ghost.btn-blue {
  color: #2295f7;
}
.btn-ghost.btn-blue:hover {
  background-color: #2295f7;
  border-color: #2295f7;
}
.btn-ghost.btn-blue2 {
  color: #0057b8;
}
.btn-ghost.btn-blue2:hover {
  background-color: #0057b8;
  border-color: #0057b8;
}
.btn-ghost.btn-darkblue {
  color: #2c404d;
}
.btn-ghost.btn-darkblue:hover {
  background-color: #2c404d;
  border-color: #2c404d;
}
.btn-ghost.btn-beige {
  color: #b7a99a;
}
.btn-ghost.btn-beige:hover {
  background-color: #b7a99a;
  border-color: #b7a99a;
}
.btn-ghost.btn-red {
  color: #ff3e3e;
}
.btn-ghost.btn-red:hover {
  background-color: #ff3e3e;
  border-color: #ff3e3e;
}
.btn-ghost.btn-darkred {
  color: #a6192e;
}
.btn-ghost.btn-darkred:hover {
  background-color: #a6192e;
  border-color: #a6192e;
}
.btn-ghost.btn-purple {
  color: #a05eb5;
}
.btn-ghost.btn-purple:hover {
  background-color: #a05eb5;
  border-color: #a05eb5;
}
.btn-ghost.btn-darkpurple {
  color: #563d82;
}
.btn-ghost.btn-darkpurple:hover {
  background-color: #563d82;
  border-color: #563d82;
}
.btn-ghost.btn-green {
  color: #26bbc1;
}
.btn-ghost.btn-green:hover {
  background-color: #26bbc1;
  border-color: #26bbc1;
}
.btn-ghost.btn-darkgreen {
  color: #007a3e;
}
.btn-ghost.btn-darkgreen:hover {
  background-color: #007a3e;
  border-color: #007a3e;
}
.btn-ghost.btn-yellow {
  color: #f5a623;
}
.btn-ghost.btn-yellow:hover {
  background-color: #f5a623;
  border-color: #f5a623;
}
.btn-ghost.btn-orange {
  color: #e57200;
}
.btn-ghost.btn-orange:hover {
  background-color: #e57200;
  border-color: #e57200;
}
.btn-purple,
.btn-darkpurple,
.btn-red,
.btn-darkred,
.btn-green,
.btn-darkgreen,
.btn-lightblue,
.btn-blue,
.btn-blue2,
.btn-darkblue,
.btn-yellow,
.btn-orange,
.btn-beige {
  color: #fff;
}
.btn-purple:hover,
.btn-darkpurple:hover,
.btn-red:hover,
.btn-darkred:hover,
.btn-green:hover,
.btn-darkgreen:hover,
.btn-lightblue:hover,
.btn-blue:hover,
.btn-blue2:hover,
.btn-darkblue:hover,
.btn-yellow:hover,
.btn-orange:hover,
.btn-beige:hover {
  color: #fff;
}
/* ALERT */
.section-alert .main-container {
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-alert + .section-alert {
  margin-top: 8px;
}
.alert {
  display: block;
  padding: 15px 20px;
  color: #767676;
}
.alert + .alert {
  margin-top: 8px;
}
.alert-lightblue,
.alert-blue,
.alert-blue2,
.alert-darkblue,
.alert-purple,
.alert-darkpurple,
.alert-red,
.alert-darkred,
.alert-green,
.alert-darkgreen,
.alert-yellow,
.alert-orange,
.alert-beige {
  color: #fff;
}
.alert-lightblue a,
.alert-blue a,
.alert-blue2 a,
.alert-darkblue a,
.alert-purple a,
.alert-darkpurple a,
.alert-red a,
.alert-darkred a,
.alert-green a,
.alert-darkgreen a,
.alert-yellow a,
.alert-orange a,
.alert-beige a {
  color: #fff;
  text-decoration: underline;
}
.alert-lightblue a:hover,
.alert-blue a:hover,
.alert-blue2 a:hover,
.alert-darkblue a:hover,
.alert-purple a:hover,
.alert-darkpurple a:hover,
.alert-red a:hover,
.alert-darkred a:hover,
.alert-green a:hover,
.alert-darkgreen a:hover,
.alert-yellow a:hover,
.alert-orange a:hover,
.alert-beige a:hover {
  text-decoration: underline dotted white;
}
.alert.alert-ghost {
  background-color: #fff;
  color: #767676;
  border-color: #767676;
}
.alert-ghost.alert-lightblue,
.btn-ghost.btn-lightblue + .dropdown-menu a {
  color: #00c1d5;
  border-color: #00c1d5;
}
.alert-ghost.alert-blue,
.btn-ghost.btn-blue + .dropdown-menu a {
  color: #2295f7;
  border-color: #2295f7;
}
.alert-ghost.alert-blue2,
.btn-ghost.btn-blue2 + .dropdown-menu a {
  color: #0057b8;
  border-color: #0057b8;
}
.alert-ghost.alert-darkblue,
.btn-ghost.btn-darkblue + .dropdown-menu a {
  color: #2c404d;
  border-color: #2c404d;
}
.alert-ghost.alert-purple,
.btn-ghost.btn-purple + .dropdown-menu a {
  color: #a05eb5;
  border-color: #a05eb5;
}
.alert-ghost.alert-darkpurple,
.btn-ghost.btn-darkpurple + .dropdown-menu a {
  color: #563d82;
  border-color: #563d82;
}
.alert-ghost.alert-red,
.btn-ghost.btn-red + .dropdown-menu a {
  color: #ff3e3e;
  border-color: #ff3e3e;
}
.alert-ghost.alert-darkred,
.btn-ghost.btn-darkred + .dropdown-menu a {
  color: #a6192e;
  border-color: #a6192e;
}
.alert-ghost.alert-green,
.btn-ghost.btn-green + .dropdown-menu a {
  color: #26bbc1;
  border-color: #26bbc1;
}
.alert-ghost.alert-darkgreen,
.btn-ghost.btn-darkgreen + .dropdown-menu a {
  color: #007a3e;
  border-color: #007a3e;
}
.alert-ghost.alert-yellow,
.btn-ghost.btn-yellow + .dropdown-menu a {
  color: #f5a623;
  border-color: #f5a623;
}
.alert-ghost.alert-orange,
.btn-ghost.btn-orange + .dropdown-menu a {
  color: #e57200;
  border-color: #e57200;
}
.alert-ghost.alert-beige,
.btn-ghost.btn-beige + .dropdown-menu a {
  color: #b7a99a;
  border-color: #b7a99a;
}
.alert-ghost.alert-light,
.btn-ghost.btn-light + .dropdown-menu a {
  color: #b1b3b5;
  border-color: #b1b3b5;
}
.alert span {
  display: inline-block;
  min-width: 30px;
  padding-right: 5px;
}
/* TABLE */
.table-wrapper {
  overflow-y: auto;
}
.table-thumb {
  display: block;
  max-width: 40px;
}
table {
  width: 100%;
}
table .ccheck + label,
table .cradio + label {
  font-size: 14px!important;
}
table thead {
  color: #fff;
}
table thead th,
table thead td {
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  padding: 10px;
}
table tbody th,
table tbody td {
  padding: 8px 10px;
  line-height: 1.2em;
  font-size: 0.875em;
  background: #fff;
}
table tbody tr:nth-child(even) {
  background: #FCFCFC;
}
table a {
  text-decoration: none;
}
table a:hover {
  text-decoration: none;
}
table thead,
table tbody th {
  background-color: #26bbc1;
  color: #fff;
}
table.no-theme thead {
  background-color: #767676;
}
table.table-compact td,
table.table-compact th {
  line-height: 1.3em;
}
table.table-compact thead th {
  padding: 7px 8px;
  font-size: 13px;
}
table.table-compact tbody th,
table.table-compact tbody td {
  padding: 5px 8px;
}
table.table-compact tbody th {
  font-size: 13px;
}
table.table-compact tbody td {
  font-size: 13px;
}
table.table-more-compact td,
table.table-more-compact th {
  line-height: 1.3em;
}
table.table-more-compact thead th {
  padding: 3px 5px;
  font-size: 12px;
}
table.table-more-compact tbody th,
table.table-more-compact tbody td {
  padding: 3px 5px;
}
table.table-more-compact tbody th {
  font-size: 12px;
}
table.table-more-compact tbody td {
  font-size: 12px;
}
table tbody tr:hover td {
  background-color: #eeeeee;
}
table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}
table tbody tr:nth-child(even):hover td {
  background-color: #e8e8e8;
}
table.no-hover tbody tr:hover td {
  background-color: #fbfbfb;
}
table.no-hover tbody tr:nth-child(even):hover td {
  background-color: #f5f5f5;
}
table th,
table td {
  text-align: left;
}
table.centered th,
table.centered td {
  text-align: center;
}
table.has-border thead th {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
table.has-border tbody td {
  border-right: 1px solid #ededed;
}
table.has-border th.last,
table.has-border td.last {
  border-right: none;
}
td.titikdua,
th.titikdua {
  width: 10px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
table.plain-table td,
.plain-table th {
  background: none!important;
  padding: 3px 8px 3px 0;
}
table.plain-table tbody tr:nth-child(even) td {
  background: none;
}
table.plain-table tbody th {
  color: #767676;
  font-size: 14px;
}
table table td,
table table th {
  padding: 5px 3px;
  background-color: transparent!important;
  border: none!important;
}
.cell-iconleft {
  position: relative;
}
.cell-iconleft .fa {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
/* FORMS */
.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group > label {
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #084f98;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=tel],
.form-group textarea {
  width: 100%;
  height: 44px;
  border: 1px solid #ebebeb;
  padding: 0 15px;
  border-radius: 3px;
}
.form-group input[type=text]:hover,
.form-group input[type=email]:hover,
.form-group input[type=password]:hover,
.form-group input[type=number]:hover,
.form-group input[type=tel]:hover,
.form-group textarea:hover,
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=password]:focus,
.form-group input[type=number]:focus,
.form-group input[type=tel]:focus,
.form-group textarea:focus {
  border-color: #084f98;
}
.form-group input[type=text].error,
.form-group input[type=email].error,
.form-group input[type=password].error,
.form-group input[type=number].error,
.form-group input[type=tel].error,
.form-group textarea.error {
  border-color: #ff3e3e;
}
.form-group .has-icon {
  position: relative;
}
.form-group .has-icon input[type=text],
.form-group .has-icon input[type=email],
.form-group .has-icon input[type=password],
.form-group .has-icon input[type=number],
.form-group .has-icon textarea,
.form-group .has-icon .select-style select {
  padding-right: 40px;
}
.form-group .has-icon .fa {
  display: block;
  height: 44px;
  line-height: 44px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 14px;
  color: #26bbc1;
}
.form-group input[disabled=disabled],
.form-group textarea[disabled=disabled] {
  background-color: #efefef;
  color: rgba(118, 118, 118, 0.75);
}
.form-group input.input-search {
  padding-right: 50px;
  background-image: url(../images/icon/search-input.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px auto;
}
.form-group textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
  height: inherit;
  display: block;
}
.form-group .select-style {
  width: 100%;
  padding-right: 40px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
}
.form-group .select-style:after {
  content: "\f107";
  /* "Three Line Menu Navicon" shows up */
  font-family: 'FontAwesome';
  display: block;
  width: 40px;
  height: 18px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  line-height: 1em;
  font-size: 18px;
  text-align: center;
  color: #26bbc1;
}
.form-group .select-style-multiple:after {
  content: "";
}
.form-group .select-style select {
  height: 42px;
  padding: 0 40px 0 15px;
  width: calc(100% + 40px);
  -moz-appearance: none;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  position: relative;
  z-index: 2;
}
.form-group .select-style select[disabled=disabled] {
  background-color: #d5d5d5;
  color: rgba(118, 118, 118, 0.75);
}
.form-group .select-style select[multiple] {
  width: 100%;
  height: auto;
  padding: 10px;
}
.form-group .select-style select[multiple] option {
  padding: 5px;
}
.form-group.has-prefix .input-wrap {
  margin-left: 190px;
}
.form-group.has-prefix .input-wrap.input-prefix {
  width: 180px;
  margin-right: 10px;
  float: left;
  margin-left: 0;
}
.form-group.has-prefix.small-prefix .input-wrap {
  margin-left: 110px;
}
.form-group.has-prefix.small-prefix .input-wrap.input-prefix {
  width: 100px;
  margin-left: 0;
}
.form-group.has-icon .input-wrap {
  position: relative;
}
.form-group.has-icon .input-wrap input,
.form-group.has-icon .input-wrap textarea,
.form-group.has-icon .input-wrap select {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.form-group.has-icon .input-wrap .fa {
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 2;
}
span.error {
  display: block;
  color: #ff3e3e;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.2em;
}
.radiocheck-wrap {
  padding-bottom: 10px;
  padding-right: 15px;
  display: inline-block;
  margin-right: 15px;
}
.cradio,
.ccheck {
  display: none;
}
.cradio + label,
.ccheck + label {
  display: block;
  padding-top: 0!important;
  padding-left: 25px;
  font-size: 14px!important;
  color: #767676 !important;
  font-weight: normal!important;
  line-height: 1.5em;
  cursor: pointer;
  position: relative;
}
.cradio + label:before,
.ccheck + label:before {
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #ebebeb;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .cradio + label:before,
  .ccheck + label:before {
    font-size: 18px;
  }
}
.cradio + label:before {
  content: "\f10c";
}
.cradio:checked + label:before {
  content: "\f192";
  color: #084f98;
}
.cradio:disabled + label {
  cursor: not-allowed;
}
.cradio:disabled + label:before {
  content: "\f111";
  color: #b1b3b5;
}
.cradio:checked:disabled + label:before {
  content: "\f192";
  color: #b1b3b5;
}
.ccheck + label:before {
  content: "\f0c8";
}
.ccheck:checked + label:before {
  content: "\f14a";
  color: #084f98;
}
.ccheck:disabled + label {
  cursor: not-allowed;
}
.ccheck:disabled + label:before {
  content: "\f0c8";
  color: #b1b3b5;
}
.ccheck:checked:disabled + label:before {
  content: "\f14a";
  color: #b1b3b5;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.input-number-wrap {
  position: relative;
  max-width: 108px;
}
.input-number-wrap input[type=number] {
  position: relative;
  z-index: 0;
  text-align: center;
  padding-left: 36px;
  padding-right: 36px;
  width: 100%;
}
.input-number-wrap input[type=button] {
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  background-color: transparent;
  color: #26bbc1;
  cursor: pointer;
}
.input-number-wrap input[type=button]:hover {
  background-color: #efefef;
}
.input-number-wrap input[type=button].minus {
  left: 4px;
  font-size: 24px;
}
.input-number-wrap input[type=button].plus {
  right: 4px;
}
.input-number-wrap .max-note {
  display: block;
  padding: 8px;
  width: 130px;
  height: auto;
  line-height: 1.3em;
  background-color: #efefef;
  border-radius: 5px;
  text-align: right;
  position: absolute;
  right: -2px;
  top: calc(100% + 5px);
  font-size: 11px;
  color: #727476;
  font-weight: bold;
  z-index: 50;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.input-number-wrap .max-note:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #efefef transparent;
  position: absolute;
  right: 10px;
  top: -10px;
}
.input-number-wrap:hover input[type=number] {
  border-color: #084f98;
}
.input-number-wrap:hover .max-note {
  color: #727476;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1400px) {
  .input-number-wrap .max-note {
    top: 50%;
    margin-top: -22px;
    right: auto;
    left: calc(100% + 10px);
    text-align: left;
  }
  .input-number-wrap .max-note:after {
    border-width: 5px 10px 5px 0;
    border-color: transparent #efefef transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
.datepicker-range-wrap .first-child {
  position: relative;
}
.datepicker-range-wrap .first-child:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #767676;
  position: absolute;
  right: -3px;
  top: 50%;
}
.side-label label {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.side-label .not-input {
  display: block;
  padding-top: 13px;
  padding-bottom: 8px;
}
.side-label .cradio + label,
.side-label .ccheck + label {
  padding-bottom: 0;
}
/* FORM VALIDATION */
.form-validation {
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.form-validation.alert {
  padding: 3px 10px;
  font-size: 12px;
}
.form-validation.alert span {
  min-width: auto;
  padding: 0;
}
.side-label .form-validation {
  right: 25px;
}
/* FORM INSIDE TABLE */
table .form-group .input-wrap input[type=text],
table .form-group .input-wrap input[type=password],
table .form-group .input-wrap input[type=email],
table .form-group .input-wrap input[type=number],
table .form-group .input-wrap textarea {
  min-width: 80px;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
}
table .form-group .input-wrap textarea {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 80px;
}
table .form-group .select-style {
  min-width: 80px;
}
table .form-group .select-style:after {
  width: 20px;
  line-height: 18px;
  font-size: 16px;
}
table .form-group .select-style select {
  height: 28px;
  padding-left: 8px;
}
table.table-compact .form-group .input-wrap input[type=text],
table.table-compact .form-group .input-wrap input[type=password],
table.table-compact .form-group .input-wrap input[type=email],
table.table-compact .form-group .input-wrap input[type=number],
table.table-compact .form-group .input-wrap textarea {
  min-width: 60px;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
  height: 26px;
}
table.table-compact .form-group .input-wrap textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 60px;
}
table.table-compact .form-group .select-style {
  min-width: 60px;
}
table.table-compact .form-group .select-style:after {
  width: 17px;
  line-height: 18px;
  font-size: 14px;
}
table.table-compact .form-group .select-style select {
  font-size: 12px;
  height: 24px;
  padding-left: 5px;
}
table.table-more-compact .form-group .input-wrap input[type=text],
table.table-more-compact .form-group .input-wrap input[type=password],
table.table-more-compact .form-group .input-wrap input[type=email],
table.table-more-compact .form-group .input-wrap input[type=number],
table.table-more-compact .form-group .input-wrap textarea {
  min-width: 50px;
  font-size: 11px;
  padding-left: 4px;
  padding-right: 4px;
  height: 24px;
}
table.table-more-compact .form-group .input-wrap textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 50px;
}
table.table-more-compact .form-group .select-style {
  min-width: 50px;
}
table.table-more-compact .form-group .select-style:after {
  width: 17px;
  line-height: 18px;
  font-size: 12px;
}
table.table-more-compact .form-group .select-style select {
  font-size: 11px;
  height: 22px;
  padding-left: 4px;
}
/* SELECT2 */
.select2-container.select2-container--open {
  z-index: 99993;
}
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border-radius: 3px;
  border-color: #ebebeb;
}
.error + .select2-container--default .select2-selection--single,
.error + .select2-container--default.select2-container--focus .select2-selection--multiple,
.error + .select2-container--default .select2-selection--multiple {
  border-color: #ff3e3e;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #767676;
}
.select2-container .select2-selection--single {
  height: 44px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 42px;
  color: #767676;
}
.select2-container--default .select2-selection--single .select2-selection__rendered span.ngc-media {
  display: block;
  overflow: hidden;
}
.select2-container--default .select2-selection--single .select2-selection__rendered span.ngc-media img,
.select2-container--default .select2-selection--single .select2-selection__rendered span.ngc-media .ngc-text {
  display: inline-block;
  vertical-align: middle;
}
.select2-container--default .select2-selection--single .select2-selection__rendered span.ngc-media img {
  margin-right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered span.ngc-media .ngc-text {
  color: #767676;
}
.select2-container--default .select2-selection--single .select2-selection__rendered span.ngc-media .ngc-price {
  color: #26bbc1;
}
.select2-results__option span.ngc-media {
  overflow: hidden;
  display: block;
}
.select2-results__option span.ngc-media img {
  width: 30px;
  float: left;
}
.select2-results__option span.ngc-media .ngc-text {
  margin-left: 35px;
  line-height: 1.2em;
  display: block;
  font-size: 11px;
}
.select2-results__option span.ngc-media .ngc-price {
  color: #26bbc1;
}
.select2-container--default .select2-results > .select2-results__options {
  font-size: 14px;
}
.select2-container .select2-selection--multiple {
  min-height: 44px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 14px;
  margin-top: 10px;
}
.select2-dropdown {
  border-color: #ebebeb;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 100%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f107";
  /* "Three Line Menu Navicon" shows up */
  font-family: 'FontAwesome';
  display: block;
  width: 40px;
  height: 18px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  color: #26bbc1;
}
@media (min-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    width: 50px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-search--dropdown {
  padding: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 5px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  border-color: #ebebeb;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #efefef;
  color: #767676;
}
/* FIELDSET */
/* RESET */
legend {
  padding: 0;
  display: table;
}
fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}
fieldset ol,
fieldset ul {
  margin: 0;
  padding-left: 30px;
}
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}
/* */
fieldset {
  border: 1px solid #d5d5d5;
  padding: 25px;
  margin-bottom: 20px;
}
fieldset legend {
  padding: 0 10px;
}
/* TABBING */
.tabbing-wrap {
  margin-bottom: 20px;
}
.tab_links {
  font-size: 0;
  position: relative;
  z-index: 2;
}
.tab_links a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 18px;
  background-color: #fff;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  text-decoration: none;
  vertical-align: bottom;
  margin-left: -1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab_links a:first-child {
  margin-left: 0;
}
.tab_links a:hover,
.tab_links a.active {
  background-color: #fff;
}
.tab_links a.active {
  position: relative;
  color: #2295f7;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  transform: translateY(1px);
  border-top-color: #a3c63a;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tab_links a.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a3c63a;
}
.tab_content_wrap {
  position: relative;
  z-index: 1;
  border: 1px solid #eee;
  background: #fff;
  padding: 15px 18px;
}
.tab_content {
  display: none;
}
.tab-style-2 .tab_links {
  margin-bottom: -3px;
}
.tab-style-2 .tab_links a {
  padding: 0 25px 15px 25px;
  background-color: transparent;
  border: none;
  font-weight: normal;
}
.tab-style-2 .tab_links a.active {
  font-weight: bold;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.tab-style-2 .tab_links a.active:before {
  top: auto;
  bottom: 0;
  height: 7px;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.tab-style-2 .tab_content_wrap {
  border: none;
  border-top: 1px solid #c9c9c9;
}
/* PAGINATION */
.ui-pagination {
  display: block;
  list-style: none;
  padding: 0;
  font-size: 0;
  min-height: 42px;
  margin: 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
}
.ui-pagination.smaller {
  min-height: 36px;
}
.ui-pagination li {
  display: none;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #ebebeb;
  margin: 0 5px;
  border-radius: 3px;
  background-color: #fff;
}
.ui-pagination li:hover {
  border-color: #084f98;
  position: relative;
  z-index: 2;
}
.ui-pagination li.np,
.ui-pagination li:first-child,
.ui-pagination li:last-child {
  display: block;
}
.ui-pagination li:first-child,
.ui-pagination li:last-child {
  margin: 0;
}
.ui-pagination.smaller li {
  font-size: 13px;
}
.ui-pagination li a,
.ui-pagination li span {
  display: block;
  padding: 0 12px;
  line-height: 40px;
  min-width: 40px;
}
.ui-pagination li:last-child a,
.ui-pagination li:last-child span {
  border-right: none;
}
.ui-pagination.smaller li a,
.ui-pagination.smaller li span {
  line-height: 34px;
  min-width: 34px;
}
.ui-pagination li a {
  color: #767676;
  text-decoration: none;
}
.ui-pagination li.np a {
  color: #767676;
}
.ui-pagination li.np-right a {
  border-right: none;
}
.ui-pagination li a:hover {
  color: #767676;
}
.ui-pagination li a.current,
.ui-pagination li.current {
  background-color: #26bbc1;
  border-color: #26bbc1;
}
.ui-pagination li.current a,
.ui-pagination li.current span {
  color: #fff;
}
.ui-pagination li:first-child,
.ui-pagination li:last-child {
  font-size: 14px;
}
/* POPUP */
.popup-wrap {
  position: relative;
  background: #fff;
  margin: 0 auto;
  max-width: 800px;
  padding: 50px 100px;
}
.popup-wrap2,
.popup-wrap-wider {
  padding-left: 50px;
  padding-right: 50px;
}
.popup-wrap-wider {
  max-width: 1400px;
}
.popup-wrap-small {
  max-width: 500px;
  padding: 50px 40px;
}
/* SIDE MENU / TREE VIEW */
.side-menu,
.side-menu2,
.side-menu3 {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.side-menu a,
.side-menu2 a,
.side-menu3 a {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.side-menu > li,
.side-menu2 > li {
  border: 1px solid #d6d7d7;
  position: relative;
  margin-bottom: -1px;
}
.side-menu li.has-sub > a {
  padding-right: 40px;
}
.side-menu a:hover {
  color: #767676 !important;
}
.side-menu > li > a {
  z-index: 15;
}
.side-menu > li > a,
.side-menu2 > li > a,
.side-menu3 > li > a {
  display: block;
  background-color: #d5d5d5;
  color: #767676;
  text-decoration: none;
  padding: 7px 15px;
  position: relative;
}
.side-menu > li > a > span.fa {
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.side-menu > li > a:hover,
.side-menu > li:hover > a,
.side-menu2 > li > a:hover,
.side-menu2 > li:hover > a {
  background-color: #d6d7d7;
}
.side-menu .sub-menu {
  position: absolute;
  left: 80%;
  top: -1px;
  list-style: none;
  padding: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  z-index: 10;
  margin: 0;
}
.side-menu li.has-sub:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
.side-menu .sub-menu li {
  white-space: nowrap;
  position: relative;
  border: 1px solid #bcbebe;
  margin-bottom: -1px;
}
.side-menu .sub-menu a {
  display: block;
  padding: 7px 15px;
  background-color: #d6d7d7;
  color: #767676;
  text-decoration: none;
  position: relative;
}
.side-menu .sub-menu a span.fa {
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.side-menu .sub-menu a:hover,
.side-menu .sub-menu li:hover > a {
  background-color: #bcbebe;
}
.side-menu2 li.has-sub > a > span.fa {
  display: inline-block;
  min-width: 15px;
}
.side-menu2 > li > a:hover {
  color: #767676;
}
.side-menu2 .sub-menu {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 0;
  display: none;
}
.side-menu2 .sub-menu li {
  border-top: 1px solid #d5d5d5;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.side-menu2 .sub-menu a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 15px;
}
.side-menu2 .sub-menu span {
  min-width: 15px;
  display: inline-block;
}
.side-menu3 {
  border: 1px solid #d6d7d7;
  padding: 5px 15px 10px;
}
.side-menu3 li {
  margin-bottom: 0;
}
.side-menu3 > li > a {
  padding: 5px 15px 5px 0;
  background-color: transparent;
}
.side-menu3 .sub-menu {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 0;
  display: none;
}
.side-menu3 li.has-sub > a > span.fa,
.side-menu3 .sub-menu span {
  display: inline-block;
  min-width: 20px;
}
.side-menu3 .sub-menu {
  padding-left: 15px;
}
.side-menu3 .sub-menu a {
  display: block;
  padding: 3px 15px 3px 0;
  text-decoration: none;
}
/* HIDDEN MENU */
.has-hiddenmenu {
  display: inline-block;
  position: relative;
}
.has-hiddenmenu .fa {
  display: inline-block;
  padding-right: 10px;
}
.has-hiddenmenu > span {
  display: block;
  min-width: 150px;
  background-color: #d5d5d5;
  padding: 8px 15px;
  line-height: 1.3em;
  position: relative;
  z-index: 1;
}
.hiddenmenu {
  border-top: 1px solid #d6d7d7;
  list-style: none;
  padding: 0;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 2;
  margin: 0;
}
.has-hiddenmenu:hover .hiddenmenu {
  opacity: 1;
  visibility: visible;
}
.hiddenmenu li {
  border-bottom: 1px solid #d6d7d7;
  margin-bottom: 0;
}
.hiddenmenu a {
  text-decoration: none;
  padding: 5px 15px;
  display: block;
  line-height: 1.3em;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  white-space: nowrap;
}
/* DROPDOWN MENU */
.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.dropdown > a {
  margin-right: 0;
}
.dropdown-menu {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 160px;
  padding: 5px 0;
  border: 1px solid #b1b3b5;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  background-color: #b1b3b5;
  z-index: 20;
  display: none;
  color: #fff;
  margin: 0;
}
.dropdown-menu.align-right {
  left: auto;
  right: 0;
}
.btn-ghost + .dropdown-menu {
  background-color: #fff;
  color: #767676;
}
.dropdown-menu li {
  margin-bottom: 0;
}
.dropdown-menu > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  white-space: nowrap;
}
.btn-ghost + .dropdown-menu > li a {
  color: #767676;
}
.dropdown-menu > li a:hover {
  background-color: #fff;
  color: #767676;
}
.btn-ghost + .dropdown-menu > li a:hover {
  background-color: #d5d5d5;
}
.dropdown-menu.dropdown-medium,
.dropdown-menu.dropdown-large {
  padding: 10px 15px;
}
.dropdown-menu.dropdown-medium {
  width: 500px;
}
.dropdown-menu.dropdown-large {
  width: 800px;
}
/* MAIN NAVIGATION */
.main-nav {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.main-nav a {
  display: block;
  padding: 0 15px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.main-nav li {
  margin-bottom: 0;
}
.main-nav > li {
  line-height: 50px;
  float: left;
  position: relative;
}
.main-nav > li > .sub-nav {
  position: absolute;
  left: 0;
  top: 80%;
}
.main-nav > li:hover > .sub-nav {
  top: 100%;
}
.main-nav .sub-nav {
  list-style: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  z-index: 1;
  margin: 0;
}
.main-nav li:hover > .sub-nav,
.main-nav .has-sub a.clicked + .sub-nav {
  opacity: 1;
  visibility: visible;
}
.main-nav .sub-nav li {
  position: relative;
}
.main-nav .sub-nav a {
  padding: 5px 15px;
}
.main-nav .sub-nav .sub-nav {
  position: absolute;
  left: 80%;
  top: -1px;
}
.main-nav .sub-nav > li:hover > .sub-nav {
  left: 100%;
}
.main-nav span.fa {
  min-width: 20px;
}
span.fa.icon-left {
  text-align: left;
}
span.fa.icon-right {
  text-align: right;
}
/* MEDIA QUERIES START HERE */
@media (min-width: 768px) {
  /* FORMS */
  .general-form .input-wrap input[type="text"],
  .general-form .input-wrap input[type="password"],
  .general-form .input-wrap input[type="number"],
  .general-form .input-wrap textarea {
    height: 36px;
  }
  .general-form .input-wrap textarea {
    height: 120px;
  }
  .form-group .has-icon input[type=text],
  .form-group .has-icon input[type=email],
  .form-group .has-icon input[type=password],
  .form-group .has-icon input[type=number],
  .form-group .has-icon input[type=tel],
  .form-group .has-icon textarea,
  .form-group .has-icon .select-style select {
    padding-right: 50px;
  }
  .form-group .has-icon .fa {
    width: 50px;
    font-size: 18px;
  }
  .form-group .select-style:after {
    width: 50px;
  }
  .ui-pagination {
    display: inline-block;
    vertical-align: top;
  }
  .ui-pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-left: -1px;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
  }
  .ui-pagination li > span,
  .ui-pagination li > a {
    padding: 0;
  }
  .ui-pagination li.np,
  .ui-pagination li:first-child,
  .ui-pagination li:last-child {
    display: inline-block;
  }
  .ui-pagination li:first-child {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .ui-pagination li:last-child {
    margin-left: -1px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .btn {
    padding: 17px 40px;
  }
  .btn-small {
    padding: 10px 25px;
  }
  .btn-xsmall {
    padding: 8px 15px;
  }
  /* TABLE */
  table thead td,
  table thead th {
    padding: 15px;
  }
  table tbody td,
  table tbody th {
    padding: 12px 15px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
  span.error {
    font-size: 14px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-group .has-icon .fa {
    height: 52px;
    line-height: 52px;
  }
  .form-group.has-icon .input-wrap input,
  .form-group.has-icon .input-wrap textarea,
  .form-group.has-icon .input-wrap select {
    padding-left: 40px;
  }
  .form-group.has-icon .input-wrap .fa {
    left: 18px;
  }
  .ccheck + label,
  .cradio + label {
    font-size: 16px!important;
    background-position: left 4px;
  }
  .form-group > label {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .form-group input[type=text],
  .form-group input[type=email],
  .form-group input[type=password],
  .form-group input[type=tel],
  .form-group input[type=number] {
    height: 52px;
    font-size: 16px;
  }
  .form-group textarea {
    font-size: 16px;
  }
  .form-group .select-style select {
    height: 50px;
    font-size: 16px;
  }
  .select2-container .select2-selection--single {
    height: 52px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 50px;
  }
  .select2-container--default .select2-results > .select2-results__options {
    font-size: 16px;
  }
  .select2-container .select2-selection--multiple {
    min-height: 52px;
  }
  .select2-container .select2-search--inline .select2-search__field {
    font-size: 16px;
    height: 50px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  /* TABLE */
  table thead td,
  table thead th {
    padding: 20px;
  }
  table tbody td,
  table tbody th {
    padding: 15px 20px;
  }
}
/* IE 10 & 11 HACK */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-group .select-style select {
    width: 150%;
  }
}
/* GRID SYSTEM */
.main-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-container.large {
  max-width: 1600px;
}
@media (min-width: 768px) {
  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container {
  width: 100%;
}
.container-full {
  padding: 0 15px;
}
.row {
  margin: 0 -10px;
}
.row.small-gutter,
.row.medium-gutter {
  margin: 0 -5px;
}
.row.no-gutter {
  margin: 0;
}
.row:after,
.row:before {
  content: "";
  display: table;
  clear: both;
}
.row.flexed:after,
.row.flexed:before,
.row.same-height:after,
.row.same-height:before {
  content: initial;
}
.display-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.grid-child {
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  width: 100%;
}
.grid-child.flexed {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.flexed > .grid-child {
  float: none;
}
.row.small-gutter > .grid-child,
.row.medium-gutter > .grid-child {
  padding: 0 5px;
  margin-bottom: 10px;
}
.row.no-gutter > .grid-child {
  padding: 0;
  margin-bottom: 0;
}
.n-clear {
  clear: both;
}
.n-clear-left {
  clear: left;
}
.n-clear-right {
  clear: right;
}
.n-no-clear {
  clear: none;
}
.n-no-padding {
  padding: 0!important;
}
.n-no-padding-top {
  padding-top: 0!important;
}
.n-no-padding-right {
  padding-right: 0!important;
}
.n-no-padding-bottom {
  padding-bottom: 0!important;
}
.n-no-padding-left {
  padding-left: 0!important;
}
.n-no-margin {
  margin: 0!important;
}
.n-no-margin-top {
  margin-top: 0!important;
}
.n-no-margin-right {
  margin-right: 0!important;
}
.n-no-margin-bottom {
  margin-bottom: 0!important;
}
.n-no-margin-left {
  margin-left: 0!important;
}
.n-align-left {
  text-align: left;
}
.n-align-right {
  text-align: right;
}
.n-align-center {
  text-align: center;
}
.n-align-justify {
  text-align: justify;
}
.n-margin-auto {
  margin-left: auto!important;
  margin-right: auto!important;
}
.same-height {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.same-height > .grid-child {
  float: none;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.n-1-1per1,
.n-1-2per2,
.n-1-3per3,
.n-1-4per4,
.n-1-5per5,
.n-1-6per6,
.n-1-8per8,
.n-1-10per10,
.n-1-12per12 {
  width: 100%;
}
.n-1-1per2,
.n-1-2per4,
.n-1-3per6,
.n-1-4per8,
.n-1-5per10,
.n-1-6per12 {
  width: 50%;
}
.n-1-1per3,
.n-1-2per6,
.n-1-4per12 {
  width: 33.33%;
}
.n-1-1per4,
.n-1-2per8,
.n-1-3per12 {
  width: 25%;
}
.n-1-1per5,
.n-1-2per10 {
  width: 20%;
}
.n-1-1per6,
.n-1-2per12 {
  width: 16.66%;
}
.n-1-1per8 {
  width: 12.5%;
}
.n-1-1per10 {
  width: 10%;
}
.n-1-1per12 {
  width: 8.33%;
}
.n-1-2per3,
.n-1-4per6,
.n-1-8per12 {
  width: 66.67%;
}
.n-1-3per4,
.n-1-6per8,
.n-1-9per12 {
  width: 75%;
}
.n-1-3per8 {
  width: 37.5%;
}
.n-1-3per10 {
  width: 30%;
}
.n-1-2per5,
.n-1-4per10 {
  width: 40%;
}
.n-1-3per5,
.n-1-6per10 {
  width: 60%;
}
.n-1-4per5,
.n-1-8per10 {
  width: 80%;
}
.n-1-5per6,
.n-1-10per12 {
  width: 83.34%;
}
.n-1-5per8 {
  width: 62.5%;
}
.n-1-5per12 {
  width: 41.65%;
}
.n-1-7per8 {
  width: 87.5%;
}
.n-1-7per10 {
  width: 70%;
}
.n-1-7per12 {
  width: 58.31%;
}
.n-1-9per10 {
  width: 90%;
}
.n-1-11per12 {
  width: 91.63%;
}
.n-1-push-1per2,
.n-1-push-2per4,
.n-1-push-3per6,
.n-1-push-4per8,
.n-1-push-5per10,
.n-1-push-6per12 {
  left: 50%!important;
}
.n-1-push-1per3,
.n-1-push-2per6,
.n-1-push-4per12 {
  left: 33.33%!important;
}
.n-1-push-1per4,
.n-1-push-2per8,
.n-1-push-3per12 {
  left: 25%!important;
}
.n-1-push-1per5,
.n-1-push-2per10 {
  left: 20%!important;
}
.n-1-push-1per6,
.n-1-push-2per12 {
  left: 16.66%!important;
}
.n-1-push-1per8 {
  left: 12.5%!important;
}
.n-1-push-1per10 {
  left: 10%!important;
}
.n-1-push-1per12 {
  left: 8.33%!important;
}
.n-1-push-2per3,
.n-1-push-4per6,
.n-1-push-8per12 {
  left: 66.67%!important;
}
.n-1-push-3per4,
.n-1-push-6per8,
.n-1-push-9per12 {
  left: 75%!important;
}
.n-1-push-3per8 {
  left: 37.5%!important;
}
.n-1-push-3per10 {
  left: 30%!important;
}
.n-1-push-2per5,
.n-1-push-4per10 {
  left: 40%!important;
}
.n-1-push-3per5,
.n-1-push-6per10 {
  left: 60%!important;
}
.n-1-push-4per5,
.n-1-push-8per10 {
  left: 80%!important;
}
.n-1-push-5per6,
.n-1-push-10per12 {
  left: 83.34%!important;
}
.n-1-push-5per8 {
  left: 62.5%!important;
}
.n-1-push-5per12 {
  left: 41.65%!important;
}
.n-1-push-7per8 {
  left: 87.5%!important;
}
.n-1-push-7per10 {
  left: 70%!important;
}
.n-1-push-7per12 {
  left: 58.31%!important;
}
.n-1-push-9per10 {
  left: 90%!important;
}
.n-1-push-11per12 {
  left: 91.63%!important;
}
.n-1-pull-1per2,
.n-1-pull-2per4,
.n-1-pull-3per6,
.n-1-pull-4per8,
.n-1-pull-5per10,
.n-1-pull-6per12 {
  right: 50%!important;
}
.n-1-pull-1per3,
.n-1-pull-2per6,
.n-1-pull-4per12 {
  right: 33.33%!important;
}
.n-1-pull-1per4,
.n-1-pull-2per8,
.n-1-pull-3per12 {
  right: 25%!important;
}
.n-1-pull-1per5,
.n-1-pull-2per10 {
  right: 20%!important;
}
.n-1-pull-1per6,
.n-1-pull-2per12 {
  right: 16.66%!important;
}
.n-1-pull-1per8 {
  right: 12.5%!important;
}
.n-1-pull-1per10 {
  right: 10%!important;
}
.n-1-pull-1per12 {
  left: 8.33%!important;
}
.n-1-pull-2per3,
.n-1-pull-4per6,
.n-1-pull-8per12 {
  right: 66.67%!important;
}
.n-1-pull-3per4,
.n-1-pull-6per8,
.n-1-pull-9per12 {
  right: 75%!important;
}
.n-1-pull-3per8 {
  right: 37.5%!important;
}
.n-1-pull-3per10 {
  right: 30%!important;
}
.n-1-pull-2per5,
.n-1-pull-4per10 {
  right: 40%!important;
}
.n-1-pull-3per5,
.n-1-pull-6per10 {
  right: 60%!important;
}
.n-1-pull-4per5,
.n-1-pull-8per10 {
  right: 80%!important;
}
.n-1-pull-5per6,
.n-1-pull-10per12 {
  right: 83.34%!important;
}
.n-1-pull-5per8 {
  right: 62.5%!important;
}
.n-1-pull-5per12 {
  right: 41.65%!important;
}
.n-1-pull-7per8 {
  right: 87.5%!important;
}
.n-1-pull-7per10 {
  right: 70%!important;
}
.n-1-pull-7per12 {
  right: 58.31%!important;
}
.n-1-pull-9per10 {
  right: 90%!important;
}
.n-1-pull-11per12 {
  right: 91.63%!important;
}
.n-1-no-push {
  left: 0!important;
}
.n-1-no-pull {
  right: 0!important;
}
.n-1-clear {
  clear: both;
}
.n-1-clear-left {
  clear: left;
}
.n-1-clear-right {
  clear: right;
}
.n-1-no-clear {
  clear: none;
}
.n-1-no-padding {
  padding: 0!important;
}
.n-1-no-padding-top {
  padding-top: 0!important;
}
.n-1-no-padding-right {
  padding-right: 0!important;
}
.n-1-no-padding-bottom {
  padding-bottom: 0!important;
}
.n-1-no-padding-left {
  padding-left: 0!important;
}
.n-1-no-margin {
  margin: 0!important;
}
.n-1-no-margin-top {
  margin-top: 0!important;
}
.n-1-no-margin-right {
  margin-right: 0!important;
}
.n-1-no-margin-bottom {
  margin-bottom: 0!important;
}
.n-1-no-margin-left {
  margin-left: 0!important;
}
.n-1-hide {
  display: none!important;
}
.n-1-show {
  display: block!important;
}
.n-1-show-inline {
  display: inline;
}
.n-1-show-inline-block {
  display: inline-block;
}
.n-1-show-flex {
  display: flex;
}
.n-1-show-table {
  display: table;
}
.n-1-show-table-cell {
  display: table-cell;
}
.n-1-align-left {
  text-align: left;
}
.n-1-align-right {
  text-align: right;
}
.n-1-align-center {
  text-align: center;
}
.n-1-align-justify {
  text-align: justify;
}
.n-1-margin-auto {
  margin-left: auto!important;
  margin-right: auto!important;
}
@media (min-width: 320px) {
  /* GRID SYSTEM */
  .n-320-1per1,
  .n-320-2per2,
  .n-320-3per3,
  .n-320-4per4,
  .n-320-5per5,
  .n-320-6per6,
  .n-320-8per8,
  .n-320-10per10,
  .n-320-12per12 {
    width: 100%;
  }
  .n-320-1per2,
  .n-320-2per4,
  .n-320-3per6,
  .n-320-4per8,
  .n-320-5per10,
  .n-320-6per12 {
    width: 50%;
  }
  .n-320-1per3,
  .n-320-2per6,
  .n-320-4per12 {
    width: 33.33%;
  }
  .n-320-1per4,
  .n-320-2per8,
  .n-320-3per12 {
    width: 25%;
  }
  .n-320-1per5,
  .n-320-2per10 {
    width: 20%;
  }
  .n-320-1per6,
  .n-320-2per12 {
    width: 16.66%;
  }
  .n-320-1per8 {
    width: 12.5%;
  }
  .n-320-1per10 {
    width: 10%;
  }
  .n-320-1per12 {
    width: 8.33%;
  }
  .n-320-2per3,
  .n-320-4per6,
  .n-320-8per12 {
    width: 66.67%;
  }
  .n-320-3per4,
  .n-320-6per8,
  .n-320-9per12 {
    width: 75%;
  }
  .n-320-3per8 {
    width: 37.5%;
  }
  .n-320-3per10 {
    width: 30%;
  }
  .n-320-2per5,
  .n-320-4per10 {
    width: 40%;
  }
  .n-320-3per5,
  .n-320-6per10 {
    width: 60%;
  }
  .n-320-4per5,
  .n-320-8per10 {
    width: 80%;
  }
  .n-320-5per6,
  .n-320-10per12 {
    width: 83.34%;
  }
  .n-320-5per8 {
    width: 62.5%;
  }
  .n-320-5per12 {
    width: 41.65%;
  }
  .n-320-7per8 {
    width: 87.5%;
  }
  .n-320-7per10 {
    width: 70%;
  }
  .n-320-7per12 {
    width: 58.31%;
  }
  .n-320-9per10 {
    width: 90%;
  }
  .n-320-11per12 {
    width: 91.63%;
  }
  .n-320-push-1per2,
  .n-320-push-2per4,
  .n-320-push-3per6,
  .n-320-push-4per8,
  .n-320-push-5per10,
  .n-320-push-6per12 {
    left: 50%!important;
  }
  .n-320-push-1per3,
  .n-320-push-2per6,
  .n-320-push-4per12 {
    left: 33.33%!important;
  }
  .n-320-push-1per4,
  .n-320-push-2per8,
  .n-320-push-3per12 {
    left: 25%!important;
  }
  .n-320-push-1per5,
  .n-320-push-2per10 {
    left: 20%!important;
  }
  .n-320-push-1per6,
  .n-320-push-2per12 {
    left: 16.66%!important;
  }
  .n-320-push-1per8 {
    left: 12.5%!important;
  }
  .n-320-push-1per10 {
    left: 10%!important;
  }
  .n-320-push-1per12 {
    left: 8.33%!important;
  }
  .n-320-push-2per3,
  .n-320-push-4per6,
  .n-320-push-8per12 {
    left: 66.67%!important;
  }
  .n-320-push-3per4,
  .n-320-push-6per8,
  .n-320-push-9per12 {
    left: 75%!important;
  }
  .n-320-push-3per8 {
    left: 37.5%!important;
  }
  .n-320-push-3per10 {
    left: 30%!important;
  }
  .n-320-push-2per5,
  .n-320-push-4per10 {
    left: 40%!important;
  }
  .n-320-push-3per5,
  .n-320-push-6per10 {
    left: 60%!important;
  }
  .n-320-push-4per5,
  .n-320-push-8per10 {
    left: 80%!important;
  }
  .n-320-push-5per6,
  .n-320-push-10per12 {
    left: 83.34%!important;
  }
  .n-320-push-5per8 {
    left: 62.5%!important;
  }
  .n-320-push-5per12 {
    left: 41.65%!important;
  }
  .n-320-push-7per8 {
    left: 87.5%!important;
  }
  .n-320-push-7per10 {
    left: 70%!important;
  }
  .n-320-push-7per12 {
    left: 58.31%!important;
  }
  .n-320-push-9per10 {
    left: 90%!important;
  }
  .n-320-push-11per12 {
    left: 91.63%!important;
  }
  .n-320-pull-1per2,
  .n-320-pull-2per4,
  .n-320-pull-3per6,
  .n-320-pull-4per8,
  .n-320-pull-5per10,
  .n-320-pull-6per12 {
    right: 50%!important;
  }
  .n-320-pull-1per3,
  .n-320-pull-2per6,
  .n-320-pull-4per12 {
    right: 33.33%!important;
  }
  .n-320-pull-1per4,
  .n-320-pull-2per8,
  .n-320-pull-3per12 {
    right: 25%!important;
  }
  .n-320-pull-1per5,
  .n-320-pull-2per10 {
    right: 20%!important;
  }
  .n-320-pull-1per6,
  .n-320-pull-2per12 {
    right: 16.66%!important;
  }
  .n-320-pull-1per8 {
    right: 12.5%!important;
  }
  .n-320-pull-1per10 {
    right: 10%!important;
  }
  .n-320-pull-1per12 {
    left: 8.33%!important;
  }
  .n-320-pull-2per3,
  .n-320-pull-4per6,
  .n-320-pull-8per12 {
    right: 66.67%!important;
  }
  .n-320-pull-3per4,
  .n-320-pull-6per8,
  .n-320-pull-9per12 {
    right: 75%!important;
  }
  .n-320-pull-3per8 {
    right: 37.5%!important;
  }
  .n-320-pull-3per10 {
    right: 30%!important;
  }
  .n-320-pull-2per5,
  .n-320-pull-4per10 {
    right: 40%!important;
  }
  .n-320-pull-3per5,
  .n-320-pull-6per10 {
    right: 60%!important;
  }
  .n-320-pull-4per5,
  .n-320-pull-8per10 {
    right: 80%!important;
  }
  .n-320-pull-5per6,
  .n-320-pull-10per12 {
    right: 83.34%!important;
  }
  .n-320-pull-5per8 {
    right: 62.5%!important;
  }
  .n-320-pull-5per12 {
    right: 41.65%!important;
  }
  .n-320-pull-7per8 {
    right: 87.5%!important;
  }
  .n-320-pull-7per10 {
    right: 70%!important;
  }
  .n-320-pull-7per12 {
    right: 58.31%!important;
  }
  .n-320-pull-9per10 {
    right: 90%!important;
  }
  .n-320-pull-11per12 {
    right: 91.63%!important;
  }
  .n-320-no-push {
    left: 0!important;
  }
  .n-320-no-pull {
    right: 0!important;
  }
  .n-320-clear {
    clear: both;
  }
  .n-320-clear-left {
    clear: left;
  }
  .n-320-clear-right {
    clear: right;
  }
  .n-320-no-clear {
    clear: none;
  }
  .n-320-no-padding {
    padding: 0!important;
  }
  .n-320-no-padding-top {
    padding-top: 0!important;
  }
  .n-320-no-padding-right {
    padding-right: 0!important;
  }
  .n-320-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-320-no-padding-left {
    padding-left: 0!important;
  }
  .n-320-no-margin {
    margin: 0!important;
  }
  .n-320-no-margin-top {
    margin-top: 0!important;
  }
  .n-320-no-margin-right {
    margin-right: 0!important;
  }
  .n-320-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-320-no-margin-left {
    margin-left: 0!important;
  }
  .n-320-hide {
    display: none!important;
  }
  .n-320-show {
    display: block!important;
  }
  .n-320-show-inline {
    display: inline;
  }
  .n-320-show-inline-block {
    display: inline-block;
  }
  .n-320-show-flex {
    display: flex;
  }
  .n-320-show-table {
    display: table;
  }
  .n-320-show-table-cell {
    display: table-cell;
  }
  .n-320-align-left {
    text-align: left;
  }
  .n-320-align-right {
    text-align: right;
  }
  .n-320-align-center {
    text-align: center;
  }
  .n-320-align-justify {
    text-align: justify;
  }
  .n-320-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 360px) {
  /* GRID SYSTEM */
  .n-360-1per1,
  .n-360-2per2,
  .n-360-3per3,
  .n-360-4per4,
  .n-360-5per5,
  .n-360-6per6,
  .n-360-8per8,
  .n-360-10per10,
  .n-360-12per12 {
    width: 100%;
  }
  .n-360-1per2,
  .n-360-2per4,
  .n-360-3per6,
  .n-360-4per8,
  .n-360-5per10,
  .n-360-6per12 {
    width: 50%;
  }
  .n-360-1per3,
  .n-360-2per6,
  .n-360-4per12 {
    width: 33.33%;
  }
  .n-360-1per4,
  .n-360-2per8,
  .n-360-3per12 {
    width: 25%;
  }
  .n-360-1per5,
  .n-360-2per10 {
    width: 20%;
  }
  .n-360-1per6,
  .n-360-2per12 {
    width: 16.66%;
  }
  .n-360-1per8 {
    width: 12.5%;
  }
  .n-360-1per10 {
    width: 10%;
  }
  .n-360-1per12 {
    width: 8.33%;
  }
  .n-360-2per3,
  .n-360-4per6,
  .n-360-8per12 {
    width: 66.67%;
  }
  .n-360-3per4,
  .n-360-6per8,
  .n-360-9per12 {
    width: 75%;
  }
  .n-360-3per8 {
    width: 37.5%;
  }
  .n-360-3per10 {
    width: 30%;
  }
  .n-360-2per5,
  .n-360-4per10 {
    width: 40%;
  }
  .n-360-3per5,
  .n-360-6per10 {
    width: 60%;
  }
  .n-360-4per5,
  .n-360-8per10 {
    width: 80%;
  }
  .n-360-5per6,
  .n-360-10per12 {
    width: 83.34%;
  }
  .n-360-5per8 {
    width: 62.5%;
  }
  .n-360-5per12 {
    width: 41.65%;
  }
  .n-360-7per8 {
    width: 87.5%;
  }
  .n-360-7per10 {
    width: 70%;
  }
  .n-360-7per12 {
    width: 58.31%;
  }
  .n-360-9per10 {
    width: 90%;
  }
  .n-360-11per12 {
    width: 91.63%;
  }
  .n-360-push-1per2,
  .n-360-push-2per4,
  .n-360-push-3per6,
  .n-360-push-4per8,
  .n-360-push-5per10,
  .n-360-push-6per12 {
    left: 50%!important;
  }
  .n-360-push-1per3,
  .n-360-push-2per6,
  .n-360-push-4per12 {
    left: 33.33%!important;
  }
  .n-360-push-1per4,
  .n-360-push-2per8,
  .n-360-push-3per12 {
    left: 25%!important;
  }
  .n-360-push-1per5,
  .n-360-push-2per10 {
    left: 20%!important;
  }
  .n-360-push-1per6,
  .n-360-push-2per12 {
    left: 16.66%!important;
  }
  .n-360-push-1per8 {
    left: 12.5%!important;
  }
  .n-360-push-1per10 {
    left: 10%!important;
  }
  .n-360-push-1per12 {
    left: 8.33%!important;
  }
  .n-360-push-2per3,
  .n-360-push-4per6,
  .n-360-push-8per12 {
    left: 66.67%!important;
  }
  .n-360-push-3per4,
  .n-360-push-6per8,
  .n-360-push-9per12 {
    left: 75%!important;
  }
  .n-360-push-3per8 {
    left: 37.5%!important;
  }
  .n-360-push-3per10 {
    left: 30%!important;
  }
  .n-360-push-2per5,
  .n-360-push-4per10 {
    left: 40%!important;
  }
  .n-360-push-3per5,
  .n-360-push-6per10 {
    left: 60%!important;
  }
  .n-360-push-4per5,
  .n-360-push-8per10 {
    left: 80%!important;
  }
  .n-360-push-5per6,
  .n-360-push-10per12 {
    left: 83.34%!important;
  }
  .n-360-push-5per8 {
    left: 62.5%!important;
  }
  .n-360-push-5per12 {
    left: 41.65%!important;
  }
  .n-360-push-7per8 {
    left: 87.5%!important;
  }
  .n-360-push-7per10 {
    left: 70%!important;
  }
  .n-360-push-7per12 {
    left: 58.31%!important;
  }
  .n-360-push-9per10 {
    left: 90%!important;
  }
  .n-360-push-11per12 {
    left: 91.63%!important;
  }
  .n-360-pull-1per2,
  .n-360-pull-2per4,
  .n-360-pull-3per6,
  .n-360-pull-4per8,
  .n-360-pull-5per10,
  .n-360-pull-6per12 {
    right: 50%!important;
  }
  .n-360-pull-1per3,
  .n-360-pull-2per6,
  .n-360-pull-4per12 {
    right: 33.33%!important;
  }
  .n-360-pull-1per4,
  .n-360-pull-2per8,
  .n-360-pull-3per12 {
    right: 25%!important;
  }
  .n-360-pull-1per5,
  .n-360-pull-2per10 {
    right: 20%!important;
  }
  .n-360-pull-1per6,
  .n-360-pull-2per12 {
    right: 16.66%!important;
  }
  .n-360-pull-1per8 {
    right: 12.5%!important;
  }
  .n-360-pull-1per10 {
    right: 10%!important;
  }
  .n-360-pull-1per12 {
    left: 8.33%!important;
  }
  .n-360-pull-2per3,
  .n-360-pull-4per6,
  .n-360-pull-8per12 {
    right: 66.67%!important;
  }
  .n-360-pull-3per4,
  .n-360-pull-6per8,
  .n-360-pull-9per12 {
    right: 75%!important;
  }
  .n-360-pull-3per8 {
    right: 37.5%!important;
  }
  .n-360-pull-3per10 {
    right: 30%!important;
  }
  .n-360-pull-2per5,
  .n-360-pull-4per10 {
    right: 40%!important;
  }
  .n-360-pull-3per5,
  .n-360-pull-6per10 {
    right: 60%!important;
  }
  .n-360-pull-4per5,
  .n-360-pull-8per10 {
    right: 80%!important;
  }
  .n-360-pull-5per6,
  .n-360-pull-10per12 {
    right: 83.34%!important;
  }
  .n-360-pull-5per8 {
    right: 62.5%!important;
  }
  .n-360-pull-5per12 {
    right: 41.65%!important;
  }
  .n-360-pull-7per8 {
    right: 87.5%!important;
  }
  .n-360-pull-7per10 {
    right: 70%!important;
  }
  .n-360-pull-7per12 {
    right: 58.31%!important;
  }
  .n-360-pull-9per10 {
    right: 90%!important;
  }
  .n-360-pull-11per12 {
    right: 91.63%!important;
  }
  .n-360-no-push {
    left: 0!important;
  }
  .n-360-no-pull {
    right: 0!important;
  }
  .n-360-clear {
    clear: both;
  }
  .n-360-clear-left {
    clear: left;
  }
  .n-360-clear-right {
    clear: right;
  }
  .n-360-no-clear {
    clear: none;
  }
  .n-360-no-padding {
    padding: 0!important;
  }
  .n-360-no-padding-top {
    padding-top: 0!important;
  }
  .n-360-no-padding-right {
    padding-right: 0!important;
  }
  .n-360-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-360-no-padding-left {
    padding-left: 0!important;
  }
  .n-360-no-margin {
    margin: 0!important;
  }
  .n-360-no-margin-top {
    margin-top: 0!important;
  }
  .n-360-no-margin-right {
    margin-right: 0!important;
  }
  .n-360-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-360-no-margin-left {
    margin-left: 0!important;
  }
  .n-360-hide {
    display: none!important;
  }
  .n-360-show {
    display: block!important;
  }
  .n-360-show-inline {
    display: inline;
  }
  .n-360-show-inline-block {
    display: inline-block;
  }
  .n-360-show-flex {
    display: flex;
  }
  .n-360-show-table {
    display: table;
  }
  .n-360-show-table-cell {
    display: table-cell;
  }
  .n-360-align-left {
    text-align: left;
  }
  .n-360-align-right {
    text-align: right;
  }
  .n-360-align-center {
    text-align: center;
  }
  .n-360-align-justify {
    text-align: justify;
  }
  .n-360-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 375px) {
  /* GRID SYSTEM */
  .n-375-1per1,
  .n-375-2per2,
  .n-375-3per3,
  .n-375-4per4,
  .n-375-5per5,
  .n-375-6per6,
  .n-375-8per8,
  .n-375-10per10,
  .n-375-12per12 {
    width: 100%;
  }
  .n-375-1per2,
  .n-375-2per4,
  .n-375-3per6,
  .n-375-4per8,
  .n-375-5per10,
  .n-375-6per12 {
    width: 50%;
  }
  .n-375-1per3,
  .n-375-2per6,
  .n-375-4per12 {
    width: 33.33%;
  }
  .n-375-1per4,
  .n-375-2per8,
  .n-375-3per12 {
    width: 25%;
  }
  .n-375-1per5,
  .n-375-2per10 {
    width: 20%;
  }
  .n-375-1per6,
  .n-375-2per12 {
    width: 16.66%;
  }
  .n-375-1per8 {
    width: 12.5%;
  }
  .n-375-1per10 {
    width: 10%;
  }
  .n-375-1per12 {
    width: 8.33%;
  }
  .n-375-2per3,
  .n-375-4per6,
  .n-375-8per12 {
    width: 66.67%;
  }
  .n-375-3per4,
  .n-375-6per8,
  .n-375-9per12 {
    width: 75%;
  }
  .n-375-3per8 {
    width: 37.5%;
  }
  .n-375-3per10 {
    width: 30%;
  }
  .n-375-2per5,
  .n-375-4per10 {
    width: 40%;
  }
  .n-375-3per5,
  .n-375-6per10 {
    width: 60%;
  }
  .n-375-4per5,
  .n-375-8per10 {
    width: 80%;
  }
  .n-375-5per6,
  .n-375-10per12 {
    width: 83.34%;
  }
  .n-375-5per8 {
    width: 62.5%;
  }
  .n-375-5per12 {
    width: 41.65%;
  }
  .n-375-7per8 {
    width: 87.5%;
  }
  .n-375-7per10 {
    width: 70%;
  }
  .n-375-7per12 {
    width: 58.31%;
  }
  .n-375-9per10 {
    width: 90%;
  }
  .n-375-11per12 {
    width: 91.63%;
  }
  .n-375-push-1per2,
  .n-375-push-2per4,
  .n-375-push-3per6,
  .n-375-push-4per8,
  .n-375-push-5per10,
  .n-375-push-6per12 {
    left: 50%!important;
  }
  .n-375-push-1per3,
  .n-375-push-2per6,
  .n-375-push-4per12 {
    left: 33.33%!important;
  }
  .n-375-push-1per4,
  .n-375-push-2per8,
  .n-375-push-3per12 {
    left: 25%!important;
  }
  .n-375-push-1per5,
  .n-375-push-2per10 {
    left: 20%!important;
  }
  .n-375-push-1per6,
  .n-375-push-2per12 {
    left: 16.66%!important;
  }
  .n-375-push-1per8 {
    left: 12.5%!important;
  }
  .n-375-push-1per10 {
    left: 10%!important;
  }
  .n-375-push-1per12 {
    left: 8.33%!important;
  }
  .n-375-push-2per3,
  .n-375-push-4per6,
  .n-375-push-8per12 {
    left: 66.67%!important;
  }
  .n-375-push-3per4,
  .n-375-push-6per8,
  .n-375-push-9per12 {
    left: 75%!important;
  }
  .n-375-push-3per8 {
    left: 37.5%!important;
  }
  .n-375-push-3per10 {
    left: 30%!important;
  }
  .n-375-push-2per5,
  .n-375-push-4per10 {
    left: 40%!important;
  }
  .n-375-push-3per5,
  .n-375-push-6per10 {
    left: 60%!important;
  }
  .n-375-push-4per5,
  .n-375-push-8per10 {
    left: 80%!important;
  }
  .n-375-push-5per6,
  .n-375-push-10per12 {
    left: 83.34%!important;
  }
  .n-375-push-5per8 {
    left: 62.5%!important;
  }
  .n-375-push-5per12 {
    left: 41.65%!important;
  }
  .n-375-push-7per8 {
    left: 87.5%!important;
  }
  .n-375-push-7per10 {
    left: 70%!important;
  }
  .n-375-push-7per12 {
    left: 58.31%!important;
  }
  .n-375-push-9per10 {
    left: 90%!important;
  }
  .n-375-push-11per12 {
    left: 91.63%!important;
  }
  .n-375-pull-1per2,
  .n-375-pull-2per4,
  .n-375-pull-3per6,
  .n-375-pull-4per8,
  .n-375-pull-5per10,
  .n-375-pull-6per12 {
    right: 50%!important;
  }
  .n-375-pull-1per3,
  .n-375-pull-2per6,
  .n-375-pull-4per12 {
    right: 33.33%!important;
  }
  .n-375-pull-1per4,
  .n-375-pull-2per8,
  .n-375-pull-3per12 {
    right: 25%!important;
  }
  .n-375-pull-1per5,
  .n-375-pull-2per10 {
    right: 20%!important;
  }
  .n-375-pull-1per6,
  .n-375-pull-2per12 {
    right: 16.66%!important;
  }
  .n-375-pull-1per8 {
    right: 12.5%!important;
  }
  .n-375-pull-1per10 {
    right: 10%!important;
  }
  .n-375-pull-1per12 {
    left: 8.33%!important;
  }
  .n-375-pull-2per3,
  .n-375-pull-4per6,
  .n-375-pull-8per12 {
    right: 66.67%!important;
  }
  .n-375-pull-3per4,
  .n-375-pull-6per8,
  .n-375-pull-9per12 {
    right: 75%!important;
  }
  .n-375-pull-3per8 {
    right: 37.5%!important;
  }
  .n-375-pull-3per10 {
    right: 30%!important;
  }
  .n-375-pull-2per5,
  .n-375-pull-4per10 {
    right: 40%!important;
  }
  .n-375-pull-3per5,
  .n-375-pull-6per10 {
    right: 60%!important;
  }
  .n-375-pull-4per5,
  .n-375-pull-8per10 {
    right: 80%!important;
  }
  .n-375-pull-5per6,
  .n-375-pull-10per12 {
    right: 83.34%!important;
  }
  .n-375-pull-5per8 {
    right: 62.5%!important;
  }
  .n-375-pull-5per12 {
    right: 41.65%!important;
  }
  .n-375-pull-7per8 {
    right: 87.5%!important;
  }
  .n-375-pull-7per10 {
    right: 70%!important;
  }
  .n-375-pull-7per12 {
    right: 58.31%!important;
  }
  .n-375-pull-9per10 {
    right: 90%!important;
  }
  .n-375-pull-11per12 {
    right: 91.63%!important;
  }
  .n-375-no-push {
    left: 0!important;
  }
  .n-375-no-pull {
    right: 0!important;
  }
  .n-375-clear {
    clear: both;
  }
  .n-375-clear-left {
    clear: left;
  }
  .n-375-clear-right {
    clear: right;
  }
  .n-375-no-clear {
    clear: none;
  }
  .n-375-no-padding {
    padding: 0!important;
  }
  .n-375-no-padding-top {
    padding-top: 0!important;
  }
  .n-375-no-padding-right {
    padding-right: 0!important;
  }
  .n-375-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-375-no-padding-left {
    padding-left: 0!important;
  }
  .n-375-no-margin {
    margin: 0!important;
  }
  .n-375-no-margin-top {
    margin-top: 0!important;
  }
  .n-375-no-margin-right {
    margin-right: 0!important;
  }
  .n-375-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-375-no-margin-left {
    margin-left: 0!important;
  }
  .n-375-hide {
    display: none!important;
  }
  .n-375-show {
    display: block!important;
  }
  .n-375-show-inline {
    display: inline;
  }
  .n-375-show-inline-block {
    display: inline-block;
  }
  .n-375-show-flex {
    display: flex;
  }
  .n-375-show-table {
    display: table;
  }
  .n-375-show-table-cell {
    display: table-cell;
  }
  .n-375-align-left {
    text-align: left;
  }
  .n-375-align-right {
    text-align: right;
  }
  .n-375-align-center {
    text-align: center;
  }
  .n-375-align-justify {
    text-align: justify;
  }
  .n-375-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 414px) {
  /* GRID SYSTEM */
  .n-414-1per1,
  .n-414-2per2,
  .n-414-3per3,
  .n-414-4per4,
  .n-414-5per5,
  .n-414-6per6,
  .n-414-8per8,
  .n-414-10per10,
  .n-414-12per12 {
    width: 100%;
  }
  .n-414-1per2,
  .n-414-2per4,
  .n-414-3per6,
  .n-414-4per8,
  .n-414-5per10,
  .n-414-6per12 {
    width: 50%;
  }
  .n-414-1per3,
  .n-414-2per6,
  .n-414-4per12 {
    width: 33.33%;
  }
  .n-414-1per4,
  .n-414-2per8,
  .n-414-3per12 {
    width: 25%;
  }
  .n-414-1per5,
  .n-414-2per10 {
    width: 20%;
  }
  .n-414-1per6,
  .n-414-2per12 {
    width: 16.66%;
  }
  .n-414-1per8 {
    width: 12.5%;
  }
  .n-414-1per10 {
    width: 10%;
  }
  .n-414-1per12 {
    width: 8.33%;
  }
  .n-414-2per3,
  .n-414-4per6,
  .n-414-8per12 {
    width: 66.67%;
  }
  .n-414-3per4,
  .n-414-6per8,
  .n-414-9per12 {
    width: 75%;
  }
  .n-414-3per8 {
    width: 37.5%;
  }
  .n-414-3per10 {
    width: 30%;
  }
  .n-414-2per5,
  .n-414-4per10 {
    width: 40%;
  }
  .n-414-3per5,
  .n-414-6per10 {
    width: 60%;
  }
  .n-414-4per5,
  .n-414-8per10 {
    width: 80%;
  }
  .n-414-5per6,
  .n-414-10per12 {
    width: 83.34%;
  }
  .n-414-5per8 {
    width: 62.5%;
  }
  .n-414-5per12 {
    width: 41.65%;
  }
  .n-414-7per8 {
    width: 87.5%;
  }
  .n-414-7per10 {
    width: 70%;
  }
  .n-414-7per12 {
    width: 58.31%;
  }
  .n-414-9per10 {
    width: 90%;
  }
  .n-414-11per12 {
    width: 91.63%;
  }
  .n-414-push-1per2,
  .n-414-push-2per4,
  .n-414-push-3per6,
  .n-414-push-4per8,
  .n-414-push-5per10,
  .n-414-push-6per12 {
    left: 50%!important;
  }
  .n-414-push-1per3,
  .n-414-push-2per6,
  .n-414-push-4per12 {
    left: 33.33%!important;
  }
  .n-414-push-1per4,
  .n-414-push-2per8,
  .n-414-push-3per12 {
    left: 25%!important;
  }
  .n-414-push-1per5,
  .n-414-push-2per10 {
    left: 20%!important;
  }
  .n-414-push-1per6,
  .n-414-push-2per12 {
    left: 16.66%!important;
  }
  .n-414-push-1per8 {
    left: 12.5%!important;
  }
  .n-414-push-1per10 {
    left: 10%!important;
  }
  .n-414-push-1per12 {
    left: 8.33%!important;
  }
  .n-414-push-2per3,
  .n-414-push-4per6,
  .n-414-push-8per12 {
    left: 66.67%!important;
  }
  .n-414-push-3per4,
  .n-414-push-6per8,
  .n-414-push-9per12 {
    left: 75%!important;
  }
  .n-414-push-3per8 {
    left: 37.5%!important;
  }
  .n-414-push-3per10 {
    left: 30%!important;
  }
  .n-414-push-2per5,
  .n-414-push-4per10 {
    left: 40%!important;
  }
  .n-414-push-3per5,
  .n-414-push-6per10 {
    left: 60%!important;
  }
  .n-414-push-4per5,
  .n-414-push-8per10 {
    left: 80%!important;
  }
  .n-414-push-5per6,
  .n-414-push-10per12 {
    left: 83.34%!important;
  }
  .n-414-push-5per8 {
    left: 62.5%!important;
  }
  .n-414-push-5per12 {
    left: 41.65%!important;
  }
  .n-414-push-7per8 {
    left: 87.5%!important;
  }
  .n-414-push-7per10 {
    left: 70%!important;
  }
  .n-414-push-7per12 {
    left: 58.31%!important;
  }
  .n-414-push-9per10 {
    left: 90%!important;
  }
  .n-414-push-11per12 {
    left: 91.63%!important;
  }
  .n-414-pull-1per2,
  .n-414-pull-2per4,
  .n-414-pull-3per6,
  .n-414-pull-4per8,
  .n-414-pull-5per10,
  .n-414-pull-6per12 {
    right: 50%!important;
  }
  .n-414-pull-1per3,
  .n-414-pull-2per6,
  .n-414-pull-4per12 {
    right: 33.33%!important;
  }
  .n-414-pull-1per4,
  .n-414-pull-2per8,
  .n-414-pull-3per12 {
    right: 25%!important;
  }
  .n-414-pull-1per5,
  .n-414-pull-2per10 {
    right: 20%!important;
  }
  .n-414-pull-1per6,
  .n-414-pull-2per12 {
    right: 16.66%!important;
  }
  .n-414-pull-1per8 {
    right: 12.5%!important;
  }
  .n-414-pull-1per10 {
    right: 10%!important;
  }
  .n-414-pull-1per12 {
    left: 8.33%!important;
  }
  .n-414-pull-2per3,
  .n-414-pull-4per6,
  .n-414-pull-8per12 {
    right: 66.67%!important;
  }
  .n-414-pull-3per4,
  .n-414-pull-6per8,
  .n-414-pull-9per12 {
    right: 75%!important;
  }
  .n-414-pull-3per8 {
    right: 37.5%!important;
  }
  .n-414-pull-3per10 {
    right: 30%!important;
  }
  .n-414-pull-2per5,
  .n-414-pull-4per10 {
    right: 40%!important;
  }
  .n-414-pull-3per5,
  .n-414-pull-6per10 {
    right: 60%!important;
  }
  .n-414-pull-4per5,
  .n-414-pull-8per10 {
    right: 80%!important;
  }
  .n-414-pull-5per6,
  .n-414-pull-10per12 {
    right: 83.34%!important;
  }
  .n-414-pull-5per8 {
    right: 62.5%!important;
  }
  .n-414-pull-5per12 {
    right: 41.65%!important;
  }
  .n-414-pull-7per8 {
    right: 87.5%!important;
  }
  .n-414-pull-7per10 {
    right: 70%!important;
  }
  .n-414-pull-7per12 {
    right: 58.31%!important;
  }
  .n-414-pull-9per10 {
    right: 90%!important;
  }
  .n-414-pull-11per12 {
    right: 91.63%!important;
  }
  .n-414-no-push {
    left: 0!important;
  }
  .n-414-no-pull {
    right: 0!important;
  }
  .n-414-clear {
    clear: both;
  }
  .n-414-clear-left {
    clear: left;
  }
  .n-414-clear-right {
    clear: right;
  }
  .n-414-no-clear {
    clear: none;
  }
  .n-414-no-padding {
    padding: 0!important;
  }
  .n-414-no-padding-top {
    padding-top: 0!important;
  }
  .n-414-no-padding-right {
    padding-right: 0!important;
  }
  .n-414-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-414-no-padding-left {
    padding-left: 0!important;
  }
  .n-414-no-margin {
    margin: 0!important;
  }
  .n-414-no-margin-top {
    margin-top: 0!important;
  }
  .n-414-no-margin-right {
    margin-right: 0!important;
  }
  .n-414-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-414-no-margin-left {
    margin-left: 0!important;
  }
  .n-414-hide {
    display: none!important;
  }
  .n-414-show {
    display: block!important;
  }
  .n-414-show-inline {
    display: inline;
  }
  .n-414-show-inline-block {
    display: inline-block;
  }
  .n-414-show-flex {
    display: flex;
  }
  .n-414-show-table {
    display: table;
  }
  .n-414-show-table-cell {
    display: table-cell;
  }
  .n-414-align-left {
    text-align: left;
  }
  .n-414-align-right {
    text-align: right;
  }
  .n-414-align-center {
    text-align: center;
  }
  .n-414-align-justify {
    text-align: justify;
  }
  .n-414-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 480px) {
  /* GRID SYSTEM */
  .n-480-1per1,
  .n-480-2per2,
  .n-480-3per3,
  .n-480-4per4,
  .n-480-5per5,
  .n-480-6per6,
  .n-480-8per8,
  .n-480-10per10,
  .n-480-12per12 {
    width: 100%;
  }
  .n-480-1per2,
  .n-480-2per4,
  .n-480-3per6,
  .n-480-4per8,
  .n-480-5per10,
  .n-480-6per12 {
    width: 50%;
  }
  .n-480-1per3,
  .n-480-2per6,
  .n-480-4per12 {
    width: 33.33%;
  }
  .n-480-1per4,
  .n-480-2per8,
  .n-480-3per12 {
    width: 25%;
  }
  .n-480-1per5,
  .n-480-2per10 {
    width: 20%;
  }
  .n-480-1per6,
  .n-480-2per12 {
    width: 16.66%;
  }
  .n-480-1per8 {
    width: 12.5%;
  }
  .n-480-1per10 {
    width: 10%;
  }
  .n-480-1per12 {
    width: 8.33%;
  }
  .n-480-2per3,
  .n-480-4per6,
  .n-480-8per12 {
    width: 66.67%;
  }
  .n-480-3per4,
  .n-480-6per8,
  .n-480-9per12 {
    width: 75%;
  }
  .n-480-3per8 {
    width: 37.5%;
  }
  .n-480-3per10 {
    width: 30%;
  }
  .n-480-2per5,
  .n-480-4per10 {
    width: 40%;
  }
  .n-480-3per5,
  .n-480-6per10 {
    width: 60%;
  }
  .n-480-4per5,
  .n-480-8per10 {
    width: 80%;
  }
  .n-480-5per6,
  .n-480-10per12 {
    width: 83.34%;
  }
  .n-480-5per8 {
    width: 62.5%;
  }
  .n-480-5per12 {
    width: 41.65%;
  }
  .n-480-7per8 {
    width: 87.5%;
  }
  .n-480-7per10 {
    width: 70%;
  }
  .n-480-7per12 {
    width: 58.31%;
  }
  .n-480-9per10 {
    width: 90%;
  }
  .n-480-11per12 {
    width: 91.63%;
  }
  .n-480-push-1per2,
  .n-480-push-2per4,
  .n-480-push-3per6,
  .n-480-push-4per8,
  .n-480-push-5per10,
  .n-480-push-6per12 {
    left: 50%!important;
  }
  .n-480-push-1per3,
  .n-480-push-2per6,
  .n-480-push-4per12 {
    left: 33.33%!important;
  }
  .n-480-push-1per4,
  .n-480-push-2per8,
  .n-480-push-3per12 {
    left: 25%!important;
  }
  .n-480-push-1per5,
  .n-480-push-2per10 {
    left: 20%!important;
  }
  .n-480-push-1per6,
  .n-480-push-2per12 {
    left: 16.66%!important;
  }
  .n-480-push-1per8 {
    left: 12.5%!important;
  }
  .n-480-push-1per10 {
    left: 10%!important;
  }
  .n-480-push-1per12 {
    left: 8.33%!important;
  }
  .n-480-push-2per3,
  .n-480-push-4per6,
  .n-480-push-8per12 {
    left: 66.67%!important;
  }
  .n-480-push-3per4,
  .n-480-push-6per8,
  .n-480-push-9per12 {
    left: 75%!important;
  }
  .n-480-push-3per8 {
    left: 37.5%!important;
  }
  .n-480-push-3per10 {
    left: 30%!important;
  }
  .n-480-push-2per5,
  .n-480-push-4per10 {
    left: 40%!important;
  }
  .n-480-push-3per5,
  .n-480-push-6per10 {
    left: 60%!important;
  }
  .n-480-push-4per5,
  .n-480-push-8per10 {
    left: 80%!important;
  }
  .n-480-push-5per6,
  .n-480-push-10per12 {
    left: 83.34%!important;
  }
  .n-480-push-5per8 {
    left: 62.5%!important;
  }
  .n-480-push-5per12 {
    left: 41.65%!important;
  }
  .n-480-push-7per8 {
    left: 87.5%!important;
  }
  .n-480-push-7per10 {
    left: 70%!important;
  }
  .n-480-push-7per12 {
    left: 58.31%!important;
  }
  .n-480-push-9per10 {
    left: 90%!important;
  }
  .n-480-push-11per12 {
    left: 91.63%!important;
  }
  .n-480-pull-1per2,
  .n-480-pull-2per4,
  .n-480-pull-3per6,
  .n-480-pull-4per8,
  .n-480-pull-5per10,
  .n-480-pull-6per12 {
    right: 50%!important;
  }
  .n-480-pull-1per3,
  .n-480-pull-2per6,
  .n-480-pull-4per12 {
    right: 33.33%!important;
  }
  .n-480-pull-1per4,
  .n-480-pull-2per8,
  .n-480-pull-3per12 {
    right: 25%!important;
  }
  .n-480-pull-1per5,
  .n-480-pull-2per10 {
    right: 20%!important;
  }
  .n-480-pull-1per6,
  .n-480-pull-2per12 {
    right: 16.66%!important;
  }
  .n-480-pull-1per8 {
    right: 12.5%!important;
  }
  .n-480-pull-1per10 {
    right: 10%!important;
  }
  .n-480-pull-1per12 {
    left: 8.33%!important;
  }
  .n-480-pull-2per3,
  .n-480-pull-4per6,
  .n-480-pull-8per12 {
    right: 66.67%!important;
  }
  .n-480-pull-3per4,
  .n-480-pull-6per8,
  .n-480-pull-9per12 {
    right: 75%!important;
  }
  .n-480-pull-3per8 {
    right: 37.5%!important;
  }
  .n-480-pull-3per10 {
    right: 30%!important;
  }
  .n-480-pull-2per5,
  .n-480-pull-4per10 {
    right: 40%!important;
  }
  .n-480-pull-3per5,
  .n-480-pull-6per10 {
    right: 60%!important;
  }
  .n-480-pull-4per5,
  .n-480-pull-8per10 {
    right: 80%!important;
  }
  .n-480-pull-5per6,
  .n-480-pull-10per12 {
    right: 83.34%!important;
  }
  .n-480-pull-5per8 {
    right: 62.5%!important;
  }
  .n-480-pull-5per12 {
    right: 41.65%!important;
  }
  .n-480-pull-7per8 {
    right: 87.5%!important;
  }
  .n-480-pull-7per10 {
    right: 70%!important;
  }
  .n-480-pull-7per12 {
    right: 58.31%!important;
  }
  .n-480-pull-9per10 {
    right: 90%!important;
  }
  .n-480-pull-11per12 {
    right: 91.63%!important;
  }
  .n-480-no-push {
    left: 0!important;
  }
  .n-480-no-pull {
    right: 0!important;
  }
  .n-480-clear {
    clear: both;
  }
  .n-480-clear-left {
    clear: left;
  }
  .n-480-clear-right {
    clear: right;
  }
  .n-480-no-clear {
    clear: none;
  }
  .n-480-no-padding {
    padding: 0!important;
  }
  .n-480-no-padding-top {
    padding-top: 0!important;
  }
  .n-480-no-padding-right {
    padding-right: 0!important;
  }
  .n-480-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-480-no-padding-left {
    padding-left: 0!important;
  }
  .n-480-no-margin {
    margin: 0!important;
  }
  .n-480-no-margin-top {
    margin-top: 0!important;
  }
  .n-480-no-margin-right {
    margin-right: 0!important;
  }
  .n-480-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-480-no-margin-left {
    margin-left: 0!important;
  }
  .n-480-hide {
    display: none!important;
  }
  .n-480-show {
    display: block!important;
  }
  .n-480-show-inline {
    display: inline;
  }
  .n-480-show-inline-block {
    display: inline-block;
  }
  .n-480-show-flex {
    display: flex;
  }
  .n-480-show-table {
    display: table;
  }
  .n-480-show-table-cell {
    display: table-cell;
  }
  .n-480-align-left {
    text-align: left;
  }
  .n-480-align-right {
    text-align: right;
  }
  .n-480-align-center {
    text-align: center;
  }
  .n-480-align-justify {
    text-align: justify;
  }
  .n-480-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 540px) {
  /* GRID SYSTEM */
  .n-540-1per1,
  .n-540-2per2,
  .n-540-3per3,
  .n-540-4per4,
  .n-540-5per5,
  .n-540-6per6,
  .n-540-8per8,
  .n-540-10per10,
  .n-540-12per12 {
    width: 100%;
  }
  .n-540-1per2,
  .n-540-2per4,
  .n-540-3per6,
  .n-540-4per8,
  .n-540-5per10,
  .n-540-6per12 {
    width: 50%;
  }
  .n-540-1per3,
  .n-540-2per6,
  .n-540-4per12 {
    width: 33.33%;
  }
  .n-540-1per4,
  .n-540-2per8,
  .n-540-3per12 {
    width: 25%;
  }
  .n-540-1per5,
  .n-540-2per10 {
    width: 20%;
  }
  .n-540-1per6,
  .n-540-2per12 {
    width: 16.66%;
  }
  .n-540-1per8 {
    width: 12.5%;
  }
  .n-540-1per10 {
    width: 10%;
  }
  .n-540-1per12 {
    width: 8.33%;
  }
  .n-540-2per3,
  .n-540-4per6,
  .n-540-8per12 {
    width: 66.67%;
  }
  .n-540-3per4,
  .n-540-6per8,
  .n-540-9per12 {
    width: 75%;
  }
  .n-540-3per8 {
    width: 37.5%;
  }
  .n-540-3per10 {
    width: 30%;
  }
  .n-540-2per5,
  .n-540-4per10 {
    width: 40%;
  }
  .n-540-3per5,
  .n-540-6per10 {
    width: 60%;
  }
  .n-540-4per5,
  .n-540-8per10 {
    width: 80%;
  }
  .n-540-5per6,
  .n-540-10per12 {
    width: 83.34%;
  }
  .n-540-5per8 {
    width: 62.5%;
  }
  .n-540-5per12 {
    width: 41.65%;
  }
  .n-540-7per8 {
    width: 87.5%;
  }
  .n-540-7per10 {
    width: 70%;
  }
  .n-540-7per12 {
    width: 58.31%;
  }
  .n-540-9per10 {
    width: 90%;
  }
  .n-540-11per12 {
    width: 91.63%;
  }
  .n-540-push-1per2,
  .n-540-push-2per4,
  .n-540-push-3per6,
  .n-540-push-4per8,
  .n-540-push-5per10,
  .n-540-push-6per12 {
    left: 50%!important;
  }
  .n-540-push-1per3,
  .n-540-push-2per6,
  .n-540-push-4per12 {
    left: 33.33%!important;
  }
  .n-540-push-1per4,
  .n-540-push-2per8,
  .n-540-push-3per12 {
    left: 25%!important;
  }
  .n-540-push-1per5,
  .n-540-push-2per10 {
    left: 20%!important;
  }
  .n-540-push-1per6,
  .n-540-push-2per12 {
    left: 16.66%!important;
  }
  .n-540-push-1per8 {
    left: 12.5%!important;
  }
  .n-540-push-1per10 {
    left: 10%!important;
  }
  .n-540-push-1per12 {
    left: 8.33%!important;
  }
  .n-540-push-2per3,
  .n-540-push-4per6,
  .n-540-push-8per12 {
    left: 66.67%!important;
  }
  .n-540-push-3per4,
  .n-540-push-6per8,
  .n-540-push-9per12 {
    left: 75%!important;
  }
  .n-540-push-3per8 {
    left: 37.5%!important;
  }
  .n-540-push-3per10 {
    left: 30%!important;
  }
  .n-540-push-2per5,
  .n-540-push-4per10 {
    left: 40%!important;
  }
  .n-540-push-3per5,
  .n-540-push-6per10 {
    left: 60%!important;
  }
  .n-540-push-4per5,
  .n-540-push-8per10 {
    left: 80%!important;
  }
  .n-540-push-5per6,
  .n-540-push-10per12 {
    left: 83.34%!important;
  }
  .n-540-push-5per8 {
    left: 62.5%!important;
  }
  .n-540-push-5per12 {
    left: 41.65%!important;
  }
  .n-540-push-7per8 {
    left: 87.5%!important;
  }
  .n-540-push-7per10 {
    left: 70%!important;
  }
  .n-540-push-7per12 {
    left: 58.31%!important;
  }
  .n-540-push-9per10 {
    left: 90%!important;
  }
  .n-540-push-11per12 {
    left: 91.63%!important;
  }
  .n-540-pull-1per2,
  .n-540-pull-2per4,
  .n-540-pull-3per6,
  .n-540-pull-4per8,
  .n-540-pull-5per10,
  .n-540-pull-6per12 {
    right: 50%!important;
  }
  .n-540-pull-1per3,
  .n-540-pull-2per6,
  .n-540-pull-4per12 {
    right: 33.33%!important;
  }
  .n-540-pull-1per4,
  .n-540-pull-2per8,
  .n-540-pull-3per12 {
    right: 25%!important;
  }
  .n-540-pull-1per5,
  .n-540-pull-2per10 {
    right: 20%!important;
  }
  .n-540-pull-1per6,
  .n-540-pull-2per12 {
    right: 16.66%!important;
  }
  .n-540-pull-1per8 {
    right: 12.5%!important;
  }
  .n-540-pull-1per10 {
    right: 10%!important;
  }
  .n-540-pull-1per12 {
    left: 8.33%!important;
  }
  .n-540-pull-2per3,
  .n-540-pull-4per6,
  .n-540-pull-8per12 {
    right: 66.67%!important;
  }
  .n-540-pull-3per4,
  .n-540-pull-6per8,
  .n-540-pull-9per12 {
    right: 75%!important;
  }
  .n-540-pull-3per8 {
    right: 37.5%!important;
  }
  .n-540-pull-3per10 {
    right: 30%!important;
  }
  .n-540-pull-2per5,
  .n-540-pull-4per10 {
    right: 40%!important;
  }
  .n-540-pull-3per5,
  .n-540-pull-6per10 {
    right: 60%!important;
  }
  .n-540-pull-4per5,
  .n-540-pull-8per10 {
    right: 80%!important;
  }
  .n-540-pull-5per6,
  .n-540-pull-10per12 {
    right: 83.34%!important;
  }
  .n-540-pull-5per8 {
    right: 62.5%!important;
  }
  .n-540-pull-5per12 {
    right: 41.65%!important;
  }
  .n-540-pull-7per8 {
    right: 87.5%!important;
  }
  .n-540-pull-7per10 {
    right: 70%!important;
  }
  .n-540-pull-7per12 {
    right: 58.31%!important;
  }
  .n-540-pull-9per10 {
    right: 90%!important;
  }
  .n-540-pull-11per12 {
    right: 91.63%!important;
  }
  .n-540-no-push {
    left: 0!important;
  }
  .n-540-no-pull {
    right: 0!important;
  }
  .n-540-clear {
    clear: both;
  }
  .n-540-clear-left {
    clear: left;
  }
  .n-540-clear-right {
    clear: right;
  }
  .n-540-no-clear {
    clear: none;
  }
  .n-540-no-padding {
    padding: 0!important;
  }
  .n-540-no-padding-top {
    padding-top: 0!important;
  }
  .n-540-no-padding-right {
    padding-right: 0!important;
  }
  .n-540-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-540-no-padding-left {
    padding-left: 0!important;
  }
  .n-540-no-margin {
    margin: 0!important;
  }
  .n-540-no-margin-top {
    margin-top: 0!important;
  }
  .n-540-no-margin-right {
    margin-right: 0!important;
  }
  .n-540-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-540-no-margin-left {
    margin-left: 0!important;
  }
  .n-540-hide {
    display: none!important;
  }
  .n-540-show {
    display: block!important;
  }
  .n-540-show-inline {
    display: inline;
  }
  .n-540-show-inline-block {
    display: inline-block;
  }
  .n-540-show-flex {
    display: flex;
  }
  .n-540-show-table {
    display: table;
  }
  .n-540-show-table-cell {
    display: table-cell;
  }
  .n-540-align-left {
    text-align: left;
  }
  .n-540-align-right {
    text-align: right;
  }
  .n-540-align-center {
    text-align: center;
  }
  .n-540-align-justify {
    text-align: justify;
  }
  .n-540-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 768px) {
  /* GRID SYSTEM */
  .n-768-1per1,
  .n-768-2per2,
  .n-768-3per3,
  .n-768-4per4,
  .n-768-5per5,
  .n-768-6per6,
  .n-768-8per8,
  .n-768-10per10,
  .n-768-12per12 {
    width: 100%;
  }
  .n-768-1per2,
  .n-768-2per4,
  .n-768-3per6,
  .n-768-4per8,
  .n-768-5per10,
  .n-768-6per12 {
    width: 50%;
  }
  .n-768-1per3,
  .n-768-2per6,
  .n-768-4per12 {
    width: 33.33%;
  }
  .n-768-1per4,
  .n-768-2per8,
  .n-768-3per12 {
    width: 25%;
  }
  .n-768-1per5,
  .n-768-2per10 {
    width: 20%;
  }
  .n-768-1per6,
  .n-768-2per12 {
    width: 16.66%;
  }
  .n-768-1per8 {
    width: 12.5%;
  }
  .n-768-1per10 {
    width: 10%;
  }
  .n-768-1per12 {
    width: 8.33%;
  }
  .n-768-2per3,
  .n-768-4per6,
  .n-768-8per12 {
    width: 66.67%;
  }
  .n-768-3per4,
  .n-768-6per8,
  .n-768-9per12 {
    width: 75%;
  }
  .n-768-3per8 {
    width: 37.5%;
  }
  .n-768-3per10 {
    width: 30%;
  }
  .n-768-2per5,
  .n-768-4per10 {
    width: 40%;
  }
  .n-768-3per5,
  .n-768-6per10 {
    width: 60%;
  }
  .n-768-4per5,
  .n-768-8per10 {
    width: 80%;
  }
  .n-768-5per6,
  .n-768-10per12 {
    width: 83.34%;
  }
  .n-768-5per8 {
    width: 62.5%;
  }
  .n-768-5per12 {
    width: 41.65%;
  }
  .n-768-7per8 {
    width: 87.5%;
  }
  .n-768-7per10 {
    width: 70%;
  }
  .n-768-7per12 {
    width: 58.31%;
  }
  .n-768-9per10 {
    width: 90%;
  }
  .n-768-11per12 {
    width: 91.63%;
  }
  .n-768-push-1per2,
  .n-768-push-2per4,
  .n-768-push-3per6,
  .n-768-push-4per8,
  .n-768-push-5per10,
  .n-768-push-6per12 {
    left: 50%!important;
  }
  .n-768-push-1per3,
  .n-768-push-2per6,
  .n-768-push-4per12 {
    left: 33.33%!important;
  }
  .n-768-push-1per4,
  .n-768-push-2per8,
  .n-768-push-3per12 {
    left: 25%!important;
  }
  .n-768-push-1per5,
  .n-768-push-2per10 {
    left: 20%!important;
  }
  .n-768-push-1per6,
  .n-768-push-2per12 {
    left: 16.66%!important;
  }
  .n-768-push-1per8 {
    left: 12.5%!important;
  }
  .n-768-push-1per10 {
    left: 10%!important;
  }
  .n-768-push-1per12 {
    left: 8.33%!important;
  }
  .n-768-push-2per3,
  .n-768-push-4per6,
  .n-768-push-8per12 {
    left: 66.67%!important;
  }
  .n-768-push-3per4,
  .n-768-push-6per8,
  .n-768-push-9per12 {
    left: 75%!important;
  }
  .n-768-push-3per8 {
    left: 37.5%!important;
  }
  .n-768-push-3per10 {
    left: 30%!important;
  }
  .n-768-push-2per5,
  .n-768-push-4per10 {
    left: 40%!important;
  }
  .n-768-push-3per5,
  .n-768-push-6per10 {
    left: 60%!important;
  }
  .n-768-push-4per5,
  .n-768-push-8per10 {
    left: 80%!important;
  }
  .n-768-push-5per6,
  .n-768-push-10per12 {
    left: 83.34%!important;
  }
  .n-768-push-5per8 {
    left: 62.5%!important;
  }
  .n-768-push-5per12 {
    left: 41.65%!important;
  }
  .n-768-push-7per8 {
    left: 87.5%!important;
  }
  .n-768-push-7per10 {
    left: 70%!important;
  }
  .n-768-push-7per12 {
    left: 58.31%!important;
  }
  .n-768-push-9per10 {
    left: 90%!important;
  }
  .n-768-push-11per12 {
    left: 91.63%!important;
  }
  .n-768-pull-1per2,
  .n-768-pull-2per4,
  .n-768-pull-3per6,
  .n-768-pull-4per8,
  .n-768-pull-5per10,
  .n-768-pull-6per12 {
    right: 50%!important;
  }
  .n-768-pull-1per3,
  .n-768-pull-2per6,
  .n-768-pull-4per12 {
    right: 33.33%!important;
  }
  .n-768-pull-1per4,
  .n-768-pull-2per8,
  .n-768-pull-3per12 {
    right: 25%!important;
  }
  .n-768-pull-1per5,
  .n-768-pull-2per10 {
    right: 20%!important;
  }
  .n-768-pull-1per6,
  .n-768-pull-2per12 {
    right: 16.66%!important;
  }
  .n-768-pull-1per8 {
    right: 12.5%!important;
  }
  .n-768-pull-1per10 {
    right: 10%!important;
  }
  .n-768-pull-1per12 {
    left: 8.33%!important;
  }
  .n-768-pull-2per3,
  .n-768-pull-4per6,
  .n-768-pull-8per12 {
    right: 66.67%!important;
  }
  .n-768-pull-3per4,
  .n-768-pull-6per8,
  .n-768-pull-9per12 {
    right: 75%!important;
  }
  .n-768-pull-3per8 {
    right: 37.5%!important;
  }
  .n-768-pull-3per10 {
    right: 30%!important;
  }
  .n-768-pull-2per5,
  .n-768-pull-4per10 {
    right: 40%!important;
  }
  .n-768-pull-3per5,
  .n-768-pull-6per10 {
    right: 60%!important;
  }
  .n-768-pull-4per5,
  .n-768-pull-8per10 {
    right: 80%!important;
  }
  .n-768-pull-5per6,
  .n-768-pull-10per12 {
    right: 83.34%!important;
  }
  .n-768-pull-5per8 {
    right: 62.5%!important;
  }
  .n-768-pull-5per12 {
    right: 41.65%!important;
  }
  .n-768-pull-7per8 {
    right: 87.5%!important;
  }
  .n-768-pull-7per10 {
    right: 70%!important;
  }
  .n-768-pull-7per12 {
    right: 58.31%!important;
  }
  .n-768-pull-9per10 {
    right: 90%!important;
  }
  .n-768-pull-11per12 {
    right: 91.63%!important;
  }
  .n-768-no-push {
    left: 0!important;
  }
  .n-768-no-pull {
    right: 0!important;
  }
  .n-768-clear {
    clear: both;
  }
  .n-768-clear-left {
    clear: left;
  }
  .n-768-clear-right {
    clear: right;
  }
  .n-768-no-clear {
    clear: none;
  }
  .n-768-no-padding {
    padding: 0!important;
  }
  .n-768-no-padding-top {
    padding-top: 0!important;
  }
  .n-768-no-padding-right {
    padding-right: 0!important;
  }
  .n-768-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-768-no-padding-left {
    padding-left: 0!important;
  }
  .n-768-no-margin {
    margin: 0!important;
  }
  .n-768-no-margin-top {
    margin-top: 0!important;
  }
  .n-768-no-margin-right {
    margin-right: 0!important;
  }
  .n-768-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-768-no-margin-left {
    margin-left: 0!important;
  }
  .n-768-hide {
    display: none!important;
  }
  .n-768-show {
    display: block!important;
  }
  .n-768-show-inline {
    display: inline;
  }
  .n-768-show-inline-block {
    display: inline-block;
  }
  .n-768-show-flex {
    display: flex;
  }
  .n-768-show-table {
    display: table;
  }
  .n-768-show-table-cell {
    display: table-cell;
  }
  .n-768-align-left {
    text-align: left;
  }
  .n-768-align-right {
    text-align: right;
  }
  .n-768-align-center {
    text-align: center;
  }
  .n-768-align-justify {
    text-align: justify;
  }
  .n-768-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 992px) {
  /* GRID SYSTEM */
  .n-992-1per1,
  .n-992-2per2,
  .n-992-3per3,
  .n-992-4per4,
  .n-992-5per5,
  .n-992-6per6,
  .n-992-8per8,
  .n-992-10per10,
  .n-992-12per12 {
    width: 100%;
  }
  .n-992-1per2,
  .n-992-2per4,
  .n-992-3per6,
  .n-992-4per8,
  .n-992-5per10,
  .n-992-6per12 {
    width: 50%;
  }
  .n-992-1per3,
  .n-992-2per6,
  .n-992-4per12 {
    width: 33.33%;
  }
  .n-992-1per4,
  .n-992-2per8,
  .n-992-3per12 {
    width: 25%;
  }
  .n-992-1per5,
  .n-992-2per10 {
    width: 20%;
  }
  .n-992-1per6,
  .n-992-2per12 {
    width: 16.66%;
  }
  .n-992-1per8 {
    width: 12.5%;
  }
  .n-992-1per10 {
    width: 10%;
  }
  .n-992-1per12 {
    width: 8.33%;
  }
  .n-992-2per3,
  .n-992-4per6,
  .n-992-8per12 {
    width: 66.67%;
  }
  .n-992-3per4,
  .n-992-6per8,
  .n-992-9per12 {
    width: 75%;
  }
  .n-992-3per8 {
    width: 37.5%;
  }
  .n-992-3per10 {
    width: 30%;
  }
  .n-992-2per5,
  .n-992-4per10 {
    width: 40%;
  }
  .n-992-3per5,
  .n-992-6per10 {
    width: 60%;
  }
  .n-992-4per5,
  .n-992-8per10 {
    width: 80%;
  }
  .n-992-5per6,
  .n-992-10per12 {
    width: 83.34%;
  }
  .n-992-5per8 {
    width: 62.5%;
  }
  .n-992-5per12 {
    width: 41.65%;
  }
  .n-992-7per8 {
    width: 87.5%;
  }
  .n-992-7per10 {
    width: 70%;
  }
  .n-992-7per12 {
    width: 58.31%;
  }
  .n-992-9per10 {
    width: 90%;
  }
  .n-992-11per12 {
    width: 91.63%;
  }
  .n-992-push-1per2,
  .n-992-push-2per4,
  .n-992-push-3per6,
  .n-992-push-4per8,
  .n-992-push-5per10,
  .n-992-push-6per12 {
    left: 50%!important;
  }
  .n-992-push-1per3,
  .n-992-push-2per6,
  .n-992-push-4per12 {
    left: 33.33%!important;
  }
  .n-992-push-1per4,
  .n-992-push-2per8,
  .n-992-push-3per12 {
    left: 25%!important;
  }
  .n-992-push-1per5,
  .n-992-push-2per10 {
    left: 20%!important;
  }
  .n-992-push-1per6,
  .n-992-push-2per12 {
    left: 16.66%!important;
  }
  .n-992-push-1per8 {
    left: 12.5%!important;
  }
  .n-992-push-1per10 {
    left: 10%!important;
  }
  .n-992-push-1per12 {
    left: 8.33%!important;
  }
  .n-992-push-2per3,
  .n-992-push-4per6,
  .n-992-push-8per12 {
    left: 66.67%!important;
  }
  .n-992-push-3per4,
  .n-992-push-6per8,
  .n-992-push-9per12 {
    left: 75%!important;
  }
  .n-992-push-3per8 {
    left: 37.5%!important;
  }
  .n-992-push-3per10 {
    left: 30%!important;
  }
  .n-992-push-2per5,
  .n-992-push-4per10 {
    left: 40%!important;
  }
  .n-992-push-3per5,
  .n-992-push-6per10 {
    left: 60%!important;
  }
  .n-992-push-4per5,
  .n-992-push-8per10 {
    left: 80%!important;
  }
  .n-992-push-5per6,
  .n-992-push-10per12 {
    left: 83.34%!important;
  }
  .n-992-push-5per8 {
    left: 62.5%!important;
  }
  .n-992-push-5per12 {
    left: 41.65%!important;
  }
  .n-992-push-7per8 {
    left: 87.5%!important;
  }
  .n-992-push-7per10 {
    left: 70%!important;
  }
  .n-992-push-7per12 {
    left: 58.31%!important;
  }
  .n-992-push-9per10 {
    left: 90%!important;
  }
  .n-992-push-11per12 {
    left: 91.63%!important;
  }
  .n-992-pull-1per2,
  .n-992-pull-2per4,
  .n-992-pull-3per6,
  .n-992-pull-4per8,
  .n-992-pull-5per10,
  .n-992-pull-6per12 {
    right: 50%!important;
  }
  .n-992-pull-1per3,
  .n-992-pull-2per6,
  .n-992-pull-4per12 {
    right: 33.33%!important;
  }
  .n-992-pull-1per4,
  .n-992-pull-2per8,
  .n-992-pull-3per12 {
    right: 25%!important;
  }
  .n-992-pull-1per5,
  .n-992-pull-2per10 {
    right: 20%!important;
  }
  .n-992-pull-1per6,
  .n-992-pull-2per12 {
    right: 16.66%!important;
  }
  .n-992-pull-1per8 {
    right: 12.5%!important;
  }
  .n-992-pull-1per10 {
    right: 10%!important;
  }
  .n-992-pull-1per12 {
    left: 8.33%!important;
  }
  .n-992-pull-2per3,
  .n-992-pull-4per6,
  .n-992-pull-8per12 {
    right: 66.67%!important;
  }
  .n-992-pull-3per4,
  .n-992-pull-6per8,
  .n-992-pull-9per12 {
    right: 75%!important;
  }
  .n-992-pull-3per8 {
    right: 37.5%!important;
  }
  .n-992-pull-3per10 {
    right: 30%!important;
  }
  .n-992-pull-2per5,
  .n-992-pull-4per10 {
    right: 40%!important;
  }
  .n-992-pull-3per5,
  .n-992-pull-6per10 {
    right: 60%!important;
  }
  .n-992-pull-4per5,
  .n-992-pull-8per10 {
    right: 80%!important;
  }
  .n-992-pull-5per6,
  .n-992-pull-10per12 {
    right: 83.34%!important;
  }
  .n-992-pull-5per8 {
    right: 62.5%!important;
  }
  .n-992-pull-5per12 {
    right: 41.65%!important;
  }
  .n-992-pull-7per8 {
    right: 87.5%!important;
  }
  .n-992-pull-7per10 {
    right: 70%!important;
  }
  .n-992-pull-7per12 {
    right: 58.31%!important;
  }
  .n-992-pull-9per10 {
    right: 90%!important;
  }
  .n-992-pull-11per12 {
    right: 91.63%!important;
  }
  .n-992-no-push {
    left: 0!important;
  }
  .n-992-no-pull {
    right: 0!important;
  }
  .n-992-clear {
    clear: both;
  }
  .n-992-clear-left {
    clear: left;
  }
  .n-992-clear-right {
    clear: right;
  }
  .n-992-no-clear {
    clear: none;
  }
  .n-992-no-padding {
    padding: 0!important;
  }
  .n-992-no-padding-top {
    padding-top: 0!important;
  }
  .n-992-no-padding-right {
    padding-right: 0!important;
  }
  .n-992-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-992-no-padding-left {
    padding-left: 0!important;
  }
  .n-992-no-margin {
    margin: 0!important;
  }
  .n-992-no-margin-top {
    margin-top: 0!important;
  }
  .n-992-no-margin-right {
    margin-right: 0!important;
  }
  .n-992-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-992-no-margin-left {
    margin-left: 0!important;
  }
  .n-992-hide {
    display: none!important;
  }
  .n-992-show {
    display: block!important;
  }
  .n-992-show-inline {
    display: inline;
  }
  .n-992-show-inline-block {
    display: inline-block;
  }
  .n-992-show-flex {
    display: flex;
  }
  .n-992-show-table {
    display: table;
  }
  .n-992-show-table-cell {
    display: table-cell;
  }
  .n-992-align-left {
    text-align: left;
  }
  .n-992-align-right {
    text-align: right;
  }
  .n-992-align-center {
    text-align: center;
  }
  .n-992-align-justify {
    text-align: justify;
  }
  .n-992-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 1200px) {
  /* GRID SYSTEM */
  .n-1200-1per1,
  .n-1200-2per2,
  .n-1200-3per3,
  .n-1200-4per4,
  .n-1200-5per5,
  .n-1200-6per6,
  .n-1200-8per8,
  .n-1200-10per10,
  .n-1200-12per12 {
    width: 100%;
  }
  .n-1200-1per2,
  .n-1200-2per4,
  .n-1200-3per6,
  .n-1200-4per8,
  .n-1200-5per10,
  .n-1200-6per12 {
    width: 50%;
  }
  .n-1200-1per3,
  .n-1200-2per6,
  .n-1200-4per12 {
    width: 33.33%;
  }
  .n-1200-1per4,
  .n-1200-2per8,
  .n-1200-3per12 {
    width: 25%;
  }
  .n-1200-1per5,
  .n-1200-2per10 {
    width: 20%;
  }
  .n-1200-1per6,
  .n-1200-2per12 {
    width: 16.66%;
  }
  .n-1200-1per8 {
    width: 12.5%;
  }
  .n-1200-1per10 {
    width: 10%;
  }
  .n-1200-1per12 {
    width: 8.33%;
  }
  .n-1200-2per3,
  .n-1200-4per6,
  .n-1200-8per12 {
    width: 66.67%;
  }
  .n-1200-3per4,
  .n-1200-6per8,
  .n-1200-9per12 {
    width: 75%;
  }
  .n-1200-3per8 {
    width: 37.5%;
  }
  .n-1200-3per10 {
    width: 30%;
  }
  .n-1200-2per5,
  .n-1200-4per10 {
    width: 40%;
  }
  .n-1200-3per5,
  .n-1200-6per10 {
    width: 60%;
  }
  .n-1200-4per5,
  .n-1200-8per10 {
    width: 80%;
  }
  .n-1200-5per6,
  .n-1200-10per12 {
    width: 83.34%;
  }
  .n-1200-5per8 {
    width: 62.5%;
  }
  .n-1200-5per12 {
    width: 41.65%;
  }
  .n-1200-7per8 {
    width: 87.5%;
  }
  .n-1200-7per10 {
    width: 70%;
  }
  .n-1200-7per12 {
    width: 58.31%;
  }
  .n-1200-9per10 {
    width: 90%;
  }
  .n-1200-11per12 {
    width: 91.63%;
  }
  .n-1200-push-1per2,
  .n-1200-push-2per4,
  .n-1200-push-3per6,
  .n-1200-push-4per8,
  .n-1200-push-5per10,
  .n-1200-push-6per12 {
    left: 50%!important;
  }
  .n-1200-push-1per3,
  .n-1200-push-2per6,
  .n-1200-push-4per12 {
    left: 33.33%!important;
  }
  .n-1200-push-1per4,
  .n-1200-push-2per8,
  .n-1200-push-3per12 {
    left: 25%!important;
  }
  .n-1200-push-1per5,
  .n-1200-push-2per10 {
    left: 20%!important;
  }
  .n-1200-push-1per6,
  .n-1200-push-2per12 {
    left: 16.66%!important;
  }
  .n-1200-push-1per8 {
    left: 12.5%!important;
  }
  .n-1200-push-1per10 {
    left: 10%!important;
  }
  .n-1200-push-1per12 {
    left: 8.33%!important;
  }
  .n-1200-push-2per3,
  .n-1200-push-4per6,
  .n-1200-push-8per12 {
    left: 66.67%!important;
  }
  .n-1200-push-3per4,
  .n-1200-push-6per8,
  .n-1200-push-9per12 {
    left: 75%!important;
  }
  .n-1200-push-3per8 {
    left: 37.5%!important;
  }
  .n-1200-push-3per10 {
    left: 30%!important;
  }
  .n-1200-push-2per5,
  .n-1200-push-4per10 {
    left: 40%!important;
  }
  .n-1200-push-3per5,
  .n-1200-push-6per10 {
    left: 60%!important;
  }
  .n-1200-push-4per5,
  .n-1200-push-8per10 {
    left: 80%!important;
  }
  .n-1200-push-5per6,
  .n-1200-push-10per12 {
    left: 83.34%!important;
  }
  .n-1200-push-5per8 {
    left: 62.5%!important;
  }
  .n-1200-push-5per12 {
    left: 41.65%!important;
  }
  .n-1200-push-7per8 {
    left: 87.5%!important;
  }
  .n-1200-push-7per10 {
    left: 70%!important;
  }
  .n-1200-push-7per12 {
    left: 58.31%!important;
  }
  .n-1200-push-9per10 {
    left: 90%!important;
  }
  .n-1200-push-11per12 {
    left: 91.63%!important;
  }
  .n-1200-pull-1per2,
  .n-1200-pull-2per4,
  .n-1200-pull-3per6,
  .n-1200-pull-4per8,
  .n-1200-pull-5per10,
  .n-1200-pull-6per12 {
    right: 50%!important;
  }
  .n-1200-pull-1per3,
  .n-1200-pull-2per6,
  .n-1200-pull-4per12 {
    right: 33.33%!important;
  }
  .n-1200-pull-1per4,
  .n-1200-pull-2per8,
  .n-1200-pull-3per12 {
    right: 25%!important;
  }
  .n-1200-pull-1per5,
  .n-1200-pull-2per10 {
    right: 20%!important;
  }
  .n-1200-pull-1per6,
  .n-1200-pull-2per12 {
    right: 16.66%!important;
  }
  .n-1200-pull-1per8 {
    right: 12.5%!important;
  }
  .n-1200-pull-1per10 {
    right: 10%!important;
  }
  .n-1200-pull-1per12 {
    left: 8.33%!important;
  }
  .n-1200-pull-2per3,
  .n-1200-pull-4per6,
  .n-1200-pull-8per12 {
    right: 66.67%!important;
  }
  .n-1200-pull-3per4,
  .n-1200-pull-6per8,
  .n-1200-pull-9per12 {
    right: 75%!important;
  }
  .n-1200-pull-3per8 {
    right: 37.5%!important;
  }
  .n-1200-pull-3per10 {
    right: 30%!important;
  }
  .n-1200-pull-2per5,
  .n-1200-pull-4per10 {
    right: 40%!important;
  }
  .n-1200-pull-3per5,
  .n-1200-pull-6per10 {
    right: 60%!important;
  }
  .n-1200-pull-4per5,
  .n-1200-pull-8per10 {
    right: 80%!important;
  }
  .n-1200-pull-5per6,
  .n-1200-pull-10per12 {
    right: 83.34%!important;
  }
  .n-1200-pull-5per8 {
    right: 62.5%!important;
  }
  .n-1200-pull-5per12 {
    right: 41.65%!important;
  }
  .n-1200-pull-7per8 {
    right: 87.5%!important;
  }
  .n-1200-pull-7per10 {
    right: 70%!important;
  }
  .n-1200-pull-7per12 {
    right: 58.31%!important;
  }
  .n-1200-pull-9per10 {
    right: 90%!important;
  }
  .n-1200-pull-11per12 {
    right: 91.63%!important;
  }
  .n-1200-no-push {
    left: 0!important;
  }
  .n-1200-no-pull {
    right: 0!important;
  }
  .n-1200-clear {
    clear: both;
  }
  .n-1200-clear-left {
    clear: left;
  }
  .n-1200-clear-right {
    clear: right;
  }
  .n-1200-no-clear {
    clear: none;
  }
  .n-1200-no-padding {
    padding: 0!important;
  }
  .n-1200-no-padding-top {
    padding-top: 0!important;
  }
  .n-1200-no-padding-right {
    padding-right: 0!important;
  }
  .n-1200-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-1200-no-padding-left {
    padding-left: 0!important;
  }
  .n-1200-no-margin {
    margin: 0!important;
  }
  .n-1200-no-margin-top {
    margin-top: 0!important;
  }
  .n-1200-no-margin-right {
    margin-right: 0!important;
  }
  .n-1200-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-1200-no-margin-left {
    margin-left: 0!important;
  }
  .n-1200-hide {
    display: none!important;
  }
  .n-1200-show {
    display: block!important;
  }
  .n-1200-show-inline {
    display: inline;
  }
  .n-1200-show-inline-block {
    display: inline-block;
  }
  .n-1200-show-flex {
    display: flex;
  }
  .n-1200-show-table {
    display: table;
  }
  .n-1200-show-table-cell {
    display: table-cell;
  }
  .n-1200-align-left {
    text-align: left;
  }
  .n-1200-align-right {
    text-align: right;
  }
  .n-1200-align-center {
    text-align: center;
  }
  .n-1200-align-justify {
    text-align: justify;
  }
  .n-1200-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .container-full {
    padding: 0 30px;
  }
  .row {
    margin: 0 -15px;
  }
  .row.medium-gutter {
    margin: 0 -10px;
  }
  .grid-child {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .row.medium-gutter > .grid-child {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .row.no-gutter > .grid-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  /* GRID SYSTEM */
  .n-1400-1per1,
  .n-1400-2per2,
  .n-1400-3per3,
  .n-1400-4per4,
  .n-1400-5per5,
  .n-1400-6per6,
  .n-1400-8per8,
  .n-1400-10per10,
  .n-1400-12per12 {
    width: 100%;
  }
  .n-1400-1per2,
  .n-1400-2per4,
  .n-1400-3per6,
  .n-1400-4per8,
  .n-1400-5per10,
  .n-1400-6per12 {
    width: 50%;
  }
  .n-1400-1per3,
  .n-1400-2per6,
  .n-1400-4per12 {
    width: 33.33%;
  }
  .n-1400-1per4,
  .n-1400-2per8,
  .n-1400-3per12 {
    width: 25%;
  }
  .n-1400-1per5,
  .n-1400-2per10 {
    width: 20%;
  }
  .n-1400-1per6,
  .n-1400-2per12 {
    width: 16.66%;
  }
  .n-1400-1per8 {
    width: 12.5%;
  }
  .n-1400-1per10 {
    width: 10%;
  }
  .n-1400-1per12 {
    width: 8.33%;
  }
  .n-1400-2per3,
  .n-1400-4per6,
  .n-1400-8per12 {
    width: 66.67%;
  }
  .n-1400-3per4,
  .n-1400-6per8,
  .n-1400-9per12 {
    width: 75%;
  }
  .n-1400-3per8 {
    width: 37.5%;
  }
  .n-1400-3per10 {
    width: 30%;
  }
  .n-1400-2per5,
  .n-1400-4per10 {
    width: 40%;
  }
  .n-1400-3per5,
  .n-1400-6per10 {
    width: 60%;
  }
  .n-1400-4per5,
  .n-1400-8per10 {
    width: 80%;
  }
  .n-1400-5per6,
  .n-1400-10per12 {
    width: 83.34%;
  }
  .n-1400-5per8 {
    width: 62.5%;
  }
  .n-1400-5per12 {
    width: 41.65%;
  }
  .n-1400-7per8 {
    width: 87.5%;
  }
  .n-1400-7per10 {
    width: 70%;
  }
  .n-1400-7per12 {
    width: 58.31%;
  }
  .n-1400-9per10 {
    width: 90%;
  }
  .n-1400-11per12 {
    width: 91.63%;
  }
  .n-1400-push-1per2,
  .n-1400-push-2per4,
  .n-1400-push-3per6,
  .n-1400-push-4per8,
  .n-1400-push-5per10,
  .n-1400-push-6per12 {
    left: 50%!important;
  }
  .n-1400-push-1per3,
  .n-1400-push-2per6,
  .n-1400-push-4per12 {
    left: 33.33%!important;
  }
  .n-1400-push-1per4,
  .n-1400-push-2per8,
  .n-1400-push-3per12 {
    left: 25%!important;
  }
  .n-1400-push-1per5,
  .n-1400-push-2per10 {
    left: 20%!important;
  }
  .n-1400-push-1per6,
  .n-1400-push-2per12 {
    left: 16.66%!important;
  }
  .n-1400-push-1per8 {
    left: 12.5%!important;
  }
  .n-1400-push-1per10 {
    left: 10%!important;
  }
  .n-1400-push-1per12 {
    left: 8.33%!important;
  }
  .n-1400-push-2per3,
  .n-1400-push-4per6,
  .n-1400-push-8per12 {
    left: 66.67%!important;
  }
  .n-1400-push-3per4,
  .n-1400-push-6per8,
  .n-1400-push-9per12 {
    left: 75%!important;
  }
  .n-1400-push-3per8 {
    left: 37.5%!important;
  }
  .n-1400-push-3per10 {
    left: 30%!important;
  }
  .n-1400-push-2per5,
  .n-1400-push-4per10 {
    left: 40%!important;
  }
  .n-1400-push-3per5,
  .n-1400-push-6per10 {
    left: 60%!important;
  }
  .n-1400-push-4per5,
  .n-1400-push-8per10 {
    left: 80%!important;
  }
  .n-1400-push-5per6,
  .n-1400-push-10per12 {
    left: 83.34%!important;
  }
  .n-1400-push-5per8 {
    left: 62.5%!important;
  }
  .n-1400-push-5per12 {
    left: 41.65%!important;
  }
  .n-1400-push-7per8 {
    left: 87.5%!important;
  }
  .n-1400-push-7per10 {
    left: 70%!important;
  }
  .n-1400-push-7per12 {
    left: 58.31%!important;
  }
  .n-1400-push-9per10 {
    left: 90%!important;
  }
  .n-1400-push-11per12 {
    left: 91.63%!important;
  }
  .n-1400-pull-1per2,
  .n-1400-pull-2per4,
  .n-1400-pull-3per6,
  .n-1400-pull-4per8,
  .n-1400-pull-5per10,
  .n-1400-pull-6per12 {
    right: 50%!important;
  }
  .n-1400-pull-1per3,
  .n-1400-pull-2per6,
  .n-1400-pull-4per12 {
    right: 33.33%!important;
  }
  .n-1400-pull-1per4,
  .n-1400-pull-2per8,
  .n-1400-pull-3per12 {
    right: 25%!important;
  }
  .n-1400-pull-1per5,
  .n-1400-pull-2per10 {
    right: 20%!important;
  }
  .n-1400-pull-1per6,
  .n-1400-pull-2per12 {
    right: 16.66%!important;
  }
  .n-1400-pull-1per8 {
    right: 12.5%!important;
  }
  .n-1400-pull-1per10 {
    right: 10%!important;
  }
  .n-1400-pull-1per12 {
    left: 8.33%!important;
  }
  .n-1400-pull-2per3,
  .n-1400-pull-4per6,
  .n-1400-pull-8per12 {
    right: 66.67%!important;
  }
  .n-1400-pull-3per4,
  .n-1400-pull-6per8,
  .n-1400-pull-9per12 {
    right: 75%!important;
  }
  .n-1400-pull-3per8 {
    right: 37.5%!important;
  }
  .n-1400-pull-3per10 {
    right: 30%!important;
  }
  .n-1400-pull-2per5,
  .n-1400-pull-4per10 {
    right: 40%!important;
  }
  .n-1400-pull-3per5,
  .n-1400-pull-6per10 {
    right: 60%!important;
  }
  .n-1400-pull-4per5,
  .n-1400-pull-8per10 {
    right: 80%!important;
  }
  .n-1400-pull-5per6,
  .n-1400-pull-10per12 {
    right: 83.34%!important;
  }
  .n-1400-pull-5per8 {
    right: 62.5%!important;
  }
  .n-1400-pull-5per12 {
    right: 41.65%!important;
  }
  .n-1400-pull-7per8 {
    right: 87.5%!important;
  }
  .n-1400-pull-7per10 {
    right: 70%!important;
  }
  .n-1400-pull-7per12 {
    right: 58.31%!important;
  }
  .n-1400-pull-9per10 {
    right: 90%!important;
  }
  .n-1400-pull-11per12 {
    right: 91.63%!important;
  }
  .n-1400-no-push {
    left: 0!important;
  }
  .n-1400-no-pull {
    right: 0!important;
  }
  .n-1400-clear {
    clear: both;
  }
  .n-1400-clear-left {
    clear: left;
  }
  .n-1400-clear-right {
    clear: right;
  }
  .n-1400-no-clear {
    clear: none;
  }
  .n-1400-no-padding {
    padding: 0!important;
  }
  .n-1400-no-padding-top {
    padding-top: 0!important;
  }
  .n-1400-no-padding-right {
    padding-right: 0!important;
  }
  .n-1400-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-1400-no-padding-left {
    padding-left: 0!important;
  }
  .n-1400-no-margin {
    margin: 0!important;
  }
  .n-1400-no-margin-top {
    margin-top: 0!important;
  }
  .n-1400-no-margin-right {
    margin-right: 0!important;
  }
  .n-1400-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-1400-no-margin-left {
    margin-left: 0!important;
  }
  .n-1400-hide {
    display: none!important;
  }
  .n-1400-show {
    display: block!important;
  }
  .n-1400-show-inline {
    display: inline;
  }
  .n-1400-show-inline-block {
    display: inline-block;
  }
  .n-1400-show-flex {
    display: flex;
  }
  .n-1400-show-table {
    display: table;
  }
  .n-1400-show-table-cell {
    display: table-cell;
  }
  .n-1400-align-left {
    text-align: left;
  }
  .n-1400-align-right {
    text-align: right;
  }
  .n-1400-align-center {
    text-align: center;
  }
  .n-1400-align-justify {
    text-align: justify;
  }
  .n-1400-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 1600px) {
  /* GRID SYSTEM */
  .n-1600-1per1,
  .n-1600-2per2,
  .n-1600-3per3,
  .n-1600-4per4,
  .n-1600-5per5,
  .n-1600-6per6,
  .n-1600-8per8,
  .n-1600-10per10,
  .n-1600-12per12 {
    width: 100%;
  }
  .n-1600-1per2,
  .n-1600-2per4,
  .n-1600-3per6,
  .n-1600-4per8,
  .n-1600-5per10,
  .n-1600-6per12 {
    width: 50%;
  }
  .n-1600-1per3,
  .n-1600-2per6,
  .n-1600-4per12 {
    width: 33.33%;
  }
  .n-1600-1per4,
  .n-1600-2per8,
  .n-1600-3per12 {
    width: 25%;
  }
  .n-1600-1per5,
  .n-1600-2per10 {
    width: 20%;
  }
  .n-1600-1per6,
  .n-1600-2per12 {
    width: 16.66%;
  }
  .n-1600-1per8 {
    width: 12.5%;
  }
  .n-1600-1per10 {
    width: 10%;
  }
  .n-1600-1per12 {
    width: 8.33%;
  }
  .n-1600-2per3,
  .n-1600-4per6,
  .n-1600-8per12 {
    width: 66.67%;
  }
  .n-1600-3per4,
  .n-1600-6per8,
  .n-1600-9per12 {
    width: 75%;
  }
  .n-1600-3per8 {
    width: 37.5%;
  }
  .n-1600-3per10 {
    width: 30%;
  }
  .n-1600-2per5,
  .n-1600-4per10 {
    width: 40%;
  }
  .n-1600-3per5,
  .n-1600-6per10 {
    width: 60%;
  }
  .n-1600-4per5,
  .n-1600-8per10 {
    width: 80%;
  }
  .n-1600-5per6,
  .n-1600-10per12 {
    width: 83.34%;
  }
  .n-1600-5per8 {
    width: 62.5%;
  }
  .n-1600-5per12 {
    width: 41.65%;
  }
  .n-1600-7per8 {
    width: 87.5%;
  }
  .n-1600-7per10 {
    width: 70%;
  }
  .n-1600-7per12 {
    width: 58.31%;
  }
  .n-1600-9per10 {
    width: 90%;
  }
  .n-1600-11per12 {
    width: 91.63%;
  }
  .n-1600-push-1per2,
  .n-1600-push-2per4,
  .n-1600-push-3per6,
  .n-1600-push-4per8,
  .n-1600-push-5per10,
  .n-1600-push-6per12 {
    left: 50%!important;
  }
  .n-1600-push-1per3,
  .n-1600-push-2per6,
  .n-1600-push-4per12 {
    left: 33.33%!important;
  }
  .n-1600-push-1per4,
  .n-1600-push-2per8,
  .n-1600-push-3per12 {
    left: 25%!important;
  }
  .n-1600-push-1per5,
  .n-1600-push-2per10 {
    left: 20%!important;
  }
  .n-1600-push-1per6,
  .n-1600-push-2per12 {
    left: 16.66%!important;
  }
  .n-1600-push-1per8 {
    left: 12.5%!important;
  }
  .n-1600-push-1per10 {
    left: 10%!important;
  }
  .n-1600-push-1per12 {
    left: 8.33%!important;
  }
  .n-1600-push-2per3,
  .n-1600-push-4per6,
  .n-1600-push-8per12 {
    left: 66.67%!important;
  }
  .n-1600-push-3per4,
  .n-1600-push-6per8,
  .n-1600-push-9per12 {
    left: 75%!important;
  }
  .n-1600-push-3per8 {
    left: 37.5%!important;
  }
  .n-1600-push-3per10 {
    left: 30%!important;
  }
  .n-1600-push-2per5,
  .n-1600-push-4per10 {
    left: 40%!important;
  }
  .n-1600-push-3per5,
  .n-1600-push-6per10 {
    left: 60%!important;
  }
  .n-1600-push-4per5,
  .n-1600-push-8per10 {
    left: 80%!important;
  }
  .n-1600-push-5per6,
  .n-1600-push-10per12 {
    left: 83.34%!important;
  }
  .n-1600-push-5per8 {
    left: 62.5%!important;
  }
  .n-1600-push-5per12 {
    left: 41.65%!important;
  }
  .n-1600-push-7per8 {
    left: 87.5%!important;
  }
  .n-1600-push-7per10 {
    left: 70%!important;
  }
  .n-1600-push-7per12 {
    left: 58.31%!important;
  }
  .n-1600-push-9per10 {
    left: 90%!important;
  }
  .n-1600-push-11per12 {
    left: 91.63%!important;
  }
  .n-1600-pull-1per2,
  .n-1600-pull-2per4,
  .n-1600-pull-3per6,
  .n-1600-pull-4per8,
  .n-1600-pull-5per10,
  .n-1600-pull-6per12 {
    right: 50%!important;
  }
  .n-1600-pull-1per3,
  .n-1600-pull-2per6,
  .n-1600-pull-4per12 {
    right: 33.33%!important;
  }
  .n-1600-pull-1per4,
  .n-1600-pull-2per8,
  .n-1600-pull-3per12 {
    right: 25%!important;
  }
  .n-1600-pull-1per5,
  .n-1600-pull-2per10 {
    right: 20%!important;
  }
  .n-1600-pull-1per6,
  .n-1600-pull-2per12 {
    right: 16.66%!important;
  }
  .n-1600-pull-1per8 {
    right: 12.5%!important;
  }
  .n-1600-pull-1per10 {
    right: 10%!important;
  }
  .n-1600-pull-1per12 {
    left: 8.33%!important;
  }
  .n-1600-pull-2per3,
  .n-1600-pull-4per6,
  .n-1600-pull-8per12 {
    right: 66.67%!important;
  }
  .n-1600-pull-3per4,
  .n-1600-pull-6per8,
  .n-1600-pull-9per12 {
    right: 75%!important;
  }
  .n-1600-pull-3per8 {
    right: 37.5%!important;
  }
  .n-1600-pull-3per10 {
    right: 30%!important;
  }
  .n-1600-pull-2per5,
  .n-1600-pull-4per10 {
    right: 40%!important;
  }
  .n-1600-pull-3per5,
  .n-1600-pull-6per10 {
    right: 60%!important;
  }
  .n-1600-pull-4per5,
  .n-1600-pull-8per10 {
    right: 80%!important;
  }
  .n-1600-pull-5per6,
  .n-1600-pull-10per12 {
    right: 83.34%!important;
  }
  .n-1600-pull-5per8 {
    right: 62.5%!important;
  }
  .n-1600-pull-5per12 {
    right: 41.65%!important;
  }
  .n-1600-pull-7per8 {
    right: 87.5%!important;
  }
  .n-1600-pull-7per10 {
    right: 70%!important;
  }
  .n-1600-pull-7per12 {
    right: 58.31%!important;
  }
  .n-1600-pull-9per10 {
    right: 90%!important;
  }
  .n-1600-pull-11per12 {
    right: 91.63%!important;
  }
  .n-1600-no-push {
    left: 0!important;
  }
  .n-1600-no-pull {
    right: 0!important;
  }
  .n-1600-clear {
    clear: both;
  }
  .n-1600-clear-left {
    clear: left;
  }
  .n-1600-clear-right {
    clear: right;
  }
  .n-1600-no-clear {
    clear: none;
  }
  .n-1600-no-padding {
    padding: 0!important;
  }
  .n-1600-no-padding-top {
    padding-top: 0!important;
  }
  .n-1600-no-padding-right {
    padding-right: 0!important;
  }
  .n-1600-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-1600-no-padding-left {
    padding-left: 0!important;
  }
  .n-1600-no-margin {
    margin: 0!important;
  }
  .n-1600-no-margin-top {
    margin-top: 0!important;
  }
  .n-1600-no-margin-right {
    margin-right: 0!important;
  }
  .n-1600-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-1600-no-margin-left {
    margin-left: 0!important;
  }
  .n-1600-hide {
    display: none!important;
  }
  .n-1600-show {
    display: block!important;
  }
  .n-1600-show-inline {
    display: inline;
  }
  .n-1600-show-inline-block {
    display: inline-block;
  }
  .n-1600-show-flex {
    display: flex;
  }
  .n-1600-show-table {
    display: table;
  }
  .n-1600-show-table-cell {
    display: table-cell;
  }
  .n-1600-align-left {
    text-align: left;
  }
  .n-1600-align-right {
    text-align: right;
  }
  .n-1600-align-center {
    text-align: center;
  }
  .n-1600-align-justify {
    text-align: justify;
  }
  .n-1600-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 1900px) {
  /* GRID SYSTEM */
  .n-1900-1per1,
  .n-1900-2per2,
  .n-1900-3per3,
  .n-1900-4per4,
  .n-1900-5per5,
  .n-1900-6per6,
  .n-1900-8per8,
  .n-1900-10per10,
  .n-1900-12per12 {
    width: 100%;
  }
  .n-1900-1per2,
  .n-1900-2per4,
  .n-1900-3per6,
  .n-1900-4per8,
  .n-1900-5per10,
  .n-1900-6per12 {
    width: 50%;
  }
  .n-1900-1per3,
  .n-1900-2per6,
  .n-1900-4per12 {
    width: 33.33%;
  }
  .n-1900-1per4,
  .n-1900-2per8,
  .n-1900-3per12 {
    width: 25%;
  }
  .n-1900-1per5,
  .n-1900-2per10 {
    width: 20%;
  }
  .n-1900-1per6,
  .n-1900-2per12 {
    width: 16.66%;
  }
  .n-1900-1per8 {
    width: 12.5%;
  }
  .n-1900-1per10 {
    width: 10%;
  }
  .n-1900-1per12 {
    width: 8.33%;
  }
  .n-1900-2per3,
  .n-1900-4per6,
  .n-1900-8per12 {
    width: 66.67%;
  }
  .n-1900-3per4,
  .n-1900-6per8,
  .n-1900-9per12 {
    width: 75%;
  }
  .n-1900-3per8 {
    width: 37.5%;
  }
  .n-1900-3per10 {
    width: 30%;
  }
  .n-1900-2per5,
  .n-1900-4per10 {
    width: 40%;
  }
  .n-1900-3per5,
  .n-1900-6per10 {
    width: 60%;
  }
  .n-1900-4per5,
  .n-1900-8per10 {
    width: 80%;
  }
  .n-1900-5per6,
  .n-1900-10per12 {
    width: 83.34%;
  }
  .n-1900-5per8 {
    width: 62.5%;
  }
  .n-1900-5per12 {
    width: 41.65%;
  }
  .n-1900-7per8 {
    width: 87.5%;
  }
  .n-1900-7per10 {
    width: 70%;
  }
  .n-1900-7per12 {
    width: 58.31%;
  }
  .n-1900-9per10 {
    width: 90%;
  }
  .n-1900-11per12 {
    width: 91.63%;
  }
  .n-1900-push-1per2,
  .n-1900-push-2per4,
  .n-1900-push-3per6,
  .n-1900-push-4per8,
  .n-1900-push-5per10,
  .n-1900-push-6per12 {
    left: 50%!important;
  }
  .n-1900-push-1per3,
  .n-1900-push-2per6,
  .n-1900-push-4per12 {
    left: 33.33%!important;
  }
  .n-1900-push-1per4,
  .n-1900-push-2per8,
  .n-1900-push-3per12 {
    left: 25%!important;
  }
  .n-1900-push-1per5,
  .n-1900-push-2per10 {
    left: 20%!important;
  }
  .n-1900-push-1per6,
  .n-1900-push-2per12 {
    left: 16.66%!important;
  }
  .n-1900-push-1per8 {
    left: 12.5%!important;
  }
  .n-1900-push-1per10 {
    left: 10%!important;
  }
  .n-1900-push-1per12 {
    left: 8.33%!important;
  }
  .n-1900-push-2per3,
  .n-1900-push-4per6,
  .n-1900-push-8per12 {
    left: 66.67%!important;
  }
  .n-1900-push-3per4,
  .n-1900-push-6per8,
  .n-1900-push-9per12 {
    left: 75%!important;
  }
  .n-1900-push-3per8 {
    left: 37.5%!important;
  }
  .n-1900-push-3per10 {
    left: 30%!important;
  }
  .n-1900-push-2per5,
  .n-1900-push-4per10 {
    left: 40%!important;
  }
  .n-1900-push-3per5,
  .n-1900-push-6per10 {
    left: 60%!important;
  }
  .n-1900-push-4per5,
  .n-1900-push-8per10 {
    left: 80%!important;
  }
  .n-1900-push-5per6,
  .n-1900-push-10per12 {
    left: 83.34%!important;
  }
  .n-1900-push-5per8 {
    left: 62.5%!important;
  }
  .n-1900-push-5per12 {
    left: 41.65%!important;
  }
  .n-1900-push-7per8 {
    left: 87.5%!important;
  }
  .n-1900-push-7per10 {
    left: 70%!important;
  }
  .n-1900-push-7per12 {
    left: 58.31%!important;
  }
  .n-1900-push-9per10 {
    left: 90%!important;
  }
  .n-1900-push-11per12 {
    left: 91.63%!important;
  }
  .n-1900-pull-1per2,
  .n-1900-pull-2per4,
  .n-1900-pull-3per6,
  .n-1900-pull-4per8,
  .n-1900-pull-5per10,
  .n-1900-pull-6per12 {
    right: 50%!important;
  }
  .n-1900-pull-1per3,
  .n-1900-pull-2per6,
  .n-1900-pull-4per12 {
    right: 33.33%!important;
  }
  .n-1900-pull-1per4,
  .n-1900-pull-2per8,
  .n-1900-pull-3per12 {
    right: 25%!important;
  }
  .n-1900-pull-1per5,
  .n-1900-pull-2per10 {
    right: 20%!important;
  }
  .n-1900-pull-1per6,
  .n-1900-pull-2per12 {
    right: 16.66%!important;
  }
  .n-1900-pull-1per8 {
    right: 12.5%!important;
  }
  .n-1900-pull-1per10 {
    right: 10%!important;
  }
  .n-1900-pull-1per12 {
    left: 8.33%!important;
  }
  .n-1900-pull-2per3,
  .n-1900-pull-4per6,
  .n-1900-pull-8per12 {
    right: 66.67%!important;
  }
  .n-1900-pull-3per4,
  .n-1900-pull-6per8,
  .n-1900-pull-9per12 {
    right: 75%!important;
  }
  .n-1900-pull-3per8 {
    right: 37.5%!important;
  }
  .n-1900-pull-3per10 {
    right: 30%!important;
  }
  .n-1900-pull-2per5,
  .n-1900-pull-4per10 {
    right: 40%!important;
  }
  .n-1900-pull-3per5,
  .n-1900-pull-6per10 {
    right: 60%!important;
  }
  .n-1900-pull-4per5,
  .n-1900-pull-8per10 {
    right: 80%!important;
  }
  .n-1900-pull-5per6,
  .n-1900-pull-10per12 {
    right: 83.34%!important;
  }
  .n-1900-pull-5per8 {
    right: 62.5%!important;
  }
  .n-1900-pull-5per12 {
    right: 41.65%!important;
  }
  .n-1900-pull-7per8 {
    right: 87.5%!important;
  }
  .n-1900-pull-7per10 {
    right: 70%!important;
  }
  .n-1900-pull-7per12 {
    right: 58.31%!important;
  }
  .n-1900-pull-9per10 {
    right: 90%!important;
  }
  .n-1900-pull-11per12 {
    right: 91.63%!important;
  }
  .n-1900-no-push {
    left: 0!important;
  }
  .n-1900-no-pull {
    right: 0!important;
  }
  .n-1900-clear {
    clear: both;
  }
  .n-1900-clear-left {
    clear: left;
  }
  .n-1900-clear-right {
    clear: right;
  }
  .n-1900-no-clear {
    clear: none;
  }
  .n-1900-no-padding {
    padding: 0!important;
  }
  .n-1900-no-padding-top {
    padding-top: 0!important;
  }
  .n-1900-no-padding-right {
    padding-right: 0!important;
  }
  .n-1900-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-1900-no-padding-left {
    padding-left: 0!important;
  }
  .n-1900-no-margin {
    margin: 0!important;
  }
  .n-1900-no-margin-top {
    margin-top: 0!important;
  }
  .n-1900-no-margin-right {
    margin-right: 0!important;
  }
  .n-1900-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-1900-no-margin-left {
    margin-left: 0!important;
  }
  .n-1900-hide {
    display: none!important;
  }
  .n-1900-show {
    display: block!important;
  }
  .n-1900-show-inline {
    display: inline;
  }
  .n-1900-show-inline-block {
    display: inline-block;
  }
  .n-1900-show-flex {
    display: flex;
  }
  .n-1900-show-table {
    display: table;
  }
  .n-1900-show-table-cell {
    display: table-cell;
  }
  .n-1900-align-left {
    text-align: left;
  }
  .n-1900-align-right {
    text-align: right;
  }
  .n-1900-align-center {
    text-align: center;
  }
  .n-1900-align-justify {
    text-align: justify;
  }
  .n-1900-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 2500px) {
  /* GRID SYSTEM */
  .n-2500-1per1,
  .n-2500-2per2,
  .n-2500-3per3,
  .n-2500-4per4,
  .n-2500-5per5,
  .n-2500-6per6,
  .n-2500-8per8,
  .n-2500-10per10,
  .n-2500-12per12 {
    width: 100%;
  }
  .n-2500-1per2,
  .n-2500-2per4,
  .n-2500-3per6,
  .n-2500-4per8,
  .n-2500-5per10,
  .n-2500-6per12 {
    width: 50%;
  }
  .n-2500-1per3,
  .n-2500-2per6,
  .n-2500-4per12 {
    width: 33.33%;
  }
  .n-2500-1per4,
  .n-2500-2per8,
  .n-2500-3per12 {
    width: 25%;
  }
  .n-2500-1per5,
  .n-2500-2per10 {
    width: 20%;
  }
  .n-2500-1per6,
  .n-2500-2per12 {
    width: 16.66%;
  }
  .n-2500-1per8 {
    width: 12.5%;
  }
  .n-2500-1per10 {
    width: 10%;
  }
  .n-2500-1per12 {
    width: 8.33%;
  }
  .n-2500-2per3,
  .n-2500-4per6,
  .n-2500-8per12 {
    width: 66.67%;
  }
  .n-2500-3per4,
  .n-2500-6per8,
  .n-2500-9per12 {
    width: 75%;
  }
  .n-2500-3per8 {
    width: 37.5%;
  }
  .n-2500-3per10 {
    width: 30%;
  }
  .n-2500-2per5,
  .n-2500-4per10 {
    width: 40%;
  }
  .n-2500-3per5,
  .n-2500-6per10 {
    width: 60%;
  }
  .n-2500-4per5,
  .n-2500-8per10 {
    width: 80%;
  }
  .n-2500-5per6,
  .n-2500-10per12 {
    width: 83.34%;
  }
  .n-2500-5per8 {
    width: 62.5%;
  }
  .n-2500-5per12 {
    width: 41.65%;
  }
  .n-2500-7per8 {
    width: 87.5%;
  }
  .n-2500-7per10 {
    width: 70%;
  }
  .n-2500-7per12 {
    width: 58.31%;
  }
  .n-2500-9per10 {
    width: 90%;
  }
  .n-2500-11per12 {
    width: 91.63%;
  }
  .n-2500-push-1per2,
  .n-2500-push-2per4,
  .n-2500-push-3per6,
  .n-2500-push-4per8,
  .n-2500-push-5per10,
  .n-2500-push-6per12 {
    left: 50%!important;
  }
  .n-2500-push-1per3,
  .n-2500-push-2per6,
  .n-2500-push-4per12 {
    left: 33.33%!important;
  }
  .n-2500-push-1per4,
  .n-2500-push-2per8,
  .n-2500-push-3per12 {
    left: 25%!important;
  }
  .n-2500-push-1per5,
  .n-2500-push-2per10 {
    left: 20%!important;
  }
  .n-2500-push-1per6,
  .n-2500-push-2per12 {
    left: 16.66%!important;
  }
  .n-2500-push-1per8 {
    left: 12.5%!important;
  }
  .n-2500-push-1per10 {
    left: 10%!important;
  }
  .n-2500-push-1per12 {
    left: 8.33%!important;
  }
  .n-2500-push-2per3,
  .n-2500-push-4per6,
  .n-2500-push-8per12 {
    left: 66.67%!important;
  }
  .n-2500-push-3per4,
  .n-2500-push-6per8,
  .n-2500-push-9per12 {
    left: 75%!important;
  }
  .n-2500-push-3per8 {
    left: 37.5%!important;
  }
  .n-2500-push-3per10 {
    left: 30%!important;
  }
  .n-2500-push-2per5,
  .n-2500-push-4per10 {
    left: 40%!important;
  }
  .n-2500-push-3per5,
  .n-2500-push-6per10 {
    left: 60%!important;
  }
  .n-2500-push-4per5,
  .n-2500-push-8per10 {
    left: 80%!important;
  }
  .n-2500-push-5per6,
  .n-2500-push-10per12 {
    left: 83.34%!important;
  }
  .n-2500-push-5per8 {
    left: 62.5%!important;
  }
  .n-2500-push-5per12 {
    left: 41.65%!important;
  }
  .n-2500-push-7per8 {
    left: 87.5%!important;
  }
  .n-2500-push-7per10 {
    left: 70%!important;
  }
  .n-2500-push-7per12 {
    left: 58.31%!important;
  }
  .n-2500-push-9per10 {
    left: 90%!important;
  }
  .n-2500-push-11per12 {
    left: 91.63%!important;
  }
  .n-2500-pull-1per2,
  .n-2500-pull-2per4,
  .n-2500-pull-3per6,
  .n-2500-pull-4per8,
  .n-2500-pull-5per10,
  .n-2500-pull-6per12 {
    right: 50%!important;
  }
  .n-2500-pull-1per3,
  .n-2500-pull-2per6,
  .n-2500-pull-4per12 {
    right: 33.33%!important;
  }
  .n-2500-pull-1per4,
  .n-2500-pull-2per8,
  .n-2500-pull-3per12 {
    right: 25%!important;
  }
  .n-2500-pull-1per5,
  .n-2500-pull-2per10 {
    right: 20%!important;
  }
  .n-2500-pull-1per6,
  .n-2500-pull-2per12 {
    right: 16.66%!important;
  }
  .n-2500-pull-1per8 {
    right: 12.5%!important;
  }
  .n-2500-pull-1per10 {
    right: 10%!important;
  }
  .n-2500-pull-1per12 {
    left: 8.33%!important;
  }
  .n-2500-pull-2per3,
  .n-2500-pull-4per6,
  .n-2500-pull-8per12 {
    right: 66.67%!important;
  }
  .n-2500-pull-3per4,
  .n-2500-pull-6per8,
  .n-2500-pull-9per12 {
    right: 75%!important;
  }
  .n-2500-pull-3per8 {
    right: 37.5%!important;
  }
  .n-2500-pull-3per10 {
    right: 30%!important;
  }
  .n-2500-pull-2per5,
  .n-2500-pull-4per10 {
    right: 40%!important;
  }
  .n-2500-pull-3per5,
  .n-2500-pull-6per10 {
    right: 60%!important;
  }
  .n-2500-pull-4per5,
  .n-2500-pull-8per10 {
    right: 80%!important;
  }
  .n-2500-pull-5per6,
  .n-2500-pull-10per12 {
    right: 83.34%!important;
  }
  .n-2500-pull-5per8 {
    right: 62.5%!important;
  }
  .n-2500-pull-5per12 {
    right: 41.65%!important;
  }
  .n-2500-pull-7per8 {
    right: 87.5%!important;
  }
  .n-2500-pull-7per10 {
    right: 70%!important;
  }
  .n-2500-pull-7per12 {
    right: 58.31%!important;
  }
  .n-2500-pull-9per10 {
    right: 90%!important;
  }
  .n-2500-pull-11per12 {
    right: 91.63%!important;
  }
  .n-2500-no-push {
    left: 0!important;
  }
  .n-2500-no-pull {
    right: 0!important;
  }
  .n-2500-clear {
    clear: both;
  }
  .n-2500-clear-left {
    clear: left;
  }
  .n-2500-clear-right {
    clear: right;
  }
  .n-2500-no-clear {
    clear: none;
  }
  .n-2500-no-padding {
    padding: 0!important;
  }
  .n-2500-no-padding-top {
    padding-top: 0!important;
  }
  .n-2500-no-padding-right {
    padding-right: 0!important;
  }
  .n-2500-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .n-2500-no-padding-left {
    padding-left: 0!important;
  }
  .n-2500-no-margin {
    margin: 0!important;
  }
  .n-2500-no-margin-top {
    margin-top: 0!important;
  }
  .n-2500-no-margin-right {
    margin-right: 0!important;
  }
  .n-2500-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .n-2500-no-margin-left {
    margin-left: 0!important;
  }
  .n-2500-hide {
    display: none!important;
  }
  .n-2500-show {
    display: block!important;
  }
  .n-2500-show-inline {
    display: inline;
  }
  .n-2500-show-inline-block {
    display: inline-block;
  }
  .n-2500-show-flex {
    display: flex;
  }
  .n-2500-show-table {
    display: table;
  }
  .n-2500-show-table-cell {
    display: table-cell;
  }
  .n-2500-align-left {
    text-align: left;
  }
  .n-2500-align-right {
    text-align: right;
  }
  .n-2500-align-center {
    text-align: center;
  }
  .n-2500-align-justify {
    text-align: justify;
  }
  .n-2500-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
/* FONT */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
input {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
select {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
em {
  font-style: italic;
}
.btn {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: 86px;
}
@media (min-width: 768px) {
  body {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 164px;
  }
}
body.wide-body .main-container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  body.wide-body .main-container,
  body.wide-body #web-header .bottom-head .main-container,
  body.wide-body #category-megadropdown .main-container,
  body.wide-body .hero-banner-section .main-container.first-child {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1600px) {
  body.wide-body .main-container,
  body.wide-body #web-header .bottom-head .main-container,
  body.wide-body #category-megadropdown .main-container,
  body.wide-body .hero-banner-section .main-container.first-child {
    padding-left: 48px;
    padding-right: 48px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #084f98;
}
h1.has-bar,
h2.has-bar,
h3.has-bar,
h4.has-bar,
h5.has-bar,
h6.has-bar {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
h1.has-bar:before,
h2.has-bar:before,
h3.has-bar:before,
h4.has-bar:before,
h5.has-bar:before,
h6.has-bar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #DBDBDB;
}
h1.has-bar.bar-center:before,
h2.has-bar.bar-center:before,
h3.has-bar.bar-center:before,
h4.has-bar.bar-center:before,
h5.has-bar.bar-center:before,
h6.has-bar.bar-center:before {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
h1 .ngc-hat,
h2 .ngc-hat,
h3 .ngc-hat,
h4 .ngc-hat,
h5 .ngc-hat,
h6 .ngc-hat {
  color: #26bbc1;
  font-size: .6em;
  display: block;
  letter-spacing: 0.095em;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1.has-bar,
  h2.has-bar,
  h3.has-bar,
  h4.has-bar,
  h5.has-bar,
  h6.has-bar {
    padding-bottom: 15px;
    margin-bottom: 1.2rem;
  }
  h1.has-bar:before,
  h2.has-bar:before,
  h3.has-bar:before,
  h4.has-bar:before,
  h5.has-bar:before,
  h6.has-bar:before {
    width: 100px;
  }
  h1.has-bar.bar-768-center:before,
  h2.has-bar.bar-768-center:before,
  h3.has-bar.bar-768-center:before,
  h4.has-bar.bar-768-center:before,
  h5.has-bar.bar-768-center:before,
  h6.has-bar.bar-768-center:before {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  h1.has-bar,
  h2.has-bar,
  h3.has-bar,
  h4.has-bar,
  h5.has-bar,
  h6.has-bar {
    padding-bottom: 20px;
    margin-bottom: 2rem;
  }
}
a {
  color: #084f98;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.link-more {
  font-weight: bold;
  text-decoration: underline;
}
.n-red {
  color: #ff3e3e;
}
.n-green {
  color: #26bbc1;
}
.n-primary {
  color: #084f98;
}
.n-secondary {
  color: #26bbc1;
}
a.n-secondary:hover {
  color: #084f98;
}
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: #084f98;
  border-color: #084f98;
  color: #fff;
}
.btn-primary:hover {
  background-color: #26bbc1;
  border-color: #26bbc1;
}
.btn-primary.btn-ghost {
  background-color: transparent;
  color: #084f98;
}
.btn-primary.btn-ghost:hover {
  background-color: #084f98;
  border-color: #084f98;
  color: #fff;
}
.btn-secondary {
  background-color: #26bbc1;
  border-color: #26bbc1;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #084f98;
  border-color: #084f98;
}
.btn-secondary.btn-ghost {
  background-color: transparent;
  color: #26bbc1;
}
.btn-secondary.btn-ghost:hover {
  background-color: #26bbc1;
  border-color: #26bbc1;
  color: #fff;
}
.btn:disabled {
  cursor: not-allowed !important;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
  color: #fff;
}
.btn-gray {
  background-color: #b2b2b2;
  border-color: #b2b2b2;
  color: #fff;
}
.btn-gray.btn-ghost {
  background-color: transparent;
  color: #b2b2b2;
}
.btn-gray.btn-ghost:hover {
  background-color: #b2b2b2;
  border-color: #b2b2b2;
  color: #fff;
}
.btn-remove-wishlist,
.btn-redeem,
.btn-not-enough {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  font-size: 11px;
  padding: 7px 0;
  min-width: 100%;
}
@media (min-width: 768px) {
  .btn-remove-wishlist,
  .btn-redeem,
  .btn-not-enough {
    padding: 10px 0;
    font-size: 12px;
    margin-top: 10px;
  }
}
.btn-redeem {
  min-width: inherit;
  max-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .btn-redeem {
    font-size: 14px;
    line-height: 32px;
  }
}
.btn-not-enough {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 11px;
  padding: 0;
  display: block;
  line-height: 26px;
  margin-bottom: 0;
}
.btn-not-enough:hover {
  background-color: transparent!important;
  border-color: transparent!important;
  color: #ff3e3e !important;
}
@media (min-width: 1200px) {
  .btn-not-enough {
    font-size: 14px;
    line-height: 34px;
  }
}
.login-fb,
.login-gplus {
  font-size: 1em;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
.login-fb .fa,
.login-gplus .fa {
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .login-fb,
  .login-gplus {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .login-fb .fa,
  .login-gplus .fa {
    font-size: 21px;
  }
}
.login-fb {
  background-color: #3b5998;
  border-color: #3b5998;
}
.login-fb:hover {
  background-color: #2d4373;
  border-color: #2d4373;
}
.login-gplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.login-gplus:hover {
  background-color: #c23321;
  border-color: #c23321;
}
.alert {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .alert {
    font-size: 14px;
  }
}
.alert strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.ngc-maintitle {
  margin-top: 0;
}
.max-360 {
  max-width: 360px;
}
.max-430 {
  max-width: 430px;
}
.max-570 {
  max-width: 570px;
}
.max-800 {
  max-width: 800px;
}
.max-920 {
  max-width: 920px;
}
.max-970 {
  max-width: 970px;
}
.lr-auto {
  margin-left: auto;
  margin-right: auto;
}
.break-me {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.nuke-wysiwyg th {
  background-color: #084f98;
}
.nuke-wysiwyg blockquote {
  padding-left: 15px;
  padding-right: 15px;
  color: #084f98;
  text-align: center;
  background-image: url(../images/icon/quotes.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 40px;
  min-height: 40px;
}
@media (min-width: 768px) {
  .nuke-wysiwyg blockquote {
    min-height: 60px;
    background-size: auto 60px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .nuke-wysiwyg blockquote {
    font-size: 1.77em;
    min-height: 80px;
    background-size: auto 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#web-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 86px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#web-header .sub-head {
  background-color: #fafafa;
  padding: 9px 0;
  font-size: 14px;
  line-height: 18px;
  color: #87a0b6;
  display: none;
  height: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#web-header .sub-head a {
  color: #87a0b6;
}
#web-header .sub-head a:hover {
  color: #2576c0;
}
#web-header .main-head {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#web-header .main-head .main-container .content {
  position: relative;
  height: 50px;
}
#web-header .main-head .main-container .content .logo img {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  max-width: 140px;
  max-height: 36px;
}
#web-header .main-head .main-container .content .header-main-right {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 35px;
  height: 30px;
}
#web-header .main-head .main-container .content .header-main-right .child {
  float: left;
  min-width: 30px;
  height: 30px;
  color: #084f98;
  position: relative;
  text-align: center;
  margin-left: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child .fa {
  font-size: 21px;
  line-height: 30px;
  color: #084f98;
}
#web-header .main-head .main-container .content .header-main-right .child a:hover {
  color: #26bbc1;
}
#web-header .main-head .main-container .content .header-main-right .child a:hover .fa {
  color: #26bbc1;
}
#web-header .main-head .main-container .content .header-main-right .child .notif-number {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  min-width: 18px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: -5px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area {
  width: 275px;
  position: absolute;
  top: 90%;
  right: -75px;
  background-color: #fff;
  border-top: 5px solid #084f98;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  color: #767676;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: 85px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #084f98 transparent;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty {
  padding: 30px;
  text-align: center;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty img {
  display: block;
  width: 50%;
  max-width: 80px;
  margin: 0 auto;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty .icon {
  font-size: 64px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
  padding: 10px;
  height: 165px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .custom-scroll {
  height: 100%;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item:last-child {
  margin-bottom: 0;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-media {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-media img {
  display: block;
  width: 100%;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text {
  width: calc(100% - 40px);
  padding-left: 10px;
  text-align: left;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-title {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 3px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data {
  font-size: 12px;
  line-height: 1.3em;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-left .scart-item-price {
  color: #084f98;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-left .scart-item-price .old-price {
  font-size: 9px;
  color: #767676;
  text-decoration: line-through;
  display: block;
  line-height: 1em;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-left .scart-qty input {
  border: 1px solid #ebebeb;
  width: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-right {
  text-align: right;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom {
  padding: 10px;
  padding-top: 0;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content {
  height: auto;
  border-top: 1px solid #ebebeb;
  text-align: left;
  padding-top: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .ngc-title {
  font-size: 14px;
  color: #084f98;
  margin-top: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .btn {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .scart-summary-wrap {
  margin-bottom: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .scart-summary {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 5px;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text,
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-caret {
  display: none;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area {
  position: absolute;
  z-index: 10;
  top: 90%;
  right: 0;
  background-color: #fff;
  border-top: 5px solid #084f98;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #084f98 transparent;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li {
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li a {
  display: block;
  padding: 5px 15px;
  color: #767676;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  white-space: nowrap;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li a:hover {
  color: #084f98;
  text-decoration: none;
  background-color: #ebebeb;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}
#web-header .bottom-head {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}
#web-header .bottom-head:before,
#web-header .bottom-head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
}
#web-header .bottom-head:before {
  top: 0;
}
#web-header .bottom-head:after {
  bottom: 0;
}
#web-header .bottom-head .main-container {
  position: relative;
  z-index: 3;
  padding-left: 0;
  padding-right: 0;
}
#web-header .bottom-head .main-container .content {
  height: 36px;
}
#web-header .bottom-head .main-container .content .category-toggle-menu {
  height: 100%;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a {
  cursor: pointer;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 36px;
  background-color: #084f98;
  color: #fff;
  position: relative;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  padding-left: 16px;
  padding-right: 16px;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a .text,
#web-header .bottom-head .main-container .content .category-toggle-menu a .icon-2 {
  display: block;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a .text {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-right: 8px;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a .icon-1 {
  font-size: 16px;
  display: none;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a .icon-2 {
  font-size: 16px;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a:hover {
  background-color: #053668;
  text-decoration: none;
}
#web-header .bottom-head .main-container .content .hot-category {
  display: none;
}
@media (min-width: 540px) {
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area {
    width: 350px;
    right: -160px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area:before {
    right: 50%;
    margin-right: -5px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
    padding: 15px;
    height: 175px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-media {
    width: 50px;
    height: 50px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text {
    width: calc(100% - 50px);
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom {
    padding: 15px;
    padding-top: 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content {
    padding-top: 15px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-caret {
    display: block;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text {
    color: #767676;
    padding: 0 5px 0 10px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-caret {
    font-size: 14px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after:hover {
    text-decoration: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after:hover .fa,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after:hover .text {
    color: #084f98;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-before {
    cursor: default;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-before:hover {
    color: #084f98;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-before:hover .fa {
    color: #084f98;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.after:before {
    right: 50%;
    margin-right: -5px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active {
    position: relative;
    left: auto;
    top: auto;
    background-color: transparent;
    border-top: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before:before,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active:before {
    display: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-left: 5px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li {
    border-right: 1px solid #ebebeb;
    border-bottom: none;
    float: left;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li a,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li a {
    padding: 0 8px;
    line-height: 18px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li a:hover,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li a:hover {
    background-color: transparent;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li:last-child,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li:last-child {
    border-right: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li:last-child a,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li:last-child a {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #web-header {
    height: 140px;
  }
  #web-header.stuck {
    top: -36px;
  }
  #web-header .sub-head {
    display: block;
  }
  #web-header .sub-head .main-container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #web-header .sub-head .main-container .content .shead-child .child {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(135, 160, 182, 0.5);
  }
  #web-header .sub-head .main-container .content .shead-child .child:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #web-header .sub-head .main-container .content .shead-child .fa {
    margin-right: 7px;
    line-height: 18px;
  }
  #web-header .main-head .main-container .content {
    height: 64px;
  }
  #web-header .main-head .main-container .content .logo img {
    max-width: 160px;
    max-height: 42px;
  }
  #web-header .main-head .main-container .content .header-main-right {
    height: 40px;
    right: 50px;
  }
  #web-header .main-head .main-container .content .header-main-right .child {
    min-width: 40px;
    height: 40px;
    margin-left: 15px;
  }
  #web-header .main-head .main-container .content .header-main-right .child .fa {
    font-size: 26px;
    line-height: 40px;
  }
  #web-header .main-head .main-container .content .header-main-right .child .notif-number {
    top: 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area {
    right: -155px;
    border-width: 7px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area:before {
    top: -13px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty p {
    margin: 15px 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 10px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area {
    border-width: 7px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area:before {
    top: -13px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul {
    font-size: 16px;
  }
  #web-header .bottom-head .main-container .content {
    height: 40px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu {
    width: 200px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu a {
    line-height: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu a .text {
    font-size: 14px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu a .icon-2 {
    font-size: 14px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu a .icon-1 {
    display: block;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  #web-header .main-head .main-container .content .header-main-right {
    right: 0;
  }
  #web-header .bottom-head .main-container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  #web-header .bottom-head .main-container .content .hot-category {
    display: block;
    width: calc(100% - 200px);
    overflow: hidden;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  }
  #web-header .bottom-head .main-container .content .hot-category .custom-scroll {
    width: 100%;
  }
  #web-header .bottom-head .main-container .content .hot-category .hot-cat-content {
    height: 100%;
  }
  #web-header .bottom-head .main-container .content .hot-category .link-wrap {
    height: 100%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 5px;
  }
  #web-header .bottom-head .main-container .content .hot-category .link-wrap li {
    float: left;
    margin-bottom: 0;
  }
  #web-header .bottom-head .main-container .content .hot-category a {
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    line-height: 40px;
  }
  #web-header .bottom-head .main-container .content .hot-category a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  #web-header {
    height: 164px;
  }
  #web-header .main-head .main-container .content {
    height: 84px;
  }
  #web-header .main-head .main-container .content .logo img {
    max-width: 200px;
    max-height: 54px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
    height: 185px;
  }
  #web-header .bottom-head .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #web-header .bottom-head .main-container .content {
    height: 44px;
  }
  #web-header .bottom-head .main-container .content .hot-category a {
    padding: 0 20px;
    line-height: 44px;
    font-size: 16px;
  }
}
.search-form-area {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 110px;
  height: 36px;
  width: calc(100% - 95px);
  background-color: #f2f7fc;
}
.search-form-area .input-text {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 36px;
  border: none;
  font-size: 12px;
  background: none;
  padding-right: 40px;
  padding-left: 10px;
}
.search-form-area .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 100%;
  font-size: 18px;
  color: #26bbc1;
  border: none;
  background: none;
}
.search-form-area span.error {
  display: inline-block;
  padding: 2px 4px;
  background-color: #ff3e3e;
  color: #fff;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  font-size: 11px;
  position: relative;
  z-index: 2;
}
.search-form-area span.error:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ff3e3e transparent;
  position: absolute;
  top: -5px;
  left: 10px;
}
@media (min-width: 768px) {
  .search-form-area {
    height: 40px;
    width: calc(100% - 140px);
    left: 170px;
  }
  .search-form-area .input-text {
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .search-form-area {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 450px;
    background-color: transparent;
  }
  .search-form-area .input-text {
    border: 1px solid #ebebeb;
    font-size: 15px;
    border-radius: 3px;
    padding-right: 50px;
  }
  .search-form-area .submit-btn {
    font-size: 21px;
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .search-form-area {
    width: 500px;
    left: 250px;
  }
  .search-form-area span.error {
    margin-top: 2px;
    font-size: 12px;
    padding: 4px 8px;
  }
}
.hidden-search-autocomplete {
  background-color: #fff;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.hidden-search-autocomplete .custom-scroll {
  max-height: 50vh;
}
.hidden-search-autocomplete.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.hidden-search-autocomplete a {
  color: #767676;
}
.hidden-search-autocomplete a:hover {
  color: #084f98;
  text-decoration: none;
}
.hidden-search-autocomplete .hsa-top {
  padding: 5px;
}
.hidden-search-autocomplete .hsa-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.hidden-search-autocomplete .hsa-top ul li {
  margin: 0;
  line-height: 1.2em;
}
.hidden-search-autocomplete .hsa-top ul li a {
  display: block;
  padding: 3px 5px;
}
.hidden-search-autocomplete .hsa-top ul li a:hover {
  background-color: #efefef;
}
.hidden-search-autocomplete .hsa-top ul li .selected {
  font-weight: bold;
  color: #26bbc1;
}
.hidden-search-autocomplete .hsa-bottom {
  padding: 5px;
  border-top: 1px solid #ebebeb;
}
.hidden-search-autocomplete .hsa-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hidden-search-autocomplete .hsa-bottom ul li {
  margin: 0;
  line-height: 1.2em;
}
.hidden-search-autocomplete .hsa-bottom ul li a {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  padding: 3px 5px;
}
.hidden-search-autocomplete .hsa-bottom ul li a:hover {
  background-color: #efefef;
}
.hidden-search-autocomplete .hsa-bottom ul li .selected {
  font-weight: bold;
  color: #26bbc1;
}
.hidden-search-autocomplete .hsa-bottom .ngc-media {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.hidden-search-autocomplete .hsa-bottom .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-title {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-disc,
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-preorder,
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price,
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-old-price {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 5px;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-disc,
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-preorder {
  border-radius: 3px;
  background-color: #ff3e3e;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  min-width: 40px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-preorder {
  border-radius: 3px;
  background-color: rgba(49, 53, 59, 0.68);
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price {
  font-size: 11px;
  color: #767676;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-old-price {
  font-size: 10px;
  line-height: 1.2em;
  color: #b2b2b2;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .hidden-search-autocomplete .hsa-top,
  .hidden-search-autocomplete .hsa-bottom {
    padding: 10px;
  }
  .hidden-search-autocomplete .hsa-top ul li a,
  .hidden-search-autocomplete .hsa-bottom ul li a {
    padding: 5px;
  }
  .hidden-search-autocomplete .hsa-top ul {
    font-size: 14px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-title {
    font-size: 14px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-disc,
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-preorder {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price {
    font-size: 12px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-old-price {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .hidden-search-autocomplete .hsa-bottom .ngc-media {
    width: 50px;
    height: 50px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text {
    width: calc(100% - 50px);
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-title {
    font-size: 14px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price {
    font-size: 12px;
  }
}
.overlay-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #545454;
  opacity: 0.55;
  opacity: 0;
  visibility: hidden;
  transition: all 50ms ease;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -o-transition: all 50ms ease;
}
.overlay-mask.active,
.overlay-mask.hover {
  opacity: 1;
  visibility: visible;
}
/* HAMBURGER MENU */
#toggle-mmenu {
  z-index: 102;
  cursor: default;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
#toggle-mmenu span.outer-span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-indent: -9999em;
}
#toggle-mmenu.fixed {
  position: fixed;
  top: 10px;
}
#toggle-mmenu.absolute {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#toggle-mmenu.right {
  right: -5px;
}
#toggle-mmenu.left {
  left: 10px;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #084f98;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #084f98;
  content: "";
}
.c-hamburger span::before {
  top: -7px;
}
.c-hamburger span::after {
  bottom: -7px;
}
/* STYLE X */
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none!important;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #084f98;
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #084f98;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
#category-megadropdown {
  position: fixed;
  left: 0;
  top: 86px;
  z-index: 101;
  width: 100%;
  height: calc(100% - 86px);
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  transition: all 50ms ease;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  opacity: 0;
  visibility: hidden;
}
#category-megadropdown.active,
#category-megadropdown.hover {
  opacity: 1;
  visibility: visible;
}
#category-megadropdown .main-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
#category-megadropdown .main-container .content {
  background-color: #fff;
}
#category-megadropdown .main-container .content .cat-mega {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#category-megadropdown .main-container .content .cat-mega > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a {
  display: block;
  padding-left: 10px;
  padding-right: 16px;
  position: relative;
  color: #767676;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon {
  display: block;
  height: 40px;
  width: 24px;
  overflow: hidden;
  position: relative;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1,
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 img,
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 24px;
  max-height: 24px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 {
  top: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 {
  top: 100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .text {
  display: block;
  padding-left: 6px;
  font-size: 14px;
  line-height: 1.3em;
  padding-top: 8px;
  padding-bottom: 8px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon + .text {
  padding-left: 10px;
  width: calc(100% - 24px);
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a.opened {
  background-color: #26bbc1;
  color: #fff;
  text-decoration: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a.opened .icon .icon-1 {
  top: -100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a.opened .icon .icon-2 {
  top: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap {
  border-left: 5px solid #26bbc1;
  padding: 10px;
  display: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap a {
  color: #767676;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap a:hover {
  color: #084f98;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap .cat-sub {
  width: 100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap .cat-sub-head {
  color: #767676;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  line-height: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap ul li {
  margin: 5px 0;
  line-height: 1.3em;
  font-size: 14px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:hover > a {
  background-color: #26bbc1;
  color: #fff;
  text-decoration: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:hover > a .icon .icon-1 {
  top: -100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:hover > a .icon .icon-2 {
  top: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:last-child {
  border-bottom: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a {
  padding-right: 30px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a:after {
  content: "\f107";
  display: block;
  font-family: "fontAwesome";
  font-size: 16px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #084f98;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a.opened:after {
  color: #fff;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub:hover > a:after {
  color: #fff;
}
@media (min-width: 768px) {
  #category-megadropdown {
    top: 140px;
    height: calc(100% - 140px);
    transition: all 50ms ease;
    -webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
  }
  #category-megadropdown.stuck {
    top: 104px;
    height: calc(100% - 104px);
  }
  #category-megadropdown .main-container .content {
    position: relative;
  }
  #category-megadropdown .main-container .content .cat-mega {
    max-width: 330px;
    border-right: 1px solid #ebebeb;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a {
    padding-left: 15px;
    padding-right: 24px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon {
    min-height: 50px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon {
    height: 50px;
    width: 32px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 img,
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 img {
    max-width: 28px;
    max-height: 28px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .text {
    font-size: 15px;
    padding-left: 9px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon + .text {
    width: calc(100% - 32px);
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a {
    padding-right: 40px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a:after {
    content: "\f105";
    right: 24px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
    position: absolute;
    left: 329px;
    top: 0;
    background: #fff;
    width: calc(100% - 329px);
    padding: 15px;
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  #category-megadropdown {
    top: 164px;
    height: calc(100% - 164px);
  }
  #category-megadropdown.stuck {
    top: 128px;
    height: calc(100% - 128px);
  }
  #category-megadropdown .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .text {
    font-size: 16px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
    padding: 25px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap .cat-sub-head {
    padding-bottom: 10px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap ul {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap ul li {
    margin: 10px 0;
  }
}
@media (min-width: 1600px) {
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
    padding: 25px 30px;
  }
}
#mobile-menu-wrap {
  background-color: #2576c0;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: -50px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 110;
  padding-top: 70px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
#mobile-menu-wrap.opened {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#mobile-menu-wrap .close-hidden-search {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
#mobile-menu-wrap .close-hidden-search span {
  font-size: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#mobile-menu-wrap .close-hidden-search:hover {
  background-color: #fff;
  border-color: #fff;
  color: #084f98;
}
#mobile-menu-wrap .ngc-title {
  color: #ffffff;
}
#mobile-menu-wrap a {
  color: #ffffff;
}
#mobile-menu-wrap a:hover {
  color: #ffffff;
}
#mobile-menu-wrap .mobile-hot-category {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
#mobile-menu-wrap .mobile-hot-category li {
  width: 50%;
}
#mobile-menu-wrap .mobile-support {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#mobile-menu-wrap .mobile-support li {
  font-size: 14px;
  border-bottom: 1px solid #669fd3;
  margin: 0;
  padding: 10px 0;
}
#mobile-menu-wrap .mobile-support li .fa {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
@media (min-width: 540px) {
  #mobile-menu-wrap .mobile-hot-category li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  #mobile-menu-wrap {
    padding-top: 100px;
  }
  #mobile-menu-wrap .close-hidden-search {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
    width: 50px;
    height: 50px;
  }
  #mobile-menu-wrap .close-hidden-search span {
    font-size: 24px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  #mobile-menu-wrap .ngc-title {
    margin-bottom: 15px;
  }
  #mobile-menu-wrap .mobile-hot-category {
    font-size: 16px;
  }
  #mobile-menu-wrap .mobile-hot-category li {
    margin-bottom: 10px;
  }
  #mobile-menu-wrap .mobile-support {
    margin-bottom: 30px;
  }
  #mobile-menu-wrap .mobile-support li {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  #mobile-menu-wrap.opened {
    opacity: 0;
    visibility: hidden;
  }
}
.section-padding {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .section-padding {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 50px 0;
  }
}
@media (min-width: 1600px) {
  .section-padding {
    padding: 70px 0;
  }
}
.product-spec {
  margin-bottom: -20px;
}
.product-spec .nuke-wysiwyg {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-spec {
    margin-bottom: -30px;
  }
}
@media (min-width: 992px) {
  .product-spec {
    margin-bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .product-spec {
    margin-bottom: -50px;
  }
}
@media (min-width: 1600px) {
  .product-spec {
    margin-bottom: -70px;
  }
}
.has-section-separator {
  position: relative;
}
.has-section-separator:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #efe7dc;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  max-width: 1140px;
}
.mCSB_scrollTools {
  width: 8px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mCS-nuke.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d4d4d4;
  width: 5px;
}
.mCS-nuke.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-nuke.mCustomScrollBox .mCSB_container_wrapper {
  margin-right: 0;
  margin-bottom: 0;
}
.mCS-nuke.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -8px;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -8px;
}
.slick-dots {
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 15px 0 5px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  position: relative;
}
.slick-dots li:after {
  content: "";
  display: block;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  border: 2px solid #8a8a8a;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  cursor: pointer;
}
.slick-dots li button {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border: none;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.slick-dots li.slick-active {
  margin: 0 8px;
}
.slick-dots li.slick-active:after {
  width: 16px;
  height: 16px;
  border-color: #084f98;
}
.slick-dots li.slick-active button {
  background-color: #26bbc1;
}
@media (min-width: 1200px) {
  .slick-dots {
    padding: 30px 0 10px;
  }
  .slick-dots li {
    margin: 0 10px;
  }
  .slick-dots li:after {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li.slick-active {
    margin: 0 14px;
  }
  .slick-dots li.slick-active:after {
    width: 20px;
    height: 20px;
  }
}
.slick-4-items {
  position: relative;
}
.cusArrow {
  width: 34px;
  height: 34px;
  position: relative;
  border-bottom: 2px solid #084f98;
  text-indent: -9999em;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none !important;
  overflow: hidden;
}
.cusArrow.boxNext {
  border-right: 2px solid #084f98;
  transform: rotate(-45deg);
  left: calc(100% + 15px);
}
.cusArrow.boxPrev {
  border-left: 2px solid #084f98;
  transform: rotate(45deg);
  right: calc(100% + 15px);
}
.cusArrow:hover {
  border-color: #26bbc1;
}
@media (min-width: 1400px) {
  .cusArrow {
    display: block !important;
  }
}
.hero-banner-section .main-container.first-child {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .hero-banner-section .main-container.first-child {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-slick {
  display: none;
  padding: 0 0 10px;
  position: relative;
}
.main-slick.slick-initialized {
  display: block;
}
.main-slick .slick-track {
  display: flex !important;
}
.main-slick .slick-slide {
  height: inherit !important;
}
.main-slick .slick-item {
  height: 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
}
.main-slick .item img {
  display: block;
  width: 100%;
}
.main-slick .mobile-video,
.main-slick .desktop-video {
  position: relative;
  width: 100%;
}
.main-slick .mobile-video:before,
.main-slick .desktop-video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.main-slick .mobile-video video,
.main-slick .desktop-video video,
.main-slick .mobile-video img,
.main-slick .desktop-video img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slick .show .slick-item .slide-text .slide-subtitle,
.main-slick .show .slick-item .slide-text .slide-maintitle,
.main-slick .show .slick-item .slide-text .slide-buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .main-slick .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .main-slick .slick-dots {
    bottom: 25px;
  }
  .main-slick .slick-dots li {
    margin: 0 10px;
  }
  .main-slick .slick-dots li:after {
    width: 14px;
    height: 14px;
  }
  .main-slick .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .main-slick .slick-dots li.slick-active {
    margin: 0 14px;
  }
  .main-slick .slick-dots li.slick-active:after {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1600px) {
  .main-slick .slick-dots {
    bottom: 35px;
  }
}
.slick-padding {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-padding .item {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .slick-padding {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slick-padding .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .slick-padding {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slick-padding .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-top .ft-logo {
  display: block;
  margin: 0 auto;
  width: 100px;
  margin-bottom: 20px;
}
.footer-top .ft-content {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.footer-top .ft-content .ft-child {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.footer-top .ft-content .ft-child .fa {
  color: #26bbc1;
  font-size: 24px;
}
.footer-top .ft-content .ft-child p {
  margin-bottom: 0;
}
.footer-top .ft-content .ft-child a {
  color: #767676;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.footer-top .ft-content .ft-child a:hover {
  color: #084f98;
}
.footer-top .ft-content .ft-child .ngc-title {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 0;
}
.footer-top .ft-content .ft-child .soc-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.footer-top .ft-content .ft-child .soc-nav li {
  margin: 5px;
}
.footer-top .ft-content .ft-child .soc-nav li img {
  display: block;
  width: 36px;
}
.footer-top .ft-content .ft-2,
.footer-top .ft-content .ft-3 {
  width: 50%;
}
@media (min-width: 540px) {
  .footer-top .ft-content .ft-child {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-top .ft-content .ft-child {
    width: 25%;
    border-right: 1px solid #ebebeb;
    padding: 10px;
  }
  .footer-top .ft-content .ft-child:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .footer-top .ft-logo {
    width: 140px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footer-top .ft-logo {
    width: 160px;
  }
  .footer-top .ft-content .ft-child .fa {
    font-size: 32px;
  }
  .footer-top .ft-content .ft-child p {
    font-size: 16px;
  }
  .footer-top .ft-content .ft-child .ngc-title {
    margin-bottom: 1rem;
  }
  .footer-top .ft-content .ft-child .soc-nav li {
    margin: 0 8px 10px;
  }
  .footer-top .ft-content .ft-child .soc-nav li img {
    width: 35px;
  }
}
.newsletter-area {
  position: relative;
  background-color: #fff;
  margin-bottom: 24px;
}
.newsletter-area:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  height: calc(100% - 60px);
  background-color: #084f98;
  width: 100%;
  z-index: 2;
}
.newsletter-area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  z-index: 1;
}
.newsletter-area .main-container {
  position: relative;
  z-index: 3;
}
.newsletter-area .main-container .content {
  overflow: hidden;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  position: relative;
  padding: 15px;
  padding-bottom: 20px;
}
.newsletter-area .main-container .content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #26bbc1;
  z-index: 3;
}
.newsletter-area .main-container .content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* default is #165086 and #165086 */
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* default is #165086 and #165086 */
  background: #165086;
  /* Old browsers */
  background: -moz-linear-gradient(left, #165086 0%, #165086 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #165086 0%, #165086 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #165086 0%, #165086 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#165086', endColorstr='#165086', GradientType=1);
  /* IE6-9 */
  opacity: 0.9;
}
.newsletter-area .main-container .content .child {
  position: relative;
  z-index: 2;
  color: #fff;
}
.newsletter-area .main-container .content .child .ngc-maintitle,
.newsletter-area .main-container .content .child .ngc-title {
  color: #fff;
}
.newsletter-area .main-container .content .child .ngc-title {
  font-size: 16px;
}
@media (min-width: 414px) {
  .newsletter-area .main-container .content {
    padding: 20px 25px;
  }
}
@media (min-width: 768px) {
  .newsletter-area .main-container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
  }
  .newsletter-area .main-container .content .child {
    width: 50%;
    padding: 0 15px;
  }
  .newsletter-area .main-container .content .child p {
    margin-bottom: 0;
  }
  .newsletter-area .main-container .content .child .ngc-title {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .newsletter-area .main-container .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.newsletter-form {
  position: relative;
}
.newsletter-form .text-input {
  border: none;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  padding: 0 55px 0 15px;
  height: 40px;
  background-color: #fff;
  width: 100%;
}
.newsletter-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  border: none;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  background-color: #26bbc1;
  color: #fff;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.newsletter-form .submit-btn:hover {
  background-color: #084f98;
}
.newsletter-form .submit-btn .fa {
  font-size: 18px;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.newsletter-form .submit-btn .btn-text {
  display: none;
}
@media (min-width: 540px) {
  .newsletter-form .text-input {
    padding-right: 135px;
  }
  .newsletter-form .submit-btn {
    width: 120px;
    text-align: center;
  }
  .newsletter-form .submit-btn .fa,
  .newsletter-form .submit-btn .btn-text {
    display: inline-block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    left: auto;
    top: auto;
  }
  .newsletter-form .submit-btn .fa {
    font-size: 16px;
  }
  .newsletter-form .submit-btn .btn-text {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .newsletter-form .text-input {
    height: 50px;
    padding-left: 20px;
    padding-right: 180px;
  }
  .newsletter-form .submit-btn {
    width: 160px;
  }
  .newsletter-form .submit-btn .btn-text {
    font-size: 14px;
  }
}
#web-footer {
  background-color: #ffffff;
}
#web-footer.product-padding {
  padding-bottom: 50px;
}
.footer-padding {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .footer-padding {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .footer-padding {
    padding: 30px 0;
  }
}
.footer-child {
  border-bottom: 1px solid #ebebeb;
}
.footer-child .footer-subchild .ngc-title {
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 14px;
  color: #084f98;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer-child .footer-subchild .ngc-title {
    font-size: 16px;
  }
}
.copyright {
  padding: 10px;
  color: #3b87d4;
}
.copyright p {
  margin: 0;
}
.copyright p.powered {
  font-size: .8em;
}
.copyright a {
  color: #767676;
}
.copyright a:hover {
  color: #084f98;
}
@media (min-width: 768px) {
  .copyright {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }
  .copyright p.powered {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .copyright {
    padding: 15px 0;
    font-size: 16px;
  }
}
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.footer-nav li {
  margin: 0;
  margin-bottom: 5px;
}
.footer-nav li a {
  color: #767676;
}
.footer-nav li a:hover {
  color: #26bbc1;
}
.footer-nav.footer-cat {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.footer-nav.footer-cat li {
  width: 50%;
}
.footer-image-list {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.footer-image-list img {
  display: block;
  height: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .footer-image-list img {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .footer-image-list img {
    height: 45px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.featured-brand {
  background-color: #fff;
  overflow: hidden;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.featured-brand .child {
  width: 33.33%;
  position: relative;
}
.featured-brand .child:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.featured-brand .child img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70%;
  max-width: 150px;
}
@media (min-width: 768px) {
  .featured-brand .child {
    width: 20%;
  }
}
#product-floor-section {
  background-color: #eff7f8;
}
#product-floor-section .main-container {
  position: relative;
}
#product-floor-section .main-container .sidebar-floor {
  position: absolute;
  height: 100%;
  top: 54px;
  left: 100%;
  display: none;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li {
  margin-bottom: 1px;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a {
  display: block;
  width: 75px;
  height: 75px;
  position: relative;
  background-color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-text {
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  -webkit-border-radius: 7px!important;
  -moz-border-radius: 7px!important;
  border-radius: 7px!important;
  padding: 0 10px;
  background-color: #084f98;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  right: 50%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #084f98;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-1,
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-1 img,
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-2 img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 38px;
  max-height: 38px;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-1 {
  top: 0;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-2 {
  top: 100%;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover {
  background-color: #084f98;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover .floor-nav-text {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 10px);
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover .floor-nav-icon .icon-1 {
  top: -100%;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover .floor-nav-icon .icon-2 {
  top: 0;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a {
  background-color: #26bbc1;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-text {
  background-color: #26bbc1;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-text:after {
  border-color: transparent transparent transparent #26bbc1;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-icon .icon-1 {
  top: -100%;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-icon .icon-2 {
  top: 0;
}
#product-floor-section .product-floor {
  margin-bottom: 30px;
}
#product-floor-section .product-floor:last-child {
  margin-bottom: 0;
}
#product-floor-section .product-floor > .ngc-title {
  font-size: 1.3em;
  margin: 0;
}
#product-floor-section .product-floor > .ngc-title .content {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  background-color: #084f98;
  color: #fff;
  padding: 0 15px;
  min-width: 200px;
}
#product-floor-section .product-floor > .ngc-title .content img,
#product-floor-section .product-floor > .ngc-title .content .text {
  display: inline-block;
  vertical-align: middle;
}
#product-floor-section .product-floor > .ngc-title .content img {
  height: 24px;
  margin: 0;
}
#product-floor-section .product-floor > .ngc-title .content .text {
  line-height: 36px;
  padding-left: 10px;
}
#product-floor-section .product-floor .pf-content {
  background-color: #fff;
  position: relative;
  border-bottom: 5px solid #084f98;
}
#product-floor-section .product-floor .pf-content .inview-trigger {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#product-floor-section .product-floor .pf-content .content .carousels {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads {
  width: 140px;
  position: relative;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads .slick-dots {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod {
  width: calc(100% - 140px);
  position: relative;
  overflow: hidden;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-carousel {
  width: calc(100% + 2px);
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-slider,
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-list,
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-track {
  height: 100%;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child {
  width: 100%;
  height: 140px;
  border-right: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child:before {
  content: "";
  display: block;
  padding-top: ;
}
#product-floor-section .product-floor .pf-content .content .brands {
  height: 40px;
  overflow: hidden;
}
#product-floor-section .product-floor .pf-content .content .brands .child {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
}
#product-floor-section .product-floor .pf-content .content .brands .child a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#product-floor-section .product-floor .pf-content .content .brands .child img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 70%;
  max-height: 90%;
}
#product-floor-section .product-floor .pf-content .content .brands .child:first-child {
  border-left: none;
}
#product-floor-section .product-floor .pf-content .content .brands .child:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  #product-floor-section .product-floor > .ngc-title {
    font-size: 1.4em;
  }
  #product-floor-section .product-floor > .ngc-title .content {
    padding: 0 20px;
    min-width: 300px;
  }
  #product-floor-section .product-floor > .ngc-title .content img {
    height: 30px;
    margin: 0;
  }
  #product-floor-section .product-floor > .ngc-title .content .text {
    line-height: 42px;
    padding-left: 10px;
  }
  #product-floor-section .product-floor .pf-content {
    border-width: 8px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads {
    width: 200px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod {
    width: calc(100% - 200px);
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child {
    height: 200px;
  }
  #product-floor-section .product-floor .pf-content .content .brands {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  #product-floor-section .product-floor {
    margin-bottom: 50px;
  }
  #product-floor-section .product-floor > .ngc-title .content {
    padding: 0 30px;
  }
  #product-floor-section .product-floor > .ngc-title .content img {
    height: 36px;
    margin: 0;
  }
  #product-floor-section .product-floor > .ngc-title .content .text {
    line-height: 54px;
    padding-left: 15px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads {
    width: 300px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod {
    width: calc(100% - 300px);
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child {
    height: 255px;
  }
  #product-floor-section .product-floor .pf-content .content .brands {
    position: absolute;
    left: 300px;
    bottom: 0;
    height: 90px;
    width: calc(100% - 300px);
  }
}
@media (min-width: 1400px) {
  #product-floor-section .main-container .sidebar-floor {
    display: block;
  }
}
.why-area .ngc-hat {
  line-height: 1.3em;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .why-area .ngc-maintitle {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .why-area .ngc-maintitle {
    padding-right: 20px;
  }
}
.why-box {
  box-shadow: 0 10px 40px 0 rgba(216, 216, 216, 0.25);
  padding: 10px;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.why-box .ngc-title {
  font-size: 1em;
  margin-bottom: .7rem;
  margin-top: .8rem;
}
.why-box .why-img {
  display: block;
  height: 30px;
}
.why-box .ngc-text-preview {
  margin-bottom: 0;
  font-size: .85em;
}
@media (min-width: 514px) {
  .why-box {
    padding: 15px;
  }
  .why-box .ngc-title {
    font-size: 1.167em;
    margin-bottom: .7rem;
    margin-top: 1.2rem;
  }
  .why-box .why-img {
    height: 40px;
  }
  .why-box .ngc-text-preview {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .why-box .ngc-title {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .why-box {
    padding: 20px 24px;
  }
  .why-box .ngc-text-preview {
    font-size: 14px;
  }
  .why-box .why-img {
    height: 50px;
  }
}
.product-box-wrap {
  padding-bottom: 8px;
}
.badge-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.badge-list li {
  text-align: right;
  margin-bottom: 2px;
}
.badge-list li span {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 10px;
  min-width: 40px;
  line-height: 18px;
  padding: 0 5px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ff3e3e;
  background-color: rgba(255, 255, 255, 0.6);
  color: #ff3e3e;
}
.badge-list li span.discount {
  border-color: #ff3e3e;
  background-color: #ff3e3e;
  color: #fff;
}
.badge-list li span.preorder {
  border-color: rgba(49, 53, 59, 0.68);
  background-color: rgba(49, 53, 59, 0.68);
  color: #fff;
}
@media (min-width: 1200px) {
  .badge-list li span {
    font-size: 11px;
    line-height: 20px;
    padding: 0 6px;
  }
}
.product-box {
  background-color: #fff;
  width: 100%;
  max-width: 280px;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
}
.product-box .ngc-media {
  position: relative;
}
.product-box .ngc-media:before {
  content: "";
  display: block;
  padding-top: 83.33%;
}
.product-box .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 85%;
  z-index: 1;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.product-box .ngc-media a:hover img {
  opacity: .5;
}
.product-box .ngc-media .badge-disc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 3px;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 11px;
  min-width: 40px;
  line-height: 20px;
  padding: 0 5px;
  text-align: center;
}
.product-box .ngc-text {
  text-align: center;
}
.product-box .ngc-text .ngc-title {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5em;
  height: 36px;
  color: #767676;
  overflow: hidden;
}
.product-box .ngc-text .ngc-title a {
  color: #767676;
}
.product-box .ngc-text .ngc-title a:hover {
  color: #084f98;
}
.product-box .ngc-text .prod-price {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  height: 40px;
}
.product-box .ngc-text .prod-price .new-price {
  font-size: 12px;
  display: block;
  white-space: nowrap;
}
.product-box .ngc-text .prod-price .new-price span {
  display: block;
}
.product-box .ngc-text .prod-price .old-price {
  display: block;
  font-size: 11px;
  text-decoration: line-through;
  color: #b2b2b2;
}
.product-box .ngc-text .prod-price.no-height {
  height: auto;
}
.product-box .ngc-text .prod-rating {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}
.product-box .ngc-text .prod-rating .prod-raty {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
}
.product-box .ngc-text .prod-rating .prod-raty img {
  display: block;
  height: 12px;
}
.product-box .ngc-text .prod-rating .raty-review {
  display: block;
  vertical-align: middle;
  font-size: 11px;
  color: #b2b2b2;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .product-box {
    padding: 15px;
  }
  .product-box .ngc-media .badge-disc {
    font-size: 12px;
    min-width: 58px;
    line-height: 24px;
    padding: 0 10px;
  }
  .product-box .ngc-text .ngc-title {
    margin-top: 10px;
    font-size: 14px;
    height: 42px;
  }
  .product-box .ngc-text .prod-price .new-price {
    font-size: 14px;
  }
  .product-box .ngc-text .prod-price .new-price span {
    display: inline;
  }
  .product-box .ngc-text .prod-price .old-price {
    font-size: 12px;
  }
  .product-box .ngc-text .prod-rating .raty-review {
    font-size: 12px;
    display: inline-block;
  }
}
.floor-product {
  max-width: 280px;
  padding: 10px;
  padding-bottom: 0;
  margin: 0 auto;
}
.floor-product .ngc-media {
  position: relative;
  height: 56px;
}
.floor-product .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 85%;
  z-index: 1;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.floor-product .ngc-media a:hover img {
  opacity: 0.5;
}
.floor-product .ngc-media .badge-disc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 3px;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 10px;
  min-width: 30px;
  line-height: 18px;
  padding: 0 5px;
  text-align: center;
}
.floor-product .ngc-text {
  text-align: center;
}
.floor-product .ngc-text .ngc-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.3em;
  height: 30px;
  color: #767676;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor-product .ngc-text .ngc-title a {
  color: #767676;
}
.floor-product .ngc-text .ngc-title a:hover {
  color: #084f98;
}
.floor-product .ngc-text .prod-price {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  height: 28px;
  line-height: 1em;
}
.floor-product .ngc-text .prod-price .new-price {
  font-size: 12px;
  display: block;
}
.floor-product .ngc-text .prod-price .new-price span {
  display: block;
}
.floor-product .ngc-text .prod-price .old-price {
  display: block;
  font-size: 10px;
  text-decoration: line-through;
  color: #b2b2b2;
}
@media (min-width: 768px) {
  .floor-product {
    padding: 15px;
    padding-bottom: 0;
  }
  .floor-product .ngc-media {
    height: 80px;
  }
  .floor-product .ngc-media .badge-disc {
    font-size: 12px;
    min-width: 44px;
    line-height: 18px;
    padding: 0 5px;
  }
  .floor-product .ngc-text .ngc-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
    height: 36px;
  }
  .floor-product .ngc-text .prod-price {
    height: 32px;
    line-height: 1.2em;
  }
  .floor-product .ngc-text .prod-price .new-price span {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .floor-product {
    padding: 15px 18px;
    padding-bottom: 0;
  }
  .floor-product .ngc-media {
    height: 120px;
  }
  .floor-product .ngc-text .ngc-title {
    font-size: 14px;
    height: 42px;
  }
  .floor-product .ngc-text .prod-price {
    height: 40px;
  }
  .floor-product .ngc-text .prod-price .new-price {
    font-size: 14px;
  }
  .floor-product .ngc-text .prod-price .old-price {
    font-size: 12px;
  }
}
.product-section {
  padding: 20px 0;
}
.product-section h1.ngc-maintitle {
  border-bottom: 1px solid #ebebeb;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.product-section h1.ngc-maintitle small {
  color: #767676;
  font-size: .56em;
  line-height: 1em;
  white-space: nowrap;
}
.product-section h2.ngc-maintitle {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .product-section h1.ngc-maintitle {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .product-section {
    padding: 30px 0;
  }
  .product-section h1.ngc-maintitle {
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .product-section {
    padding: 40px 0;
  }
}
.product-list-content .plc-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.product-list-content .plc-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-list-content .plc-left .plc-left-content {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  left: -300px;
  position: relative;
  z-index: 2;
  width: 240px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 10px 15px;
  overflow-y: auto;
}
.product-list-content .plc-left .plc-left-content h2 {
  margin-top: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.33em;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.product-list-content .plc-left.opened {
  opacity: 1;
  visibility: visible;
}
.product-list-content .plc-left.opened:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.product-list-content .plc-left.opened .plc-left-content {
  left: 0;
}
@media (min-width: 992px) {
  .product-list-content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .product-list-content .plc-right {
    width: calc(100% - 270px);
  }
  .product-list-content .plc-right .cp-box {
    min-height: 100%;
  }
  .product-list-content .plc-left {
    width: 250px;
    position: relative;
    height: auto;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .product-list-content .plc-left:before {
    display: none;
  }
  .product-list-content .plc-left .plc-left-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    left: 0!important;
    background: none;
  }
  .product-list-content .plc-left .plc-left-content h2 {
    padding-bottom: 0;
    height: 56px;
    border-bottom: none;
  }
  .product-list-content .plc-left .plc-left-content .content {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
  }
  .product-list-content .ngc-no-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .product-list-content .plc-left .plc-left-content .content {
    padding: 25px;
  }
  .product-list-content .ngc-no-content {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.side-filter {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: -1px;
}
.side-filter .ngc-title {
  font-size: 1.167em;
  margin: 0;
  padding: 8px 0;
  position: relative;
}
.side-filter .ngc-title.sf-toggle {
  cursor: pointer;
}
.side-filter .ngc-title.sf-toggle:after {
  content: "\f068";
  font-family: "fontAwesome";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  right: 0;
}
.side-filter .ngc-title.sf-toggle.closed:after {
  content: "\f067";
}
.side-filter .filter-content {
  padding-bottom: 5px;
}
.side-filter .filter-content .form-group {
  margin-bottom: 7px;
}
.side-filter .filter-content .form-group label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.side-filter .filter-content .form-group label span {
  color: #b2b2b2;
  font-size: .85em;
}
.side-filter .filter-content .form-group .input-wrap {
  padding: 0;
}
.side-filter .filter-content .prod-raty img {
  height: 20px;
  margin-right: 3px;
}
.side-filter .filter-color {
  padding-top: 5px;
}
.side-filter .filter-color .form-group {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.side-filter .filter-color .form-group .input-wrap .colorcheck {
  display: none;
}
.side-filter .filter-color .form-group .input-wrap label {
  cursor: pointer;
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 22px;
  height: 22px;
  position: relative;
}
.side-filter .filter-color .form-group .input-wrap label .img-wrap {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.side-filter .filter-color .form-group .input-wrap label img {
  display: block;
  width: 100%;
}
.side-filter .filter-color .form-group .input-wrap .colorcheck:checked + label:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border: 3px solid #26bbc1;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
}
@media (min-width: 1200px) {
  .side-filter .ngc-title {
    padding: 10px 0;
  }
  .side-filter .filter-content {
    padding-bottom: 7px;
  }
  .side-filter .filter-content .form-group {
    margin-bottom: 10px;
  }
}
.mobile-filter-toggle,
.mobile-summary-toggle {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding: 16px 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.mobile-filter-toggle:before,
.mobile-summary-toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+5,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.mobile-filter-toggle .content,
.mobile-summary-toggle .content {
  display: block;
  background-color: #26bbc1;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0.05em;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  text-align: center;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  position: relative;
  z-index: 2;
}
.mobile-filter-toggle .content .fa,
.mobile-summary-toggle .content .fa {
  margin-right: 5px;
}
.mobile-filter-toggle .content.error,
.mobile-summary-toggle .content.error {
  background-color: #ff3e3e;
}
.mobile-filter-toggle.hide,
.mobile-summary-toggle.hide,
.mobile-filter-toggle.opened,
.mobile-summary-toggle.opened {
  bottom: -100px;
  opacity: 0;
}
.mobile-filter-toggle:hover,
.mobile-summary-toggle:hover {
  text-decoration: none;
}
.mobile-filter-toggle:hover .content,
.mobile-summary-toggle:hover .content {
  background-color: #084f98;
}
@media (min-width: 768px) {
  .mobile-filter-toggle,
  .mobile-summary-toggle {
    padding: 10px 30px;
  }
  .mobile-filter-toggle .content,
  .mobile-summary-toggle .content {
    font-size: 14px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .mobile-filter-toggle,
  .mobile-summary-toggle {
    display: none;
  }
}
.product-list-meta {
  padding-bottom: 15px;
}
.product-list-meta .form-group {
  margin-bottom: 5px;
}
.product-list-meta .form-group label,
.product-list-meta .form-group .input-wrap {
  display: inline-block;
  vertical-align: middle;
}
.product-list-meta .form-group label {
  padding: 0;
  margin: 0;
  padding-right: 10px;
  font-size: 14px;
}
.product-list-meta .form-group .input-wrap .select-style select {
  height: 34px;
  font-size: 14px;
}
.product-list-meta.bottom {
  padding-top: 10px;
}
@media (min-width: 540px) {
  .product-list-meta .item-page {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-list-meta .item-page .ngc-pagination {
    min-width: 140px;
  }
}
@media (min-width: 768px) {
  .product-list-meta.top {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-list-meta .sort-item {
    margin-right: 20px;
  }
  .product-list-meta .item-page {
    justify-content: flex-end;
  }
  .product-list-meta .item-page .view-per-page {
    margin-right: 15px;
  }
}
.product-detail-top .pdt-left {
  position: relative;
}
.product-detail-top .pdt-left .badge-list {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.product-detail-top .pdt-left .pdt-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  border-radius: 3px;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  min-width: 40px;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
}
.product-detail-top .pdt-right .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.product-detail-top .pdt-right .prod-rating .prod-raty img {
  height: 18px;
  margin-right: 5px;
}
.product-detail-top .pdt-right .prod-rating .raty-review {
  display: inline-block;
  vertical-align: middle;
  color: #b2b2b2;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.product-detail-top .pdt-right .pdt-meta {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  padding-top: 10px;
}
.product-detail-top .pdt-right .pdt-meta .child {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin-bottom: 10px;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
  margin-right: 10px;
}
.product-detail-top .pdt-right .pdt-meta .child:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.product-detail-top .pdt-right .pdt-meta .child span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.product-detail-top .pdt-right .pdt-meta .child .pdt-stock {
  border: 1px solid #26bbc1;
  color: #26bbc1;
  border-radius: 3px;
  padding: 0 15px;
  line-height: 24px;
  font-size: 12px;
}
.product-detail-top .pdt-right .pdt-meta .child .pdt-stock.not-ready {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.product-detail-top .pdt-right .pdt-meta .child .pdt-stock.preorder {
  border-color: rgba(49, 53, 59, 0.68);
  background-color: rgba(49, 53, 59, 0.68);
  color: #fff;
}
.product-detail-top .pdt-price {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 10px;
}
.product-detail-top .pdt-price .new-price {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.78em;
  color: #26bbc1;
  padding-right: 5px;
}
.product-detail-top .pdt-price .old-price {
  display: inline-block;
  vertical-align: baseline;
  font-size: .89em;
  color: #b2b2b2;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .product-detail-top .pdt-left .badge-list li {
    margin-bottom: 4px;
  }
  .product-detail-top .pdt-left .badge-list li span {
    font-size: 12px;
    line-height: 20px;
    padding: 0 6px;
  }
}
@media (min-width: 1200px) {
  .product-detail-top .pdt-left .pdt-badge {
    top: 15px;
    right: 15px;
    min-width: 50px;
    line-height: 30px;
    padding: 0 15px;
  }
  .product-detail-top .pdt-left .badge-list {
    top: 15px;
    right: 15px;
    min-width: 50px;
    line-height: 30px;
  }
  .product-detail-top .pdt-left .badge-list li span {
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px;
  }
  .product-detail-top .pdt-right .ngc-maintitle {
    margin-bottom: 12px;
  }
  .product-detail-top .pdt-right .pdt-meta .child {
    line-height: 30px;
    margin-right: 15px;
    padding-right: 10px;
  }
  .product-detail-top .pdt-right .nuke-wysiwyg {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .product-detail-top .pdt-left .pdt-badge {
    top: 20px;
    right: 20px;
    min-width: 60px;
    line-height: 36px;
    padding: 0 20px;
  }
}
.pdtr-option {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  padding-bottom: 5px;
}
.pdtr-option .form-group {
  display: inline-block;
  margin-right: 30px;
}
.pdtr-option .form-group > label,
.pdtr-option .form-group .input-wrap,
.pdtr-option .form-group .color-opts {
  display: inline-block;
  vertical-align: middle;
}
.pdtr-option .form-group > label {
  min-width: 70px;
  padding-right: 10px;
}
.pdtr-option .color-opts-wrap {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-right: 0;
}
.pdtr-option .color-opts-wrap label {
  width: 80px;
  display: block;
}
.pdtr-option .color-opts-wrap .color-opts {
  width: calc(100% - 80px);
  list-style: none;
  padding: 0;
  margin: 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.pdtr-option .color-opts-wrap .color-opts li {
  margin-right: 10px;
  margin-bottom: 5px;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  display: block;
}
.pdtr-option .color-opts-wrap .color-opts li a {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pdtr-option .color-opts-wrap .color-opts li a img {
  display: block;
  width: 100%;
}
.pdtr-option .color-opts-wrap .color-opts li input {
  display: none;
}
.pdtr-option .color-opts-wrap .color-opts li label {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.pdtr-option .color-opts-wrap .color-opts li input:checked + label:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  border: 3px solid #26bbc1;
}
.pdtr-option .color-opts-wrap .color-opts li.active:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border: 3px solid #26bbc1;
}
.pdtr-option .btn-area .btn {
  font-size: 12px;
  cursor: pointer;
  min-width: 210px;
  padding-left: 20px;
  padding-right: 20px;
}
.pdtr-option .btn-area .btn .fa {
  font-size: 13px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .pdtr-option .btn-area .btn {
    font-size: 14px;
    min-width: 230px;
  }
  .pdtr-option .btn-area .btn .fa {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .pdtr-option {
    padding-top: 22px;
  }
  .pdtr-option .color-opts-wrap .color-opts li {
    margin-right: 15px;
  }
}
.slider-for-product {
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
  display: none;
}
.slider-for-product.slick-initialized {
  display: block;
}
.slider-for-product .item .ngc-media {
  position: relative;
  height: 300px;
  background-color: #fff;
}
.slider-for-product .item .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 540px) {
  .slider-for-product .item .ngc-media {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .slider-for-product .item .ngc-media {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .slider-for-product .item .ngc-media {
    height: 500px;
  }
}
.slider-product-nav-wrap {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.slider-product-nav-wrap .slider-product-nav {
  margin-left: -5px;
  margin-right: -5px;
  display: none;
}
.slider-product-nav-wrap .slider-product-nav.slick-initialized {
  display: block;
}
.slider-product-nav-wrap .slider-product-nav .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 44px;
  width: 30px;
  cursor: pointer;
  text-indent: -9999em;
  border: none;
  background-color: transparent;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow:before {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'FontAwesome';
  font-size: 36px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-indent: 0;
  color: #cacaca;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
  left: -35px;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev:before {
  content: "\f104";
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
  right: -35px;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next:before {
  content: "\f105";
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow:hover {
  color: #fff;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow:hover:before {
  color: #fff;
}
.slider-product-nav-wrap .slider-product-nav .item {
  padding-left: 5px;
  padding-right: 5px;
}
.slider-product-nav-wrap .slider-product-nav .item .ngc-media {
  border: 2px solid #ebebeb;
  position: relative;
  cursor: pointer;
}
.slider-product-nav-wrap .slider-product-nav .item .ngc-media:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.slider-product-nav-wrap .slider-product-nav .item .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 80%;
  max-height: 80%;
}
.slider-product-nav-wrap .slider-product-nav .item:hover .ngc-media {
  border-color: #26bbc1;
}
.slider-product-nav-wrap .slider-product-nav .item.slick-current .ngc-media {
  border-color: #26bbc1;
}
@media (min-width: 414px) {
  .slider-product-nav-wrap .slider-product-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
    left: -50px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
    right: -50px;
  }
  .slider-product-nav-wrap .slider-product-nav .item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .slider-product-nav-wrap {
    margin-top: 20px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow:before {
    font-size: 48px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
    left: -60px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
    right: -60px;
  }
}
@media (min-width: 1200px) {
  .slider-product-nav-wrap {
    margin-top: 30px;
  }
  .slider-product-nav-wrap .slider-product-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
    left: -65px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
    right: -65px;
  }
  .slider-product-nav-wrap .slider-product-nav .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.popup-general {
  padding: 24px;
}
.popup-general .btn {
  font-size: 14px;
}
@media (min-width: 414px) {
  .popup-general {
    padding: 30px;
  }
}
@media (min-width: 540px) {
  .popup-general {
    padding: 40px 50px;
  }
}
@media (min-width: 768px) {
  .popup-general {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .popup-general {
    padding-left: 70px;
    padding-right: 70px;
  }
  .popup-general .btn {
    font-size: 16px;
  }
}
.popup-login.has-bg {
  width: 100%;
  max-width: 360px;
  padding-bottom: 120px;
  background-image: url(../images/login-img-600.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 540px) {
  .popup-login.has-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .popup-login.has-bg {
    max-width: 570px;
    padding-bottom: 200px;
  }
}
.login-meta {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
}
.login-meta a {
  text-decoration: underline;
  color: #767676;
}
.login-meta a:hover {
  color: #084f98;
}
@media (min-width: 1200px) {
  .login-meta {
    font-size: 16px;
  }
}
.or-separator {
  position: relative;
  text-align: center;
}
.or-separator:before {
  content: "";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
}
.or-separator span {
  min-width: 40px;
  line-height: 31px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .or-separator span {
    line-height: 41px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .or-separator span {
    line-height: 51px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.login-split {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.login-split .split-1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}
@media (min-width: 768px) {
  .login-split {
    padding: 30px 0;
  }
  .login-split .split-1 {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid #ebebeb;
  }
  .login-split .split-2 {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .login-split {
    padding: 40px 0;
  }
  .login-split .split-1 {
    padding-left: 35px;
  }
  .login-split .split-2 {
    padding-right: 35px;
  }
}
.register-page {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .register-page {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .register-page {
    padding: 40px 0;
  }
}
.register-form {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .register-form {
    padding-top: 20px;
  }
}
.body-cart #clean-layout .copyright,
.body-checkout #clean-layout .copyright {
  display: none;
}
@media (min-width: 992px) {
  .body-cart #clean-layout .copyright,
  .body-checkout #clean-layout .copyright {
    display: block;
  }
}
#clean-layout {
  padding-top: 30px;
}
#clean-layout .main-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 40px;
}
@media (min-width: 768px) {
  #clean-layout {
    padding-top: 40px;
  }
  #clean-layout .main-logo img {
    max-width: 150px;
    max-height: 60px;
  }
  #clean-layout .copyright {
    display: block;
  }
  #clean-layout .copyright p.powered {
    font-size: .8em;
  }
}
@media (min-width: 1200px) {
  #clean-layout {
    padding-top: 50px;
  }
}
.g-recaptcha {
  display: inline-block;
}
@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 1200px) {
  .sbanner-slick .slick-dots {
    bottom: 20px;
  }
}
.breadcrumbs-section .main-container .breadcrumbs {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: auto;
  list-style: none;
}
.breadcrumbs-section .main-container .breadcrumbs li {
  float: left;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  margin-right: 7px;
  padding-right: 14px;
  position: relative;
}
.breadcrumbs-section .main-container .breadcrumbs li:after {
  content: '\f105';
  font-family: "fontAwesome";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
}
.breadcrumbs-section .main-container .breadcrumbs li a {
  color: #767676;
}
.breadcrumbs-section .main-container .breadcrumbs li .current {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #26bbc1;
}
.breadcrumbs-section .main-container .breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs-section .main-container .breadcrumbs li:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs-section .main-container .breadcrumbs li {
    font-size: 14px;
    margin-right: 12px;
    padding-right: 19px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-section .main-container .breadcrumbs li {
    font-size: 16px;
  }
}
/* JQUERY SLIDER */
.flat-slider-wrap {
  padding: 0 8px;
}
.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}
.flat-slider.ui-slider {
  border: 0;
  background: #e0ddda;
  border-radius: 3px;
  position: relative;
}
.flat-slider.ui-slider-horizontal {
  height: 2px;
}
.flat-slider.ui-slider-vertical {
  height: 15em;
  width: 6px;
}
.flat-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #26bbc1;
  border-radius: 50%;
  border: 3px solid #084f98;
  position: absolute;
  cursor: pointer;
}
.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -2px;
}
.flat-slider .ui-slider-range {
  border: 0;
  border-radius: 7;
  background: #26bbc1;
  position: absolute;
}
.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 4px;
}
.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 6px;
}
/* FILTER PRICE SLIDER */
#flat-slider {
  margin-bottom: 20px;
}
.filter-price-form {
  padding-top: 10px;
}
.filter-price-form label {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 5px;
}
.filter-price-form input {
  width: 100%;
  border: none;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #ebebeb;
}
.price-range-inputs label {
  margin-top: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.price-range-inputs input {
  border-radius: 3px;
  font-size: 13px;
}
.price-currency-note {
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
}
.prod-review-list-wrap {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
}
.prod-review-list-wrap .child {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.prod-review-list-wrap .child:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.prod-review-list-wrap .child .review-header .ngc-title {
  margin-top: 0;
  font-size: 1.167em;
  margin-bottom: 5px;
}
.prod-review-list-wrap .child .review-header .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.prod-review-list-wrap .child .review-header .prod-rating .prod-raty img {
  height: 14px;
  margin-right: 4px;
}
.prod-review-list-wrap .child .review-header .prod-rating .raty-review {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #b2b2b2;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.prod-review-list-wrap .child .review-content {
  font-size: 12px;
  padding-top: 4px;
}
.prod-review-list-wrap .child .review-content p {
  margin-top: 0;
  margin-bottom: .4rem;
}
.prod-review-list-wrap .child .review-footer .rf-child {
  display: inline-block;
  vertical-align: middle;
  color: #26bbc1;
  font-size: 11px;
  margin-right: 10px;
}
.prod-review-list-wrap .child .review-footer .rf-child .fa {
  margin-right: 3px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .prod-review-list-wrap {
    padding: 30px 50px;
  }
  .prod-review-list-wrap .child {
    padding-bottom: 17px;
    margin-bottom: 20px;
  }
  .prod-review-list-wrap .child .review-header {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prod-review-list-wrap .child .review-content {
    font-size: 14px;
  }
  .prod-review-list-wrap .child .review-footer .rf-child {
    font-size: 13px;
    margin-right: 15px;
  }
  .prod-review-list-wrap .child .review-footer .rf-child .fa {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .prod-review-list-wrap {
    padding: 40px 70px;
  }
  .prod-review-list-wrap .child {
    padding-bottom: 21px;
    margin-bottom: 23px;
  }
  .prod-review-list-wrap .child .review-header {
    margin-bottom: 8px;
  }
  .prod-review-list-wrap .child .review-header .ngc-title {
    font-size: 21px;
  }
  .prod-review-list-wrap .child .review-header .prod-rating .prod-raty img {
    height: 20px;
    margin-right: 5px;
  }
  .prod-review-list-wrap .child .review-header .prod-rating .raty-review {
    font-size: 14px;
  }
  .prod-review-list-wrap .child .review-content {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .prod-review-list-wrap .child .review-footer .rf-child {
    font-size: 14px;
    margin-right: 20px;
  }
}
.no-content-box {
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
}
.ngc-no-content {
  padding: 15px 10px;
}
.ngc-no-content .fa {
  font-size: 30px;
  margin-bottom: 5px;
}
.ngc-no-content .icon {
  font-size: 64px;
  color: #084f98;
}
.ngc-no-content .ngc-title {
  margin-top: 0;
  color: #26bbc1;
}
.ngc-no-content p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ngc-no-content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ngc-no-content {
    padding: 50px;
  }
}
.checkout-steps {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.checkout-steps .step .media-wrap {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-steps .step .media-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #ebebeb;
  z-index: 1;
}
.checkout-steps .step .ngc-media {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #B2B2B2;
}
.checkout-steps .step .ngc-media .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 18px;
}
.checkout-steps .step .ngc-title {
  display: none;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.checkout-steps .step.first .media-wrap:before {
  width: 50%;
  left: 50%;
}
.checkout-steps .step.last .media-wrap:before {
  width: 50%;
}
.checkout-steps .step.current .ngc-media {
  background-color: #26bbc1;
}
.checkout-steps .step.current .ngc-title {
  display: block;
  color: #26bbc1;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  white-space: nowrap;
  margin: 0;
  padding-top: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.checkout-steps .step.past .ngc-media {
  background-color: #767676;
}
.checkout-steps .step.past .ngc-title {
  color: #767676;
}
.checkout-steps .step.failed .ngc-media {
  background-color: #ff3e3e;
}
.checkout-steps .step.failed .ngc-title {
  color: #ff3e3e;
}
@media (min-width: 540px) {
  .checkout-steps .step .media-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .checkout-steps .step {
    position: relative;
  }
  .checkout-steps .step .media-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }
  .checkout-steps .step .ngc-title {
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    white-space: nowrap;
    margin: 0;
    padding-top: 10px;
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  .checkout-steps {
    margin-bottom: 70px;
  }
  .checkout-steps .step .ngc-media {
    width: 50px;
    height: 50px;
  }
  .checkout-steps .step .ngc-media .fa {
    font-size: 20px;
  }
  .checkout-steps .step .ngc-title {
    font-size: 21px;
  }
}
.cp-box {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
}
.cp-box .cart-summary {
  padding-top: 15px;
}
.cp-box .cart-summary .cart-point {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #084f98;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cp-box .cart-summary .grand {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #26bbc1;
}
.cp-box .cart-summary p {
  margin-top: 5px;
}
@media (min-width: 540px) {
  .cp-box {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .cp-box {
    position: relative;
  }
  .cp-box .cart-summary {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .cp-box {
    padding: 25px 30px;
  }
  .cp-box .cart-summary {
    padding: 20px 30px;
  }
}
@media (min-width: 1600px) {
  .cp-box .cart-summary .cart-point {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.summary-box .ngc-title {
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.summary-box .child {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
.summary-box .price-summary {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
}
.summary-box .price-summary strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.summary-box .price-summary .value.n-green {
  color: #767676 !important;
}
.summary-box .price-summary .label.n-primary,
.summary-box .price-summary .value.n-primary {
  color: #b2b2b2 !important;
}
.summary-box .summary-image-list {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.summary-box .summary-image-list img {
  display: block;
  height: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.summary-box .checkout-button {
  padding-bottom: 10px;
}
.summary-box .checkout-button .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.summary-box .checkout-button .btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 540px) {
  .summary-box .checkout-button {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .summary-box .checkout-button .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .summary-box .checkout-button .btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .summary-box .child {
    padding: 15px 0;
    font-size: 16px;
  }
  .summary-box .checkout-button .btn {
    font-size: 16px;
  }
}
.voucher-form {
  position: relative;
}
.voucher-form .input-text {
  position: relative;
  z-index: 1;
  font-size: 12px;
  border: 1px solid #ebebeb;
  padding: 0 80px 0 15px;
  height: 40px;
  width: 100%;
  border-radius: 3px;
}
.voucher-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  height: 40px;
  background-color: #26bbc1;
  border: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.voucher-form .submit-btn:hover {
  background-color: #084f98;
}
@media (min-width: 540px) {
  .voucher-form .input-text {
    font-size: 14px;
    padding-right: 120px;
  }
  .voucher-form .submit-btn {
    width: 100px;
    font-size: 14px;
  }
}
.remove-voucher {
  color: #fff;
  background-color: #ff3e3e;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1.2em;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.remove-voucher:hover {
  background-color: #084f98;
  text-decoration: none;
  color: #fff;
}
.remove-item {
  display: inline-block;
  color: #999;
  background-color: #efefef;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  min-width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.remove-item:hover {
  background-color: #dedede;
  color: #999;
}
.cart-table {
  margin-left: -15px;
  margin-right: -15px;
}
.cart-table .pdt-stock {
  border: 1px solid #26bbc1;
  color: #26bbc1;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 11px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.cart-table .pdt-stock.not-ready {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.cart-table .pdt-stock.preorder {
  border-color: rgba(49, 53, 59, 0.68);
  background-color: rgba(49, 53, 59, 0.68);
  color: #fff;
  margin-top: 4px;
}
.cart-table .ctr {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
}
.cart-table .ct-head .ctr .cth {
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #084f98;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.cart-table .ct-body .ctr {
  padding: 5px 0;
}
.cart-table .ct-body .ctr .ctd {
  font-size: 14px;
  padding: 5px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.cart-table .ct-body .ctr .ctd .hidden-title {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #084f98;
  line-height: 1.3em;
  padding-bottom: 5px;
  display: block;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap {
  display: inline-block;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap .input-text {
  width: 100%;
  height: 44px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  border: 1px solid #ebebeb;
  padding: 0 15px;
  font-size: 14px;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap .input-text.error {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap span.error {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
}
@media (min-width: 768px) {
  .cart-table .ct-body .ctr {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .cart-table {
    padding-bottom: 80px;
    margin-right: 0;
  }
  .cart-table.has-poin {
    padding-bottom: 110px;
  }
  .cart-table .ct-body .ctr {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .cart-table .ct-body .ctr .ctd {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .cart-table.has-poin {
    padding-bottom: 130px;
  }
}
.cart-item {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.cart-item .ngc-media {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.cart-item .ngc-media img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cart-item .ngc-text {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.cart-item .ngc-text .item-title span.error {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.cart-item .ngc-text .item-meta {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.cart-item .ngc-text .item-meta .child {
  line-height: 1.2em;
  padding: 0;
  padding-right: 15px;
  border: none;
  min-width: 75px;
  margin-top: 5px;
  font-size: 14px;
}
.cart-item .ngc-text .item-meta .child .meta-title {
  display: block;
  font-size: 12px;
}
.cart-item .ngc-text .item-meta .child .color-wrapper {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  overflow: hidden;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cart-item .ngc-text .item-meta .child .color-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cart-item .ngc-media {
    width: 74px;
    height: 74px;
  }
  .cart-item .ngc-text {
    width: calc(100% - 74px);
    padding-left: 15px;
  }
  .cart-item .ngc-text .item-meta .child {
    width: auto;
    min-width: 75px;
    padding-right: 10px;
  }
}
.back-to-shop {
  text-align: center;
}
.back-to-shop a {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: underline;
}
.back-to-shop a .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .back-to-shop a .fa {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .back-to-shop a .fa {
    font-size: 21px;
    margin-right: 10px;
  }
}
.checkout-page {
  margin-left: -15px;
  margin-right: -15px;
}
.checkout-page .checkout-main .cp-box {
  box-shadow: none;
}
.checkout-page .checkout-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.checkout-page .checkout-sidebar.opened {
  opacity: 1;
  visibility: visible;
}
.checkout-page .checkout-sidebar .content {
  max-width: 300px;
  margin: 0 auto;
}
.checkout-page .checkout-sidebar .content .cp-box {
  margin-bottom: 15px;
}
.checkout-page .checkout-sidebar .content .cp-box.error {
  border: 2px solid #ff3e3e;
}
.checkout-page .checkout-sidebar .content .cp-box:last-child {
  margin-bottom: 0;
}
.checkout-page .checkout-sidebar .content .close-mobile-summary {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  border: 2px solid #fff;
  color: #fff;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  position: relative;
}
.checkout-page .checkout-sidebar .content .close-mobile-summary span {
  font-size: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.checkout-page .checkout-sidebar .content .close-mobile-summary:hover {
  background-color: #fff;
  color: #084f98;
}
@media (min-width: 768px) {
  .checkout-page {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .checkout-page {
    margin-left: 0;
    margin-right: 0;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .checkout-page .checkout-main {
    width: calc(100% - 315px);
  }
  .checkout-page .checkout-sidebar {
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
  }
  .checkout-page .checkout-sidebar.opened {
    opacity: 1;
    visibility: visible;
  }
  .checkout-page .checkout-sidebar .content .close-mobile-summary {
    display: none;
  }
}
@media (min-width: 1200px) {
  .checkout-page .checkout-main {
    width: calc(100% - 400px);
  }
  .checkout-page .checkout-sidebar .content {
    width: 100%;
    max-width: 100%;
  }
  .checkout-page .checkout-sidebar .content .cp-box {
    margin-bottom: 20px;
  }
}
.checkout-confirmation {
  padding: 30px 0 20px;
  text-align: center;
}
.checkout-confirmation .form-group {
  display: inline-block;
}
.checkout-confirmation .form-group label {
  text-align: left;
}
.checkout-confirmation .btn-group {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.checkout-confirmation .btn-group p {
  margin: 0;
  text-align: left;
}
.checkout-confirmation .btn-group p .total-text {
  display: block;
  font-size: 12px;
}
.checkout-confirmation .btn-group p .total-price {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  color: #084f98;
}
.checkout-confirmation .checkout-btn {
  width: auto!important;
  margin: 0;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
.checkout-confirmation .checkout-btn .fa {
  margin-right: 5px;
  font-size: 16px;
}
@media (min-width: 360px) {
  .checkout-confirmation .btn-group p .total-text {
    font-size: 14px;
  }
  .checkout-confirmation .btn-group p .total-price {
    font-size: 16px;
  }
  .checkout-confirmation .checkout-btn {
    min-width: 164px;
  }
}
@media (min-width: 768px) {
  .checkout-confirmation {
    padding: 50px 0 30px;
  }
  .checkout-confirmation .btn-group p .total-text {
    font-size: 16px;
  }
  .checkout-confirmation .btn-group p .total-price {
    font-size: 20px;
  }
  .checkout-confirmation .checkout-btn {
    font-size: 16px;
    min-width: 235px;
    width: 50%!important;
  }
  .checkout-confirmation .checkout-btn .fa {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .checkout-confirmation .btn-group {
    justify-content: center;
  }
  .checkout-confirmation .btn-group p {
    display: none;
  }
  .checkout-confirmation .checkout-btn {
    width: auto!important;
  }
}
.courier-child input {
  display: none;
}
.courier-child label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.courier-child label:before {
  content: "\f111";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  z-index: 10;
  color: #ebebeb;
}
.courier-child label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  z-index: 5;
}
.courier-child label .courier-image {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  padding-left: 8px;
}
.courier-child label .courier-image .media {
  display: block;
  position: relative;
  width: 80px;
  height: 45px;
  margin-right: 5px;
}
.courier-child label .courier-image .media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}
.courier-child label .courier-image .info {
  display: block;
  font-size: 10px;
  color: #b2b2b2;
  line-height: 1.5em;
}
.courier-child label .courier-fee {
  font-size: 12px;
  line-height: 1.2em;
  color: #767676;
  font-weight: bold;
  padding-left: 8px;
  display: block;
  padding-top: 4px;
}
.courier-child input:checked + label:after {
  border: 2px solid #26bbc1;
}
.courier-child input:checked + label:before {
  content: "\f058";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  z-index: 10;
  color: #084f98;
}
.courier-child input:checked + label .courier-fee {
  color: #26bbc1;
}
.courier-child input:disabled + label {
  cursor: not-allowed;
}
.filter-child {
  margin-bottom: -1px;
}
.filter-child .fc-toggle {
  border: 1px solid #ebebeb;
  font-size: 1em;
  color: #084f98;
  padding: 10px 15px;
  padding-right: 40px;
  margin-bottom: -1px;
  display: block;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.filter-child .fc-toggle:after {
  content: "\f107";
  font-family: "fontAwesome";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: Center;
  color: #084f98;
}
.filter-child .fc-toggle:hover {
  text-decoration: none;
  color: #26bbc1;
}
.filter-child .fc-toggle.opened:after {
  content: "\f106";
}
.filter-child .fc-content {
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  display: none;
}
.filter-child .fc-content .nuke-wysiwyg {
  margin: 0;
  margin-top: -10px;
}
.filter-child .fc-content .radiocheck-wrap {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-right: 0;
}
.filter-child .fc-content .radiocheck-wrap label strong {
  color: #26bbc1;
}
.filter-child .fc-content .payment-image {
  display: block;
  height: 32px;
  margin-bottom: 5px;
}
.filter-child .address-label {
  display: block;
  color: #084f98;
  padding-bottom: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
}
.filter-child.colored {
  margin-bottom: 10px;
}
.filter-child.colored .fc-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #084f98;
  background-color: #084f98;
  color: #fff;
}
.filter-child.colored .fc-toggle:after {
  color: #fff;
}
.filter-child.colored .fc-toggle:hover,
.filter-child.colored .fc-toggle.opened {
  background-color: #26bbc1;
  border-color: #26bbc1;
}
@media (min-width: 1200px) {
  .filter-child .fc-toggle {
    padding: 15px 20px;
  }
  .filter-child .fc-content {
    padding: 15px 20px;
  }
  .filter-child.colored {
    margin-bottom: 15px;
  }
  .filter-child.colored .fc-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  .filter-child .fc-toggle {
    padding: 15px 25px;
    font-size: 18px;
  }
  .filter-child .fc-content {
    padding: 15px 25px;
  }
}
@media (min-width: 768px) {
  .pick-from-address {
    overflow: hidden;
  }
  .pick-from-address .radiocheck-wrap {
    width: 50%;
    float: left;
  }
}
.hidden-new-address {
  padding-top: 10px;
  display: none;
}
.hidden-new-address .form-group {
  width: 100%;
}
.hidden-new-address .form-group > label {
  font-size: 14px;
}
.hidden-new-address .form-group input[type=text],
.hidden-new-address .form-group input[type=email],
.hidden-new-address .form-group input[type=password],
.hidden-new-address .form-group input[type=number] {
  height: 36px;
}
.hidden-new-address .form-group .select-style select {
  height: 34px;
}
.hidden-new-address .form-group .has-icon .fa {
  height: 36px;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .hidden-new-address .form-group > label {
    font-size: 16px;
  }
  .hidden-new-address .form-group input[type=text],
  .hidden-new-address .form-group input[type=email],
  .hidden-new-address .form-group input[type=password],
  .hidden-new-address .form-group input[type=number] {
    height: 44px;
  }
  .hidden-new-address .form-group .select-style select {
    height: 42px;
  }
  .hidden-new-address .form-group .has-icon .fa {
    height: 44px;
    line-height: 44px;
  }
}
.order-complete .ngc-maintitle {
  color: #26bbc1;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.order-complete .ngc-maintitle span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .75em;
  color: #084f98;
  line-height: 1.2em;
  display: block;
  margin-top: 10px;
}
.order-complete .ngc-maintitle.failed {
  color: #ff3e3e;
}
.order-complete .oc-footer {
  border-top: 1px solid #ebebeb;
}
.order-complete .oc-footer .btn {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 320px;
  margin: 0;
}
.order-complete .oc-footer .btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .order-complete .cp-box {
    padding: 20px 30px;
  }
  .order-complete .ngc-maintitle {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .order-complete .oc-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .order-complete .oc-footer .btn {
    font-size: 16px;
  }
  .order-complete .oc-footer .btn .fa {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .order-complete .cp-box {
    padding: 30px 35px;
  }
  .order-complete .ngc-maintitle {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .order-complete .oc-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
  }
  .order-complete .oc-footer .btn {
    font-size: 16px;
  }
  .order-complete .oc-footer .btn .fa {
    font-size: 18px;
  }
}
.page-404 {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  text-align: Center;
}
.page-404 img {
  display: block;
  max-width: 480px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.page-404 p {
  font-size: 1.167em;
}
.page-404 .btn {
  margin: 0;
  margin-top: 10px;
}
.page-404 .btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 540px) {
  .page-404 img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-404 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .page-404 img {
    margin-bottom: 30px;
  }
  .page-404 .ngc-maintitle {
    font-size: 32px;
  }
  .page-404 p {
    font-size: 21px;
  }
}
.page-error {
  text-align: center;
  padding: 40px 0;
}
.page-error .error-code {
  font-size: 120px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin: 32px auto;
  color: #26bbc1;
}
.page-error .ngc-intro {
  margin-bottom: 2rem;
}
.account-main-content .ngc-maintitle {
  font-size: 1.33em;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.account-main-content h2.ngc-maintitle {
  font-size: 1.14em;
}
.account-main-content .submit-btn {
  font-size: 14px;
}
.account-main-content .submit-btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .account-main-content .submit-btn {
    font-size: 16px;
  }
  .account-main-content .submit-btn .fa {
    font-size: 18px;
  }
}
.side-account .ngc-maintitle {
  font-size: 1.33em;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .side-account .ngc-maintitle {
    padding-bottom: 10px!important;
    height: auto!important;
  }
}
.account-nav {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.account-nav li {
  margin: 8px 0;
}
.account-nav li a {
  color: #767676;
}
.account-nav li a:hover {
  color: #084f98;
}
.account-nav li.active a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #26bbc1;
}
@media (min-width: 768px) {
  .account-nav {
    font-size: 16px;
  }
  .account-nav li {
    margin: 10px 0;
  }
}
.address-child {
  border: 1px solid #ebebeb;
  width: 100%;
  margin-top: 10px;
  border-radius: 3px;
}
.address-child .ngc-title {
  border-bottom: 1px solid #ebebeb;
  padding: 8px 15px;
  font-size: 1.3em;
  margin: 0;
}
.address-child .content {
  padding: 10px 15px;
}
.address-child .content p {
  margin: 0;
}
.address-child .content p strong {
  color: #26bbc1;
  display: block;
  padding-bottom: 3px;
}
.address-child .content .btn-area {
  padding-top: 10px;
}
.address-child .content .btn-area .btn {
  font-size: 12px;
  min-width: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .address-child .ngc-title {
    padding: 10px 24px;
  }
  .address-child .content {
    padding: 15px 24px;
  }
  .address-child .content p {
    font-size: 16px;
  }
  .address-child .content p strong {
    font-size: 18px;
  }
  .address-child .content .btn-area .btn {
    font-size: 14px;
    min-width: 120px;
    padding: 10px 12px;
  }
}
.filter-order .search-order-form {
  position: relative;
  margin-bottom: 10px;
}
.filter-order .search-order-form .input-text {
  height: 36px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 50px;
  width: 100%;
}
.filter-order .search-order-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 36px;
  border: none;
  background: none;
}
.filter-order .search-order-form .submit-btn .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #26bbc1;
}
.filter-order .filter-order-form {
  padding-bottom: 10px;
}
.filter-order .filter-order-form .form-group input.datepicker {
  height: 36px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 13px;
}
.filter-order .filter-order-form .fa {
  right: 10px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
}
.filter-order .filter-order-form .submit-btn {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .filter-order {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .filter-order .search-order-form {
    width: 200px;
  }
  .filter-order .filter-order-form {
    width: calc(100% - 200px);
    padding-left: 20px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .filter-order .filter-order-form .form-group {
    width: calc(100% - 120px);
    padding-right: 10px;
    margin-bottom: 0;
  }
  .filter-order .filter-order-form .form-group input.datepicker {
    font-size: 14px;
  }
  .filter-order .filter-order-form .submit-btn {
    width: 120px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .filter-order {
    justify-content: space-between;
  }
  .filter-order .search-order-form .input-text {
    font-size: 14px;
    height: 40px;
    padding-left: 15px;
  }
  .filter-order .search-order-form .submit-btn {
    height: 40px;
  }
  .filter-order .filter-order-form {
    width: 500px;
  }
  .filter-order .filter-order-form .form-group input.datepicker {
    height: 40px;
    padding-left: 15px;
  }
  .filter-order .filter-order-form .fa {
    right: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .filter-order .filter-order-form .submit-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.order-detail-button {
  display: inline-block;
  line-height: 20px;
  text-decoration: underline;
  color: #084f98;
  font-size: 11px;
  margin-top: 8px;
}
.order-detail-button .fa {
  padding-right: 3px;
}
.order-detail-button:hover {
  text-decoration: none;
  color: #26bbc1;
}
.cart-table.order-table {
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.cart-table.order-table .ctr {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ebebeb;
}
.cart-table.order-table .ct-head .ctr {
  margin-bottom: -1px;
  background-color: #084f98;
  color: #fff;
  border-color: #084f98;
}
.cart-table.order-table .ct-head .ctr .cth {
  color: #fff;
  padding-top: 10px;
}
.cart-table.order-table .ct-body .ctr {
  margin-bottom: 15px;
}
.cart-table.order-table .ct-body .ctr .ctd {
  font-size: 14px;
  position: relative;
}
.cart-table.order-table .ct-body .ctr .ctd .order-detail-link {
  font-size: 12px;
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.cart-table.order-table .ct-body .ctr .ctd .order-date {
  font-size: 12px;
  line-height: 1.3em;
  display: inline-block;
}
.cart-table.order-table .ct-body .ctr .ctd .order-date span {
  display: inline-block;
}
.cart-table.order-table .ct-body .ctr .ctd .order-item {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.cart-table.order-table .ct-body .ctr .ctd .order-item .ngc-media {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 4px;
}
.cart-table.order-table .ct-body .ctr .ctd .order-item .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.cart-table.order-table .ct-body .ctr .ctd .order-grand-total {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #26bbc1;
  padding-bottom: 10px;
  padding-top: 8px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.cart-table.order-table .ct-body .ctr .ctd .order-grand-total > span {
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
}
@media (min-width: 540px) {
  .cart-table.order-table .ctr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-table.order-table .ct-body .ctr {
    margin-bottom: -1px;
  }
  .cart-table.order-table .ct-body .ctr .ctd .order-date span {
    display: block;
  }
}
@media (min-width: 768px) {
  .cart-table.order-table .ct-body .ctr .ctd .order-grand-total {
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cart-table.order-table .ct-body .ctr .ctd .order-grand-total > span {
    display: block;
  }
}
@media (min-width: 992px) {
  .cart-table.order-table .ct-body .ctr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .cart-table.order-table .ct-head .ctr .cth {
    font-size: 14px;
  }
  .cart-table.order-table .ct-body .ctr .ctd .order-date {
    font-size: 13px;
  }
}
.order-note > span {
  display: block;
  font-size: 12px;
  line-height: 1.3em;
}
.order-note .fa {
  margin-right: 5px;
}
.order-detail-top {
  border-radius: 3px;
  border: 1px solid #ebebeb;
  padding: 15px;
  line-height: 1.5em;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.order-detail-top .title {
  display: block;
  color: #b2b2b2;
  font-size: 12px;
}
.order-detail-top .title + .n-green {
  color: #767676 !important;
}
@media (min-width: 768px) {
  .order-detail-top .title {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .order-detail-top {
    padding: 20px 25px;
  }
}
.order-detail-table .odtr {
  padding: 5px 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.order-detail-table .odt-header .odtr {
  background-color: #084f98;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.order-detail-table .odt-header .odtr .odth {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 5px 0;
  font-size: 14px;
}
.order-detail-table .odt-body .odtr {
  margin-bottom: -1px;
  border: 1px solid #ebebeb;
}
.order-detail-table .odt-body .odtr .odtd {
  padding: 5px 0;
}
.order-detail-table .odt-body .odtr .odtd .odt-item {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-media {
  width: 45px;
  height: 45px;
  position: relative;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-media img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-text {
  width: calc(100% - 45px);
  padding-left: 10px;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-text .ngc-price {
  color: #26bbc1;
  font-size: 12px;
  display: block;
}
.order-detail-table .odt-body .odtr .odtd .hidden-title {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #084f98;
}
.order-detail-table .odt-body .odtr .odtd .order-note {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.order-detail-table .odt-body .odtr.last {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.order-detail-table .odt-body .price-footer {
  width: 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3px 0;
}
.order-detail-table .odt-body .price-footer span {
  display: block;
}
.order-detail-table .odt-body .price-footer span:last-child {
  text-align: right;
}
.order-detail-table .odt-body .price-footer strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #26bbc1;
}
.order-detail-table .odt-body .price-footer small {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: block;
  font-size: 12px;
}
.order-detail-table .odt-body .price-footer small.old-price {
  text-decoration: line-through;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .order-detail-table .odt-header .odtr .odth {
    padding: 10px 0;
  }
  .order-detail-table .odt-body .odtr .odtd {
    font-size: 16px;
    padding: 10px 0;
  }
  .order-detail-table .odt-body .odtr .odtd .odt-item .ngc-text .ngc-price {
    font-size: 14px;
    margin-top: 5px;
  }
  .order-detail-table .odt-body .odtr .price-footer {
    font-size: 16px;
    padding: 5px 0;
  }
  .order-detail-table .odt-body .odtr .price-footer small {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
  }
  .order-detail-table.smaller .odt-body .odtr .odtd {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .order-detail-table .odtr {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.your-rating img {
  display: inline-block;
  height: 25px;
  margin-right: 8px;
}
.rounded-box {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .rounded-box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .rounded-box {
    padding: 20px 24px;
  }
}
.reviewed-product {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.reviewed-product .ngc-media {
  width: 40px;
  height: 40px;
  position: relative;
}
.reviewed-product .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.reviewed-product .ngc-text {
  width: calc(100% - 40px);
  padding-left: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.reviewed-product .ngc-text .prod-title {
  margin-bottom: 5px;
}
.reviewed-product .ngc-text .prod-title a {
  color: #767676;
}
.reviewed-product .ngc-text .prod-title a:hover {
  color: #084f98;
}
.reviewed-product .ngc-text .prod-price {
  color: #26bbc1;
  margin-bottom: 5px;
}
.reviewed-product .ngc-text .prod-rating .prod-raty,
.reviewed-product .ngc-text .prod-rating span {
  display: inline-block;
}
.reviewed-product .ngc-text .prod-rating .prod-raty img {
  height: 12px;
  margin-right: 1px;
}
.reviewed-product .ngc-text .prod-rating span {
  color: #b2b2b2;
  font-size: 12px;
}
@media (min-width: 768px) {
  .reviewed-product .ngc-media {
    width: 60px;
    height: 60px;
  }
  .reviewed-product .ngc-text {
    width: calc(100% - 60px);
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .reviewed-product .ngc-media {
    width: 90px;
    height: 90px;
  }
  .reviewed-product .ngc-text {
    width: calc(100% - 90px);
    font-size: 16px;
  }
}
.dropzone-intro {
  border: 1px solid #ebebeb;
  padding: 15px;
  text-align: center;
  color: #b2b2b2;
  cursor: pointer;
  border-radius: 3px;
}
.dropzone-intro h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.dropzone-intro h2 .fa {
  padding-right: 5px;
}
.dropzone-intro p {
  margin: 0;
}
.dropzone-intro:hover {
  background: #eee;
  color: #767676;
  border-color: #084f98;
}
#pta-preview-template {
  display: none;
}
.pta-preview-child {
  position: relative;
  overflow: hidden;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 3px;
}
.pta-preview-child img {
  float: left;
  width: 60px;
  display: block;
}
.pta-preview-child .pta-preview-content {
  margin-left: 75px;
  padding-right: 10px;
}
.pta-preview-child .pta-preview-content p {
  margin-top: 0;
  margin-bottom: 3px;
  line-height: 1.2em;
  font-size: 12px;
}
.pta-preview-child .pta-preview-content p.pta-preview-name {
  word-break: break-all;
}
.pta-preview-child .pta-preview-content .pta-remove {
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.pta-preview-child .pta-preview-content .error {
  display: block;
  color: #ff3e3e;
  font-size: 12px;
  line-height: 1.2em;
}
.xdsoft_datetimepicker {
  z-index: 99995;
}
.ngc-tabs,
.link-tabs {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.ngc-tabs a,
.link-tabs a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  padding: 10px 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.ngc-tabs a:hover,
.link-tabs a:hover {
  text-decoration: none;
}
.ngc-tabs a.active,
.link-tabs a.active {
  position: relative;
  z-index: 10;
  background-color: #084f98;
  color: #fff;
}
.ngc-tabs a.active:hover,
.link-tabs a.active:hover {
  background-color: #26bbc1;
}
.ngc-tabs a.active:after,
.link-tabs a.active:after {
  content: "\f107";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  color: #fff;
  text-align: center;
  font-family: "fontAwesome";
}
.ngc-tabs.clicked a,
.link-tabs.clicked a {
  position: relative;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .ngc-tabs,
  .link-tabs {
    text-align: center;
    font-size: 0;
  }
  .ngc-tabs a,
  .link-tabs a {
    display: inline-block;
    position: relative;
    font-size: 14px;
  }
  .ngc-tabs a.active:after,
  .link-tabs a.active:after {
    display: none;
  }
  .ngc-tabs.clicked a,
  .link-tabs.clicked a {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ngc-tabs a,
  .link-tabs a {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.link-tabs {
  text-align: center;
  font-size: 0;
}
.link-tabs a {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.link-tabs a.active:after {
  display: none;
}
@media (min-width: 1200px) {
  .link-tabs a {
    font-size: 16px;
    padding: 12px 25px;
  }
}
.ngc-tab-containers .ngc-tab-container {
  display: none;
}
.ngc-tab-containers .ngc-tab-container.active {
  display: block;
}
.feat-prod-tabs .ngc-tabs {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .feat-prod-tabs .ngc-tabs {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .feat-prod-tabs .ngc-tabs {
    margin-bottom: 25px;
  }
}
.ngc-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ngc-video-container iframe,
.ngc-video-container object,
.ngc-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link-compare {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 5px 0;
  border: none;
  cursor: pointer;
  background: none;
  color: #084f98;
  font-size: 12px;
}
.link-compare:hover {
  color: #26bbc1;
}
.link-compare .fa {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .link-compare {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .link-compare {
    padding: 8px 0;
    font-size: 18px;
  }
  .link-compare .fa {
    margin-right: 8px;
  }
}
.compare-product .heading {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.compare-product .heading .ngc-maintitle {
  border: none;
  margin: 0;
  padding: 0;
}
.compare-product .heading p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.compare-product .heading p strong {
  color: #084f98;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.compare-product .compare-sidebar {
  background: #FBFBFB;
  padding: 15px;
  margin-bottom: 10px;
}
.compare-product .compare-sidebar .ngc-title {
  font-size: 1.167em;
  margin: 0;
  margin-bottom: 10px;
}
.compare-product .compare-sidebar .btn {
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.compare-product .compare-sidebar .btn .fa {
  padding-right: 10px;
}
.compare-product .compare-sidebar .btn:disabled {
  background-color: #b1b3b5 !important;
  border-color: #b1b3b5 !important;
}
@media (min-width: 768px) {
  .compare-product .heading {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .compare-product .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .compare-product .content .compare-sidebar {
    width: 230px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .compare-product .content .compare-sidebar .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .compare-product .content .compare-content {
    width: calc(100% - 250px);
  }
  .compare-product .compare-sidebar .form-group .select-style:after {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .compare-product .heading {
    margin-bottom: 20px;
  }
  .compare-product .compare-sidebar {
    padding: 20px 24px;
  }
  .compare-product .compare-sidebar .btn {
    font-size: 16px;
  }
  .compare-product .content .compare-sidebar {
    width: 270px;
  }
  .compare-product .content .compare-content {
    width: calc(100% - 300px);
  }
  .compare-product .content .form-group .select-style select {
    height: 40px;
    font-size: 14px;
  }
}
.compare-slider {
  margin: 0 -10px;
}
.compare-slider .item {
  padding: 10px;
  min-height: 400px;
}
.compare-slider .slick-track {
  display: flex;
}
.compare-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.add-more-compare {
  border: 2px dashed #ebebeb;
  width: 100%;
  position: relative;
}
.add-more-compare p {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding: 50px 15px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  color: #b2b2b2;
}
.compare-child {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.compare-child .btn-remove-item {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  background-color: #ff3e3e;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
}
.compare-child .btn-remove-item .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
}
.compare-child .ngc-media {
  position: relative;
  z-index: 1;
  height: 120px;
  border-bottom: 1px solid #ebebeb;
}
.compare-child .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 90%;
  max-width: 90%;
}
.compare-child .ngc-content {
  padding: 12px 15px;
}
.compare-child .ngc-content .ngc-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.167em;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.compare-child .ngc-content .prod-spec {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.compare-child .ngc-content .prod-spec .prod-label {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.compare-child .ngc-content .prod-spec .prod-text {
  display: block;
  color: #26bbc1;
}
.compare-child .ngc-content .prod-color {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
}
.compare-child .ngc-content .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.compare-child .ngc-content .prod-rating .prod-raty img {
  display: inline-block;
  height: 18px;
  margin: 0 2px;
}
.compare-child .ngc-content .prod-rating .raty-review {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  color: #b2b2b2;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.compare-child .pdt-stock {
  border: 1px solid #26bbc1;
  color: #26bbc1;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 12px;
  display: inline-block;
}
.compare-child .pdt-stock.not-ready {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.compare-child .pdt-stock.preorder {
  border-color: rgba(49, 53, 59, 0.68);
  background-color: rgba(49, 53, 59, 0.68);
  color: #fff;
}
.compare-child .btn {
  width: 100%;
  margin-top: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .compare-child .ngc-media {
    height: 150px;
  }
  .compare-child .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .compare-child .btn-remove-item {
    width: 40px;
    height: 40px;
  }
  .compare-child .btn-remove-item .fa {
    font-size: 18px;
  }
  .compare-child .ngc-media {
    height: 200px;
  }
  .compare-child .ngc-content {
    padding: 20px;
  }
  .compare-child .ngc-content .ngc-title {
    margin-bottom: 20px;
  }
  .compare-child .ngc-content .prod-spec {
    margin-bottom: 15px;
  }
  .compare-child .ngc-content .prod-spec .prod-label {
    font-size: 16px;
  }
  .compare-child .ngc-content .prod-rating .raty-review {
    font-size: 14px;
  }
  .compare-child .pdt-stock {
    padding: 0 12px;
    line-height: 26px;
  }
  .compare-child .btn {
    font-size: 16px;
  }
}
.fixed-compare-button {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: fixed;
  z-index: 100;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
}
.fixed-compare-button a {
  display: block;
  padding: 10px 10px 5px;
  background-color: #26bbc1;
  color: #fff;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fixed-compare-button a:hover {
  background-color: #084f98;
  text-decoration: none;
}
.fixed-compare-button .fcb-number {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.fixed-compare-button img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
.fixed-compare-button .fcb-text {
  display: block;
  font-size: 12px;
}
.news-list {
  margin-top: 30px!important;
}
@media (min-width: 1200px) {
  .news-list {
    margin-top: 40px!important;
  }
}
.news-child {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  -moz-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
}
.news-child .ngc-media {
  position: relative;
  overflow: hidden;
}
.news-child .ngc-media:before {
  content: "";
  display: block;
  padding-top: 80%;
}
.news-child .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: auto;
  max-width: inherit;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
.news-child .ngc-media a:hover img {
  top: 45%;
}
.news-child .ngc-text {
  padding: 15px;
}
.news-child .ngc-text .news-title {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0;
}
.news-child .ngc-text .news-title a {
  color: #084f98;
}
.news-child .ngc-text .news-title a:hover {
  color: #084f98;
}
.news-child .ngc-text .news-date {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 21px;
}
.news-child .ngc-text .news-date .fa {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .news-child {
    max-width: 390px;
  }
}
.news-detail .ngc-media {
  margin-bottom: 10px;
}
.news-detail .ngc-meta .child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 12px;
}
.news-detail .ngc-meta .child .fa {
  margin-right: 8px;
}
.news-detail .fb_iframe_widget span {
  vertical-align: top!important;
}
@media (min-width: 768px) {
  .news-detail .ngc-media {
    margin-bottom: 20px;
  }
  .news-detail .ngc-meta {
    margin-bottom: 20px;
  }
  .news-detail .ngc-meta .child {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .news-detail .ngc-meta .child {
    font-size: 14px;
  }
}
.other-news-section .item .news-child {
  box-shadow: none;
}
.other-news-section .slick-track {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.other-news-section .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.side-information .ngc-title {
  font-size: 1.167em;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .side-information .ngc-title {
    margin-bottom: 1rem;
  }
}
.side-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-info-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
}
.side-info-list li .fa {
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  text-align: center;
  display: block;
  color: #26bbc1;
}
.side-info-list li a {
  color: #767676;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.side-info-list li a:hover {
  color: #084f98;
}
@media (min-width: 1200px) {
  .side-info-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .side-info-list li .fa {
    font-size: 16px;
  }
}
.contact-map {
  position: relative;
  height: 200px;
}
.contact-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 540px) {
  .contact-map {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .contact-map {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .contact-map {
    height: 410px;
  }
}
.infowindow h1 {
  margin-top: 0;
  font-size: 16px;
}
.infowindow ul li {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .infowindow h1 {
    font-size: 18px;
  }
  .infowindow ul li {
    font-size: 14px;
  }
}
.iti-flag {
  background-image: url("../js/intl-tel-input/img/flags.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../js/intl-tel-input/img/flags@2x.png");
  }
}
.intl-tel-input {
  width: 100%;
}
.store-main {
  margin-bottom: 20px;
}
.store-main .ngc-maintitle {
  font-size: 1.167em;
}
.store-main .store-hq .fa {
  font-size: 18px;
  color: #26bbc1;
}
.store-main .store-hq a {
  color: #767676;
}
.store-main .store-hq a:hover {
  color: #084f98;
}
@media (min-width: 1200px) {
  .store-main {
    margin-bottom: 40px;
  }
  .store-main .store-hq {
    font-size: 16px;
  }
}
.store-tabs {
  margin-top: 20px;
}
.store-tabs .ngc-tabs {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .store-tabs {
    margin-top: 40px;
  }
  .store-tabs .ngc-tabs {
    margin-bottom: 30px;
  }
}
.branch-child {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  -moz-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  padding: 15px;
}
.branch-child .ngc-title {
  margin-top: 0;
  font-size: 1em;
}
@media (min-width: 1200px) {
  .branch-child {
    padding: 20px 25px;
  }
  .branch-child .ngc-title {
    margin-bottom: 1rem;
    font-size: 18px;
  }
}
.about-page .ngc-media {
  margin-bottom: 20px;
}
.about-page .ngc-media img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .about-page .ngc-media {
    margin-bottom: 40px;
  }
}
.ads-banner.has-text .ngc-text {
  color: #767676;
}
.ads-banner.has-text .ngc-text .ads-info:first-child {
  color: #25c078;
}
.ads-banner.has-text .ngc-text a {
  color: #2576c0;
}
@media (min-width: 540px) {
  .ads-banner.has-text.dark-image .ngc-text {
    color: #ffffff;
  }
  .ads-banner.has-text.dark-image .ngc-text .ads-info:first-child {
    color: #ffffff;
  }
  .ads-banner.has-text.dark-image .ngc-text a {
    color: #ffffff;
  }
}
#category-megadropdown.standard-ecom .main-container .content .cat-mega > ul > li > a .text-icon .text {
  padding-left: 5px;
}
@media (min-width: 992px) {
  #category-megadropdown.standard-ecom {
    display: none;
  }
}
@media (min-width: 992px) {
  .category-toggle-menu.standard-ecom {
    display: none;
  }
}
@media (min-width: 992px) {
  .bottom-head.standard-ecom .main-container {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}
@media (min-width: 1200px) {
  .bottom-head.standard-ecom .main-container {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
.main-nav {
  display: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  width: 100%;
}
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav > ul {
  font-size: 0;
}
.main-nav > ul li {
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
}
.main-nav > ul li a:hover {
  text-decoration: none;
}
.main-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  height: 40px;
}
.main-nav > ul > li > a {
  display: block;
  line-height: 40px;
}
.main-nav > ul > li > a:hover {
  background-color: #26bbc1;
  color: #fff;
}
.main-nav > ul > li > .sub-nav {
  position: absolute;
  left: 0;
  top: 120%;
}
.main-nav > ul > li:hover > a {
  background-color: #26bbc1;
  color: #fff;
}
.main-nav > ul > li:hover > .sub-nav {
  top: 100%;
}
.main-nav > ul > li:hover > .sub-nav ul li:hover .sub-nav {
  left: 100%;
}
.main-nav > ul ul {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.main-nav li.has-sub {
  position: relative;
}
.main-nav li.has-sub > a {
  position: relative;
  padding-right: 30px;
}
.main-nav li.has-sub > a:after {
  content: "\f107";
  font-family: "fontAwesome";
  width: 30px;
  text-align: center;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.main-nav li.has-sub li.has-sub > a {
  position: relative;
  padding-right: 30px;
}
.main-nav li.has-sub li.has-sub > a:after {
  content: "\f105";
  font-family: "fontAwesome";
  width: 30px;
  text-align: center;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.main-nav li.has-sub .sub-nav {
  min-width: 100%;
}
.main-nav .sub-nav .sub-nav {
  top: 0;
  left: 120%;
}
@media (min-width: 992px) {
  .main-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul li {
    font-size: 16px;
  }
  .main-nav > ul > li {
    height: 44px;
  }
  .main-nav > ul > li > a {
    line-height: 44px;
  }
}
.side-category {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.side-category .child {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}
.side-category .child .ngc-title {
  margin-top: 0;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.side-category .child ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.side-category .child ul a {
  color: #767676;
  display: block;
  padding-left: 15px;
  position: relative;
}
.side-category .child ul a:hover {
  color: #084f98;
}
.side-category .child ul a:before {
  content: "\f105";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  font-family: "fontAwesome";
}
@media (min-width: 992px) {
  .side-category .child:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.compare-preloader {
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  height: 44px;
  padding: 0 15px;
}
.compare-preloader p {
  margin: 0;
  line-height: 44px;
  font-size: 14px;
}
.spinner {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  text-align: center;
}
.spinner > div {
  width: 6px;
  height: 6px;
  background-color: #26bbc1;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.reward-sidebar-content {
  margin-bottom: 20px;
}
.reward-sidebar-content .side-reward img {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}
.reward-sidebar-content .side-reward .ngc-title {
  font-size: 16px!important;
  margin-top: 10px!important;
}
.reward-sidebar-content .side-reward .member-name {
  color: #767676;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}
.reward-sidebar-content .side-reward p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #26bbc1;
}
@media (min-width: 992px) {
  .reward-sidebar-content .ngc-title {
    height: auto!important;
    padding-bottom: 15px!important;
  }
}
.reward-tabbing {
  font-size: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.reward-tabbing a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 10px 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #084f98;
  background-color: #ebebeb;
}
.reward-tabbing a.active {
  background-color: #084f98;
  color: #fff;
}
@media (min-width: 768px) {
  .reward-tabbing a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .reward-tabbing {
    margin-bottom: 20px;
  }
  .reward-tabbing a {
    font-size: 18px;
    padding: 10px 30px;
  }
}
@media (min-width: 1600px) {
  .reward-tabbing {
    margin-bottom: 25px;
  }
  .reward-tabbing a {
    padding: 10px 35px;
  }
}
.has-underline {
  text-decoration: underline;
}
.reward-id {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.reward-detail-top {
  margin: 0 auto;
  max-width: 450px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.reward-detail-top .ngc-media {
  width: 50px;
}
.reward-detail-top .ngc-text {
  padding-left: 10px;
}
.reward-detail-top .ngc-text .child {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.reward-detail-top .ngc-text .child .label {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
}
.reward-detail-top .ngc-text .child:last-child {
  margin-bottom: 0;
}
@media (min-width: 540px) {
  .reward-detail-top .ngc-media {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .reward-detail-top .ngc-text .child .label {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .reward-detail-top .ngc-text {
    padding-left: 20px;
  }
  .reward-detail-top .ngc-text .child {
    font-size: 18px;
  }
  .reward-detail-top .ngc-text .child .label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .search-result-top {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .search-result-top .ngc-title {
    margin: 0;
    padding-bottom: 5px;
  }
  .search-result-top .product-list-meta {
    width: 90%;
    max-width: 900px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .search-result-top .product-list-meta {
    width: 75%;
  }
}
.preloader-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.loader,
.loader:before,
.loader:after {
  background: #084f98;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #084f98;
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.mobile-greetings {
  font-size: 16px;
}
@media (min-width: 768px) {
  .mobile-greetings {
    display: none;
  }
}
#splash-screen {
  max-width: 1100px;
}
#midtrans-layout {
  padding: 24px 0;
  min-height: 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#midtrans-layout .main-logo {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 40px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  #midtrans-layout .main-logo {
    max-width: 150px;
    max-height: 60px;
  }
}
.midtrans-placeholder .preloader {
  width: 48px;
}
.midtrans-placeholder small {
  font-size: 0.8em;
}
.processing-separator {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  background-color: #ebebeb;
}
.processing-separator + p a {
  text-decoration: underline;
}
/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
  .ngc-slider .slider-item .slider-text-container .slider-text p,
  .ngc-slider .slider-item .slider-text-container .slider-text .slider-title {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
.device-ios {
  /* CSS specific to iOS devices */
}
.device-ios input:not(.btn),
.device-ios textarea,
.device-ios select,
.device-ios .select-style select {
  font-size: 16px!important;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  input,
  textarea,
  select,
  .select-style select {
    font-size: 16px!important;
  }
}
.login-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn-cta {
  background-color: #26bbc1;
  border-color: #26bbc1;
  color: #fff;
}
.btn-cta:hover {
  background-color: #084f98;
  border-color: #084f98;
}
.btn-cta.btn-ghost {
  background-color: transparent;
  color: #26bbc1;
}
.btn-cta.btn-ghost:hover {
  background-color: #26bbc1;
  border-color: #26bbc1;
  color: #fff;
}
.mobile-variant-container {
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.mobile-variant-container .open-variant {
  width: 100%;
  margin: 0;
}
.mobile-variant-container .open-variant .icon {
  margin-right: 4px;
}
.mobile-variant-container.hide,
.mobile-variant-container.closed {
  opacity: 0;
  visibility: hidden;
  bottom: -100px;
}
@media (min-width: 768px) {
  .mobile-variant-container {
    padding: 24px 32px;
    opacity: 0;
    visibility: hidden;
    bottom: -100px;
  }
}
.addtocart-section.opened {
  opacity: 1;
  visibility: visible;
}
.addtocart-section.opened .atc-content {
  bottom: 0;
}
.addtocart-section {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.addtocart-section > .close-variant {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999em;
}
.addtocart-section .atc-content {
  padding: 16px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -100px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.addtocart-section .atc-header {
  position: relative;
  margin-bottom: 16px;
}
.addtocart-section .atc-header .ngc-title {
  margin-top: 0;
  padding-right: 40px;
  color: #767676;
  font-size: 1em;
}
.addtocart-section .atc-header .close-variant {
  position: absolute;
  top: 0;
  right: 0;
}
.addtocart-section .atc-header .close-variant .icon {
  font-size: 24px;
}
.addtocart-section .atc-variants {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 8px;
  padding-bottom: 16px;
}
.addtocart-section .atc-variants .variant-opt {
  padding-right: 24px;
}
.addtocart-section .atc-variants .variant-opt label {
  font-size: 1.5em!important;
}
.addtocart-section .btn-area .btn {
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.addtocart-section .btn-area .btn .fa {
  font-size: 16px;
}
@media (min-width: 768px) {
  .addtocart-section {
    background-color: transparent;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 1;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .addtocart-section .atc-content {
    padding: 0;
    background-color: transparent;
    position: relative;
    left: auto;
    bottom: auto;
    max-height: inherit;
    overflow-y: visible;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .addtocart-section .atc-header {
    display: none;
  }
  .addtocart-section .btn-area .btn {
    margin-bottom: 10px;
  }
  .addtocart-section .atc-variants .variant-opt {
    padding-right: 32px;
  }
}
@media (min-width: 1200px) {
  .addtocart-section .atc-variants {
    padding-top: 16px;
    padding-bottom: 32px;
  }
  .addtocart-section .atc-variants .variant-opt {
    padding-right: 40px;
  }
}
@media (min-width: 1600px) {
  .addtocart-section .atc-variants {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .addtocart-section .atc-variants .variant-opt {
    padding-right: 56px;
  }
}
.pdtr-option .btn-area-new {
  text-align: center;
}
.pdtr-option .btn-area-new .link-compare {
  font-size: 14px;
  text-decoration: underline;
  color: #767676;
}
.pdtr-option .btn-area-new .link-compare:hover {
  color: #084f98;
}
@media (min-width: 1200px) {
  .pdtr-option .btn-area-new .link-compare {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .checkout-sidebar-container {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .checkout-sidebar-container {
    width: 380px;
  }
}
.checkout-order-summary {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-order-summary .cp-box {
  border: 1px solid #ebebeb;
  padding-bottom: 0;
}
.checkout-order-summary .summary-box .child + .child {
  border-top: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .checkout-order-summary {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-order-summary .cp-box {
    padding: 15px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .checkout-order-summary {
    padding-left: 30px;
    padding-right: 30px;
  }
  .checkout-order-summary .cp-box {
    padding: 15px;
    padding-bottom: 0;
  }
}
.hidden-child-summary {
  display: none;
}
.btn-other-product,
.btn-close-other-product {
  width: 100%;
  margin: 0;
  background-color: #084f98;
  border-color: #084f98;
  color: #fff;
  font-size: 12px;
}
.btn-other-product:hover,
.btn-close-other-product:hover {
  background-color: #26bbc1;
  border-color: #26bbc1;
}
.btn-other-product.btn-ghost,
.btn-close-other-product.btn-ghost {
  background-color: transparent;
  color: #084f98;
}
.btn-other-product.btn-ghost:hover,
.btn-close-other-product.btn-ghost:hover {
  background-color: #084f98;
  border-color: #084f98;
  color: #fff;
}
.link-review-order {
  font-weight: bold;
  text-align: center;
  display: block;
  color: #26bbc1;
  margin-top: 5px;
}
.link-review-order:hover {
  color: #084f98;
}
.floating-whatsapp {
  position: fixed;
  z-index: 40;
  right: 16px;
  bottom: 80px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 48px;
  height: 48px;
  display: block;
  background-color: #1bd741;
  color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.floating-whatsapp .icon {
  font-size: 24px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.floating-whatsapp:hover {
  background-color: #25D366;
  color: #fff;
}
@media (min-width: 768px) {
  .floating-whatsapp {
    bottom: 100px;
    width: 64px;
    height: 64px;
  }
  .floating-whatsapp .icon {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .floating-whatsapp {
    right: 40px;
    width: 80px;
    height: 80px;
  }
  .floating-whatsapp .icon {
    font-size: 40px;
  }
}
.pdtr-option.btn-container {
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  background-color: #fff;
}
.pdtr-option.btn-container.hide {
  opacity: 0;
  visibility: hidden;
  bottom: -80px;
}
.pdtr-option.btn-container .btn-area {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdtr-option.btn-container .btn-area .btn {
  margin: 0;
  min-width: inherit;
  cursor: pointer;
}
.pdtr-option.btn-container .btn-area .btn-wishlist {
  width: 44px;
  padding-left: 8px;
  padding-right: 8px;
}
.pdtr-option.btn-container .btn-area .btn-wishlist .icon {
  margin: 0;
}
.pdtr-option.btn-container .btn-area .btn-wishlist .text {
  display: none;
}
.pdtr-option.btn-container .btn-area .btn-atc {
  width: calc(100% - 56px);
  font-size: 14px;
}
@media (min-width: 768px) {
  .pdtr-option.btn-container .btn-area .btn-wishlist {
    width: 52px;
  }
  .pdtr-option.btn-container .btn-area .btn-atc {
    width: calc(100% - 68px);
  }
}
@media (min-width: 992px) {
  .pdtr-option.btn-container {
    position: relative;
    padding: 15px 0;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .pdtr-option.btn-container {
    padding: 20px 0;
  }
  .pdtr-option.btn-container .btn-area .btn-wishlist {
    width: calc(50% - 10px);
  }
  .pdtr-option.btn-container .btn-area .btn-wishlist .icon {
    margin-right: 12px;
  }
  .pdtr-option.btn-container .btn-area .btn-wishlist .text {
    display: inline-block;
  }
  .pdtr-option.btn-container .btn-area .btn-atc {
    width: calc(50% - 10px);
  }
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
  overflow-y: auto;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .simplebar-content-wrapper {
  visibility: hidden;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area.active .top {
  overflow-y: auto;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area.active .top .simplebar-content-wrapper {
  visibility: visible;
}
.hidden-search-autocomplete .simplebar-content-wrapper {
  visibility: hidden;
}
.hidden-search-autocomplete.show .simplebar-content-wrapper {
  visibility: visible;
}
.label-badge {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 11px;
  min-width: 40px;
  line-height: 18px;
  padding: 0 5px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ff3e3e;
  background-color: rgba(255, 255, 255, 0.6);
  color: #ff3e3e;
  margin: 2px 2px 2px 0;
}
.label-badge.blue {
  border-color: #2295f7;
  background-color: #2295f7;
  color: #fff;
}
.label-badge.green {
  border-color: #26bbc1;
  background-color: #26bbc1;
  color: #fff;
}
.label-badge.red {
  border-color: #ff3e3e;
  background-color: #ff3e3e;
  color: #fff;
}
.label-badge.red.ghost {
  background-color: transparent;
  color: #ff3e3e;
}
.label-badge.orange {
  border-color: #e57200;
  background-color: #e57200;
  color: #fff;
}
.label-badge.orange.ghost {
  background-color: transparent;
  color: #e57200;
}
.label-badge.preorder {
  border-color: rgba(49, 53, 59, 0.68);
  background-color: rgba(49, 53, 59, 0.68);
  color: #fff;
}
.label-badge.preorder.ghost {
  background-color: transparent;
  color: rgba(49, 53, 59, 0.68);
}
@media (min-width: 1200px) {
  .label-badge {
    font-size: 12px;
    line-height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 4px 4px 4px 0;
  }
}
@media (min-width: 768px) {
  .cart-table .label-badge {
    margin-right: 0;
    margin-left: 4px;
  }
}
.why-area .ngc-maintitle {
  font-size: 1.55em;
}
@media (min-width: 1200px) {
  .why-area .ngc-maintitle {
    font-size: 1.75em;
  }
}
img.lazyload:not([src]) {
  visibility: hidden;
}
.file-input + small {
  font-weight: bold;
  color: #6F767C;
  padding-top: 4px;
  display: inline-block;
}
.input-group {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border: 1px solid #cacaca;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
}
.file-caption .file-caption-icon {
  display: none;
}
.file-caption .file-caption-name {
  height: 100%;
  padding-left: 12px!important;
  font-size: 14px;
  border-bottom: none!important;
}
@media (min-width: 1200px) {
  .file-caption .file-caption-name {
    font-size: 16px;
    padding-left: 16px!important;
  }
}
.file-drop-zone {
  margin: 0;
  border: none;
  background-color: #fff;
}
.file-drop-zone-title {
  font-size: 14px;
  line-height: 1.28em;
  text-align: center;
  padding: 28px 16px;
}
@media (min-width: 768px) {
  .file-drop-zone-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .file-drop-zone-title {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.file-preview {
  padding: 0;
  border: 1px solid #cacaca;
}
.file-preview .file-actions,
.file-preview .file-upload-indicator {
  display: none;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: auto;
}
.krajee-default.file-preview-frame {
  border: none;
  background-color: #efefef;
  padding: 10px;
}
.krajee-default.file-preview-frame,
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: none;
}
.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  height: auto;
}
.file-drop-zone .file-preview-thumbnails {
  overflow: hidden;
}
.krajee-default .file-footer-caption {
  margin-bottom: 0;
}
.file-loading:before {
  background: none;
}
.input-group-append {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-btn .btn {
  margin: 0;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  min-width: inherit;
}
.input-group-btn .btn.btn-file {
  border-top-right-radius: 5px!important;
  border-bottom-right-radius: 5px!important;
  background-color: #084f98;
  border-color: #084f98;
  color: #fff;
  color: #fff!important;
}
.input-group-btn .btn.btn-file:hover {
  background-color: #26bbc1;
  border-color: #26bbc1;
}
.input-group-btn .btn.btn-file.btn-ghost {
  background-color: transparent;
  color: #084f98;
}
.input-group-btn .btn.btn-file.btn-ghost:hover {
  background-color: #084f98;
  border-color: #084f98;
  color: #fff;
}
.input-group-btn .btn.fileinput-remove-button {
  background-color: #e57200;
  border-color: #e57200;
  color: #fff;
}
.input-group-btn .btn.fileinput-remove-button:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .input-group-btn .btn {
    font-size: 14px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.uploaded-ktp {
  position: relative;
  overflow: hidden;
  width: 200px;
  background-color: #084f98;
  margin: 16px 0;
}
.uploaded-ktp img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: opacity .3s;
}
.uploaded-ktp .icon {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: opacity .3s;
}
.uploaded-ktp:hover img {
  opacity: .3;
}
.uploaded-ktp:hover .icon {
  opacity: 1;
}
.hidden-new-address .select2-container .select2-selection--single,
.addcompare-select + .select2-container .select2-selection--single {
  height: 44px!important;
}
.hidden-new-address .select2-container .select2-selection--single .select2-selection__rendered,
.addcompare-select + .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px!important;
  line-height: 42px!important;
}
.addcompare-select + .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 42px;
  height: 100%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.addcompare-select + .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f002";
  /* "Three Line Menu Navicon" shows up */
  font-family: 'FontAwesome';
  display: block;
  width: 42px;
  height: 18px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  line-height: 18px;
  font-size: 14px!important;
  text-align: center;
  color: #26bbc1;
}
@media (min-width: 1200px) {
  .hidden-new-address .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px!important;
  }
}
.ads-banner .ngc-media {
  overflow: hidden;
}
.ads-banner .ngc-media img {
  display: block;
  width: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  position: relative;
  z-index: 1;
}
.ads-banner .ngc-media a:hover img {
  transform: scale(1.05);
  z-index: 2;
}
.ads-banner.has-text {
  position: relative;
}
.ads-banner.has-text .ngc-text .ngc-link {
  padding-top: 15px;
  font-size: 12px;
}
.ads-banner.has-text .ngc-text .ngc-link a {
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.ads-banner.has-text .ngc-text .ngc-link a:hover {
  text-decoration: none;
}
.ads-banner.has-text.text-below .ngc-text {
  text-align: center;
  padding-top: 10px;
}
.ads-banner.has-text.text-below .ngc-text .ads-info {
  display: block;
}
.ads-banner.has-text.text-below .ngc-text .ads-info:first-child {
  font-size: 1.167em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.ads-banner.has-text.text-over {
  text-align: center;
}
.ads-banner.has-text.text-over .ngc-media {
  position: relative;
  z-index: 1;
}
.ads-banner.has-text.text-over .ngc-text {
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 100%;
}
.ads-banner.has-text.text-over .ngc-text .ads-info {
  display: block;
}
.ads-banner.has-text.text-over .ngc-text .ads-info:first-child {
  display: inline-block;
  font-size: 1.167em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
@media (min-width: 540px) {
  .ads-banner.has-text.text-over .ngc-text {
    position: absolute;
    padding: 10px;
    max-width: calc(100% - 20px);
  }
  .ads-banner.has-text.text-over.top-center,
  .ads-banner.has-text.text-over.center-center,
  .ads-banner.has-text.text-over.bottom-center {
    text-align: center;
  }
  .ads-banner.has-text.text-over.top-center .ngc-text {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
  }
  .ads-banner.has-text.text-over.center-center .ngc-text {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .ads-banner.has-text.text-over.bottom-center .ngc-text {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
  }
  .ads-banner.has-text.text-over.top-right,
  .ads-banner.has-text.text-over.center-right,
  .ads-banner.has-text.text-over.bottom-right {
    text-align: right;
  }
  .ads-banner.has-text.text-over.top-right .ngc-text {
    top: 10px;
    right: 10px;
  }
  .ads-banner.has-text.text-over.center-right .ngc-text {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    bottom: 10px;
    right: 10px;
  }
  .ads-banner.has-text.text-over.top-left,
  .ads-banner.has-text.text-over.center-left,
  .ads-banner.has-text.text-over.bottom-left {
    text-align: left;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text {
    top: 10px;
    left: 10px;
  }
  .ads-banner.has-text.text-over.center-left .ngc-text {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
  }
  .ads-banner.has-text.text-over.bottom-left .ngc-text {
    bottom: 10px;
    left: 10px;
  }
}
@media (min-width: 768px) {
  .ads-banner.has-text.text-over .ngc-text {
    max-width: calc(100% - 40px);
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.top-center .ngc-text,
  .ads-banner.has-text.text-over.top-right .ngc-text {
    top: 20px;
  }
  .ads-banner.has-text.text-over.bottom-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-center .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    bottom: 20px;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.center-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-left .ngc-text {
    left: 20px;
  }
  .ads-banner.has-text.text-over.top-right .ngc-text,
  .ads-banner.has-text.text-over.center-right .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .ads-banner.has-text.text-over .ngc-text {
    max-width: calc(100% - 60px);
    padding: 12px 15px;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.top-center .ngc-text,
  .ads-banner.has-text.text-over.top-right .ngc-text {
    top: 30px;
  }
  .ads-banner.has-text.text-over.bottom-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-center .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    bottom: 30px;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.center-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-left .ngc-text {
    left: 30px;
  }
  .ads-banner.has-text.text-over.top-right .ngc-text,
  .ads-banner.has-text.text-over.center-right .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    right: 30px;
  }
}
/* NEW PROMO IMAGES */
.flex-row {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.flex-row .child {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.n-1-col1 .child {
  width: 100%;
}
.n-1-col2 .child {
  width: 50%;
}
.n-1-col3 .child {
  width: 33.33%;
}
.n-1-col4 .child {
  width: 25%;
}
.n-1-col5 .child {
  width: 20%;
}
.n-1-col6 .child {
  width: 16.66%;
}
.n-1-col8 .child {
  width: 12.5%;
}
.n-1-gutter-none {
  margin-left: 0px;
  margin-right: 0px;
}
.n-1-gutter-none .child {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.n-1-gutter-small {
  margin-left: -5px;
  margin-right: -5px;
}
.n-1-gutter-small .child {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.n-1-gutter-medium {
  margin-left: -10px;
  margin-right: -10px;
}
.n-1-gutter-medium .child {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.n-1-gutter-large {
  margin-left: -15px;
  margin-right: -15px;
}
.n-1-gutter-large .child {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .n-768-col1 .child {
    width: 100%;
  }
  .n-768-col2 .child {
    width: 50%;
  }
  .n-768-col3 .child {
    width: 33.33%;
  }
  .n-768-col4 .child {
    width: 25%;
  }
  .n-768-col5 .child {
    width: 20%;
  }
  .n-768-col6 .child {
    width: 16.66%;
  }
  .n-768-col8 .child {
    width: 12.5%;
  }
  .n-768-gutter-none {
    margin-left: 0px;
    margin-right: 0px;
  }
  .n-768-gutter-none .child {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .n-768-gutter-small {
    margin-left: -5px;
    margin-right: -5px;
  }
  .n-768-gutter-small .child {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .n-768-gutter-medium {
    margin-left: -10px;
    margin-right: -10px;
  }
  .n-768-gutter-medium .child {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .n-768-gutter-large {
    margin-left: -15px;
    margin-right: -15px;
  }
  .n-768-gutter-large .child {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .n-1200-col1 .child {
    width: 100%;
  }
  .n-1200-col2 .child {
    width: 50%;
  }
  .n-1200-col3 .child {
    width: 33.33%;
  }
  .n-1200-col4 .child {
    width: 25%;
  }
  .n-1200-col5 .child {
    width: 20%;
  }
  .n-1200-col6 .child {
    width: 16.66%;
  }
  .n-1200-col8 .child {
    width: 12.5%;
  }
  .n-1200-gutter-none {
    margin-left: 0px;
    margin-right: 0px;
  }
  .n-1200-gutter-none .child {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .n-1200-gutter-small {
    margin-left: -5px;
    margin-right: -5px;
  }
  .n-1200-gutter-small .child {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .n-1200-gutter-medium {
    margin-left: -10px;
    margin-right: -10px;
  }
  .n-1200-gutter-medium .child {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .n-1200-gutter-large {
    margin-left: -15px;
    margin-right: -15px;
  }
  .n-1200-gutter-large .child {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.section-padding:not([style^="background-color"]):not(#product-floor-section) + .section-padding:not([style^="background-color"]) {
  padding-top: 0;
}
.slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}
.slick-dots li:after {
  display: none;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #aaaaaa;
}
.slick-dots li.slick-active {
  margin-left: 5px;
  margin-right: 5px;
}
.slick-dots li.slick-active button {
  border-color: #26bbc1;
  background-color: #26bbc1;
}
@media (min-width: 1200px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slick-dots li,
  .slick-dots li.slick-active {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .main-slick .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .main-slick .slick-dots li,
  .main-slick .slick-dots li.slick-active {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.courier-child {
  width: 100%;
}
.courier-child label {
  height: 100%;
}
@media (min-width: 768px) {
  .hero-banner-section .main-container.first-child {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .hero-banner-section .main-container.first-child {
    padding-top: 24px;
  }
}
.main-slick-container {
  position: relative;
}
.main-slick-container .slidePrev,
.main-slick-container .slideNext {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  display: none;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  background-color: #fff;
  color: #767676;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.main-slick-container .slidePrev .icon,
.main-slick-container .slideNext .icon {
  font-size: 20px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.main-slick-container .slidePrev.slick-arrow,
.main-slick-container .slideNext.slick-arrow {
  display: block;
}
.main-slick-container .slidePrev.slick-hidden,
.main-slick-container .slideNext.slick-hidden {
  display: none!important;
}
.main-slick-container .slidePrev {
  left: 0;
}
.main-slick-container .slideNext {
  right: 0;
}
.main-slick-container:hover .slidePrev,
.main-slick-container:hover .slideNext {
  opacity: 1;
  visibility: visible;
}
.main-slick-container:hover .slidePrev {
  left: 16px;
}
.main-slick-container:hover .slideNext {
  right: 16px;
}
@media (min-width: 768px) {
  .main-slick-container {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .main-slick-container {
    margin-bottom: 64px;
  }
}
.main-slick {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-slick {
    padding-bottom: 0;
  }
  .main-slick .item .mobile-video,
  .main-slick .item .desktop-video,
  .main-slick .item img {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transform: scale(0.9, 0.9);
  }
  .main-slick .item.slick-current .mobile-video,
  .main-slick .item.slick-current .desktop-video,
  .main-slick .item.slick-current img {
    transform: scale(1, 1);
  }
  .main-slick .slick-dots {
    bottom: -32px;
  }
}
@media (min-width: 1200px) {
  .main-slick .slick-dots {
    bottom: -48px;
  }
}
.after-login-text {
  text-align: center;
}
.after-login-text a {
  font-weight: bold;
  text-decoration: underline;
}
.after-login-text a:hover {
  text-decoration: none;
}
.cart-table .item-title a {
  color: #767676;
}
.cart-table .item-title a:hover {
  color: #084f98;
}
.pdtr-option .form-group {
  vertical-align: top;
}
.login-split,
.register-page {
  border-bottom: none;
}
.copyright {
  color: #767676;
  font-size: 14px;
}
.cp-box.no-shadow {
  box-shadow: none;
}
.body-cart {
  padding-bottom: 80px!important;
  height: auto;
}
@media (min-width: 992px) {
  .body-cart {
    padding-bottom: 0px!important;
  }
}
.summary-box .ngc-title {
  padding-bottom: 0;
}
.summary-box .child {
  border-top: none;
}
.summary-box .checkout-button {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.summary-box .checkout-button .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .summary-box .checkout-button {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .summary-box .checkout-button {
    position: relative;
    z-index: 1;
    padding: 0;
    padding-bottom: 10px;
    box-shadow: none;
  }
}
.body-checkout {
  padding-bottom: 140px!important;
  height: auto;
}
@media (min-width: 992px) {
  .body-checkout {
    padding-bottom: 0px!important;
  }
}
.checkout-page .checkout-sidebar .content .cp-box {
  box-shadow: none;
}
.top-summary-toggle .mobile-summary-toggle {
  position: relative;
  padding: 14px 30px;
  font-size: 12px;
  margin-bottom: 16px;
}
.top-summary-toggle .mobile-summary-toggle .icon {
  margin-right: 4px;
}
.top-summary-toggle .mobile-summary-toggle:before {
  display: none;
}
.top-summary-toggle .mobile-summary-toggle.opened {
  bottom: auto;
}
.checkout-confirmation {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.checkout-confirmation p {
  font-size: 12px;
}
.checkout-confirmation .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-confirmation {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .checkout-confirmation {
    position: relative;
    z-index: 1;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    bottom: 0;
    padding-top: 40px;
    background-color: transparent;
  }
  .checkout-confirmation p {
    font-size: 1em;
    margin-bottom: 1rem;
  }
  .checkout-confirmation .btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .checkout-steps .step .ngc-title {
    font-size: 18px;
  }
}
.ngc-no-content.cart-empty img {
  display: block;
  width: 50%;
  max-width: 80px;
  margin: 0 auto;
}
.ngc-no-content.cart-empty a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .ngc-no-content.cart-empty {
    font-size: 16px;
  }
  .ngc-no-content.cart-empty p {
    margin: 15px 0;
  }
}
.order-detail-table .odtr {
  padding: 5px 10px;
}
.order-detail-table .odt-header .odtr .odth {
  padding: 5px;
}
.order-detail-table .odt-body .odtr .odtd {
  padding: 5px;
}
.order-detail-table .odt-body .price-footer {
  padding: 3px 5px;
}
@media (min-width: 768px) {
  .order-detail-table .odt-header .odtr .odth {
    padding: 10px 5px;
  }
  .order-detail-table .odt-body .odtr .odtd {
    padding: 10px 5px;
  }
  .order-detail-table .odt-body .odtr .price-footer {
    padding: 5px;
  }
}
.sbanner img {
  display: block;
  width: 100%;
}
.sbanner-slick .item img {
  display: block;
  width: 100%;
}
.store-list {
  margin-bottom: 16px;
  margin-top: 12px;
}
.store-list .sl-content {
  border: 1px solid #ebebeb;
  padding: 10px 15px;
}
.store-list .radiocheck-wrap {
  padding: 8px 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: block;
}
.store-list .radiocheck-wrap .open-time {
  color: #b2b2b2;
}
.store-list .address-label {
  display: block;
  color: #084f98;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .store-list {
    margin-bottom: 20px;
  }
  .store-list .sl-content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .store-list .radiocheck-wrap {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .store-list {
    margin-bottom: 32px;
  }
}
.mega-menu-row {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.mega-menu-row .mega-menu-grid {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  padding-bottom: 14px;
}
@media (min-width: 992px) {
  .mega-menu-row {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .mega-menu-row {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
/* iphone X , XS, 11 Pro */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .summary-box .checkout-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .checkout-confirmation {
    padding-bottom: 16px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (min-width: 992px) {
  .summary-box .checkout-button {
    padding-bottom: 10px;
  }
}
/* iphone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .summary-box .checkout-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .checkout-confirmation {
    padding-bottom: 16px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (min-width: 992px) {
  .summary-box .checkout-button {
    padding-bottom: 10px;
  }
}
/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .summary-box .checkout-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .checkout-confirmation {
    padding-bottom: 16px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (min-width: 992px) {
  .summary-box .checkout-button {
    padding-bottom: 10px;
  }
}
