@font-face {
    font-family: 'Proxima Nova Light';
    font-weight: normal;
    font-style: normal;
    src: local('Proxima Nova Regular'), local('Proxima Nova Regular'), url(a74d96aabc2e579e.woff2) format('woff2');
}

@font-face {
    font-family: 'Proxima Nova Regular';
    font-weight: normal;
    font-style: normal;
    src: local('Proxima Nova Regular'), local('Proxima Nova Regular'), url(88c115adeb212779.woff2) format('woff2');
}

@font-face {
    font-family: 'Proxima Nova Medium';
    font-weight: normal;
    font-style: normal;
    src: local('Proxima Nova Medium'), local('Proxima Nova Medium'), url(1725549be7fbeae2.woff2) format('woff2');
}

@font-face {
    font-family: 'Proxima Nova Bold';
    font-weight: normal;
    font-style: normal;
    src: local('Proxima Nova Bold'), local('Proxima Nova Bold'), url(acaca9eff7d44bb5.woff2) format('woff2');
}

.opentip-container,
.opentip-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.opentip-container {
  position: absolute;
  max-width: 300px;
  z-index: 100;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  pointer-events: none;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
  -webkit-transform: translateY(-5px) translateX(5px);
  -ms-transform: translateY(-5px) translateX(5px);
  transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
  -webkit-transform: translateY(5px) translateX(5px);
  -ms-transform: translateY(5px) translateX(5px);
  transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
  -webkit-transform: translateY(5px) translateX(-5px);
  -ms-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
  -webkit-transform: translateY(-5px) translateX(-5px);
  -ms-transform: translateY(-5px) translateX(-5px);
  transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed .opentip {
  pointer-events: auto;
}
.opentip-container.ot-hidden {
  display: none;
}
.opentip-container .opentip {
  position: relative;
  font-size: 13px;
  line-height: 120%;
  padding: 9px 14px;
  color: #4f4b47;
  text-shadow: -1px -1px 0px rgba(255,255,255,0.2);
}
.opentip-container .opentip .header {
  margin: 0;
  padding: 0;
}
.opentip-container .opentip .ot-close {
  pointer-events: auto;
  display: block;
  position: absolute;
  top: -12px;
  left: 60px;
  color: rgba(0,0,0,0.5);
  background: rgba(0,0,0,0);
  text-decoration: none;
}
.opentip-container .opentip .ot-close span {
  display: none;
}
.opentip-container .opentip .ot-loading-indicator {
  display: none;
}
.opentip-container.ot-loading .ot-loading-indicator {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  display: block;
}
.opentip-container.ot-loading .ot-loading-indicator span {
  display: block;
  -webkit-animation: otloading 2s linear infinite;
  animation: otloading 2s linear infinite;
  text-align: center;
}
.opentip-container.style-dark .opentip,
.opentip-container.style-alert .opentip {
  color: #f8f8f8;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.opentip-container.style-glass .opentip {
  padding: 15px 25px;
  color: #317cc5;
  text-shadow: 1px 1px 8px rgba(0,94,153,0.3);
}
.opentip-container.ot-hide-effect-fade {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.opentip-container.ot-hide-effect-fade.ot-hiding {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-going-to-show,
.opentip-container.ot-show-effect-appear.ot-showing {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.opentip-container.ot-show-effect-appear.ot-going-to-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-showing {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.opentip-container.ot-show-effect-appear.ot-visible {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
@-webkit-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .swal2-container.swal2-top-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .swal2-container.swal2-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .swal2-container.swal2-center-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .swal2-container.swal2-grow-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    -webkit-transition: background-color .1s;
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      -webkit-box-shadow: 1px 1px 1px #fff;
              box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
              box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    -webkit-transition: color .1s ease;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      -webkit-box-shadow: 0 0 2px #f27474 !important;
              box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      -webkit-box-shadow: 0 0 3px #c4e6f5;
              box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::-webkit-input-placeholder,
    .swal2-modal .swal2-file::-webkit-input-placeholder,
    .swal2-modal .swal2-textarea::-webkit-input-placeholder {
      color: #cccccc; }
    .swal2-modal .swal2-input:-ms-input-placeholder,
    .swal2-modal .swal2-file:-ms-input-placeholder,
    .swal2-modal .swal2-textarea:-ms-input-placeholder {
      color: #cccccc; }
    .swal2-modal .swal2-input::-ms-input-placeholder,
    .swal2-modal .swal2-file::-ms-input-placeholder,
    .swal2-modal .swal2-textarea::-ms-input-placeholder {
      color: #cccccc; }
    .swal2-modal .swal2-input::-moz-placeholder,
    .swal2-modal .swal2-file::-moz-placeholder,
    .swal2-modal .swal2-textarea::-moz-placeholder {
      color: #cccccc; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
                -ms-transform-origin: 60px 60px;
            transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
                -ms-transform-origin: 0 60px;
            transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  -webkit-animation: showSweetAlert .3s;
          animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert .15s forwards;
          animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip .75s;
          animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long .75s;
          animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon .5s;
          animation: animate-error-icon .5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark .5s;
          animation: animate-x-mark .5s; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
 }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

/*!
   angular-block-ui v0.2.2
   (c) 2016 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/

.block-ui {
  position: relative;
}

body.block-ui {
  /* IE8 doesn't support .block-ui:not(body) */
  
  position: static;
}

body.block-ui > .block-ui-container,
.block-ui-main > .block-ui-container {
  position: fixed;
}

.block-ui-container {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=00);
}

.block-ui-active > .block-ui-container {
  height: 100%;
  cursor: wait;
}

.block-ui-active .block-ui-active > .block-ui-container {
  height: 0;
}

.block-ui-visible > .block-ui-container {
  opacity: 1;
  filter: alpha(opacity=100);
}

.block-ui-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: white;
}

.block-ui-message-container {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
  z-index: 10001;
}

.block-ui-message {
  display: inline-block;
  text-align: left;
  background-color: #333;
  color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  /* needed for IE */
  
  filter: alpha(opacity=100);
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-ui-anim-fade > .block-ui-container {
  -webkit-transition: height 0s linear 200ms, opacity 200ms ease 0s;
  transition: height 0s linear 200ms, opacity 200ms ease 0s;
}

.block-ui-anim-fade.block-ui-active > .block-ui-container {
  /*this resets the initial delay of the height */
  /*and sizes the block to full height at once at the start of the block. */
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            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);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* Bootstrap itself: */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("86b6f62b7853e67d.eot");
  src: url("86b6f62b7853e67d.eot?#iefix") format("embedded-opentype"), url("ca35b697d99cae4d.woff2") format("woff2"), url("278e49a86e634da6.woff") format("woff"), url("44bc1850f5709722.ttf") format("truetype"), url("de51a8494180a6db.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3E7AED;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1352cc;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #3E7AED;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #155ce3;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #3E7AED;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #155ce3;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 44px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 44px;
  line-height: 44px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 44px;
  min-height: 36px;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848484;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #eee;
  border-color: #e4e4e4;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #d5d5d5;
  border-color: #a4a4a4;
}
.btn-default:hover {
  color: #333;
  background-color: #d5d5d5;
  border-color: #c5c5c5;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #c5c5c5;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #c3c3c3;
  border-color: #a4a4a4;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #eee;
  border-color: #e4e4e4;
}
.btn-default .badge {
  color: #eee;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #3E7AED;
  border-color: #3E7AED;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #155ce3;
  border-color: #0f3f9d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #155ce3;
  border-color: #1458da;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #155ce3;
  background-image: none;
  border-color: #1458da;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #124ec2;
  border-color: #0f3f9d;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3E7AED;
  border-color: #3E7AED;
}
.btn-primary .badge {
  color: #3E7AED;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #45b093;
  border-color: #45b093;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #378b74;
  border-color: #215447;
}
.btn-success:hover {
  color: #fff;
  background-color: #378b74;
  border-color: #34846e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #378b74;
  background-image: none;
  border-color: #34846e;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #2d725f;
  border-color: #215447;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #45b093;
  border-color: #45b093;
}
.btn-success .badge {
  color: #45b093;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5FA3E1;
  border-color: #4e99de;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #348ad9;
  border-color: #1b5991;
}
.btn-info:hover {
  color: #fff;
  background-color: #348ad9;
  border-color: #267bc9;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #348ad9;
  background-image: none;
  border-color: #267bc9;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #2578c4;
  border-color: #1b5991;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5FA3E1;
  border-color: #4e99de;
}
.btn-info .badge {
  color: #5FA3E1;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #fea000;
  border-color: #ea9300;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cb8000;
  border-color: #6a4300;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cb8000;
  border-color: #ac6d00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cb8000;
  background-image: none;
  border-color: #ac6d00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a76900;
  border-color: #6a4300;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fea000;
  border-color: #ea9300;
}
.btn-warning .badge {
  color: #fea000;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #EB5757;
  border-color: #e94545;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e62929;
  border-color: #9c1313;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e62929;
  border-color: #d71a1a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e62929;
  background-image: none;
  border-color: #d71a1a;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #d21919;
  border-color: #9c1313;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #EB5757;
  border-color: #e94545;
}
.btn-danger .badge {
  color: #EB5757;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #3E7AED;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1352cc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #444;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #373737;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3E7AED;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3E7AED;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3E7AED;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #3E7AED;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #1352cc;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3E7AED;
  border-color: #3E7AED;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #3E7AED;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #155ce3;
}
.label-success {
  background-color: #45b093;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #378b74;
}
.label-info {
  background-color: #5FA3E1;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #348ad9;
}
.label-warning {
  background-color: #fea000;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cb8000;
}
.label-danger {
  background-color: #EB5757;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e62929;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3E7AED;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 4px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3E7AED;
}
.thumbnail .caption {
  padding: 9px;
  color: #444;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3E7AED;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #45b093;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5FA3E1;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #fea000;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #EB5757;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3E7AED;
  border-color: #3E7AED;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f9fbfe;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #444;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #444;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3E7AED;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3E7AED;
  border-color: #3E7AED;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3E7AED;
}
.panel-primary > .panel-heading .badge {
  color: #3E7AED;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3E7AED;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Import Font Awesome: */
/*!
 *  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('d980c2ce873dc43a.eot?v=4.7.0');
  src: url('d980c2ce873dc43a.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('d6f48cba7d076fb6.woff2?v=4.7.0') format('woff2'), url('28b782240b3e76db.woff?v=4.7.0') format('woff'), url('13b1eab65a983c7a.ttf?v=4.7.0') format('truetype'), url('98a8aa5cf7d62c2e.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 #eee;
  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 {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Import Alean Icons: */
@font-face {
  font-family: "alean-icons-font";
  src: url('0f9e5d0ccc8f5726.eot');
  src: url('0f9e5d0ccc8f5726.eot?#iefix') format('eot'), url('253ee482509c6b3a.woff2') format('woff2'), url('93c981e0c8f9f211.woff') format('woff'), url('f6e894b82c1525ea.ttf') format('truetype'), url('e3cc2d1265deced7.svg#alean-icons-font') format('svg');
}
.aleanIcons-base-pseudo,
.aleanIcons-add-members:before,
.aleanIcons-advantage:before,
.aleanIcons-agency-user:before,
.aleanIcons-airplane-left-o:before,
.aleanIcons-airplane-left:before,
.aleanIcons-airplane-right-o:before,
.aleanIcons-airplane-right:before,
.aleanIcons-all-inclusive:before,
.aleanIcons-anons:before,
.aleanIcons-arrow-down-circle:before,
.aleanIcons-arrow-down:before,
.aleanIcons-arrow-right:before,
.aleanIcons-arrow-up-multiple:before,
.aleanIcons-arrow-up-ws:before,
.aleanIcons-arrow-up:before,
.aleanIcons-baggage-o:before,
.aleanIcons-ball:before,
.aleanIcons-bank-card:before,
.aleanIcons-beach-description:before,
.aleanIcons-beach-dist:before,
.aleanIcons-beach-uslugi:before,
.aleanIcons-beach:before,
.aleanIcons-bed-bold:before,
.aleanIcons-bed:before,
.aleanIcons-burger-reverse:before,
.aleanIcons-burger:before,
.aleanIcons-bus:before,
.aleanIcons-calendar-ws:before,
.aleanIcons-calendar:before,
.aleanIcons-car:before,
.aleanIcons-cards:before,
.aleanIcons-caret:before,
.aleanIcons-check:before,
.aleanIcons-checkbox-checked:before,
.aleanIcons-checkbox:before,
.aleanIcons-children:before,
.aleanIcons-close:before,
.aleanIcons-comission:before,
.aleanIcons-complex:before,
.aleanIcons-cubok:before,
.aleanIcons-docs:before,
.aleanIcons-done-check:before,
.aleanIcons-edit:before,
.aleanIcons-else:before,
.aleanIcons-excursions:before,
.aleanIcons-exit:before,
.aleanIcons-fb-ws:before,
.aleanIcons-fb:before,
.aleanIcons-flag:before,
.aleanIcons-food:before,
.aleanIcons-home:before,
.aleanIcons-hotel:before,
.aleanIcons-important-info:before,
.aleanIcons-indoor-pool:before,
.aleanIcons-info:before,
.aleanIcons-infrastructura:before,
.aleanIcons-insta-ws:before,
.aleanIcons-insta:before,
.aleanIcons-intertaiment:before,
.aleanIcons-kids:before,
.aleanIcons-left-arrow:before,
.aleanIcons-lense:before,
.aleanIcons-location:before,
.aleanIcons-logout:before,
.aleanIcons-lotus:before,
.aleanIcons-money:before,
.aleanIcons-mount:before,
.aleanIcons-ok-ws:before,
.aleanIcons-ok:before,
.aleanIcons-outdoor-pool:before,
.aleanIcons-parking:before,
.aleanIcons-parkovka:before,
.aleanIcons-person-user:before,
.aleanIcons-phone:before,
.aleanIcons-plane:before,
.aleanIcons-plates:before,
.aleanIcons-pool:before,
.aleanIcons-print-form:before,
.aleanIcons-prog-description:before,
.aleanIcons-protect:before,
.aleanIcons-quality-control:before,
.aleanIcons-question:before,
.aleanIcons-radio-button-checked:before,
.aleanIcons-radio-button:before,
.aleanIcons-rating:before,
.aleanIcons-request:before,
.aleanIcons-review:before,
.aleanIcons-right-arrow:before,
.aleanIcons-sea:before,
.aleanIcons-services:before,
.aleanIcons-ship:before,
.aleanIcons-shopping-cart:before,
.aleanIcons-spa-uslugi:before,
.aleanIcons-spa:before,
.aleanIcons-star:before,
.aleanIcons-stats:before,
.aleanIcons-status-avoided:before,
.aleanIcons-status-point:before,
.aleanIcons-status-success:before,
.aleanIcons-status-waiting:before,
.aleanIcons-tickets-o:before,
.aleanIcons-transfer:before,
.aleanIcons-treatment:before,
.aleanIcons-user-ws:before,
.aleanIcons-user:before,
.aleanIcons-users:before,
.aleanIcons-usloviya:before,
.aleanIcons-vk-ws:before,
.aleanIcons-vk:before,
.aleanIcons-way:before,
.aleanIcons-wifi-ws:before,
.aleanIcons-wifi:before,
.aleanIcons-ytube-ws:before,
.aleanIcons-ytube:before,
.aleanIcons-zen-ws:before,
.aleanIcons-zen:before {
  font-family: "alean-icons-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.aleanIcons-add-members:before {
  content: "\E001";
}
.aleanIcons-advantage:before {
  content: "\E002";
}
.aleanIcons-agency-user:before {
  content: "\E003";
}
.aleanIcons-airplane-left-o:before {
  content: "\E004";
}
.aleanIcons-airplane-left:before {
  content: "\E005";
}
.aleanIcons-airplane-right-o:before {
  content: "\E006";
}
.aleanIcons-airplane-right:before {
  content: "\E007";
}
.aleanIcons-all-inclusive:before {
  content: "\E008";
}
.aleanIcons-anons:before {
  content: "\E009";
}
.aleanIcons-arrow-down-circle:before {
  content: "\E00A";
}
.aleanIcons-arrow-down:before {
  content: "\E00B";
}
.aleanIcons-arrow-right:before {
  content: "\E00C";
}
.aleanIcons-arrow-up-multiple:before {
  content: "\E00D";
}
.aleanIcons-arrow-up-ws:before {
  content: "\E00E";
}
.aleanIcons-arrow-up:before {
  content: "\E00F";
}
.aleanIcons-baggage-o:before {
  content: "\E010";
}
.aleanIcons-ball:before {
  content: "\E011";
}
.aleanIcons-bank-card:before {
  content: "\E012";
}
.aleanIcons-beach-description:before {
  content: "\E013";
}
.aleanIcons-beach-dist:before {
  content: "\E014";
}
.aleanIcons-beach-uslugi:before {
  content: "\E015";
}
.aleanIcons-beach:before {
  content: "\E016";
}
.aleanIcons-bed-bold:before {
  content: "\E017";
}
.aleanIcons-bed:before {
  content: "\E018";
}
.aleanIcons-burger-reverse:before {
  content: "\E019";
}
.aleanIcons-burger:before {
  content: "\E01A";
}
.aleanIcons-bus:before {
  content: "\E01B";
}
.aleanIcons-calendar-ws:before {
  content: "\E01C";
}
.aleanIcons-calendar:before {
  content: "\E01D";
}
.aleanIcons-car:before {
  content: "\E01E";
}
.aleanIcons-cards:before {
  content: "\E01F";
}
.aleanIcons-caret:before {
  content: "\E020";
}
.aleanIcons-check:before {
  content: "\E021";
}
.aleanIcons-checkbox-checked:before {
  content: "\E022";
}
.aleanIcons-checkbox:before {
  content: "\E023";
}
.aleanIcons-children:before {
  content: "\E024";
}
.aleanIcons-close:before {
  content: "\E025";
}
.aleanIcons-comission:before {
  content: "\E026";
}
.aleanIcons-complex:before {
  content: "\E027";
}
.aleanIcons-cubok:before {
  content: "\E028";
}
.aleanIcons-docs:before {
  content: "\E029";
}
.aleanIcons-done-check:before {
  content: "\E02A";
}
.aleanIcons-edit:before {
  content: "\E02B";
}
.aleanIcons-else:before {
  content: "\E02C";
}
.aleanIcons-excursions:before {
  content: "\E02D";
}
.aleanIcons-exit:before {
  content: "\E02E";
}
.aleanIcons-fb-ws:before {
  content: "\E02F";
}
.aleanIcons-fb:before {
  content: "\E030";
}
.aleanIcons-flag:before {
  content: "\E031";
}
.aleanIcons-food:before {
  content: "\E032";
}
.aleanIcons-home:before {
  content: "\E033";
}
.aleanIcons-hotel:before {
  content: "\E034";
}
.aleanIcons-important-info:before {
  content: "\E035";
}
.aleanIcons-indoor-pool:before {
  content: "\E036";
}
.aleanIcons-info:before {
  content: "\E037";
}
.aleanIcons-infrastructura:before {
  content: "\E038";
}
.aleanIcons-insta-ws:before {
  content: "\E039";
}
.aleanIcons-insta:before {
  content: "\E03A";
}
.aleanIcons-intertaiment:before {
  content: "\E03B";
}
.aleanIcons-kids:before {
  content: "\E03C";
}
.aleanIcons-left-arrow:before {
  content: "\E03D";
}
.aleanIcons-lense:before {
  content: "\E03E";
}
.aleanIcons-location:before {
  content: "\E03F";
}
.aleanIcons-logout:before {
  content: "\E040";
}
.aleanIcons-lotus:before {
  content: "\E041";
}
.aleanIcons-money:before {
  content: "\E042";
}
.aleanIcons-mount:before {
  content: "\E043";
}
.aleanIcons-ok-ws:before {
  content: "\E044";
}
.aleanIcons-ok:before {
  content: "\E045";
}
.aleanIcons-outdoor-pool:before {
  content: "\E046";
}
.aleanIcons-parking:before {
  content: "\E047";
}
.aleanIcons-parkovka:before {
  content: "\E048";
}
.aleanIcons-person-user:before {
  content: "\E049";
}
.aleanIcons-phone:before {
  content: "\E04A";
}
.aleanIcons-plane:before {
  content: "\E04B";
}
.aleanIcons-plates:before {
  content: "\E04C";
}
.aleanIcons-pool:before {
  content: "\E04D";
}
.aleanIcons-print-form:before {
  content: "\E04E";
}
.aleanIcons-prog-description:before {
  content: "\E04F";
}
.aleanIcons-protect:before {
  content: "\E050";
}
.aleanIcons-quality-control:before {
  content: "\E051";
}
.aleanIcons-question:before {
  content: "\E052";
}
.aleanIcons-radio-button-checked:before {
  content: "\E053";
}
.aleanIcons-radio-button:before {
  content: "\E054";
}
.aleanIcons-rating:before {
  content: "\E055";
}
.aleanIcons-request:before {
  content: "\E056";
}
.aleanIcons-review:before {
  content: "\E057";
}
.aleanIcons-right-arrow:before {
  content: "\E058";
}
.aleanIcons-sea:before {
  content: "\E059";
}
.aleanIcons-services:before {
  content: "\E05A";
}
.aleanIcons-ship:before {
  content: "\E05B";
}
.aleanIcons-shopping-cart:before {
  content: "\E05C";
}
.aleanIcons-spa-uslugi:before {
  content: "\E05D";
}
.aleanIcons-spa:before {
  content: "\E05E";
}
.aleanIcons-star:before {
  content: "\E05F";
}
.aleanIcons-stats:before {
  content: "\E060";
}
.aleanIcons-status-avoided:before {
  content: "\E061";
}
.aleanIcons-status-point:before {
  content: "\E062";
}
.aleanIcons-status-success:before {
  content: "\E063";
}
.aleanIcons-status-waiting:before {
  content: "\E064";
}
.aleanIcons-tickets-o:before {
  content: "\E065";
}
.aleanIcons-transfer:before {
  content: "\E066";
}
.aleanIcons-treatment:before {
  content: "\E067";
}
.aleanIcons-user-ws:before {
  content: "\E068";
}
.aleanIcons-user:before {
  content: "\E069";
}
.aleanIcons-users:before {
  content: "\E06A";
}
.aleanIcons-usloviya:before {
  content: "\E06B";
}
.aleanIcons-vk-ws:before {
  content: "\E06C";
}
.aleanIcons-vk:before {
  content: "\E06D";
}
.aleanIcons-way:before {
  content: "\E06E";
}
.aleanIcons-wifi-ws:before {
  content: "\E06F";
}
.aleanIcons-wifi:before {
  content: "\E070";
}
.aleanIcons-ytube-ws:before {
  content: "\E071";
}
.aleanIcons-ytube:before {
  content: "\E072";
}
.aleanIcons-zen-ws:before {
  content: "\E073";
}
.aleanIcons-zen:before {
  content: "\E074";
}
/* Global variables: */
/* Local variables: */
/*
See for details:
https://getbootstrap.com/docs/3.3/customize/

Theme demo page:
/bs-demo/
 */
/*
See for details:
https://getbootstrap.com/docs/3.3/customize/

Theme demo page:
/bs-demo/
 */
/* Local theme customization: */
/*
 * Custom styles:
 */
a,
a.btn {
  text-decoration: underline;
}
a.list-group-item,
a.btn,
.dropdown-menu a,
.nav a,
.navbar a,
.pager a {
  text-decoration: none;
}
.nav-pills a {
  cursor: pointer;
}
.input-group-addon + .form-control {
  border-left: none;
}
.form-control ~ .input-group-btn > .btn {
  border-left: none;
}
.btn {
  will-change: box-shadow, transform;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.btn-default:hover {
  background: #f8f8f8;
  border-color: #e4e4e4;
}
.btn-primary:hover {
  background: #5187ef;
  border-color: #3E7AED;
}
.btn-success:hover {
  background: #4fba9d;
  border-color: #45b093;
}
.btn-info:hover {
  background: #70ade4;
  border-color: #4e99de;
}
.btn-warning:hover {
  background: #ffa813;
  border-color: #ea9300;
}
.btn-danger:hover {
  background: #ed6969;
  border-color: #e94545;
}
.btn-link,
.btn-link:visited,
.btn-link:active {
  background: transparent;
  border-color: #4B63A2;
  color: #4B63A2;
  border-radius: 0;
  text-decoration: none;
}
.btn-link:hover {
  background: transparent;
  border-color: #677eb9;
  color: #677eb9;
  text-decoration: none;
}
input[type="text"]::-webkit-caps-lock-indicator {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type="text"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.swal2-modal .swal2-content {
  line-height: 1.8em;
}
.alert {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 3px -4px rgba(170, 170, 170, 0.5);
          box-shadow: 0 6px 3px -4px rgba(170, 170, 170, 0.5);
}
.alert.is-iconAndText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alert.is-iconAndText > i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
}
.alert-info {
  background-color: #5FA3E1;
  color: white;
}
.alert-info .alert-link {
  color: white;
}
.alert-warning {
  color: inherit;
  background: #ffe66c;
}
.alert-danger-bordered {
  border: 2px solid #f08585;
  border-radius: 0;
}
.alert.alert-danger-bordered.is-iconAndText > i {
  line-height: inherit;
  color: #f08585;
}
.alert-secondary {
  background: #e1e1e1;
}
.text-info {
  color: #3E7AED;
}
.text-danger {
  color: #F50B00;
}
/*
 * Custom styles:
 */
body {
  color: #171717;
}
body.side-nav-open {
  height: 100vh;
  overflow-y: hidden;
}
body.has-hat-finder-overlay {
  overflow-y: hidden;
}
.hatFinder-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 12, 27, 0.6);
}
a {
  color: #4B63A2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3E7AED;
}
a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav-pills a {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
b {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: normal;
}
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: normal;
}
h2,
h3,
h4,
.h2,
.h3,
.h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-weight: normal;
}
h5,
h6,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-weight: normal;
}
/* form controls */
.form-control {
  height: 40px;
  padding: 6px 15px;
  color: #171717;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #b2bedf;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus {
  font-family: 'Proxima Nova Medium', sans-serif;
}
.form-control::-webkit-input-placeholder {
  color: #7A87A2;
}
.form-control::-moz-placeholder {
  color: #7A87A2;
}
.form-control::-ms-input-placeholder {
  color: #7A87A2;
}
.form-control::placeholder {
  color: #7A87A2;
}
.form-control.input-sm {
  height: 40px;
  border-radius: 0;
}
.form-group {
  margin-bottom: 12px;
}
.form-group-lg .form-control {
  height: 46px;
  border-radius: 0;
}
textarea.form-control.input-sm {
  min-height: 120px;
}
input[type=text].form-control {
  padding: 10px 15px;
  text-overflow: ellipsis;
}
input[type=text].form-control:focus {
  border-color: #3E7AED;
  background-color: #EFF6FF;
}
.input-group-xl .form-control,
.input-group-xl input[type=text].form-control {
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
}
@media all and (min-width: 768px) {
  .input-group-xl .form-control,
  .input-group-xl input[type=text].form-control {
    font-size: 14px;
  }
}
.input-group-xl ng-include {
  width: 100%;
}
.input-group-xl .form-control::-webkit-input-placeholder,
.input-group-xl input[type=text].form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.input-group-xl .form-control::-moz-placeholder,
.input-group-xl input[type=text].form-control::-moz-placeholder {
  font-size: 14px;
}
.input-group-xl .form-control::-ms-input-placeholder,
.input-group-xl input[type=text].form-control::-ms-input-placeholder {
  font-size: 14px;
}
.input-group-xl .form-control::placeholder,
.input-group-xl input[type=text].form-control::placeholder {
  font-size: 14px;
}
input[type=text].form-control ~ .input-group-btn i {
  color: #7A87A2;
}
input[type=text].form-control:focus ~ .input-group-btn > .btn {
  border-color: #3E7AED;
  background-color: #EFF6FF;
}
input[type="text"]::-webkit-caps-lock-indicator,
input[type="text"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ui-select-bootstrap .ui-select-toggle {
  padding-right: 35px;
  background-color: white;
}
.ui-select-bootstrap .ui-select-toggle:hover {
  border-color: white;
  background-color: white;
}
.ui-select-placeholder {
  color: #7A87A2;
}
.input-group-xl .ui-select-container .form-control {
  height: 50px;
  padding: 5px 15px;
  line-height: 40px;
}
.input-group-xl .ui-select-container .form-control.ui-select-toggle {
  padding-right: 35px;
}
.ui-select-container .form-control:hover {
  border-color: white;
}
.ui-select-container .form-control:focus,
.ui-select-container .form-control:active {
  border-color: #3E7AED;
  background-color: #EFF6FF;
}
.ui-select-match {
  outline: none;
}
.ui-select-container .ui-select-toggle > .caret {
  right: 15px;
  width: 10px;
  height: 5px;
  margin-top: -6px;
  line-height: 1;
  border: none;
}
.ui-select-container .ui-select-toggle > .caret:before {
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group > .form-control {
  border-right: none;
}
.form-control ~ .input-group-btn > .btn,
.input-group-addon + .form-control {
  border-left: none;
}
.form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group.has-error .form-control {
  color: #EB5757;
  border-color: #EB5757;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group.has-error .form-control ~ .u-formError {
  position: relative;
  margin: 7px 0 0;
  padding: 0;
  font-size: 12px;
  color: #EB5757;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group.has-error .form-control ~ .u-formError:before {
  display: none;
}
.input-group-addon,
.input-group-btn {
  display: inline-block;
  width: auto;
}
/* buttons */
.btn {
  padding: 12px;
  font-family: 'Proxima Nova Medium', sans-serif;
  line-height: 1;
  border-radius: 0;
  will-change: box-shadow, transform;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
}
@media all and (min-width: 480px) {
  .btn {
    padding: 12px 20px;
  }
}
.btn:active,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn-transparent {
  background-color: white;
}
@media all and (min-width: 992px) {
  .btn-transparent:hover {
    background-color: white;
  }
}
@media all and (min-width: 992px) {
  .btn-default:hover {
    background: #f8f8f8;
    border-color: #e4e4e4;
  }
}
.btn-primary {
  background-color: #3E7AED;
  border-color: #3E7AED;
}
@media all and (min-width: 992px) {
  .btn-primary:hover {
    background: #5187ef;
    border-color: #5187ef;
  }
}
.btn-success {
  background-color: #45b093;
  border-color: #45b093;
}
@media all and (min-width: 992px) {
  .btn-success:hover {
    background: #4fba9d;
    border-color: #4fba9d;
  }
}
@media all and (min-width: 992px) {
  .btn-info:hover {
    background: #70ade4;
    border-color: #4e99de;
  }
}
@media all and (min-width: 992px) {
  .btn-warning:hover {
    background: #ffa813;
    border-color: #ea9300;
  }
}
@media all and (min-width: 992px) {
  .btn-danger:hover {
    background: #ed6969;
    border-color: #e94545;
  }
}
.btn-link,
.btn-link:visited,
.btn-link:active {
  background: transparent;
  border-color: #518AF9;
  color: #518AF9;
  border-radius: 0;
  text-decoration: none;
}
@media all and (min-width: 992px) {
  .btn-link:hover {
    background: #518AF9;
    border-color: #518AF9;
    color: white;
    text-decoration: none;
  }
}
.btn-tertiary {
  color: #171717;
  background-color: #FDD54A;
  border-color: #FDD54A;
}
@media all and (min-width: 992px) {
  .btn-tertiary:hover {
    color: #171717;
    background-color: #FDD54A;
    border-color: #FDD54A;
  }
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-md {
  padding: 8px 12px;
}
.btn.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 20px;
}
.btn.btn-xl,
.btn-group-xl > .btn {
  padding: 16px 20px;
  font-size: 16px;
}
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn {
  height: 50px;
  padding: 17px 15px;
  font-size: 14px;
  border-radius: 0;
}
/* modal */
.swal2-modal .swal2-content {
  line-height: 1.8em;
}
.modal,
.modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal.in {
  opacity: 1;
}
@media all and (min-width: 768px) {
  .modal-sm {
    width: 410px;
  }
}
.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
          box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
  background-color: #fafafa;
}
.modal-header {
  position: relative;
  padding: 30px 40px 15px 20px;
  border-bottom: none;
}
@media all and (min-width: 992px) {
  .modal-header {
    padding-left: 40px;
  }
}
.modal-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  font-size: 32px;
  color: #667d8c;
  text-shadow: none;
  opacity: 1;
}
.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active {
  outline: none;
  opacity: .7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-body {
  padding: 15px 20px 30px;
}
@media all and (min-width: 992px) {
  .modal-body {
    padding: 15px 40px 30px;
  }
}
.modal-body .form-control {
  border-color: #b2bedf;
}
.modal-footer {
  padding: 0 20px 25px;
  border-top: none;
}
@media all and (min-width: 992px) {
  .modal-footer {
    padding: 0 40px 25px;
  }
}
/* alert */
.alert {
  margin-bottom: 12px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alert.is-iconAndText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alert.is-iconAndText > i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
}
.alert.is-iconAndText h4 {
  margin-bottom: 10px;
}
.alert-info {
  color: white;
  background-color: #5FA3E1;
}
.alert-info .alert-link {
  color: white;
}
.alert-warning {
  color: inherit;
  background: #FFE091;
}
.alert-secondary {
  background: #e1e1e1;
}
/* checkbox */
.checkbox + .checkbox {
  margin-top: 0;
}
.checkbox {
  margin: 0 0 8px;
}
.checkbox label {
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: normal;
}
.checkbox input[type='checkbox'] {
  display: none;
}
.checkbox .checkbox-text {
  display: inline-block;
}
.checkbox .checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-align: center;
  border: 1px solid #b2bedf;
}
.checkbox.checkbox-success .checkbox-icon {
  border-color: #D3EE69;
}
.checkbox input[type='checkbox']:checked ~ .checkbox-icon {
  background: #b2bedf url('81e2222e02fb8f60.svg') center no-repeat;
}
.checkbox.checkbox-success input[type='checkbox']:checked ~ .checkbox-icon {
  background-color: #D3EE69;
}
.checkbox input[type='checkbox']:checked ~ .checkbox-text {
  font-family: 'Proxima Nova Medium', sans-serif;
  color: #3E7AED;
}
.checkbox.checkbox-success input[type='checkbox']:checked ~ .checkbox-text {
  color: #171717;
}
/* radio */
.radio + .radio {
  margin-top: 0;
}
.radio {
  margin: 0 0 8px;
}
.radio label {
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: normal;
}
.radio input[type='radio'] {
  display: none;
}
.radio .radio-text {
  display: inline-block;
}
.radio .radio-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #dee4f3;
  border-radius: 50%;
}
.radio .radio-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
}
.radio input[type='radio']:checked ~ .radio-icon {
  border-color: #3E7AED;
}
.radio input[type='radio']:checked ~ .radio-icon:before {
  background-color: #3E7AED;
}
.radio input[type='radio']:checked ~ .radio-text {
  font-family: 'Proxima Nova Medium', sans-serif;
  color: #3E7AED;
}
/* scrollbar */
.ps__rail-y {
  width: 5px;
  background-color: #fafafa;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #fafafa;
}
.ps__thumb-y {
  right: 0;
  width: 5px;
  border-radius: 0;
  background-color: #b2d4ff;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 5px;
  background-color: #b2d4ff;
}
/* text */
.text-info {
  color: #3E7AED;
}
.text-danger {
  color: #F50B00;
}
/* opentip */
.opentip-container {
  max-width: 180px;
}
@media all and (min-width: 480px) {
  .opentip-container {
    max-width: 250px;
  }
}
@media all and (min-width: 768px) {
  .opentip-container {
    max-width: 300px;
  }
}
.opentip-container .opentip {
  padding: 15px 25px 9px 15px;
  text-shadow: none;
  background-color: white;
  -webkit-box-shadow: 0px 2px 14px rgba(110, 137, 189, 0.37);
          box-shadow: 0px 2px 14px rgba(110, 137, 189, 0.37);
}
.opentip-container canvas {
  display: none;
}
.opentip-container .opentip .ot-close {
  top: 10px !important;
  right: 8px;
  left: auto !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .85;
}
.opentip-container .opentip .ot-close:hover {
  opacity: 1;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.opentip-container .opentip .ot-close:before,
.opentip-container .opentip .ot-close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #667d8c;
}
.opentip-container .opentip .ot-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.opentip-container .opentip .ot-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.opentip-container .ot-content {
  word-break: break-word;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  outline: none;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/*
 * http://cpratt.co/twitter-bootstrap-callout-css-styles/
 */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 0;
  border-left-width: 5px;
  border-left-style: solid;
  border-radius: 0;
  background: #f0ead9;
  font-size: 16px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 0;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #555555;
}
.bs-callout-default h4 {
  color: #555555;
}
.bs-callout-primary {
  border-left-color: #3E7AED;
}
.bs-callout-primary h4 {
  color: #3E7AED;
}
.bs-callout-success {
  border-left-color: #45b093;
}
.bs-callout-success h4 {
  color: #45b093;
}
.bs-callout-info {
  border-left-color: #5FA3E1;
}
.bs-callout-info h4 {
  color: #5FA3E1;
}
.bs-callout-warning {
  border-left-color: #fea000;
}
.bs-callout-warning h4 {
  color: #fea000;
}
.bs-callout-danger {
  border-left-color: #EB5757;
}
.bs-callout-danger h4 {
  color: #EB5757;
}
.myLocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.myLocation .myLocation-text {
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myLocation .myLocation-textHeader {
  font-size: 11px;
  font-weight: bold;
  color: #c4c4c4;
}
.myLocation .myLocation-textTown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myLocation .myLocation-textTownName {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  max-width: 75px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #171717;
}
.myLocation .myLocation-textTownIcon {
  margin: 0 8px;
}
.myLocationSelectModal .myLocationSelectModal-current {
  margin: 1em 0 2em;
  text-align: center;
  font-size: 18px;
}
.myLocationSelectModal .myLocationSelectModal-input {
  position: relative;
}
.myLocationSelectModal .myLocationSelectModal-wait {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  width: 28px;
}
.myLocationSelectModal .myLocationSelectModal-input.is-pending .myLocationSelectModal-wait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compareOffers {
  padding-bottom: 50px;
}
.compareOffers .compareOffers-error {
  margin: 20px;
}
.compareOffers .compareOffers-warningContent {
  margin: 20px;
}
.compareOffers .compareOffers-warningContentName {
  font-weight: bold;
}
.compareOffers .compareOffers-warningContentRemoveLink {
  margin-right: 10px;
  color: #c60000;
  cursor: pointer;
}
.compareOffersHeader .compareOffersHeader-control {
  width: 250px;
  height: 100%;
  margin-bottom: 20px;
}
.compareOffersHeader .compareOffersHeader-controlParams {
  margin-left: 20px;
  cursor: pointer;
  color: #656565;
}
.compareOffersHeader .compareOffersHeader-controlParams--active {
  color: black;
}
.compareOffersHeader .compareOffersHeader-info {
  width: 220px;
  padding: 10px;
}
.compareOffersHeader .compareOffersHeader-infoRemove {
  margin-top: 15px;
  margin-bottom: 10px;
}
.compareOffersHeader .compareOffersHeader-infoRemoveLink {
  color: #c60000;
  cursor: pointer;
}
.compareOffersHeader .compareOffersHeader-infoName {
  height: 55px;
  margin-top: 15px;
}
.compareOffersHeader .compareOffersHeader-infoCost {
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.compareOffersHeader .compareOffersHeader-infoService {
  height: 55px;
}
.compareOffersHeader .compareOffersHeader-infoBtn {
  margin-top: 10px;
  text-transform: uppercase;
}
.compareOffersOfferParams .compareOffersOfferParams-contentLine:hover {
  background: #EFF6FF;
}
.compareOffersOfferParams .compareOffersOfferParams-contentLineName {
  width: 250px;
  padding-left: 40px;
}
.compareOffersOfferParams .compareOffersOfferParams-contentLineValue {
  width: 220px;
  max-height: 400px;
  padding: 10px;
  overflow-y: auto;
}
.compareOffersParamsDivider {
  margin-bottom: 5px;
  background: #fafafa;
  cursor: pointer;
}
.compareOffersParamsDivider .compareOffersParamsDivider-header {
  width: 250px;
  line-height: 30px;
}
.compareOffersParamsDivider .compareOffersParamsDivider-headerName {
  padding-left: 20px;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
}
.compareOffersParamsDivider .compareOffersParamsDivider-headerIcon {
  padding-right: 10px;
  line-height: 30px;
  color: #3E7AED;
  float: right;
}
.compareOffersParamsDivider .compareOffersParamsDivider-content {
  width: 220px;
  height: 30px;
}
.compareOffersRoomParams .compareOffersRoomParams-contentName {
  width: 250px;
  padding-left: 40px;
}
.compareOffersRoomParams .compareOffersRoomParams-contentValue {
  width: 220px;
  padding: 10px;
}
.compareOffersRoomParams .compareOffersRoomParams-contentLine:hover {
  background: #EFF6FF;
}
.compareOffersRoomParams .compareOffersRoomParams-contentLineName {
  width: 250px;
  padding-left: 40px;
  line-height: 30px;
}
.compareOffersRoomParams .compareOffersRoomParams-contentLineItem {
  width: 220px;
  line-height: 30px;
}
.compareOffersHotelParams .compareOffersHotelParams-contentLine:hover {
  background: #EFF6FF;
}
.compareOffersHotelParams .compareOffersHotelParams-contentLineName {
  width: 250px;
  padding-left: 40px;
  line-height: 30px;
}
.compareOffersHotelParams .compareOffersHotelParams-contentLineItem {
  width: 220px;
  line-height: 30px;
}
.compareOffersAddon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.compareOffersAddon.is-link {
  cursor: pointer;
}
.compareOffersAddon .compareOffersAddon-total {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
.whoamiSplitModal .modal-dialog {
  width: 800px;
  text-align: center;
}
.whoamiSplitModal .whoamiSplitModal-friend {
  height: 118px;
  margin-top: 50px;
  background-image: url("0a32b8aeaf56f052.png");
  background-position: center;
  background-repeat: no-repeat;
}
.whoamiSplitModal .whoamiSplitModal-text {
  width: 520px;
  margin: 0 auto;
  padding-top: 30px;
  line-height: 40px;
  font-size: 24px;
}
.whoamiSplitModal .whoamiSplitModal-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whoamiSplitModal .whoamiSplitModal-control {
  margin: 0 15px;
}
.whoamiSplitModal .whoamiSplitModal-control .btn {
  padding: 10px 30px;
  font-size: 24px;
}
.whoamiSplitModal-controls .btn-person {
  background: #438ed3;
  color: white;
}
.whoamiSplitModal-controls .btn-person:hover {
  background: #609fda;
}
.whoamiSplitModal-controls .btn-agency {
  background: #4B6097;
  color: white;
}
.whoamiSplitModal-controls .btn-agency:hover {
  background: #5970ad;
}
.whoamiReminderModal {
  text-align: center;
}
.whoamiReminderModal .whoamiReminderModal-arrow {
  position: relative;
  left: 513px;
  width: 90px;
  height: 233px;
  margin-top: 87px;
  background: url('14289689bbde31e5.svg');
}
.whoamiReminderModal .modal-content {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.whoamiReminderModal .whoamiReminderModal-text {
  width: 660px;
  margin-top: 10px;
  padding: 0;
  color: white;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.whoamiReminderModal .whoamiReminderModal-button {
  width: 91px;
  height: 46px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 24px;
}
.journeyOffersNextAbodeAlert .modal-dialog {
  width: 800px;
  text-align: center;
}
.journeyOffersNextAbodeAlert .journeyOffersNextAbodeAlert-text {
  width: 520px;
  margin: 0 auto;
  padding-top: 30px;
  line-height: 40px;
  font-size: 24px;
}
.journeyOffersNextAbodeAlert .journeyOffersNextAbodeAlert-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.journeyOffersNextAbodeAlert .journeyOffersNextAbodeAlert-control {
  margin: 0 15px;
}
.journeyOffersNextAbodeAlert .journeyOffersNextAbodeAlert-control .btn {
  padding: 10px 30px;
  font-size: 24px;
  background: #438ed3;
  color: white;
}
.hat {
  position: relative;
}
.hat.hat-product,
.hat.hat-withFinder {
  z-index: 11;
}
.hat.hat-ordinary {
  background-color: #4B63A2;
}
.hat .hat-top {
  position: relative;
  z-index: 1;
}
.hat .hat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hat .hat-bottom .hat-inner {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hat .hat-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hat.hat-home .hat-cell {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hat.hat-home .hat-cell {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hat .hat-sideNavOpen {
  width: 22px;
  height: 16px;
  margin-right: 15px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: white;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media all and (min-width: 768px) {
  .hat .hat-sideNavOpen {
    width: 30px;
    height: 21px;
    margin-right: 30px;
    font-size: 20px;
  }
}
.hat.hat-home .hat-sideNavOpen {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .hat.hat-home .hat-sideNavOpen {
    margin-right: 40px;
  }
}
.hat .hat-sideNavOpen:focus,
.hat .hat-sideNavOpen:active {
  outline: none;
}
.hat .sideNav .sideNav-top {
  padding-top: 25px;
}
.hat .hat-logoArea {
  margin-right: 25px;
}
@media (min-width: 768px) {
  .hat .hat-logoArea {
    margin-right: 35px;
  }
}
.hat .hat-logo {
  display: block;
  width: 147px;
  height: 35px;
  background: url('4f294fe61ebcab9c.svg') center / contain no-repeat;
}
.hat.hat-home .hat-logo {
  width: 160px;
  height: 48px;
  background-image: url('8bdb3197d0d3d1e0.svg');
}
@media all and (min-width: 768px) {
  .hat.hat-home .hat-logo {
    width: 200px;
    height: 68px;
  }
}
.hat .hat-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}
.hat .hat-navItem {
  margin: 0 16px;
  color: white;
}
.hat .hat-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-top: 10px;
}
@media all and (min-width: 768px) {
  .hat .hat-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 992px) {
  .hat .hat-contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hat .hat-phone {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 18px;
  color: white;
}
@media all and (min-width: 768px) {
  .hat .hat-phone {
    margin-right: 15px;
  }
}
.hat .hat-officeHours {
  margin-top: 2px;
  font-size: 16px;
  color: white;
}
.hat .hat-switchSiteArea {
  margin-top: 10px;
}
.hat .hat-switchSite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
}
.hat .hat-switchSite i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 7px;
  font-size: 22px;
  line-height: 22px;
  color: #FDD54A;
}
.hat .hat-cabinetLinkArea {
  margin-top: 10px;
}
.hat .hat-cabinetLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: .8;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .hat .hat-cabinetLink {
    margin-left: 45px;
  }
}
.hat .hat-top .hat-cabinetLink {
  color: white;
}
.hat .hat-cabinetLink i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 22px;
  line-height: 22px;
}
.sideNav {
  position: fixed;
  top: 0;
  left: -280px;
  height: 100%;
  width: 280px;
  min-width: 280px;
  z-index: 101;
  background-color: white;
  -webkit-box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
          box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sideNav.open {
  left: 0;
}
.sideNav .sideNav-inner {
  max-height: calc(100vh - 65px);
  overflow-y: auto;
  padding: 35px 10px 20px 20px;
}
.sideNav .sideNav-inner .scroller {
  position: relative;
  height: 100%;
  max-height: inherit;
  padding-right: 15px;
}
.sideNav .sideNav-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  color: #667d8c;
  border: none;
  background-color: transparent;
}
.sideNav .sideNav-close:hover {
  opacity: .8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sideNav .sideNav-close:focus,
.sideNav .sideNav-close:active {
  outline: none;
}
.sideNav .sideNav-section {
  margin-bottom: 25px;
}
.sideNav .sideNav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1eeff;
}
.sideNav .sideNav-itemName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.sideNav .sideNav-itemCaret {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5px;
  color: #3E7AED;
  cursor: pointer;
  border-radius: 50%;
  background-color: #EFF6FF;
}
.sideNav .sideNav-itemCaret i {
  max-height: 5px;
  line-height: 5px;
}
.sideNav .sideNav-dropdown.open .sideNav-item {
  border-bottom-color: transparent;
}
.sideNav .sideNav-dropdown.open .sideNav-itemName {
  color: #4B63A2;
}
.sideNav .sideNav-dropdown.open .sideNav-itemCaret i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sideNav .sideNav-itemLink {
  color: #171717;
}
.sideNav .dropdown-menu.sideNav-itemMenu {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  margin: 0;
  padding: 0;
  z-index: auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sideNav .sideNav-itemMenu a {
  display: block;
  padding: 8px 20px;
  clear: both;
  color: #171717;
}
.sideNav .sideNav-itemMenu a:hover,
.sideNav .sideNav-itemMenu a:focus,
.sideNav .sideNav-itemMenu a:active {
  color: white;
  border-radius: 5px;
  background-color: #3E7AED;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.homeTop {
  background: url('0bf64bf73c001fda.jpg') no-repeat 70% 100%;
  background-size: cover;
}
@media all and (min-width: 992px) {
  .homeTop {
    background-size: cover;
  }
}
.homeMain {
  padding-top: 25px;
}
.homeBanners {
  padding: 20px 0;
}
.homeAdvantages {
  padding: 25px 0;
}
.homeAdvantages .homeAdvantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .homeAdvantages .homeAdvantages-item {
    margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.homeAdvantages .homeAdvantages-itemIcon {
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
.homeAdvantages .homeAdvantages-itemIcon--service {
  background-image: url('b0647ebaead31036.svg');
}
.homeAdvantages .homeAdvantages-itemIcon--support {
  background-image: url('75881fb72738c876.svg');
}
.homeAdvantages .homeAdvantages-itemIcon--payment {
  background-image: url('e9ee639692ed74f1.svg');
}
.homeAdvantages .homeAdvantages-itemIcon--exc {
  background-image: url('cec42587dff1e271.svg');
}
.homeAdvantages .homeAdvantages-itemText {
  font-size: 16px;
  text-align: center;
}
.homeAdvantages .homeAdvantages-itemTitle {
  margin-bottom: 10px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 18px;
}
.homeAdvantages .homeAdvantages-itemText {
  font-size: 16px;
  line-height: 24px;
}
.homeAnnouncement {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 25px;
  border-bottom: 1px solid #eee;
}
.homeAnnouncement .homeAnnouncement-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #3E7AED;
  text-align: center;
}
.homeAnnouncement .homeAnnouncement-content {
  margin-bottom: 10px;
}
.homeAnnouncement .homeAnnouncement-contentBefore {
  text-align: center;
}
.homeAnnouncement .homeAnnouncement-contentBeforeBtn {
  padding: 10px 16px;
  width: 160px;
  height: 40px;
  color: #3E7AED;
  border: 1px solid #3E7AED;
  border-radius: 4px;
}
.homeAnnouncement .homeAnnouncement-contentBeforeBtn:hover {
  border: 1px solid #6d9af1;
  color: #6d9af1;
}
.homeCashbackMir {
  padding: 25px 0;
}
.homeCashbackMir .homeCashbackMir-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  min-height: 206px;
  margin: 0 auto;
}
.homeCashbackMir .homeCashbackMir-banner {
  display: block;
  width: 600px;
  min-height: 206px;
}
.homeCashbackMir .homeCashbackMir-banner--first {
  margin-right: 30px;
  background: url('be7dfedc345d3328.png') no-repeat;
}
.homeCashbackMir .homeCashbackMir-banner--last {
  margin-left: 30px;
  background: url('e59788d813dc6893.png') no-repeat;
}
.homeFinder {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media all and (min-width: 992px) {
  .homeFinder {
    padding-bottom: 140px;
  }
}
.homeNews {
  padding: 35px 0;
  background-color: #fafafa;
}
.homeNews .homeNews-title {
  text-align: center;
}
.homeNews .homeNews-item {
  margin-bottom: 25px;
}
.homeNews .homeNews-itemDate {
  margin-bottom: 15px;
  color: #7A87A2;
}
.homeNews .homeNews-itemDateRussianMonth {
  padding-left: 3px;
}
.homeNews .homeNews-itemTitle {
  margin: 0 0 20px;
}
.homeNews .homeNews-itemContent {
  color: #4d4d4d;
}
.homeNews .homeNews-all {
  font-family: 'Proxima Nova Medium', sans-serif;
  text-align: center;
}
@media all and (min-width: 768px) {
  .homeNews .homeNews-all {
    text-align: right;
  }
}
.homePodariZhizn {
  padding: 10px 0 40px;
  color: white;
  background-color: #4B6097;
}
.homePodariZhizn .homePodariZhizn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0;
  border-top: 1px solid #b2bedf;
  border-bottom: 1px solid #b2bedf;
}
@media all and (min-width: 768px) {
  .homePodariZhizn .homePodariZhizn-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.homePodariZhizn .homePodariZhizn-link {
  display: inline-block;
  width: 123px;
  min-width: 123px;
  height: 40px;
  margin: 0 10px 10px 0;
  background: url('8918845adb0fa9d8.png') center no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .homePodariZhizn .homePodariZhizn-link {
    margin-right: 25px;
  }
}
@media all and (min-width: 992px) {
  .homePodariZhizn .homePodariZhizn-link {
    margin-right: 40px;
  }
}
.homePopular {
  margin: 20px 0;
  padding: 15px 0;
  overflow: hidden;
  background-color: #EFF6FF;
}
.homePopular .products-slider {
  margin-bottom: 20px;
}
.homePopular .slick-list {
  margin: 0;
}
.homeProducts {
  overflow: hidden;
  padding: 25px 0;
}
.homeProducts .homeProducts-content {
  padding-top: 20px;
}
@media all and (min-width: 768px) {
  .homeProducts .homeProducts-content {
    margin: 0 -10px;
  }
}
.homeProducts .homeProducts-header {
  text-align: center;
}
.homeProducts .homeProducts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .homeProducts .homeProducts-item {
    padding: 0 10px;
  }
}
@media all and (min-width: 768px) {
  .homeProducts .homeProducts-itemInner {
    margin: 0 -10px;
  }
}
.homeProducts .products-slider.is-links .slick-arrow {
  top: 80px;
}
.homeProducts .products-slider .homeProducts-item {
  margin-bottom: 0;
  padding: 0 4px;
}
.homeProducts .homeProducts-itemTop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 160px;
  padding: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.homeProducts .homeProducts-itemTop:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(357.93deg, rgba(10, 41, 100, 0.84) 10.93%, rgba(10, 41, 100, 0) 98.2%);
  opacity: 0.3;
}
.homeProducts .homeProducts-itemTopLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.homeProducts .homeProducts-itemImg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeProducts .homeProducts-itemImg--ros {
  background-image: url(762e6f297032ff48.jpg);
}
.homeProducts .homeProducts-itemImg--abk {
  background-image: url(13514abe0851b0ca.jpg);
}
.homeProducts .homeProducts-itemImg--aze {
  background-image: url(90023d9b228e835e.jpg);
}
.homeProducts .homeProducts-itemImg--arm {
  background-image: url(b43630d76fccf715.jpg);
}
.homeProducts .homeProducts-itemImg--bel {
  background-image: url(21caa07a1d219ff2.jpg);
}
.homeProducts .homeProducts-itemImg--kaz {
  background-image: url(f71ed975368cedb7.jpg);
}
.homeProducts .homeProducts-itemImg--kir {
  background-image: url(1b29b32e7c8404aa.jpg);
}
.homeProducts .homeProducts-itemImg--lat {
  background-image: url(2a70dd891d984e77.jpg);
}
.homeProducts .homeProducts-itemImg--lit {
  background-image: url(5414a0b6e92fedfc.jpg);
}
.homeProducts .homeProducts-itemImg--uzb {
  background-image: url(4543086e3fc316a3.jpg);
}
.homeProducts .homeProducts-itemImg--est {
  background-image: url(87b8b84d6381b284.jpg);
}
.homeProducts .homeProducts-itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.homeProducts .homeProducts-itemName {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.homeProducts .homeProducts-itemBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeProducts .homeProducts-itemResorts {
  max-height: 80px;
  overflow: hidden;
}
.homeProducts .homeProducts-itemResorts.is-expanded {
  max-height: 100%;
  overflow: visible;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.homeProducts .homeProducts-itemResortsChunkItem {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  padding: 0 4px 10px 0;
  line-height: 1;
}
.homeProducts .homeProducts-itemResortsChunkItem a {
  color: #171717;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
}
.homeProducts .homeProducts-itemResortsChunkItem a:hover {
  color: #3E7AED;
  border-bottom-color: rgba(0, 106, 79, 0.3);
}
.homeProducts .homeProducts-itemResortsChunkItem a:focus {
  text-decoration: none;
  outline: none;
}
.homeProducts .homeProducts-itemResortsChunkItem:after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.homeProducts .homeProducts-itemResortsChunkItem:last-child:after {
  display: none;
}
.homeProducts .homeProducts-itemAllLink {
  font-family: 'Proxima Nova Medium', sans-serif;
  text-align: right;
}
.homeProducts .homeProducts-itemToggleLink {
  color: #4B63A2;
  cursor: pointer;
}
.homeProducts .homeProducts-itemToggleLink:hover {
  color: #3E7AED;
}
.homeProducts .homeProducts-allLink {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 16px;
  text-align: center;
}
.homeExcCategories {
  padding: 25px 0;
}
.homeExcCategories .homeExcCategories-header {
  text-align: center;
}
.homeExcCategories .homeExcCategories-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
  padding: 20px 0 45px;
}
.homeExcCategories .homeExcCategories-itemsCarousel {
  margin-bottom: 45px;
}
.homeExcCategories .homeExcCategories-itemsCarousel .slick-list {
  margin: 0;
}
.homeExcCategories .homeExcCategories-item {
  padding: 0 4px;
}
@media all and (min-width: 768px) {
  .homeExcCategories .homeExcCategories-item {
    width: 25%;
  }
}
@media all and (min-width: 1200px) {
  .homeExcCategories .homeExcCategories-item {
    width: 25%;
  }
}
.homeExcCategories .homeExcCategories-itemInner {
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeExcCategories .homeExcCategories-itemInner.homeExcCategories-itemInner--exc {
  background-image: url(3ad2567e52af4ada.jpg);
}
.homeExcCategories .homeExcCategories-itemInner.homeExcCategories-itemInner--golden-ring {
  background-image: url(b0626429701dda8c.jpg);
}
.homeExcCategories .homeExcCategories-itemInner.homeExcCategories-itemInner--bus {
  background-image: url(b8eb8937209b566d.jpg);
}
.homeExcCategories .homeExcCategories-itemInner.homeExcCategories-itemInner--sea {
  background-image: url(8a01e84479ece5b9.jpg);
}
.homeExcCategories .homeExcCategories-itemInner.homeExcCategories-itemInner--food {
  background-image: url(55f85b155b0b716c.jpg);
}
.homeExcCategories .homeExcCategories-itemInner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homeExcCategories .homeExcCategories-itemTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 67px;
  padding: 10px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  background-color: #FDD54A;
}
.homeExcCategories .homeExcCategories-showItems {
  text-align: center;
}
.homeExcCategories .homeExcCategories-showItems button {
  min-width: 185px;
}
.homeExcCategories .homeExcCategories-contentBottom.ng-enter {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.homeExcCategories .homeExcCategories-contentBottom.ng-enter-active {
  opacity: 1;
}
.homeExcCategories .homeExcCategories-contentBottomItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  padding-top: 20px;
}
.homeExcCategories .homeExcCategories-contentBottomItem {
  width: 100%;
  padding: 0 10px 12px 0;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .homeExcCategories .homeExcCategories-contentBottomItem {
    width: 33.3333%;
  }
}
@media all and (min-width: 992px) {
  .homeExcCategories .homeExcCategories-contentBottomItem {
    width: 20%;
  }
}
.homeExcCategories .homeExcCategories-contentBottomItem a {
  color: #171717;
}
.homeExcCategories .homeExcCategories-contentBottomItem a:hover {
  color: #3E7AED;
}
.homeExcCategories .glyphicon-question-sign {
  color: #3E7AED;
}
.homeExcCategories .homeExcCategories-hideItems {
  text-align: center;
}
.homeExcCategories .homeExcCategories-hideItems button {
  min-width: 185px;
}
.homeHotelCategories {
  overflow: hidden;
  padding: 25px 0;
}
.homeHotelCategories .homeHotelCategories-content {
  padding-top: 20px;
}
.homeHotelCategories .homeHotelCategories-header {
  text-align: center;
}
.homeHotelCategories .homeHotelCategories-allLink {
  font-family: 'Proxima Nova Medium', sans-serif;
  text-align: center;
}
.homeHotelCategories .homeHotelCategories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .homeHotelCategories .homeHotelCategories-item {
    padding: 0 10px;
  }
}
@media all and (min-width: 768px) {
  .homeHotelCategories .homeHotelCategories-itemInner {
    margin: 0 -10px;
  }
}
.homeHotelCategories .categories-slider .homeHotelCategories-item {
  margin-bottom: 20px;
}
.homeHotelCategories .categories-slider.is-links .slick-arrow {
  top: 90px;
}
.homeHotelCategories .homeHotelCategories-itemTop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 180px;
  padding: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.homeHotelCategories .homeHotelCategories-itemTop:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(357.93deg, rgba(10, 41, 100, 0.84) 10.93%, rgba(10, 41, 100, 0) 98.2%);
  opacity: 0.3;
}
.homeHotelCategories .homeHotelCategories-itemImg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeHotelCategories .homeHotelCategories-itemType {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 12px;
  font-family: 'Proxima Nova Medium', sans-serif;
  background-color: #FDD54A;
}
.homeHotelCategories .homeHotelCategories-itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeHotelCategories .homeHotelCategories-itemName {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 18px;
  text-align: center;
  background-color: #EFF6FF;
}
.homeHotelCategories .homeHotelCategories-itemBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeHotelCategories .homeHotelCategories-itemResortsChunkItem {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px 10px 0;
  line-height: 1;
}
.homeHotelCategories .homeHotelCategories-itemResortsChunkItem a {
  color: #171717;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
}
.homeHotelCategories .homeHotelCategories-itemResortsChunkItem a:hover {
  color: #3E7AED;
  border-bottom-color: rgba(0, 106, 79, 0.3);
}
.homeHotelCategories .homeHotelCategories-itemResortsChunkItem a:focus {
  text-decoration: none;
  outline: none;
}
.homeHotelCategories .homeHotelCategories-itemResortsChunkItem:after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.homeHotelCategories .homeHotelCategories-itemResortsChunkItem:last-child:after {
  display: none;
}
.homeHotelCategories .homeHotelCategories-itemAllResLink {
  font-family: 'Proxima Nova Medium', sans-serif;
}
.homeSanatoriumCategories {
  padding: 25px 0;
}
.homeSanatoriumCategories .homeSanatoriumCategories-header {
  text-align: center;
}
.homeSanatoriumCategories .homeSanatoriumCategories-content {
  padding-top: 25px;
}
.homeSanatoriumCategories .homeSanatoriumCategories-contentBottom.ng-enter {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.homeSanatoriumCategories .homeSanatoriumCategories-contentBottom.ng-enter-active {
  opacity: 1;
}
.homeSanatoriumCategories .homeSanatoriumCategories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .homeSanatoriumCategories .homeSanatoriumCategories-item {
    margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--health {
  background-image: url('8e09ab8efeac0641.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--covid {
  background-image: url('31ca6109613bb836.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--legs {
  background-image: url('02db23f26f9b100f.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--stomach {
  background-image: url('7df72b83eb311a31.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--lungs {
  background-image: url('6843ea2a10c4ca3e.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--heart {
  background-image: url('548a802c9dbdf0f9.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--blood {
  background-image: url('47e0448851d49b82.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--urology {
  background-image: url('5c466af391510924.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--nerve {
  background-image: url('13b0a56f2642983f.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--gynecology {
  background-image: url('b0df0644bf897570.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--andrology {
  background-image: url('9e64754d8754e476.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--skin {
  background-image: url('e1546790b245f5f5.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--allergy {
  background-image: url('d90ae021d0b76943.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--endocrine {
  background-image: url('c6461effee6f3adc.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemIcon--eyes {
  background-image: url('687cf11b2ae2b906.svg');
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemTitle {
  margin-bottom: 12px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 18px;
  text-align: center;
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemResorts {
  text-align: center;
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemResortsChunk {
  display: inline-block;
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemResortsChunkItem {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px 10px 0;
  line-height: 1;
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemResortsChunkItem a {
  color: #171717;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemResortsChunkItem a:hover {
  color: #3E7AED;
  border-bottom-color: rgba(0, 106, 79, 0.3);
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemResortsChunkItem a:focus {
  text-decoration: none;
  outline: none;
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemResortsChunkItem:after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.homeSanatoriumCategories .homeSanatoriumCategories-itemResortsChunkItem:last-child:after {
  display: none;
}
.homeSanatoriumCategories .homeSanatoriumCategories-allLink {
  cursor: pointer;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #4B63A2;
}
.homeSanatoriumCategories .homeSanatoriumCategories-allLink:hover {
  color: #3E7AED;
}
.homeReplies {
  padding: 25px 0;
}
.homeReplies .homeReplies-header {
  text-align: center;
}
.homeReplies .homeReplies-all {
  padding-top: 25px;
  font-family: 'Proxima Nova Medium', sans-serif;
  text-align: center;
}
@media all and (min-width: 768px) {
  .homeReplies .homeReplies-all {
    text-align: right;
  }
}
.homeSeoText {
  padding: 25px 0 30px;
  color: white;
  background-color: #4B6097;
}
.homeSeoText .homeSeoText-content h1 {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 24px;
  text-align: center;
  color: white;
}
.homeSeoText .homeSeoText-content h2,
.homeSeoText .homeSeoText-content h3,
.homeSeoText .homeSeoText-content h4,
.homeSeoText .homeSeoText-content h5,
.homeSeoText .homeSeoText-content h6 {
  color: white;
}
.homeSeoText .homeSeoText-content a {
  color: #45b093;
}
.homeSeoText .homeSeoText-content a:hover,
.homeSeoText .homeSeoText-content a:focus {
  color: white;
}
.homeSeoLinks {
  padding: 35px 0;
  background-color: white;
}
.homeSeoLinks .homeSeoLinks-content {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media all and (min-width: 768px) {
  .homeSeoLinks .homeSeoLinks-content {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media all and (min-width: 992px) {
  .homeSeoLinks .homeSeoLinks-content {
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
  }
}
.homeSeoLinks .homeSeoLinks-item a {
  font-size: 13px;
  line-height: 22px;
  color: #171717;
}
.homeSeoLinks .homeSeoLinks-item a:hover {
  color: #3E7AED;
}
.homeSubscriber {
  padding: 25px 0;
  text-align: center;
}
.homeSubscriber .homeSubscriber-icon {
  width: 58px;
  height: 52px;
  margin: 0 auto 15px;
  background: url('208366717a730fc2.svg') center / cover no-repeat;
}
.homeSubscriber .homeSubscriber-header {
  margin-bottom: 8px;
}
.homeSubscriber .homeSubscriber-subHeader {
  margin: 0 auto 15px;
  line-height: 20px;
}
.homeSubscriber .homeSubscriber-form {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.homeSubscriber .homeSubscriber-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homeSubscriber .homeSubscriber-form .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #EFF6FF;
}
.homeSubscriber .homeSubscriber-policy {
  padding-top: 9px;
  font-size: 13px;
  color: #7A87A2;
}
.homeVacationTopics {
  text-align: center;
}
.homeVacationTopics .homeVacationTopics-body {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: left;
}
.homeVacationTopics .homeVacationTopics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -7.5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.homeVacationTopics .homeVacationTopics-item {
  display: block;
  margin: 7.5px;
}
.catalog {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.catalog .catalog-content {
  padding-bottom: 50px;
}
.catalog .catalog-pageTitleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 768px) {
  .catalog .catalog-pageTitleArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.catalog .catalog-pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 24px;
}
@media all and (min-width: 768px) {
  .catalog .catalog-pageTitle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.catalog .catalog-preloadArea {
  position: relative;
}
.catalog .catalog-preloadArea.is-loading .catalog-preloadBody {
  display: block;
}
.catalog .catalog-preloadArea.is-loading .catalog-preloadFrame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.catalog .catalog-preloadBody {
  display: none;
  background: white;
}
.catalog .catalog-preloadFrame {
  position: static;
}
.catalog .catalog-noProducts {
  margin-bottom: 200px;
  font-size: 18px;
}
.catalog .catalog-tabMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 992px) {
  .catalog .catalog-tabMain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.catalog .catalog-tabContent {
  width: 100%;
}
.catalog .catalog-seoText {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: justify;
  line-height: 1.5em;
  font-size: 14px;
  color: #313131;
}
.catalog .catalog-seoText * {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.catalog .catalog-seoText h1,
.catalog .catalog-seoText h2,
.catalog .catalog-seoText h3 {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 18px;
}
.catalogNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 992px) {
  .catalogNav {
    min-width: 260px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-right: 40px;
    padding: 15px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #EFF6FF;
  }
}
.catalogNav:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 45px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(118.52%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 118.52%);
}
@media (min-width: 992px) {
  .catalogNav:after {
    display: none;
  }
}
.catalogNav .catalogNav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-right: 20px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media all and (min-width: 992px) {
  .catalogNav .catalogNav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: visible;
  }
}
.catalogNav .catalogNav-menu::-webkit-scrollbar {
  display: none;
}
.catalogNav .catalogNav-cell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  padding-bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}
@media all and (min-width: 992px) {
  .catalogNav .catalogNav-cell {
    margin-right: 0;
    padding: 12px 0;
  }
}
.catalogNav .catalogNav-item {
  color: #171717;
}
.catalogNav .catalogNav-item.is-active,
.catalogNav .catalogNav-item.is-active:hover {
  cursor: default;
  color: #518AF9;
}
@media all and (min-width: 992px) {
  .catalogNav .catalogNav-item.is-active,
  .catalogNav .catalogNav-item.is-active:hover {
    color: #4B63A2;
  }
}
.catalogNav .catalogNav-item.is-active:focus {
  text-decoration: none;
  outline: none;
}
.catalogNav .catalogNav-item.is-active:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin: -2px 5px 0 -4px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #45b093;
}
@media all and (min-width: 992px) {
  .catalogNav .catalogNav-item.is-active:before {
    content: '';
  }
}
.catalogNav .catalogNav-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  z-index: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: width 0.3s ease, border-bottom-color 0.3s ease;
  transition: width 0.3s ease, border-bottom-color 0.3s ease;
}
@media all and (min-width: 992px) {
  .catalogNav .catalogNav-item:after {
    display: none;
  }
}
.catalogNav .catalogNav-item.is-active:after {
  width: 100%;
  border-bottom-color: #518AF9;
}
.catalogContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalogContent .catalogContent-contentPanel {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 240px;
  padding-left: 30px;
}
.catalogContent .catalogContent-contentPopular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #eee;
}
.catalogContent .catalogContent-contentPopularHead {
  padding: 10px 15px;
  font-size: 16px;
  background: #eee;
}
.catalogContent .catalogContent-contentPopularItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 15px;
}
.catalogContent .catalogContent-contentPopularArrow {
  padding: 5px 3px 0 0;
}
.catalogContent .catalogContent-contentPopularLink {
  color: #171717;
  text-decoration: none;
}
.catalogContent .catalogContent-contentPopularLink:first-letter {
  color: #3E7AED;
  font-size: 16px;
}
.catalogContent .catalogContent-contentPopularLink:hover,
.catalogContent .catalogContent-contentPopularLink:hover:first-letter {
  color: #c60000;
}
.catalogContent .catalogContent-contentPopularItem.is-first {
  margin-top: 10px;
}
.catalogContent .catalogContent-contentPopularItem.is-last {
  margin-bottom: 10px;
}
.catalogTopics {
  margin-top: 25px;
  padding: 7px 15px;
  background-color: #fafafa;
}
.catalogTopics.is-collapsed {
  height: 44px;
  overflow: hidden;
}
.catalogTopics.is-collapsed .catalogTopics-section.is-controls .catalogTopics-title:after {
  content: "\f078";
}
.catalogTopics.is-collapsed .catalogTopics-topItem {
  display: block;
}
.catalogTopics .catalogTopics-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
}
.catalogTopics .catalogTopics-section.is-controls .catalogTopics-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.catalogTopics .catalogTopics-section.is-controls .catalogTopics-title:after {
  content: "\f077";
  padding-left: 10px;
  font-family: FontAwesome;
  font-size: 10px;
}
.catalogTopics .catalogTopics-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.catalogTopics .catalogTopics-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 130px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
}
@media all and (min-width: 768px) {
  .catalogTopics .catalogTopics-title {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: none;
    line-height: 30px;
  }
}
@media all and (min-width: 1200px) {
  .catalogTopics .catalogTopics-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.catalogTopics .catalogTopics-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .catalogTopics .catalogTopics-body {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.catalogTopics .catalogTopics-chunk {
  min-width: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.catalogTopics .catalogTopics-item {
  position: relative;
  display: block;
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.catalogTopics .catalogTopics-topItem {
  display: none;
}
.catalogTopics .catalogTopics-item:hover {
  background-color: #EFF6FF;
}
.catalogTopics .catalogTopics-item.is-imp .catalogTopics-itemName {
  font-weight: bold;
}
.catalogTopics .catalogTopics-itemName {
  position: absolute;
  display: block;
  left: 20px;
  right: 15px;
  height: inherit;
  line-height: inherit;
  color: #171717;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalogTopics .catalogTopics-itemName:first-letter {
  color: #3E7AED;
}
.catalogTopics .catalogTopics-itemIcon {
  position: absolute;
  display: block;
  left: 10px;
  width: auto;
  height: inherit;
  line-height: inherit;
  font-size: 10px;
}
.catalogResult .catalogResult-summaryProductTypes > .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogTabContent .catalogContent-content {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.catalogTabContent.ng-hide .catalogContent-content {
  opacity: 0;
}
.catalogTabContent b,
.catalogTabContent strong {
  font-family: 'Proxima Nova Bold', sans-serif;
}
.catalogTabContent iframe {
  max-width: 90vw;
  max-height: calc(48.37439532vw);
}
@media all and (min-width: 768px) {
  .catalogTabContent iframe {
    max-width: none;
    max-height: none;
  }
}
.product .product-hat {
  margin-top: 50px;
}
.product .product-title {
  margin: 0 0 5px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 22px;
}
@media all and (min-width: 992px) {
  .product .product-title {
    margin: 0 0 40px;
  }
}
.product .product-starLevel:after {
  content: '\f005';
  padding-left: 5px;
  font-family: FontAwesome;
  color: #FDD54A;
  font-size: 16px;
  vertical-align: top;
  letter-spacing: 2px;
}
.product .product-starLevel--2star:after {
  content: '\f005' '\f005';
}
.product .product-starLevel--3star:after {
  content: '\f005' '\f005' '\f005';
}
.product .product-starLevel--4star:after {
  content: '\f005' '\f005' '\f005' '\f005';
}
.product .product-starLevel--5star:after {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.product .product-address {
  font-size: 13px;
}
.product .product-exclusiveSellingRights {
  width: 68px;
  height: 20px;
  background: url('09663df692c5edd9.png');
}
.product .product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .product .product-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product .product-ratingTop {
  min-width: 36px;
  max-width: 36px;
  margin-right: 5px;
}
@media all and (min-width: 992px) {
  .product .product-ratingTop {
    margin: 0 auto 10px;
  }
}
.product .product-ratingBadge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 5px 5px 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 16px;
  background-color: #fafafa;
}
.product .product-ratingTitle {
  font-size: 13px;
}
@media all and (min-width: 992px) {
  .product .product-ratingTitle {
    text-align: center;
  }
}
.product .product-ratingTitle a {
  font-family: 'Proxima Nova Medium', sans-serif;
  cursor: pointer;
  text-decoration: underline;
}
.product .product-blackFriday {
  height: 100px;
  margin-bottom: 20px;
  padding: 12px 16px 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.46%, #FFBBBB), color-stop(98.76%, #FFE484));
  background: linear-gradient(to right, #FFBBBB 20.46%, #FFE484 98.76%);
  font-weight: 600;
}
.product .product-blackFridayIcon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 13px;
  background: url('092972b1c282bcfd.svg') no-repeat;
  background-size: contain;
}
.product .product-blackFridayHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}
.productYtubeVideo {
  position: relative;
  font-family: FontAwesome;
  background: #eee;
  cursor: pointer;
}
.productYtubeVideo:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  font-size: 106px;
  line-height: 90px;
  content: '\f111';
  color: white;
}
.productYtubeVideo:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  font-size: 116px;
  line-height: 100px;
  content: '\f144';
  color: black;
}
.productYtubeVideo .productYtubeVideo-preview {
  width: 100%;
}
.productYtubeVideoModal {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.productYtubeVideoModal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productAct {
  margin-top: 10px;
}
@media all and (min-width: 992px) {
  .productAct {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "gallery gallery summary" "gallery gallery attrs" "finder finder attrs" "tabs tabs .";
    grid-gap: 0 50px;
  }
}
@media all and (min-width: 992px) {
  .productAct .productAct-asideRight {
    min-width: 310px;
    max-width: 310px;
  }
}
.productAct .productAct-gallery {
  grid-area: gallery;
}
.productAct .productAct-summary {
  grid-area: summary;
  margin-top: 25px;
}
@media all and (min-width: 992px) {
  .productAct .productAct-summary {
    margin-top: 0;
  }
}
.productAct .product-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productAct .product-durationIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url('16e3b154cefc7269.svg') 0 0 / contain no-repeat;
}
.productAct .product-durationText {
  font-family: 'Proxima Nova Medium', sans-serif;
}
.productAct .productAct-components {
  margin-top: 10px;
  font-size: 16px;
}
.productAct .productAct-cost {
  grid-area: cost;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 26px;
  line-height: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .productAct .productAct-cost {
    margin: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.productAct .productAct-finder {
  grid-area: finder;
  margin: 25px 0;
}
@media all and (min-width: 992px) {
  .productAct .productAct-finder {
    margin-bottom: 55px;
  }
}
.productAct .productAct-attrs {
  grid-area: attrs;
  margin: 20px 0;
  padding: 20px;
  background-color: #fafafa;
}
@media all and (min-width: 992px) {
  .productAct .productAct-attrs {
    padding: 0;
    background-color: transparent;
  }
}
.productAct .productAct-actAttrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productAct .productAct-actAttr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .productAct .productAct-actAttr {
    width: 25%;
  }
}
@media all and (min-width: 992px) {
  .productAct .productAct-actAttr {
    width: 100%;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.productAct .productAct-actAttrIcon {
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  font-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (min-width: 992px) {
  .productAct .productAct-actAttrIcon {
    margin-right: 15px;
  }
}
.productAct .productAct-actAttr--tourType .productAct-actAttrIcon {
  background-image: url('6e9fe537d051dfc5.svg');
}
.productAct .productAct-actAttr--food .productAct-actAttrIcon {
  background-image: url('3e9269f7a6049a2d.svg');
}
.productAct .productAct-actAttr--children .productAct-actAttrIcon {
  background-image: url('bfe9349a8e210d45.svg');
}
.productAct .productAct-actAttr--priceIncludes .productAct-actAttrIcon {
  background-image: url('9fed445edb34c6a7.svg');
}
.productAct .productAct-actAttrContent {
  padding-top: 5px;
  line-height: 20px;
}
.productAct .productAct-actAttrTitle {
  font-family: 'Proxima Nova Bold', sans-serif;
}
.productAct .productAct-tabs {
  grid-area: tabs;
}
.productAct .productAct-content {
  padding-bottom: 25px;
}
.productCamp {
  margin-top: 20px;
}
@media all and (min-width: 992px) {
  .productCamp {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "gallery gallery ratings" "gallery gallery map" "gallery gallery summary" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
    grid-gap: 0 50px;
    margin-top: 10px;
  }
}
@media all and (min-width: 992px) {
  .productCamp.productCamp-noSummary {
    grid-template-areas: "gallery gallery ratings" "gallery gallery map" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
@media all and (min-width: 992px) {
  .productCamp.productCamp-noRatings {
    grid-template-areas: "gallery gallery map" "gallery gallery summary" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
@media all and (min-width: 992px) {
  .productCamp.productCamp-noSummary.productCamp.productCamp-noRatings {
    grid-template-areas: "gallery gallery map" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
.productCamp .productCamp-mapLink {
  margin-bottom: 10px;
}
.productCamp .productCamp-mapLink i {
  color: #3E7AED;
}
.productCamp .productCamp-ratings {
  grid-area: ratings;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media all and (min-width: 992px) {
  .productCamp .productCamp-ratings {
    margin-bottom: 20px;
  }
}
.productCamp .productCamp-rating {
  padding-right: 20px;
}
@media all and (min-width: 992px) {
  .productCamp .productCamp-rating {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 10px;
  }
}
.productCamp .productCamp-rating:last-child {
  padding-right: 0;
}
@media all and (min-width: 992px) {
  .productCamp .productCamp-asideRight {
    min-width: 310px;
    max-width: 310px;
  }
}
.productCamp .productCamp-gallery {
  grid-area: gallery;
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .productCamp .productCamp-gallery {
    margin-bottom: 0;
  }
}
.productCamp .productCamp-map {
  grid-area: map;
  display: block;
}
.productCamp .productCamp-summary {
  grid-area: summary;
  margin: 20px 0;
}
.productCamp .productCamp-components {
  font-size: 16px;
}
.productCamp .productCamp-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 26px;
  line-height: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .productCamp .productCamp-cost {
    margin: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.productCamp .productCamp-cashbackMir {
  padding: 10px 5px 10px 15px;
  font-size: 13px;
  border-radius: 4px;
  background-color: #ffe66c;
}
.productCamp .productCamp-cashbackMirIcon {
  float: left;
  margin-right: 10px;
}
.productCamp .productCamp-cashbackMirContent {
  margin-left: 50px;
}
.productCamp .productCamp-finder {
  grid-area: finder;
  margin: 25px 0;
}
@media all and (min-width: 992px) {
  .productCamp .productCamp-finder {
    margin-bottom: 55px;
  }
}
.productCamp .productCamp-attrs {
  grid-area: attrs;
  margin: 30px 0;
  padding: 20px;
  background-color: #fafafa;
}
@media all and (min-width: 992px) {
  .productCamp .productCamp-attrs {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
}
.productCamp .productCamp-objAttrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productCamp .productCamp-objAttr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .productCamp .productCamp-objAttr {
    width: 25%;
  }
}
@media all and (min-width: 992px) {
  .productCamp .productCamp-objAttr {
    width: 100%;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.productCamp .productCamp-objAttrIcon {
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  font-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (min-width: 992px) {
  .productCamp .productCamp-objAttrIcon {
    margin-right: 15px;
  }
}
.productCamp .productCamp-objAttr--wifi .productCamp-objAttrIcon {
  color: #4B63A2;
}
.productCamp .productCamp-objAttr--pool .productCamp-objAttrIcon {
  background-image: url('b59e501d18bc9a77.svg');
}
.productCamp .productCamp-objAttr--beach .productCamp-objAttrIcon {
  background-image: url('9ff39769008b5ca4.svg');
}
.productCamp .productCamp-objAttr--beach-dist .productCamp-objAttrIcon {
  background-image: url('d182cd0e88cf3c66.svg');
}
.productCamp .productCamp-objAttr--treatment .productCamp-objAttrIcon {
  background-image: url('0de71532a40da506.svg');
}
.productCamp .productCamp-objAttr--parking .productCamp-objAttrIcon {
  background-image: url('18e98c712de4f3be.svg');
}
.productCamp .productCamp-objAttr--food .productCamp-objAttrIcon {
  background-image: url('3e9269f7a6049a2d.svg');
}
.productCamp .productCamp-objAttr--children .productCamp-objAttrIcon {
  background-image: url('bfe9349a8e210d45.svg');
}
.productCamp .productCamp-objAttr--check-in-out .productCamp-objAttrIcon {
  background-image: url('95d5f16c205f1702.svg');
}
.productCamp .productCamp-objAttrContent {
  padding-top: 5px;
  line-height: 20px;
}
.productCamp .productCamp-objAttrTitle {
  font-family: 'Proxima Nova Bold', sans-serif;
}
.productCamp .productCamp-objAttrTextItem:nth-child(n+2):before {
  content: ', ';
  margin-left: -0.3em;
}
.productCamp .productCamp-tabs {
  grid-area: tabs;
}
.productCamp .productCamp-video {
  display: block;
  margin-top: 30px;
}
.productCamp .productCamp-content {
  padding-bottom: 25px;
}
.productCampChalls .productCampChalls-par {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.productCampChalls .productCampChalls-par:last-child {
  border-bottom: none;
}
.productCampRooms .productCampRooms-par {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.productCampRooms .productCampRooms-par:last-child {
  border-bottom: none;
}
.productCru {
  margin-top: 10px;
}
@media all and (min-width: 992px) {
  .productCru {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "gallery gallery summary" "gallery gallery attrs" "finder finder attrs" "tabs tabs .";
    grid-gap: 0 50px;
  }
}
@media all and (min-width: 992px) {
  .productCru.productCru-noSummary {
    grid-template-areas: "gallery gallery attrs" "finder finder attrs" "tabs tabs .";
  }
}
@media all and (min-width: 992px) {
  .productCru .productCru-asideRight {
    min-width: 310px;
    max-width: 310px;
  }
}
.productCru .productCru-gallery {
  grid-area: gallery;
}
.productCru .productCru-summary {
  grid-area: summary;
  margin-bottom: 25px;
}
@media all and (min-width: 992px) {
  .productCru .productCru-summary {
    margin-top: 0;
  }
}
.productCru .product-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productCru .product-durationIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url('16e3b154cefc7269.svg') 0 0 / contain no-repeat;
}
.productCru .product-durationText {
  font-family: 'Proxima Nova Medium', sans-serif;
}
.productCru .productCru-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 26px;
  line-height: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .productCru .productCru-cost {
    margin: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.productCru .productCru-finder {
  grid-area: finder;
  margin: 25px 0;
}
@media all and (min-width: 992px) {
  .productCru .productCru-finder {
    margin-bottom: 55px;
  }
}
.productCru .productCru-attrs {
  grid-area: attrs;
  margin-bottom: 25px;
  padding: 20px;
  background-color: #fafafa;
}
@media all and (min-width: 992px) {
  .productCru .productCru-attrs {
    padding: 0;
    background-color: transparent;
  }
}
.productCru .productCru-tabs {
  grid-area: tabs;
}
.productCru .productCru-content {
  padding-bottom: 25px;
}
.productExc {
  margin-top: 10px;
}
@media all and (min-width: 992px) {
  .productExc {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "gallery gallery summary" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
    grid-gap: 0 50px;
  }
}
@media all and (min-width: 992px) {
  .productExc .productExc-asideRight {
    min-width: 310px;
    max-width: 310px;
  }
}
.productExc .productExc-gallery {
  grid-area: gallery;
}
.productExc .productExc-summary {
  grid-area: summary;
  margin-top: 25px;
}
@media all and (min-width: 992px) {
  .productExc .productExc-summary {
    margin-top: 0;
  }
}
.productExc .productExc-common {
  margin-top: 20px;
}
.productExc .productExc-commonGroup ul {
  padding-left: 15px;
  font-size: 12px;
}
.productExc .productExc-commonName {
  font-family: 'Proxima Nova Bold', sans-serif;
}
.productExc .product-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productExc .product-durationIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url('16e3b154cefc7269.svg') 0 0 / contain no-repeat;
}
.productExc .product-durationText {
  font-family: 'Proxima Nova Medium', sans-serif;
}
.productExc .productExc-components {
  margin-top: 10px;
  font-size: 16px;
}
.productExc .productExc-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 26px;
  line-height: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .productExc .productExc-cost {
    margin: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.productExc .productExc-finder {
  grid-area: finder;
  margin: 25px 0;
}
@media all and (min-width: 992px) {
  .productExc .productExc-finder {
    margin-bottom: 55px;
  }
}
.productExc .productExc-attrs {
  grid-area: attrs;
  margin: 20px 0;
  padding: 20px;
  background-color: #fafafa;
}
@media all and (min-width: 992px) {
  .productExc .productExc-attrs {
    padding: 0;
    background-color: transparent;
  }
}
.productExc .productExc-excAttrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productExc .productExc-excAttr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .productExc .productExc-excAttr {
    width: 25%;
  }
}
@media all and (min-width: 992px) {
  .productExc .productExc-excAttr {
    width: 100%;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.productExc .productExc-excAttrIcon {
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  font-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (min-width: 992px) {
  .productExc .productExc-excAttrIcon {
    margin-right: 15px;
  }
}
.productExc .productExc-excAttr--tourType .productExc-excAttrIcon {
  background-image: url('6e9fe537d051dfc5.svg');
}
.productExc .productExc-excAttr--food .productExc-excAttrIcon {
  background-image: url('3e9269f7a6049a2d.svg');
}
.productExc .productExc-excAttr--children .productExc-excAttrIcon {
  background-image: url('bfe9349a8e210d45.svg');
}
.productExc .productExc-excAttr--priceIncludes .productExc-excAttrIcon {
  background-image: url('9fed445edb34c6a7.svg');
}
.productExc .productExc-excAttrContent {
  padding-top: 5px;
  line-height: 20px;
}
.productExc .productExc-excAttrTitle {
  font-family: 'Proxima Nova Bold', sans-serif;
}
.productExc .productExc-excAttrTextItem:nth-child(n+2):before {
  content: ', ';
  margin-left: -0.3em;
}
.productExc .productExc-tabs {
  grid-area: tabs;
}
.productExc .productExc-content {
  padding-bottom: 25px;
}
.productObj {
  margin-top: 20px;
}
@media all and (min-width: 992px) {
  .productObj {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "gallery gallery ratings" "gallery gallery map" "gallery gallery summary" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
    grid-gap: 0 50px;
    margin-top: 10px;
  }
}
@media all and (min-width: 992px) {
  .productObj.productObj-noSummary {
    grid-template-areas: "gallery gallery ratings" "gallery gallery map" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
@media all and (min-width: 992px) {
  .productObj.productObj-noRatings {
    grid-template-areas: "gallery gallery map" "gallery gallery summary" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
@media all and (min-width: 992px) {
  .productObj.productObj-noSummary.productObj-noRatings {
    grid-template-areas: "gallery gallery map" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
@media all and (min-width: 992px) {
  .productObj.productObj-cashback {
    grid-template-areas: "gallery gallery cashback" "gallery gallery ratings" "gallery gallery map" "gallery gallery summary" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
@media all and (min-width: 992px) {
  .productObj.productObj-noSummary.productObj-cashback {
    grid-template-areas: "gallery gallery cashback" "gallery gallery ratings" "gallery gallery map" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
@media all and (min-width: 992px) {
  .productObj.productObj-noRatings.productObj-cashback {
    grid-template-areas: "gallery gallery cashback" "gallery gallery map" "gallery gallery summary" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
@media all and (min-width: 992px) {
  .productObj.productObj-noSummary.productObj-noRatings.productObj-cashback {
    grid-template-areas: "gallery gallery cashback" "gallery gallery map" "gallery gallery attrs" "finder finder attrs" "tabs tabs attrs";
  }
}
.productObj .productObj-ratings {
  grid-area: ratings;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media all and (min-width: 992px) {
  .productObj .productObj-ratings {
    margin-bottom: 20px;
  }
}
.productObj .productObj-rating {
  padding-right: 20px;
}
@media all and (min-width: 992px) {
  .productObj .productObj-rating {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 10px;
  }
}
.productObj .productObj-rating:last-child {
  padding-right: 0;
}
@media all and (min-width: 992px) {
  .productObj .productObj-asideRight {
    min-width: 310px;
    max-width: 310px;
  }
}
.productObj .productObj-gallery {
  grid-area: gallery;
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .productObj .productObj-gallery {
    margin-bottom: 0;
  }
}
.productObj .productObj-map {
  grid-area: map;
  display: block;
}
.productObj .productObj-summary {
  grid-area: summary;
  margin: 20px 0;
}
.productObj .productObj-components {
  font-size: 16px;
}
.productObj .productObj-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 26px;
  line-height: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .productObj .productObj-cost {
    margin: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.productObj .productObj-cashbackMir {
  grid-area: cashback;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.productObj .productObj-cashbackMirIcon {
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  margin-right: 12px;
  background: url(486ef5afb973cafc.svg) no-repeat;
}
.productObj .productObj-cashbackMirContent {
  font-family: 'Proxima Nova Medium', sans-serif;
  line-height: 1.6;
}
.productObj .productObj-finder {
  grid-area: finder;
  margin: 25px 0;
}
@media all and (min-width: 992px) {
  .productObj .productObj-finder {
    margin-bottom: 55px;
  }
}
.productObj .productObj-finderTitle {
  margin-bottom: 10px;
  font-size: 16px;
}
.productObj .productObj-attrs {
  grid-area: attrs;
  margin: 30px 0;
  padding: 20px;
  background-color: #fafafa;
}
@media all and (min-width: 992px) {
  .productObj .productObj-attrs {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
}
.productObj .productObj-objAttrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productObj .productObj-objAttr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .productObj .productObj-objAttr {
    width: 25%;
  }
}
@media all and (min-width: 992px) {
  .productObj .productObj-objAttr {
    width: 100%;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.productObj .productObj-objAttrIcon {
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  font-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (min-width: 992px) {
  .productObj .productObj-objAttrIcon {
    margin-right: 15px;
  }
}
.productObj .productObj-objAttr--wifi .productObj-objAttrIcon {
  color: #4B63A2;
}
.productObj .productObj-objAttr--pool .productObj-objAttrIcon {
  background-image: url('b59e501d18bc9a77.svg');
}
.productObj .productObj-objAttr--beach .productObj-objAttrIcon {
  background-image: url('9ff39769008b5ca4.svg');
}
.productObj .productObj-objAttr--beach-dist .productObj-objAttrIcon {
  background-image: url('d182cd0e88cf3c66.svg');
}
.productObj .productObj-objAttr--treatment .productObj-objAttrIcon {
  background-image: url('0de71532a40da506.svg');
}
.productObj .productObj-objAttr--spa .productObj-objAttrIcon {
  background-image: url('854e92eea5935cd8.svg');
}
.productObj .productObj-objAttr--parking .productObj-objAttrIcon {
  background-image: url('18e98c712de4f3be.svg');
}
.productObj .productObj-objAttr--food .productObj-objAttrIcon {
  background-image: url('3e9269f7a6049a2d.svg');
}
.productObj .productObj-objAttr--children .productObj-objAttrIcon {
  background-image: url('bfe9349a8e210d45.svg');
}
.productObj .productObj-objAttr--check-in-out .productObj-objAttrIcon {
  background-image: url('95d5f16c205f1702.svg');
}
.productObj .productObj-objAttrContent {
  padding-top: 5px;
  line-height: 20px;
}
.productObj .productObj-objAttrTitle {
  font-family: 'Proxima Nova Bold', sans-serif;
}
.productObj .productObj-objAttrTextItem:nth-child(n+2):before {
  content: ', ';
  margin-left: -0.3em;
}
.productObj .productObj-tabs {
  grid-area: tabs;
}
.productObj .productObj-video {
  display: block;
  margin-top: 30px;
}
.productObj .productObj-content {
  padding-bottom: 25px;
}
.productObj .productObj-content {
  padding-bottom: 25px;
}
.productObjRooms .productObjRooms-par {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.productObjRooms .productObjRooms-par:last-child {
  border-bottom: none;
}
.productObjChalls .productObjChalls-par {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.productObjChalls .productObjChalls-par:last-child {
  border-bottom: none;
}
.productStaticMap {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
@media all and (min-width: 992px) {
  .productStaticMap {
    height: 160px;
    margin-bottom: 30px;
  }
}
.productStaticMap-title {
  font-size: 18px;
}
.productStaticMap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productStaticMap .productStaticMapText {
  font-size: 13px;
  color: #3E7AED;
}
.productReplies .productReplies-reply {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.productReplies .productReplies-reply:last-child {
  border: 0;
}
.productReplies .productReplies-replyHat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productReplies .productReplies-avatar {
  margin-right: 15px;
}
.productReplies .productReplies-avatar:after {
  font-family: FontAwesome;
  content: '\f2bd';
  font-size: 30px;
  color: #656565;
}
.productReplies .productReplies-sign {
  min-width: 115px;
  margin-right: 15px;
  overflow: hidden;
}
.productReplies .productReplies-town {
  font-size: smaller;
}
.productReplies .productReplies-replyType {
  margin-right: 15px;
}
.productReplies .productReplies-replyType--pos:after {
  font-family: FontAwesome;
  content: '\f164';
  font-size: 20px;
  color: #4caf50;
}
.productReplies .productReplies-replyType--neg:after {
  font-family: FontAwesome;
  content: '\f165';
  font-size: 20px;
  color: #EB5757;
}
.productShip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productShip .productShip-descriptions {
  min-width: 741px;
  max-width: 741px;
}
.productShip .productShip-content {
  margin-top: 30px;
}
.productShip .productShip-tabsMenu {
  margin-top: 10px;
  margin-bottom: 30px;
}
.productShip .productShip-tabsMenu h2 {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
.productShip .productShip-moreMenuItems {
  border-left: 1px solid #157BB7;
}
.productShip .productShip-tabsMenuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 60px;
  background: #3E7AED;
  color: white;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.productShip .productShip-tabsMenuLink:hover {
  background: #276aeb;
}
.productShip .dropdown.open .productShip-tabsMenuLink {
  background: #155ce3;
  color: white;
}
.productShip .productShip-tabsMenuLink--active,
.productShip .productShip-tabsMenuLink--active:hover {
  position: relative;
  cursor: default;
}
.productShip .productShip-tabsMenuLink--active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 6px solid white;
}
.productShip .productShip-moreIcon {
  font-size: 20px;
}
.productShip .dropdown-menu {
  background: rgba(62, 122, 237, 0.9);
}
.productShip .dropdown-menu li {
  border-top: 1px solid #155ce3;
}
.productShip .dropdown-menu li:first-child {
  border-top: none;
}
.productShip .dropdown-menu li a,
.productShip .dropdown-menu li a:visited {
  padding: 8px 20px;
  color: white;
  background: transparent;
}
.productShip .dropdown-menu li a:hover {
  background: #155ce3;
}
.productShip .productShip-info {
  min-width: 443px;
  max-width: 443px;
}
.productShip .productShip-commonInfo {
  padding: 20px;
  background: #EFF6FF;
}
.productShip .productShip-commonInfoGroup {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1eeff;
}
.productShip .productShip-commonInfoGroup:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.productShipCabs .productShipCabs-par {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.productShipCabs .productShipCabs-par:last-child {
  border-bottom: none;
}
.productNavigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productNavigation:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dee4f3;
}
.productNavigation:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 45px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(118.52%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 118.52%);
}
@media (min-width: 992px) {
  .productNavigation:after {
    display: none;
  }
}
.productNavigation .productNavigation-tabsMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-right: 20px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media all and (min-width: 992px) {
  .productNavigation .productNavigation-tabsMenu {
    overflow-x: visible;
  }
}
.productNavigation .productNavigation-tabsMenu::-webkit-scrollbar {
  display: none;
}
.productNavigation .productNavigation-tabsMenuLink {
  position: relative;
  margin-right: 25px;
  padding-bottom: 10px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #171717;
}
.productNavigation .productNavigation-tabsMenuLink.is-active {
  cursor: default;
}
.productNavigation .productNavigation-tabsMenuLink:last-child {
  margin-right: 0;
}
.productNavigation .productNavigation-tabsMenuLink:hover,
.productNavigation .productNavigation-tabsMenuLink:focus,
.productNavigation .productNavigation-tabsMenuLink:active {
  text-decoration: none;
  outline: none;
}
.productNavigation .productNavigation-tabsMenuLink:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  z-index: 1;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.productNavigation .productNavigation-tabsMenuLink.is-active:after {
  width: 100%;
  border-bottom-color: #45b093;
}
.productNavigation .productNavigation-moreMenuItems .productNavigation-tabsMenuLink {
  margin-right: 0;
  cursor: pointer;
}
.productNavigation h2 {
  margin: 0;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-size: inherit;
}
.productNavigation .productNavigation-tabsMenuLink.is-active h2 {
  font-family: 'Proxima Nova Bold', sans-serif;
}
.productFeeds .productFeeds-feed {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1eeff;
}
.productFeeds .productFeeds-feed:last-child {
  padding-bottom: 0;
  border: none;
}
.productTwoColsList .productTwoColsList-listRow {
  display: block;
  padding-bottom: 25px;
}
.productTwoColsList .productTwoColsList-listCell {
  display: block;
}
.productTwoColsList .productTwoColsList-listCell:first-child {
  font-family: 'Proxima Nova Bold', sans-serif;
}
.productTwoColsList .productTwoColsList-level2 {
  margin-left: 20px;
}
.productTwoColsList .productTwoColsList-level3 {
  margin-left: 30px;
}
.productTwoColsList .productTwoColsList-level4 {
  margin-left: 40px;
}
.productTwoColsList .productTwoColsList-level5 {
  margin-left: 50px;
}
.productTwoColsList .productTwoColsList-level6 {
  margin-left: 60px;
}
.productSection {
  margin-bottom: 20px;
}
.productSection .productSection-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #e9f0f9;
}
.productSection .productSection-header--nonClickable {
  cursor: auto;
}
.productSection .productSection-title {
  text-transform: uppercase;
  font-weight: bold;
}
.productSection .productSection-title i {
  padding-right: 10px;
  font-size: 16px;
  color: #4B63A2;
}
.productSection .productSection-title h3 {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
.productSection .productSection-upDownAngle {
  font-size: 25px;
  line-height: 25px;
}
.productSection .productSection-content {
  padding: 20px;
  overflow: hidden;
}
.productSection .productSection-content--disableLRPaddings {
  padding-right: 0;
  padding-left: 0;
}
.productTrustYouRating.productTrustYouRating--disabled * {
  color: #ccc;
}
.productTrustYouRating .popover {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
          box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
}
@media all and (min-width: 768px) {
  .productTrustYouRating .popover {
    min-width: 435px;
  }
}
.productTrustYouRating .popover-content {
  padding: 20px;
}
.productTrustYouRating .popover.bottom > .arrow {
  border-bottom-color: rgba(28, 55, 106, 0.1);
}
.productTrustYouRating .productTrustYouRating-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productTrustYouRating .productTrustYouRating-summaryRating {
  margin-right: 20px;
}
.productTrustYouRating .productTrustYouRating-summaryLogo {
  width: 93px;
  height: 10px;
  margin-bottom: 10px;
  background-image: url("65fe4f09ef82e55c.svg");
  background-size: cover;
}
.productTrustYouRating .productTrustYouRating-summaryContent {
  font-family: 'Proxima Nova Medium', sans-serif;
  color: #4caf50;
}
.productTrustYouRating .productTrustYouRating-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productTrustYouRating .productTrustYouRating-category {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 100%;
  min-width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .productTrustYouRating .productTrustYouRating-category {
    max-width: 47%;
    min-width: 47%;
  }
}
.productTrustYouRating .productTrustYouRating-subCategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productTrustYouRating .productTrustYouRating-subCategory {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 100%;
  min-width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .productTrustYouRating .productTrustYouRating-subCategory {
    max-width: 47%;
    min-width: 47%;
  }
}
.productCircleDiagram {
  width: 85px;
  height: 85px;
}
.productCircleDiagram .productCircleDiagram-circle {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #eee;
}
.productCircleDiagram .productCircleDiagram-before {
  position: absolute;
  right: 0;
  width: 42.5px;
  height: 85px;
  border-radius: 0 42.5px 42.5px 0;
}
.productCircleDiagram .productCircleDiagram-after {
  position: absolute;
  right: 0;
  width: 42.5px;
  height: 85px;
  border-radius: 0 42.5px 42.5px 0;
  background-color: #eee;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.productCircleDiagram .productCircleDiagram-after--low,
.productCircleDiagram .productCircleDiagram-before--low {
  background: #EB5757;
}
.productCircleDiagram .productCircleDiagram-after--med,
.productCircleDiagram .productCircleDiagram-before--med {
  background: #fea000;
}
.productCircleDiagram .productCircleDiagram-after--high,
.productCircleDiagram .productCircleDiagram-before--high {
  background: #4caf50;
}
.productCircleDiagram .productCircleDiagram-value {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 50%;
  background-color: #EFF6FF;
  line-height: 77px;
  font-size: 35.41666667px;
  font-weight: bold;
  text-align: center;
}
.productCircleDiagram .productCircleDiagram-value--low {
  color: #EB5757;
}
.productCircleDiagram .productCircleDiagram-value--med {
  color: #fea000;
}
.productCircleDiagram .productCircleDiagram-value--high {
  color: #4caf50;
}
.productBarDiagram .productBarDiagram-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productBarDiagram .productBarDiagram-title:first-letter {
  text-transform: uppercase;
}
.productBarDiagram .productBarDiagram-value {
  font-family: 'Proxima Nova Medium', sans-serif;
}
.productBarDiagram .productBarDiagram-value--low {
  color: #EB5757;
}
.productBarDiagram .productBarDiagram-value--med {
  color: #fea000;
}
.productBarDiagram .productBarDiagram-value--high {
  color: #4caf50;
}
.productBarDiagram .productBarDiagram-theDiagram {
  width: 100%;
  height: 4px;
  background-color: #dee4f3;
}
.productBarDiagram .productBarDiagram-theDiagramFiller {
  height: 4px;
  background: #4caf50;
}
.productBarDiagram .productBarDiagram-theDiagramFiller--low {
  background: #EB5757;
}
.productBarDiagram .productBarDiagram-theDiagramFiller--med {
  background: #fea000;
}
.productBarDiagram .productBarDiagram-theDiagramFiller--high {
  background: #4caf50;
}
.productColorDiagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.productColorDiagram .productColorDiagram-theDiagram {
  max-width: 6px;
  min-width: 6px;
  max-height: 6px;
  min-height: 6px;
  margin-right: 6px;
  border-radius: 50%;
}
.productColorDiagram .productColorDiagram-theDiagram--low {
  background-color: #EB5757;
}
.productColorDiagram .productColorDiagram-theDiagram--med {
  background-color: #fea000;
}
.productColorDiagram .productColorDiagram-theDiagram--high {
  background-color: #4caf50;
}
.productColorDiagram .productColorDiagram-legend {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 13px;
}
.productRatingProgressBar .progress {
  height: 3px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #dee4f3;
}
.productRatingProgressBar .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.finderLook .dropdown-menu {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .finderLook .dropdown-menu {
    max-width: none;
  }
}
.finderLook .dropdown-menu > li > a {
  height: 40px;
  padding: 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #444444;
}
@media all and (min-width: 768px) {
  .finderLook .dropdown-menu > li > a {
    font-size: 16px;
    line-height: 19px;
  }
}
.finderLook .dropdown-menu > .active > a,
.finderLook .dropdown-menu > .active > a:hover,
.finderLook .dropdown-menu > .active > a:focus {
  background: #9ad5ff;
  color: #444444;
}
.finderLook .finderLook-typeaheadGroup {
  font-size: 12px;
  color: #155ce3;
  background-color: #fafafa;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
}
.finderLook input[type=text].ng-empty ~ .input-group-btn .btn {
  pointer-events: none;
}
.finderLook input[type=text].ng-empty ~ .input-group-btn i {
  display: none;
}
.finderConsistBtn {
  margin-right: 20px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 18px;
  cursor: pointer;
  color: #b2bedf;
}
@media all and (min-width: 768px) {
  .finderConsistBtn {
    font-size: 22px;
  }
}
.finderConsistBtn.finderConsistBtn--active {
  cursor: default;
  color: #171717;
}
.finderHome {
  color: white;
}
.finderHome .finderHome-title {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: white;
}
@media all and (min-width: 480px) {
  .finderHome .finderHome-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media all and (min-width: 768px) {
  .finderHome .finderHome-title {
    max-width: 585px;
    margin-left: 9.5%;
    font-size: 44px;
    line-height: 50px;
  }
}
@media all and (min-width: 992px) {
  .finderHome .finderHome-title {
    max-width: none;
    margin-left: 0;
  }
}
.finderHome .finderHome-menuArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  margin-top: 30px;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) {
  .finderHome .finderHome-menuArea {
    margin-left: 9.5%;
  }
}
@media all and (min-width: 992px) {
  .finderHome .finderHome-menuArea {
    margin-left: 0;
  }
}
.finderHome .finderHome-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  color: #171717;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.finderHome .finderHome-menu::-webkit-scrollbar {
  display: none;
}
.finderHome .finderHome-menuItem {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.finderHome .finderHome-menuItem:first-child {
  margin-left: 0;
}
.finderHome .finderHome-menuItem.is-active {
  cursor: default;
  color: #FDD54A;
}
.finderHome .finderHome-menuItem:hover,
.finderHome .finderHome-menuItem:focus,
.finderHome .finderHome-menuItem.is-active:hover,
.finderHome .finderHome-menuItem.is-active:focus {
  color: #FDD54A;
}
@media all and (min-width: 768px) {
  .finderHome .finderHome-body {
    max-width: 585px;
    margin-left: 9.5%;
  }
}
@media all and (min-width: 992px) {
  .finderHome .finderHome-body {
    max-width: none;
    margin-left: 0;
  }
}
.finderHome .finderHome-bodyContent {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .finderHome .finderHome-bodyContent {
    max-height: 112px;
  }
}
.finderHome .finderHome-bodyContentTab .finderHome-formItem {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.finderHome .finderHome-bodyContentTab.is-active .finderHome-formItem {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.finderHome .finderHome-bodyContentTab.ng-enter {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.finderHome .finderHome-bodyContentTab.ng-enter-active {
  opacity: 1;
}
.finderHome .finderHome-formItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px;
}
.finderHome .finderHome-formItem {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  margin: 0 1px 6px;
}
@media all and (min-width: 768px) {
  .finderHome .finderHome-formItem {
    width: auto;
  }
}
.finderHome .finderHome-passengersCountCell {
  width: auto;
}
.finderHome .finderHome-submitArea {
  min-width: 115px;
  max-width: 115px;
}
.finderHome .finderHome-formItem--wide {
  width: 100%;
}
.finderHome .finderHome-excDurationCell,
.finderHome .finderHome-passengersCountCell {
  margin-bottom: 6px;
}
@media all and (min-width: 768px) {
  .finderHome .finderHome-excDurationCell,
  .finderHome .finderHome-passengersCountCell {
    margin-bottom: 0;
  }
}
.finderHome .iDrPicker .iDrPicker-inputCalendarBtn {
  border: none;
}
.finderHome .form-control {
  border-color: transparent;
}
.finderCatalog .finderCatalog-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.finderCatalog .finderCatalog-bg--abode {
  background-image: url('a080195320dab2a9.jpg');
}
.finderCatalog .finderCatalog-bg--abode-add {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.finderCatalog .finderCatalog-bg--abode-add-active {
  opacity: 1;
}
.finderCatalog .finderCatalog-bg--package {
  background-image: url('271c82dfa88c2cd8.jpg');
}
.finderCatalog .finderCatalog-bg--package-add {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.finderCatalog .finderCatalog-bg--package-add-active {
  opacity: 1;
}
.finderCatalog .finderCatalog-bg--exc {
  background-image: url('8e24fb1e438a4299.jpg');
}
.finderCatalog .finderCatalog-bg--exc-add {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.finderCatalog .finderCatalog-bg--exc-add-active {
  opacity: 1;
}
.finderCatalog .finderCatalog-bg--act {
  background-image: url('97772c527de77ce8.jpg');
}
.finderCatalog .finderCatalog-bg--act-add {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.finderCatalog .finderCatalog-bg--act-add-active {
  opacity: 1;
}
.finderCatalog .finderCatalog-bg--camp {
  background-image: url('2a384a1bc5ad39ef.jpg');
}
.finderCatalog .finderCatalog-bg--camp-add {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.finderCatalog .finderCatalog-bg--camp-add-active {
  opacity: 1;
}
.finderCatalog .finderCatalog-bg--cruise {
  background-image: url('4679d92e9e825745.jpg');
}
.finderCatalog .finderCatalog-bg--cruise-add {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.finderCatalog .finderCatalog-bg--cruise-add-active {
  opacity: 1;
}
.finderCatalog .finderCatalog-menuArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .finderCatalog .finderCatalog-menuArea {
    margin-left: 9.5%;
  }
}
@media all and (min-width: 992px) {
  .finderCatalog .finderCatalog-menuArea {
    margin-left: 0;
  }
}
.finderCatalog .finderCatalog-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  color: #171717;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.finderCatalog .finderCatalog-menu::-webkit-scrollbar {
  display: none;
}
.finderCatalog .finderCatalog-menuItem {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.finderCatalog .finderCatalog-menuItem:first-child {
  margin-left: 0;
}
.finderCatalog .finderCatalog-menuItem.is-active {
  cursor: default;
  color: #FDD54A;
}
.finderCatalog .finderCatalog-menuItem:hover,
.finderCatalog .finderCatalog-menuItem:focus,
.finderCatalog .finderCatalog-menuItem.is-active:hover,
.finderCatalog .finderCatalog-menuItem.is-active:focus {
  color: #FDD54A;
}
.finderCatalog .finderCatalog-body {
  padding-bottom: 20px;
}
@media all and (min-width: 768px) {
  .finderCatalog .finderCatalog-body {
    max-width: 585px;
    margin-left: 9.5%;
  }
}
@media all and (min-width: 992px) {
  .finderCatalog .finderCatalog-body {
    max-width: none;
    margin-left: 0;
  }
}
.finderHome .finderHome-bodyContent {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .finderHome .finderHome-bodyContent {
    max-height: 112px;
  }
}
.finderCatalog .finderCatalog-formItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px;
}
.finderCatalog .finderCatalog-formItem {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  margin: 0 1px 6px;
}
@media all and (min-width: 768px) {
  .finderCatalog .finderCatalog-formItem {
    width: auto;
  }
}
@media all and (min-width: 480px) {
  .finderCatalog .finderCatalog-formItem.finderCatalog-finderLook {
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .finderCatalog .finderCatalog-formItem.finderCatalog-finderLook {
    width: 38%;
  }
}
@media all and (min-width: 768px) {
  .finderCatalog .finderCatalog-formItem.finderCatalog-townName {
    width: 30%;
  }
}
@media all and (min-width: 992px) {
  .finderCatalog .finderCatalog-formItem.finderCatalog-townName {
    width: 20%;
  }
}
.finderCatalog .iDrPicker .iDrPicker-inputCalendarBtn,
.finderCatalog .iDatePicker .iDatePicker-calendarBtn {
  border: none;
}
.finderCatalog .form-control {
  border-color: transparent;
}
.finderCatalogGetCost .modal-body {
  padding: 0;
}
.finderCatalogGetCost .finderCatalogGetCost-content {
  padding: 20px;
}
.finderCatalogGetCost .finderCatalogGetCost-consistArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.finderCatalogGetCost .finderCatalogGetCost-formItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px -1px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .finderCatalogGetCost .finderCatalogGetCost-formItems {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.finderCatalogGetCost .finderCatalogGetCost-formItem {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 5px 1px;
}
.finderCatalogGetCost .iDatePicker input[type=text].form-control,
.finderCatalogGetCost .iDrPicker input[type=text].form-control {
  border-right: 1px solid #b2bedf;
}
.finderCatalogGetCost .iDatePicker .iDatePicker-calendarBtn,
.finderCatalogGetCost .iDrPicker .iDrPicker-inputCalendarBtn {
  border-color: #b2bedf;
}
.finderProductObj .finderProductObj-consistArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.finderProductObj .finderProductObj-packageBody {
  margin: 0 -20px;
  padding: 18px 20px;
  background-color: #DBE9FF;
}
@media all and (min-width: 768px) {
  .finderProductObj .finderProductObj-packageBody {
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
}
.finderProductObj .finderProductObj-formItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.finderProductObj .finderProductObj-formItem {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .finderProductObj .finderProductObj-formItem {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 2px;
  }
}
@media all and (min-width: 768px) {
  .finderProductObj .finderProductObj-tspTown {
    min-width: 30%;
  }
}
@media all and (min-width: 768px) {
  .finderProductObj .finderProductObj-tspTown .form-control {
    border-right: none;
  }
}
.finderProductObj .iDrPicker input[type=text].form-control {
  border-right: 1px solid #b2bedf !important;
  border-left: none;
}
@media all and (min-width: 768px) {
  .finderProductObj .iDrPicker input[type=text].form-control {
    border-right: none !important;
  }
}
.finderProductObj .iDrPicker .iDrPicker-inputCalendarBtn {
  border-color: #b2bedf;
}
.finderProductObj .iDrPicker input[type=text].form-control:focus,
.finderProductObj .iDrPicker input[type=text].form-control:active {
  border-color: #b2bedf;
}
.finderProductObj .finderProductObj-submitArea {
  max-width: 40px;
}
@media all and (min-width: 768px) {
  .finderProductObj .finderProductObj-submitArea {
    max-width: 100px;
  }
}
.finderProductObj .iPassengersPicker.dropdown {
  z-index: 10;
}
.finderProductObj .finderProductObj-submit {
  max-height: 40px;
  padding: 12px;
}
@media all and (min-width: 768px) {
  .finderProductObj .finderProductObj-submit {
    padding: 12px 20px;
  }
}
.finderProductExc .finderProductExc-formItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.finderProductExc .finderProductExc-formItem {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .finderProductExc .finderProductExc-formItem {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 2px;
  }
}
@media all and (min-width: 768px) {
  .finderProductExc .finderProductExc-durationCell .form-control {
    border-right: none;
  }
}
.finderProductExc .finderProductExc-durationCell .form-control:hover {
  border-color: #b2bedf;
}
.finderProductExc .iDatePicker input[type=text].form-control {
  border-right: 1px solid #b2bedf !important;
}
@media all and (min-width: 768px) {
  .finderProductExc .iDatePicker input[type=text].form-control {
    border-right: none !important;
  }
}
.finderProductExc .iDatePicker .iDatePicker-calendarBtn {
  border-color: #b2bedf;
}
.finderProductExc .iDatePicker input[type=text].form-control:focus,
.finderProductExc .iDatePicker input[type=text].form-control:active {
  border-color: #b2bedf;
}
.finderProductExc .finderProductExc-submitArea {
  max-width: 40px;
}
@media all and (min-width: 768px) {
  .finderProductExc .finderProductExc-submitArea {
    max-width: 100px;
  }
}
.finderProductExc .iPassengersPicker.dropdown {
  z-index: 10;
}
.finderProductExc .finderProductExc-submit {
  max-height: 40px;
  padding: 12px;
}
@media all and (min-width: 768px) {
  .finderProductExc .finderProductExc-submit {
    padding: 12px 20px;
  }
}
.finderProductCamp .finderProductCamp-formItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.finderProductCamp .finderProductCamp-formItem {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .finderProductCamp .finderProductCamp-formItem {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 2px;
  }
}
@media all and (min-width: 768px) {
  .finderProductCamp .finderProductCamp-durationCell .form-control {
    border-right: none;
  }
}
.finderProductCamp .finderProductCamp-durationCell .form-control:hover {
  border-color: #b2bedf;
}
.finderProductCamp .iDatePicker input[type=text].form-control {
  border-right: 1px solid #b2bedf !important;
}
@media all and (min-width: 768px) {
  .finderProductCamp .iDatePicker input[type=text].form-control {
    border-right: none !important;
  }
}
.finderProductCamp .iDatePicker .iDatePicker-calendarBtn {
  border-color: #b2bedf;
}
.finderProductCamp .iDatePicker input[type=text].form-control:focus,
.finderProductCamp .iDatePicker input[type=text].form-control:active {
  border-color: #b2bedf;
}
.finderProductCamp .finderProductCamp-submitArea {
  max-width: 40px;
}
@media all and (min-width: 768px) {
  .finderProductCamp .finderProductCamp-submitArea {
    max-width: 100px;
  }
}
.finderProductCamp .iPassengersPicker.dropdown {
  z-index: 10;
}
.finderProductCamp .finderProductCamp-submit {
  max-height: 40px;
  padding: 12px;
}
@media all and (min-width: 768px) {
  .finderProductCamp .finderProductCamp-submit {
    padding: 12px 20px;
  }
}
.iDrPicker .iDrPicker-footerHtml {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 28px;
  margin-left: -5px;
  line-height: 28px;
  background-color: #00cb2d;
  text-align: center;
  color: white;
  font-size: smaller;
}
.finderCommon .finderCommon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.finderCommon .finderCommon-bg--abode {
  background-image: url('a080195320dab2a9.jpg');
}
.finderCommon .finderCommon-bg--abode-add {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.finderCommon .finderCommon-bg--abode-add-active {
  opacity: 1;
}
.finderCommon .finderCommon-bg--package {
  background-image: url('271c82dfa88c2cd8.jpg');
}
.finderCommon .finderCommon-bg--package-add {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.finderCommon .finderCommon-bg--package-add-active {
  opacity: 1;
}
.finderCommon .finderCommon-bg--exc {
  background-image: url('8e24fb1e438a4299.jpg');
}
.finderCommon .finderCommon-bg--exc-add {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.finderCommon .finderCommon-bg--exc-add-active {
  opacity: 1;
}
.finderCommon .finderCommon-bg--act {
  background-image: url('97772c527de77ce8.jpg');
}
.finderCommon .finderCommon-bg--act-add {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.finderCommon .finderCommon-bg--act-add-active {
  opacity: 1;
}
.finderCommon .finderCommon-bg--camp {
  background-image: url('2a384a1bc5ad39ef.jpg');
}
.finderCommon .finderCommon-bg--camp-add {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.finderCommon .finderCommon-bg--camp-add-active {
  opacity: 1;
}
.finderCommon .finderCommon-bg--cruise {
  background-image: url('4679d92e9e825745.jpg');
}
.finderCommon .finderCommon-bg--cruise-add {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.finderCommon .finderCommon-bg--cruise-add-active {
  opacity: 1;
}
.finderCommon .finderCommon-menuArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .finderCommon .finderCommon-menuArea {
    margin-left: 9.5%;
  }
}
@media all and (min-width: 992px) {
  .finderCommon .finderCommon-menuArea {
    margin-left: 0;
  }
}
.finderCommon .finderCommon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  color: #171717;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.finderCommon .finderCommon-menu::-webkit-scrollbar {
  display: none;
}
.finderCommon .finderCommon-menuItem {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.finderCommon .finderCommon-menuItem:first-child {
  margin-left: 0;
}
.finderCommon .finderCommon-menuItem.is-active {
  cursor: default;
}
.finderCommon .finderCommon-menuItem:hover,
.finderCommon .finderCommon-menuItem:focus,
.finderCommon .finderCommon-menuItem.is-active:hover,
.finderCommon .finderCommon-menuItem.is-active:focus {
  color: #FDD54A;
}
.finderCommon .finderCommon-body {
  padding-bottom: 20px;
}
@media all and (min-width: 768px) {
  .finderCommon .finderCommon-body {
    max-width: 585px;
    margin-left: 9.5%;
  }
}
@media all and (min-width: 992px) {
  .finderCommon .finderCommon-body {
    max-width: none;
    margin-left: 0;
  }
}
.finderCommon .finderCommon-formItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px;
}
.finderCommon .finderCommon-formItem {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  margin: 0 1px 6px;
}
@media all and (min-width: 768px) {
  .finderCommon .finderCommon-formItem {
    width: auto;
  }
}
@media all and (min-width: 480px) {
  .finderCommon .finderCommon-formItem.finderCommon-finderLook {
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .finderCommon .finderCommon-formItem.finderCommon-finderLook {
    width: 38%;
  }
}
@media all and (min-width: 768px) {
  .finderCommon .finderCommon-formItem.finderCommon-townName {
    width: 30%;
  }
}
@media all and (min-width: 992px) {
  .finderCommon .finderCommon-formItem.finderCommon-townName {
    width: 20%;
  }
}
.finderCommon .iDrPicker .iDrPicker-inputCalendarBtn,
.finderCommon .iDatePicker .iDatePicker-calendarBtn {
  border: none;
}
.finderCommon .form-control {
  border-color: transparent;
}
.finderSelect {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75718 0.209182L4 2.96853L1.24282 0.209182C0.537053 -0.501742 -0.469837 0.769487 0.245337 1.48644L3.50126 4.75187C3.63745 4.91148 3.81538 5 4 5C4.18462 5 4.36255 4.91148 4.49874 4.75187L7.75466 1.48644C8.46984 0.769487 7.46295 -0.501742 6.75718 0.209182Z' fill='%234F4F4F'/%3E%3C/svg%3E%0A");
  background-position: right 1.1em top 50%, 0 0;
  background-repeat: no-repeat;
}
.feedbackForm {
  width: 1200px;
  margin: 55px auto 0;
}
.feedbackForm .feedbackForm-title {
  font-size: 21px;
  color: #3E7AED;
}
.feedbackForm .feedbackForm-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feedbackForm .feedbackForm-satisfaction label {
  display: block;
  font-weight: normal;
}
.feedbackForm .feedbackForm-criterion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedbackForm .feedbackForm-criterionName {
  margin-right: 15px;
}
.feedbackForm .feedbackForm-criterionName:first-letter {
  text-transform: capitalize;
}
.feedbackForm .feedbackForm-criterionValueStar {
  display: inline;
  font-family: FontAwesome;
  color: #ccc;
  cursor: pointer;
  font-size: 18px;
}
.feedbackForm .feedbackForm-criterionValueStar:after {
  content: '\f005';
}
.feedbackForm .feedbackForm-criterionValueStar--hover {
  color: #EB5757;
}
.feedbackForm .feedbackForm-textNote {
  width: 475px;
}
.feedbackForm .feedbackForm-submit {
  margin-top: 20px;
  text-align: right;
}
.feedbackForm .feedbackForm-submitButton {
  background: #EB5757;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.payVariants {
  width: 1200px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0 auto;
  text-align: left;
}
.payVariants .payVariants-breadcrumbs {
  margin: 20px auto;
}
.payVariantsPayment .payVariantsPayment-header {
  padding-top: 25px;
  border-top: 1px solid #ccc;
  font-size: 18px;
}
.payVariantsPayment .payVariantsPayment-listTitle {
  padding: 0 15px 25px;
  font-weight: bold;
  font-size: 18px;
}
.payVariantsPayment .payVariantsPayment-price {
  color: #EB5757;
  font-weight: bolder;
  font-size: 18px;
}
.payVariantsPayment .payVariantsPayment-list {
  margin: 0 15px 15px 15px;
}
.payVariantsPayment .payVariantsPayment-cell {
  padding: 25px 0px;
  border-bottom: 1px solid #ccc;
}
.payVariantsPayment .payVariantsPayment-cashback {
  font-weight: bold;
  background-color: #FBE228;
}
.payVariantsPayment .payVariantsPayment-cell--price {
  padding-left: 70px;
  white-space: nowrap;
}
.payVariantsPayment .payVariantsPayment-cashbackMirLogo {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  background: url("dcd3787276702e77.png") top center no-repeat;
  float: left;
}
.payVariantsPayment .payVariantsPayment-cashbackMirAlert {
  width: 330px;
  color: #EB5757;
}
.payVariantsPayment .payVariantsPayment-cashbackMirInfo {
  margin-top: 12px;
  width: 330px;
}
.payVariantsPayment .payVariantsPayment-icon {
  width: 200px;
  height: 50px;
}
.payVariantsPayment .payVariantsPayment-icon--cashbackMir {
  background: url("dcc019ad1a65a4eb.png") left no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--cashbackMirForCamps {
  background: url("dcc019ad1a65a4eb.png") left no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--sberbankWithoutMir {
  background: url("5d5a52e53b5e42a7.png") left no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--sberbank {
  background: url("1306df61bfdb3c6a.png") center no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--appex {
  background: url("3709363b4a12e877.png") center no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--psbank {
  background: url("6407401f2ce35455.png") center no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--appexEvroset {
  background: url("3709363b4a12e877.png") center no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--payTravel {
  background: url("5b5068589f976dda.png") center no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--sberbankOnline {
  background: url("1de3c797f9ffdf57.png") center no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--ticket {
  background: url("b69b01f41e8ec904.png") center no-repeat;
}
.payVariantsPayment .payVariantsPayment-icon--office {
  background: url("36cd9f3635d7971f.png") center no-repeat;
}
.payVariantsPayment .payVariantsPayment-paymentType {
  display: inline-block;
  width: 70px;
  padding-left: 10px;
}
.payVariantsPayment .payVariantsPayment-customSum {
  width: 80px;
  margin-left: 23px;
  margin-right: 4px;
  padding: 3px 6px;
}
.cashbackSuggestModal .modal-dialog {
  margin: 130px auto;
}
@media (min-width: 768px) {
  .cashbackSuggestModal .modal-dialog {
    width: 680px;
  }
}
.cashbackSuggestModal .modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #E3FAFF;
}
.cashbackSuggestModal .close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 24px;
  height: 24px;
  opacity: .9;
  background: url('7db679a80ff425b0.svg') no-repeat;
}
.cashbackSuggestModal .close:hover {
  opacity: 1;
}
.cashbackSuggestModal .modal-body {
  padding: 40px;
}
.cashbackSuggestModal .cashbackSuggestModal-title {
  max-width: 310px;
  margin: 40px 0 20px;
  font-size: 26px;
  line-height: 36px;
}
.cashbackSuggestModal .text-highlighted {
  padding: 0 5px;
  background: linear-gradient(64.11deg, #FDD54A 16.34%, #D3EE69 83.66%);
}
.cashbackSuggestModal .cashbackSuggestModal-img {
  position: absolute;
  top: -22px;
  right: -32px;
  width: 309px;
  height: 297px;
  background: url('26ce52c3252b1443.png') no-repeat;
}
.cashbackSuggestModal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  border: none;
}
.cashbackSuggestModal .cashbackSuggestModal-btnArea--first {
  padding-right: 10px;
}
.cashbackSuggestModal .cashbackSuggestModal-btnArea--last {
  padding-left: 10px;
}
.cashbackSuggestModal .cashbackSuggestModal-btn {
  width: 225px;
  height: 45px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.cashbackSuggestModal .cashbackSuggestModal-btn.btn-danger {
  border-color: #F3434A;
  background-color: #F3434A;
}
.cashbackSuggestModal .cashbackSuggestModal-btn.btn-danger:hover {
  background-color: #f0131c;
}
.cashbackSuggestModal .cashbackSuggestModal-btn.btn-warning {
  color: #171717;
  border-color: transparent;
  background: linear-gradient(64.11deg, #FDD54A 16.34%, #D3EE69 83.66%);
}
.cashbackSuggestModal .cashbackSuggestModal-btn.btn-warning:hover {
  opacity: .9;
}
.cashbackSuggestModal .cashbackSuggestModal-paymentIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cashbackSuggestModal .cashbackSuggestModal-paymentIcon {
  height: 18px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.cashbackSuggestModal .cashbackSuggestModal-paymentIcon--visa {
  width: 55px;
  background-image: url('69eb84bbcaec870f.svg');
}
.cashbackSuggestModal .cashbackSuggestModal-paymentIcon--mc {
  width: 28px;
  background-image: url('e14be61dc666b4e5.svg');
}
.cashbackSuggestModal .cashbackSuggestModal-paymentIcon--mir {
  width: 63px;
  background-image: url('54f437bde9f1a2e9.svg');
}
.msgLine {
  background: #f0ead9;
  text-align: center;
}
.msgLine .msgLine-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}
.msgLine .msgLine-item {
  margin: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
}
.msgLine .msgLine-item > i {
  text-transform: uppercase;
  text-decoration: underline;
  color: #3E7AED;
  font-style: normal;
}
.msgLine .msgLine-item:hover > i {
  color: #155ce3;
}
.msgLine .msgLine-item > * {
  vertical-align: middle;
}
.msgLine .msgLine-item:first-child {
  margin-left: auto;
}
.result .result-loader {
  height: 400px;
}
.result-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result .result-grid {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media all and (min-width: 992px) {
  .result .result-grid {
    padding-left: 25px;
  }
}
.resultFilters {
  position: absolute;
  top: 0;
  left: -290px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 270px;
  max-width: 270px;
  z-index: 99;
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
          box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media all and (min-width: 992px) {
  .resultFilters {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    padding: 0 20px 20px 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.resultFilters.is-open {
  left: -20px;
  min-width: 100%;
}
.resultFilters.is-active {
  left: -20px;
  min-width: 100%;
  -webkit-transition: none;
  transition: none;
}
@media all and (min-width: 992px) {
  .resultFilters.is-active {
    left: auto;
  }
}
.resultFilters .resultFilters-open {
  position: absolute;
  top: 0;
  left: 290px;
  width: 22px;
  height: 16px;
  margin-right: 20px;
  padding: 0;
  line-height: 1;
  color: #3E7AED;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media all and (min-width: 992px) {
  .resultFilters .resultFilters-open {
    display: none;
  }
}
.resultFilters .resultFilters-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 1;
  color: #667d8c;
  border: none;
  background-color: transparent;
}
@media all and (min-width: 992px) {
  .resultFilters .resultFilters-close {
    display: none;
  }
}
.resultFilters .resultFilters-inner {
  overflow-y: auto;
}
.resultFilters .resultFilters-inner .scroller {
  position: relative;
  height: 100%;
  max-height: inherit;
  padding-right: 15px;
}
.resultFilters .resultFilters-box {
  padding: 0 0 18px;
}
.resultFilters .resultFilters-box.resultFilters-box--pb-sm {
  padding-bottom: 9px;
}
.resultFilters .resultFilters-box--pb-0 {
  padding-bottom: 0;
}
.resultFilters .resultFilters-label {
  font-weight: normal;
}
.resultFilters .resultFilters-label.is-disabled {
  opacity: .5;
  pointer-events: none;
}
.resultFilters .resultFilters-groupName {
  margin: 0 0 12px;
  font-family: 'Proxima Nova Bold', sans-serif;
}
.resultFilters .resultFilters-single--csbMir {
  padding: 10px 12px;
  font-family: 'Proxima Nova Medium', sans-serif;
  background: linear-gradient(64.11deg, #FDD54A 16.34%, #D3EE69 83.66%);
}
.resultFilters .resultFilters-single--csbMir label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultFilters .resultFilters-single--csbMir.checkbox input[type='checkbox']:checked ~ .checkbox-text {
  color: #171717;
}
.resultFilters .resultFilters-single--csbMir .resultFilters-infoSign {
  margin-left: 5px;
  font-size: 15px;
  line-height: 15px;
  color: #3E7AED;
}
.resultFilters .resultFilters-groupExpand > span {
  font-family: 'Proxima Nova Medium', sans-serif;
  color: #3E7AED;
  cursor: pointer;
  text-decoration: none;
}
.resultFilters .resultFilters-showMap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.resultFilters .resultFilters-showMap:hover {
  color: #3E7AED;
}
.resultFilters .resultFilters-showMapIcon {
  margin-right: 5px;
  font-size: 12px;
  color: #3E7AED;
}
.resultFilters .resultFilters-groupChild--children label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultFilters .resultFilters-groupChild--children label input {
  max-width: 75px;
}
.resultFilters .resultFilters-groupChild--children label span {
  padding-left: 10px;
}
.resultFilters .resultFilters-manageFilters {
  margin-bottom: 10px;
  text-align: center;
}
.resultFilters .resultFilters-manageFiltersBtn:focus {
  text-decoration: none;
  border-color: #518AF9;
}
.resultFilters .resultFilters-reset {
  margin-top: 10px;
  font-family: 'Proxima Nova Medium', sans-serif;
  color: #4B63A2;
  text-decoration: none;
  cursor: pointer;
}
.resultFilters .resultFilters-reset:hover {
  color: #3E7AED;
}
.resultCost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resultCost .resultCost-finalArea.is-bordered {
  margin-bottom: 7px;
  padding: 3px 8px;
  border: 1px solid #5FA3E1;
}
.resultCost .resultCost-final {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 16px;
}
@media all and (min-width: 992px) {
  .resultCost .resultCost-final {
    font-size: 18px;
  }
}
.resultCost .resultCost-earlyBookingText {
  font-size: 12px;
  color: #5FA3E1;
}
.resultCostOld {
  margin-bottom: 5px;
  text-align: center;
  text-decoration: line-through;
  color: #4B6097;
}
.resultGrid .resultGrid-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.resultGrid .resultGrid-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resultGrid .resultGrid-filtersItem {
  margin-right: 20px;
  color: #7A87A2;
  cursor: pointer;
}
.resultGrid .resultGrid-filtersItem:last-child {
  margin-right: 0;
}
.resultGrid .resultGrid-filtersItem.is-active {
  color: #171717;
  cursor: default;
}
.resultGrid .resultGrid-filtersItem--cost i {
  display: none;
  font-size: 11px;
  color: #3E7AED;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.resultGrid .resultGrid-filtersItem--cost i.is-desc {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.resultGrid .resultGrid-filtersItem--cost.is-active {
  cursor: pointer;
}
.resultGrid .resultGrid-filtersItem--cost.is-active i {
  display: inline-block;
}
.resultGrid .resultGrid-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.resultGrid .resultGrid-viewItem {
  margin-right: 12px;
  line-height: 1;
  color: #b2bedf;
  cursor: pointer;
}
.resultGrid .resultGrid-viewItem.is-active {
  color: #3E7AED;
  cursor: default;
}
.resultGrid .resultGrid-viewItem:last-child {
  margin-right: 0;
}
.resultGrid .resultGrid-sort {
  width: auto;
}
.resultGrid .resultGrid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resultGrid .resultGrid-itemArea {
  margin-bottom: 30px;
  padding: 0 10px;
}
.resultGrid .resultGrid-itemArea.ng-enter {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.resultGrid .resultGrid-itemArea.ng-enter-active {
  opacity: 1;
}
.resultGrid .resultGrid-itemArea--cards {
  width: 100%;
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-itemArea--cards {
    width: 50%;
  }
}
@media all and (min-width: 1200px) {
  .resultGrid .resultGrid-itemArea--cards {
    width: 33.3333%;
  }
}
.resultGrid .resultGrid-itemArea--plates {
  width: 100%;
}
.resultGrid .resultGrid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 14px rgba(110, 137, 189, 0.37);
          box-shadow: 0px 2px 14px rgba(110, 137, 189, 0.37);
}
.resultGrid .resultGrid-item:hover {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0px 2px 17px rgba(110, 137, 189, 0.5);
          box-shadow: 0px 2px 17px rgba(110, 137, 189, 0.5);
}
.resultGrid .resultGrid-item--card {
  height: 100%;
  min-height: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
}
.resultGrid .resultGrid-item--plate {
  min-height: 170px;
}
.resultGrid .resultGrid-item--not-found {
  background-color: #f9fcff;
}
.resultGrid .resultGrid-itemImg {
  position: relative;
}
.resultGrid .resultGrid-item--card .resultGrid-itemImg {
  height: 210px;
}
@media all and (min-width: 1200px) {
  .resultGrid .resultGrid-item--card .resultGrid-itemImg {
    height: 170px;
  }
}
.resultGrid .resultGrid-item--plate .resultGrid-itemImg {
  min-width: 45%;
  max-width: 45%;
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-item--plate .resultGrid-itemImg {
    min-width: 210px;
    max-width: 210px;
  }
}
@media all and (min-width: 992px) {
  .resultGrid .resultGrid-item--plate .resultGrid-itemImg {
    min-width: 260px;
    max-width: 260px;
  }
}
.resultGrid .resultGrid-itemImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resultGrid .resultGrid-item--card .resultGrid-itemImg img {
  border-radius: 4px 4px 0 0;
}
.resultGrid .resultGrid-itemCashback {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2px 10px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: linear-gradient(64.11deg, #FDD54A 16.34%, #D3EE69 83.66%);
}
.resultGrid .resultGrid-item--plate .resultGrid-specialsArea {
  top: 10px;
}
.resultGrid .resultGrid-itemRating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemRating {
  margin: 5px;
}
.resultGrid .resultGrid-itemRatingBadge {
  display: inline-block;
  min-width: 34px;
  height: 24px;
  margin-right: 8px;
  padding: 2px 5px;
  font-family: 'Proxima Nova Medium', sans-serif;
  vertical-align: middle;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: #3E7AED;
}
.resultGrid .resultGrid-itemRatingText {
  font-size: 11px;
  line-height: 12px;
  color: #667d8c;
}
.resultGrid .resultGrid-productHasCbmir {
  width: 140px;
  margin-top: 15px;
}
.resultGrid .resultGrid-itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
}
.resultGrid .resultGrid-item--card .resultGrid-itemContent {
  padding: 8px 15px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 0 4px 4px;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemContent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-item--plate .resultGrid-itemContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.resultGrid .resultGrid-item--not-found .resultGrid-itemContent {
  background-color: transparent;
}
.resultGrid .resultGrid-itemMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemMain {
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-item--plate .resultGrid-itemMain {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    border-right: 1px solid #d6e8ff;
  }
}
.resultGrid .resultGrid-itemMainBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.resultGrid result-grid-obj-desc {
  width: 100%;
}
.resultGrid .resultGrid-itemStarsAndLocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resultGrid .resultGrid-itemTownAndLocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resultGrid .resultGrid-itemTown {
  padding-right: 5px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 12px;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemTown {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 15px;
}
@media all and (min-width: 992px) {
  .resultGrid .resultGrid-item--plate .resultGrid-itemTown {
    width: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.resultGrid .resultGrid-itemLocation {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 12px;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemLocation {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (min-width: 992px) {
  .resultGrid .resultGrid-item--plate .resultGrid-itemLocation {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.resultGrid .resultGrid-itemOnMap {
  cursor: pointer;
}
.resultGrid .resultGrid-item--plate .resultGrid-productStars {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.resultGrid .resultGrid-productStars:after {
  content: '\f005';
  font-family: FontAwesome;
  vertical-align: top;
  letter-spacing: 1px;
  color: #FDD54A;
}
.resultGrid .resultGrid-productStars--2star:after {
  content: '\f005' '\f005';
}
.resultGrid .resultGrid-productStars--3star:after {
  content: '\f005' '\f005' '\f005';
}
.resultGrid .resultGrid-productStars--4star:after {
  content: '\f005' '\f005' '\f005' '\f005';
}
.resultGrid .resultGrid-productStars--5star:after {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.resultGrid .resultGrid-itemStarsAndReviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resultGrid .resultGrid-itemReviews {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 12px;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemReviews {
  margin: 5px;
}
.resultGrid .resultGrid-itemFinal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resultGrid .resultGrid-item--card .resultGrid-itemFinal {
  margin-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemFinal {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-item--plate .resultGrid-itemFinal {
    padding-top: 0;
  }
}
.resultGrid .resultGrid-item--not-found .resultGrid-itemFinal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.resultGrid .resultGrid-itemStarsAndReviews {
  margin-bottom: 5px;
}
.resultGrid .resultGrid-itemRatingAndReviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.resultGrid .resultGrid-itemTitle {
  margin-bottom: 7px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
@media all and (min-width: 992px) {
  .resultGrid .resultGrid-itemTitle {
    font-size: 14px;
  }
}
.resultGrid .resultGrid-itemTitleLink {
  color: #171717;
}
.resultGrid .resultGrid-itemTitleLink:hover {
  color: #3E7AED;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemAvgCost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemAvgCost span {
  padding-right: 5px;
}
.resultGrid .resultGrid-itemAvgCost b {
  font-size: 16px;
}
@media all and (min-width: 992px) {
  .resultGrid .resultGrid-itemAvgCost b {
    font-size: 18px;
  }
}
.resultGrid .resultGrid-item--card .resultCost {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultGrid .resultGrid-item--plate .resultCost {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.resultGrid .resultGrid-item--plate .resultCost-final {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.resultGrid .resultGrid-item--card .resultGrid-itemCostArea {
  padding-right: 5px;
}
.resultGrid .resultGrid-itemFuelSurcharge {
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.1;
  color: #828282;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemFuelSurcharge {
  margin-top: 15px;
}
.resultGrid .resultGrid-itemCheckout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resultGrid .resultGrid-item--plate .resultGrid-itemCheckout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resultGrid .resultGrid-itemCheckoutAction {
  margin-left: auto;
}
.resultGrid .resultGrid-itemCheckoutBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #171717;
}
@media all and (min-width: 992px) {
  .resultGrid .resultGrid-itemCheckoutBtn {
    min-width: 140px;
  }
}
.resultGrid .resultGrid-itemCheckoutBtn:hover {
  color: white;
}
.resultGrid .resultGrid-textHighlighted {
  background-color: #FDD54A;
}
.resultGrid .resultGrid-topProductNotFoundDesc {
  font-size: 13px;
  color: #7A87A2;
}
.resultGridObjDesc .resultGridObjDesc-objAttrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.resultGridObjDesc .resultGridObjDesc-objAttr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7A87A2;
}
.resultGridObjDesc .resultGridObjDesc-objAttr i {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 24px;
}
.resultGridObjDesc .resultGridObjDesc-objAttr.resultGridObjDesc-objAttr--pool i {
  font-size: 23px;
}
.resultGridObjDesc .resultGridObjDesc-objAttr.resultGridObjDesc-objAttr--wifi i {
  font-size: 20px;
}
.resultGridObjDesc .productObj-objAttrDesc span:after {
  content: ',';
}
.resultGridObjDesc .productObj-objAttrDesc span:last-child:after {
  content: '';
}
.resultGridExcDesc .resultGridExcDesc-sights {
  margin-top: 10px;
}
.resultGridExcDesc .resultGridExcDesc-sightName {
  font-style: normal;
}
.resultGridExcDesc .resultGridExcDesc-sightName:after {
  content: ", ";
}
.resultGridExcDesc .resultGridExcDesc-sightName:last-child:after {
  content: "";
}
.resultGrid .resultGrid-banner {
  width: 100%;
  padding: 0 10px 20px;
}
.resultGrid .resultGrid-bannerInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DBE9FF;
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-bannerInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (min-width: 1200px) {
  .resultGrid .resultGrid-bannerInner {
    padding-left: 260px;
  }
}
.resultGrid .resultGrid-bannerImg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background: url('b7e4d3ad822488ab.jpg') center / cover no-repeat;
}
@media all and (min-width: 1200px) {
  .resultGrid .resultGrid-bannerImg {
    display: block;
  }
}
.resultGrid .resultGrid-bannerContent {
  padding: 20px 20px 10px;
}
.resultGrid .resultGrid-bannerTitle {
  margin-bottom: 12px;
  line-height: 22px;
}
.resultGrid .resultGrid-bannerActions {
  margin-left: auto;
  padding: 0 20px 20px 0;
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-bannerActions {
    padding: 20px 20px 20px 0;
  }
}
.resultGrid .resultGrid-specialsArea {
  position: absolute;
  right: 12px;
  bottom: 22px;
  font-size: 11px;
}
.resultGrid .resultGrid-specials {
  position: relative;
}
.resultGrid .resultGrid-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.resultGrid .resultGrid-special span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  line-height: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultGrid .resultGrid-special--actions {
  width: 32px;
  height: 36px;
  font-family: 'Proxima Nova Bold', sans-serif;
  background-image: url('d0b15a2dacf775fe.svg');
}
.resultGrid .resultGrid-special--early-booking {
  background-image: url('21d45f47ad43fe37.svg');
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-special--early-booking ~ .tooltip {
    min-width: 220px;
  }
}
.resultGrid .resultGrid-special--black-friday {
  background-image: url('092972b1c282bcfd.svg');
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-special--black-friday ~ .tooltip {
    min-width: 220px;
  }
}
.resultGrid .resultGrid-special--guarant-places {
  background-image: url('baf79fabe200af9f.svg');
}
@media all and (min-width: 768px) {
  .resultGrid .resultGrid-special--guarant-places ~ .tooltip {
    min-width: 150px;
  }
}
.resultGrid .resultGrid-special--banquet {
  background-image: url('c9e0221243ab2ae6.svg');
}
.resultGrid .resultGrid-special--covidCertificateOptional,
.resultGrid .resultGrid-special--covidCertificateRequired {
  display: none;
}
.resultActions .resultActions-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(95, 163, 225, 0.5);
}
.resultActions .resultActions-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.resultActions .resultActions-title {
  color: #5FA3E1;
  text-transform: uppercase;
  font-weight: bold;
}
.resultActions .resultActions-desc,
.resultActions .resultActions-period,
.resultActions .resultActions-rooms {
  margin-top: 10px;
}
.resultActions .resultActions-label {
  color: #656565;
}
.resultActions .resultActions-label:after {
  content: ": ";
}
.resultActions .resultActions-room {
  margin-bottom: 10px;
  margin-left: 30px;
}
.resultActions .resultActions-room:last-child {
  margin-bottom: 0;
}
.resultTicket {
  margin-bottom: -10px;
}
.resultTicket .resultTicket-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(95, 163, 225, 0.5);
}
.resultTicket .resultTicket-block:last-child {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
.resultTicket .resultTicket-attention {
  margin: 0 -25px 0 -15px;
  padding: 10px 15px;
  font-family: 'Proxima Nova Medium', sans-serif;
  background: #5FA3E1;
  color: white;
}
.resultTicket .resultTicket-subj {
  padding-bottom: 5px;
  font-family: 'Proxima Nova Medium', sans-serif;
  color: #5FA3E1;
  text-transform: uppercase;
}
.resultTicket .resultTicket-line > * {
  line-height: 1.5em;
}
.resultTicket .resultTicket-line > b:after {
  content: ': ';
}
.resultTicket .resultTicket-line > i {
  font-style: normal;
}
.resultProductRooms .resultProductRooms-rooms {
  margin-top: 35px;
}
.resultProductRooms .resultProductRooms-room {
  margin-top: 8px;
}
.resultProductRooms result-product-rooms-expanded.ng-enter {
  display: block;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.resultProductRooms result-product-rooms-expanded.ng-enter.ng-enter-active {
  max-height: 9999px;
  opacity: 1;
}
.resultProductRooms result-product-rooms-expanded.ng-leave {
  display: block;
  max-height: 9999px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.resultProductRooms result-product-rooms-expanded.ng-leave.ng-leave-active {
  max-height: 0;
}
.resultProductRooms result-product-rooms-collapsed.ng-enter {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.resultProductRooms result-product-rooms-collapsed.ng-enter.ng-enter-active {
  opacity: 1;
}
.resultProductRooms .resultProductRooms-alert {
  margin-top: 20px;
}
.resultProductRoomsCollapsed {
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 2px 14px rgba(110, 137, 189, 0.37);
          box-shadow: 0px 2px 14px rgba(110, 137, 189, 0.37);
}
.resultProductRoomsCollapsed:hover {
  -webkit-box-shadow: 0px 2px 17px rgba(110, 137, 189, 0.5);
          box-shadow: 0px 2px 17px rgba(110, 137, 189, 0.5);
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  padding: 7px;
}
@media all and (min-width: 768px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-inner {
    min-height: auto;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-imgArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 45%;
  max-width: 45%;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-imgArea {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 120px;
    max-width: 120px;
    min-height: 75px;
    max-height: 100%;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-imgArea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-main {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-content {
  padding: 0 8px 2px 15px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-content {
    padding: 0 20px 2px;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-name {
  margin-bottom: 12px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 16px;
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 992px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-featuresItem {
  margin-bottom: 5px;
  padding-right: 7px;
  color: #4d4d4d;
}
@media all and (min-width: 768px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-featuresItem {
    font-size: 12px;
  }
}
@media all and (min-width: 1200px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-featuresItem {
    font-size: 14px;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-featuresItem:last-child {
  padding-right: 0;
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 480px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (min-width: 768px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-actions {
    margin-left: auto;
    padding: 0 12px 0 0;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-cashbackMir {
  margin-bottom: 8px;
}
@media all and (min-width: 480px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-cashbackMir {
    margin: 0 15px 0 0;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-earlyBooking {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0 15px 10px 0;
  background: url('21d45f47ad43fe37.svg') no-repeat;
  background-size: contain;
}
@media all and (min-width: 480px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-earlyBooking {
    margin-bottom: 0;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-blackFriday {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0 15px 10px 0;
  background: url('092972b1c282bcfd.svg') no-repeat;
  background-size: contain;
}
@media all and (min-width: 480px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-blackFriday {
    margin-bottom: 0;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-weTourism {
  width: 90px;
  height: 33px;
  min-width: 90px;
  min-height: 33px;
  margin: 0 15px 10px 0;
  background: url('dda68e52ca9cbdd6.svg') no-repeat center / cover;
}
@media all and (min-width: 480px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-weTourism {
    margin-bottom: 0;
  }
}
@media all and (min-width: 992px) {
  .resultProductRoomsCollapsed .resultProductRoomsCollapsed-checkoutBtn {
    min-width: 140px;
    max-width: 140px;
  }
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-cost {
  margin-right: 10px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 18px;
  color: #171717;
}
.resultProductRoomsCollapsed .resultProductRoomsCollapsed-checkoutBtn:hover .resultProductRoomsCollapsed-cost {
  color: white;
}
.resultProductRoomsExpanded {
  padding: 20px 20px 10px;
  -webkit-box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
          box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-imgArea {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  min-height: 200px;
}
@media all and (min-width: 480px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-imgArea {
    min-height: 260px;
  }
}
@media all and (min-width: 768px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-imgArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    padding-right: 20px;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-mainInfo {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 18px;
}
@media all and (min-width: 768px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-mainInfo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-mainInfoTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-name {
  margin: 0 10px 0 0;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-collapse {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-left: auto;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-content {
  padding: 25px 20px 0;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-lists {
  margin: 0 -20px;
}
@media all and (min-width: 768px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-lists {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offers {
  margin: 10px -20px 0;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  padding: 18px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-color: #EFF6FF;
}
@media all and (min-width: 768px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-offer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media all and (min-width: 768px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-offer:last-child {
    margin-bottom: 0;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerDescCol {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerDescRow {
  margin-bottom: 12px;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerDescRow:last-child {
  margin-bottom: 0;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerDescRowTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerTrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerTripTip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  margin-left: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-family: 'Proxima Nova Medium', sans-serif;
  border-radius: 50%;
  background-color: #FFE66B;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerBuyCol {
  width: 100%;
}
@media all and (min-width: 768px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-offerBuyCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerBuyColInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}
@media all and (min-width: 768px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-offerBuyColInner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 0;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-costWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 175px;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-blackFriday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 11px;
  margin-bottom: 17px;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-blackFridayIcon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 4px;
  background: url('092972b1c282bcfd.svg') no-repeat;
  background-size: contain;
}
@media all and (min-width: 480px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-blackFridayIcon {
    margin-bottom: 0;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-blackFridayCost {
  text-decoration: line-through;
  font-weight: 600;
}
.resultProductRoomsExpanded .resultCostOld {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
  color: #EB5757;
}
@media all and (min-width: 992px) {
  .resultProductRoomsExpanded .resultCost .resultCost-final {
    font-size: 20px;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-earlyBooking {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 15px;
  background: url('21d45f47ad43fe37.svg') no-repeat;
  background-size: contain;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-weTourism {
  width: 90px;
  height: 33px;
  min-width: 90px;
  min-height: 33px;
  margin-right: 15px;
  background: url('dda68e52ca9cbdd6.svg') no-repeat center / cover;
  background-size: contain;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerBuyBtnWrap {
  margin-bottom: 10px;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerBuyBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 175px;
}
@media all and (min-width: 992px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-offerBuyBtn {
    font-size: 17px;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerBuyBtn:hover {
  color: white;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-cashbackMir {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 31px;
  min-width: 175px;
  margin-bottom: 8px;
  font-family: 'Proxima Nova Medium', sans-serif;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fed64b), color-stop(#f4dd50), color-stop(#e9e357), color-stop(#dfe960), to(#d4ef6a));
  background-image: linear-gradient(to bottom, #fed64b, #f4dd50, #e9e357, #dfe960, #d4ef6a);
}
@media all and (min-width: 768px) {
  .resultProductRoomsExpanded .resultProductRoomsExpanded-cashbackMir {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-cashbackMirInner {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFF6FF;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-cashbackMirIcon {
  position: relative;
  top: -5px;
  margin-right: 5px;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-offerBuyNow {
  cursor: pointer;
  text-align: center;
  min-width: 175px;
}
.resultProductRoomsExpanded .resultProductRoomsExpanded-bottomCollapse a {
  display: block;
  padding-top: 15px;
  cursor: pointer;
  font-size: 9px;
  text-align: center;
  color: #171717;
}
.resultProductOffers {
  margin-top: 25px;
}
.resultProductOffers .resultProductOffers-abodeVariantsHeader {
  font-size: 18px;
  margin-bottom: 15px;
}
.resultProductOffers .resultProductOffers-offers {
  margin-top: 15px;
}
.resultProductOffers .resultProductOffers-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  padding: 18px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-color: #EFF6FF;
}
@media all and (min-width: 768px) {
  .resultProductOffers .resultProductOffers-offer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media all and (min-width: 768px) {
  .resultProductOffers .resultProductOffers-offer:last-child {
    margin-bottom: 0;
  }
}
.resultProductOffers .resultProductOffers-offerTitle {
  margin-bottom: 10px;
}
.resultProductOffers .resultProductOffers-offerDescCol {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.resultProductOffers .resultProductOffers-offerDescRow {
  margin-bottom: 12px;
}
.resultProductOffers .resultProductOffers-offerDescRow:last-child {
  margin-bottom: 0;
}
.resultProductOffers .resultProductOffers-offerDescRowTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.resultProductOffers .resultProductOffers-offerBuyCol {
  width: 100%;
}
@media all and (min-width: 768px) {
  .resultProductOffers .resultProductOffers-offerBuyCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.resultProductOffers .resultProductOffers-offerBuyColInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}
@media all and (min-width: 768px) {
  .resultProductOffers .resultProductOffers-offerBuyColInner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 0;
  }
}
.resultProductOffers .resultProductOffers-blackFriday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 17px;
  width: 120px;
  min-width: 120px;
}
@media all and (min-width: 768px) {
  .resultProductOffers .resultProductOffers-blackFriday {
    min-width: 140px;
  }
}
.resultProductOffers .resultProductOffers-blackFridayIcon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 4px;
  background: url('092972b1c282bcfd.svg') no-repeat;
  background-size: contain;
}
@media all and (min-width: 480px) {
  .resultProductOffers .resultProductOffers-blackFridayIcon {
    margin-bottom: 0;
  }
}
.resultProductOffers .resultProductOffers-blackFridayCost {
  text-decoration: line-through;
  font-weight: 600;
}
.resultProductOffers .resultProductOffers-weTourism {
  width: 90px;
  height: 33px;
  min-width: 90px;
  min-height: 33px;
  margin: 0 15px 10px 0;
  background: url('dda68e52ca9cbdd6.svg') no-repeat center / cover;
}
@media all and (min-width: 480px) {
  .resultProductOffers .resultProductOffers-weTourism {
    margin-bottom: 0;
  }
}
.resultProductOffers .resultProductOffers-offerBuyBtnWrap {
  margin-bottom: 10px;
}
.resultProductOffers .resultProductOffers-offerBuyBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 175px;
}
@media all and (min-width: 992px) {
  .resultProductOffers .resultProductOffers-offerBuyBtn {
    font-size: 17px;
  }
}
.resultProductOffers .resultProductOffers-offerBuyBtn:hover {
  color: white;
}
.resultProductOffers .resultProductOffers-costWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.resultProductOffers .resultProductOffers-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 175px;
}
.resultProductOffers .resultCostOld {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
  color: #EB5757;
}
@media all and (min-width: 992px) {
  .resultProductOffers .resultCost .resultCost-final {
    font-size: 20px;
  }
}
.resultProductOffers .resultProductOffers-offerBuyNow {
  cursor: pointer;
  text-align: center;
}
@media all and (min-width: 768px) {
  .resultProductOffers .resultProductOffers-offerBuyNow {
    min-width: 140px;
  }
}
.resultProductOffers .resultProductOffers-cashbackMir {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 31px;
  min-width: 175px;
  margin-bottom: 8px;
  font-family: 'Proxima Nova Medium', sans-serif;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fed64b), color-stop(#f4dd50), color-stop(#e9e357), color-stop(#dfe960), to(#d4ef6a));
  background-image: linear-gradient(to bottom, #fed64b, #f4dd50, #e9e357, #dfe960, #d4ef6a);
}
@media all and (min-width: 768px) {
  .resultProductOffers .resultProductOffers-cashbackMir {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.resultProductOffers .resultProductOffers-cashbackMirInner {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFF6FF;
}
.resultProductOffers .resultProductOffers-cashbackMirIcon {
  position: relative;
  top: -5px;
  margin-right: 5px;
}
.resultProductOffers .resultProductOffers-offerBuyNow {
  cursor: pointer;
  text-align: center;
  min-width: 175px;
}
.resultProductJourneyOffers {
  margin-bottom: 45px;
}
.resultProductJourneyOffers .grandLoader {
  padding: 0;
  background: none;
}
.resultProductJourneyOffers .resultProductJourneyOffers-chevronArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.resultProductJourneyOffers .resultProductJourneyOffers-chevron {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 3px 0 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  line-height: .7;
  cursor: pointer;
  opacity: .85;
  color: #b2bedf;
  border: 1px solid #b2bedf;
}
.resultProductJourneyOffers .resultProductJourneyOffers-chevron:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.resultProductJourneyOffers .resultProductJourneyOffers-chevron--disabled,
.resultProductJourneyOffers .resultProductJourneyOffers-chevron--disabled:hover {
  cursor: default;
  opacity: .5;
}
.resultProductJourneyOffers .resultProductJourneyOffers-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.resultProductJourneyOffers .resultProductJourneyOffers-variant {
  max-width: 50%;
  margin-right: 2px;
  padding: 10px 12px;
  cursor: pointer;
  font-family: 'Proxima Nova Medium', sans-serif;
  border-radius: 4px;
  background-color: #DBE9FF;
}
@media all and (min-width: 768px) {
  .resultProductJourneyOffers .resultProductJourneyOffers-variant {
    max-width: 25%;
  }
}
.resultProductJourneyOffers .resultProductJourneyOffers-variant--selected {
  cursor: default;
  background-color: #FDD54A;
}
.resultProductJourneyOffers .resultProductJourneyOffers-variant--empty {
  cursor: default;
}
.resultProductJourneyOffers .resultProductJourneyOffers-variantName {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resultProductJourneyOffers .resultProductJourneyOffers-variantMinPrice {
  font-size: 12px;
}
.resultTicketInfoTrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .resultTicketInfoTrip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.resultTicketInfoTrip .resultTicketInfoTrip-way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 15px;
}
.resultTicketInfoTrip .resultTicketInfoTrip-way:first-child {
  padding-right: 5px;
}
.resultTicketInfoTrip .resultTicketInfoTrip-flightIcon {
  margin-right: 4px;
  font-size: 12px;
}
.resultTicketInfoTrip .resultTicketInfoTrip-flightLabel {
  margin-right: 6px;
  font-size: 12px;
  text-transform: uppercase;
}
.htmlSitemap {
  width: 1200px;
  margin: 25px auto;
  text-align: left;
}
.htmlSitemap ul {
  padding-left: 40px;
}
.htmlSitemap > ul {
  padding-left: 0;
}
.htmlSitemap > ul > li {
  list-style-type: none;
}
.cashbackMirBookingInfo {
  margin: 40px 0;
  font-size: 14px;
}
@media all and (min-width: 768px) {
  .cashbackMirBookingInfo {
    font-size: 16px;
  }
}
.cashbackMirBookingInfo b {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-weight: 400;
}
.cashbackMirBookingInfo .cashbackMirBookingInfo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #E1EFFF;
}
@media all and (min-width: 992px) {
  .cashbackMirBookingInfo .cashbackMirBookingInfo-wrap {
    padding: 12px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cashbackMirBookingInfo .cashbackMirBookingInfo-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (min-width: 992px) {
  .cashbackMirBookingInfo .cashbackMirBookingInfo-left {
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cashbackMirBookingInfo .cashbackMirBookingInfo-icon {
  width: 40px;
  height: 37px;
  margin-right: 15px;
  background: url('2852d36e3430b3ee.svg') top left / contain no-repeat;
}
.cashbackMirBookingInfo .cashbackMirBookingInfo-text {
  line-height: 26px;
}
.cashbackMirBookingInfo .cashbackMirBookingInfo-desc {
  font-family: 'Proxima Nova Medium', sans-serif;
}
.cashbackMirBookingInfo .cashbackMirBookingInfo-sum {
  padding: 1px 2px;
  background: linear-gradient(64.11deg, #FDD54A 16.34%, #D3EE69 83.66%);
}
.cashbackMirBookingInfo .cashbackMirBookingInfo-right {
  text-align: right;
}
.cashbackMirBookingInfo .cashbackMirBookingInfo-link {
  font-family: 'Proxima Nova Medium', sans-serif;
}
.cashbackMirLineBanner {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
}
.cashbackMirLineBanner .cashbackMirLineBanner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E1EFFF;
}
.cashbackMirLineBanner .cashbackMirLineBanner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cashbackMirLineBanner .cashbackMirLineBanner-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 37px;
  margin-right: 15px;
  background: url('03652b9500454fbd.svg') top left / contain no-repeat;
}
.cashbackMirLineBanner .cashbackMirLineBanner-text {
  padding-right: 15px;
}
.cashbackMirCompleteOrderbook {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 35px;
  border-bottom: 1px solid #7A87A2;
}
.cashbackMirCompleteOrderbook .cashbackMirCompleteOrderbook-title {
  margin-bottom: 15px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 16px;
}
.cashbackMirCompleteOrderbook .cashbackMirCompleteOrderbook-total {
  margin-bottom: 15px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 26px;
}
.cashbackMirCompleteOrderbook .cashbackMirCompleteOrderbook-sum {
  display: inline-block;
  padding: 3px 10px;
  font-family: 'Proxima Nova Medium', sans-serif;
  background: linear-gradient(64.11deg, #FDD54A 16.34%, #D3EE69 83.66%);
}
.cashbackMirCompleteOrderbook .cashbackMirCompleteOrderbook-buttonWrap {
  margin-top: 30px;
}
.cashbackMirCompleteOrderbook .cashbackMirCompleteOrderbook-button {
  min-width: 185px;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .cashbackMirCompleteOrderbook .cashbackMirCompleteOrderbook-button {
    min-width: 230px;
  }
}
.cashbackMirCompleteOrderbook .cashbackMirCompleteOrderbook-logo {
  display: inline-block;
  width: 48px;
  height: 14px;
  margin-top: 15px;
  background: url('54f437bde9f1a2e9.svg') center / contain no-repeat;
}
.cashbackMirLineBanner {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .cashbackMirLineBanner {
    font-size: 16px;
  }
}
.cashbackMirLineBanner .cashbackMirLineBanner-wrap {
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (min-width: 992px) {
  .cashbackMirLineBanner .cashbackMirLineBanner-wrap {
    padding: 12px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cashbackMirLineBanner .cashbackMirLineBanner-left {
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (min-width: 768px) {
  .cashbackMirLineBanner .cashbackMirLineBanner-left {
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cashbackMirLineBanner .cashbackMirLineBanner-icon {
  background-image: url('2852d36e3430b3ee.svg');
}
.cashbackMirLineBanner .cashbackMirLineBanner-right {
  text-align: right;
}
.cashbackMirProductRoomHas {
  min-width: 36px;
  max-width: 36px;
  min-height: 33px;
  max-height: 33px;
  background: url('2852d36e3430b3ee.svg') center / contain no-repeat;
}
.cashbackMirProductRoomHas.sm {
  min-width: 26px;
  max-width: 26px;
  min-height: 24px;
  max-height: 24px;
}
.callMeBack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}
.callMeBack a,
.callMeBack a:hover,
.callMeBack a:focus {
  color: white;
}
.callMeBack .callMeBack-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 7px;
  font-size: 22px;
  line-height: 1;
}
.callMeBack-checkbox {
  margin-bottom: 20px;
}
.footer {
  background-color: #EFF6FF;
}
.footer-body {
  padding: 35px 0 15px;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer-col {
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .footer .footer-col {
    margin-bottom: 10px;
  }
}
.footer .footer-col--pt {
  padding-top: 10px;
}
.footer .footer-contacts {
  line-height: 22px;
}
.footer .footer-contactsTitle {
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  .footer .footer-contactsTitle {
    font-size: 13px;
  }
}
.footer .footer-contactsText {
  font-size: 13px;
  color: #7A87A2;
}
.footer .footer-navTitleXs span {
  line-height: 1.5;
  border-bottom: 1px dashed #171717;
}
.footer .footer-nav ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 22px;
}
@media (min-width: 768px) {
  .footer .footer-nav ul {
    display: block;
  }
}
.footer .footer-nav ul.open {
  display: block;
}
.footer .footer-legalDetails {
  font-size: 12px;
}
.footer .footer-legalDetailsText {
  font-size: 11px;
  color: #7A87A2;
}
.footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -8px;
  font-size: 16px;
}
.footer .footer-socialsItem {
  padding: 0 8px;
}
.footer .footer-operatorsReg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-operatorsRegIcon {
  width: 28px;
  height: 30px;
  margin-right: 12px;
  background: url('2cdc6d719a55a991.svg');
}
.footer .footer-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -4px;
}
.footer .footer-paymentItem {
  height: 10px;
  padding: 0 4px;
}
.footer .footer-paymentItemInner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .footer-paymentItem--visa .footer-paymentItemInner {
  width: 32px;
  background-image: url('75edf6444ef56bd4.svg');
}
.footer .footer-paymentItem--mastercard .footer-paymentItemInner {
  width: 16px;
  background-image: url('4a0ddbf5038e4c48.svg');
}
.footer .footer-paymentItem--mir .footer-paymentItemInner {
  width: 34px;
  background-image: url('54f437bde9f1a2e9.svg');
}
.footer .footer-linkSkolkovo {
  display: inline-block;
  width: 68px;
  height: 49px;
  background: url('18a234e5150cf75b.svg') no-repeat top left / cover;
}
.footerSubscriber .footerSubscriber-inner {
  position: relative;
}
.footerSubscriber .footerSubscriber-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: -50px;
  height: 100%;
  background: url('e62a22e6eec324ac.png') no-repeat;
}
@media all and (min-width: 768px) {
  .footerSubscriber .footerSubscriber-bg {
    right: auto;
    width: 100%;
  }
}
.footerSubscriber .footerSubscriber-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 768px) {
  .footerSubscriber .footerSubscriber-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footerSubscriber .footerSubscriber-icon {
  min-width: 55px;
  max-width: 55px;
  height: 50px;
  margin-bottom: 20px;
  background: url('4f713997ba340c2b.svg') 0 0 / contain no-repeat;
}
@media all and (min-width: 768px) {
  .footerSubscriber .footerSubscriber-icon {
    margin: 0 20px 0 0;
  }
}
.footerSubscriber .footerSubscriber-text {
  max-width: 480px;
  margin-bottom: 20px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .footerSubscriber .footerSubscriber-text {
    margin: 0 20px 0 0;
    text-align: left;
  }
}
.footerSubscriber .footerSubscriber-form {
  width: 100%;
  max-width: 455px;
}
.footerSubscriber .footerSubscriber-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerSubscriber .footerSubscriber-form .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footerSubscriber .footerSubscriber-alert {
  margin: 0;
}
.footerSubscriber .footerSubscriber-policy {
  padding-top: 3px;
  font-size: 12px;
  color: #7A87A2;
}
.footerNetworks .footerNetworks-title {
  margin-bottom: 14px;
  font-weight: bold;
}
.footerNetworks .footerNetworks-link,
.footerNetworks .footerNetworks-link:visited {
  display: inline-block;
  margin-right: 8px;
  color: #4B63A2;
  text-decoration: none;
  font-size: 24px;
  line-height: 16px;
}
.footerNetworks .footerNetworks-link:hover {
  color: #EB5757;
}
.renderList {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 22px;
}
.renderList .renderList-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renderList.renderList--main .renderList-row {
  border-bottom: 1px solid #CCE1F0;
}
.renderList.renderList--inside .renderList-label {
  margin-bottom: 7px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.renderList.renderList--inside .renderList-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.renderList--desc .renderList-inner {
  padding: 10px 15px 12px;
  background-color: #e9f0f9;
}
.renderList--desc ul {
  padding-left: 18px;
}
.renderListChildren .renderListChildren-item:after {
  content: '; ';
}
.renderListChildren .renderListChildren-item:last-child:after {
  content: '';
}
.renderListChildren .renderListChildren-val:before {
  content: ' (';
}
.renderListChildren .renderListChildren-val:after {
  content: ')';
}
.lazyGallerySlider {
  position: relative;
}
.lazyGallerySlider.is-responsive {
  width: 100%;
  height: 100%;
}
.lazyGallerySlider .lazyGallerySlider-frame {
  position: relative;
  overflow: hidden;
}
.lazyGallerySlider.is-responsive .lazyGallerySlider-frame {
  height: 100%;
}
.lazyGallerySlider .lazyGallerySlider-rail {
  position: absolute;
  white-space: nowrap;
}
.lazyGallerySlider.is-responsive .lazyGallerySlider-rail {
  width: 100%;
  height: 100%;
}
.lazyGallerySlider .lazyGallerySlider-img {
  display: inline-block;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 480px) {
  .lazyGallerySlider .lazyGallerySlider-img {
    min-height: 260px;
  }
}
.lazyGallerySlider.is-responsive .lazyGallerySlider-img {
  width: 100%;
  height: 100%;
}
.lazyGallerySlider .lazyGallerySlider-img--loader {
  background-image: url('a08f410e9fbd1b39.gif');
}
.lazyGallerySlider .is-liteBox {
  cursor: pointer;
}
.lazyGallerySlider .lazyGallerySlider-chevron {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  z-index: 1;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  color: white;
  border: 1px solid white;
}
.lazyGallerySlider .lazyGallerySlider-chevron:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.lazyGallerySlider .lazyGallerySlider-chevron--prev {
  left: 7px;
}
.lazyGallerySlider .lazyGallerySlider-chevron--prev i:before {
  content: '\27F5';
}
.lazyGallerySlider .lazyGallerySlider-chevron--next {
  right: 7px;
}
.lazyGallerySlider .lazyGallerySlider-chevron--next i:before {
  content: '\27F6';
}
.lazyGallerySlider .lazyGallerySlider-count {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  font-family: 'Proxima Nova Medium', sans-serif;
  color: white;
  background-color: rgba(36, 51, 90, 0.6);
}
.whoamiSplitModal .modal-dialog {
  width: auto;
}
@media all and (min-width: 768px) {
  .whoamiSplitModal .modal-dialog {
    width: 600px;
  }
}
.whoamiSplitModal .modal-content {
  padding: 10px 20px;
}
.whoamiSplitModal .whoamiSplitModal-friend {
  min-height: 118px;
  margin-top: 30px;
  background-image: url('0a32b8aeaf56f052.png');
  background-position: center;
  background-repeat: no-repeat;
}
.whoamiSplitModal .whoamiSplitModal-text {
  max-width: 80%;
  margin: 0 auto 30px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
.whoamiSplitModal .whoamiSplitModal-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whoamiSplitModal .whoamiSplitModal-control {
  margin: 0 10px;
}
.whoamiSplitModal .whoamiSplitModal-control .btn {
  min-width: 120px;
  font-size: 18px;
}
.whoamiSplitModal .whoamiSplitModal-controls .btn-person {
  background-color: #438ed3;
  color: white;
}
.whoamiSplitModal .whoamiSplitModal-controls .btn-person:hover {
  background-color: #609fda;
}
.whoamiSplitModal .whoamiSplitModal-controls .btn-agency {
  background-color: #4B6097;
  color: white;
}
.whoamiSplitModal .whoamiSplitModal-controls .btn-agency:hover {
  background-color: #5970ad;
}
.genderSwitcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  max-height: 20px;
}
.genderSwitcher .genderSwitcher-label {
  position: relative;
  z-index: 1;
  font-weight: normal;
  color: #7A87A2;
}
.genderSwitcher .genderSwitcher-label--first {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 30px;
}
.genderSwitcher .genderSwitcher-label--last {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 30px;
}
.genderSwitcher .genderSwitcher-label.is-selected {
  font-family: 'Proxima Nova Medium', sans-serif;
  color: #171717;
}
.genderSwitcher input {
  display: none;
}
.genderSwitcher .genderSwitcher-slider {
  position: absolute;
  top: 0;
  left: 40px;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(69, 176, 147, 0.3);
}
.genderSwitcher .genderSwitcher-toddler {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #45b093;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.genderSwitcher .genderSwitcher-label--last.is-selected ~ .genderSwitcher-slider .genderSwitcher-toddler {
  left: calc(100% - 20px);
}
.touristInput {
  position: relative;
  margin-top: 5px;
}
.touristInput .form-control {
  font-size: 16px;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}
@media all and (min-width: 768px) {
  .touristInput .form-control {
    font-size: 14px;
  }
}
.touristInput label {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 100%;
  font-weight: 400;
  color: #7A87A2;
  z-index: -1;
  letter-spacing: .5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.touristInput .form-control.ng-not-empty ~ label {
  top: 10px;
  opacity: 0;
}
.touristInput .form-control:focus ~ label {
  top: -18px;
  left: 0;
  font-size: 12px;
  color: #3E7AED;
  -webkit-transition: .3s;
  transition: .3s;
}
.touristInput .touristInput-focusBorder:before,
.touristInput .touristInput-focusBorder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3E7AED;
  -webkit-transition: .3s;
  transition: .3s;
}
.touristInput .touristInput-focusBorder:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.touristInput .form-control:focus ~ .touristInput-focusBorder:before,
.touristInput .form-control:focus ~ .touristInput-focusBorder:after {
  width: 100%;
}
.touristInput .touristInput-focusBorder i:before,
.touristInput .touristInput-focusBorder i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #3E7AED;
  -webkit-transition: .4s;
  transition: .4s;
}
.touristInput .touristInput-focusBorder i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.touristInput .form-control:focus ~ .touristInput-focusBorder i:before,
.touristInput .form-control:focus ~ .touristInput-focusBorder i:after {
  height: 100%;
}
.liteBox {
  background-color: rgba(4, 12, 27, 0.7);
}
.liteBox .modal-dialog {
  width: 100%;
}
.liteBox .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.liteBox .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.liteBox .modal-headerInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 960px;
  min-height: 22px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (min-width: 992px) {
  .liteBox .modal-headerInner {
    min-width: 960px;
  }
}
.liteBox .modal-header .close {
  top: 0;
  right: 20px;
  font-size: 22px;
  color: white;
  opacity: .8;
}
@media all and (min-width: 992px) {
  .liteBox .modal-header .close {
    right: 0;
  }
}
.liteBox .modal-header .close:hover {
  opacity: 1;
}
.liteBox .liteBox-contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.liteBox .liteBox-contentWrapper:focus {
  outline: none;
}
.liteBox .liteBox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding: 0 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.liteBox .liteBox-contentImgArea {
  max-width: 960px;
}
.liteBox .liteBox-contentArrow {
  position: absolute;
  top: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: white;
  border: 1px solid white;
  -webkit-box-shadow: 0 2px 4px rgba(124, 136, 168, 0.42);
          box-shadow: 0 2px 4px rgba(124, 136, 168, 0.42);
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.liteBox .liteBox-contentArrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.liteBox .liteBox-contentArrow--prev {
  left: 7px;
}
.liteBox .liteBox-contentArrow--next {
  right: 7px;
}
.liteBox .liteBox-contentArrow--disabled {
  opacity: 0;
  pointer-events: none;
}
.liteBox .liteBox-contentArrow--disabled:hover {
  opacity: .1;
}
.liteBox .liteBox-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.liteBox .liteBox-thumbsWrap {
  max-width: 1200px;
}
.liteBox .liteBox-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 992px) {
  .liteBox .liteBox-thumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.liteBox .liteBox-thumb {
  min-width: 165px;
  max-width: 165px;
  min-height: 100px;
  max-height: 100px;
  margin-bottom: 8px;
  padding: 0 2px;
  cursor: pointer;
}
.liteBox .liteBox-thumbInner {
  height: 100%;
  border: 3px solid transparent;
  -webkit-transition: border 0.6s linear;
  transition: border 0.6s linear;
}
.liteBox .liteBox-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.liteBox .liteBox-thumb.is-active {
  cursor: default;
}
.liteBox .liteBox-thumb.is-active .liteBox-thumbInner {
  border-color: #3E7AED;
}
.productGallery:focus {
  outline: none;
}
.productGallery .productGallery-fullPicArea {
  position: relative;
  height: 260px;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .productGallery .productGallery-fullPicArea {
    height: 380px;
  }
}
@media all and (min-width: 992px) {
  .productGallery .productGallery-fullPicArea {
    height: 440px;
  }
}
.productGallery .productGallery-fullPic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productGallery .productGallery-arrow {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
  color: white;
  border: 1px solid white;
}
.productGallery .productGallery-arrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.productGallery .productGallery-arrow--prev {
  left: 7px;
}
.productGallery .productGallery-arrow--prev i:before {
  content: '\27F5';
}
.productGallery .productGallery-arrow--next {
  right: 7px;
}
.productGallery .productGallery-arrow--next i:before {
  content: '\27F6';
}
.productGallery .productGallery-loader {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: inherit;
  background: url('a08f410e9fbd1b39.gif') center center no-repeat white;
}
.productGallery .productGallery-slider {
  display: none;
}
@media all and (min-width: 992px) {
  .productGallery .productGallery-slider {
    display: block;
  }
}
.productGallery .productGallery-thumbs {
  display: none;
  margin: 0 -4px;
}
.productGallery .productGallery-thumbsList {
  display: none;
}
.productGallery .productGallery-thumbs.productGallery-thumbs--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productGallery .productGallery-thumb {
  min-width: 20%;
  max-width: 20%;
  min-height: 100px;
  max-height: 100px;
  padding: 0 2px;
  cursor: pointer;
}
.productGallery .productGallery-thumbInner {
  position: relative;
  height: 100%;
  border: 3px solid transparent;
  -webkit-transition: border 0.6s linear;
  transition: border 0.6s linear;
}
.productGallery .productGallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productGallery .productGallery-thumb.is-active {
  cursor: default;
}
.productGallery .productGallery-thumb.is-active .productGallery-thumbInner {
  border-color: #3E7AED;
}
.productGallery .productGallery-thumb.ng-enter {
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  opacity: 0;
}
.productGallery .productGallery-thumb.ng-enter-active {
  opacity: 1;
}
.productGallery .productGallery-thumb.ng-leave {
  display: none;
}
.productGallery .productGallery-thumbOverlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: white;
  background-color: rgba(4, 12, 27, 0.6);
}
.productGallery .productGallery-thumbsArrow {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  height: 30px;
  opacity: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.productGallery .productGallery-slider.is-arrows .productGallery-thumbsArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productGallery .productGallery-thumbsArrow:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s ease, background-color 0.6s linear;
  transition: color 0.3s ease, background-color 0.6s linear;
}
.productGallery .productGallery-slider:hover .productGallery-thumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.productGallery .productGallery-thumbsArrow--top {
  top: 0;
}
.productGallery .productGallery-thumbsArrow--bottom {
  bottom: 0;
}
.productLiteBox {
  background-color: rgba(4, 12, 27, 0.7);
}
.productLiteBox .modal-dialog {
  width: 75%;
}
.productLiteBox .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.productLiteBox .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productLiteBox .modal-headerInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 960px;
  min-height: 22px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (min-width: 992px) {
  .productLiteBox .modal-headerInner {
    min-width: 960px;
  }
}
.productLiteBox .modal-header .close {
  top: 0;
  right: 20px;
  font-size: 22px;
  color: white;
  opacity: .8;
}
@media all and (min-width: 992px) {
  .productLiteBox .modal-header .close {
    right: 0;
  }
}
.productLiteBox .modal-header .close:hover {
  opacity: 1;
}
.productLiteBox .productLiteBox-contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productLiteBox .productLiteBox-contentWrapper:focus {
  outline: none;
}
.productLiteBox .productLiteBox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding: 0 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productLiteBox .productLiteBox-contentImgArea {
  max-width: 960px;
}
.productLiteBox .productLiteBox-contentArrow {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
  color: white;
  -webkit-box-shadow: 0 2px 4px rgba(124, 136, 168, 0.42);
          box-shadow: 0 2px 4px rgba(124, 136, 168, 0.42);
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  border: 1px solid white;
}
.productLiteBox .productLiteBox-contentArrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.productLiteBox .productLiteBox-contentArrow--prev {
  left: 7px;
}
.productLiteBox .productLiteBox-contentArrow--prev i:before {
  content: '\27F5';
}
.productLiteBox .productLiteBox-contentArrow--next {
  right: 7px;
}
.productLiteBox .productLiteBox-contentArrow--next i:before {
  content: '\27F6';
}
.productLiteBox .productLiteBox-contentArrow--disabled {
  opacity: 0;
  pointer-events: none;
}
.productLiteBox .productLiteBox-contentArrow--disabled:hover {
  opacity: .1;
}
.productLiteBox .productLiteBox-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 450px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productLiteBox .productLiteBox-footerScroller {
  position: relative;
  height: 100%;
  max-height: inherit;
  padding-right: 15px;
}
.productLiteBox .productLiteBox-thumbsWrap {
  max-width: 1200px;
}
.productLiteBox .productLiteBox-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 992px) {
  .productLiteBox .productLiteBox-thumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.productLiteBox .productLiteBox-thumb {
  min-width: 165px;
  max-width: 165px;
  min-height: 100px;
  max-height: 100px;
  margin-bottom: 8px;
  padding: 0 2px;
  cursor: pointer;
}
.productLiteBox .productLiteBox-thumb:focus {
  outline: none;
}
.productLiteBox .productLiteBox-thumb.ng-enter {
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  opacity: 0;
}
.productLiteBox .productLiteBox-thumb.ng-enter-active {
  opacity: 1;
}
.productLiteBox .productLiteBox-thumbInner {
  height: 100%;
  border: 3px solid transparent;
  -webkit-transition: border 0.6s linear;
  transition: border 0.6s linear;
}
.productLiteBox .productLiteBox-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productLiteBox .productLiteBox-thumb.is-active {
  cursor: default;
}
.productLiteBox .productLiteBox-thumb.is-active .productLiteBox-thumbInner {
  border-color: #3E7AED;
}
.productLiteBox .productLiteBox-thumb--loading .productLiteBox-thumbInner {
  height: 96px;
  margin: 2px;
  background-color: #5C7485;
}
.productLiteBox .productLiteBox-thumbLoader {
  height: 89px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='L4' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23ffffff' stroke='none' cx='6' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%23ffffff' stroke='none' cx='26' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%23ffffff' stroke='none' cx='46' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E") 80% 50% no-repeat;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
.subscriberLanding {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  background-color: #F4F9FF;
}
@media all and (min-width: 768px) {
  .subscriberLanding {
    min-height: 100vh;
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (min-width: 1200px) {
  .subscriberLanding {
    font-size: 18px;
    line-height: 26px;
  }
}
.subscriberLanding a {
  color: #518AF9;
  text-decoration: none;
}
.subscriberLanding .subscriberLanding-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px 50px;
}
@media all and (min-width: 768px) {
  .subscriberLanding .subscriberLanding-inner {
    padding-right: 0;
    padding-left: 60px;
  }
}
.subscriberLanding .subscriberLanding-left {
  max-width: 720px;
  padding-top: 40px;
}
@media all and (min-width: 1200px) {
  .subscriberLanding .subscriberLanding-left {
    padding-top: 60px;
  }
}
.subscriberLanding .subscriberLanding-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.subscriberLanding .subscriberLanding-logo {
  position: relative;
  width: 190px;
  height: 66px;
  margin: 0 auto 10px;
  background: url(0287605a8cc99c0c.svg) no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .subscriberLanding .subscriberLanding-logo {
    width: 220px;
    height: 78px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1200px) {
  .subscriberLanding .subscriberLanding-logo {
    width: 282px;
    height: 87px;
    margin-bottom: 70px;
  }
}
.subscriberLanding .subscriberLanding-logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subscriberLanding .subscriberLanding-img {
  width: 300px;
  height: 300px;
  background: url(db30af4b29bb5d89.png) no-repeat;
  background-size: cover;
}
@media all and (min-width: 992px) {
  .subscriberLanding .subscriberLanding-img {
    width: 500px;
    height: 500px;
  }
}
@media all and (min-width: 1200px) {
  .subscriberLanding .subscriberLanding-img {
    width: 650px;
    height: 650px;
  }
}
@media all and (min-width: 1921px) {
  .subscriberLanding .subscriberLanding-img {
    width: 800px;
    height: 800px;
  }
}
.subscriberLanding .subscriberLanding-imgMobile {
  height: 285px;
  margin-bottom: 10px;
  background: url(78417a8b8455bf35.png) no-repeat center / contain;
}
.subscriberLanding h1 {
  margin: 0 0 40px;
  font-size: 24px;
}
@media all and (min-width: 768px) {
  .subscriberLanding h1 {
    font-size: 30px;
  }
}
@media all and (min-width: 1200px) {
  .subscriberLanding h1 {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
.subscriberLanding .subscriberLanding-list {
  margin-bottom: 30px;
}
@media all and (min-width: 1200px) {
  .subscriberLanding .subscriberLanding-list {
    margin-bottom: 50px;
  }
}
.subscriberLanding .subscriberLanding-listItem {
  position: relative;
  margin-bottom: 20px;
  padding-left: 26px;
}
.subscriberLanding .subscriberLanding-listItem:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 15px;
  background: url(8050e43827fee7bb.svg) no-repeat;
  background-size: contain;
}
.subscriberLanding .subscriberLanding-subscribeHeader {
  margin-bottom: 30px;
  font-weight: 500;
}
.subscriberLanding .subscriberLanding-subscribeForm {
  margin-bottom: 26px;
}
.subscriberLanding .subscriberLanding-subscribeFormGroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscriberLanding .subscriberLanding-subscribeFormGroup .u-formError {
  top: 100%;
}
.subscriberLanding .subscriberLanding-subscribeInput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 46px;
  padding: 10px 15px;
  border: 1px solid transparent;
  background-color: #CCF884;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
@media all and (min-width: 768px) {
  .subscriberLanding .subscriberLanding-subscribeInput {
    padding: 10px 20px;
  }
}
@media all and (min-width: 1200px) {
  .subscriberLanding .subscriberLanding-subscribeInput {
    height: 56px;
  }
}
.subscriberLanding .subscriberLanding-subscribeInput:focus {
  border-color: #518AF9;
  background-color: #fff;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.subscriberLanding .subscriberLanding-subscribeInput::-webkit-input-placeholder {
  font-size: 14px;
  color: #7A87A1;
}
.subscriberLanding .subscriberLanding-subscribeInput::-moz-placeholder {
  font-size: 14px;
  color: #7A87A1;
}
.subscriberLanding .subscriberLanding-subscribeInput::-ms-input-placeholder {
  font-size: 14px;
  color: #7A87A1;
}
.subscriberLanding .subscriberLanding-subscribeInput::placeholder {
  font-size: 14px;
  color: #7A87A1;
}
@media all and (min-width: 768px) {
  .subscriberLanding .subscriberLanding-subscribeInput::-webkit-input-placeholder {
    font-size: 16px;
  }
  .subscriberLanding .subscriberLanding-subscribeInput::-moz-placeholder {
    font-size: 16px;
  }
  .subscriberLanding .subscriberLanding-subscribeInput::-ms-input-placeholder {
    font-size: 16px;
  }
  .subscriberLanding .subscriberLanding-subscribeInput::placeholder {
    font-size: 16px;
  }
}
@media all and (min-width: 1200px) {
  .subscriberLanding .subscriberLanding-subscribeInput::-webkit-input-placeholder {
    font-size: 18px;
  }
  .subscriberLanding .subscriberLanding-subscribeInput::-moz-placeholder {
    font-size: 18px;
  }
  .subscriberLanding .subscriberLanding-subscribeInput::-ms-input-placeholder {
    font-size: 18px;
  }
  .subscriberLanding .subscriberLanding-subscribeInput::placeholder {
    font-size: 18px;
  }
}
.subscriberLanding .subscriberLanding-subscribeBtn {
  width: 105px;
  height: 46px;
  font-size: 14px;
  border: none;
  border-radius: 0;
  background-color: #518AF9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (min-width: 768px) {
  .subscriberLanding .subscriberLanding-subscribeBtn {
    width: 140px;
    font-size: 16px;
  }
}
@media all and (min-width: 1200px) {
  .subscriberLanding .subscriberLanding-subscribeBtn {
    width: 150px;
    height: 56px;
    font-size: 18px;
  }
}
.subscriberLanding .subscriberLanding-subscribeBtn:hover {
  background-color: #518AF9;
  opacity: .85;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.subscriberLanding .subscriberLanding-subscribePolicy {
  font-size: 14px;
  line-height: 20px;
}
.subscriberLandingModal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subscriberLandingModal .modal-content {
  min-width: 260px;
  height: 260px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
}
@media all and (min-width: 480px) {
  .subscriberLandingModal .modal-content {
    min-width: 320px;
    height: 320px;
  }
}
@media all and (min-width: 768px) {
  .subscriberLandingModal .modal-content {
    min-width: 382px;
    height: 396px;
  }
}
.subscriberLandingModal .subscriberLandingModal-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(3cf1cc4d3da8e5f1.png) no-repeat;
  background-size: contain;
}
.subscriberLandingModal .subscriberLandingModal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  opacity: .85;
  background: url(873a7bf638c448f8.svg) no-repeat;
}
.subscriberLandingModal .subscriberLandingModal-close:hover {
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.subscriberLandingModal .subscriberLandingModal-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
}
@media all and (min-width: 480px) {
  .subscriberLandingModal .subscriberLandingModal-text {
    font-size: 24px;
  }
}
@media all and (min-width: 768px) {
  .subscriberLandingModal .subscriberLandingModal-text {
    font-size: 26px;
  }
}
.u-tableBlank {
  border: 0;
  border-collapse: collapse;
}
.u-tableBlank > thead > tr > th,
.u-tableBlank > tbody > tr > td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.u-tableFixed {
  table-layout: fixed;
}
.u-tableSep {
  border-collapse: separate;
}
.u-clearBoth {
  clear: both;
}
.u-link {
  color: #3E7AED;
  cursor: pointer;
  text-decoration: underline;
}
label.error,
.u-formError {
  position: absolute;
  display: block;
  min-height: 20px;
  margin-top: -4px;
  margin-left: 2px;
  padding: 3px 6px;
  color: #171717;
  cursor: text;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  background: #ffffcc;
  border: 1px solid #e7b11f;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(170, 170, 170, 0.5);
          box-shadow: 3px 3px 6px 0 rgba(170, 170, 170, 0.5);
  z-index: 10;
}
label.error:before,
.u-formError:before {
  position: absolute;
  display: block;
  left: 8px;
  top: -4px;
  width: 0;
  height: 0;
  content: '';
  border-bottom: 4px solid #e7b11f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.u-formError--inputGroup {
  margin-top: 30px;
}
.u-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.u-widthFull {
  width: 100%;
}
.u-widthAuto {
  width: auto;
}
.u-vat {
  vertical-align: top !important;
}
.u-vab {
  vertical-align: bottom !important;
}
.u-vam {
  vertical-align: middle !important;
}
.u-tac {
  text-align: center !important;
}
.u-tal {
  text-align: left !important;
}
.u-tar {
  text-align: right !important;
}
.u-glyphiconXs {
  height: 15px;
  font-size: 15px;
}
.u-glyphiconSm {
  height: 20px;
  font-size: 20px;
}
.u-glyphiconMd {
  height: 25px;
  font-size: 25px;
}
.u-offset-xs,
.u-offset-sm,
.u-offset-md,
.u-offset-lg,
.u-offset-xl {
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}
.u-offset-xs {
  height: 3px;
}
.u-offset-sm {
  height: 6px;
}
.u-offset-md {
  height: 12px;
}
.u-offset-lg {
  height: 18px;
}
.u-offset-xl {
  height: 36px;
}
.u-lineThrough {
  text-decoration: line-through;
}
.u-cursorPointer {
  cursor: pointer;
}
.u-flipX {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.u-flipY {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.u-noPadding {
  padding: 0 !important;
}
.u-noHorPadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.u-noMargin {
  margin: 0 !important;
}
.u-displayBlock {
  display: block;
}
.u-displayInlineBlock {
  display: inline-block;
}
.u-link {
  color: #3E7AED;
  cursor: pointer;
  text-decoration: underline;
}
.u-linkLg {
  font-size: 16px;
  color: #3E7AED;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
.u-link--disabled {
  color: #aaa;
}
.u-strike {
  text-decoration: line-through;
}
.u-posRel {
  position: relative;
}
.u-fontSm {
  font-size: 12px;
}
.u-fontLg {
  font-size: 16px;
}
.u-alertIcon {
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 40px;
  float: left;
}
.u-marginAuto {
  margin: auto !important;
}
.u-fontWightNormal {
  font-weight: normal !important;
}
.u-fontWightLight {
  font-weight: 300 !important;
}
.u-textUpperCase {
  text-transform: uppercase;
}
.u-hasCommissions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 61px;
  max-width: 61px;
  height: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  line-height: 12px;
  border: 1px solid #03a4a2;
  color: #03a4a2;
  border-radius: 4px;
  font-style: normal;
}
.u-hasCommissions:after {
  display: block;
  content: "\414\438\444\A\43A\43E\43C\438\441\441\438\44F";
  text-transform: uppercase;
  text-align: center;
  white-space: pre-wrap;
}
.u-hasEarlyBooking {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 81px;
  max-width: 81px;
  height: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  line-height: 12px;
  border: 1px solid #800080;
  color: #800080;
  border-radius: 4px;
  font-style: normal;
  cursor: pointer;
}
.u-hasEarlyBooking:after {
  display: block;
  content: "\0420\0430\043D\043D\0435\0435  \0431\0440\043E\043D\0438\0440\043E\0432\0430\043D\0438\0435";
  text-transform: uppercase;
  text-align: center;
  white-space: pre-wrap;
}
.u-covidCertificateRequired {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 61px;
  max-width: 61px;
  height: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  line-height: 12px;
  border: 1px solid #0064d9;
  color: #0064d9;
  border-radius: 4px;
  font-style: normal;
  cursor: pointer;
}
.u-covidCertificateRequired:after {
  display: block;
  content: "\442\440\435\431\443\435\442\441\44f\A\441\43F\440\430\432\43A\430";
  text-transform: uppercase;
  text-align: center;
  white-space: pre-wrap;
}
.u-covidCertificateOptional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 61px;
  max-width: 61px;
  height: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 9px;
  line-height: 12px;
  border: 1px solid #047731;
  color: #047731;
  border-radius: 4px;
  font-style: normal;
}
.u-covidCertificateOptional:after {
  display: block;
  content: "\431\435\437\A0\441\43F\440\430\432\43A\438\A covid-19";
  text-transform: uppercase;
  text-align: center;
  white-space: pre-wrap;
}
.u-hasActions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 61px;
  max-width: 61px;
  height: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  line-height: 12px;
  border: 1px solid #5FA3E1;
  color: #5FA3E1;
  border-radius: 4px;
  font-style: normal;
}
.u-hasActions:after {
  display: block;
  content: "Акции";
  text-transform: uppercase;
  text-align: center;
  white-space: pre-wrap;
}
.u-blackFriday {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 61px;
  max-width: 61px;
  height: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  line-height: 12px;
  color: black;
  border-radius: 4px;
  font-style: normal;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.46%, #FFBBBB), color-stop(98.76%, #FFE484));
  background: linear-gradient(to right, #FFBBBB 20.46%, #FFE484 98.76%);
}
.u-blackFriday:after {
  display: block;
  content: "Черная пятница";
  text-transform: uppercase;
  text-align: center;
  white-space: pre-wrap;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.46%, #FFBBBB), color-stop(98.76%, #FFE484));
  background: linear-gradient(to right, #FFBBBB 20.46%, #FFE484 98.76%);
}
.u-croppedName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-radioLg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 22px;
  min-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-radioLg input[type="radio"] {
  margin: 0;
  padding: 0;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.u-checkboxLg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 22px;
  min-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-checkboxLg input[type="checkbox"] {
  margin: 0;
  padding: 0;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.u-nowrap {
  white-space: nowrap;
}
.blockPending {
  position: relative;
}
.blockPending:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  cursor: wait;
  z-index: 50000;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.5));
  background-size: 600% 600%;
  -webkit-animation: BlockPendingAnimation 2.5s ease infinite;
          animation: BlockPendingAnimation 2.5s ease infinite;
}
@-webkit-keyframes BlockPendingAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes BlockPendingAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.siteSearchBar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteSearchBar .siteSearchBar-toggle {
  position: relative;
}
.siteSearchBar .siteSearchBar-icon {
  font-size: 20px;
  cursor: pointer;
}
.siteSearchBar .siteSearchBar-input {
  position: absolute;
  z-index: 1000;
}
.cutParagraph.is-loading {
  max-height: 100px;
  overflow: hidden;
}
.cutParagraph .cutParagraph-content.is-collapsed {
  position: relative;
  overflow: hidden;
}
.cutParagraph .cutParagraph-content.is-collapsed:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.cutParagraph .cutParagraph-toggle,
.cutParagraph .cutParagraph-toggle:visited {
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
}
.cutParagraph .cutParagraph-toggle > span:first-child {
  display: none;
}
.cutParagraph .cutParagraph-toggle.is-collapsed > span:first-child {
  display: block;
}
.cutParagraph .cutParagraph-toggle > span:last-child {
  display: block;
}
.cutParagraph .cutParagraph-toggle.is-collapsed > span:last-child {
  display: none;
}
.dropdownSubmenu {
  position: relative;
}
.dropdownSubmenu a {
  height: 25px;
}
.dropdownSubmenu .dropdownSubmenu-name {
  width: 95%;
  float: left;
}
.dropdownSubmenu .dropdownSubmenu-caret {
  width: 5%;
  float: right;
}
.dropdownSubmenu .dropdownSubmenu-list {
  left: 100%;
  position: absolute;
  top: 0;
  margin-top: -6px;
  display: none;
}
@media (max-width: 767px) {
  .dropdownSubmenu .dropdownSubmenu-list {
    padding-left: 25px;
  }
}
.dropdownSubmenu:hover > .dropdownSubmenu-list {
  display: block;
}
.ksbOfferPacket .ksbOfferPacket-linkDetail {
  padding-left: 3px;
  cursor: pointer;
}
.ksbOfferPacket-popupItem {
  margin-bottom: 5px;
}
.ksbOfferPacket-loader {
  width: 64px;
  height: 64px;
  background: url("a08f410e9fbd1b39.gif") center center no-repeat;
}
.ksbExOfferPacket .ksbOfferPacket-packet {
  margin-bottom: 8px;
}
.ksbExOfferPacket .ksbExOfferPacket-packet:last-child .ksbOfferPacket-packet {
  margin-bottom: 0;
}
.ksbExOfferPacket .ksbExOfferPacket-packetDate {
  float: left;
  padding-right: 3px;
}
.maitenance {
  height: 100vh;
  text-align: center;
  color: white;
  background: url('3e8bf533370b4fd9.jpg') no-repeat;
  background-size: cover;
}
.maitenance .u-containerInner {
  height: 100%;
}
.maitenance .maitenance-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10% 0 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.maitenance .maitenance-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 55px;
}
@media all and (min-width: 768px) {
  .maitenance .maitenance-header {
    padding-bottom: 6%;
  }
}
.maitenance .maitenance-logo {
  width: 175px;
  height: 60px;
}
@media all and (min-width: 768px) {
  .maitenance .maitenance-logo {
    width: 225px;
    height: 75px;
  }
}
@media all and (min-width: 1200px) {
  .maitenance .maitenance-logo {
    width: 265px;
    height: 90px;
  }
}
.maitenance .maitenance-title {
  margin-bottom: 25px;
  font-size: 20px;
}
@media all and (min-width: 768px) {
  .maitenance .maitenance-title {
    font-size: 24px;
  }
}
@media all and (min-width: 1200px) {
  .maitenance .maitenance-title {
    font-size: 30px;
  }
}
.maitenance .maitenance-text {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .maitenance .maitenance-text {
    font-size: 18px;
  }
}
@media all and (min-width: 1200px) {
  .maitenance .maitenance-text {
    font-size: 22px;
  }
}
.maitenance .maitenance-bottom {
  padding-top: 10px;
}
.maitenance .maitenance-phone {
  margin-bottom: 15px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 20px;
}
@media all and (min-width: 768px) {
  .maitenance .maitenance-phone {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media all and (min-width: 1200px) {
  .maitenance .maitenance-phone {
    font-size: 30px;
  }
}
.maitenance .maitenance-copy {
  font-size: 12px;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .maitenance .maitenance-copy {
    font-size: 14px;
  }
}
.maitenance .maitenance-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maitenance .maitenance-socialsItem {
  padding: 0 9px;
}
.maitenance .maitenance-socialsLink {
  font-size: 16px;
  color: white;
}
.u-link {
  text-decoration: none;
}
.u-link--success {
  color: #45b093;
}
.u-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.u-containerInner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.u-main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.u-rowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-semibold {
  font-family: 'Proxima Nova Medium', sans-serif;
}
.flat .flat-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0 50px;
}
@media all and (min-width: 992px) {
  .flat .flat-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flat .flat-content {
  width: 100%;
  overflow-x: auto;
}
.flat .flat-content .aleanIcons-arrow-down,
.flat .flat-content .aleanIcons-arrow-up {
  padding-left: 8px;
  font-size: 10px;
  cursor: pointer;
}
.flat .flat-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 992px) {
  .flat .flat-panel {
    min-width: 260px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-right: 40px;
    padding: 15px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #EFF6FF;
  }
}
.flat .flat-panel:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 45px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(118.52%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 118.52%);
}
@media (min-width: 992px) {
  .flat .flat-panel:after {
    display: none;
  }
}
.flat .flat-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-right: 20px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media all and (min-width: 992px) {
  .flat .flat-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: visible;
    white-space: normal;
  }
}
.flat .flat-nav::-webkit-scrollbar {
  display: none;
}
.flat .flat-navCell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  padding-bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 16px;
  cursor: pointer;
}
@media all and (min-width: 992px) {
  .flat .flat-navCell {
    margin-right: 0;
    padding: 12px 0;
  }
}
.flat .flat-navItem {
  color: #171717;
}
.flat .flat-navItem.is-active,
.flat .flat-navItem.is-active:hover {
  cursor: default;
  color: #518AF9;
}
@media all and (min-width: 992px) {
  .flat .flat-navItem.is-active,
  .flat .flat-navItem.is-active:hover {
    color: #4B63A2;
  }
}
.flat .flat-navItem.is-active:focus {
  text-decoration: none;
  outline: none;
}
.flat .flat-navItem.is-active:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin: -2px 5px 0 -4px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #45b093;
}
@media all and (min-width: 992px) {
  .flat .flat-navItem.is-active:before {
    content: '';
  }
}
.flat .flat-navItem:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  z-index: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: width 0.3s ease, border-bottom-color 0.3s ease;
  transition: width 0.3s ease, border-bottom-color 0.3s ease;
}
@media all and (min-width: 992px) {
  .flat .flat-navItem:after {
    display: none;
  }
}
.flat .flat-navItem.is-active:after {
  width: 100%;
  border-bottom-color: #518AF9;
}
.breadcrumbs {
  margin: 15px auto;
}
.breadcrumbs:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.breadcrumbs .breadcrumbs-item {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  color: #828282;
}
.breadcrumbs .breadcrumbs-icon {
  color: #4B63A2;
}
.breadcrumbs .breadcrumbs-item:after {
  content: '/';
  display: inline-block;
  padding: 0 5px;
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 12px;
  vertical-align: middle;
}
.breadcrumbs .breadcrumbs-item:first-child {
  padding-right: 10px;
}
.breadcrumbs .breadcrumbs-item:first-child:after {
  display: none;
}
.breadcrumbs .breadcrumbs-item:last-child:after {
  display: none;
}
.breadcrumbs .breadcrumbs-link,
.breadcrumbs .breadcrumbs-link:visited {
  outline: none;
}
.breadcrumbs .breadcrumbs-link:hover {
  text-decoration: none;
  color: #3E7AED;
}
.bannerSlider .slick-list {
  margin: 0 -15px;
}
.bannerSlider .slick-slider {
  padding-bottom: 50px;
}
.bannerSlider .slick-slide {
  width: 205px !important;
  padding: 0 15px;
}
.bannerSlider .slick-active > div {
  -webkit-animation-name: fadeInSlide;
          animation-name: fadeInSlide;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}
.bannerSlider .bannerSlider-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 275px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
  outline: none;
  border-radius: 10px;
}
.bannerSlider .bannerSlider-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.66%, rgba(0, 0, 0, 0.0814393)), to(rgba(0, 0, 0, 0.34)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0814393) 8.66%, rgba(0, 0, 0, 0.34) 100%);
}
.bannerSlider .bannerSlider-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerSlider .bannerSlider-badge {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 5px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #171717;
  background-color: #FDD54A;
}
.bannerSlider .bannerSlider-badge--info {
  color: white;
  background: linear-gradient(220.76deg, #6FCAF3 11.88%, #6CABF4 22.75%, #6880F5 40%, #6670F6 48.3%, #AC66F0 72.58%);
}
.bannerSlider .bannerSlider-badge--warning {
  background: linear-gradient(51.58deg, #FDC83A -7.95%, #F96D93 113.84%);
}
.bannerSlider .bannerSlider-badge--success {
  background: linear-gradient(43deg, #FFE600 15.35%, #CBE810 80.17%), #FDD54A;
}
.bannerSlider .bannerSlider-desc {
  position: relative;
  z-index: 1;
  padding: 12px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: white;
}
.fadeInSlide {
  -webkit-animation-name: fadeInSlide;
          animation-name: fadeInSlide;
}
@-webkit-keyframes fadeInSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.repliesSlider {
  padding-top: 20px;
}
.repliesSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.repliesSlider .slick-slide {
  height: auto;
}
.repliesSlider .slick-slide > div {
  height: 100%;
}
.repliesSlider .repliesSlider-item {
  height: 100%;
  padding-bottom: 10px;
}
.repliesSlider .repliesSlider-itemName {
  margin-bottom: 12px;
  font-family: 'Proxima Nova Bold', sans-serif;
}
.repliesSlider .repliesSlider-itemInner {
  position: relative;
  height: 100%;
  padding: 25px 25px 15px;
  background-color: #EFF6FF;
}
.repliesSlider .repliesSlider-itemInner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 18px 0 0;
  border-color: #EFF6FF transparent transparent transparent;
}
.regionGlossary {
  text-align: center;
}
.regionGlossary .regionGlossary-content {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.regionGlossary .regionGlossary-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  padding-top: 10px;
}
.regionGlossary .regionGlossary-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 20px;
}
.regionGlossary .regionGlossary-columnSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.regionGlossary .regionGlossary-columnSet:last-child {
  margin-bottom: 0;
}
.regionGlossary .regionGlossary-columnLetter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #3E7AED;
}
.regionGlossary .regionGlossary-columnList {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 0;
}
.regionGlossary .regionGlossary-productLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.regionGlossary .regionGlossary-productLine:last-child {
  margin-bottom: 0;
}
.regionGlossary .regionGlossary-productLine i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10px;
}
.regionGlossary .regionGlossary-productLine a,
.regionGlossary .regionGlossary-productLine a:visited {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 0;
  color: #171717;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.regionGlossary .regionGlossary-productLine a:hover {
  color: #c60000;
}
.searchPage {
  text-align: center;
}
.searchPage .searchPage-content {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.searchPage .searchPage-noResult {
  margin: 150px 300px 300px;
}
.searchPage .searchPage-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  padding-top: 10px;
}
.searchPage .searchPage-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 20px;
}
.searchPage .searchPage-columnSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.searchPage .searchPage-columnSet:last-child {
  margin-bottom: 0;
}
.searchPage .searchPage-columnLetter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #3E7AED;
}
.searchPage .searchPage-columnList {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 0;
}
.searchPage .searchPage-productLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchPage .searchPage-productLine:last-child {
  margin-bottom: 0;
}
.searchPage .searchPage-productLine i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10px;
}
.searchPage .searchPage-productLine a,
.searchPage .searchPage-productLine a:visited {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 0;
  color: #171717;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.searchPage .searchPage-productLine a:hover {
  color: #c60000;
}
.subscriber {
  text-align: left;
}
.subscriber .subscriber-body {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.subscriber .subscriber-layout {
  display: block;
}
.subscriber .subscriber-title {
  margin-bottom: 20px;
  padding-left: 4px;
  font-size: 1.6em;
  font-weight: bold;
}
.subscriber .subscriber-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 170px;
  padding: 50px 60px 0px 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(#1352cc), color-stop(25%, #3E7AED), color-stop(75%, #3E7AED), to(#1352cc));
  background: linear-gradient(to right, #1352cc 0%, #3E7AED 25%, #3E7AED 75%, #1352cc 100%);
}
.subscriber .subscriber-itemActionSubscribe {
  margin-right: 20px;
}
.subscriber .subscriber-itemActionSubscribeBtn,
.subscriber .subscriber-itemActionUnsubscribeBtn {
  width: 190px;
  text-transform: uppercase;
  font-size: 1em;
}
.subscriber .subscriber-itemActionSubscribeBtnIcon,
.subscriber .subscriber-itemActionUnsubscribeBtnIcon {
  margin-left: 46px;
  font-size: 20px;
}
.subscriber .subscriber-itemActionSubscribeInput,
.subscriber .subscriber-itemActionUnsubscribeInput {
  width: 280px;
  height: 40px;
}
.subscriber .subscriber-itemActionUnsubscribe {
  margin-right: 20px;
}
.subscriber .subscriber-itemActionSubscribeTitle,
.subscriber .subscriber-itemActionUnsubscribeTitle {
  font-size: 1.2em;
  font-weight: bold;
  color: white;
}
.page404 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 100px;
}
.page404 .page404-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page404 .page404-layout {
  margin-top: 50px;
}
.page404 .page404-background {
  width: 490px;
  height: 350px;
  margin-left: -140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url("e9149d4202e19cf7.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page404 .page404-image {
  width: 348px;
  height: 166px;
  margin-bottom: 25px;
  background: url("cfd5487f5edd469e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page404 .page404-reason {
  text-align: center;
}
.page404 .page404-title {
  margin-bottom: 50px;
  font-size: 24px;
  color: #171717;
}
.page404 .page404-link {
  display: block;
  font-size: 20px;
}
.news {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.news .news-pageHeader {
  font-size: 26px;
}
.news .news-one {
  padding-bottom: 35px;
}
.news .news-item {
  padding: 15px 0;
}
.news .news-item:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.news .news-item:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.news .news-itemTitle {
  margin: 10px 0;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-size: 18px;
}
.news .news-itemTitle a {
  color: #171717;
}
.news .news-itemTitle a:hover {
  color: #3E7AED;
}
.news .news-itemDate {
  padding-right: 25px;
  color: #7A87A2;
  text-transform: uppercase;
}
.news .news-itemBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.news .news-itemBtn {
  min-width: 160px;
}
.highDemandReminderModal .modal-content {
  width: 689px;
  height: 490px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.highDemandReminderModal .highDemandReminderModal-image {
  position: relative;
  width: 689px;
  height: 490px;
  background: url("39070969816cf257.svg");
}
.highDemandReminderModal .highDemandReminderModal-closeBtn {
  position: absolute;
  top: 30px;
  right: 115px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}
.cashbackLanding a {
  color: #0386E1;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.cashbackLanding a:hover {
  text-decoration: none;
  color: #0268af;
}
.cashbackLanding .text-highlighted {
  padding: 3px 5px;
  background-color: #FFEC41;
}
.cashbackLanding .cashbackLanding-main {
  font-size: 18px;
  color: #272727;
}
.cashbackLanding .cashbackLanding-inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.cashbackLanding .cashbackLanding-alert {
  margin: 50px 0;
}
.cashbackLanding .cashbackLanding-finder {
  min-height: 140px;
  margin-bottom: 60px;
  padding-top: 55px;
  background-image: url('b26b0d7d2ebfc9a9.svg');
  background-repeat: no-repeat;
}
.cashbackLanding .cashbackLanding-finderTitle {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.cashbackLanding .cashbackLanding-options {
  min-height: 380px;
  margin-bottom: 50px;
  background-color: #E3FAFF;
}
.cashbackLanding .cashbackLanding-optionsCol {
  padding: 35px;
}
.cashbackLanding .cashbackLanding-optionsTitle {
  margin: 0 0 25px;
  font-size: 26px;
}
.cashbackLanding .cashbackLanding-optionsList {
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.cashbackLanding .cashbackLanding-optionsList li {
  list-style: none;
}
.cashbackLanding .cashbackLanding-optionsList li:before {
  content: '>';
  padding-right: 6px;
}
.cashbackLanding .cashbackLanding-optionsListIconMir {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 30px;
  height: 28px;
  margin-top: -8px;
  background-image: url('2852d36e3430b3ee.svg');
  background-repeat: no-repeat;
}
.cashbackLanding .cashbackLanding-optionsImg {
  position: absolute;
  top: -25px;
  right: 35px;
  width: 471px;
  height: 440px;
  background: url('508d5745a29639a1.png');
  background-repeat: no-repeat;
}
.cashbackLanding .cashbackLanding-mainSection {
  padding: 35px 0;
}
.cashbackLanding .cashbackLanding-title {
  margin: 0 0 45px;
  font-size: 26px;
  text-align: center;
}
.cashbackLanding .cashbackLanding-how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px 50px;
}
.cashbackLanding .cashbackLanding-howItem {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 26%;
  padding: 0 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cashbackLanding .cashbackLanding-howItem.cashbackLanding-howItem--last {
  width: 24%;
}
.cashbackLanding .cashbackLanding-howItemArrow {
  position: absolute;
  top: 23px;
  right: -30%;
  width: 186px;
  height: 16px;
  background: url('9f2c93e598db3a5d.svg') 0 0 / cover no-repeat;
}
.cashbackLanding .cashbackLanding-howItemIcon {
  width: 62px;
  height: 62px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
.cashbackLanding .cashbackLanding-howItem--first .cashbackLanding-howItemIcon {
  background-image: url('556e04da98c5e2a9.svg');
}
.cashbackLanding .cashbackLanding-howItem--second .cashbackLanding-howItemIcon {
  background-image: url('aa4ea038a7df2a4d.svg');
}
.cashbackLanding .cashbackLanding-howItem--third .cashbackLanding-howItemIcon {
  background-image: url('0aa4f524709d1e84.svg');
}
.cashbackLanding .cashbackLanding-howItem--last .cashbackLanding-howItemIcon {
  background-image: url('2852d36e3430b3ee.svg');
}
.cashbackLanding .cashbackLanding-howItemLabel {
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: white;
  border-radius: 50%;
  background-color: #0386E1;
}
.cashbackLanding .cashbackLanding-howItemLabel.cashbackLanding-howItemLabel--success {
  background-color: #129D2A;
}
.cashbackLanding .cashbackLanding-howItem p {
  text-align: center;
}
.cashbackLanding .cashbackLanding-goToFinder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
.cashbackLanding .cashbackLanding-goToFinderBtn {
  width: 280px;
  height: 60px;
  font-size: 21px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  border-color: #369FFF;
  background-color: #369FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cashbackLanding .cashbackLanding-goToFinderBtn:hover,
.cashbackLanding .cashbackLanding-goToFinderBtn:focus,
.cashbackLanding .cashbackLanding-goToFinderBtn:active {
  color: white;
  text-decoration: none;
  background-color: #0387ff;
}
.cashbackLanding .cashbackLanding-howDetails {
  padding: 15px 0;
  font-size: 15px;
  line-height: 22px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
.cashbackLanding alean-accordion .aleanAccordion-header {
  padding: 25px 0;
  font-size: 15px;
  line-height: 30px;
  text-transform: none;
  color: #272727;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cashbackLanding alean-accordion .aleanAccordion-header.is-expanded {
  color: #369FFF;
  border-bottom-color: transparent;
}
.cashbackLanding alean-accordion .aleanAccordion-header .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  padding: 0;
  border-radius: 50%;
  background-color: #369FFF;
  background-image: url('e4fb6a7b51e09661.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.cashbackLanding alean-accordion .aleanAccordion-header.is-expanded .icon {
  background-image: url('066c92adc0b30286.svg');
}
.cashbackLanding alean-accordion .aleanAccordion-header .icon.aleanIcons-arrow-down:before,
.cashbackLanding alean-accordion .aleanAccordion-header .icon.aleanIcons-arrow-up:before {
  display: none;
}
alean-accordion .aleanAccordion-content {
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid transparent;
}
.cashbackLanding alean-accordion .aleanAccordion-header.is-expanded ~ .aleanAccordion-content {
  border-bottom-color: #E3E3E3;
}
.homeQuickPay {
  padding: 45px 0 30px;
  background-color: #4B6097;
}
.homeQuickPay .homeQuickPay-title {
  text-align: center;
  color: white;
}
.homeQuickPay .homeQuickPay-layout {
  max-width: 390px;
  margin: 0 auto;
}
.homeQuickPay .homeQuickPay-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homeQuickPay .homeQuickPay-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -6px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeQuickPay .homeQuickPay-paymentItem {
  height: 16px;
  padding: 0 6px;
}
.homeQuickPay .homeQuickPay-paymentItemInner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.homeQuickPay .homeQuickPay-paymentItem--visa .homeQuickPay-paymentItemInner {
  width: 49px;
  background-image: url('75edf6444ef56bd4.svg');
}
.homeQuickPay .homeQuickPay-paymentItem--mastercard .homeQuickPay-paymentItemInner {
  width: 25px;
  background-image: url('4a0ddbf5038e4c48.svg');
}
.homeQuickPay .homeQuickPay-paymentItem--mir .homeQuickPay-paymentItemInner {
  width: 55px;
  background-image: url('9e550af2e540a6ca.svg');
}
.qualityControl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4B63A2;
}
.qualityControl:hover {
  color: #3E7AED;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.qualityControl .qualityControl-icon {
  margin-right: 10px;
  font-size: 18px;
  line-height: 1;
}
.slick-sliderArea {
  overflow: hidden;
}
.slick-list {
  margin: 0 40px;
}
@media all and (min-width: 768px) {
  .slick-slide {
    padding: 0 25px;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: .7;
  border: 1px solid #b2bedf;
  background-color: white;
}
.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}
.slick-arrow:before {
  content: '\2039';
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 40px;
  line-height: 28px;
  color: #b2bedf;
}
.slick-arrow.slick-next:before {
  content: '\203A';
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  cursor: pointer;
}
.slick-dots button {
  display: block;
  height: 10px;
  width: 10px;
  padding: 5px;
  text-indent: -9999px;
  outline: none;
  border: 0;
  border-radius: 50%;
  background-color: #dee4f3;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slick-dots button:hover,
.slick-dots button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #3E7AED;
}
.iDatePicker * {
  outline: none;
}
.iDatePicker .uib-datepicker thead .btn.uib-left,
.iDatePicker .uib-datepicker thead .btn.uib-right {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: middle;
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  color: #3E7AED;
  border: 1px solid #3E7AED;
  background: none;
}
.iDatePicker .uib-datepicker thead .btn.uib-left i,
.iDatePicker .uib-datepicker thead .btn.uib-right i {
  top: -2px;
  font-size: 14px;
  line-height: .9;
}
.iDatePicker .uib-datepicker thead .btn.uib-left i:before {
  content: '\27F5';
}
.iDatePicker .uib-datepicker thead .btn.uib-right i:before {
  content: '\27F6';
}
.iDatePicker .uib-datepicker thead .btn.uib-title:hover,
.iDatePicker .uib-datepicker thead .btn.uib-title:focus,
.iDatePicker .uib-datepicker thead .btn.uib-title:active {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.iDatePicker .uib-datepicker .uib-title strong {
  font-size: 14px;
  font-weight: 400;
}
.iDatePicker .uib-datepicker-popup {
  padding: 10px;
  color: #4d4d4d;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
          box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
  background-color: white;
}
@media all and (min-width: 768px) {
  .iDatePicker .uib-datepicker-popup {
    padding: 35px 35px 25px;
  }
}
.iDatePicker .uib-daypicker thead > tr:nth-child(2) > th > small {
  font-size: 14px;
  line-height: 32px;
}
.iDatePicker .uib-daypicker thead > tr:nth-child(2) > th:nth-child(n+6) > small {
  color: #e7584f;
}
.iDatePicker .uib-day .btn,
.iDatePicker .uib-month .btn,
.iDatePicker .uib-year .btn,
.iDatePicker .btn.uib-left,
.iDatePicker .btn.uib-right,
.iDatePicker .btn.uib-title {
  padding: 8px 12px;
  font-size: 12px;
  color: #171717;
  border: none;
  background: none;
}
.iDatePicker .uib-day .btn.active {
  width: 39px;
  height: 39px;
  padding: 0;
  font-family: 'Proxima Nova Bold', sans-serif;
  color: white;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #45b093;
}
.iDatePicker .uib-day .btn:disabled {
  color: #b2bedf;
}
.iDatePicker .btn-info .text-info {
  color: white;
}
.iDatePicker.input-group-xl > .input-group-btn > .btn {
  padding: 17px 5px 17px 15px;
  font-size: 18px;
}
.iDatePicker input[type=text].form-control {
  font-family: 'Proxima Nova Medium', sans-serif;
  border-left: none;
}
.iDatePicker input[type=text].form-control:focus,
.iDatePicker input[type=text].form-control:active {
  border-color: white;
  background-color: white;
}
.iDatePicker .iDatePicker-calendarBtn {
  height: 100%;
  padding: 5px 5px 5px 15px;
  border: 1px solid;
  border-right: none;
}
.iDatePicker .iDatePicker-calendarBtn i {
  line-height: 1;
  color: #3E7AED;
}
.iDatePicker input[type=text].form-control {
  padding: 17px 5px;
}
.iDrPicker input[type=text].form-control {
  padding: 17px 5px;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-weight: normal;
  border-left: 0;
}
.iDrPicker input[type=text].form-control:focus,
.iDrPicker input[type=text].form-control:active {
  border-color: white;
  background-color: white;
}
.iDrPicker .iDrPicker-inputCalendarBtn {
  height: 40px;
  padding: 5px 5px 5px 15px;
  border: 1px solid;
  border-right: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.iDrPicker .input-group-xl .iDrPicker-inputCalendarBtn {
  height: 50px;
  font-size: 18px;
}
.iDrPicker .input-group-sm .iDrPicker-inputCalendarBtn {
  height: 36px;
}
.iDrPicker .iDrPicker-inputCalendarBtn i {
  line-height: 1;
  color: #3E7AED;
}
.iDrPicker .iDrPicker-dropdown {
  margin-top: 1px;
  padding: 10px;
  color: #171717;
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
          box-shadow: 0 2px 20px rgba(28, 55, 106, 0.26);
}
@media all and (min-width: 992px) {
  .iDrPicker .iDrPicker-dropdown {
    padding: 35px 35px 25px;
  }
}
.iDrPicker .iDrPicker-table {
  width: 100%;
  table-layout: fixed;
}
.iDrPicker .iDrPicker-month,
.iDrPicker .iDrPicker-weekDay {
  vertical-align: middle;
  font-family: 'Proxima Nova Medium', sans-serif;
  font-weight: 400;
  text-align: center;
}
.iDrPicker .iDrPicker-weekDay:nth-child(n+6) {
  color: #e7584f;
}
.iDrPicker .iDrPicker-calendarWrap {
  position: relative;
  display: block;
}
@media all and (min-width: 992px) {
  .iDrPicker .iDrPicker-calendarWrap {
    display: table-row;
  }
}
.iDrPicker .iDrPicker-calendar {
  display: block;
}
@media all and (min-width: 992px) {
  .iDrPicker .iDrPicker-calendar {
    display: table-cell;
    padding-left: 10px;
  }
}
@media all and (min-width: 992px) {
  .iDrPicker .iDrPicker-calendar:first-child {
    padding-left: 0;
  }
}
.iDrPicker .iDrPicker-cell {
  height: 45px;
  padding: 0;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  border: none;
  white-space: nowrap;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .iDrPicker .iDrPicker-cell {
    height: 40px;
  }
}
.iDrPicker .iDrPicker-cell.iDrPicker-cell--arrow:hover {
  background: none;
}
.iDrPicker .iDrPicker-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  font-size: 9px;
  font-weight: normal;
  line-height: 28px;
  color: #3E7AED;
  border: 1px solid #3E7AED;
}
.iDrPicker .iDrPicker-arrow i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.iDrPicker .iDrPicker-arrow--prev i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iDrPicker .iDrPicker-cell--dis,
.iDrPicker .iDrPicker-cell--dis:hover,
.iDrPicker .iDrPicker-cell--off,
.iDrPicker .iDrPicker-cell--off:hover {
  background: transparent;
  color: #b2bedf;
  cursor: not-allowed;
}
.iDrPicker .iDrPicker-cell--dis .iDrPicker-arrow,
.iDrPicker .iDrPicker-cell--dis:hover .iDrPicker-arrow,
.iDrPicker .iDrPicker-cell--off .iDrPicker-arrow,
.iDrPicker .iDrPicker-cell--off:hover .iDrPicker-arrow {
  color: #b2bedf;
  border-color: #b2bedf;
}
.iDrPicker .iDrPicker-cell.iDrPicker-cell--arrow.iDrPicker-cell--next {
  position: absolute;
  top: 8px;
  right: 7px;
  height: 30px;
}
@media all and (min-width: 992px) {
  .iDrPicker .iDrPicker-cell.iDrPicker-cell--arrow.iDrPicker-cell--next {
    position: relative;
    top: auto;
    right: auto;
    height: 45px;
  }
}
.iDrPicker .iDrPicker-cellDate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.iDrPicker .iDrPicker-cell--from,
.iDrPicker .iDrPicker-cell--from:hover,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis:hover,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off:hover,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt:hover {
  font-family: 'Proxima Nova Bold', sans-serif;
  color: #fff;
}
.iDrPicker .iDrPicker-cell--from .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--from:hover .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis:hover .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off:hover .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt:hover .iDrPicker-cellDateWrap {
  width: 100%;
  height: 45px;
  background: rgba(69, 176, 147, 0.3);
  border-radius: 50% 0 0 50%;
}
@media all and (min-width: 768px) {
  .iDrPicker .iDrPicker-cell--from .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--from:hover .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis:hover .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off:hover .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt:hover .iDrPicker-cellDateWrap {
    width: 40px;
    height: 40px;
  }
}
.iDrPicker .iDrPicker-cell--from .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--from:hover .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis:hover .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off:hover .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt:hover .iDrPicker-cellDate {
  width: 45px;
  margin-left: -2px;
  border-radius: 50%;
  background-color: #45b093;
}
@media all and (min-width: 768px) {
  .iDrPicker .iDrPicker-cell--from .iDrPicker-cellDate,
  .iDrPicker .iDrPicker-cell--from:hover .iDrPicker-cellDate,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis .iDrPicker-cellDate,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--dis:hover .iDrPicker-cellDate,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off .iDrPicker-cellDate,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--off:hover .iDrPicker-cellDate,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt .iDrPicker-cellDate,
  .iDrPicker .iDrPicker-cell--from.iDrPicker-cell--hlt:hover .iDrPicker-cellDate {
    width: 40px;
    margin-left: 0;
  }
}
.iDrPicker .iDrPicker-cell--to,
.iDrPicker .iDrPicker-cell--to:hover,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--dis,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--dis:hover,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--off,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--off:hover,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--hlt,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--hlt:hover {
  font-family: 'Proxima Nova Bold', sans-serif;
  color: #fff;
}
.iDrPicker .iDrPicker-cell--to .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--to:hover .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--dis .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--dis:hover .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--off .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--off:hover .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--hlt .iDrPicker-cellDateWrap,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--hlt:hover .iDrPicker-cellDateWrap {
  width: 45px;
  height: 45px;
  background: rgba(69, 176, 147, 0.3);
  border-radius: 0 50% 50% 0;
}
@media all and (min-width: 768px) {
  .iDrPicker .iDrPicker-cell--to .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--to:hover .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--to.iDrPicker-cell--dis .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--to.iDrPicker-cell--dis:hover .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--to.iDrPicker-cell--off .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--to.iDrPicker-cell--off:hover .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--to.iDrPicker-cell--hlt .iDrPicker-cellDateWrap,
  .iDrPicker .iDrPicker-cell--to.iDrPicker-cell--hlt:hover .iDrPicker-cellDateWrap {
    width: 40px;
    height: 40px;
  }
}
.iDrPicker .iDrPicker-cell--to .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--to:hover .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--dis .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--dis:hover .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--off .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--off:hover .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--hlt .iDrPicker-cellDate,
.iDrPicker .iDrPicker-cell--to.iDrPicker-cell--hlt:hover .iDrPicker-cellDate {
  border-radius: 50%;
  background-color: #45b093;
}
.iDrPicker .iDrPicker-cell--from.iDrPicker-cell--to {
  border-radius: 50%;
}
.iDrPicker .iDrPicker-cell--inRange,
.iDrPicker .iDrPicker-cell--dis.iDrPicker-cell--inRange,
.iDrPicker .iDrPicker-cell--off.iDrPicker-cell--inRange {
  background-color: rgba(69, 176, 147, 0.3);
}
.iDrPicker .iDrPicker-cell--hlt .iDrPicker-cellDate {
  position: relative;
}
.iDrPicker .iDrPicker-cell--hlt .iDrPicker-cellDate:after {
  content: '*';
  position: absolute;
  margin-top: -15px;
  color: #00cb2d;
}
.iDrPicker .iDrPicker-inputLoading,
.iDrPicker .iDrPicker-calendarLoading {
  position: relative;
}
.iDrPicker .iDrPicker-inputLoading:before,
.iDrPicker .iDrPicker-calendarLoading:before {
  content: 'Загрузка...';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.6);
  color: #b2bedf;
  font-size: 12px;
  border-radius: 4px;
  z-index: 1001;
}
.iDrPicker .iDrPicker-footer {
  position: relative;
  height: 24px;
  margin-top: 10px;
}
.iDrPicker .iDrPicker-diffDays {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 24px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.iPassengersPicker.dropdown {
  z-index: 100;
}
.iPassengersPicker .iPassengersPicker-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.iPassengersPicker .iPassengersPicker-pluralAdults {
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Proxima Nova Medium', sans-serif;
}
.iPassengersPicker .iPassengersPicker-pluralChildren {
  padding-right: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iPassengersPicker .iPassengersPicker-pluralChildren.is-inactive {
  color: #7A87A2;
}
.iPassengersPicker .iPassengersPicker-caret {
  width: 8px;
  height: 14px;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.iPassengersPicker .iPassengersPicker-edit {
  width: calc(100vw - 40px);
  padding: 15px;
  border: none;
  -webkit-box-shadow: 0 2px 14px rgba(110, 137, 189, 0.37);
          box-shadow: 0 2px 14px rgba(110, 137, 189, 0.37);
}
@media all and (min-width: 480px) {
  .iPassengersPicker .iPassengersPicker-edit {
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .iPassengersPicker .iPassengersPicker-edit {
    width: 220px;
  }
}
.iPassengersPicker .iPassengersPicker-edit > .form-group:last-child {
  margin-bottom: 0;
}
.iPassengersPicker .iPassengersPicker-editAdultCount.form-group {
  margin-bottom: 5px;
}
.iPassengersPicker .iPassengersPicker-editAdultCount .input-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.iPassengersPicker .iPassengersPicker-editAdultCount .input-group-btn {
  white-space: normal;
  font-size: inherit;
}
.iPassengersPicker .iPassengersPicker-editAdultCount .form-control {
  font-family: 'Proxima Nova Medium', sans-serif;
  text-align: center;
  border: none;
}
.iPassengersPicker .input-group {
  border-collapse: collapse;
}
.iPassengersPicker .input-group-btn:first-child > .btn,
.iPassengersPicker .input-group-btn:last-child > .btn {
  margin: 0;
}
.iPassengersPicker .iPassengersPicker-btnCount {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  border: 1px solid #3E7AED !important;
}
.iPassengersPicker .iPassengersPicker-btnCount:hover,
.iPassengersPicker .iPassengersPicker-btnCount:focus,
.iPassengersPicker .iPassengersPicker-btnCount:active {
  color: #3E7AED;
  background: transparent;
}
.iPassengersPicker .iPassengersPicker-children {
  margin-top: 15px;
}
.iPassengersPicker .iPassengersPicker-childrenTitle {
  color: #171717;
}
.iPassengersPicker .iPassengersPicker-child {
  margin-bottom: 12px;
  padding: 9px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #b2bedf;
}
.iPassengersPicker .iPassengersPicker-childText {
  color: #171717;
}
.iPassengersPicker .iPassengersPicker-childBtn {
  padding: 0;
  font-size: 12px;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
.iPassengersPicker .iPassengersPicker-childBtn i {
  color: #7A87A2;
}
.iPassengersPicker .iPassengersPicker-childBtn i:hover {
  color: #3E7AED;
}
.iPassengersPicker .iPassengersPicker-childBtn:focus,
.iPassengersPicker .iPassengersPicker-childBtn:active {
  outline: none;
}
.iPassengersPicker .iPassengersPicker-addChild button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: none;
  transition: none;
}
.iPassengersPicker .iPassengersPicker-addChild button:focus,
.iPassengersPicker .iPassengersPicker-addChild button:active {
  text-decoration: none;
}
.iPassengersPicker .iPassengersPicker-addChild button:focus:hover,
.iPassengersPicker .iPassengersPicker-addChild button:active:hover {
  border-color: transparent;
}
.iPassengersPicker .iPassengersPicker-addChild button i {
  color: #171717;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.iPassengersPicker .iPassengersPicker-addChild button:hover i {
  color: white;
}
.iPassengersPicker .iPassengersPicker-addChildDropdown.open .iPassengersPicker-addChild button i {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.iPassengersPicker .iPassengersPicker-addChildDropdown.open .iPassengersPicker-caret {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.iPassengersPicker .iPassengersPicker-addChildTitle {
  font-size: 12px;
  color: #7A87A2;
}
.iPassengersPicker .iPassengersPicker-childAgeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.iPassengersPicker .iPassengersPicker-childAgeItem {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  max-width: 48%;
  min-width: 48%;
  margin-bottom: 8px;
  text-align: center;
  color: #171717;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  background-color: #EFF6FF;
}
.iPassengersPicker .iPassengersPicker-childAgeItem:focus,
.iPassengersPicker .iPassengersPicker-childAgeItem:active,
.iPassengersPicker .iPassengersPicker-childAgeItem:hover {
  outline: none;
  color: white;
  background-color: #45b093;
}
.emptyImage {
  width: 100%;
  height: 100%;
  background: url('b1aff4e6e1d04cec.svg') 0 0 / cover no-repeat;
}
.grandLoader {
  margin: 10px 0;
}
.grandLoader .grandLoader-img {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='L4' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56 56' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23518af9' stroke='none' cx='6' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%23518af9' stroke='none' cx='26' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%23518af9' stroke='none' cx='46' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E") no-repeat;
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 40px;
  height: 40px;
  z-index: 1;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #b2bedf;
  background-color: rgba(255, 255, 255, 0.3);
}
.back-to-top:hover {
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -webkit-transition: background-color 0.6s linear;
  transition: background-color 0.6s linear;
}
.back-to-top i {
  display: inline-block;
  font-size: 20px;
  color: #b2bedf;
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
}
.progressBarLoader {
  padding: 20px 0;
  text-align: center;
}
.progressBarLoader .progress {
  height: 7px;
  background-color: #E5ECF6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progressBarLoader .progress-striped .progress-bar,
.progressBarLoader .progress-bar-striped {
  background-size: 14px 14px;
}
.progressBarLoader .progressBarLoader-message {
  font-size: 18px;
}
.progressBarLoader .progressBarLoader-img {
  width: 252px;
  height: 257px;
  margin: 35px auto 0;
  background: url('ca80c651fe08de9a.gif') no-repeat 0 0 / contain;
}
.blockPending {
  margin: 0 -20px;
  padding: 0 20px;
}
.blockPending:before {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 500001;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='L4' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56 56' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23518af9' stroke='none' cx='6' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%23518af9' stroke='none' cx='26' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%23518af9' stroke='none' cx='46' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E") no-repeat;
}
.blockPending:after {
  cursor: default;
}
