@charset "UTF-8";
/*
 * WARNING: If gulp not runnig, check the path of the files because it's won't show an error
 * if you want to see the errors - remove ".pipe(cssimport())" & ".pipe(cleanCss())" from gulpfile.js
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container .multiselect-reset .input-group{width:93%}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

.intl-tel-input{position:relative;display:inline-block}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=text],.intl-tel-input input[type=tel]{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-right:36px;margin-right:0}.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.intl-tel-input .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.intl-tel-input .selected-flag .iti-flag{position:absolute;top:0;bottom:0;margin:auto}.intl-tel-input .selected-flag .iti-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.intl-tel-input .selected-flag .iti-arrow.up{border-top:none;border-bottom:4px solid #555}.intl-tel-input .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,0.2);background-color:white;border:1px solid #CCC;white-space:nowrap;max-height:200px;overflow-y:scroll}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media (max-width: 500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #CCC}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,0.05)}.intl-tel-input .country-list .flag-box,.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code{vertical-align:middle}.intl-tel-input .country-list .flag-box,.intl-tel-input .country-list .country-name{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=text],.intl-tel-input.separate-dial-code input[type=tel]{padding-right:6px;padding-left:52px;margin-left:0}.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container{right:auto;left:0}.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag{width:46px}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,0.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.separate-dial-code .selected-flag{background-color:rgba(0,0,0,0.05);display:table}.intl-tel-input.separate-dial-code .selected-dial-code{display:table-cell;vertical-align:middle;padding-left:28px}.intl-tel-input.separate-dial-code.iti-sdc-2 input,.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel]{padding-left:66px}.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag{width:60px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel]{padding-left:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag{width:70px}.intl-tel-input.separate-dial-code.iti-sdc-3 input,.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel]{padding-left:74px}.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag{width:68px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel]{padding-left:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{width:78px}.intl-tel-input.separate-dial-code.iti-sdc-4 input,.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel]{padding-left:82px}.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag{width:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel]{padding-left:92px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{width:86px}.intl-tel-input.separate-dial-code.iti-sdc-5 input,.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel]{padding-left:90px}.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag{width:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel]{padding-left:100px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag{width:94px}.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100%}.iti-mobile .intl-tel-input .country-list .country{padding:10px 10px;line-height:1.5em}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0px 0px}.iti-flag.ad{height:14px;background-position:-22px 0px}.iti-flag.ae{height:10px;background-position:-44px 0px}.iti-flag.af{height:14px;background-position:-66px 0px}.iti-flag.ag{height:14px;background-position:-88px 0px}.iti-flag.ai{height:10px;background-position:-110px 0px}.iti-flag.al{height:15px;background-position:-132px 0px}.iti-flag.am{height:10px;background-position:-154px 0px}.iti-flag.ao{height:14px;background-position:-176px 0px}.iti-flag.aq{height:14px;background-position:-198px 0px}.iti-flag.ar{height:13px;background-position:-220px 0px}.iti-flag.as{height:10px;background-position:-242px 0px}.iti-flag.at{height:14px;background-position:-264px 0px}.iti-flag.au{height:10px;background-position:-286px 0px}.iti-flag.aw{height:14px;background-position:-308px 0px}.iti-flag.ax{height:13px;background-position:-330px 0px}.iti-flag.az{height:10px;background-position:-352px 0px}.iti-flag.ba{height:10px;background-position:-374px 0px}.iti-flag.bb{height:14px;background-position:-396px 0px}.iti-flag.bd{height:12px;background-position:-418px 0px}.iti-flag.be{height:15px;background-position:-440px 0px}.iti-flag.bf{height:14px;background-position:-460px 0px}.iti-flag.bg{height:12px;background-position:-482px 0px}.iti-flag.bh{height:12px;background-position:-504px 0px}.iti-flag.bi{height:12px;background-position:-526px 0px}.iti-flag.bj{height:14px;background-position:-548px 0px}.iti-flag.bl{height:14px;background-position:-570px 0px}.iti-flag.bm{height:10px;background-position:-592px 0px}.iti-flag.bn{height:10px;background-position:-614px 0px}.iti-flag.bo{height:14px;background-position:-636px 0px}.iti-flag.bq{height:14px;background-position:-658px 0px}.iti-flag.br{height:14px;background-position:-680px 0px}.iti-flag.bs{height:10px;background-position:-702px 0px}.iti-flag.bt{height:14px;background-position:-724px 0px}.iti-flag.bv{height:15px;background-position:-746px 0px}.iti-flag.bw{height:14px;background-position:-768px 0px}.iti-flag.by{height:10px;background-position:-790px 0px}.iti-flag.bz{height:14px;background-position:-812px 0px}.iti-flag.ca{height:10px;background-position:-834px 0px}.iti-flag.cc{height:10px;background-position:-856px 0px}.iti-flag.cd{height:15px;background-position:-878px 0px}.iti-flag.cf{height:14px;background-position:-900px 0px}.iti-flag.cg{height:14px;background-position:-922px 0px}.iti-flag.ch{height:15px;background-position:-944px 0px}.iti-flag.ci{height:14px;background-position:-961px 0px}.iti-flag.ck{height:10px;background-position:-983px 0px}.iti-flag.cl{height:14px;background-position:-1005px 0px}.iti-flag.cm{height:14px;background-position:-1027px 0px}.iti-flag.cn{height:14px;background-position:-1049px 0px}.iti-flag.co{height:14px;background-position:-1071px 0px}.iti-flag.cp{height:14px;background-position:-1093px 0px}.iti-flag.cr{height:12px;background-position:-1115px 0px}.iti-flag.cu{height:10px;background-position:-1137px 0px}.iti-flag.cv{height:12px;background-position:-1159px 0px}.iti-flag.cw{height:14px;background-position:-1181px 0px}.iti-flag.cx{height:10px;background-position:-1203px 0px}.iti-flag.cy{height:13px;background-position:-1225px 0px}.iti-flag.cz{height:14px;background-position:-1247px 0px}.iti-flag.de{height:12px;background-position:-1269px 0px}.iti-flag.dg{height:10px;background-position:-1291px 0px}.iti-flag.dj{height:14px;background-position:-1313px 0px}.iti-flag.dk{height:15px;background-position:-1335px 0px}.iti-flag.dm{height:10px;background-position:-1357px 0px}.iti-flag.do{height:13px;background-position:-1379px 0px}.iti-flag.dz{height:14px;background-position:-1401px 0px}.iti-flag.ea{height:14px;background-position:-1423px 0px}.iti-flag.ec{height:14px;background-position:-1445px 0px}.iti-flag.ee{height:13px;background-position:-1467px 0px}.iti-flag.eg{height:14px;background-position:-1489px 0px}.iti-flag.eh{height:10px;background-position:-1511px 0px}.iti-flag.er{height:10px;background-position:-1533px 0px}.iti-flag.es{height:14px;background-position:-1555px 0px}.iti-flag.et{height:10px;background-position:-1577px 0px}.iti-flag.eu{height:14px;background-position:-1599px 0px}.iti-flag.fi{height:12px;background-position:-1621px 0px}.iti-flag.fj{height:10px;background-position:-1643px 0px}.iti-flag.fk{height:10px;background-position:-1665px 0px}.iti-flag.fm{height:11px;background-position:-1687px 0px}.iti-flag.fo{height:15px;background-position:-1709px 0px}.iti-flag.fr{height:14px;background-position:-1731px 0px}.iti-flag.ga{height:15px;background-position:-1753px 0px}.iti-flag.gb{height:10px;background-position:-1775px 0px}.iti-flag.gd{height:12px;background-position:-1797px 0px}.iti-flag.ge{height:14px;background-position:-1819px 0px}.iti-flag.gf{height:14px;background-position:-1841px 0px}.iti-flag.gg{height:14px;background-position:-1863px 0px}.iti-flag.gh{height:14px;background-position:-1885px 0px}.iti-flag.gi{height:10px;background-position:-1907px 0px}.iti-flag.gl{height:14px;background-position:-1929px 0px}.iti-flag.gm{height:14px;background-position:-1951px 0px}.iti-flag.gn{height:14px;background-position:-1973px 0px}.iti-flag.gp{height:14px;background-position:-1995px 0px}.iti-flag.gq{height:14px;background-position:-2017px 0px}.iti-flag.gr{height:14px;background-position:-2039px 0px}.iti-flag.gs{height:10px;background-position:-2061px 0px}.iti-flag.gt{height:13px;background-position:-2083px 0px}.iti-flag.gu{height:11px;background-position:-2105px 0px}.iti-flag.gw{height:10px;background-position:-2127px 0px}.iti-flag.gy{height:12px;background-position:-2149px 0px}.iti-flag.hk{height:14px;background-position:-2171px 0px}.iti-flag.hm{height:10px;background-position:-2193px 0px}.iti-flag.hn{height:10px;background-position:-2215px 0px}.iti-flag.hr{height:10px;background-position:-2237px 0px}.iti-flag.ht{height:12px;background-position:-2259px 0px}.iti-flag.hu{height:10px;background-position:-2281px 0px}.iti-flag.ic{height:14px;background-position:-2303px 0px}.iti-flag.id{height:14px;background-position:-2325px 0px}.iti-flag.ie{height:10px;background-position:-2347px 0px}.iti-flag.il{height:15px;background-position:-2369px 0px}.iti-flag.im{height:10px;background-position:-2391px 0px}.iti-flag.in{height:14px;background-position:-2413px 0px}.iti-flag.io{height:10px;background-position:-2435px 0px}.iti-flag.iq{height:14px;background-position:-2457px 0px}.iti-flag.ir{height:12px;background-position:-2479px 0px}.iti-flag.is{height:15px;background-position:-2501px 0px}.iti-flag.it{height:14px;background-position:-2523px 0px}.iti-flag.je{height:12px;background-position:-2545px 0px}.iti-flag.jm{height:10px;background-position:-2567px 0px}.iti-flag.jo{height:10px;background-position:-2589px 0px}.iti-flag.jp{height:14px;background-position:-2611px 0px}.iti-flag.ke{height:14px;background-position:-2633px 0px}.iti-flag.kg{height:12px;background-position:-2655px 0px}.iti-flag.kh{height:13px;background-position:-2677px 0px}.iti-flag.ki{height:10px;background-position:-2699px 0px}.iti-flag.km{height:12px;background-position:-2721px 0px}.iti-flag.kn{height:14px;background-position:-2743px 0px}.iti-flag.kp{height:10px;background-position:-2765px 0px}.iti-flag.kr{height:14px;background-position:-2787px 0px}.iti-flag.kw{height:10px;background-position:-2809px 0px}.iti-flag.ky{height:10px;background-position:-2831px 0px}.iti-flag.kz{height:10px;background-position:-2853px 0px}.iti-flag.la{height:14px;background-position:-2875px 0px}.iti-flag.lb{height:14px;background-position:-2897px 0px}.iti-flag.lc{height:10px;background-position:-2919px 0px}.iti-flag.li{height:12px;background-position:-2941px 0px}.iti-flag.lk{height:10px;background-position:-2963px 0px}.iti-flag.lr{height:11px;background-position:-2985px 0px}.iti-flag.ls{height:14px;background-position:-3007px 0px}.iti-flag.lt{height:12px;background-position:-3029px 0px}.iti-flag.lu{height:12px;background-position:-3051px 0px}.iti-flag.lv{height:10px;background-position:-3073px 0px}.iti-flag.ly{height:10px;background-position:-3095px 0px}.iti-flag.ma{height:14px;background-position:-3117px 0px}.iti-flag.mc{height:15px;background-position:-3139px 0px}.iti-flag.md{height:10px;background-position:-3160px 0px}.iti-flag.me{height:10px;background-position:-3182px 0px}.iti-flag.mf{height:14px;background-position:-3204px 0px}.iti-flag.mg{height:14px;background-position:-3226px 0px}.iti-flag.mh{height:11px;background-position:-3248px 0px}.iti-flag.mk{height:10px;background-position:-3270px 0px}.iti-flag.ml{height:14px;background-position:-3292px 0px}.iti-flag.mm{height:14px;background-position:-3314px 0px}.iti-flag.mn{height:10px;background-position:-3336px 0px}.iti-flag.mo{height:14px;background-position:-3358px 0px}.iti-flag.mp{height:10px;background-position:-3380px 0px}.iti-flag.mq{height:14px;background-position:-3402px 0px}.iti-flag.mr{height:14px;background-position:-3424px 0px}.iti-flag.ms{height:10px;background-position:-3446px 0px}.iti-flag.mt{height:14px;background-position:-3468px 0px}.iti-flag.mu{height:14px;background-position:-3490px 0px}.iti-flag.mv{height:14px;background-position:-3512px 0px}.iti-flag.mw{height:14px;background-position:-3534px 0px}.iti-flag.mx{height:12px;background-position:-3556px 0px}.iti-flag.my{height:10px;background-position:-3578px 0px}.iti-flag.mz{height:14px;background-position:-3600px 0px}.iti-flag.na{height:14px;background-position:-3622px 0px}.iti-flag.nc{height:10px;background-position:-3644px 0px}.iti-flag.ne{height:15px;background-position:-3666px 0px}.iti-flag.nf{height:10px;background-position:-3686px 0px}.iti-flag.ng{height:10px;background-position:-3708px 0px}.iti-flag.ni{height:12px;background-position:-3730px 0px}.iti-flag.nl{height:14px;background-position:-3752px 0px}.iti-flag.no{height:15px;background-position:-3774px 0px}.iti-flag.np{height:15px;background-position:-3796px 0px}.iti-flag.nr{height:10px;background-position:-3811px 0px}.iti-flag.nu{height:10px;background-position:-3833px 0px}.iti-flag.nz{height:10px;background-position:-3855px 0px}.iti-flag.om{height:10px;background-position:-3877px 0px}.iti-flag.pa{height:14px;background-position:-3899px 0px}.iti-flag.pe{height:14px;background-position:-3921px 0px}.iti-flag.pf{height:14px;background-position:-3943px 0px}.iti-flag.pg{height:15px;background-position:-3965px 0px}.iti-flag.ph{height:10px;background-position:-3987px 0px}.iti-flag.pk{height:14px;background-position:-4009px 0px}.iti-flag.pl{height:13px;background-position:-4031px 0px}.iti-flag.pm{height:14px;background-position:-4053px 0px}.iti-flag.pn{height:10px;background-position:-4075px 0px}.iti-flag.pr{height:14px;background-position:-4097px 0px}.iti-flag.ps{height:10px;background-position:-4119px 0px}.iti-flag.pt{height:14px;background-position:-4141px 0px}.iti-flag.pw{height:13px;background-position:-4163px 0px}.iti-flag.py{height:11px;background-position:-4185px 0px}.iti-flag.qa{height:8px;background-position:-4207px 0px}.iti-flag.re{height:14px;background-position:-4229px 0px}.iti-flag.ro{height:14px;background-position:-4251px 0px}.iti-flag.rs{height:14px;background-position:-4273px 0px}.iti-flag.ru{height:14px;background-position:-4295px 0px}.iti-flag.rw{height:14px;background-position:-4317px 0px}.iti-flag.sa{height:14px;background-position:-4339px 0px}.iti-flag.sb{height:10px;background-position:-4361px 0px}.iti-flag.sc{height:10px;background-position:-4383px 0px}.iti-flag.sd{height:10px;background-position:-4405px 0px}.iti-flag.se{height:13px;background-position:-4427px 0px}.iti-flag.sg{height:14px;background-position:-4449px 0px}.iti-flag.sh{height:10px;background-position:-4471px 0px}.iti-flag.si{height:10px;background-position:-4493px 0px}.iti-flag.sj{height:15px;background-position:-4515px 0px}.iti-flag.sk{height:14px;background-position:-4537px 0px}.iti-flag.sl{height:14px;background-position:-4559px 0px}.iti-flag.sm{height:15px;background-position:-4581px 0px}.iti-flag.sn{height:14px;background-position:-4603px 0px}.iti-flag.so{height:14px;background-position:-4625px 0px}.iti-flag.sr{height:14px;background-position:-4647px 0px}.iti-flag.ss{height:10px;background-position:-4669px 0px}.iti-flag.st{height:10px;background-position:-4691px 0px}.iti-flag.sv{height:12px;background-position:-4713px 0px}.iti-flag.sx{height:14px;background-position:-4735px 0px}.iti-flag.sy{height:14px;background-position:-4757px 0px}.iti-flag.sz{height:14px;background-position:-4779px 0px}.iti-flag.ta{height:10px;background-position:-4801px 0px}.iti-flag.tc{height:10px;background-position:-4823px 0px}.iti-flag.td{height:14px;background-position:-4845px 0px}.iti-flag.tf{height:14px;background-position:-4867px 0px}.iti-flag.tg{height:13px;background-position:-4889px 0px}.iti-flag.th{height:14px;background-position:-4911px 0px}.iti-flag.tj{height:10px;background-position:-4933px 0px}.iti-flag.tk{height:10px;background-position:-4955px 0px}.iti-flag.tl{height:10px;background-position:-4977px 0px}.iti-flag.tm{height:14px;background-position:-4999px 0px}.iti-flag.tn{height:14px;background-position:-5021px 0px}.iti-flag.to{height:10px;background-position:-5043px 0px}.iti-flag.tr{height:14px;background-position:-5065px 0px}.iti-flag.tt{height:12px;background-position:-5087px 0px}.iti-flag.tv{height:10px;background-position:-5109px 0px}.iti-flag.tw{height:14px;background-position:-5131px 0px}.iti-flag.tz{height:14px;background-position:-5153px 0px}.iti-flag.ua{height:14px;background-position:-5175px 0px}.iti-flag.ug{height:14px;background-position:-5197px 0px}.iti-flag.um{height:11px;background-position:-5219px 0px}.iti-flag.us{height:11px;background-position:-5241px 0px}.iti-flag.uy{height:14px;background-position:-5263px 0px}.iti-flag.uz{height:10px;background-position:-5285px 0px}.iti-flag.va{height:15px;background-position:-5307px 0px}.iti-flag.vc{height:14px;background-position:-5324px 0px}.iti-flag.ve{height:14px;background-position:-5346px 0px}.iti-flag.vg{height:10px;background-position:-5368px 0px}.iti-flag.vi{height:14px;background-position:-5390px 0px}.iti-flag.vn{height:14px;background-position:-5412px 0px}.iti-flag.vu{height:12px;background-position:-5434px 0px}.iti-flag.wf{height:14px;background-position:-5456px 0px}.iti-flag.ws{height:10px;background-position:-5478px 0px}.iti-flag.xk{height:15px;background-position:-5500px 0px}.iti-flag.ye{height:14px;background-position:-5522px 0px}.iti-flag.yt{height:14px;background-position:-5544px 0px}.iti-flag.za{height:14px;background-position:-5566px 0px}.iti-flag.zm{height:14px;background-position:-5588px 0px}.iti-flag.zw{height:10px;background-position:-5610px 0px}.iti-flag{width:20px;height:15px;box-shadow:0px 0px 1px 0px #888;background-image:url("../img/flags.png");background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.iti-flag{background-image:url("../img/flags@2x.png")}}.iti-flag.np{background-color:transparent}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto; }
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
            animation: sk-doubleBounce 2s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
            animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
            animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
  .sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

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

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

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
          animation: sk-chasingDotsRotate 2s infinite linear; }
  .sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
            animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
  .sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }

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

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

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
            animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.country-select .flag {
	width: 16px;
	height: 11px;
	background: url("../img/flags.png")
}
.country-select .zw{background-position:0 0}
.country-select .zm{background-position:-16px 0}
.country-select .za{background-position:0 -11px}
.country-select .yt{background-position:-16px -11px}
.country-select .ye{background-position:-32px 0}
.country-select .ws{background-position:-32px -11px}
.country-select .wf{background-position:0 -22px}
.country-select .vu{background-position:-32px -22px}
.country-select .vn{background-position:0 -33px}
.country-select .vi{background-position:-16px -33px}
.country-select .vg{background-position:-32px -33px}
.country-select .ve{background-position:-48px 0}
.country-select .vc{background-position:-48px -11px}
.country-select .va{background-position:-48px -22px}
.country-select .uz{background-position:-48px -33px}
.country-select .uy{background-position:0 -44px}
.country-select .us{background-position:-16px -44px}
.country-select .um{background-position:-16px -44px}
.country-select .ug{background-position:-32px -44px}
.country-select .ua{background-position:-48px -44px}
.country-select .tz{background-position:-64px 0}
.country-select .tw{background-position:-64px -11px}
.country-select .tv{background-position:-64px -22px}
.country-select .tt{background-position:-64px -33px}
.country-select .tr{background-position:-64px -44px}
.country-select .to{background-position:0 -55px}
.country-select .tn{background-position:-16px -55px}
.country-select .tm{background-position:-32px -55px}
.country-select .tl{background-position:-48px -55px}
.country-select .tk{background-position:-64px -55px}
.country-select .tj{background-position:0 -66px}
.country-select .th{background-position:-16px -66px}
.country-select .tg{background-position:-32px -66px}
.country-select .tf{background-position:-48px -66px}
.country-select .td{background-position:-64px -66px}
.country-select .tc{background-position:-80px 0}
.country-select .sz{background-position:-80px -11px}
.country-select .sy{background-position:-80px -22px}
.country-select .sx{background-position:-80px -33px}
.country-select .sv{background-position:-80px -44px}
.country-select .st{background-position:-80px -55px}
.country-select .ss{background-position:-80px -66px}
.country-select .sr{background-position:0 -77px}
.country-select .so{background-position:-16px -77px}
.country-select .sn{background-position:-32px -77px}
.country-select .sm{background-position:-48px -77px}
.country-select .sl{background-position:-64px -77px}
.country-select .sk{background-position:-80px -77px}
.country-select .si{background-position:-96px 0}
.country-select .sh{background-position:-96px -11px}
.country-select .sg{background-position:-96px -22px}
.country-select .se{background-position:-96px -33px}
.country-select .sd{background-position:-96px -44px}
.country-select .sc{background-position:-96px -66px}
.country-select .sb{background-position:-96px -77px}
.country-select .sa{background-position:0 -88px}
.country-select .rw{background-position:-16px -88px}
.country-select .ru{background-position:-32px -88px}
.country-select .rs{background-position:-48px -88px}
.country-select .ro{background-position:-64px -88px}
.country-select .qa{background-position:-80px -88px}
.country-select .py{background-position:-96px -88px}
.country-select .pw{background-position:0 -99px}
.country-select .pt{background-position:-16px -99px}
.country-select .ps{background-position:-32px -99px}
.country-select .pr{background-position:-48px -99px}
.country-select .pn{background-position:-64px -99px}
.country-select .pm{background-position:-80px -99px}
.country-select .pl{background-position:-96px -99px}
.country-select .pk{background-position:-112px 0}
.country-select .ph{background-position:-112px -11px}
.country-select .pg{background-position:-112px -22px}
.country-select .pf{background-position:-112px -33px}
.country-select .pe{background-position:-112px -44px}
.country-select .pa{background-position:-112px -55px}
.country-select .om{background-position:-112px -66px}
.country-select .nz{background-position:-112px -77px}
.country-select .nu{background-position:-112px -88px}
.country-select .nr{background-position:-112px -99px}
.country-select .no{background-position:0 -110px}
.country-select .bv{background-position:0 -110px}
.country-select .sj{background-position:0 -110px}
.country-select .nl{background-position:-16px -110px}
.country-select .ni{background-position:-32px -110px}
.country-select .ng{background-position:-48px -110px}
.country-select .nf{background-position:-64px -110px}
.country-select .ne{background-position:-80px -110px}
.country-select .nc{background-position:-96px -110px}
.country-select .na{background-position:-112px -110px}
.country-select .mz{background-position:-128px 0}
.country-select .my{background-position:-128px -11px}
.country-select .mx{background-position:-128px -22px}
.country-select .mw{background-position:-128px -33px}
.country-select .mv{background-position:-128px -44px}
.country-select .mu{background-position:-128px -55px}
.country-select .mt{background-position:-128px -66px}
.country-select .ms{background-position:-128px -77px}
.country-select .mr{background-position:-128px -88px}
.country-select .mq{background-position:-128px -99px}
.country-select .mp{background-position:-128px -110px}
.country-select .mo{background-position:0 -121px}
.country-select .mn{background-position:-16px -121px}
.country-select .mm{background-position:-32px -121px}
.country-select .ml{background-position:-48px -121px}
.country-select .mk{background-position:-64px -121px}
.country-select .mh{background-position:-80px -121px}
.country-select .mg{background-position:-96px -121px}
.country-select .me{background-position:0 -132px;height:12px}
.country-select .md{background-position:-112px -121px}
.country-select .mc{background-position:-128px -121px}
.country-select .ma{background-position:-16px -132px}
.country-select .ly{background-position:-32px -132px}
.country-select .lv{background-position:-48px -132px}
.country-select .lu{background-position:-64px -132px}
.country-select .lt{background-position:-80px -132px}
.country-select .ls{background-position:-96px -132px}
.country-select .lr{background-position:-112px -132px}
.country-select .lk{background-position:-128px -132px}
.country-select .li{background-position:-144px 0}
.country-select .lc{background-position:-144px -11px}
.country-select .lb{background-position:-144px -22px}
.country-select .la{background-position:-144px -33px}
.country-select .kz{background-position:-144px -44px}
.country-select .ky{background-position:-144px -55px}
.country-select .kw{background-position:-144px -66px}
.country-select .kr{background-position:-144px -77px}
.country-select .kp{background-position:-144px -88px}
.country-select .kn{background-position:-144px -99px}
.country-select .km{background-position:-144px -110px}
.country-select .ki{background-position:-144px -121px}
.country-select .kh{background-position:-144px -132px}
.country-select .kg{background-position:0 -144px}
.country-select .ke{background-position:-16px -144px}
.country-select .jp{background-position:-32px -144px}
.country-select .jo{background-position:-48px -144px}
.country-select .jm{background-position:-64px -144px}
.country-select .je{background-position:-80px -144px}
.country-select .it{background-position:-96px -144px}
.country-select .is{background-position:-112px -144px}
.country-select .ir{background-position:-128px -144px}
.country-select .iq{background-position:-144px -144px}
.country-select .io{background-position:-160px 0}
.country-select .in{background-position:-160px -11px}
.country-select .im{background-position:-160px -22px;height:9px}
.country-select .il{background-position:-160px -31px}
.country-select .ie{background-position:-160px -42px}
.country-select .id{background-position:-160px -53px}
.country-select .hu{background-position:-160px -64px}
.country-select .ht{background-position:-160px -75px}
.country-select .hr{background-position:-160px -86px}
.country-select .hn{background-position:-160px -97px}
.country-select .hk{background-position:-160px -108px}
.country-select .gy{background-position:-160px -119px}
.country-select .gw{background-position:-160px -130px}
.country-select .gu{background-position:-160px -141px}
.country-select .gt{background-position:0 -155px}
.country-select .gs{background-position:-16px -155px}
.country-select .gr{background-position:-32px -155px}
.country-select .gq{background-position:-48px -155px}
.country-select .gp{background-position:-64px -155px}
.country-select .gn{background-position:-80px -155px}
.country-select .gm{background-position:-96px -155px}
.country-select .gl{background-position:-112px -155px}
.country-select .gi{background-position:-128px -155px}
.country-select .gh{background-position:-144px -155px}
.country-select .gg{background-position:-160px -155px}
.country-select .ge{background-position:-176px 0}
.country-select .gd{background-position:-176px -11px}
.country-select .gb{background-position:-176px -22px}
.country-select .ga{background-position:-176px -33px}
.country-select .fr{background-position:-176px -44px}
.country-select .gf{background-position:-176px -44px}
.country-select .re{background-position:-176px -44px}
.country-select .mf{background-position:-176px -44px}
.country-select .bl{background-position:-176px -44px}
.country-select .fo{background-position:-176px -55px}
.country-select .fm{background-position:-176px -66px}
.country-select .fk{background-position:-176px -77px}
.country-select .fj{background-position:-176px -88px}
.country-select .fi{background-position:-176px -99px}
.country-select .eu{background-position:-176px -121px}
.country-select .et{background-position:-176px -132px}
.country-select .es{background-position:-176px -143px}
.country-select .er{background-position:-176px -154px}
.country-select .eh{background-position:-16px -166px}
.country-select .eg{background-position:-32px -166px}
.country-select .ee{background-position:-48px -166px}
.country-select .ec{background-position:-64px -166px}
.country-select .dz{background-position:-80px -166px}
.country-select .do{background-position:-96px -166px}
.country-select .dm{background-position:-112px -166px}
.country-select .dk{background-position:-128px -166px}
.country-select .dj{background-position:-144px -166px}
.country-select .de{background-position:-160px -166px}
.country-select .cz{background-position:-176px -166px}
.country-select .cy{background-position:0 -177px}
.country-select .cx{background-position:-16px -177px}
.country-select .cw{background-position:-32px -177px}
.country-select .cv{background-position:-48px -177px}
.country-select .cu{background-position:-64px -177px}
.country-select .cs{background-position:-80px -177px}
.country-select .cr{background-position:-96px -177px}
.country-select .co{background-position:-112px -177px}
.country-select .cn{background-position:-128px -177px}
.country-select .cm{background-position:-144px -177px}
.country-select .cl{background-position:-160px -177px}
.country-select .ck{background-position:-176px -177px}
.country-select .ci{background-position:-192px 0}
.country-select .cg{background-position:-192px -11px}
.country-select .cf{background-position:-192px -22px}
.country-select .cd{background-position:-192px -33px}
.country-select .cc{background-position:-192px -44px}
.country-select .ca{background-position:-192px -66px}
.country-select .bz{background-position:-192px -77px}
.country-select .by{background-position:-192px -88px}
.country-select .bw{background-position:-192px -99px}
.country-select .bt{background-position:-192px -110px}
.country-select .bs{background-position:-192px -121px}
.country-select .br{background-position:-192px -132px}
.country-select .bq{background-position:-192px -143px}
.country-select .bo{background-position:-192px -154px}
.country-select .bn{background-position:-192px -165px}
.country-select .bm{background-position:-192px -176px}
.country-select .bj{background-position:0 -188px}
.country-select .bi{background-position:-16px -188px}
.country-select .bh{background-position:-32px -188px}
.country-select .bg{background-position:-48px -188px}
.country-select .bf{background-position:-64px -188px}
.country-select .be{background-position:-80px -188px}
.country-select .bd{background-position:-96px -188px}
.country-select .bb{background-position:-112px -188px}
.country-select .ba{background-position:-128px -188px}
.country-select .az{background-position:-144px -188px}
.country-select .ax{background-position:-160px -188px}
.country-select .aw{background-position:-176px -188px}
.country-select .au{background-position:-192px -188px}
.country-select .hm{background-position:-192px -188px}
.country-select .at{background-position:-208px 0}
.country-select .as{background-position:-208px -11px}
.country-select .ar{background-position:-208px -22px}
.country-select .ao{background-position:-208px -33px}
.country-select .an{background-position:-208px -44px}
.country-select .am{background-position:-208px -55px}
.country-select .al{background-position:-208px -66px}
.country-select .ai{background-position:-208px -77px}
.country-select .ag{background-position:-208px -88px}
.country-select .af{background-position:-208px -99px}
.country-select .ae{background-position:-208px -110px}
.country-select .ad{background-position:-208px -121px}
.country-select .np{background-position:-208px -132px}
.country-select .ch{background-position:-208px -143px}

.country-select {
	position:relative;
	display:inline-block;
}
.country-select * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.country-select .hide{display:none}
.country-select .v-hide{visibility:hidden}
.country-select input {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-left: 44px;
}
.country-select .flag-dropdown {
	position: absolute;
	top: 0;
	bottom: 0
}
.country-select .flag-dropdown:hover{cursor:pointer}
.country-select .flag-dropdown:hover .selected-flag {
	background-color: #000;
	/* @alternate */
	background-color: rgba(0,0,0,0.05);
}
.country-select input[disabled]+.flag-dropdown:hover{cursor:default}
.country-select input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}
.country-select .selected-flag {
	z-index: 1;
	position: relative;
	width: 38px;
	height: 100%;
	padding: 0 0 0 8px
}
.country-select .selected-flag .flag {
	position: absolute;
	top: 50%;
	margin-top: -5px
}
.country-select .selected-flag .arrow {
	position: relative;
	top: 50%;
	margin-top: -2px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555
}
.country-select .selected-flag .arrow.up {
	border-top: none;
	border-bottom: 4px solid #555
}
.country-select .country-list {
	list-style: none;
	position: absolute;
	z-index:2; padding:0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	background-color: white;
	border: 1px solid #ccc;
	width: 430px;
	max-height: 200px;
	overflow-y: scroll
}
.country-select .country-list .flag {
	display: inline-block
}
.country-select .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc
}
.country-select .country-list .country {
	line-height: 11px;
	padding: 7px 10px
}
.country-select .country-list .country .dial-code{color:#999}
.country-select .country-list .country.highlight {
	background-color:#000;
	/* @alternate */
	background-color:rgba(0,0,0,0.05);
}
.country-select .country-list .flag,.country-select .country-list .country-name{margin-right:6px}
.country-select.inside .flag-dropdown{padding:1px}
.country-select.inside input[type="text"],.country-select.inside input[type="tel"]{padding-left:44px;margin-left:0}
.country-select.outside input[type="text"],.country-select.outside input[type="tel"]{border:none;margin-left:38px}

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

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}
table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
}
table.dataTable thead>tr>th:active, table.dataTable thead>tr>td:active {
    outline: none;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}
table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150"}
table.dataTable thead .sorting_asc:after {
    content: "\e155"}
table.dataTable thead .sorting_desc:after {
    content: "\e156"}
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
}
div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}
div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
}
}table.dataTable.table-condensed>thead>tr>th {
    padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
}
table.table-bordered.dataTable {
    border-collapse: separate !important;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -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,
.forms_normal_select .multiselect,
.forms_withoutIcon_select .multiselect,
.forms_labelAbove_select .multiselect,
.forms_labelAboveNoIcon_select .multiselect,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select,
.forms_normal_select .multiselect,
.forms_withoutIcon_select .multiselect,
.forms_labelAbove_select .multiselect,
.forms_labelAboveNoIcon_select .multiselect {
  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; }

* {
  -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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
.forms_normal_select .multiselect,
.forms_withoutIcon_select .multiselect,
.forms_labelAbove_select .multiselect,
.forms_labelAboveNoIcon_select .multiselect,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

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

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.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,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

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

@font-face {
  font-family: 'nlicons';
  src: url("../site_assets/fonts/nlicons/nlicons.eot");
  src: url("../site_assets/fonts/nlicons/nlicons.eot?#iefix") format("embedded-opentype"), url("../site_assets/fonts/nlicons/nlicons.woff") format("woff"), url("../site_assets/fonts/nlicons/nlicons.ttf") format("truetype"), url("../site_assets/fonts/nlicons/nlicons.svg#nlicons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* general style for the form */
.nl-form {
  width: 100%;
  margin: 0.3em auto 0 auto;
  font-size: 4em;
  line-height: 1.5; }

.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form .forms_normal_select .multiselect, .forms_normal_select
.nl-form .multiselect,
.nl-form .forms_withoutIcon_select .multiselect, .forms_withoutIcon_select
.nl-form .multiselect,
.nl-form .forms_labelAbove_select .multiselect, .forms_labelAbove_select
.nl-form .multiselect,
.nl-form .forms_labelAboveNoIcon_select .multiselect, .forms_labelAboveNoIcon_select
.nl-form .multiselect,
.nl-form button {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

.nl-form input:focus {
  outline: none; }

/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative; }

.nl-field.nl-field-open {
  z-index: 10000; }

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select,
.nl-form .forms_normal_select .multiselect, .forms_normal_select
.nl-form .multiselect,
.nl-form .forms_withoutIcon_select .multiselect, .forms_withoutIcon_select
.nl-form .multiselect,
.nl-form .forms_labelAbove_select .multiselect, .forms_labelAbove_select
.nl-form .multiselect,
.nl-form .forms_labelAboveNoIcon_select .multiselect, .forms_labelAboveNoIcon_select
.nl-form .multiselect {
  line-height: inherit;
  display: inline-block;
  color: #b14943;
  cursor: pointer;
  border-bottom: 1px dashed #b14943; }

/* drop-down list / text element */
.nl-field ul {
  position: absolute;
  visibility: hidden;
  background: #76C3BD;
  left: -0.5em;
  top: 50%;
  font-size: 80%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -ms-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }

.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }

.nl-field ul li {
  color: #fff;
  position: relative; }

.nl-dd ul li {
  padding: 0 1.5em 0 0.5em;
  cursor: pointer;
  white-space: nowrap; }

.nl-dd ul li.nl-dd-checked {
  color: #478982; }

.no-touch .nl-dd ul li:hover {
  background: rgba(0, 0, 0, 0.05); }

.no-touch .nl-dd ul li:hover:active {
  color: #478982; }

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
  font-family: 'nlicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.nl-dd ul li.nl-dd-checked:before {
  content: "\e000";
  position: absolute;
  right: 1em;
  font-size: 50%;
  line-height: 3; }

.nl-ti-text ul {
  min-width: 15em; }

.nl-ti-text ul li.nl-ti-input input {
  width: 100%;
  padding: 0.2em 2em 0.2em 0.5em;
  border-bottom: none;
  color: #fff; }

.nl-form .nl-field-go {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  width: 1.8em;
  text-align: center;
  color: transparent; }

.nl-field-go:before {
  content: "\e001";
  font-size: 75%;
  color: #fff;
  width: 100%;
  line-height: 2.5;
  display: block; }

/* custom placeholder color */
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2); }

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2); }

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2); }

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
  font-size: 70%;
  font-style: italic;
  font-weight: 400;
  padding: 0.4em 1em;
  color: rgba(0, 0, 0, 0.2);
  border-top: 1px dashed rgba(255, 255, 255, 0.7); }

.nl-ti-text ul li.nl-ti-example em {
  color: #fff; }

/* submit button */
.nl-submit-wrap {
  margin-top: 0.4em; }

.nl-form .nl-submit {
  line-height: 3;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  background: #76C3BD;
  color: #fff;
  padding: 0 1em 0 0;
  font-size: 40%;
  font-weight: bold;
  letter-spacing: 3px; }

.nl-submit:before {
  content: "\e001";
  color: #fff;
  float: left;
  padding: 0 0.7em;
  margin: 0 0.8em 0 0;
  background: #69B1A9; }

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
  background: #69B1A9; }

.no-touch .nl-form .nl-submit:hover:before {
  background: #58a199; }

/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s; }

.nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

@media screen and (max-width: 45em) {
  .nl-form {
    font-size: 3em; } }

@media screen and (max-width: 25em) {
  .nl-form {
    font-size: 2em; } }

#infscr-loading img {
  display: none; }

.loader {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite; }

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

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

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em; }
    @media (min-width: 768px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 992px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 1200px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #ccc;
      border-top-color: rgba(0, 0, 0, 0.2);
      bottom: -7px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      bottom: -6px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0; }
  .bootstrap-datetimepicker-widget a[data-action]:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 4px; }
    .bootstrap-datetimepicker-widget table th {
      height: 20px;
      line-height: 20px;
      width: 20px; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px; }
      .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #eeeeee; }
    .bootstrap-datetimepicker-widget table td {
      height: 54px;
      line-height: 54px;
      width: 54px; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 20px;
        line-height: 20px;
        width: 20px; }
      .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #eeeeee;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: #337ab7;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #337ab7;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 4px; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #eeeeee; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #337ab7;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #777777; }
        .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
          background: none;
          color: #777777;
          cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker .forms_normal_select .monthselect.multiselect, .forms_normal_select .daterangepicker .monthselect.multiselect, .daterangepicker .forms_withoutIcon_select .monthselect.multiselect, .forms_withoutIcon_select .daterangepicker .monthselect.multiselect, .daterangepicker .forms_labelAbove_select .monthselect.multiselect, .forms_labelAbove_select .daterangepicker .monthselect.multiselect, .daterangepicker .forms_labelAboveNoIcon_select .monthselect.multiselect, .forms_labelAboveNoIcon_select .daterangepicker .monthselect.multiselect, .daterangepicker select.yearselect, .daterangepicker .forms_normal_select .yearselect.multiselect, .forms_normal_select .daterangepicker .yearselect.multiselect, .daterangepicker .forms_withoutIcon_select .yearselect.multiselect, .forms_withoutIcon_select .daterangepicker .yearselect.multiselect, .daterangepicker .forms_labelAbove_select .yearselect.multiselect, .forms_labelAbove_select .daterangepicker .yearselect.multiselect, .daterangepicker .forms_labelAboveNoIcon_select .yearselect.multiselect, .forms_labelAboveNoIcon_select .daterangepicker .yearselect.multiselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect, .daterangepicker .forms_normal_select .monthselect.multiselect, .forms_normal_select .daterangepicker .monthselect.multiselect, .daterangepicker .forms_withoutIcon_select .monthselect.multiselect, .forms_withoutIcon_select .daterangepicker .monthselect.multiselect, .daterangepicker .forms_labelAbove_select .monthselect.multiselect, .forms_labelAbove_select .daterangepicker .monthselect.multiselect, .daterangepicker .forms_labelAboveNoIcon_select .monthselect.multiselect, .forms_labelAboveNoIcon_select .daterangepicker .monthselect.multiselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect, .daterangepicker .forms_normal_select .yearselect.multiselect, .forms_normal_select .daterangepicker .yearselect.multiselect, .daterangepicker .forms_withoutIcon_select .yearselect.multiselect, .forms_withoutIcon_select .daterangepicker .yearselect.multiselect, .daterangepicker .forms_labelAbove_select .yearselect.multiselect, .forms_labelAbove_select .daterangepicker .yearselect.multiselect, .daterangepicker .forms_labelAboveNoIcon_select .yearselect.multiselect, .forms_labelAboveNoIcon_select .daterangepicker .yearselect.multiselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker .forms_normal_select .hourselect.multiselect, .forms_normal_select .daterangepicker .hourselect.multiselect, .daterangepicker .forms_withoutIcon_select .hourselect.multiselect, .forms_withoutIcon_select .daterangepicker .hourselect.multiselect, .daterangepicker .forms_labelAbove_select .hourselect.multiselect, .forms_labelAbove_select .daterangepicker .hourselect.multiselect, .daterangepicker .forms_labelAboveNoIcon_select .hourselect.multiselect, .forms_labelAboveNoIcon_select .daterangepicker .hourselect.multiselect, .daterangepicker select.minuteselect, .daterangepicker .forms_normal_select .minuteselect.multiselect, .forms_normal_select .daterangepicker .minuteselect.multiselect, .daterangepicker .forms_withoutIcon_select .minuteselect.multiselect, .forms_withoutIcon_select .daterangepicker .minuteselect.multiselect, .daterangepicker .forms_labelAbove_select .minuteselect.multiselect, .forms_labelAbove_select .daterangepicker .minuteselect.multiselect, .daterangepicker .forms_labelAboveNoIcon_select .minuteselect.multiselect, .forms_labelAboveNoIcon_select .daterangepicker .minuteselect.multiselect, .daterangepicker select.secondselect, .daterangepicker .forms_normal_select .secondselect.multiselect, .forms_normal_select .daterangepicker .secondselect.multiselect, .daterangepicker .forms_withoutIcon_select .secondselect.multiselect, .forms_withoutIcon_select .daterangepicker .secondselect.multiselect, .daterangepicker .forms_labelAbove_select .secondselect.multiselect, .forms_labelAbove_select .daterangepicker .secondselect.multiselect, .daterangepicker .forms_labelAboveNoIcon_select .secondselect.multiselect, .forms_labelAboveNoIcon_select .daterangepicker .secondselect.multiselect, .daterangepicker select.ampmselect, .daterangepicker .forms_normal_select .ampmselect.multiselect, .forms_normal_select .daterangepicker .ampmselect.multiselect, .daterangepicker .forms_withoutIcon_select .ampmselect.multiselect, .forms_withoutIcon_select .daterangepicker .ampmselect.multiselect, .daterangepicker .forms_labelAbove_select .ampmselect.multiselect, .forms_labelAbove_select .daterangepicker .ampmselect.multiselect, .daterangepicker .forms_labelAboveNoIcon_select .ampmselect.multiselect, .forms_labelAboveNoIcon_select .daterangepicker .ampmselect.multiselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled, .daterangepicker .calendar-time .forms_normal_select .disabled.multiselect, .forms_normal_select .daterangepicker .calendar-time .disabled.multiselect, .daterangepicker .calendar-time .forms_withoutIcon_select .disabled.multiselect, .forms_withoutIcon_select .daterangepicker .calendar-time .disabled.multiselect, .daterangepicker .calendar-time .forms_labelAbove_select .disabled.multiselect, .forms_labelAbove_select .daterangepicker .calendar-time .disabled.multiselect, .daterangepicker .calendar-time .forms_labelAboveNoIcon_select .disabled.multiselect, .forms_labelAboveNoIcon_select .daterangepicker .calendar-time .disabled.multiselect {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

.contentPlaceholder {
  background: #f7f9fa !important;
  position: relative;
  overflow: hidden; }
  .contentPlaceholder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f7f9fa;
    background: -webkit-linear-gradient(left, #f7f9fa 0%, #e9eff0 40%, #e9eff0 40%, #e9eff0 72%, #f7f9fa 100%) !important;
    background: -webkit-gradient(linear, left top, right top, from(#f7f9fa), color-stop(40%, #e9eff0), color-stop(40%, #e9eff0), color-stop(72%, #e9eff0), to(#f7f9fa)) !important;
    background: linear-gradient(to right, #f7f9fa 0%, #e9eff0 40%, #e9eff0 40%, #e9eff0 72%, #f7f9fa 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#f7f9fa', GradientType=1) !important; }
  .contentPlaceholder.circle {
    border-radius: 50%; }
    .contentPlaceholder.circle:before {
      border-radius: 50%; }
  .contentPlaceholder.rectangle {
    border-radius: 3px; }
    .contentPlaceholder.rectangle:before {
      border-radius: 3px; }
  .contentPlaceholder.loadingEffect:before {
    -webkit-animation: placeholderAnimate 1s infinite;
    animation: placeholderAnimate 1s infinite; }
  .contentPlaceholder.loadingEffect.circle:before {
    border-radius: 50%; }

@keyframes placeholderAnimate {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes placeholderAnimate {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@media screen and (min-width: 4000px) {
  .hidden_above_nomedia {
    display: none !important; } }

@media screen and (max-width: 4000px) {
  .hidden_below_nomedia {
    display: none !important; } }

@media screen and (min-width: 4000px) {
  .visible_above_nomedia {
    display: block !important; } }

@media screen and (max-width: 4000px) {
  .visible_below_nomedia {
    display: block !important; } }

@media screen and (min-width: 1200px) {
  .hidden_above_xlarge {
    display: none !important; } }

@media screen and (max-width: 1200px) {
  .hidden_below_xlarge {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .visible_above_xlarge {
    display: block !important; } }

@media screen and (max-width: 1200px) {
  .visible_below_xlarge {
    display: block !important; } }

@media screen and (min-width: 1040px) {
  .hidden_above_large {
    display: none !important; } }

@media screen and (max-width: 1040px) {
  .hidden_below_large {
    display: none !important; } }

@media screen and (min-width: 1040px) {
  .visible_above_large {
    display: block !important; } }

@media screen and (max-width: 1040px) {
  .visible_below_large {
    display: block !important; } }

@media screen and (min-width: 750px) {
  .hidden_above_medium {
    display: none !important; } }

@media screen and (max-width: 750px) {
  .hidden_below_medium {
    display: none !important; } }

@media screen and (min-width: 750px) {
  .visible_above_medium {
    display: block !important; } }

@media screen and (max-width: 750px) {
  .visible_below_medium {
    display: block !important; } }

@media screen and (min-width: 480px) {
  .hidden_above_small {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .hidden_below_small {
    display: none !important; } }

@media screen and (min-width: 480px) {
  .visible_above_small {
    display: block !important; } }

@media screen and (max-width: 480px) {
  .visible_below_small {
    display: block !important; } }

/* Get meterial icon */
/* make rotate */
/* 
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/* Vertical center children
	Example usage:
	HTML:
	<div class="container">
	  <div class="child">This div gets vertically centered :)</div>
	</div>
	SCSS:
	.container {
	  @include vertical-center-children(200px);
	}
*/
/* Margin center */
/*
    The provided mixins are intended to be used with the array-like variables

    .icon-home {
      @include sprite-width($icon-home);
    }

    .icon-email {
      @include sprite($icon-email);
    }

    Example usage in HTML:

    `display: block` sprite:
    <div class="icon-home"></div>

    To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

    // CSS
    .icon {
      display: inline-block;
    }

    // HTML
    <i class="icon icon-home"></i>
*/
/*
    The `sprites` mixin generates identical output to the CSS template
      but can be overridden inside of SCSS

    @include sprites($spritesheet-sprites);
*/
/**
 * Mixins
 */
@font-face {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Nexa.eot?") format("eot"), url("fonts/Nexa.woff2") format("woff2"), url("fonts/Nexa.woff") format("woff"); }

@font-face {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/NexaBold.eot?") format("eot"), url("fonts/NexaBold.woff2") format("woff2"), url("fonts/NexaBold.woff") format("woff"); }

@font-face {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NexaHeavy.eot?") format("eot"), url("fonts/NexaHeavy.woff2") format("woff2"), url("fonts/NexaHeavy.woff") format("woff"); }

@font-face {
  font-family: "NexaBook";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/NexaBook.eot?") format("eot"), url("fonts/NexaBook.woff2") format("woff2"), url("fonts/NexaBook.woff") format("woff"); }

@font-face {
  font-family: "NexaLight";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/NexaLight.eot?") format("eot"), url("fonts/NexaLight.woff2") format("woff2"), url("fonts/NexaLight.woff") format("woff"); }

@font-face {
  font-family: "NexaBold";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/NexaBold.eot?") format("eot"), url("fonts/NexaBold.woff2") format("woff2"), url("fonts/NexaBold.woff") format("woff"); }

@font-face {
  font-family: "NexaHeavy";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/NexaHeavy.eot?") format("eot"), url("fonts/NexaHeavy.woff2") format("woff2"), url("fonts/NexaHeavy.woff") format("woff"); }

@font-face {
  font-family: "Material";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/MaterialIcons-Regular.eot?") format("eot"), url("fonts/MaterialIcons-Regular.woff2") format("woff2"), url("fonts/MaterialIcons-Regular.woff") format("woff"), url("fonts/MaterialIcons-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "GillSansMTProCyr";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/GillSansMTProCyr-Bold.eot?") format("eot"), url("fonts/GillSansMTProCyr-Bold.woff2") format("woff2"), url("fonts/GillSansMTProCyr-Bold.woff") format("woff"), url("fonts/GillSansMTProCyr-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "GillSansMTProCyr";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/GillSansMTProCyr-Medium.eot?") format("eot"), url("fonts/GillSansMTProCyr-Medium.woff2") format("woff2"), url("fonts/GillSansMTProCyr-Medium.woff") format("woff"), url("fonts/GillSansMTProCyr-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "nlicons";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/nlicons.eot?") format("eot"), url("fonts/nlicons.woff") format("woff"), url("fonts/nlicons.ttf") format("truetype"); }

html {
  width: 100%;
  overflow-x: hidden; }

body {
  direction: ltr;
  width: 100%;
  min-height: 100%;
  color: #00A0E2;
  font-family: "Nexa";
  font-size: 16px;
  line-height: 16px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 0 !important; }
  body.modelOpen {
    position: fixed; }

.primary_container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

.section_title, .informationCenter .welcome .title {
  font-family: "Nexa";
  font-size: 40px;
  line-height: 40px;
  font-weight: 900; }

.default_button {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  border: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-topleft-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-topright-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottomright-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottomleft-radius: 20px;
  border-bottom-left-radius: 20px;
  text-decoration: none;
  min-width: 160px;
  min-height: 40px;
  -webkit-transition: color 0.7s ease-in-out;
  transition: color 0.7s ease-in-out;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  background: #00A0E2;
  font-family: "Nexa";
  font-size: 16px;
  line-height: 23px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .default_button:hover, .default_button:visited, .default_button:link, .default_button:active {
    text-decoration: none; }
  .default_button.successBtn {
    background: #89df48; }
    .default_button.successBtn:hover {
      background: #89df48; }
  .default_button:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #195dac; }
  .default_button:active, .default_button:link, .default_button:visited {
    color: #FFFFFF; }
  .default_button.rightIcon i {
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 12px;
    font-size: 20px;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
  .default_button.smallText {
    font-family: "Nexa";
    font-size: 14px;
    line-height: 21px; }
  .default_button.loading {
    background: url("images/loading.gif") no-repeat center center;
    background-size: 28px;
    color: transparent; }

.light_button {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  border: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-topleft-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-topright-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottomright-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottomleft-radius: 20px;
  border-bottom-left-radius: 20px;
  text-decoration: none;
  min-width: 160px;
  min-height: 40px;
  -webkit-transition: color 0.7s ease-in-out;
  transition: color 0.7s ease-in-out;
  text-align: center;
  padding: 11px 20px 11px 20px;
  border: 1px solid #00A0E2;
  -webkit-border-top-left-radius: 100px;
  -moz-border-topleft-radius: 100px;
  border-top-left-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -moz-border-topright-radius: 100px;
  border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-bottomright-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-bottomleft-radius: 100px;
  border-bottom-left-radius: 100px;
  font-family: "NexaHeavy";
  font-size: 14px;
  line-height: 14px;
  color: #00A0E2;
  background: #FFFFFF; }
  .light_button:hover, .light_button:visited, .light_button:link, .light_button:active {
    text-decoration: none; }
  .light_button:hover {
    text-decoration: none;
    color: #00A0E2; }
  .light_button.rightIcon i {
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 12px;
    font-size: 20px;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
  .light_button.smallText {
    font-family: "Nexa";
    font-size: 14px;
    line-height: 21px; }
  .light_button.loading {
    background: url("images/loading.gif") no-repeat center center;
    background-size: 28px;
    color: transparent; }

.transparent_button {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  border: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-topleft-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-topright-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottomright-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottomleft-radius: 20px;
  border-bottom-left-radius: 20px;
  text-decoration: none;
  min-width: 160px;
  min-height: 40px;
  -webkit-transition: color 0.7s ease-in-out;
  transition: color 0.7s ease-in-out;
  text-align: center;
  padding: 11px 20px 11px 20px;
  border: 1px solid #FFFFFF;
  -webkit-border-top-left-radius: 100px;
  -moz-border-topleft-radius: 100px;
  border-top-left-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -moz-border-topright-radius: 100px;
  border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-bottomright-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-bottomleft-radius: 100px;
  border-bottom-left-radius: 100px;
  font-family: "NexaHeavy";
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  background: transparent; }
  .transparent_button:hover, .transparent_button:visited, .transparent_button:link, .transparent_button:active {
    text-decoration: none; }
  .transparent_button:hover {
    color: #FFFFFF;
    text-decoration: none; }
  .transparent_button.rightIcon i {
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 12px;
    font-size: 20px;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
  .transparent_button.smallText {
    font-family: "Nexa";
    font-size: 14px;
    line-height: 21px; }
  .transparent_button.loading {
    background: url("images/loading.gif") no-repeat center center;
    background-size: 28px;
    color: transparent; }

.Material {
  font-family: 'Material';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.parallaxVideo video {
  -webkit-transition: -webkit-transform 10ms linear;
  transition: -webkit-transform 10ms linear;
  transition: transform 10ms linear;
  transition: transform 10ms linear, -webkit-transform 10ms linear;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: -100; }

.parallaxImg {
  -webkit-transition: -webkit-transform 10ms linear;
  transition: -webkit-transform 10ms linear;
  transition: transform 10ms linear;
  transition: transform 10ms linear, -webkit-transform 10ms linear;
  background-attachment: fixed; }

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -40px auto 0px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
.sp-share-facebook {
  background-image: url(sprites/sp-shareLinks.png);
  background-position: -71px 0px;
  width: 10px;
  height: 18px; }

.sp-share-googleplus {
  background-image: url(sprites/sp-shareLinks.png);
  background-position: 0px -24px;
  width: 25px;
  height: 14px; }

.sp-share-instagram {
  background-image: url(sprites/sp-shareLinks.png);
  background-position: -48px 0px;
  width: 18px;
  height: 18px; }

.sp-share-linkedin {
  background-image: url(sprites/sp-shareLinks.png);
  background-position: 0px 0px;
  width: 19px;
  height: 19px; }

.sp-share-whatsapp {
  background-image: url(sprites/sp-shareLinks.png);
  background-position: -24px 0px;
  width: 19px;
  height: 19px; }

.sp-share_email {
  background-image: url(sprites/sp-shareLinks.png);
  background-position: -48px -23px;
  width: 18px;
  height: 14px; }

.sp-share_twitter {
  background-image: url(sprites/sp-shareLinks.png);
  background-position: 0px -43px;
  width: 19px;
  height: 15px; }

/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sp-shareLinks {
    background-image: url(sprites/shareLinks@2x.png);
    background-size: 81px 58px; } }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
.sp-fb {
  background-image: url(sprites/sp-footerSocial.png);
  background-position: -53px 0px;
  width: 11px;
  height: 20px; }

.sp-instagram {
  background-image: url(sprites/sp-footerSocial.png);
  background-position: -28px 0px;
  width: 20px;
  height: 20px; }

.sp-snapchat {
  background-image: url(sprites/sp-footerSocial.png);
  background-position: 0px 0px;
  width: 23px;
  height: 20px; }

.sp-twitter {
  background-image: url(sprites/sp-footerSocial.png);
  background-position: 0px -25px;
  width: 22px;
  height: 16px; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
.sp-age {
  background-image: url(sprites/sp-icons.png);
  background-position: -62px -80px;
  width: 20px;
  height: 21px; }

.sp-attach {
  background-image: url(sprites/sp-icons.png);
  background-position: -142px -122px;
  width: 10px;
  height: 10px; }

.sp-back {
  background-image: url(sprites/sp-icons.png);
  background-position: -142px -98px;
  width: 19px;
  height: 19px; }

.sp-backWhite {
  background-image: url(sprites/sp-icons.png);
  background-position: -118px -33px;
  width: 18px;
  height: 18px; }

.sp-close {
  background-image: url(sprites/sp-icons.png);
  background-position: -71px -114px;
  width: 14px;
  height: 14px; }

.sp-closeGray {
  background-image: url(sprites/sp-icons.png);
  background-position: -52px -114px;
  width: 14px;
  height: 14px; }

.sp-contactCard-facebook {
  background-image: url(sprites/sp-icons.png);
  background-position: -142px -74px;
  width: 19px;
  height: 19px; }

.sp-contactCard-instagram {
  background-image: url(sprites/sp-icons.png);
  background-position: -142px -50px;
  width: 19px;
  height: 19px; }

.sp-contactCard-twitter {
  background-image: url(sprites/sp-icons.png);
  background-position: 0px -114px;
  width: 22px;
  height: 18px; }

.sp-contactCard-youtube {
  background-image: url(sprites/sp-icons.png);
  background-position: -118px -78px;
  width: 19px;
  height: 14px; }

.sp-country {
  background-image: url(sprites/sp-icons.png);
  background-position: -87px -80px;
  width: 20px;
  height: 21px; }

.sp-departure {
  background-image: url(sprites/sp-icons.png);
  background-position: -142px 0px;
  width: 20px;
  height: 19px; }

.sp-interest {
  background-image: url(sprites/sp-icons.png);
  background-position: -27px -114px;
  width: 20px;
  height: 18px; }

.sp-orderByAZ {
  background-image: url(sprites/sp-icons.png);
  background-position: -118px 0px;
  width: 19px;
  height: 28px; }

.sp-playBtn {
  background-image: url(sprites/sp-icons.png);
  background-position: 0px 0px;
  width: 76px;
  height: 75px; }

.sp-searchBtn {
  background-image: url(sprites/sp-icons.png);
  background-position: -118px -56px;
  width: 18px;
  height: 17px; }

.sp-send {
  background-image: url(sprites/sp-icons.png);
  background-position: -33px -80px;
  width: 24px;
  height: 24px; }

.sp-threeDots {
  background-image: url(sprites/sp-icons.png);
  background-position: 0px -137px;
  width: 4px;
  height: 16px; }

.sp-travel_date {
  background-image: url(sprites/sp-icons.png);
  background-position: -142px -24px;
  width: 18px;
  height: 21px; }

.sp-tripAge {
  background-image: url(sprites/sp-icons.png);
  background-position: 0px -80px;
  width: 28px;
  height: 29px; }

.sp-tripAirport {
  background-image: url(sprites/sp-icons.png);
  background-position: -81px -36px;
  width: 31px;
  height: 29px; }

.sp-tripPeriod {
  background-image: url(sprites/sp-icons.png);
  background-position: -81px 0px;
  width: 32px;
  height: 31px; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
.sp-Abkhazia {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px 0px;
  width: 48px;
  height: 48px; }

.sp-Afghanistan {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -477px;
  width: 48px;
  height: 48px; }

.sp-Aland {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -53px;
  width: 48px;
  height: 48px; }

.sp-Albania {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -53px;
  width: 48px;
  height: 48px; }

.sp-Algeria {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px 0px;
  width: 48px;
  height: 48px; }

.sp-American-Samoa {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -53px;
  width: 48px;
  height: 48px; }

.sp-Andorra {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -106px;
  width: 48px;
  height: 48px; }

.sp-Angola {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -106px;
  width: 48px;
  height: 48px; }

.sp-Anguilla {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -106px;
  width: 48px;
  height: 48px; }

.sp-Antarctica {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px 0px;
  width: 48px;
  height: 48px; }

.sp-Antigua-and-Barbuda {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -53px;
  width: 48px;
  height: 48px; }

.sp-Argentina {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -106px;
  width: 48px;
  height: 48px; }

.sp-Armenia {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -159px;
  width: 48px;
  height: 48px; }

.sp-Aruba {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -159px;
  width: 48px;
  height: 48px; }

.sp-Australia {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -159px;
  width: 48px;
  height: 48px; }

.sp-Austria {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -159px;
  width: 48px;
  height: 48px; }

.sp-Azerbaijan {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px 0px;
  width: 48px;
  height: 48px; }

.sp-Bahamas {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -53px;
  width: 48px;
  height: 48px; }

.sp-Bahrain {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -106px;
  width: 48px;
  height: 48px; }

.sp-Bangladesh {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -159px;
  width: 48px;
  height: 48px; }

.sp-Barbados {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -212px;
  width: 48px;
  height: 48px; }

.sp-Basque-Country {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -212px;
  width: 48px;
  height: 48px; }

.sp-Belarus {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -212px;
  width: 48px;
  height: 48px; }

.sp-Belgium {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -212px;
  width: 48px;
  height: 48px; }

.sp-Belize {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -212px;
  width: 48px;
  height: 48px; }

.sp-Benin {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px 0px;
  width: 48px;
  height: 48px; }

.sp-Bermuda {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -53px;
  width: 48px;
  height: 48px; }

.sp-Bhutan {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -106px;
  width: 48px;
  height: 48px; }

.sp-Bolivia {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -159px;
  width: 48px;
  height: 48px; }

.sp-Bosnia-and-Herzegovina {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -212px;
  width: 48px;
  height: 48px; }

.sp-Botswana {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -265px;
  width: 48px;
  height: 48px; }

.sp-Brazil {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -265px;
  width: 48px;
  height: 48px; }

.sp-British-Antarctic-Territory {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -265px;
  width: 48px;
  height: 48px; }

.sp-British-Virgin-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -265px;
  width: 48px;
  height: 48px; }

.sp-Brunei {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -265px;
  width: 48px;
  height: 48px; }

.sp-Bulgaria {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -265px;
  width: 48px;
  height: 48px; }

.sp-Burkina-Faso {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px 0px;
  width: 48px;
  height: 48px; }

.sp-Burundi {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -53px;
  width: 48px;
  height: 48px; }

.sp-Cambodia {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -106px;
  width: 48px;
  height: 48px; }

.sp-Cameroon {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -159px;
  width: 48px;
  height: 48px; }

.sp-Canada {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -212px;
  width: 48px;
  height: 48px; }

.sp-Canary-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -265px;
  width: 48px;
  height: 48px; }

.sp-Cape-Verde {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -318px;
  width: 48px;
  height: 48px; }

.sp-Cayman-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -318px;
  width: 48px;
  height: 48px; }

.sp-Central-African-Republic {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -318px;
  width: 48px;
  height: 48px; }

.sp-Chad {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -318px;
  width: 48px;
  height: 48px; }

.sp-Chile {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -318px;
  width: 48px;
  height: 48px; }

.sp-China {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -318px;
  width: 48px;
  height: 48px; }

.sp-Christmas-Island {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -318px;
  width: 48px;
  height: 48px; }

.sp-Cocos-Keeling-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px 0px;
  width: 48px;
  height: 48px; }

.sp-Colombia {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -53px;
  width: 48px;
  height: 48px; }

.sp-Commonwealth {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -106px;
  width: 48px;
  height: 48px; }

.sp-Comoros {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -159px;
  width: 48px;
  height: 48px; }

.sp-Cook-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -212px;
  width: 48px;
  height: 48px; }

.sp-Costa-Rica {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -265px;
  width: 48px;
  height: 48px; }

.sp-Cote-dIvoire {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -318px;
  width: 48px;
  height: 48px; }

.sp-Croatia {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -371px;
  width: 48px;
  height: 48px; }

.sp-Cuba {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -371px;
  width: 48px;
  height: 48px; }

.sp-Curacao {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -371px;
  width: 48px;
  height: 48px; }

.sp-Cyprus {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -371px;
  width: 48px;
  height: 48px; }

.sp-Czech-Republic {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -371px;
  width: 48px;
  height: 48px; }

.sp-Democratic-Republic-of-the-Congo {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -371px;
  width: 48px;
  height: 48px; }

.sp-Denmark {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -371px;
  width: 48px;
  height: 48px; }

.sp-Djibouti {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -371px;
  width: 48px;
  height: 48px; }

.sp-Dominica {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px 0px;
  width: 48px;
  height: 48px; }

.sp-Dominican-Republic {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -53px;
  width: 48px;
  height: 48px; }

.sp-East-Timor {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -106px;
  width: 48px;
  height: 48px; }

.sp-Ecuador {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -159px;
  width: 48px;
  height: 48px; }

.sp-Egypt {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -212px;
  width: 48px;
  height: 48px; }

.sp-El-Salvador {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -265px;
  width: 48px;
  height: 48px; }

.sp-England {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -318px;
  width: 48px;
  height: 48px; }

.sp-Equatorial-Guinea {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -371px;
  width: 48px;
  height: 48px; }

.sp-Eritrea {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -424px;
  width: 48px;
  height: 48px; }

.sp-Estonia {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -424px;
  width: 48px;
  height: 48px; }

.sp-Ethiopia {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -424px;
  width: 48px;
  height: 48px; }

.sp-European-Union {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -424px;
  width: 48px;
  height: 48px; }

.sp-Falkland-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -424px;
  width: 48px;
  height: 48px; }

.sp-Faroes {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -424px;
  width: 48px;
  height: 48px; }

.sp-Fiji {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -424px;
  width: 48px;
  height: 48px; }

.sp-Finland {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -424px;
  width: 48px;
  height: 48px; }

.sp-France {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -424px;
  width: 48px;
  height: 48px; }

.sp-French-Polynesia {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px 0px;
  width: 48px;
  height: 48px; }

.sp-French-Southern-Territories {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -53px;
  width: 48px;
  height: 48px; }

.sp-Gabon {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -106px;
  width: 48px;
  height: 48px; }

.sp-Gambia {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -159px;
  width: 48px;
  height: 48px; }

.sp-Georgia {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -212px;
  width: 48px;
  height: 48px; }

.sp-Germany {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -265px;
  width: 48px;
  height: 48px; }

.sp-Ghana {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -318px;
  width: 48px;
  height: 48px; }

.sp-Gibraltar {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -371px;
  width: 48px;
  height: 48px; }

.sp-GoSquared {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -424px;
  width: 48px;
  height: 48px; }

.sp-Greece {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -477px;
  width: 48px;
  height: 48px; }

.sp-Greenland {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -477px;
  width: 48px;
  height: 48px; }

.sp-Grenada {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -477px;
  width: 48px;
  height: 48px; }

.sp-Guam {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -477px;
  width: 48px;
  height: 48px; }

.sp-Guatemala {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -477px;
  width: 48px;
  height: 48px; }

.sp-Guernsey {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -477px;
  width: 48px;
  height: 48px; }

.sp-Guinea-Bissau {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -477px;
  width: 48px;
  height: 48px; }

.sp-Guinea {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -477px;
  width: 48px;
  height: 48px; }

.sp-Guyana {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -477px;
  width: 48px;
  height: 48px; }

.sp-Haiti {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -477px;
  width: 48px;
  height: 48px; }

.sp-Honduras {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px 0px;
  width: 48px;
  height: 48px; }

.sp-Hong-Kong {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -53px;
  width: 48px;
  height: 48px; }

.sp-Hungary {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -106px;
  width: 48px;
  height: 48px; }

.sp-Iceland {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -159px;
  width: 48px;
  height: 48px; }

.sp-India {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -212px;
  width: 48px;
  height: 48px; }

.sp-Indonesia {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -265px;
  width: 48px;
  height: 48px; }

.sp-Iran {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -318px;
  width: 48px;
  height: 48px; }

.sp-Iraq {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -371px;
  width: 48px;
  height: 48px; }

.sp-Ireland {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -424px;
  width: 48px;
  height: 48px; }

.sp-Isle-of-Man {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -477px;
  width: 48px;
  height: 48px; }

.sp-Israel {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -530px;
  width: 48px;
  height: 48px; }

.sp-Italy {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -530px;
  width: 48px;
  height: 48px; }

.sp-Jamaica {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -530px;
  width: 48px;
  height: 48px; }

.sp-Japan {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -530px;
  width: 48px;
  height: 48px; }

.sp-Jersey {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -530px;
  width: 48px;
  height: 48px; }

.sp-Jordan {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -530px;
  width: 48px;
  height: 48px; }

.sp-Kazakhstan {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -530px;
  width: 48px;
  height: 48px; }

.sp-Kenya {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -530px;
  width: 48px;
  height: 48px; }

.sp-Kiribati {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -530px;
  width: 48px;
  height: 48px; }

.sp-Kosovo {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -530px;
  width: 48px;
  height: 48px; }

.sp-Kuwait {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -530px;
  width: 48px;
  height: 48px; }

.sp-Kyrgyzstan {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px 0px;
  width: 48px;
  height: 48px; }

.sp-Laos {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -53px;
  width: 48px;
  height: 48px; }

.sp-Latvia {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -106px;
  width: 48px;
  height: 48px; }

.sp-Lebanon {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -159px;
  width: 48px;
  height: 48px; }

.sp-Lesotho {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -212px;
  width: 48px;
  height: 48px; }

.sp-Liberia {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -265px;
  width: 48px;
  height: 48px; }

.sp-Libya {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -318px;
  width: 48px;
  height: 48px; }

.sp-Liechtenstein {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -371px;
  width: 48px;
  height: 48px; }

.sp-Lithuania {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -424px;
  width: 48px;
  height: 48px; }

.sp-Luxembourg {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px 0px;
  width: 48px;
  height: 48px; }

.sp-Macau {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -530px;
  width: 48px;
  height: 48px; }

.sp-Macedonia {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -583px;
  width: 48px;
  height: 48px; }

.sp-Madagascar {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -583px;
  width: 48px;
  height: 48px; }

.sp-Malawi {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -583px;
  width: 48px;
  height: 48px; }

.sp-Malaysia {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -583px;
  width: 48px;
  height: 48px; }

.sp-Maldives {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -583px;
  width: 48px;
  height: 48px; }

.sp-Mali {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -583px;
  width: 48px;
  height: 48px; }

.sp-Malta {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -583px;
  width: 48px;
  height: 48px; }

.sp-Mars {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -583px;
  width: 48px;
  height: 48px; }

.sp-Marshall-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -583px;
  width: 48px;
  height: 48px; }

.sp-Martinique {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -583px;
  width: 48px;
  height: 48px; }

.sp-Mauritania {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -583px;
  width: 48px;
  height: 48px; }

.sp-Mauritius {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -583px;
  width: 48px;
  height: 48px; }

.sp-Mayotte {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px 0px;
  width: 48px;
  height: 48px; }

.sp-Mexico {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -53px;
  width: 48px;
  height: 48px; }

.sp-Micronesia {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -106px;
  width: 48px;
  height: 48px; }

.sp-Moldova {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -159px;
  width: 48px;
  height: 48px; }

.sp-Monaco {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -212px;
  width: 48px;
  height: 48px; }

.sp-Mongolia {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -265px;
  width: 48px;
  height: 48px; }

.sp-Montenegro {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -318px;
  width: 48px;
  height: 48px; }

.sp-Montserrat {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -371px;
  width: 48px;
  height: 48px; }

.sp-Morocco {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -424px;
  width: 48px;
  height: 48px; }

.sp-Mozambique {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -477px;
  width: 48px;
  height: 48px; }

.sp-Myanmar {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -530px;
  width: 48px;
  height: 48px; }

.sp-NATO {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -583px;
  width: 48px;
  height: 48px; }

.sp-Nagorno-Karabakh {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -636px;
  width: 48px;
  height: 48px; }

.sp-Namibia {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -636px;
  width: 48px;
  height: 48px; }

.sp-Nauru {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -636px;
  width: 48px;
  height: 48px; }

.sp-Nepal {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -636px;
  width: 48px;
  height: 48px; }

.sp-Netherlands-Antilles {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -636px;
  width: 48px;
  height: 48px; }

.sp-Netherlands {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -636px;
  width: 48px;
  height: 48px; }

.sp-New-Caledonia {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -636px;
  width: 48px;
  height: 48px; }

.sp-New-Zealand {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -636px;
  width: 48px;
  height: 48px; }

.sp-Nicaragua {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -636px;
  width: 48px;
  height: 48px; }

.sp-Niger {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -636px;
  width: 48px;
  height: 48px; }

.sp-Nigeria {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -636px;
  width: 48px;
  height: 48px; }

.sp-Niue {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -636px;
  width: 48px;
  height: 48px; }

.sp-Norfolk-Island {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -636px;
  width: 48px;
  height: 48px; }

.sp-North-Korea {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px 0px;
  width: 48px;
  height: 48px; }

.sp-Northern-Cyprus {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -53px;
  width: 48px;
  height: 48px; }

.sp-Northern-Mariana-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -106px;
  width: 48px;
  height: 48px; }

.sp-Norway {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -159px;
  width: 48px;
  height: 48px; }

.sp-Olympics {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -212px;
  width: 48px;
  height: 48px; }

.sp-Oman {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -265px;
  width: 48px;
  height: 48px; }

.sp-Pakistan {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -318px;
  width: 48px;
  height: 48px; }

.sp-Palau {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -371px;
  width: 48px;
  height: 48px; }

.sp-Palestine {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -424px;
  width: 48px;
  height: 48px; }

.sp-Panama {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -477px;
  width: 48px;
  height: 48px; }

.sp-Papua-New-Guinea {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -530px;
  width: 48px;
  height: 48px; }

.sp-Paraguay {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -583px;
  width: 48px;
  height: 48px; }

.sp-Peru {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -636px;
  width: 48px;
  height: 48px; }

.sp-Philippines {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -689px;
  width: 48px;
  height: 48px; }

.sp-Pitcairn-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -689px;
  width: 48px;
  height: 48px; }

.sp-Poland {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -689px;
  width: 48px;
  height: 48px; }

.sp-Portugal {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -689px;
  width: 48px;
  height: 48px; }

.sp-Puerto-Rico {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -689px;
  width: 48px;
  height: 48px; }

.sp-Qatar {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -689px;
  width: 48px;
  height: 48px; }

.sp-Red-Cross {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -689px;
  width: 48px;
  height: 48px; }

.sp-Republic-of-the-Congo {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -689px;
  width: 48px;
  height: 48px; }

.sp-Romania {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -689px;
  width: 48px;
  height: 48px; }

.sp-Russia {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -689px;
  width: 48px;
  height: 48px; }

.sp-Rwanda {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -689px;
  width: 48px;
  height: 48px; }

.sp-Saint-Barthelemy {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -689px;
  width: 48px;
  height: 48px; }

.sp-Saint-Helena {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -689px;
  width: 48px;
  height: 48px; }

.sp-Saint-Kitts-and-Nevis {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -689px;
  width: 48px;
  height: 48px; }

.sp-Saint-Lucia {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px 0px;
  width: 48px;
  height: 48px; }

.sp-Saint-Martin {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -53px;
  width: 48px;
  height: 48px; }

.sp-Saint-Vincent-and-the-Grenadines {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -106px;
  width: 48px;
  height: 48px; }

.sp-Samoa {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -159px;
  width: 48px;
  height: 48px; }

.sp-San-Marino {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -212px;
  width: 48px;
  height: 48px; }

.sp-Sao-Tome-and-Principe {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -265px;
  width: 48px;
  height: 48px; }

.sp-Saudi-Arabia {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -318px;
  width: 48px;
  height: 48px; }

.sp-Scotland {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -371px;
  width: 48px;
  height: 48px; }

.sp-Senegal {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -424px;
  width: 48px;
  height: 48px; }

.sp-Serbia {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -477px;
  width: 48px;
  height: 48px; }

.sp-Seychelles {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -530px;
  width: 48px;
  height: 48px; }

.sp-Sierra-Leone {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -583px;
  width: 48px;
  height: 48px; }

.sp-Singapore {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -636px;
  width: 48px;
  height: 48px; }

.sp-Slovakia {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -689px;
  width: 48px;
  height: 48px; }

.sp-Slovenia {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -742px;
  width: 48px;
  height: 48px; }

.sp-Solomon-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -742px;
  width: 48px;
  height: 48px; }

.sp-Somalia {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -742px;
  width: 48px;
  height: 48px; }

.sp-Somaliland {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -742px;
  width: 48px;
  height: 48px; }

.sp-South-Africa {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -742px;
  width: 48px;
  height: 48px; }

.sp-South-Georgia-and-the-South-Sandwich-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -742px;
  width: 48px;
  height: 48px; }

.sp-South-Korea {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -742px;
  width: 48px;
  height: 48px; }

.sp-South-Ossetia {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -742px;
  width: 48px;
  height: 48px; }

.sp-South-Sudan {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -742px;
  width: 48px;
  height: 48px; }

.sp-Spain {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -742px;
  width: 48px;
  height: 48px; }

.sp-Sri-Lanka {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -742px;
  width: 48px;
  height: 48px; }

.sp-Sudan {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -742px;
  width: 48px;
  height: 48px; }

.sp-Suriname {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -742px;
  width: 48px;
  height: 48px; }

.sp-Swaziland {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -742px;
  width: 48px;
  height: 48px; }

.sp-Sweden {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -742px;
  width: 48px;
  height: 48px; }

.sp-Switzerland {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px 0px;
  width: 48px;
  height: 48px; }

.sp-Syria {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -53px;
  width: 48px;
  height: 48px; }

.sp-Taiwan {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -106px;
  width: 48px;
  height: 48px; }

.sp-Tajikistan {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -159px;
  width: 48px;
  height: 48px; }

.sp-Tanzania {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -212px;
  width: 48px;
  height: 48px; }

.sp-Thailand {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -265px;
  width: 48px;
  height: 48px; }

.sp-Togo {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -318px;
  width: 48px;
  height: 48px; }

.sp-Tokelau {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -371px;
  width: 48px;
  height: 48px; }

.sp-Tonga {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -424px;
  width: 48px;
  height: 48px; }

.sp-Trinidad-and-Tobago {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -477px;
  width: 48px;
  height: 48px; }

.sp-Tunisia {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -530px;
  width: 48px;
  height: 48px; }

.sp-Turkey {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -583px;
  width: 48px;
  height: 48px; }

.sp-Turkmenistan {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -636px;
  width: 48px;
  height: 48px; }

.sp-Turks-and-Caicos-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -689px;
  width: 48px;
  height: 48px; }

.sp-Tuvalu {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -742px;
  width: 48px;
  height: 48px; }

.sp-US-Virgin-Islands {
  background-image: url(sprites/sp-flags.png);
  background-position: 0px -795px;
  width: 48px;
  height: 48px; }

.sp-Uganda {
  background-image: url(sprites/sp-flags.png);
  background-position: -53px -795px;
  width: 48px;
  height: 48px; }

.sp-Ukraine {
  background-image: url(sprites/sp-flags.png);
  background-position: -106px -795px;
  width: 48px;
  height: 48px; }

.sp-United-Arab-Emirates {
  background-image: url(sprites/sp-flags.png);
  background-position: -159px -795px;
  width: 48px;
  height: 48px; }

.sp-United-Kingdom {
  background-image: url(sprites/sp-flags.png);
  background-position: -212px -795px;
  width: 48px;
  height: 48px; }

.sp-United-Nations {
  background-image: url(sprites/sp-flags.png);
  background-position: -265px -795px;
  width: 48px;
  height: 48px; }

.sp-United-States {
  background-image: url(sprites/sp-flags.png);
  background-position: -318px -795px;
  width: 48px;
  height: 48px; }

.sp-Unknown {
  background-image: url(sprites/sp-flags.png);
  background-position: -371px -795px;
  width: 48px;
  height: 48px; }

.sp-Uruguay {
  background-image: url(sprites/sp-flags.png);
  background-position: -424px -795px;
  width: 48px;
  height: 48px; }

.sp-Uzbekistan {
  background-image: url(sprites/sp-flags.png);
  background-position: -477px -795px;
  width: 48px;
  height: 48px; }

.sp-Vanuatu {
  background-image: url(sprites/sp-flags.png);
  background-position: -530px -795px;
  width: 48px;
  height: 48px; }

.sp-Vatican-City {
  background-image: url(sprites/sp-flags.png);
  background-position: -583px -795px;
  width: 48px;
  height: 48px; }

.sp-Venezuela {
  background-image: url(sprites/sp-flags.png);
  background-position: -636px -795px;
  width: 48px;
  height: 48px; }

.sp-Vietnam {
  background-image: url(sprites/sp-flags.png);
  background-position: -689px -795px;
  width: 48px;
  height: 48px; }

.sp-Wales {
  background-image: url(sprites/sp-flags.png);
  background-position: -742px -795px;
  width: 48px;
  height: 48px; }

.sp-Wallis-And-Futuna {
  background-image: url(sprites/sp-flags.png);
  background-position: -795px -795px;
  width: 48px;
  height: 48px; }

.sp-Western-Sahara {
  background-image: url(sprites/sp-flags.png);
  background-position: -848px 0px;
  width: 48px;
  height: 48px; }

.sp-Yemen {
  background-image: url(sprites/sp-flags.png);
  background-position: -848px -53px;
  width: 48px;
  height: 48px; }

.sp-Zambia {
  background-image: url(sprites/sp-flags.png);
  background-position: -848px -106px;
  width: 48px;
  height: 48px; }

.sp-Zimbabwe {
  background-image: url(sprites/sp-flags.png);
  background-position: -848px -159px;
  width: 48px;
  height: 48px; }

.forms {
  /* Select2 plugin - style change */
  /* use @include select2-style    */
  /* hide select2 plugin in mobile */
  /* MultiSelect */
  /* Right Icon for input*/ }
  .forms_normal_input {
    position: relative;
    display: block; }
    .forms_normal_input i {
      position: absolute;
      z-index: 5;
      display: block;
      top: 12px;
      left: 10px;
      font-size: 23px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .forms_normal_input i.ico_regular {
        display: block; }
      .forms_normal_input i.ico_error, .forms_normal_input i.ico_valid {
        display: none; }
    .forms_normal_input > span {
      position: absolute;
      z-index: 5;
      top: 17px;
      left: 55px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #AAB5BB;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      /* Reponsive */ }
      @media screen and (max-width: 1040px) {
        .forms_normal_input > span {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
      .forms_normal_input > span.withVal {
        top: -15px;
        left: 0;
        font-family: "NexaBold";
        font-size: 10px;
        line-height: 14px;
        color: #5E656F; }
      @media screen and (max-width: 1040px) {
        .forms_normal_input > span {
          left: 40px; } }
    .forms_normal_input input[type=text], .forms_normal_input input[type=password], .forms_normal_input input[type=email] {
      padding: 0 10px 0 40px;
      height: 45px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      color: #00A0E2;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      background: #EEF2F4; }
      @media screen and (max-width: 1040px) {
        .forms_normal_input input[type=text], .forms_normal_input input[type=password], .forms_normal_input input[type=email] {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_normal_input.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_normal_input.valid i.ico_error, .forms_normal_input.valid i.ico_regular {
      display: none; }
    .forms_normal_input.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_normal_input.error i.ico_regular, .forms_normal_input.error i.ico_valid {
      display: none; }
    .forms_normal_input.error input {
      color: #00A0E2;
      border: 1px solid #FF7C7C; }
    .forms_normal_input.important span:before {
      content: '* ';
      color: #FF7C7C; }
    .forms_normal_input.phoneNumber > span {
      left: 95px; }
      .forms_normal_input.phoneNumber > span.withVal {
        top: -15px;
        left: 0;
        font-family: "NexaBold";
        font-size: 10px;
        line-height: 14px;
        color: #5E656F; }
    .forms_normal_input.phoneNumber input[type=text], .forms_normal_input.phoneNumber input[type=password] {
      padding: 0 10px 0 95px; }
    .forms_normal_input.phoneNumber .intl-tel-input .flag-container {
      left: 40px; }
    .forms_normal_input.phoneNumber.disable_counrty .intl-tel-input .country-list {
      display: none !important; }
  .forms_normal_inputRightIcon {
    position: relative; }
    .forms_normal_inputRightIcon i:not(.rightIcon) {
      position: absolute;
      z-index: 5;
      display: block;
      top: 0;
      left: 10px;
      font-size: 23px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .forms_normal_inputRightIcon i:not(.rightIcon).ico_regular {
        display: block; }
      .forms_normal_inputRightIcon i:not(.rightIcon).ico_error, .forms_normal_inputRightIcon i:not(.rightIcon).ico_valid {
        display: none; }
    .forms_normal_inputRightIcon > span {
      position: absolute;
      z-index: 5;
      top: 5px;
      left: 55px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #AAB5BB;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      /* Reponsive */ }
      @media screen and (max-width: 1040px) {
        .forms_normal_inputRightIcon > span {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
      .forms_normal_inputRightIcon > span.withVal {
        top: -25px;
        left: 0;
        font-family: "NexaBold";
        font-size: 10px;
        line-height: 14px;
        color: #5E656F; }
      @media screen and (max-width: 1040px) {
        .forms_normal_inputRightIcon > span {
          left: 40px; } }
    .forms_normal_inputRightIcon input[type=text], .forms_normal_inputRightIcon input[type=password] {
      padding: 0 40px 0 40px;
      height: 45px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      color: #00A0E2;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      background: #EEF2F4; }
      @media screen and (max-width: 1040px) {
        .forms_normal_inputRightIcon input[type=text], .forms_normal_inputRightIcon input[type=password] {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_normal_inputRightIcon i.rightIcon {
      position: absolute;
      top: 3px;
      right: 10px;
      font-size: 20px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .forms_normal_inputRightIcon.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_normal_inputRightIcon.valid i.ico_error, .forms_normal_inputRightIcon.valid i.ico_regular {
      display: none; }
    .forms_normal_inputRightIcon.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_normal_inputRightIcon.error i.ico_regular, .forms_normal_inputRightIcon.error i.ico_valid {
      display: none; }
    .forms_normal_inputRightIcon.error input {
      color: #00A0E2;
      border: 1px solid #FF7C7C; }
    .forms_normal_inputRightIcon.important > span:before {
      content: '* ';
      color: #FF7C7C; }
  .forms_normal_select {
    position: relative;
    border: 0;
    padding: 0 0 0 0;
    /* Responsive */ }
    .forms_normal_select .multiselect {
      text-align: left; }
      .forms_normal_select .multiselect .caret {
        position: absolute;
        top: 22px;
        right: 10px;
        border: 0;
        background-image: url("images/select_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 7px;
        width: 14px;
        /* Responsive */ }
        @media screen and (max-width: 480px) {
          .forms_normal_select .multiselect .caret {
            display: none; } }
      .forms_normal_select .multiselect .dropdown-toggle {
        position: relative; }
      .forms_normal_select .multiselect .multiselect-selected-text {
        position: absolute;
        display: block;
        margin: 4px 0 0 0;
        top: 25%;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto !important;
        color: #00A0E2; }
    .forms_normal_select li a {
      padding-left: 0; }
      .forms_normal_select li a label {
        padding-left: 10px; }
    .forms_normal_select li.active a {
      background: #EEF2F4; }
    .forms_normal_select label.checkbox {
      position: relative;
      left: 0px;
      color: #AAB5BB; }
    .forms_normal_select .dropdown-menu {
      width: 100%;
      padding: 5px; }
      .forms_normal_select .dropdown-menu > li {
        width: 100%;
        padding: 0 0 0 0; }
        .forms_normal_select .dropdown-menu > li .checkbox {
          width: 90%;
          font-family: "Nexa";
          font-size: 16px;
          line-height: 16px; }
        .forms_normal_select .dropdown-menu > li > a {
          white-space: normal; }
      .forms_normal_select .dropdown-menu > .active > a {
        background: #EEF2F4; }
        .forms_normal_select .dropdown-menu > .active > a .checkbox {
          color: #00A0E2; }
      .forms_normal_select .dropdown-menu .multiselect-clear-filter {
        display: none; }
      .forms_normal_select .dropdown-menu .multiselect-search {
        width: 100%; }
      .forms_normal_select .dropdown-menu:before {
        content: '';
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        z-index: 5; }
    .forms_normal_select i {
      content: 'info';
      position: absolute;
      z-index: 5;
      display: block;
      top: 10px;
      left: 10px;
      font-size: 23px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .forms_normal_select i.ico_regular {
        display: block; }
      .forms_normal_select i.ico_error, .forms_normal_select i.ico_valid {
        display: none; }
    .forms_normal_select > label {
      position: absolute;
      top: -webkit-calc(50% - 7px);
      top: calc(50% - 7px);
      left: 55px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #AAB5BB;
      z-index: 5;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      /* Reponsive */ }
      @media screen and (max-width: 1040px) {
        .forms_normal_select > label {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
      .forms_normal_select > label.withVal {
        top: -15px;
        left: 0px;
        font-family: "NexaBold";
        font-size: 10px;
        line-height: 14px;
        color: #5E656F; }
      @media screen and (max-width: 1040px) {
        .forms_normal_select > label {
          left: 40px; } }
      @media screen and (max-width: 480px) {
        .forms_normal_select > label {
          top: 17px; } }
    .forms_normal_select select, .forms_normal_select .multiselect {
      padding: 0 40px 0 40px;
      height: 45px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #00A0E2;
      background: #EEF2F4;
      -webkit-appearance: none;
      -moz-appearance: none; }
      @media screen and (max-width: 1040px) {
        .forms_normal_select select, .forms_normal_select .multiselect {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_normal_select .select2-hidden-accessible {
      position: relative !important; }
    .forms_normal_select .select2.select2-container {
      width: 100% !important; }
      .forms_normal_select .select2.select2-container .selection {
        /* Responsive */ }
        .forms_normal_select .select2.select2-container .selection .select2-selection {
          position: relative;
          padding: 0 40px 0 40px;
          min-height: 45px;
          border: 0;
          -webkit-border-top-left-radius: 4px;
          -moz-border-topleft-radius: 4px;
          border-top-left-radius: 4px;
          -webkit-border-top-right-radius: 4px;
          -moz-border-topright-radius: 4px;
          border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-bottomright-radius: 4px;
          border-bottom-right-radius: 4px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-bottomleft-radius: 4px;
          border-bottom-left-radius: 4px;
          width: 100%;
          -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 14px;
          color: #AAB5BB;
          background: #EEF2F4;
          -webkit-appearance: none;
          -moz-appearance: none; }
          @media screen and (max-width: 1040px) {
            .forms_normal_select .select2.select2-container .selection .select2-selection {
              font-family: "NexaBold";
              font-size: 13px;
              line-height: 13px; } }
          .forms_normal_select .select2.select2-container .selection .select2-selection .select2-selection__rendered {
            padding: 0 10px 0 0;
            color: #00A0E2;
            line-height: 45px; }
          .forms_normal_select .select2.select2-container .selection .select2-selection .select2-selection__arrow {
            top: 10px;
            right: 6px;
            background-image: url("images/select_arrow.png");
            background-repeat: no-repeat;
            background-position: center center; }
            .forms_normal_select .select2.select2-container .selection .select2-selection .select2-selection__arrow b {
              visibility: hidden; }
          .forms_normal_select .select2.select2-container .selection .select2-selection .select2-selection__clear {
            position: absolute;
            top: 0;
            z-index: 99;
            right: 25px;
            color: #5E656F;
            font-family: "Nexa";
            font-size: 26px; }
    .forms_normal_select.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_normal_select.valid i.ico_error, .forms_normal_select.valid i.ico_regular {
      display: none; }
    .forms_normal_select.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_normal_select.error i.ico_regular, .forms_normal_select.error i.ico_valid {
      display: none; }
    .forms_normal_select.error select, .forms_normal_select.error .multiselect {
      color: #00A0E2;
      border: 1px solid #FF7C7C; }
    .forms_normal_select.error .select2.select2-container .select2-selection, .forms_normal_select.error .select2.select2-container .select2-selection--single {
      color: #00A0E2;
      border: 1px solid #FF7C7C !important; }
    .forms_normal_select.important > label:before {
      content: '* ';
      color: #FF7C7C; }
    .forms_normal_select.disable .btn-group .dropdown-menu {
      position: relative; }
      .forms_normal_select.disable .btn-group .dropdown-menu:before {
        display: block; }
    @media screen and (max-width: 480px) {
      .forms_normal_select:after {
        content: ' ';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 50px;
        height: 45px;
        background-image: url("images/select_arrow.png");
        background-repeat: no-repeat;
        background-position: center center; } }
  .forms_normal_textarea i {
    position: absolute;
    z-index: 5;
    display: block;
    top: 10px;
    left: 25px;
    font-size: 23px;
    color: #AAB5BB;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
    .forms_normal_textarea i.ico_regular {
      display: block; }
    .forms_normal_textarea i.ico_error, .forms_normal_textarea i.ico_valid {
      display: none; }
  .forms_normal_textarea span {
    position: absolute;
    top: 17px;
    left: 55px;
    font-family: "NexaBold";
    font-size: 14px;
    line-height: 14px;
    color: #AAB5BB;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 5; }
    @media screen and (max-width: 1040px) {
      .forms_normal_textarea span {
        font-family: "NexaBold";
        font-size: 13px;
        line-height: 13px; } }
    .forms_normal_textarea span.withVal {
      top: -15px;
      left: 15px;
      font-family: "NexaBold";
      font-size: 10px;
      line-height: 14px;
      color: #5E656F; }
  .forms_normal_textarea textarea {
    padding: 15px 40px 15px 40px;
    border: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-topleft-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-topright-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottomleft-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    color: #00A0E2;
    font-family: "NexaBold";
    font-size: 14px;
    line-height: 14px;
    background: #EEF2F4; }
    @media screen and (max-width: 1040px) {
      .forms_normal_textarea textarea {
        font-family: "NexaBold";
        font-size: 13px;
        line-height: 13px; } }
  .forms_normal_textarea span.textaret_limit {
    display: block;
    text-align: right;
    font-family: "Montserrat";
    font-size: 10px;
    line-height: 12px;
    color: #AAB5BB; }
  .forms_normal_textarea.important span:not(.textaret_limit):before {
    content: '* ';
    color: #FF7C7C; }
  .forms_normal_textarea.valid i.ico_valid {
    display: block;
    color: #88D68F; }
  .forms_normal_textarea.valid i.ico_error, .forms_normal_textarea.valid i.ico_regular {
    display: none; }
  .forms_normal_textarea.error i.ico_error {
    display: block;
    color: #FF7C7C; }
  .forms_normal_textarea.error i.ico_regular, .forms_normal_textarea.error i.ico_valid {
    display: none; }
  .forms_normal_textarea.error textarea {
    color: #00A0E2;
    border: 1px solid #FF7C7C; }
  .forms_normal_fileUpload {
    position: relative;
    overflow: hidden; }
    .forms_normal_fileUpload i {
      position: absolute;
      z-index: 5;
      display: block;
      top: 0;
      left: 10px;
      font-size: 23px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .forms_normal_fileUpload i.ico_regular {
        display: block; }
      .forms_normal_fileUpload i.ico_error, .forms_normal_fileUpload i.ico_valid {
        display: none; }
      .forms_normal_fileUpload i.ico_delete, .forms_normal_fileUpload i.ico_download {
        display: none;
        top: -webkit-calc(50% - 5px);
        top: calc(50% - 5px);
        left: auto;
        right: 5px;
        font-size: 15px; }
    .forms_normal_fileUpload > span {
      position: absolute;
      z-index: 5;
      left: 55px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      top: -25px;
      left: 0;
      font-family: "NexaBold";
      font-size: 10px;
      line-height: 14px;
      color: #5E656F; }
      @media screen and (max-width: 1040px) {
        .forms_normal_fileUpload > span {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_normal_fileUpload .uploadFile {
      padding: 0 20px 0 55px;
      height: 45px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      color: #00A0E2;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      background: #EEF2F4; }
      @media screen and (max-width: 1040px) {
        .forms_normal_fileUpload .uploadFile {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
      .forms_normal_fileUpload .uploadFile::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #AAB5BB; }
      .forms_normal_fileUpload .uploadFile::-moz-placeholder {
        /* Firefox 19+ */
        color: #AAB5BB; }
      .forms_normal_fileUpload .uploadFile:-ms-input-placeholder {
        /* IE 10+ */
        color: #AAB5BB; }
      .forms_normal_fileUpload .uploadFile:-moz-placeholder {
        /* Firefox 18- */
        color: #AAB5BB; }
    .forms_normal_fileUpload input.upload {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      margin: 0;
      padding: 0;
      cursor: pointer;
      opacity: 0;
      color: #00A0E2; }
    .forms_normal_fileUpload input:disabled {
      opacity: 1; }
    .forms_normal_fileUpload .files {
      position: absolute;
      display: none;
      top: 35px;
      left: 0;
      padding: 10px 0 0 0;
      width: 100%;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
      box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
      font-family: "Nexa";
      font-size: 13px;
      line-height: 13px;
      background: #FFFFFF;
      list-style: none;
      z-index: 10; }
      .forms_normal_fileUpload .files li {
        position: relative;
        padding: 5px 40px 5px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .forms_normal_fileUpload .files li .fileName {
          font-family: "Nexa";
          font-size: 16px;
          line-height: 16px; }
        .forms_normal_fileUpload .files li i {
          top: -webkit-calc(50% - 7px);
          top: calc(50% - 7px); }
          .forms_normal_fileUpload .files li i.ico_download {
            right: 20px; }
        .forms_normal_fileUpload .files li:hover {
          color: #00A0E2;
          background: #EEF2F4; }
    .forms_normal_fileUpload .arrow {
      position: absolute;
      display: none;
      top: -webkit-calc(50% - 2px);
      top: calc(50% - 2px);
      right: 10px;
      width: 14px;
      height: 7px;
      background-image: url("images/select_arrow.png");
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 5; }
    .forms_normal_fileUpload.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_normal_fileUpload.valid i.ico_delete, .forms_normal_fileUpload.valid i.ico_download {
      display: block; }
    .forms_normal_fileUpload.valid i.ico_error, .forms_normal_fileUpload.valid i.ico_regular {
      display: none; }
    .forms_normal_fileUpload.valid .arrow {
      display: block; }
    .forms_normal_fileUpload.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_normal_fileUpload.error i.ico_regular, .forms_normal_fileUpload.error i.ico_valid {
      display: none; }
    .forms_normal_fileUpload.error .uploadFile {
      color: #00A0E2;
      border: 1px solid #FF7C7C; }
    .forms_normal_fileUpload.important span:before {
      content: '* ';
      color: #FF7C7C; }
  .forms_normal_radio {
    position: relative;
    border: 0;
    padding: 0 0 0 0; }
    .forms_normal_radio i {
      position: absolute;
      z-index: 5;
      display: block;
      top: 10px;
      left: 0;
      font-size: 23px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .forms_normal_radio i.ico_regular {
        display: block; }
      .forms_normal_radio i.ico_error, .forms_normal_radio i.ico_valid {
        display: none; }
    .forms_normal_radio span {
      display: inline-block;
      margin: 0 0 17px 0;
      padding: 0 0 0 25px;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 14px;
      color: #5E656F; }
    .forms_normal_radio label {
      display: inline-block;
      cursor: pointer;
      position: relative;
      margin: 15px 15px 0 0;
      padding: 0 0 0 30px;
      font-size: 13px; }
      .forms_normal_radio label:before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -4px;
        background-color: #EEF2F4;
        -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        border-radius: 13px; }
    .forms_normal_radio input[type=radio] {
      display: none; }
      .forms_normal_radio input[type=radio]:checked + label:before {
        background-color: #AAB5BB;
        content: "\2022";
        color: #FFFFFF;
        font-size: 50px;
        line-height: 21px;
        text-align: center; }
    .forms_normal_radio.important span.cell-title:before {
      content: '* ';
      color: #FF7C7C; }
    .forms_normal_radio.list {
      position: relative;
      border: 0;
      padding: 0 0 0 0; }
      .forms_normal_radio.list span {
        display: block;
        margin: 0px 0 17px 0;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 14px;
        color: #5E656F; }
        @media screen and (max-width: 1040px) {
          .forms_normal_radio.list span {
            font-family: "NexaBold";
            font-size: 13px;
            line-height: 13px; } }
      .forms_normal_radio.list label {
        display: block;
        width: auto; }
      .forms_normal_radio.list textarea {
        display: none;
        margin: 10px 0 0 0;
        padding: 15px 10px 15px 10px;
        border: 0;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        color: #00A0E2;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 14px;
        background: #EEF2F4; }
        @media screen and (max-width: 1040px) {
          .forms_normal_radio.list textarea {
            font-family: "NexaBold";
            font-size: 13px;
            line-height: 13px; } }
    .forms_normal_radio.error i {
      color: #FF7C7C; }
      .forms_normal_radio.error i.ico_error {
        display: block; }
      .forms_normal_radio.error i.ico_valid, .forms_normal_radio.error i.ico_regular {
        display: none; }
    .forms_normal_radio.error span {
      color: #FF7C7C; }
    .forms_normal_radio.error.list span {
      color: #FF7C7C; }
    .forms_normal_radio.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_normal_radio.valid i.ico_error, .forms_normal_radio.valid i.ico_regular {
      display: none; }
  .forms_withoutIcon_input {
    position: relative;
    display: block; }
    .forms_withoutIcon_input > span {
      position: absolute;
      top: 17px;
      left: 20px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #AAB5BB;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 2; }
      @media screen and (max-width: 1040px) {
        .forms_withoutIcon_input > span {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
      .forms_withoutIcon_input > span.withVal {
        top: -15px;
        left: 0px;
        font-family: "NexaBold";
        font-size: 10px;
        line-height: 14px;
        color: #5E656F; }
    .forms_withoutIcon_input input[type=text], .forms_withoutIcon_input input[type=password], .forms_withoutIcon_input input[type=email] {
      padding: 0 10px 0 20px;
      height: 45px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #00A0E2;
      background: #EEF2F4; }
    .forms_withoutIcon_input.error input {
      border: 1px solid #FF7C7C; }
    .forms_withoutIcon_input.important span:before {
      content: '* ';
      color: #FF7C7C; }
    .forms_withoutIcon_input.phoneNumber > span {
      left: 55px; }
      .forms_withoutIcon_input.phoneNumber > span.withVal {
        left: 0; }
  .forms_withoutIcon_inputRightIcon {
    position: relative; }
    .forms_withoutIcon_inputRightIcon > span {
      position: absolute;
      z-index: 5;
      top: 5px;
      left: 20px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #AAB5BB;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      @media screen and (max-width: 1040px) {
        .forms_withoutIcon_inputRightIcon > span {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
      .forms_withoutIcon_inputRightIcon > span.withVal {
        top: -25px;
        left: 0;
        font-family: "NexaBold";
        font-size: 10px;
        line-height: 14px;
        color: #5E656F; }
    .forms_withoutIcon_inputRightIcon input[type=text], .forms_withoutIcon_inputRightIcon input[type=password] {
      padding: 0 20px 0 20px;
      height: 45px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #00A0E2;
      background: #EEF2F4; }
    .forms_withoutIcon_inputRightIcon i {
      position: absolute;
      top: 3px;
      right: 10px;
      font-size: 20px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .forms_withoutIcon_inputRightIcon.error input {
      border: 1px solid #FF7C7C; }
    .forms_withoutIcon_inputRightIcon.important > span:before {
      content: '* ';
      color: #FF7C7C; }
  .forms_withoutIcon_select {
    position: relative;
    border: 0;
    padding: 0 0 0 0;
    /* Responsive */ }
    .forms_withoutIcon_select .multiselect {
      text-align: left; }
      .forms_withoutIcon_select .multiselect .caret {
        position: absolute;
        top: 22px;
        right: 10px;
        border: 0;
        background-image: url("images/select_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 7px;
        width: 14px;
        /* Responsive */ }
        @media screen and (max-width: 480px) {
          .forms_withoutIcon_select .multiselect .caret {
            display: none; } }
      .forms_withoutIcon_select .multiselect .dropdown-toggle {
        position: relative; }
      .forms_withoutIcon_select .multiselect .multiselect-selected-text {
        position: absolute;
        display: block;
        margin: 4px 0 0 0;
        top: 25%;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto !important;
        color: #00A0E2; }
    .forms_withoutIcon_select li a {
      padding-left: 0; }
      .forms_withoutIcon_select li a label {
        padding-left: 10px; }
    .forms_withoutIcon_select li.active a {
      background: #EEF2F4; }
    .forms_withoutIcon_select label.checkbox {
      position: relative;
      left: 0px;
      color: #AAB5BB; }
    .forms_withoutIcon_select .dropdown-menu {
      width: 100%;
      padding: 5px; }
      .forms_withoutIcon_select .dropdown-menu > li {
        width: 100%;
        padding: 0 0 0 0; }
        .forms_withoutIcon_select .dropdown-menu > li .checkbox {
          width: 90%;
          font-family: "Nexa";
          font-size: 16px;
          line-height: 16px; }
        .forms_withoutIcon_select .dropdown-menu > li > a {
          white-space: normal; }
      .forms_withoutIcon_select .dropdown-menu > .active > a {
        background: #EEF2F4; }
        .forms_withoutIcon_select .dropdown-menu > .active > a .checkbox {
          color: #00A0E2; }
      .forms_withoutIcon_select .dropdown-menu .multiselect-clear-filter {
        display: none; }
      .forms_withoutIcon_select .dropdown-menu .multiselect-search {
        width: 100%; }
      .forms_withoutIcon_select .dropdown-menu:before {
        content: '';
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        z-index: 5; }
    .forms_withoutIcon_select > label {
      position: absolute;
      top: -webkit-calc(50% - 7px);
      top: calc(50% - 7px);
      left: 20px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #AAB5BB;
      z-index: 5;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      /* Reponsive */ }
      @media screen and (max-width: 1040px) {
        .forms_withoutIcon_select > label {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
      .forms_withoutIcon_select > label.withVal {
        top: -15px;
        left: 0px;
        font-family: "NexaBold";
        font-size: 10px;
        line-height: 14px;
        color: #5E656F; }
      @media screen and (max-width: 1040px) {
        .forms_withoutIcon_select > label {
          left: 20px; } }
      @media screen and (max-width: 480px) {
        .forms_withoutIcon_select > label {
          top: 17px; } }
    .forms_withoutIcon_select select, .forms_withoutIcon_select .multiselect {
      padding: 0 20px 0 20px;
      height: 45px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #AAB5BB;
      background: #EEF2F4;
      -webkit-appearance: none;
      -moz-appearance: none; }
      @media screen and (max-width: 1040px) {
        .forms_withoutIcon_select select, .forms_withoutIcon_select .multiselect {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_withoutIcon_select .select2-hidden-accessible {
      position: relative !important; }
    .forms_withoutIcon_select .select2.select2-container {
      width: 100% !important; }
      .forms_withoutIcon_select .select2.select2-container .selection {
        /* Responsive */ }
        .forms_withoutIcon_select .select2.select2-container .selection .select2-selection {
          position: relative;
          padding: 0 40px 0 40px;
          min-height: 45px;
          border: 0;
          -webkit-border-top-left-radius: 4px;
          -moz-border-topleft-radius: 4px;
          border-top-left-radius: 4px;
          -webkit-border-top-right-radius: 4px;
          -moz-border-topright-radius: 4px;
          border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-bottomright-radius: 4px;
          border-bottom-right-radius: 4px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-bottomleft-radius: 4px;
          border-bottom-left-radius: 4px;
          width: 100%;
          -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 14px;
          color: #AAB5BB;
          background: #EEF2F4;
          -webkit-appearance: none;
          -moz-appearance: none; }
          @media screen and (max-width: 1040px) {
            .forms_withoutIcon_select .select2.select2-container .selection .select2-selection {
              font-family: "NexaBold";
              font-size: 13px;
              line-height: 13px; } }
          .forms_withoutIcon_select .select2.select2-container .selection .select2-selection .select2-selection__rendered {
            padding: 0 10px 0 0;
            color: #00A0E2;
            line-height: 45px; }
          .forms_withoutIcon_select .select2.select2-container .selection .select2-selection .select2-selection__arrow {
            top: 10px;
            right: 6px;
            background-image: url("images/select_arrow.png");
            background-repeat: no-repeat;
            background-position: center center; }
            .forms_withoutIcon_select .select2.select2-container .selection .select2-selection .select2-selection__arrow b {
              visibility: hidden; }
          .forms_withoutIcon_select .select2.select2-container .selection .select2-selection .select2-selection__clear {
            position: absolute;
            top: 0;
            z-index: 99;
            right: 25px;
            color: #5E656F;
            font-family: "Nexa";
            font-size: 26px; }
      .forms_withoutIcon_select .select2.select2-container .select2-selection {
        padding: 0 20px 0 20px !important; }
    .forms_withoutIcon_select.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_withoutIcon_select.valid i.ico_error, .forms_withoutIcon_select.valid i.ico_regular {
      display: none; }
    .forms_withoutIcon_select.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_withoutIcon_select.error i.ico_regular, .forms_withoutIcon_select.error i.ico_valid {
      display: none; }
    .forms_withoutIcon_select.error select, .forms_withoutIcon_select.error .multiselect {
      color: #00A0E2;
      border: 1px solid #FF7C7C !important; }
    .forms_withoutIcon_select.error .select2.select2-container .select2-selection, .forms_withoutIcon_select.error .select2.select2-container .select2-selection--single {
      color: #00A0E2;
      border: 1px solid #FF7C7C !important; }
    .forms_withoutIcon_select.important label:before {
      content: '* ';
      color: #FF7C7C; }
    @media screen and (max-width: 480px) {
      .forms_withoutIcon_select {
        height: 45px; }
        .forms_withoutIcon_select .select2-hidden-accessible {
          padding-left: 20px !important; }
        .forms_withoutIcon_select:after {
          content: ' ';
          position: absolute;
          display: block;
          top: 0;
          right: 0;
          width: 50px;
          height: 45px;
          background-image: url("images/select_arrow.png");
          background-repeat: no-repeat;
          background-position: center center; } }
  .forms_withoutIcon_textarea > span {
    position: absolute;
    top: 17px;
    left: 40px;
    font-family: "NexaBold";
    font-size: 14px;
    line-height: 14px;
    color: #AAB5BB;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (max-width: 1040px) {
      .forms_withoutIcon_textarea > span {
        font-family: "NexaBold";
        font-size: 13px;
        line-height: 13px; } }
    .forms_withoutIcon_textarea > span.withVal {
      top: -15px;
      left: 15px;
      font-family: "NexaBold";
      font-size: 10px;
      line-height: 14px;
      color: #5E656F; }
  .forms_withoutIcon_textarea textarea {
    padding: 15px 20px 15px 20px;
    border: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-topleft-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-topright-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottomleft-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    color: #00A0E2;
    font-family: "NexaBold";
    font-size: 14px;
    line-height: 14px;
    background: #EEF2F4; }
    @media screen and (max-width: 1040px) {
      .forms_withoutIcon_textarea textarea {
        font-family: "NexaBold";
        font-size: 13px;
        line-height: 13px; } }
  .forms_withoutIcon_textarea span.textaret_limit {
    display: block;
    text-align: right;
    font-family: "Montserrat";
    font-size: 10px;
    line-height: 12px;
    color: #AAB5BB; }
  .forms_withoutIcon_textarea.important span:not(.textaret_limit):before {
    content: '* ';
    color: #FF7C7C; }
  .forms_withoutIcon_textarea.error textarea {
    border: 1px solid #FF7C7C; }
  .forms_labelAbove_input i {
    position: absolute;
    z-index: 5;
    display: block;
    bottom: 11px;
    left: 25px;
    font-size: 23px;
    color: #AAB5BB;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
    .forms_labelAbove_input i.ico_regular {
      display: block; }
    .forms_labelAbove_input i.ico_error, .forms_labelAbove_input i.ico_valid {
      display: none; }
  .forms_labelAbove_input span {
    display: block;
    margin: 0px 0 17px 0;
    font-family: "NexaBook";
    font-size: 14px;
    line-height: 14px;
    color: #5E656F; }
  .forms_labelAbove_input input[type=text], .forms_labelAbove_input input[type=password] {
    padding: 0 40px 0 40px;
    height: 45px;
    border: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-topleft-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-topright-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottomleft-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    color: #00A0E2;
    font-family: "NexaBold";
    font-size: 14px;
    line-height: 14px;
    background: #EEF2F4; }
    @media screen and (max-width: 1040px) {
      .forms_labelAbove_input input[type=text], .forms_labelAbove_input input[type=password] {
        font-family: "NexaBold";
        font-size: 13px;
        line-height: 13px; } }
  .forms_labelAbove_input.valid i.ico_valid {
    display: block;
    color: #88D68F; }
  .forms_labelAbove_input.valid i.ico_error, .forms_labelAbove_input.valid i.ico_regular {
    display: none; }
  .forms_labelAbove_input.error i.ico_error {
    display: block;
    color: #FF7C7C; }
  .forms_labelAbove_input.error i.ico_regular, .forms_labelAbove_input.error i.ico_valid {
    display: none; }
  .forms_labelAbove_input.error input {
    color: #00A0E2;
    border: 1px solid #FF7C7C; }
  .forms_labelAbove_input.important span.cell-title:before {
    content: '* ';
    color: #FF7C7C; }
  .forms_labelAbove_select {
    position: relative;
    border: 0;
    padding: 0 0 0 0;
    /* Responsive */ }
    .forms_labelAbove_select .multiselect {
      text-align: left; }
      .forms_labelAbove_select .multiselect .caret {
        position: absolute;
        top: 22px;
        right: 10px;
        border: 0;
        background-image: url("images/select_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 7px;
        width: 14px;
        /* Responsive */ }
        @media screen and (max-width: 480px) {
          .forms_labelAbove_select .multiselect .caret {
            display: none; } }
      .forms_labelAbove_select .multiselect .dropdown-toggle {
        position: relative; }
      .forms_labelAbove_select .multiselect .multiselect-selected-text {
        position: absolute;
        display: block;
        margin: 4px 0 0 0;
        top: 25%;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto !important;
        color: #00A0E2; }
    .forms_labelAbove_select li a {
      padding-left: 0; }
      .forms_labelAbove_select li a label {
        padding-left: 10px; }
    .forms_labelAbove_select li.active a {
      background: #EEF2F4; }
    .forms_labelAbove_select label.checkbox {
      position: relative;
      left: 0px;
      color: #AAB5BB; }
    .forms_labelAbove_select .dropdown-menu {
      width: 100%;
      padding: 5px; }
      .forms_labelAbove_select .dropdown-menu > li {
        width: 100%;
        padding: 0 0 0 0; }
        .forms_labelAbove_select .dropdown-menu > li .checkbox {
          width: 90%;
          font-family: "Nexa";
          font-size: 16px;
          line-height: 16px; }
        .forms_labelAbove_select .dropdown-menu > li > a {
          white-space: normal; }
      .forms_labelAbove_select .dropdown-menu > .active > a {
        background: #EEF2F4; }
        .forms_labelAbove_select .dropdown-menu > .active > a .checkbox {
          color: #00A0E2; }
      .forms_labelAbove_select .dropdown-menu .multiselect-clear-filter {
        display: none; }
      .forms_labelAbove_select .dropdown-menu .multiselect-search {
        width: 100%; }
      .forms_labelAbove_select .dropdown-menu:before {
        content: '';
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        z-index: 5; }
    .forms_labelAbove_select i {
      position: absolute;
      z-index: 5;
      display: block;
      bottom: 11px;
      left: 10px;
      font-size: 23px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .forms_labelAbove_select i.ico_regular {
        display: block; }
      .forms_labelAbove_select i.ico_error, .forms_labelAbove_select i.ico_valid {
        display: none; }
    .forms_labelAbove_select > span {
      display: block;
      margin: 0px 0 17px 0;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 14px;
      color: #5E656F; }
    .forms_labelAbove_select select, .forms_labelAbove_select .multiselect {
      padding: 0 40px 0 40px;
      height: 45px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #00A0E2;
      background: #EEF2F4;
      -webkit-appearance: none;
      -moz-appearance: none; }
      @media screen and (max-width: 1040px) {
        .forms_labelAbove_select select, .forms_labelAbove_select .multiselect {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_labelAbove_select .select2.select2-container {
      width: 100% !important; }
      .forms_labelAbove_select .select2.select2-container .selection {
        /* Responsive */ }
        .forms_labelAbove_select .select2.select2-container .selection .select2-selection {
          position: relative;
          padding: 0 40px 0 40px;
          min-height: 45px;
          border: 0;
          -webkit-border-top-left-radius: 4px;
          -moz-border-topleft-radius: 4px;
          border-top-left-radius: 4px;
          -webkit-border-top-right-radius: 4px;
          -moz-border-topright-radius: 4px;
          border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-bottomright-radius: 4px;
          border-bottom-right-radius: 4px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-bottomleft-radius: 4px;
          border-bottom-left-radius: 4px;
          width: 100%;
          -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 14px;
          color: #AAB5BB;
          background: #EEF2F4;
          -webkit-appearance: none;
          -moz-appearance: none; }
          @media screen and (max-width: 1040px) {
            .forms_labelAbove_select .select2.select2-container .selection .select2-selection {
              font-family: "NexaBold";
              font-size: 13px;
              line-height: 13px; } }
          .forms_labelAbove_select .select2.select2-container .selection .select2-selection .select2-selection__rendered {
            padding: 0 10px 0 0;
            color: #00A0E2;
            line-height: 45px; }
          .forms_labelAbove_select .select2.select2-container .selection .select2-selection .select2-selection__arrow {
            top: 10px;
            right: 6px;
            background-image: url("images/select_arrow.png");
            background-repeat: no-repeat;
            background-position: center center; }
            .forms_labelAbove_select .select2.select2-container .selection .select2-selection .select2-selection__arrow b {
              visibility: hidden; }
          .forms_labelAbove_select .select2.select2-container .selection .select2-selection .select2-selection__clear {
            position: absolute;
            top: 0;
            z-index: 99;
            right: 25px;
            color: #5E656F;
            font-family: "Nexa";
            font-size: 26px; }
      .forms_labelAbove_select .select2.select2-container .select2-selection__clear {
        top: 16px; }
    .forms_labelAbove_select.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_labelAbove_select.valid i.ico_error, .forms_labelAbove_select.valid i.ico_regular {
      display: none; }
    .forms_labelAbove_select.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_labelAbove_select.error i.ico_regular, .forms_labelAbove_select.error i.ico_valid {
      display: none; }
    .forms_labelAbove_select.error select, .forms_labelAbove_select.error .multiselect {
      color: #00A0E2;
      border: 1px solid #FF7C7C; }
    .forms_labelAbove_select.error .select2.select2-container .select2-selection, .forms_labelAbove_select.error .select2.select2-container .select2-selection--single {
      color: #00A0E2;
      border: 1px solid #FF7C7C !important; }
    .forms_labelAbove_select.important > span.cell-title:before {
      content: '* ';
      color: #FF7C7C; }
    .forms_labelAbove_select.disable .btn-group .dropdown-menu {
      position: relative; }
      .forms_labelAbove_select.disable .btn-group .dropdown-menu:before {
        display: block; }
    @media screen and (max-width: 480px) {
      .forms_labelAbove_select:after {
        content: ' ';
        position: absolute;
        display: block;
        bottom: -3px;
        right: 0;
        width: 50px;
        height: 45px;
        background-image: url("images/select_arrow.png");
        background-repeat: no-repeat;
        background-position: center center; } }
  .forms_labelAbove_selectbox {
    position: relative;
    border: 0; }
    .forms_labelAbove_selectbox i {
      position: absolute;
      z-index: 5;
      display: block;
      top: -5px;
      left: 0;
      font-size: 23px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .forms_labelAbove_selectbox i.ico_regular {
        display: block; }
      .forms_labelAbove_selectbox i.ico_error, .forms_labelAbove_selectbox i.ico_valid {
        display: none; }
    .forms_labelAbove_selectbox span.cell-title {
      padding: 0 0 0 25px; }
    .forms_labelAbove_selectbox label {
      display: inline-block;
      cursor: pointer;
      position: relative;
      margin: 15px 15px 0 0;
      padding: 0 0 0 30px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px; }
      @media screen and (max-width: 1040px) {
        .forms_labelAbove_selectbox label {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
      .forms_labelAbove_selectbox label:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -4px;
        background-color: #EEF2F4;
        -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        border-radius: 3px; }
      .forms_labelAbove_selectbox label:after {
        /*content: '';
          display: inline-block;
          width: 18px;
          height: 18px;
          @include margin-right(10px);
          position: absolute;
          @include right(0);
          top: -4px;
          background-color: $cl_second;
          box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
          border-radius: 3px;*/ }
    .forms_labelAbove_selectbox input[type=checkbox] {
      display: none; }
      .forms_labelAbove_selectbox input[type=checkbox]:checked + label:before {
        background-color: #AAB5BB;
        content: "\2713";
        color: #FFFFFF;
        font-size: 25px;
        text-align: center; }
      .forms_labelAbove_selectbox input[type=checkbox]:checked + label.agree:before {
        background-color: #5E656F;
        content: "\2713";
        color: #FFFFFF;
        font-size: 25px;
        text-align: center; }
    .forms_labelAbove_selectbox textarea {
      padding: 15px 40px 15px 40px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      color: #AAB5BB;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      background: #EEF2F4; }
      @media screen and (max-width: 1040px) {
        .forms_labelAbove_selectbox textarea {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_labelAbove_selectbox.list {
      position: relative;
      border: 0;
      padding: 0 0 0 0; }
      .forms_labelAbove_selectbox.list span {
        display: block;
        margin: 0px 0 17px 0;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 14px;
        color: #5E656F; }
        @media screen and (max-width: 1040px) {
          .forms_labelAbove_selectbox.list span {
            font-family: "NexaBold";
            font-size: 13px;
            line-height: 13px; } }
      .forms_labelAbove_selectbox.list label {
        display: block;
        margin: 10px 0 0 0;
        font-family: "NexaBook";
        font-size: 14px;
        line-height: 14px;
        color: #5E656F; }
        .forms_labelAbove_selectbox.list label.agree {
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 12px;
          font-weight: 700;
          color: #AAB5BB; }
      .forms_labelAbove_selectbox.list textarea {
        display: none;
        margin: 10px 0 0 0;
        padding: 15px 10px 15px 10px;
        border: 0;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        color: #00A0E2;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 14px;
        background: #EEF2F4; }
        @media screen and (max-width: 1040px) {
          .forms_labelAbove_selectbox.list textarea {
            font-family: "NexaBold";
            font-size: 13px;
            line-height: 13px; } }
    .forms_labelAbove_selectbox.single {
      position: relative;
      border: 0;
      padding: 0 0 0 0; }
      .forms_labelAbove_selectbox.single i {
        top: 10px; }
      .forms_labelAbove_selectbox.single label {
        display: block;
        margin: 16px 0 16px 0;
        padding: 0 0 0 30px;
        font-family: "Nexa";
        font-size: 13px;
        line-height: 13px;
        color: #5E656F; }
        .forms_labelAbove_selectbox.single label:before {
          display: none; }
        .forms_labelAbove_selectbox.single label:after {
          content: '';
          display: inline-block;
          width: 18px;
          height: 18px;
          margin-right: 10px;
          position: absolute;
          right: 0;
          top: -4px;
          background-color: #EEF2F4;
          -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
          border-radius: 3px; }
      .forms_labelAbove_selectbox.single input[type=checkbox] {
        display: none; }
        .forms_labelAbove_selectbox.single input[type=checkbox]:checked + label:after {
          background-color: #AAB5BB;
          content: "\2713";
          color: #FFFFFF;
          font-size: 25px;
          text-align: center; }
        .forms_labelAbove_selectbox.single input[type=checkbox]:checked + label.agree:after {
          background-color: #5E656F;
          content: "\2713";
          color: #FFFFFF;
          font-size: 25px;
          text-align: center; }
    .forms_labelAbove_selectbox.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_labelAbove_selectbox.valid i.ico_error, .forms_labelAbove_selectbox.valid i.ico_regular {
      display: none; }
    .forms_labelAbove_selectbox.error i {
      color: #FF7C7C; }
      .forms_labelAbove_selectbox.error i.ico_error {
        display: block; }
      .forms_labelAbove_selectbox.error i.ico_valid, .forms_labelAbove_selectbox.error i.ico_regular {
        display: none; }
    .forms_labelAbove_selectbox.error span {
      color: #FF7C7C; }
    .forms_labelAbove_selectbox.error.list span {
      color: #FF7C7C; }
    .forms_labelAbove_selectbox.important span.cell-title:before {
      content: '* ';
      color: #FF7C7C; }
  .forms_labelAbove_textarea {
    position: relative; }
    .forms_labelAbove_textarea i {
      position: absolute;
      z-index: 5;
      display: block;
      top: 42px;
      left: 10px;
      font-size: 23px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .forms_labelAbove_textarea i.ico_regular {
        display: block; }
      .forms_labelAbove_textarea i.ico_error, .forms_labelAbove_textarea i.ico_valid {
        display: none; }
    .forms_labelAbove_textarea span {
      display: block;
      margin: 0px 0 17px 0;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 14px;
      color: #5E656F; }
    .forms_labelAbove_textarea textarea {
      padding: 15px 40px 15px 40px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      color: #00A0E2;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      background: #EEF2F4; }
      @media screen and (max-width: 1040px) {
        .forms_labelAbove_textarea textarea {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_labelAbove_textarea span.textaret_limit {
      display: block;
      text-align: right;
      font-family: "Montserrat";
      font-size: 10px;
      line-height: 12px;
      color: #AAB5BB; }
    .forms_labelAbove_textarea.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_labelAbove_textarea.valid i.ico_error, .forms_labelAbove_textarea.valid i.ico_regular {
      display: none; }
    .forms_labelAbove_textarea.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_labelAbove_textarea.error i.ico_regular, .forms_labelAbove_textarea.error i.ico_valid {
      display: none; }
    .forms_labelAbove_textarea.error textarea {
      color: #00A0E2;
      border: 1px solid #FF7C7C; }
    .forms_labelAbove_textarea.important span.cell-title:before {
      content: '* ';
      color: #FF7C7C; }
  .forms_labelAbove_radio {
    position: relative;
    border: 0;
    padding: 0 0 0 0; }
    .forms_labelAbove_radio i {
      position: absolute;
      z-index: 5;
      display: block;
      top: -5px;
      left: 0;
      font-size: 23px;
      color: #AAB5BB;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .forms_labelAbove_radio i.ico_regular {
        display: block; }
      .forms_labelAbove_radio i.ico_error, .forms_labelAbove_radio i.ico_valid {
        display: none; }
    .forms_labelAbove_radio span {
      display: block;
      margin: 0 0 17px 0;
      padding: 0 0 0 25px;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 14px;
      color: #5E656F; }
    .forms_labelAbove_radio label {
      display: inline-block;
      cursor: pointer;
      position: relative;
      margin: 15px 15px 0 0;
      padding: 0 0 0 30px;
      font-family: "Nexa";
      font-size: 13px;
      line-height: 13px;
      /*       font-size: 13px;*/ }
      .forms_labelAbove_radio label:before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -4px;
        background-color: #EEF2F4;
        -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        border-radius: 13px; }
    .forms_labelAbove_radio input[type=radio] {
      display: none; }
      .forms_labelAbove_radio input[type=radio]:checked + label:before {
        background-color: #AAB5BB;
        content: "\2022";
        color: #FFFFFF;
        font-size: 50px;
        line-height: 21px;
        text-align: center; }
    .forms_labelAbove_radio.important span.cell-title:before {
      content: '* ';
      color: #FF7C7C; }
    .forms_labelAbove_radio.list {
      position: relative;
      border: 0;
      padding: 0 0 0 0; }
      .forms_labelAbove_radio.list span {
        display: block;
        margin: 0px 0 17px 0;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 14px;
        color: #5E656F; }
        @media screen and (max-width: 1040px) {
          .forms_labelAbove_radio.list span {
            font-family: "NexaBold";
            font-size: 13px;
            line-height: 13px; } }
      .forms_labelAbove_radio.list label {
        font-family: "NexaBook";
        font-size: 14px;
        line-height: 14px;
        display: block;
        width: auto; }
      .forms_labelAbove_radio.list textarea {
        display: none;
        margin: 10px 0 0 0;
        padding: 15px 10px 15px 10px;
        border: 0;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        color: #00A0E2;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 14px;
        background: #EEF2F4; }
        @media screen and (max-width: 1040px) {
          .forms_labelAbove_radio.list textarea {
            font-family: "NexaBold";
            font-size: 13px;
            line-height: 13px; } }
    .forms_labelAbove_radio.error i {
      color: #FF7C7C; }
      .forms_labelAbove_radio.error i.ico_error {
        display: block; }
      .forms_labelAbove_radio.error i.ico_valid, .forms_labelAbove_radio.error i.ico_regular {
        display: none; }
    .forms_labelAbove_radio.error span {
      color: #FF7C7C; }
    .forms_labelAbove_radio.error.list span {
      color: #FF7C7C; }
    .forms_labelAbove_radio.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_labelAbove_radio.valid i.ico_error, .forms_labelAbove_radio.valid i.ico_regular {
      display: none; }
  .forms_labelAboveNoIcon_input span {
    display: block;
    margin: 0px 0 17px 0;
    font-family: "NexaBook";
    font-size: 14px;
    line-height: 14px;
    color: #5E656F; }
  .forms_labelAboveNoIcon_input input[type=text], .forms_labelAboveNoIcon_input input[type=password], .forms_labelAboveNoIcon_input input[type=email] {
    padding: 0 10px 0 10px;
    height: 45px;
    border: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-topleft-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-topright-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottomleft-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    color: #00A0E2;
    font-family: "NexaBold";
    font-size: 14px;
    line-height: 14px;
    background: #EEF2F4; }
    @media screen and (max-width: 1040px) {
      .forms_labelAboveNoIcon_input input[type=text], .forms_labelAboveNoIcon_input input[type=password], .forms_labelAboveNoIcon_input input[type=email] {
        font-family: "NexaBold";
        font-size: 13px;
        line-height: 13px; } }
  .forms_labelAboveNoIcon_input.valid i.ico_valid {
    display: block;
    color: #88D68F; }
  .forms_labelAboveNoIcon_input.valid i.ico_error, .forms_labelAboveNoIcon_input.valid i.ico_regular {
    display: none; }
  .forms_labelAboveNoIcon_input.error i.ico_error {
    display: block;
    color: #FF7C7C; }
  .forms_labelAboveNoIcon_input.error i.ico_regular, .forms_labelAboveNoIcon_input.error i.ico_valid {
    display: none; }
  .forms_labelAboveNoIcon_input.error input {
    color: #00A0E2;
    border: 1px solid #FF7C7C; }
  .forms_labelAboveNoIcon_input.important span.cell-title:before {
    content: '* ';
    color: #FF7C7C; }
  .forms_labelAboveNoIcon_select {
    position: relative;
    border: 0;
    padding: 0 0 0 0;
    /* Responsive */ }
    .forms_labelAboveNoIcon_select .multiselect {
      text-align: left; }
      .forms_labelAboveNoIcon_select .multiselect .caret {
        position: absolute;
        top: 22px;
        right: 10px;
        border: 0;
        background-image: url("images/select_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 7px;
        width: 14px;
        /* Responsive */ }
        @media screen and (max-width: 480px) {
          .forms_labelAboveNoIcon_select .multiselect .caret {
            display: none; } }
      .forms_labelAboveNoIcon_select .multiselect .dropdown-toggle {
        position: relative; }
      .forms_labelAboveNoIcon_select .multiselect .multiselect-selected-text {
        position: absolute;
        display: block;
        margin: 4px 0 0 0;
        top: 25%;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto !important;
        color: #00A0E2; }
    .forms_labelAboveNoIcon_select li a {
      padding-left: 0; }
      .forms_labelAboveNoIcon_select li a label {
        padding-left: 10px; }
    .forms_labelAboveNoIcon_select li.active a {
      background: #EEF2F4; }
    .forms_labelAboveNoIcon_select label.checkbox {
      position: relative;
      left: 0px;
      color: #AAB5BB; }
    .forms_labelAboveNoIcon_select .dropdown-menu {
      width: 100%;
      padding: 5px; }
      .forms_labelAboveNoIcon_select .dropdown-menu > li {
        width: 100%;
        padding: 0 0 0 0; }
        .forms_labelAboveNoIcon_select .dropdown-menu > li .checkbox {
          width: 90%;
          font-family: "Nexa";
          font-size: 16px;
          line-height: 16px; }
        .forms_labelAboveNoIcon_select .dropdown-menu > li > a {
          white-space: normal; }
      .forms_labelAboveNoIcon_select .dropdown-menu > .active > a {
        background: #EEF2F4; }
        .forms_labelAboveNoIcon_select .dropdown-menu > .active > a .checkbox {
          color: #00A0E2; }
      .forms_labelAboveNoIcon_select .dropdown-menu .multiselect-clear-filter {
        display: none; }
      .forms_labelAboveNoIcon_select .dropdown-menu .multiselect-search {
        width: 100%; }
      .forms_labelAboveNoIcon_select .dropdown-menu:before {
        content: '';
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        z-index: 5; }
    .forms_labelAboveNoIcon_select span {
      display: block;
      margin: 0px 0 17px 0;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 14px;
      color: #5E656F; }
    .forms_labelAboveNoIcon_select select, .forms_labelAboveNoIcon_select .multiselect {
      padding: 0 10px 0 10px;
      height: 45px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      color: #00A0E2;
      background: #EEF2F4;
      -webkit-appearance: none;
      -moz-appearance: none; }
      @media screen and (max-width: 1040px) {
        .forms_labelAboveNoIcon_select select, .forms_labelAboveNoIcon_select .multiselect {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_labelAboveNoIcon_select .select2.select2-container {
      width: 100% !important; }
      .forms_labelAboveNoIcon_select .select2.select2-container .selection {
        /* Responsive */ }
        .forms_labelAboveNoIcon_select .select2.select2-container .selection .select2-selection {
          position: relative;
          padding: 0 40px 0 40px;
          min-height: 45px;
          border: 0;
          -webkit-border-top-left-radius: 4px;
          -moz-border-topleft-radius: 4px;
          border-top-left-radius: 4px;
          -webkit-border-top-right-radius: 4px;
          -moz-border-topright-radius: 4px;
          border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-bottomright-radius: 4px;
          border-bottom-right-radius: 4px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-bottomleft-radius: 4px;
          border-bottom-left-radius: 4px;
          width: 100%;
          -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 14px;
          color: #AAB5BB;
          background: #EEF2F4;
          -webkit-appearance: none;
          -moz-appearance: none; }
          @media screen and (max-width: 1040px) {
            .forms_labelAboveNoIcon_select .select2.select2-container .selection .select2-selection {
              font-family: "NexaBold";
              font-size: 13px;
              line-height: 13px; } }
          .forms_labelAboveNoIcon_select .select2.select2-container .selection .select2-selection .select2-selection__rendered {
            padding: 0 10px 0 0;
            color: #00A0E2;
            line-height: 45px; }
          .forms_labelAboveNoIcon_select .select2.select2-container .selection .select2-selection .select2-selection__arrow {
            top: 10px;
            right: 6px;
            background-image: url("images/select_arrow.png");
            background-repeat: no-repeat;
            background-position: center center; }
            .forms_labelAboveNoIcon_select .select2.select2-container .selection .select2-selection .select2-selection__arrow b {
              visibility: hidden; }
          .forms_labelAboveNoIcon_select .select2.select2-container .selection .select2-selection .select2-selection__clear {
            position: absolute;
            top: 0;
            z-index: 99;
            right: 25px;
            color: #5E656F;
            font-family: "Nexa";
            font-size: 26px; }
      .forms_labelAboveNoIcon_select .select2.select2-container .select2-selection__clear {
        top: 16px; }
    .forms_labelAboveNoIcon_select.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_labelAboveNoIcon_select.valid i.ico_error, .forms_labelAboveNoIcon_select.valid i.ico_regular {
      display: none; }
    .forms_labelAboveNoIcon_select.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_labelAboveNoIcon_select.error i.ico_regular, .forms_labelAboveNoIcon_select.error i.ico_valid {
      display: none; }
    .forms_labelAboveNoIcon_select.error select, .forms_labelAboveNoIcon_select.error .multiselect {
      color: #00A0E2;
      border: 1px solid #FF7C7C; }
    .forms_labelAboveNoIcon_select.important span.cell-title:before {
      content: '* ';
      color: #FF7C7C; }
    .forms_labelAboveNoIcon_select.disable .btn-group .dropdown-menu {
      position: relative; }
      .forms_labelAboveNoIcon_select.disable .btn-group .dropdown-menu:before {
        display: block; }
    @media screen and (max-width: 480px) {
      .forms_labelAboveNoIcon_select:after {
        content: ' ';
        position: absolute;
        display: block;
        bottom: -3px;
        right: 0;
        width: 50px;
        height: 45px;
        background-image: url("images/select_arrow.png");
        background-repeat: no-repeat;
        background-position: center center; } }
  .forms_labelAboveNoIcon_selectbox {
    /* Responsive */ }
    .forms_labelAboveNoIcon_selectbox label {
      display: inline-block;
      cursor: pointer;
      position: relative;
      margin: 15px 15px 0 0;
      padding: 0 0 0 30px;
      font-size: 13px; }
      .forms_labelAboveNoIcon_selectbox label:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -4px;
        background-color: #EEF2F4;
        -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        border-radius: 3px; }
    .forms_labelAboveNoIcon_selectbox input[type=checkbox] {
      display: none; }
      .forms_labelAboveNoIcon_selectbox input[type=checkbox]:checked + label:before {
        background-color: #AAB5BB;
        content: "\2713";
        color: #FFFFFF;
        font-size: 25px;
        text-align: center; }
    .forms_labelAboveNoIcon_selectbox.list {
      position: relative;
      border: 0;
      padding: 0 0 0 0; }
      .forms_labelAboveNoIcon_selectbox.list span {
        display: block;
        margin: 0px 0 17px 0;
        font-family: "NexaBook";
        font-size: 14px;
        line-height: 14px;
        color: #5E656F; }
      .forms_labelAboveNoIcon_selectbox.list label {
        display: block;
        margin: 10px 0 0 0;
        font-family: "NexaBook";
        font-size: 14px;
        line-height: 14px;
        color: #5E656F; }
      .forms_labelAboveNoIcon_selectbox.list textarea {
        display: none;
        margin: 10px 0 0 0;
        padding: 15px 10px 15px 10px;
        border: 0;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        color: #AAB5BB;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 14px;
        background: #EEF2F4; }
        @media screen and (max-width: 1040px) {
          .forms_labelAboveNoIcon_selectbox.list textarea {
            font-family: "NexaBold";
            font-size: 13px;
            line-height: 13px; } }
    .forms_labelAboveNoIcon_selectbox.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_labelAboveNoIcon_selectbox.valid i.ico_error, .forms_labelAboveNoIcon_selectbox.valid i.ico_regular {
      display: none; }
    .forms_labelAboveNoIcon_selectbox.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_labelAboveNoIcon_selectbox.error i.ico_regular, .forms_labelAboveNoIcon_selectbox.error i.ico_valid {
      display: none; }
    .forms_labelAboveNoIcon_selectbox.error select, .forms_labelAboveNoIcon_selectbox.error .forms_normal_select .multiselect, .forms_normal_select .forms_labelAboveNoIcon_selectbox.error .multiselect, .forms_labelAboveNoIcon_selectbox.error .forms_withoutIcon_select .multiselect, .forms_withoutIcon_select .forms_labelAboveNoIcon_selectbox.error .multiselect, .forms_labelAboveNoIcon_selectbox.error .forms_labelAbove_select .multiselect, .forms_labelAbove_select .forms_labelAboveNoIcon_selectbox.error .multiselect, .forms_labelAboveNoIcon_selectbox.error .forms_labelAboveNoIcon_select .multiselect, .forms_labelAboveNoIcon_select .forms_labelAboveNoIcon_selectbox.error .multiselect {
      color: #00A0E2;
      border: 1px solid #FF7C7C; }
    .forms_labelAboveNoIcon_selectbox.important span.cell-title:before {
      content: '* ';
      color: #FF7C7C; }
  .forms_labelAboveNoIcon_textarea {
    position: relative; }
    .forms_labelAboveNoIcon_textarea span {
      display: block;
      margin: 0px 0 17px 0;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 14px;
      color: #5E656F; }
    .forms_labelAboveNoIcon_textarea textarea {
      padding: 15px 10px 15px 10px;
      border: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      color: #AAB5BB;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 14px;
      background: #EEF2F4; }
      @media screen and (max-width: 1040px) {
        .forms_labelAboveNoIcon_textarea textarea {
          font-family: "NexaBold";
          font-size: 13px;
          line-height: 13px; } }
    .forms_labelAboveNoIcon_textarea span.textaret_limit {
      display: block;
      text-align: right;
      font-family: "Montserrat";
      font-size: 10px;
      line-height: 12px;
      color: #AAB5BB; }
    .forms_labelAboveNoIcon_textarea.valid i.ico_valid {
      display: block;
      color: #88D68F; }
    .forms_labelAboveNoIcon_textarea.valid i.ico_error, .forms_labelAboveNoIcon_textarea.valid i.ico_regular {
      display: none; }
    .forms_labelAboveNoIcon_textarea.error i.ico_error {
      display: block;
      color: #FF7C7C; }
    .forms_labelAboveNoIcon_textarea.error i.ico_regular, .forms_labelAboveNoIcon_textarea.error i.ico_valid {
      display: none; }
    .forms_labelAboveNoIcon_textarea.error textarea {
      color: #00A0E2;
      border: 1px solid #FF7C7C; }
    .forms_labelAboveNoIcon_textarea.important span.cell-title:before {
      content: '* ';
      color: #FF7C7C; }
  .forms_labelAboveNoIcon_radio {
    border: 0;
    padding: 0 0 0 0; }
    .forms_labelAboveNoIcon_radio span {
      display: block;
      margin: 0px 0 17px 0;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 14px;
      color: #5E656F; }
    .forms_labelAboveNoIcon_radio label {
      display: inline-block;
      cursor: pointer;
      position: relative;
      margin: 15px 15px 0 0;
      padding: 0 0 0 30px;
      font-size: 13px; }
      .forms_labelAboveNoIcon_radio label:before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -4px;
        background-color: #EEF2F4;
        -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        border-radius: 13px; }
    .forms_labelAboveNoIcon_radio input[type=radio] {
      display: none; }
      .forms_labelAboveNoIcon_radio input[type=radio]:checked + label:before {
        background-color: #AAB5BB;
        content: "\2022";
        color: #FFFFFF;
        font-size: 50px;
        line-height: 21px;
        text-align: center; }
    .forms_labelAboveNoIcon_radio.important span.cell-title:before {
      content: '* ';
      color: #FF7C7C; }
    .forms_labelAboveNoIcon_radio.list {
      position: relative;
      border: 0;
      padding: 0 0 0 0; }
      .forms_labelAboveNoIcon_radio.list span {
        display: block;
        margin: 0px 0 17px 0;
        font-family: "NexaBook";
        font-size: 14px;
        line-height: 14px;
        color: #5E656F; }
      .forms_labelAboveNoIcon_radio.list label {
        display: block;
        width: auto; }
      .forms_labelAboveNoIcon_radio.list textarea {
        display: none;
        margin: 10px 0 0 0;
        padding: 15px 10px 15px 10px;
        border: 0;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        color: #AAB5BB;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 14px;
        background: #EEF2F4; }
        @media screen and (max-width: 1040px) {
          .forms_labelAboveNoIcon_radio.list textarea {
            font-family: "NexaBold";
            font-size: 13px;
            line-height: 13px; } }
  .forms_buttonOn {
    position: relative;
    /* Responsive */ }
    .forms_buttonOn .button {
      position: absolute;
      top: -10px;
      right: 13px;
      height: 40px;
      line-height: 25px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 24px; }
      @media screen and (max-width: 750px) {
        .forms_buttonOn .button {
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 24px; } }
      @media screen and (max-width: 480px) {
        .forms_buttonOn .button {
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 20px; } }
    .forms_buttonOn input[type=text] {
      padding: 0 0 0 30px;
      width: 426px;
      height: 60px;
      border: 0;
      -webkit-border-top-left-radius: 100px;
      -moz-border-topleft-radius: 100px;
      border-top-left-radius: 100px;
      -webkit-border-top-right-radius: 100px;
      -moz-border-topright-radius: 100px;
      border-top-right-radius: 100px;
      -webkit-border-bottom-right-radius: 100px;
      -moz-border-bottomright-radius: 100px;
      border-bottom-right-radius: 100px;
      -webkit-border-bottom-left-radius: 100px;
      -moz-border-bottomleft-radius: 100px;
      border-bottom-left-radius: 100px;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      font-family: "Nexa";
      font-size: 14px;
      line-height: 14px;
      color: #195dac;
      font-weight: 600;
      background: #EEF2F4; }
    @media screen and (max-width: 750px) {
      .forms_buttonOn input[type=text] {
        width: 330px; } }
    @media screen and (max-width: 480px) {
      .forms_buttonOn input[type=text] {
        width: 100%;
        height: 45px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px; }
      .forms_buttonOn .button {
        position: relative;
        top: 5px;
        right: 0;
        padding: 11px 20px 11px 20px;
        -webkit-border-top-left-radius: 100px;
        -moz-border-topleft-radius: 100px;
        border-top-left-radius: 100px;
        -webkit-border-top-right-radius: 100px;
        -moz-border-topright-radius: 100px;
        border-top-right-radius: 100px;
        -webkit-border-bottom-right-radius: 100px;
        -moz-border-bottomright-radius: 100px;
        border-bottom-right-radius: 100px;
        -webkit-border-bottom-left-radius: 100px;
        -moz-border-bottomleft-radius: 100px;
        border-bottom-left-radius: 100px;
        color: #FFFFFF;
        background: #00A0E2; } }
  .forms_share_input {
    position: relative;
    /* Responsive */ }
    .forms_share_input a {
      position: absolute;
      top: 10px;
      right: 13px;
      height: 40px;
      line-height: 25px;
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 24px; }
      @media screen and (max-width: 750px) {
        .forms_share_input a {
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 24px; } }
      @media screen and (max-width: 480px) {
        .forms_share_input a {
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 20px; } }
    .forms_share_input input {
      padding: 0 0 0 30px;
      width: 426px;
      height: 60px;
      border: 0;
      -webkit-border-top-left-radius: 100px;
      -moz-border-topleft-radius: 100px;
      border-top-left-radius: 100px;
      -webkit-border-top-right-radius: 100px;
      -moz-border-topright-radius: 100px;
      border-top-right-radius: 100px;
      -webkit-border-bottom-right-radius: 100px;
      -moz-border-bottomright-radius: 100px;
      border-bottom-right-radius: 100px;
      -webkit-border-bottom-left-radius: 100px;
      -moz-border-bottomleft-radius: 100px;
      border-bottom-left-radius: 100px;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
      font-family: "NexaBold";
      font-size: 20px;
      line-height: 20px;
      color: #195dac;
      font-weight: 600;
      background: #EEF2F4; }
      @media screen and (max-width: 750px) {
        .forms_share_input input {
          font-family: "NexaBold";
          font-size: 17px;
          line-height: 17px; } }
      @media screen and (max-width: 480px) {
        .forms_share_input input {
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 14px; } }
      .forms_share_input input:disabled {
        opacity: 1; }
    @media screen and (max-width: 750px) {
      .forms_share_input input {
        width: 340px; } }
    @media screen and (max-width: 480px) {
      .forms_share_input input {
        width: 100%;
        height: 45px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px; }
      .forms_share_input a {
        position: relative;
        top: 5px;
        right: 0;
        padding: 11px 20px 11px 20px;
        border: 1px solid #00A0E2;
        -webkit-border-top-left-radius: 100px;
        -moz-border-topleft-radius: 100px;
        border-top-left-radius: 100px;
        -webkit-border-top-right-radius: 100px;
        -moz-border-topright-radius: 100px;
        border-top-right-radius: 100px;
        -webkit-border-bottom-right-radius: 100px;
        -moz-border-bottomright-radius: 100px;
        border-bottom-right-radius: 100px;
        -webkit-border-bottom-left-radius: 100px;
        -moz-border-bottomleft-radius: 100px;
        border-bottom-left-radius: 100px;
        color: #00A0E2;
        background: #FFFFFF; } }
  .forms_button_light input[type=submit], .forms_button_light button, .forms_button_light .forms_button_transparent button, .forms_button_transparent .forms_button_light button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF; }
    .forms_button_light input[type=submit]:hover, .forms_button_light button:hover, .forms_button_light .forms_button_transparent button:hover, .forms_button_transparent .forms_button_light button:hover, .forms_button_light input[type=submit]:visited, .forms_button_light button:visited, .forms_button_light .forms_button_transparent button:visited, .forms_button_transparent .forms_button_light button:visited, .forms_button_light input[type=submit]:link, .forms_button_light button:link, .forms_button_light .forms_button_transparent button:link, .forms_button_transparent .forms_button_light button:link, .forms_button_light input[type=submit]:active, .forms_button_light button:active, .forms_button_light .forms_button_transparent button:active, .forms_button_transparent .forms_button_light button:active {
      text-decoration: none; }
    .forms_button_light input[type=submit]:hover, .forms_button_light button:hover, .forms_button_light .forms_button_transparent button:hover, .forms_button_transparent .forms_button_light button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .forms_button_light input[type=submit].rightIcon i, .forms_button_light button.rightIcon i, .forms_button_light .forms_button_transparent button.rightIcon i, .forms_button_transparent .forms_button_light button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .forms_button_light input[type=submit].smallText, .forms_button_light button.smallText, .forms_button_light .forms_button_transparent button.smallText, .forms_button_transparent .forms_button_light button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .forms_button_light input[type=submit].loading, .forms_button_light button.loading, .forms_button_light .forms_button_transparent button.loading, .forms_button_transparent .forms_button_light button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .forms_button_light_lock {
    position: relative;
    display: inline-block; }
    .forms_button_light_lock input[type=submit], .forms_button_light_lock .forms_button_light button, .forms_button_light .forms_button_light_lock button, .forms_button_light_lock .forms_button_transparent button, .forms_button_transparent .forms_button_light_lock button {
      position: relative;
      position: relative;
      display: inline-block;
      padding: 10px 30px 10px 30px;
      border: 0;
      -webkit-border-top-left-radius: 20px;
      -moz-border-topleft-radius: 20px;
      border-top-left-radius: 20px;
      -webkit-border-top-right-radius: 20px;
      -moz-border-topright-radius: 20px;
      border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-bottomright-radius: 20px;
      border-bottom-right-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-bottomleft-radius: 20px;
      border-bottom-left-radius: 20px;
      text-decoration: none;
      min-width: 160px;
      min-height: 40px;
      -webkit-transition: color 0.7s ease-in-out;
      transition: color 0.7s ease-in-out;
      text-align: center;
      padding: 11px 20px 11px 0;
      border: 1px solid #00A0E2;
      -webkit-border-top-left-radius: 100px;
      -moz-border-topleft-radius: 100px;
      border-top-left-radius: 100px;
      -webkit-border-top-right-radius: 100px;
      -moz-border-topright-radius: 100px;
      border-top-right-radius: 100px;
      -webkit-border-bottom-right-radius: 100px;
      -moz-border-bottomright-radius: 100px;
      border-bottom-right-radius: 100px;
      -webkit-border-bottom-left-radius: 100px;
      -moz-border-bottomleft-radius: 100px;
      border-bottom-left-radius: 100px;
      font-family: "NexaHeavy";
      font-size: 14px;
      line-height: 14px;
      color: #00A0E2;
      background: #FFFFFF; }
      .forms_button_light_lock input[type=submit]:hover, .forms_button_light_lock .forms_button_light button:hover, .forms_button_light .forms_button_light_lock button:hover, .forms_button_light_lock .forms_button_transparent button:hover, .forms_button_transparent .forms_button_light_lock button:hover, .forms_button_light_lock input[type=submit]:visited, .forms_button_light_lock .forms_button_light button:visited, .forms_button_light .forms_button_light_lock button:visited, .forms_button_light_lock .forms_button_transparent button:visited, .forms_button_transparent .forms_button_light_lock button:visited, .forms_button_light_lock input[type=submit]:link, .forms_button_light_lock .forms_button_light button:link, .forms_button_light .forms_button_light_lock button:link, .forms_button_light_lock .forms_button_transparent button:link, .forms_button_transparent .forms_button_light_lock button:link, .forms_button_light_lock input[type=submit]:active, .forms_button_light_lock .forms_button_light button:active, .forms_button_light .forms_button_light_lock button:active, .forms_button_light_lock .forms_button_transparent button:active, .forms_button_transparent .forms_button_light_lock button:active {
        text-decoration: none; }
      .forms_button_light_lock input[type=submit]:hover, .forms_button_light_lock .forms_button_light button:hover, .forms_button_light .forms_button_light_lock button:hover, .forms_button_light_lock .forms_button_transparent button:hover, .forms_button_transparent .forms_button_light_lock button:hover {
        text-decoration: none;
        color: #00A0E2; }
      .forms_button_light_lock input[type=submit].rightIcon i, .forms_button_light_lock .forms_button_light button.rightIcon i, .forms_button_light .forms_button_light_lock button.rightIcon i, .forms_button_light_lock .forms_button_transparent button.rightIcon i, .forms_button_transparent .forms_button_light_lock button.rightIcon i {
        position: absolute;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 12px;
        font-size: 20px;
        font-family: 'Material';
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        /* Support for all WebKit browsers. */
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga'; }
      .forms_button_light_lock input[type=submit].smallText, .forms_button_light_lock .forms_button_light button.smallText, .forms_button_light .forms_button_light_lock button.smallText, .forms_button_light_lock .forms_button_transparent button.smallText, .forms_button_transparent .forms_button_light_lock button.smallText {
        font-family: "Nexa";
        font-size: 14px;
        line-height: 21px; }
      .forms_button_light_lock input[type=submit].loading, .forms_button_light_lock .forms_button_light button.loading, .forms_button_light .forms_button_light_lock button.loading, .forms_button_light_lock .forms_button_transparent button.loading, .forms_button_transparent .forms_button_light_lock button.loading {
        background: url("images/loading.gif") no-repeat center center;
        background-size: 28px;
        color: transparent; }
    .forms_button_light_lock i {
      position: absolute;
      z-index: 5;
      display: block;
      top: 10px;
      right: 10px;
      font-size: 18px;
      color: #00A0E2;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
  .forms_button_transparent input[type=submit], .forms_button_transparent .forms_button_light button, .forms_button_light .forms_button_transparent button, .forms_button_transparent button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #FFFFFF;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    background: transparent; }
    .forms_button_transparent input[type=submit]:hover, .forms_button_transparent .forms_button_light button:hover, .forms_button_light .forms_button_transparent button:hover, .forms_button_transparent button:hover, .forms_button_transparent input[type=submit]:visited, .forms_button_transparent .forms_button_light button:visited, .forms_button_light .forms_button_transparent button:visited, .forms_button_transparent button:visited, .forms_button_transparent input[type=submit]:link, .forms_button_transparent .forms_button_light button:link, .forms_button_light .forms_button_transparent button:link, .forms_button_transparent button:link, .forms_button_transparent input[type=submit]:active, .forms_button_transparent .forms_button_light button:active, .forms_button_light .forms_button_transparent button:active, .forms_button_transparent button:active {
      text-decoration: none; }
    .forms_button_transparent input[type=submit]:hover, .forms_button_transparent .forms_button_light button:hover, .forms_button_light .forms_button_transparent button:hover, .forms_button_transparent button:hover {
      color: #FFFFFF;
      text-decoration: none; }
    .forms_button_transparent input[type=submit].rightIcon i, .forms_button_transparent .forms_button_light button.rightIcon i, .forms_button_light .forms_button_transparent button.rightIcon i, .forms_button_transparent button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .forms_button_transparent input[type=submit].smallText, .forms_button_transparent .forms_button_light button.smallText, .forms_button_light .forms_button_transparent button.smallText, .forms_button_transparent button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .forms_button_transparent input[type=submit].loading, .forms_button_transparent .forms_button_light button.loading, .forms_button_light .forms_button_transparent button.loading, .forms_button_transparent button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }

/* Select2 Dropdown style */
.select2-container .select2-dropdown {
  -webkit-border-top-left-radius: 0px;
  -moz-border-topleft-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-topright-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottomright-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottomleft-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #FFFFFF;
  color: #AAB5BB;
  border: 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1); }
  .select2-container .select2-dropdown input.select2-search__field {
    outline: 0;
    border: 1px solid #CDD4D8; }
  .select2-container .select2-dropdown .select2-results__option {
    padding: 6px 6px 6px 15px;
    font-family: "Nexa";
    font-size: 16px;
    line-height: 16px; }
    .select2-container .select2-dropdown .select2-results__option--highlighted {
      color: #00A0E2;
      background: #EEF2F4; }
    .select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
      background: #EEF2F4; }
      .select2-container .select2-dropdown .select2-results__option[aria-selected=true]:hover {
        color: #00A0E2;
        background: #EEF2F4; }

/* DatePicker */
.bootstrap-datetimepicker-widget {
  -webkit-border-top-left-radius: 4px;
  -moz-border-topleft-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-topright-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottomright-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottomleft-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1); }
  .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: none; }
  .bootstrap-datetimepicker-widget .picker-switch {
    font-weight: 300;
    color: #00A0E2;
    font-family: "Nexa";
    font-size: 16px;
    line-height: 40px;
    /*pointer-events: none;
    cursor: default;*/ }
  .bootstrap-datetimepicker-widget table td.day {
    color: #AAB5BB;
    font-family: "Nexa";
    font-size: 16px;
    line-height: 40px;
    height: 30px;
    width: 30px; }
    .bootstrap-datetimepicker-widget table td.day.old, .bootstrap-datetimepicker-widget table td.day.new {
      visibility: hidden; }
    .bootstrap-datetimepicker-widget table td.day.active {
      -webkit-border-top-left-radius: 0;
      -moz-border-topleft-radius: 0;
      border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      -moz-border-topright-radius: 0;
      border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-bottomright-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-bottomleft-radius: 0;
      border-bottom-left-radius: 0;
      background: #EEF2F4;
      color: #00A0E2; }
    .bootstrap-datetimepicker-widget table td.day:hover {
      -webkit-border-top-left-radius: 0;
      -moz-border-topleft-radius: 0;
      border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      -moz-border-topright-radius: 0;
      border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-bottomright-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-bottomleft-radius: 0;
      border-bottom-left-radius: 0;
      background: #EEF2F4; }
  .bootstrap-datetimepicker-widget .prev {
    background-image: url("images/select_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .bootstrap-datetimepicker-widget .prev:hover {
      background-color: #EEF2F4 !important;
      background-image: url("images/select_arrow.png") !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .bootstrap-datetimepicker-widget .next {
    background-image: url("images/select_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
    .bootstrap-datetimepicker-widget .next:hover {
      background-color: #EEF2F4 !important;
      background-image: url("images/select_arrow.png") !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
  .bootstrap-datetimepicker-widget .glyphicon-trash:before {
    content: 'clear'; }
  .bootstrap-datetimepicker-widget .decade {
    line-height: 1.8em !important; }

/* Phone foramt */
.intl-tel-input {
  width: 100%; }
  .intl-tel-input .country-list {
    z-index: 6; }
  .intl-tel-input .iti-flag {
    background-image: url("images/flags.png"); }

/* Country select*/
.country-select {
  width: 100%; }
  .country-select .flag-dropdown {
    width: 100%; }
    .country-select .flag-dropdown .selected-flag {
      width: 100%; }
  .country-select .flag {
    background-image: url("images/flags_forCountry.png"); }

/* Spinner */
.spinner {
  position: absolute;
  display: none;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  left: 0;
  right: 0; }
  .spinner .spinnerInner {
    height: 25px; }
    .spinner .spinnerInner .sk-rect {
      background-color: #AAB5BB; }
  .spinner.show {
    display: block; }

/* Change outline */
input:focus, input:visited, input:link, input:active, select:focus, .forms_normal_select .multiselect:focus, .forms_withoutIcon_select .multiselect:focus, .forms_labelAbove_select .multiselect:focus, .forms_labelAboveNoIcon_select .multiselect:focus, select:visited, .forms_normal_select .multiselect:visited, .forms_withoutIcon_select .multiselect:visited, .forms_labelAbove_select .multiselect:visited, .forms_labelAboveNoIcon_select .multiselect:visited, select:link, .forms_normal_select .multiselect:link, .forms_withoutIcon_select .multiselect:link, .forms_labelAbove_select .multiselect:link, .forms_labelAboveNoIcon_select .multiselect:link, select:active, .forms_normal_select .multiselect:active, .forms_withoutIcon_select .multiselect:active, .forms_labelAbove_select .multiselect:active, .forms_labelAboveNoIcon_select .multiselect:active, button:focus, button:visited, button:link, button:active, textarea:focus, textarea:visited, textarea:link, textarea:active, span:focus, span:visited, span:link, span:active, a:focus, a:visited, a:link, a:active {
  outline: 0; }

textarea {
  resize: none; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #AAB5BB; }

input, textarea {
  /* Firefox 19+ */ }
  input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #AAB5BB; }

input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #AAB5BB; }

input, textarea {
  /* Firefox 18- */ }
  input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    color: #AAB5BB; }

input::-ms-clear {
  display: none; }

body.chrome .forms_normal_select .multiselect {
  height: 42px !important; }

body.ie .forms_normal_select .btn-group, body.ieEdge .forms_normal_select .btn-group {
  height: 45px; }

.dropdown-backdrop {
  display: none !important; }

.modal {
  padding: 0 !important; }
  .modal.primaryStyle .modal-dialog .modal-content {
    margin: 130px auto 0 auto;
    border: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-topleft-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-topright-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottomright-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottomleft-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 382px;
    /* Responsive */ }
    .modal.primaryStyle .modal-dialog .modal-content .modal-header {
      position: relative;
      padding: 15px 20px 15px 20px;
      -webkit-border-top-left-radius: 3px;
      -moz-border-topleft-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-topright-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-bottomright-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-bottomleft-radius: 0;
      border-bottom-left-radius: 0;
      color: #FFFFFF;
      background: #00A0E2; }
      .modal.primaryStyle .modal-dialog .modal-content .modal-header .close {
        position: absolute;
        top: 20px;
        right: 10px;
        border: 0;
        width: 14px;
        height: 14px;
        background: url("images/modalClose.png") center center no-repeat; }
      .modal.primaryStyle .modal-dialog .modal-content .modal-header .modal-title {
        font-weight: normal;
        font-family: "NexaBook";
        font-size: 14px;
        line-height: 21px; }
        .modal.primaryStyle .modal-dialog .modal-content .modal-header .modal-title a {
          color: #FFFFFF;
          font-weight: 900;
          text-decoration: none; }
    .modal.primaryStyle .modal-dialog .modal-content .modal-body {
      padding: 25px 30px 30px 30px;
      text-align: center;
      color: #5E656F; }
      .modal.primaryStyle .modal-dialog .modal-content .modal-body .title {
        display: block;
        font-family: "Nexa";
        font-size: 24px;
        line-height: 40px; }
      .modal.primaryStyle .modal-dialog .modal-content .modal-body .content {
        font-family: "NexaBook";
        font-size: 14px;
        line-height: 21px; }
      .modal.primaryStyle .modal-dialog .modal-content .modal-body .logWithFb {
        margin: 17px 0 0 0; }
        .modal.primaryStyle .modal-dialog .modal-content .modal-body .logWithFb img {
          width: 100%;
          max-width: 259px; }
        .modal.primaryStyle .modal-dialog .modal-content .modal-body .logWithFb .fbNote {
          display: block;
          margin: 5px 0 0 0;
          color: #AAB5BB;
          font-family: "NexaBook";
          font-size: 10px;
          line-height: 12px; }
      .modal.primaryStyle .modal-dialog .modal-content .modal-body .OR {
        position: relative;
        margin: 15px 0 0 0;
        z-index: 1; }
        .modal.primaryStyle .modal-dialog .modal-content .modal-body .OR .onLine {
          padding: 5px;
          color: #CDD4D8;
          background: #FFFFFF;
          font-family: "NexaBook";
          font-size: 16px;
          line-height: 10px;
          z-index: 2; }
        .modal.primaryStyle .modal-dialog .modal-content .modal-body .OR:before {
          content: '';
          position: absolute;
          top: 7px;
          left: 0;
          display: block;
          border: 1px solid #CDD4D8;
          width: 100%;
          height: 2px;
          z-index: -1; }
      .modal.primaryStyle .modal-dialog .modal-content .modal-body form {
        padding: 0 10px 0 10px;
        text-align: left; }
        .modal.primaryStyle .modal-dialog .modal-content .modal-body form > label, .modal.primaryStyle .modal-dialog .modal-content .modal-body form > div {
          display: block;
          margin: 30px 0 30px 0; }
          .modal.primaryStyle .modal-dialog .modal-content .modal-body form > label:last-child, .modal.primaryStyle .modal-dialog .modal-content .modal-body form > div:last-child {
            margin: 30px 0 0 0; }
        .modal.primaryStyle .modal-dialog .modal-content .modal-body form .link a {
          color: #AAB5BB;
          font-family: "Nexa";
          font-size: 14px;
          line-height: 18px;
          text-decoration: none;
          font-weight: 900; }
    @media screen and (max-width: 480px) {
      .modal.primaryStyle .modal-dialog .modal-content {
        width: 100%;
        margin: 0 auto 0 auto; } }
  .modal.whiteStyle .modal-dialog {
    width: 750px;
    margin: 0 auto 0 auto;
    /* Responsive */ }
    .modal.whiteStyle .modal-dialog .modal-content {
      margin: 130px auto 0 auto;
      -webkit-border-top-left-radius: 3px;
      -moz-border-topleft-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-topright-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottomright-radius: 3px;
      border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottomleft-radius: 3px;
      border-bottom-left-radius: 3px;
      width: 750px;
      /* Responsive */ }
      .modal.whiteStyle .modal-dialog .modal-content .modal-header {
        position: relative;
        padding: 20px 20px 15px 20px;
        border: 0;
        -webkit-border-top-left-radius: 3px;
        -moz-border-topleft-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-topright-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottomright-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottomleft-radius: 0;
        border-bottom-left-radius: 0;
        color: #FFFFFF; }
        .modal.whiteStyle .modal-dialog .modal-content .modal-header .close {
          position: absolute;
          top: 20px;
          right: 20px;
          border: 0;
          width: 14px;
          height: 14px;
          background: url("images/modalCloseGray.png") center center no-repeat; }
        .modal.whiteStyle .modal-dialog .modal-content .modal-header .modal-title {
          font-weight: normal;
          font-family: "Nexa";
          font-size: 12px;
          line-height: 10px; }
          .modal.whiteStyle .modal-dialog .modal-content .modal-header .modal-title a {
            color: #CDD4D8;
            font-weight: 900;
            text-decoration: none; }
            .modal.whiteStyle .modal-dialog .modal-content .modal-header .modal-title a .backText {
              display: inline-block;
              margin: 0 0 0 5px; }
      .modal.whiteStyle .modal-dialog .modal-content .modal-body {
        padding: 0 0 0 0;
        text-align: center;
        color: #5E656F;
        /* Responsive */ }
        .modal.whiteStyle .modal-dialog .modal-content .modal-body .modal-container {
          padding: 25px 40px 0 40px;
          /* Responsive */ }
          @media screen and (max-width: 480px) {
            .modal.whiteStyle .modal-dialog .modal-content .modal-body .modal-container {
              padding: 60px 40px 0 40px; } }
        .modal.whiteStyle .modal-dialog .modal-content .modal-body .title {
          display: block;
          color: #00A0E2;
          font-family: "Nexa";
          font-size: 24px;
          line-height: 40px; }
        .modal.whiteStyle .modal-dialog .modal-content .modal-body .content {
          display: block;
          font-family: "NexaBook";
          font-size: 14px;
          line-height: 21px; }
        .modal.whiteStyle .modal-dialog .modal-content .modal-body .hidden {
          display: none; }
        @media screen and (max-width: 750px) {
          .modal.whiteStyle .modal-dialog .modal-content .modal-body {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .modal.whiteStyle .modal-dialog .modal-content .modal-body {
            margin: 0 auto 0 auto; } }
      @media screen and (max-width: 750px) {
        .modal.whiteStyle .modal-dialog .modal-content {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .modal.whiteStyle .modal-dialog .modal-content {
          margin: 0 auto 0 auto; } }
    @media screen and (max-width: 750px) {
      .modal.whiteStyle .modal-dialog {
        width: 100%;
        padding: 0 0 0 0; } }
    @media screen and (max-width: 480px) {
      .modal.whiteStyle .modal-dialog {
        margin: 0 0 0 0;
        padding: 0 0 0 0; } }

.itemsGrid {
  display: block; }
  .itemsGrid .singleItem {
    padding: 9px !important;
    /* Responsive */ }
    @media screen and (max-width: 480px) {
      .itemsGrid .singleItem {
        width: 100%; } }
  .itemsGrid .note {
    position: relative;
    margin: 15px 0 15px 0;
    width: 100%;
    float: left;
    text-align: center;
    z-index: 1; }
    .itemsGrid .note .note-content {
      padding: 5px;
      color: #CDD4D8;
      background: #EEF2F4;
      font-family: "NexaBook";
      font-size: 16px;
      line-height: 10px;
      z-index: 2; }
    .itemsGrid .note:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      display: block;
      border: 1px solid #CDD4D8;
      width: 100%;
      height: 2px;
      z-index: -1; }
  .itemsGrid .loadmore {
    width: 100%;
    padding: 22px 0 22px 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-topleft-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-topright-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottomleft-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
    text-decoration: none;
    background: #CDD4D8; }

.fullscreen-vid {
  z-index: 9999;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  display: none;
  opacity: 0; }
  .fullscreen-vid .close {
    border-radius: 50%;
    background: #000;
    color: #fff;
    opacity: .5;
    position: absolute;
    border: 2px solid #fff;
    top: 10px;
    left: 10px;
    text-align: center;
    font-size: 1.8em;
    z-index: 1000;
    height: 50px;
    width: 50px;
    line-height: 47px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .fullscreen-vid .close:hover {
      opacity: 1; }

.video-full-width {
  width: 100% !important;
  height: 100% !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  visibility: visible !important;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

:lang(ru) *:not(i), :lang(gr) *:not(i) {
  font-family: 'GillSansMTProCyr' !important;
  word-wrap: break-word; }

:lang(ru) .languageHandler:not(i), :lang(gr) .languageHandler:not(i) {
  font-family: 'GillSansMTProCyr' !important;
  word-wrap: break-word; }

.spinner.marketLoader {
  margin: 100px auto 20px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: relative;
  display: block; }
  .spinner.marketLoader > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    border-radius: 0;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .spinner.marketLoader .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .spinner.marketLoader .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .spinner.marketLoader .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .spinner.marketLoader .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

.loadingMessage {
  text-align: center;
  position: relative; }
  .loadingMessage .ellipsis {
    position: absolute; }

.marketLoader {
  margin: 100px auto 20px;
  width: 100%;
  padding: 0 15px; }
  .marketLoader .spinner {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    margin: 0 auto 20px;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear; }
    .marketLoader .spinner > div {
      background-color: #333;
      height: 100%;
      width: 6px;
      display: inline-block;
      border-radius: 0;
      -webkit-animation: sk-rotate 2.0s infinite linear;
      animation: sk-rotate 2.0s infinite linear; }
    .marketLoader .spinner .rect2 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
    .marketLoader .spinner .rect3 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s; }
    .marketLoader .spinner .rect4 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
    .marketLoader .spinner .rect5 {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
    .marketLoader .spinner .dot1, .marketLoader .spinner .dot2 {
      width: 60%;
      height: 60%;
      display: inline-block;
      position: absolute;
      top: 0;
      background-color: #00A0E2;
      border-radius: 100%;
      -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
      animation: sk-bounce 2.0s infinite ease-in-out; }
    .marketLoader .spinner .dot2 {
      top: auto;
      bottom: 0;
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s; }
  .marketLoader .text {
    text-align: center;
    font-family: "Nexa";
    font-size: 33px;
    font-weight: 600;
    line-height: 1.1em; }

.spinningLoader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #5d656f;
  background: -webkit-linear-gradient(left, #5d656f 10%, rgba(93, 101, 111, 0) 42%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #5d656f), color-stop(42%, rgba(93, 101, 111, 0)));
  background: linear-gradient(to right, #5d656f 10%, rgba(93, 101, 111, 0) 42%);
  position: relative;
  -webkit-animation: spinning 1.4s infinite linear;
  animation: spinning 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  .spinningLoader:before {
    width: 50%;
    height: 50%;
    background: #5d656f;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .spinningLoader:after {
    background: #0dc5c1;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

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

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

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

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

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

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.animateFlicker {
  -webkit-animation: flickerAnimation 3s infinite;
  animation: flickerAnimation 3s infinite; }

@keyframes slideDownAnimation {
  0% {
    max-height: 0; }
  100% {
    max-height: 700px; } }

@-webkit-keyframes slideDownAnimation {
  0% {
    max-height: 0; }
  100% {
    max-height: 700px; } }

.animateSlideDown {
  -webkit-animation: slideDownAnimation 0.5s;
  animation: slideDownAnimation 0.5s; }

/*
header {
  position: fixed;
  @include padding(30px,40px,20px,40px);
  width: 100%;
  z-index: 99;
  transition: all 0.5s;

  .show_sticky{
    display: none !important;
  }

  .headerLogo{
    display: inline-block;

    .logo {
      @include float(left);
      width: 200px;
      height: 45px;
      vertical-align: middle;
      background-image:  url('images/headerLogo2.png');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;

      !* Responsive *!
      @include respond-above('medium'){
        width: 160px;
      }

    }

    .openedMenu{
      display: none;
      @include margin(0,0,0,0);
      @include padding(0,0,0,0);
      height: 100%;
      color: $cl_primary;
      list-style: none;

      .menuItem {
        position: relative;
        display: inline-block;
        //@include margin(0,25px,0,0);
        @include responsive-text-size('headerMenu');

        a {
          text-decoration: none;
          color: $cl_medium;

          &.button {
            @include button('default_button');
            @include responsive-text-size('headerMenu');
            font-weight: 900;
            //line-height: 24px;

            span{
              !* Resposnive *!
              @include respond-above('medium'){
                display: none;
              }
            }

            !* Responsive *!
            @include respond-above('medium'){
              @include padding(10px,20px,10px,20px);
            }
          }
        }

        &.lineHover {
          &:after {
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            margin: auto;
            height: 1px;
            background: $cl_white;
            width: 0;
            content: '';
            transition: all 0.5s;
          }

          &.separation{
            &:after{
              left: 23px;
            }
          }
        }

        &:hover{
          &.lineHover{
            &:after{
              width: 35px;
            }
          }
        }
      }
    }
  }

  .headerMenu {
    display: table;
    @include float(right);
    width: calc(100% - 200px);
    min-height: 45px;
    @include text-align(right);

    .menu {
      display: table-cell;
      @include margin(0,0,0,0);
      @include padding(0,0,0,0);
      height: 100%;
      vertical-align: middle;
      color: $cl_white;
      list-style: none;

      .menuItem {
        position: relative;
        display: inline-block;
        @include margin(0, 30px, 0, 0);
        @include responsive-text-size('headerMenu');

        a {
          text-decoration: none;
          color: $cl_white;

          .country{
            width: 30px;
            height: 30px;
          }

          &.button {
            @include button('transparent');
            @include responsive-text-size('headerMenu');
            font-weight: 900;

            span{
              !* Resposnive *!
              @include respond-above('medium'){
                display: none;
              }
            }

            !* Responsive *!
            @include respond-above('medium'){
              @include padding(10px,20px,10px,20px);
            }
          }
        }

        &.lineHover {
          &:after {
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            margin: auto;
            height: 1px;
            background: $cl_white;
            width: 0;
            content: '';
            transition: all 0.5s;
          }

          &.separation{
            &:after{
              left: 23px;
            }
          }
        }

        &.separation{
          position: relative;
          @include padding(0,0,0,23px);

          &:before{
            content: '';
            position: absolute;
            top: calc(50% - 12px);
            @include left(0);
            width: 1px;
            height: 24px;
            background: $cl_white;

          }
        }

        &:hover{
          &.lineHover{
            &:after{
              width: 35px;
            }
          }
        }
      }

      @include respond-above('small'){

      }
    }

    .mobileMenu{
      position: relative;
      display: table-cell;
      height: 100%;
      @include text-align(right);
      vertical-align: middle;

      .hamburger {
        z-index: 5;
        position: absolute;
        @include padding(10px,10px,10px,10px);
        top: -16px;
        width: 30px;
        height: 1px;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;

        span {
          display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          background: $cl_white;
          border-radius: 9px;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out;

          &:nth-child(1) {
            top: 0;
          }

          &:nth-child(2), &:nth-child(3) {
            top: 9px;
          }

          &:nth-child(4) {
            top: 18px;
          }
        }

        &.open{
          span{
            &:nth-child(1) {
              top: 18px;
              width: 0%;
              left: 50%;
            }

            &:nth-child(2) {
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg);
            }

            &:nth-child(3) {
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
            }

            &:nth-child(4) {
              top: 18px;
              width: 0%;
              left: 50%;
            }
          }
        }
      }
    }

    .openMenu{
      position: absolute;
      display: none;
      @include margin(0,0,0,0);
      @include padding(0,0,0,0);
      width: 100%;
      top: calc(100% + 1px);
      @include left(0);
      @include text-align(left);
      background: $cl_white;
      list-style: none;


      .menuItem {
        position: relative;
        display: block;
        @include margin(45px,0,45px,25px);
        @include responsive-text-size('headerMobileMenu');

        a {
          position: relative;
          text-decoration: none;
          color: $cl_medium;

          .country{
            width: 30px;
            height: 30px;
          }

          &:after {
            position: absolute;
            bottom: -8px;
            @include right(0);
            @include left(0);
            margin: auto;
            height: 1px;
            background: $cl_medium;
            width: 0;
            content: '';
            transition: all 0.5s;
          }
        }


        &:hover{
          a {
            &:after {
              width: 35px;
            }
          }
        }

        !* Responsive *!
        @include respond-above('small'){
          @include margin(25px,0,25px,25px);
        }
      }
    }

    &.open{
      width: auto;
    }

    !* Responsive *!
    @include respond-above('medium'){
      width: calc(100% - 160px);
    }

  }

  &.sticky{
    position: fixed;
    background: $cl_white;
    border-bottom: 1px solid $cl_ash;

    .show_sticky{
      display: inline-block !important;

      !* Responsive *!
      @include respond-above('small'){
        &.hidden_below_small{
          display: none !important;
        }
      }
    }

    .hidden_sticky{
      display: none !important;
    }

    .headerLogo {
      .logo {
        background-image: url('images/headerStickyLogo.png');
      }
    }

    .headerMenu {
      .menu {
        color: $cl_medium;

        .menuItem{

          a{
            color: $cl_medium;

            &.button{
              @include button('default_button');
              @include responsive-text-size('headerMenu');
              font-weight: 900;
              @include padding(11px, 20px, 11px, 20px);
              //line-height: 24px;


              span{
                !* Resposnive *!
                @include respond-above('medium'){
                  display: none;
                }
              }

              !* Responsive *!
              @include respond-above('medium'){
                @include padding(10px,20px,10px,20px);
                min-width: 120px;
              }
            }

          }

          &.lineHover{
            &:after{
              background: $cl_medium;
            }
          }

          &.separation{

            &:before{
              background: $cl_medium;
            }

            !* Responsive *!
            @include respond-above('large'){
              &.hide_sepatation{
                &:before{
                  display: none;
                }
              }
            }

          }

        }
      }

      .mobileMenu{
        .hamburger{
          span{
            background: $cl_medium;
          }
        }
      }
    }
  }

  &.alwaysSticky{
    @extend .sticky;
    //border-bottom: 0;
  }

  !* Responsive *!
  @include respond-above('medium'){
    @include padding(30px,10px,20px,10px);
  }
  @include respond-above('small'){
    @include padding(30px,10px,20px,10px);
  }
}


@media (min-width: 1040px) and (max-width: 1145px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media (min-width: 1040px) and (max-width: 1085px) {
  header .headerMenu .menu .menuItem {
    margin-right: 18px;
  }
}

@media (min-width: 514px) and (max-width: 545px) {
  header.sticky{

  }

  header .headerMenu .menu .menuItem{
    @include margin(0,10px,0,0);
  }

  header .headerMenu .menu{
    @include padding(0,30px,0,0);
  }
}

@media (min-width: 495px) and (max-width: 514px) {
  header .headerMenu .menu .menuItem.separation{
    padding: 0;
  }

  header .headerMenu .menu{
    @include padding(0,30px,0,0);
  }

  header .headerMenu .menu .menuItem{
    @include margin(0,10px,0,0);
  }
}

@media (min-width: 320px) and (max-width: 495px) {
  header .headerMenu .menu .menuItem.hidden_below_small{
    display: none;
  }
}
*/
footer {
  padding: 50px 0 50px 0;
  border-top: 2px solid #EEF2F4;
  color: #CDD4D8;
  background: #FFFFFF;
  position: relative;
  z-index: 5;
  /* Responsive */ }
  footer .logo {
    text-align: center; }
    footer .logo .footerLogo {
      display: block;
      margin: 15px 0 0 0;
      text-align: center; }
      footer .logo .footerLogo img {
        width: 50%;
        /* Resposnive */ }
        @media screen and (max-width: 480px) {
          footer .logo .footerLogo img {
            width: 70%; } }
    footer .logo .copyright {
      display: block;
      margin: 34px 0 0 0;
      font-family: "NexaBook";
      font-size: 10px;
      line-height: 12px; }
  footer .sitemap {
    /* Responsive */ }
    footer .sitemap ul {
      list-style: none;
      font-family: "Nexa";
      font-size: 12px;
      line-height: 15px; }
      footer .sitemap ul li {
        margin: 15px 0 15px 0; }
        footer .sitemap ul li a {
          font-family: "NexaBook";
          font-size: 12px;
          line-height: 12px;
          text-decoration: none;
          color: #CDD4D8;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
        footer .sitemap ul li.language div {
          float: left;
          margin: 0 5px 0 0px; }
        footer .sitemap ul li.language a {
          line-height: 48px;
          float: left;
          width: 100px;
          overflow: hidden;
          display: inline-block;
          text-overflow: ellipsis;
          white-space: nowrap;
          /* Responsive */ }
          footer .sitemap ul li.language a .flag {
            width: 30px;
            height: 30px; }
          @media screen and (max-width: 750px) {
            footer .sitemap ul li.language a {
              width: 85px; } }
        footer .sitemap ul li:hover a {
          color: #AAB5BB; }
    footer .sitemap .tablet_logo {
      margin: 55px 0 0 0; }
      footer .sitemap .tablet_logo .footerLogo {
        display: inline-block; }
        footer .sitemap .tablet_logo .footerLogo img {
          width: 60px;
          height: 40px; }
      footer .sitemap .tablet_logo .footerLogoText {
        display: inline-block; }
        footer .sitemap .tablet_logo .footerLogoText img {
          width: 128px;
          height: 27px; }
      footer .sitemap .tablet_logo .copyright {
        display: block;
        margin: 23px 0 0 0;
        font-family: "NexaBook";
        font-size: 10px;
        line-height: 12px; }
    @media screen and (max-width: 480px) {
      footer .sitemap {
        width: 100%; }
        footer .sitemap .tablet_logo {
          display: none !important; } }
  footer .social {
    /* Responsive */ }
    footer .social .social-inner {
      padding: 0 0 0 20px;
      border-left: 1px solid #D9E0E4; }
      footer .social .social-inner .title {
        color: #AAB5BB;
        font-family: "Nexa";
        font-size: 15px;
        line-height: 15px; }
      footer .social .social-inner .social_links {
        padding: 0 0 0 30px;
        list-style: none; }
        footer .social .social-inner .social_links li {
          position: relative;
          margin: 15px 0 25px 0;
          font-family: "NexaBook";
          font-size: 15px;
          line-height: 15px;
          /* Responsive */ }
          @media screen and (max-width: 480px) {
            footer .social .social-inner .social_links li {
              font-family: "NexaBook";
              font-size: 12px;
              line-height: 15px; } }
          footer .social .social-inner .social_links li a {
            text-decoration: none;
            color: #CDD4D8;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
          footer .social .social-inner .social_links li .social-icon {
            position: absolute;
            top: -3px;
            left: -30px;
            height: 20px;
            width: 20px;
            background-size: cover; }
          footer .social .social-inner .social_links li.fb:before {
            background-image: url(sprites/sp-footerSocial.png);
            background-position: -53px 0px;
            width: 11px;
            height: 20px; }
          footer .social .social-inner .social_links li.twitter:before {
            background-image: url(sprites/sp-footerSocial.png);
            background-position: 0px -25px;
            width: 22px;
            height: 16px; }
          footer .social .social-inner .social_links li.instagram:before {
            background-image: url(sprites/sp-footerSocial.png);
            background-position: -28px 0px;
            width: 20px;
            height: 20px; }
          footer .social .social-inner .social_links li.snapchat:before {
            background-image: url(sprites/sp-footerSocial.png);
            background-position: 0px 0px;
            width: 23px;
            height: 20px; }
          footer .social .social-inner .social_links li:hover a {
            color: #AAB5BB; }
          @media screen and (max-width: 480px) {
            footer .social .social-inner .social_links li {
              display: inline-block;
              width: 49%; } }
      footer .social .social-inner .subscribe form label {
        display: block;
        margin: 10px 0 10px 0;
        font-family: "Nexa";
        font-size: 15px;
        line-height: 15px; }
      footer .social .social-inner .subscribe form .forms_withoutIcon_input {
        width: auto; }
        footer .social .social-inner .subscribe form .forms_withoutIcon_input input[type=text] {
          position: relative;
          width: 100%;
          padding: 0 60px 0 10px; }
        footer .social .social-inner .subscribe form .forms_withoutIcon_input span {
          top: 16px;
          left: 10px; }
          footer .social .social-inner .subscribe form .forms_withoutIcon_input span.withVal {
            top: -12px;
            left: 0px; }
        footer .social .social-inner .subscribe form .forms_withoutIcon_input .sendBtn {
          position: absolute;
          top: 14px;
          right: 15px;
          border: 0;
          background: none;
          /* Responsive */ }
          @media screen and (max-width: 750px) {
            footer .social .social-inner .subscribe form .forms_withoutIcon_input .sendBtn {
              color: transparent;
              top: 10px;
              right: 5px;
              background-image: url(sprites/sp-icons.png);
              background-position: -33px -80px;
              width: 24px;
              height: 24px; } }
          @media screen and (max-width: 480px) {
            footer .social .social-inner .subscribe form .forms_withoutIcon_input .sendBtn {
              color: #AAB5BB;
              top: 15px;
              right: 15px;
              background: none;
              width: auto;
              height: auto; } }
      footer .social .social-inner .subscribe .sent_note {
        display: none; }
      footer .social .social-inner .subscribe.sent form {
        display: none; }
      footer .social .social-inner .subscribe.sent .sent_note {
        display: block;
        margin: 10px 0 0 0; }
    @media screen and (max-width: 480px) {
      footer .social {
        width: 100%; }
        footer .social .social-inner {
          padding: 30px 0 0 0;
          border-top: 1px solid #D9E0E4;
          border-left: 0px; } }
  footer.topMargin {
    margin: 100px 0 0 0; }
  footer.noFooter {
    margin: 100px 0 0 0;
    padding: 0;
    border: 0; }
    footer.noFooter .primary_container {
      display: none; }
  footer .copyright_compie {
    float: right;
    text-align: left;
    width: 33.33333%;
    margin-top: 15px; }
    @media screen and (max-width: 750px) {
      footer .copyright_compie {
        width: 100%;
        text-align: center;
        margin-top: 25px; } }
    @media screen and (max-width: 480px) {
      footer .copyright_compie {
        margin-bottom: 10px;
        margin-top: 0; } }
  @media screen and (max-width: 750px) {
    footer .primary_container {
      padding: 0 40px 0 40px; } }
  @media screen and (max-width: 480px) {
    footer {
      padding: 10px 0 20px 0; }
      footer .primary_container {
        padding: 0 40px 0 40px; } }

.jumbotron {
  position: relative;
  display: table;
  padding: 35px 0 35px 0;
  width: 100%;
  height: 650px;
  text-align: center;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  /* Responsive */ }
  .jumbotron.jumbotron-video {
    overflow: hidden; }
    .jumbotron.jumbotron-video .jumbotron-video-wrapper {
      top: 0px;
      left: 0px;
      width: 100%;
      position: absolute;
      height: 100%;
      overflow: hidden; }
      .jumbotron.jumbotron-video .jumbotron-video-wrapper iframe {
        position: absolute;
        width: 100% !important;
        height: 100%;
        top: 0;
        bottom: 0;
        padding: 0;
        right: 0;
        left: 0;
        margin: auto; }
      .jumbotron.jumbotron-video .jumbotron-video-wrapper .video-volume-button {
        z-index: 9999;
        color: #fff;
        width: 10px;
        height: 10px;
        font-size: 45px;
        position: absolute;
        bottom: 70px;
        right: 70px;
        font-family: 'Material';
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .jumbotron.jumbotron-video .jumbotron-video-wrapper .video-volume-button i {
          cursor: pointer;
          font-style: normal; }
  .jumbotron .inner-section {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    /* Responsive */ }
    .jumbotron .inner-section h2.section_title, .jumbotron .inner-section .informationCenter .welcome h2.title, .informationCenter .welcome .jumbotron .inner-section h2.title {
      font-family: "Nexa";
      font-size: 24px;
      line-height: 30px; }
    .jumbotron .inner-section .subtitle {
      margin: 0 0 35px 0;
      font-family: "Nexa";
      font-size: 22px;
      line-height: 25px; }
    .jumbotron .inner-section .subtitle_smaller {
      font-family: "Nexa";
      font-size: 18px;
      line-height: 22px; }
    .jumbotron .inner-section .video .videoButton {
      display: inline-block;
      background-image: url(sprites/sp-icons.png);
      background-position: 0px 0px;
      width: 76px;
      height: 75px;
      opacity: 0.5;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .jumbotron .inner-section .video .videoButton:hover {
        opacity: 1; }
    .jumbotron .inner-section .video .videoDuration {
      display: block;
      color: #AAB5BB;
      font-family: "NexaBook";
      font-size: 10px;
      line-height: 12px; }
    .jumbotron .inner-section .options {
      margin: 0 auto 0 auto;
      padding: 0 0 0 0;
      width: 700px;
      list-style: none;
      /* Responsive */ }
      .jumbotron .inner-section .options .op {
        position: relative;
        display: inline-block;
        width: 49%;
        /* Responsive */ }
        .jumbotron .inner-section .options .op .days {
          display: block;
          margin: 15px 0 25px 0;
          color: #FFFFFF;
          font-family: "Nexa";
          font-size: 24px;
          line-height: 16px;
          font-weight: 900; }
        .jumbotron .inner-section .options .op .fromWhere {
          display: block;
          margin-right: auto;
          margin-left: auto;
          width: 70%;
          color: #FFFFFF;
          font-family: "NexaBook";
          font-size: 14px;
          line-height: 16px; }
          .jumbotron .inner-section .options .op .fromWhere .countryName {
            font-weight: 900; }
        .jumbotron .inner-section .options .op:after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          right: 0;
          height: 100%;
          width: 1px;
          background: #EEF2F4; }
        .jumbotron .inner-section .options .op:last-child:after {
          display: none; }
        @media screen and (max-width: 480px) {
          .jumbotron .inner-section .options .op {
            display: block;
            margin: 0 0 50px 0;
            width: 100%; }
            .jumbotron .inner-section .options .op:after {
              content: '';
              position: absolute;
              display: block;
              margin-right: auto;
              margin-left: auto;
              top: auto;
              bottom: -20px;
              right: 0;
              left: 0;
              height: 1px;
              width: 80%;
              background: #EEF2F4; } }
      @media screen and (max-width: 750px) {
        .jumbotron .inner-section .options {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .jumbotron .inner-section .options {
          margin: 0 auto 0 auto; } }
    .jumbotron .inner-section .blocks {
      margin: 70px 0 60px 0;
      padding: 0 100px 0 100px;
      color: #5E656F;
      text-align: center;
      /* Responsive */ }
      .jumbotron .inner-section .blocks .singleBlock {
        margin: 15px auto 0 auto;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px;
        text-align: center;
        width: 230px;
        background: #FFFFFF;
        /* Responsive */ }
        .jumbotron .inner-section .blocks .singleBlock .blockImg {
          display: block;
          margin-right: auto;
          margin-left: auto;
          -webkit-border-top-left-radius: 4px;
          -moz-border-topleft-radius: 4px;
          border-top-left-radius: 4px;
          -webkit-border-top-right-radius: 4px;
          -moz-border-topright-radius: 4px;
          border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 0;
          -moz-border-bottomright-radius: 0;
          border-bottom-right-radius: 0;
          -webkit-border-bottom-left-radius: 0;
          -moz-border-bottomleft-radius: 0;
          border-bottom-left-radius: 0;
          width: 100%;
          height: 160px;
          background: url("images/blockImg.png") center center no-repeat; }
        .jumbotron .inner-section .blocks .singleBlock .blockContent {
          display: block;
          padding: 15px 20px 15px 20px;
          width: 100%;
          text-align: left;
          /* Responsive */ }
          .jumbotron .inner-section .blocks .singleBlock .blockContent .title {
            display: block;
            margin: 0 0 6px 0;
            font-family: "NexaBook";
            font-size: 18px;
            line-height: 19px;
            height: 36px;
            overflow: hidden; }
            @media screen and (max-width: 750px) {
              .jumbotron .inner-section .blocks .singleBlock .blockContent .title {
                font-family: "NexaBook";
                font-size: 16px;
                line-height: 24px; } }
          .jumbotron .inner-section .blocks .singleBlock .blockContent .description {
            display: block;
            margin: 0 0 22px 0;
            font-family: "NexaBook";
            font-size: 14px;
            line-height: 20px;
            height: 36px;
            overflow: hidden; }
          .jumbotron .inner-section .blocks .singleBlock .blockContent .link {
            text-decoration: none; }
            .jumbotron .inner-section .blocks .singleBlock .blockContent .link a {
              color: #00A0E2;
              font-family: "NexaHeavy";
              font-size: 14px;
              line-height: 20px;
              font-weight: 900;
              text-decoration: none;
              -webkit-transition: all 0.5s;
              transition: all 0.5s; }
              .jumbotron .inner-section .blocks .singleBlock .blockContent .link a:hover {
                color: #002D62; }
          @media screen and (max-width: 750px) {
            .jumbotron .inner-section .blocks .singleBlock .blockContent .title {
              height: 50px; }
            .jumbotron .inner-section .blocks .singleBlock .blockContent .description {
              margin: 0 0 10px 0; } }
        @media screen and (max-width: 480px) {
          .jumbotron .inner-section .blocks .singleBlock .blockImg {
            display: none; } }
      @media screen and (max-width: 1200px) {
        .jumbotron .inner-section .blocks {
          margin: 70px auto 60px auto;
          padding: 0 0 0 0;
          width: 490px; } }
      @media screen and (max-width: 750px) {
        .jumbotron .inner-section .blocks {
          width: 375px; }
          .jumbotron .inner-section .blocks .singleBlock {
            width: 170px; } }
      @media screen and (max-width: 480px) {
        .jumbotron .inner-section .blocks {
          width: 100%; }
          .jumbotron .inner-section .blocks .col {
            width: 100% !important; }
          .jumbotron .inner-section .blocks .singleBlock {
            width: 230px; } }
    .jumbotron .inner-section .icons {
      position: fixed;
      display: table;
      top: 125px; }
      .jumbotron .inner-section .icons a, .jumbotron .inner-section .icons button {
        display: table-cell;
        vertical-align: middle;
        opacity: 0.75;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        .jumbotron .inner-section .icons a.email, .jumbotron .inner-section .icons button.email {
          background-image: url(sprites/sp-shareLinks.png);
          background-position: -48px -23px;
          width: 18px;
          height: 14px;
          background-repeat: no-repeat; }
        .jumbotron .inner-section .icons a.twitter, .jumbotron .inner-section .icons button.twitter {
          background-image: url(sprites/sp-shareLinks.png);
          background-position: 0px -43px;
          width: 19px;
          height: 15px;
          background-repeat: no-repeat; }
        .jumbotron .inner-section .icons a.facebook, .jumbotron .inner-section .icons button.facebook {
          background-image: url(sprites/sp-shareLinks.png);
          background-position: -71px 0px;
          width: 10px;
          height: 18px;
          background-repeat: no-repeat; }
        .jumbotron .inner-section .icons a.instagram, .jumbotron .inner-section .icons button.instagram {
          background-image: url(sprites/sp-shareLinks.png);
          background-position: -48px 0px;
          width: 18px;
          height: 18px;
          background-repeat: no-repeat; }
        .jumbotron .inner-section .icons a.backArrow, .jumbotron .inner-section .icons button.backArrow {
          background-image: url(sprites/sp-icons.png);
          background-position: -118px -33px;
          width: 18px;
          height: 18px;
          background-repeat: no-repeat; }
        .jumbotron .inner-section .icons a i, .jumbotron .inner-section .icons button i {
          text-decoration: none;
          vertical-align: middle; }
          .jumbotron .inner-section .icons a i.backArrow, .jumbotron .inner-section .icons button i.backArrow {
            color: white;
            font-size: 24px; }
            @media screen and (max-width: 750px) {
              .jumbotron .inner-section .icons a i.backArrow, .jumbotron .inner-section .icons button i.backArrow {
                font-size: 32px; } }
        .jumbotron .inner-section .icons a.dots, .jumbotron .inner-section .icons button.dots {
          background-image: url(sprites/sp-icons.png);
          background-position: 0px -137px;
          width: 4px;
          height: 16px;
          background-repeat: no-repeat;
          display: none; }
        .jumbotron .inner-section .icons a:hover, .jumbotron .inner-section .icons a:focus, .jumbotron .inner-section .icons button:hover, .jumbotron .inner-section .icons button:focus {
          text-decoration: none; }
        .jumbotron .inner-section .icons a:hover, .jumbotron .inner-section .icons button:hover {
          opacity: 1; }
        @media screen and (max-width: 480px) {
          .jumbotron .inner-section .icons a.collapse, .jumbotron .inner-section .icons button.collapse {
            display: none; }
          .jumbotron .inner-section .icons a.dots, .jumbotron .inner-section .icons button.dots {
            display: table-cell; } }
      .jumbotron .inner-section .icons .divider {
        display: table-cell;
        width: 22px; }
        .jumbotron .inner-section .icons .divider.dots {
          display: none; }
        @media screen and (max-width: 480px) {
          .jumbotron .inner-section .icons .divider.collapse {
            display: none; }
          .jumbotron .inner-section .icons .divider.dots {
            display: table-cell; } }
      .jumbotron .inner-section .icons.icons-right {
        right: 44px;
        z-index: 10; }
      .jumbotron .inner-section .icons.icons-left {
        left: 53px;
        z-index: 10; }
      @media screen and (max-width: 480px) {
        .jumbotron .inner-section .icons {
          position: absolute; } }
    .jumbotron .inner-section .logo {
      width: 187.5px;
      height: 187.5px;
      background-color: white;
      margin: 60px auto 0 auto;
      border-radius: 50%;
      overflow: hidden; }
      .jumbotron .inner-section .logo img {
        height: auto;
        max-height: 90%;
        width: auto;
        max-width: 90%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .jumbotron .inner-section .default_button {
      margin: 20px 0 0 0;
      padding: 12px 29px 12px 29px;
      font-family: "Nexa";
      font-size: 14px;
      line-height: 16px;
      font-weight: 900;
      /* Responsive */ }
      @media screen and (max-width: 480px) {
        .jumbotron .inner-section .default_button {
          margin: 0 0 0 0; } }
    .jumbotron .inner-section .linkSubTitle {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 14px;
      font-weight: 900;
      color: #00A0E2;
      text-decoration: none;
      -webkit-transition: color 0.5s;
      transition: color 0.5s;
      display: block; }
      .jumbotron .inner-section .linkSubTitle:hover {
        color: #002D62; }
    .jumbotron .inner-section.biggerPadding {
      padding: 170px 20px 0 20px; }
    @media screen and (max-width: 480px) {
      .jumbotron .inner-section h2.section_title, .jumbotron .inner-section .informationCenter .welcome h2.title, .informationCenter .welcome .jumbotron .inner-section h2.title {
        margin: 0 0 0 0; } }
  .jumbotron .mobileVideo {
    position: absolute;
    right: 15px;
    bottom: 15px; }
    .jumbotron .mobileVideo .videoButton {
      display: inline-block;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 45px;
      color: #FFFFFF;
      opacity: 0.5;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .jumbotron .mobileVideo .videoButton:hover {
        opacity: 1; }
  .jumbotron.sticky {
    position: fixed;
    height: 175px;
    z-index: 96; }
    .jumbotron.sticky .inner-section .logo, .jumbotron.sticky .inner-section .default_button, .jumbotron.sticky .inner-section .linkSubTitle, .jumbotron.sticky .inner-section h2 > a {
      display: none; }
    .jumbotron.sticky .inner-section h2.section_title, .jumbotron.sticky .inner-section .informationCenter .welcome h2.title, .informationCenter .welcome .jumbotron.sticky .inner-section h2.title {
      position: fixed;
      top: 100px;
      left: 0;
      right: 0;
      line-height: 40px;
      font-family: "Nexa";
      font-size: 24px;
      line-height: 30px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media screen and (max-width: 480px) {
        .jumbotron.sticky .inner-section h2.section_title, .jumbotron.sticky .inner-section .informationCenter .welcome h2.title, .informationCenter .welcome .jumbotron.sticky .inner-section h2.title {
          font-family: "Nexa";
          font-size: 20px;
          line-height: 30px; } }
      @media screen and (max-width: 480px) {
        .jumbotron.sticky .inner-section h2.section_title, .jumbotron.sticky .inner-section .informationCenter .welcome h2.title, .informationCenter .welcome .jumbotron.sticky .inner-section h2.title {
          margin-top: 25px;
          margin-bottom: 10px; } }
    .jumbotron.sticky .inner-section .icons {
      position: fixed;
      top: 125px; }
      @media screen and (max-width: 480px) {
        .jumbotron.sticky .inner-section .icons.icons-right {
          right: 20px; } }
      @media screen and (max-width: 480px) {
        .jumbotron.sticky .inner-section .icons.icons-left {
          left: 20px; } }
      @media screen and (max-width: 480px) {
        .jumbotron.sticky .inner-section .icons {
          top: 105px; } }
  .jumbotron.jumbotron-sticky.belowSticky {
    height: 650px;
    display: none; }
  .jumbotron.jumbotron-medium {
    height: 390px; }
  .jumbotron.jumbotron-sp {
    height: 320px; }
    @media screen and (max-width: 480px) {
      .jumbotron.jumbotron-sp {
        padding-top: 80px; } }
  .jumbotron.jumbotron-small {
    height: 215px; }
    .jumbotron.jumbotron-small .inner-section {
      padding-top: 90px; }
      .jumbotron.jumbotron-small .inner-section .section_title, .jumbotron.jumbotron-small .inner-section .informationCenter .welcome .title, .informationCenter .welcome .jumbotron.jumbotron-small .inner-section .title {
        font-family: "NexaHeavy";
        font-size: 20px;
        line-height: 24px;
        font-weight: 900; }
        @media screen and (max-width: 480px) {
          .jumbotron.jumbotron-small .inner-section .section_title, .jumbotron.jumbotron-small .inner-section .informationCenter .welcome .title, .informationCenter .welcome .jumbotron.jumbotron-small .inner-section .title {
            margin-top: 20px;
            margin-bottom: 10px; } }
      .jumbotron.jumbotron-small .inner-section .icons {
        position: absolute;
        top: 141px;
        display: table; }
        .jumbotron.jumbotron-small .inner-section .icons .divider {
          width: 13px; }
        .jumbotron.jumbotron-small .inner-section .icons a {
          line-height: 24px; }
          .jumbotron.jumbotron-small .inner-section .icons a .icon-tag {
            margin-left: 13px;
            color: #FFFFFF;
            font-family: "NexaHeavy";
            font-size: 14px;
            line-height: 24px;
            font-weight: 900; }
            @media screen and (max-width: 750px) {
              .jumbotron.jumbotron-small .inner-section .icons a .icon-tag {
                display: none; } }
        @media screen and (max-width: 480px) {
          .jumbotron.jumbotron-small .inner-section .icons.icons-right {
            right: 20px;
            top: 116px; } }
        @media screen and (max-width: 480px) {
          .jumbotron.jumbotron-small .inner-section .icons.icons-left {
            left: 20px;
            top: 116px; } }
    @media screen and (max-width: 480px) {
      .jumbotron.jumbotron-small {
        height: 165px; } }
  .jumbotron.biggerText .inner-section .section_title, .jumbotron.biggerText .inner-section .informationCenter .welcome .title, .informationCenter .welcome .jumbotron.biggerText .inner-section .title {
    font-family: "Nexa";
    font-size: 40px;
    line-height: 40px; }
  .jumbotron.biggerText .inner-section .subtitle {
    margin: 20px auto 35px auto;
    width: 80%; }
  .jumbotron.fixParallax {
    background-position: top center;
    background-size: auto 650px;
    background-repeat: repeat-x; }
  .jumbotron.fixParallaxSmall {
    background-position: top center;
    background-size: auto 390px; }
  .jumbotron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 107, 0.4);
    z-index: 1; }
  @media screen and (max-width: 480px) {
    .jumbotron {
      padding: 50px 0 35px 0; }
      .jumbotron.jumbotron-medium {
        padding: 100px 0 35px 0; } }
  .jumbotron.sp_extension_page .inner-section .logo {
    margin-bottom: 20px; }

@media screen and (max-width: 960px) {
  .jumbotron.jumbotron-video .jumbotron-video-wrapper iframe {
    display: none; }
  .jumbotron.jumbotron-video .jumbotron-video-wrapper .video-volume-button {
    display: none; } }

.trips_grid {
  text-align: center;
  background: #EEF2F4;
  /* Responsive */ }
  .trips_grid h2 {
    margin: 0 0 35px 0; }
  .trips_grid div.subtitle {
    margin: 0 0 35px 0;
    color: #5E656F;
    font-family: "Nexa";
    font-size: 25px;
    line-height: 35px; }
    .trips_grid div.subtitle a {
      color: #00A0E2;
      border-bottom: 1px dotted #00A0E2;
      text-decoration: none; }
  .trips_grid .error {
    position: relative;
    visibility: hidden;
    margin: 10px 0 10px 0;
    padding: 15px 0 15px 15px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-topleft-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-topright-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottomright-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottomleft-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: left;
    width: 100%;
    color: #FFFFFF;
    background: #FF7C7C;
    /* Responsive */ }
    .trips_grid .error:after {
      content: 'X';
      position: absolute;
      top: 15px;
      right: 15px; }
  .trips_grid .trips .trip-item {
    padding: 9px !important;
    z-index: 1;
    /* Responsive */ }
    .trips_grid .trips .trip-item .trip-background {
      display: table;
      position: relative;
      -webkit-border-top-left-radius: 5px;
      -moz-border-topleft-radius: 5px;
      border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-topright-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-bottomright-radius: 5px;
      border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-bottomleft-radius: 5px;
      border-bottom-left-radius: 5px;
      width: 100%;
      height: 270px;
      text-decoration: none;
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.2);
      box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.2);
      z-index: 1;
      /* Remove */
      background-image: url("images/tripExample.png");
      background-position: center center;
      background-repeat: no-repeat; }
      .trips_grid .trips .trip-item .trip-background .trip-text {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        font-family: "Nexa";
        font-size: 25px;
        line-height: 25px;
        font-weight: 600;
        color: #FFFFFF;
        z-index: 1; }
      .trips_grid .trips .trip-item .trip-background:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-border-top-left-radius: 5px;
        -moz-border-topleft-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-topright-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottomright-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottomleft-radius: 5px;
        border-bottom-left-radius: 5px;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 1s;
        transition: all 1s; }
      .trips_grid .trips .trip-item .trip-background:hover:before {
        background: transparent; }
    @media screen and (max-width: 480px) {
      .trips_grid .trips .trip-item {
        width: 100%;
        text-align: center; }
        .trips_grid .trips .trip-item .trip-background {
          height: 150px; }
        .trips_grid .trips .trip-item.col-xs-12 .trip-background {
          height: 270px; } }
  .trips_grid .primary_container {
    padding: 100px 100px 110px 100px;
    /* Responsive */ }
    @media screen and (max-width: 750px) {
      .trips_grid .primary_container {
        padding: 0 0 0 0; } }
  @media screen and (max-width: 750px) {
    .trips_grid {
      padding: 100px 50px 110px 50px; } }
  @media screen and (max-width: 480px) {
    .trips_grid {
      padding: 100px 25px 110px 25px;
      text-align: left; } }

.nl-field-toggle, .nl-form input, .nl-form select, .nl-form .forms_normal_select .multiselect, .forms_normal_select .nl-form .multiselect, .nl-form .forms_withoutIcon_select .multiselect, .forms_withoutIcon_select .nl-form .multiselect, .nl-form .forms_labelAbove_select .multiselect, .forms_labelAbove_select .nl-form .multiselect, .nl-form .forms_labelAboveNoIcon_select .multiselect, .forms_labelAboveNoIcon_select .nl-form .multiselect, .nl-form .forms_normal_select .multiselect, .forms_normal_select .nl-form .multiselect, .nl-form .forms_withoutIcon_select .multiselect, .forms_withoutIcon_select .nl-form .multiselect, .nl-form .forms_labelAbove_select .multiselect, .forms_labelAbove_select .nl-form .multiselect, .nl-form .forms_labelAboveNoIcon_select .multiselect, .forms_labelAboveNoIcon_select .nl-form .multiselect {
  color: #00A0E2;
  border-bottom: 1px dotted #00A0E2; }

.nl-field.nl-field-open ul {
  /* Responsive */ }
  @media screen and (max-width: 1040px) {
    .nl-field.nl-field-open ul {
      max-height: 250px;
      overflow: auto; } }

.application {
  padding: 100px 0 80px 0;
  text-align: center;
  background: #FFFFFF;
  /* Resposnive */ }
  .application div.subtitle {
    margin: 15px 0 60px 0;
    color: #5E656F; }
  .application .options {
    width: 700px;
    margin: 0 auto 50px auto;
    padding: 0 0 0 0;
    list-style: none;
    /* Responsive */ }
    .application .options .op {
      position: relative;
      display: inline-block;
      width: 49%;
      /* Responsive */ }
      .application .options .op .days {
        display: block;
        margin: 8px 0 25px 0;
        color: #5E656F;
        font-family: "NexaBook";
        font-size: 24px;
        line-height: 16px; }
      .application .options .op .fromWhere {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 70%;
        color: #5E656F;
        font-family: "NexaBook";
        font-size: 14px;
        line-height: 16px; }
        .application .options .op .fromWhere .countryName {
          font-family: "Nexa";
          font-size: 14px;
          line-height: 16px;
          font-weight: 900; }
      .application .options .op:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: #AAB5BB; }
      .application .options .op:last-child:after {
        display: none; }
      @media screen and (max-width: 480px) {
        .application .options .op {
          display: block;
          margin: 0 0 120px 0;
          width: 100%; }
          .application .options .op:after {
            content: '';
            position: absolute;
            display: block;
            margin-right: auto;
            margin-left: auto;
            top: auto;
            bottom: -60px;
            right: 0;
            left: 0;
            height: 1px;
            width: 80%;
            background: #AAB5BB; } }
    @media screen and (max-width: 750px) {
      .application .options {
        width: 100%; } }
  .application .default_button {
    height: auto; }
  .application .have_account {
    margin: 30px 0 0 0;
    color: #5E656F; }
    .application .have_account a {
      color: #AAB5BB;
      font-weight: 600;
      text-decoration: none; }
  @media screen and (max-width: 750px) {
    .application {
      padding: 50px 20px 30px 20px; } }

.discover {
  padding: 65px 0 85px 0;
  text-align: center;
  background: #EEF2F4;
  /* Responsive */ }
  .discover div.subtitle {
    margin: 15px 0 60px 0;
    color: #5E656F; }
  .discover .discover-videos {
    margin: 0 0 75px 0;
    /* Responsive */ }
    .discover .discover-videos a {
      text-decoration: none;
      display: block; }
    .discover .discover-videos .video-item {
      margin: 0 0 0 -1px;
      padding: 0 0 0 0;
      z-index: 1;
      /* Responsive */ }
      .discover .discover-videos .video-item .video-inner {
        display: table;
        width: 100%;
        height: 270px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        color: #FFFFFF;
        background-color: #000000;
        z-index: 1; }
        .discover .discover-videos .video-item .video-inner .video-text {
          display: table-cell;
          vertical-align: middle;
          z-index: 2;
          text-decoration: none; }
          .discover .discover-videos .video-item .video-inner .video-text img {
            opacity: 0.5;
            -webkit-transition: all 1s;
            transition: all 1s; }
          .discover .discover-videos .video-item .video-inner .video-text span {
            display: block; }
            .discover .discover-videos .video-item .video-inner .video-text span.name {
              margin: 16px 0 0 0;
              font-family: "NexaHeavy";
              font-size: 24px;
              line-height: 30px;
              font-weight: 900; }
            .discover .discover-videos .video-item .video-inner .video-text span.description {
              font-family: "NexaBook";
              font-size: 14px;
              line-height: 18px; }
        .discover .discover-videos .video-item .video-inner:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.2);
          -webkit-transition: all 1s;
          transition: all 1s; }
        .discover .discover-videos .video-item .video-inner:hover img {
          opacity: 1; }
        .discover .discover-videos .video-item .video-inner:hover:before {
          background: transparent; }
      @media screen and (max-width: 480px) {
        .discover .discover-videos .video-item .video-inner {
          height: 200px; } }
    @media screen and (max-width: 480px) {
      .discover .discover-videos .video-item {
        width: 100%; } }
  .discover .benefits-list {
    padding: 0 100px 0 100px;
    /* Responsive */ }
    .discover .benefits-list .benefit-item .benefit-inner {
      width: 100%;
      padding: 5px 5px 5px 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-topleft-radius: 5px;
      border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-topright-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-bottomright-radius: 5px;
      border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-bottomleft-radius: 5px;
      border-bottom-left-radius: 5px;
      background: #00A0E2;
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.2);
      box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.2);
      -webkit-transition: -webkit-box-shadow 0.3s;
      transition: -webkit-box-shadow 0.3s;
      transition: box-shadow 0.3s;
      transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
      /* Responsive */ }
      .discover .benefits-list .benefit-item .benefit-inner .benefit-text {
        display: table;
        width: 100%;
        height: 125px;
        vertical-align: middle;
        font-family: "Nexa";
        font-size: 14px;
        line-height: 16px;
        font-weight: 900;
        color: #FFFFFF; }
        .discover .benefits-list .benefit-item .benefit-inner .benefit-text a {
          display: table-cell;
          width: 100%;
          height: 100%;
          text-align: center;
          vertical-align: middle;
          color: #FFFFFF;
          text-decoration: none; }
      .discover .benefits-list .benefit-item .benefit-inner:hover {
        -webkit-box-shadow: 0 2px 20px 0 rgba(0, 44, 97, 0.7);
        box-shadow: 0 2px 20px 0 rgba(0, 44, 97, 0.7); }
      @media screen and (max-width: 480px) {
        .discover .benefits-list .benefit-item .benefit-inner .benefit-text {
          height: 70px; } }
    @media screen and (max-width: 750px) {
      .discover .benefits-list {
        padding: 0 50px 0 50px; } }
    @media screen and (max-width: 480px) {
      .discover .benefits-list .benefit-item {
        width: 100%; } }
  @media screen and (max-width: 750px) {
    .discover {
      padding: 35px 20px 55px 20px; } }

.wizard_application {
  padding: 134px 0 65px 0;
  text-align: center;
  background: #EEF2F4; }
  .wizard_application.congratulations {
    height: 100%;
    color: #FFFFFF;
    background: #00A0E2;
    padding: 140px 0 180px; }
    .wizard_application.congratulations .complate {
      display: block; }
      .wizard_application.congratulations .complate .title {
        margin: 40px 0 15px 0;
        display: block;
        font-family: "NexaHeavy";
        font-size: 40px;
        line-height: 40px;
        font-weight: 900;
        /* Responsive */ }
        @media screen and (max-width: 480px) {
          .wizard_application.congratulations .complate .title {
            font-family: "NexaHeavy";
            font-size: 24px;
            line-height: 24px; } }
        @media screen and (max-width: 480px) {
          .wizard_application.congratulations .complate .title {
            margin: 40px 0 10px 0; } }
      .wizard_application.congratulations .complate .subtitle {
        margin: 0 0 72px 0;
        display: block;
        font-family: "NexaBook";
        font-size: 22px;
        line-height: 24px; }
      .wizard_application.congratulations .complate .content {
        margin: 0 auto 0 auto;
        width: 60%;
        display: block;
        font-family: "NexaBook";
        font-size: 22px;
        line-height: 24px; }
    .wizard_application.congratulations .bring_friend li {
      vertical-align: middle; }
      .wizard_application.congratulations .bring_friend li a {
        display: inline-block;
        width: 100%;
        height: 100%; }
    .wizard_application.congratulations .bring_friend .share_facebook {
      background-image: url(sprites/sp-shareLinks.png);
      background-position: -71px 0px;
      width: 10px;
      height: 18px; }
    .wizard_application.congratulations .bring_friend .share_twitter {
      background-image: url(sprites/sp-shareLinks.png);
      background-position: 0px -43px;
      width: 19px;
      height: 15px; }
    .wizard_application.congratulations .bring_friend .share_linkedin {
      background-image: url(sprites/sp-shareLinks.png);
      background-position: 0px 0px;
      width: 19px;
      height: 19px; }
    .wizard_application.congratulations .bring_friend .share_google {
      background-image: url(sprites/sp-shareLinks.png);
      background-position: 0px -24px;
      width: 25px;
      height: 14px; }
    .wizard_application.congratulations .bring_friend .share_whatsapp {
      background-image: url(sprites/sp-shareLinks.png);
      background-position: -24px 0px;
      width: 19px;
      height: 19px; }
    .wizard_application.congratulations .bring_friend .share_email {
      background-image: url(sprites/sp-shareLinks.png);
      background-position: -48px -23px;
      width: 18px;
      height: 14px; }
  .wizard_application .tabs {
    margin: 0 auto 50px auto;
    width: 60%;
    color: #CDD4D8;
    /* Responsive */ }
    .wizard_application .tabs .tab-item {
      display: inline-block;
      padding: 0 20px 0 20px;
      text-align: center;
      vertical-align: top;
      cursor: pointer; }
      .wizard_application .tabs .tab-item i {
        display: block;
        margin: 0 0 13px 0;
        font-size: 40px;
        vertical-align: middle;
        font-family: 'Material';
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        /* Support for all WebKit browsers. */
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        opacity: 0.6;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .wizard_application .tabs .tab-item:hover i {
        opacity: 1; }
      .wizard_application .tabs .tab-item.active {
        color: #00A0E2; }
        .wizard_application .tabs .tab-item.active i {
          opacity: 1; }
      .wizard_application .tabs .tab-item.complete {
        color: #b0dd34; }
        .wizard_application .tabs .tab-item.complete i {
          opacity: 1; }
    .wizard_application .tabs .owl-nav .owl-prev {
      position: absolute;
      top: 20px;
      left: 30px;
      color: transparent;
      background-image: url("images/select_arrow.png");
      background-repeat: no-repeat;
      height: 20px;
      width: 20px;
      white-space: nowrap;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .wizard_application .tabs .owl-nav .owl-next {
      position: absolute;
      top: 15px;
      right: 30px;
      color: transparent;
      background-image: url("images/select_arrow.png");
      background-repeat: no-repeat;
      height: 20px;
      width: 20px;
      white-space: nowrap;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    @media screen and (max-width: 1040px) {
      .wizard_application .tabs {
        width: 80%; } }
    @media screen and (max-width: 750px) {
      .wizard_application .tabs {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .wizard_application .tabs .tab-item i {
        display: inline-block;
        padding-top: 7px; }
      .wizard_application .tabs .tab-item.active {
        color: #00A0E2; }
        .wizard_application .tabs .tab-item.active i {
          color: #00A0E2; } }
  .wizard_application .page {
    display: none; }
  .wizard_application #account {
    display: block; }
  .wizard_application .form {
    position: relative;
    margin: 25px 90px 0 90px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-topleft-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-topright-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottomleft-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: left;
    color: #5E656F;
    background: #FFFFFF;
    /* Resposive */ }
    .wizard_application .form .title {
      display: block;
      font-family: "NexaBook";
      font-size: 20px;
      line-height: 30px; }
    .wizard_application .form .subtitle {
      display: block;
      width: 98%;
      margin: 5px 0 25px 0;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 19px; }
    .wizard_application .form .submit_button {
      margin: 25px 0 0 0;
      display: block;
      text-align: center; }
    .wizard_application .form .hr {
      display: block;
      border-bottom: 1px solid #EEF2F4; }
    .wizard_application .form .col {
      margin: 25px 0 0 0; }
    .wizard_application .form .close .closeBtn {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 31px;
      height: 31px;
      border: 1px solid #CDD4D8;
      -webkit-border-top-left-radius: 50px;
      -moz-border-topleft-radius: 50px;
      border-top-left-radius: 50px;
      -webkit-border-top-right-radius: 50px;
      -moz-border-topright-radius: 50px;
      border-top-right-radius: 50px;
      -webkit-border-bottom-right-radius: 50px;
      -moz-border-bottomright-radius: 50px;
      border-bottom-right-radius: 50px;
      -webkit-border-bottom-left-radius: 50px;
      -moz-border-bottomleft-radius: 50px;
      border-bottom-left-radius: 50px;
      background-image: url("images/select_arrow.png");
      background-repeat: no-repeat;
      background-position: 8px 12px;
      -webkit-transition: -webkit-transform 0.7s;
      transition: -webkit-transform 0.7s;
      transition: transform 0.7s;
      transition: transform 0.7s, -webkit-transform 0.7s;
      text-align: center;
      vertical-align: middle;
      font-size: 17px;
      line-height: 33px;
      text-decoration: none; }
    .wizard_application .form .close i {
      display: none; }
    .wizard_application .form .close.closed .closeBtn {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      background-position: 7px 12px; }
    .wizard_application .form .close.locked {
      background: #88D68F; }
      .wizard_application .form .close.locked i.ico_locked {
        position: absolute;
        top: 20px;
        right: 43px;
        width: 15px;
        height: 15px;
        border: 1px solid #CDD4D8;
        -webkit-border-top-left-radius: 50px;
        -moz-border-topleft-radius: 50px;
        border-top-left-radius: 50px;
        -webkit-border-top-right-radius: 50px;
        -moz-border-topright-radius: 50px;
        border-top-right-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-bottomright-radius: 50px;
        border-bottom-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-bottomleft-radius: 50px;
        border-bottom-left-radius: 50px;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        display: block;
        font-family: 'Material';
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        /* Support for all WebKit browsers. */
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 10px;
        line-height: 12px;
        background-color: #FFFFFF;
        color: #AAB5BB; }
    .wizard_application .form .close.checked i.ico_checked {
      position: absolute;
      top: 20px;
      right: 43px;
      width: 15px;
      height: 15px;
      border: 1px solid #CDD4D8;
      -webkit-border-top-left-radius: 50px;
      -moz-border-topleft-radius: 50px;
      border-top-left-radius: 50px;
      -webkit-border-top-right-radius: 50px;
      -moz-border-topright-radius: 50px;
      border-top-right-radius: 50px;
      -webkit-border-bottom-right-radius: 50px;
      -moz-border-bottomright-radius: 50px;
      border-bottom-right-radius: 50px;
      -webkit-border-bottom-left-radius: 50px;
      -moz-border-bottomleft-radius: 50px;
      border-bottom-left-radius: 50px;
      background-color: #88D68F;
      text-align: center;
      vertical-align: middle;
      font-size: 15px;
      line-height: 33px;
      text-decoration: none;
      display: block;
      color: #FFFFFF;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .wizard_application .form .hiddenOnLoad {
      display: none; }
    .wizard_application .form .noOpacityOnLoad {
      opacity: 0; }
    .wizard_application .form.formContainer .inner_content {
      padding: 35px 35px 35px 35px; }
    .wizard_application .form.trip_selection_two .inner_content, .wizard_application .form.trip_selection .inner_content, .wizard_application .form.trip_selected .inner_content {
      padding: 25px 25px 25px 25px; }
    .wizard_application .form.trip_selection_two .trip-item, .wizard_application .form.trip_selection .trip-item, .wizard_application .form.trip_selected .trip-item {
      display: block;
      margin: 15px 0 0 0;
      padding: 90px 0 90px 0;
      border: 1px solid #EEF2F4;
      color: #AAB5BB;
      text-decoration: none;
      font-family: "Nexa";
      font-size: 12px;
      line-height: 15px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .wizard_application .form.trip_selection_two .trip-item, .wizard_application .form.trip_selection .trip-item, .wizard_application .form.trip_selected .trip-item {
          font-family: "Nexa";
          font-size: 10px;
          line-height: 15px; } }
      .wizard_application .form.trip_selection_two .trip-item i, .wizard_application .form.trip_selection .trip-item i, .wizard_application .form.trip_selected .trip-item i {
        display: block;
        margin: 0 auto 33px auto;
        width: auto;
        font-size: 86px;
        font-family: 'Material';
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        /* Support for all WebKit browsers. */
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga'; }
      .wizard_application .form.trip_selection_two .trip-item img, .wizard_application .form.trip_selection .trip-item img, .wizard_application .form.trip_selected .trip-item img {
        display: block;
        margin: 0 auto 33px auto;
        width: auto;
        height: 80px; }
    .wizard_application .form.trip_selection, .wizard_application .form.trip_selected {
      /* Responsive */ }
      .wizard_application .form.trip_selection .inner_content, .wizard_application .form.trip_selected .inner_content {
        padding: 28px 20px 28px 20px; }
      .wizard_application .form.trip_selection .selected_trip, .wizard_application .form.trip_selected .selected_trip {
        position: relative;
        display: table;
        padding: 0 0 0 105px;
        height: 90px;
        vertical-align: middle; }
        .wizard_application .form.trip_selection .selected_trip .org_image, .wizard_application .form.trip_selected .selected_trip .org_image {
          position: absolute;
          display: block;
          width: 90px;
          height: 90px;
          top: 0;
          left: 0;
          -webkit-border-top-left-radius: 100px;
          -moz-border-topleft-radius: 100px;
          border-top-left-radius: 100px;
          -webkit-border-top-right-radius: 100px;
          -moz-border-topright-radius: 100px;
          border-top-right-radius: 100px;
          -webkit-border-bottom-right-radius: 100px;
          -moz-border-bottomright-radius: 100px;
          border-bottom-right-radius: 100px;
          -webkit-border-bottom-left-radius: 100px;
          -moz-border-bottomleft-radius: 100px;
          border-bottom-left-radius: 100px;
          background-image: url("images/jumbotron.png");
          background-repeat: no-repeat;
          background-size: 90px 90px; }
        .wizard_application .form.trip_selection .selected_trip .info, .wizard_application .form.trip_selected .selected_trip .info {
          display: table-cell;
          vertical-align: middle; }
          .wizard_application .form.trip_selection .selected_trip .info .type, .wizard_application .form.trip_selected .selected_trip .info .type {
            display: block;
            color: #AAB5BB;
            font-family: "Nexa";
            font-size: 12px;
            line-height: 15px; }
            @media screen and (max-width: 480px) {
              .wizard_application .form.trip_selection .selected_trip .info .type, .wizard_application .form.trip_selected .selected_trip .info .type {
                font-family: "Nexa";
                font-size: 10px;
                line-height: 15px; } }
          .wizard_application .form.trip_selection .selected_trip .info .name, .wizard_application .form.trip_selected .selected_trip .info .name {
            display: block;
            color: #5E656F;
            font-family: "Nexa";
            font-size: 20px;
            line-height: 31px; }
            @media screen and (max-width: 750px) {
              .wizard_application .form.trip_selection .selected_trip .info .name, .wizard_application .form.trip_selected .selected_trip .info .name {
                font-family: "Nexa";
                font-size: 16px;
                line-height: 31px; } }
            @media screen and (max-width: 480px) {
              .wizard_application .form.trip_selection .selected_trip .info .name, .wizard_application .form.trip_selected .selected_trip .info .name {
                font-family: "Nexa";
                font-size: 16px;
                line-height: 20px; } }
          .wizard_application .form.trip_selection .selected_trip .info .actions, .wizard_application .form.trip_selected .selected_trip .info .actions {
            margin: 25px 0 0 0;
            display: block;
            color: #00A0E2;
            font-family: "Nexa";
            font-size: 14px;
            line-height: 16px;
            font-weight: 600; }
            @media screen and (max-width: 750px) {
              .wizard_application .form.trip_selection .selected_trip .info .actions, .wizard_application .form.trip_selected .selected_trip .info .actions {
                font-family: "Nexa";
                font-size: 13px;
                line-height: 16px; } }
            @media screen and (max-width: 480px) {
              .wizard_application .form.trip_selection .selected_trip .info .actions, .wizard_application .form.trip_selected .selected_trip .info .actions {
                font-family: "Nexa";
                font-size: 10px;
                line-height: 16px; } }
            .wizard_application .form.trip_selection .selected_trip .info .actions a, .wizard_application .form.trip_selected .selected_trip .info .actions a {
              color: #00A0E2; }
      @media screen and (max-width: 480px) {
        .wizard_application .form.trip_selection .selected_trip, .wizard_application .form.trip_selected .selected_trip {
          padding: 0 0 0 55px;
          height: 40px; }
          .wizard_application .form.trip_selection .selected_trip .org_image, .wizard_application .form.trip_selected .selected_trip .org_image {
            width: 40px;
            height: 40px;
            background-size: 40px 40px; } }
    .wizard_application .form.trip_selected {
      /* Responsive */ }
      .wizard_application .form.trip_selected .inner_content {
        padding: 28px 20px 0px 20px; }
      .wizard_application .form.trip_selected .trip-item {
        position: relative;
        padding: 40px 0 50px 0;
        border: 0;
        color: #FFFFFF;
        background-image: url("images/background.png");
        background-size: cover;
        z-index: 1; }
        .wizard_application .form.trip_selected .trip-item .type {
          position: relative;
          display: inline-block;
          margin: 0 0 17px 0;
          padding: 3px 7px 3px 7px;
          border: 1px solid #FFFFFF;
          -webkit-border-top-left-radius: 3px;
          -moz-border-topleft-radius: 3px;
          border-top-left-radius: 3px;
          -webkit-border-top-right-radius: 3px;
          -moz-border-topright-radius: 3px;
          border-top-right-radius: 3px;
          -webkit-border-bottom-right-radius: 3px;
          -moz-border-bottomright-radius: 3px;
          border-bottom-right-radius: 3px;
          -webkit-border-bottom-left-radius: 3px;
          -moz-border-bottomleft-radius: 3px;
          border-bottom-left-radius: 3px;
          font-family: "Montserrat";
          font-size: 10px;
          line-height: 11px;
          font-weight: 700;
          z-index: 1; }
        .wizard_application .form.trip_selected .trip-item .title {
          position: relative;
          display: block;
          margin: 0 0 9px 0;
          font-family: "Montserrat";
          font-size: 40px;
          line-height: 41px;
          font-weight: 700;
          z-index: 1; }
          @media screen and (max-width: 750px) {
            .wizard_application .form.trip_selected .trip-item .title {
              font-family: "Montserrat";
              font-size: 24px;
              line-height: 31px; } }
        .wizard_application .form.trip_selected .trip-item .subtitle {
          position: relative;
          display: block;
          margin: 0 auto 45px auto;
          font-family: "Montserrat";
          font-size: 18px;
          line-height: 21px;
          z-index: 1; }
        .wizard_application .form.trip_selected .trip-item .description {
          position: relative;
          display: block;
          margin: 0 auto 0 auto;
          width: 65%;
          text-align: left;
          font-family: "NexaBook";
          font-size: 14px;
          line-height: 19px;
          z-index: 1; }
        .wizard_application .form.trip_selected .trip-item .info {
          position: relative;
          list-style: none;
          margin: 40px 0 15px 0;
          padding: 0 0 0 0;
          font-family: "Montserrat";
          font-size: 10px;
          line-height: 10px;
          z-index: 1;
          /* Responsive */ }
          .wizard_application .form.trip_selected .trip-item .info li {
            display: inline-block;
            margin: 0 10px 0 0;
            padding: 0 0 0 0; }
            .wizard_application .form.trip_selected .trip-item .info li i {
              display: block;
              margin: 0 0 8px 0;
              font-size: 13px;
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga';
              /* give rotate classs when you want icon to rotate */ }
              .wizard_application .form.trip_selected .trip-item .info li i.rotate {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
            .wizard_application .form.trip_selected .trip-item .info li:last-child {
              margin: 0 0 0 0; }
          @media screen and (max-width: 480px) {
            .wizard_application .form.trip_selected .trip-item .info {
              margin: 40px 0 32px 0; } }
        .wizard_application .form.trip_selected .trip-item:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 51, 107, 0.4);
          z-index: -1; }
      @media screen and (max-width: 480px) {
        .wizard_application .form.trip_selected .trip-item {
          margin: 0 0 0 0; } }
    .wizard_application .form.jewish_background {
      padding: 0 0 25px 0;
      /* Responsive */ }
      .wizard_application .form.jewish_background .inner_content {
        padding: 25px 35px 0 35px; }
        .wizard_application .form.jewish_background .inner_content .col-row {
          margin: 25px 0 0 0;
          display: block; }
      @media screen and (max-width: 750px) {
        .wizard_application .form.jewish_background .col {
          margin: 0 0 0 0; } }
    .wizard_application .form.terms .inner_content {
      padding: 25px 35px 25px 35px;
      /* Responsive */ }
      .wizard_application .form.terms .inner_content .terms_content {
        padding: 10px 10px 10px 10px;
        border: 1px solid #AAB5BB;
        max-height: 310px;
        overflow: scroll;
        overflow-x: hidden;
        color: #000000;
        font-family: arial; }
      .wizard_application .form.terms .inner_content .terms_accept {
        display: block;
        margin: 30px 0 37px 0;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 14px;
        color: #AAB5BB;
        text-align: center; }
        @media screen and (max-width: 1040px) {
          .wizard_application .form.terms .inner_content .terms_accept {
            font-family: "NexaBold";
            font-size: 13px;
            line-height: 13px; } }
      @media screen and (max-width: 750px) {
        .wizard_application .form.terms .inner_content {
          padding: 25px 25px 25px 25px; }
          .wizard_application .form.terms .inner_content .terms_accept {
            text-align: left; } }
    .wizard_application .form.deposit .inner_content {
      padding: 25px 35px 25px 35px; }
    .wizard_application .form.deposit .powered {
      display: block;
      margin: 6px 0 0 0;
      color: #AAB5BB;
      font-size: 10px;
      text-align: center; }
    .wizard_application .form.email .inner_content {
      padding: 25px 35px 25px 35px; }
      .wizard_application .form.email .inner_content .address {
        color: #00A0E2; }
      .wizard_application .form.email .inner_content a.resend {
        font-family: "Nexa";
        font-size: 14px;
        line-height: 20px;
        font-weight: 900;
        color: #00A0E2;
        text-decoration: none; }
    @media screen and (max-width: 1040px) {
      .wizard_application .form {
        margin: 25px 30px 0 30px; } }
    @media screen and (max-width: 750px) {
      .wizard_application .form {
        margin: 25px 30px 0 30px; } }
    @media screen and (max-width: 480px) {
      .wizard_application .form {
        margin: 25px 0 0 0; }
        .wizard_application .form .col {
          width: 100%; } }
  .wizard_application .complate {
    display: none; }
  .wizard_application .bring_friend {
    margin: 25px 90px 0 90px;
    padding: 10px 0 10px 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-topleft-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-topright-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottomleft-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: "center";
    height: 315px;
    color: #FFFFFF;
    background: #00A0E2;
    /* Resposive */ }
    .wizard_application .bring_friend .outer_block {
      display: table;
      width: 100%;
      height: 100%; }
    .wizard_application .bring_friend .inner_block {
      display: table-cell;
      vertical-align: middle;
      /* Responsive */ }
      .wizard_application .bring_friend .inner_block .title {
        display: block;
        font-family: "Montserrat";
        font-size: 24px;
        line-height: 40px;
        font-weight: 600; }
      .wizard_application .bring_friend .inner_block .subtitle {
        display: block;
        width: 40%;
        margin: 10px auto 40px auto;
        font-family: "Nexa";
        font-size: 14px;
        line-height: 14px; }
        .wizard_application .bring_friend .inner_block .subtitle .strong {
          font-weight: 600; }
      .wizard_application .bring_friend .inner_block .input {
        position: relative;
        display: inline-block;
        /* Responsive */ }
        @media screen and (max-width: 750px) {
          .wizard_application .bring_friend .inner_block .input input[name=link] {
            width: 340px; } }
        @media screen and (max-width: 480px) {
          .wizard_application .bring_friend .inner_block .input {
            padding: 0 40px 0 40px; }
            .wizard_application .bring_friend .inner_block .input input[name=link] {
              background: #FFFFFF;
              padding: 0 0 0 10px;
              width: 100%;
              height: 45px;
              -webkit-border-top-left-radius: 4px;
              -moz-border-topleft-radius: 4px;
              border-top-left-radius: 4px;
              -webkit-border-top-right-radius: 4px;
              -moz-border-topright-radius: 4px;
              border-top-right-radius: 4px;
              -webkit-border-bottom-right-radius: 4px;
              -moz-border-bottomright-radius: 4px;
              border-bottom-right-radius: 4px;
              -webkit-border-bottom-left-radius: 4px;
              -moz-border-bottomleft-radius: 4px;
              border-bottom-left-radius: 4px; }
            .wizard_application .bring_friend .inner_block .input .copy {
              position: relative;
              top: 5px;
              right: 0;
              padding: 11px 20px 11px 20px;
              border: 1px solid #00A0E2;
              -webkit-border-top-left-radius: 100px;
              -moz-border-topleft-radius: 100px;
              border-top-left-radius: 100px;
              -webkit-border-top-right-radius: 100px;
              -moz-border-topright-radius: 100px;
              border-top-right-radius: 100px;
              -webkit-border-bottom-right-radius: 100px;
              -moz-border-bottomright-radius: 100px;
              border-bottom-right-radius: 100px;
              -webkit-border-bottom-left-radius: 100px;
              -moz-border-bottomleft-radius: 100px;
              border-bottom-left-radius: 100px;
              color: #00A0E2;
              background: #FFFFFF; } }
      .wizard_application .bring_friend .inner_block .share_links {
        list-style: none;
        margin: 25px 0 0 0;
        padding: 0 0 0 0;
        /* Responsive */ }
        .wizard_application .bring_friend .inner_block .share_links li {
          display: inline-block;
          margin: 0 40px 0 0; }
          .wizard_application .bring_friend .inner_block .share_links li:last-child {
            margin: 0 0 0 0; }
        @media screen and (max-width: 480px) {
          .wizard_application .bring_friend .inner_block .share_links {
            margin: 15px 0 0 0; }
            .wizard_application .bring_friend .inner_block .share_links li {
              margin: 0 30px 0 0; } }
      @media screen and (max-width: 750px) {
        .wizard_application .bring_friend .inner_block .subtitle {
          width: 80%; } }
    @media screen and (max-width: 1040px) {
      .wizard_application .bring_friend {
        margin: 25px 30px 0 30px; } }
    @media screen and (max-width: 750px) {
      .wizard_application .bring_friend {
        margin: 25px 30px 0 30px; } }
    @media screen and (max-width: 480px) {
      .wizard_application .bring_friend {
        margin: 25px 0 0 0; } }
  .wizard_application .next {
    margin: 20px auto 20px auto; }

.trips_page .content {
  background: #EEF2F4; }
  .trips_page .content .tab {
    /*position: absolute;
      left: 0;
      right: 0;*/ }
    .trips_page .content .tab .note {
      text-align: center;
      position: relative;
      color: #666; }
      .trips_page .content .tab .note .hidden {
        display: none; }
    .trips_page .content .tab.selected, .trips_page .content .tab.orientationCard.withHover:hover {
      z-index: 2;
      display: block; }
    .trips_page .content .tab.process {
      z-index: -2;
      display: block;
      opacity: 0; }
    .trips_page .content .tab.hiddenTab {
      left: 0;
      right: 0;
      position: absolute;
      visibility: hidden;
      height: 200px !important;
      overflow: hidden !important; }
    .trips_page .content .tab .primary_container {
      padding: 0 109px 0 109px;
      /* Responsive */ }
      @media screen and (max-width: 750px) {
        .trips_page .content .tab .primary_container {
          padding: 0 35px 0 35px; } }
  .trips_page .content .categories {
    padding: 0 0 90px 0; }
  .trips_page .content .trips {
    padding: 0 0 90px 0; }
  .trips_page .content .organizers {
    padding: 0 0 90px 0; }
  .trips_page .content .spinner {
    top: initial;
    bottom: 0;
    width: 40px;
    height: 40px; }
    .trips_page .content .spinner .double-bounce1, .trips_page .content .spinner .double-bounce2 {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #00A0E2;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
      animation: sk-bounce 2.0s infinite ease-in-out; }
    .trips_page .content .spinner .double-bounce2 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
  .trips_page .content #infscr-loading img {
    display: none; }
  .trips_page .content .tripsGrid {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    list-style: none;
    font-size: 0; }
    .trips_page .content .tripsGrid > li {
      display: inline-block;
      margin: 0 0 10px 0;
      padding: 0 7px 0 7px;
      width: 25%;
      vertical-align: top;
      /* Responsive */ }
      .trips_page .content .tripsGrid > li .expand {
        position: absolute; }
      .trips_page .content .tripsGrid > li.expended .expand {
        display: block; }
      .trips_page .content .tripsGrid > li.noTrips {
        color: #000000;
        font-size: 30px;
        opacity: 1;
        width: 100%;
        text-align: center; }
        .trips_page .content .tripsGrid > li.noTrips i {
          display: block;
          font-family: 'Material';
          font-weight: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-transform: none;
          white-space: nowrap;
          word-wrap: normal;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased;
          /* Support for all WebKit browsers. */
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          font-feature-settings: 'liga';
          font-size: 100px;
          color: #D9E0E4;
          margin: 0 0 65px 0; }
        .trips_page .content .tripsGrid > li.noTrips .title {
          color: #00A0E2;
          font-family: "Montserrat";
          font-size: 24px;
          line-height: 1.25;
          margin: 0 0 10px 0;
          font-weight: 400; }
        .trips_page .content .tripsGrid > li.noTrips .subtitle {
          display: block;
          font-family: "Nexa";
          font-size: 14px;
          line-height: 1.43;
          font-weight: 400;
          color: #5E656F;
          margin: 0 0 35px 0; }
        .trips_page .content .tripsGrid > li.noTrips button {
          position: relative;
          display: inline-block;
          padding: 10px 30px 10px 30px;
          border: 0;
          -webkit-border-top-left-radius: 20px;
          -moz-border-topleft-radius: 20px;
          border-top-left-radius: 20px;
          -webkit-border-top-right-radius: 20px;
          -moz-border-topright-radius: 20px;
          border-top-right-radius: 20px;
          -webkit-border-bottom-right-radius: 20px;
          -moz-border-bottomright-radius: 20px;
          border-bottom-right-radius: 20px;
          -webkit-border-bottom-left-radius: 20px;
          -moz-border-bottomleft-radius: 20px;
          border-bottom-left-radius: 20px;
          text-decoration: none;
          min-width: 160px;
          min-height: 40px;
          -webkit-transition: color 0.7s ease-in-out;
          transition: color 0.7s ease-in-out;
          text-align: center;
          padding: 11px 20px 11px 20px;
          border: 1px solid #00A0E2;
          -webkit-border-top-left-radius: 100px;
          -moz-border-topleft-radius: 100px;
          border-top-left-radius: 100px;
          -webkit-border-top-right-radius: 100px;
          -moz-border-topright-radius: 100px;
          border-top-right-radius: 100px;
          -webkit-border-bottom-right-radius: 100px;
          -moz-border-bottomright-radius: 100px;
          border-bottom-right-radius: 100px;
          -webkit-border-bottom-left-radius: 100px;
          -moz-border-bottomleft-radius: 100px;
          border-bottom-left-radius: 100px;
          font-family: "NexaHeavy";
          font-size: 14px;
          line-height: 14px;
          color: #00A0E2;
          background: #FFFFFF;
          background: transparent;
          font-family: 'Nexa'; }
          .trips_page .content .tripsGrid > li.noTrips button:hover, .trips_page .content .tripsGrid > li.noTrips button:visited, .trips_page .content .tripsGrid > li.noTrips button:link, .trips_page .content .tripsGrid > li.noTrips button:active {
            text-decoration: none; }
          .trips_page .content .tripsGrid > li.noTrips button:hover {
            text-decoration: none;
            color: #00A0E2; }
          .trips_page .content .tripsGrid > li.noTrips button.rightIcon i {
            position: absolute;
            top: -webkit-calc(50% - 10px);
            top: calc(50% - 10px);
            right: 12px;
            font-size: 20px;
            font-family: 'Material';
            font-weight: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            white-space: nowrap;
            word-wrap: normal;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
            /* Support for all WebKit browsers. */
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            font-feature-settings: 'liga'; }
          .trips_page .content .tripsGrid > li.noTrips button.smallText {
            font-family: "Nexa";
            font-size: 14px;
            line-height: 21px; }
          .trips_page .content .tripsGrid > li.noTrips button.loading {
            background: url("images/loading.gif") no-repeat center center;
            background-size: 28px;
            color: transparent; }
      .trips_page .content .tripsGrid > li.grid-note {
        position: relative;
        margin: 15px 0 15px 0;
        width: 100%;
        float: left;
        text-align: center;
        z-index: 1; }
        .trips_page .content .tripsGrid > li.grid-note .note-content {
          padding: 5px;
          color: #CDD4D8;
          background: #EEF2F4;
          font-family: "Nexa";
          font-size: 13px;
          line-height: 0;
          z-index: 2; }
        .trips_page .content .tripsGrid > li.grid-note:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 0;
          display: block;
          border: 1px solid #CDD4D8;
          width: 100%;
          height: 2px;
          z-index: -1; }
      @media screen and (max-width: 1040px) {
        .trips_page .content .tripsGrid > li {
          width: 49%; } }
      @media screen and (max-width: 480px) {
        .trips_page .content .tripsGrid > li {
          width: 100%; }
          .trips_page .content .tripsGrid > li:not('.grid-note') {
            height: 150px; } }
  .trips_page .content .loadMore {
    display: none;
    cursor: pointer;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #CDD4D8;
    padding: 22px 0 22px 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-topleft-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-topright-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottomleft-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
    text-decoration: none;
    background: #CDD4D8; }
  .trips_page .content .singleItem:nth-child(1).close {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s; }
  .trips_page .content .singleItem:nth-child(1).open {
    -webkit-animation-delay: 0.175s;
    animation-delay: 0.175s; }
  .trips_page .content .singleItem:nth-child(2).close {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .trips_page .content .singleItem:nth-child(2).open {
    -webkit-animation-delay: 0.225s;
    animation-delay: 0.225s; }
  .trips_page .content .singleItem:nth-child(3).close {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s; }
  .trips_page .content .singleItem:nth-child(3).open {
    -webkit-animation-delay: 0.275s;
    animation-delay: 0.275s; }
  .trips_page .content .singleItem:nth-child(4).close {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .trips_page .content .singleItem:nth-child(4).open {
    -webkit-animation-delay: 0.325s;
    animation-delay: 0.325s; }
  .trips_page .content .singleItem:nth-child(5).close {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  .trips_page .content .singleItem:nth-child(5).open {
    -webkit-animation-delay: 0.375s;
    animation-delay: 0.375s; }
  .trips_page .content .singleItem:nth-child(6).close {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .trips_page .content .singleItem:nth-child(6).open {
    -webkit-animation-delay: 0.425s;
    animation-delay: 0.425s; }
  .trips_page .content .singleItem:nth-child(7).close {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s; }
  .trips_page .content .singleItem:nth-child(7).open {
    -webkit-animation-delay: 0.475s;
    animation-delay: 0.475s; }
  .trips_page .content .singleItem:nth-child(8).close {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .trips_page .content .singleItem:nth-child(8).open {
    -webkit-animation-delay: 0.525s;
    animation-delay: 0.525s; }
  .trips_page .content .singleItem:nth-child(9).close {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s; }
  .trips_page .content .singleItem:nth-child(9).open {
    -webkit-animation-delay: 0.575s;
    animation-delay: 0.575s; }
  .trips_page .content .singleItem:nth-child(10).close {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .trips_page .content .singleItem:nth-child(10).open {
    -webkit-animation-delay: 0.625s;
    animation-delay: 0.625s; }
  .trips_page .content .singleItem:nth-child(11).close {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s; }
  .trips_page .content .singleItem:nth-child(11).open {
    -webkit-animation-delay: 0.675s;
    animation-delay: 0.675s; }
  .trips_page .content .singleItem:nth-child(12).close {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .trips_page .content .singleItem:nth-child(12).open {
    -webkit-animation-delay: 0.725s;
    animation-delay: 0.725s; }
  .trips_page .content .singleItem:nth-child(13).close {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s; }
  .trips_page .content .singleItem:nth-child(13).open {
    -webkit-animation-delay: 0.775s;
    animation-delay: 0.775s; }
  .trips_page .content .singleItem:nth-child(14).close {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .trips_page .content .singleItem:nth-child(14).open {
    -webkit-animation-delay: 0.825s;
    animation-delay: 0.825s; }
  .trips_page .content .singleItem:nth-child(15).close {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s; }
  .trips_page .content .singleItem:nth-child(15).open {
    -webkit-animation-delay: 0.875s;
    animation-delay: 0.875s; }
  .trips_page .content .singleItem:nth-child(16).close {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .trips_page .content .singleItem:nth-child(16).open {
    -webkit-animation-delay: 0.925s;
    animation-delay: 0.925s; }
  .trips_page .content .singleItem:nth-child(17).close {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s; }
  .trips_page .content .singleItem:nth-child(17).open {
    -webkit-animation-delay: 0.975s;
    animation-delay: 0.975s; }
  .trips_page .content .singleItem:nth-child(18).close {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .trips_page .content .singleItem:nth-child(18).open {
    -webkit-animation-delay: 1.025s;
    animation-delay: 1.025s; }
  .trips_page .content .singleItem:nth-child(19).close {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s; }
  .trips_page .content .singleItem:nth-child(19).open {
    -webkit-animation-delay: 1.075s;
    animation-delay: 1.075s; }
  .trips_page .content .singleItem:nth-child(20).close {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .trips_page .content .singleItem:nth-child(20).open {
    -webkit-animation-delay: 1.125s;
    animation-delay: 1.125s; }
  .trips_page .content .singleItem:nth-child(21).close {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s; }
  .trips_page .content .singleItem:nth-child(21).open {
    -webkit-animation-delay: 1.175s;
    animation-delay: 1.175s; }
  .trips_page .content .singleItem:nth-child(22).close {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .trips_page .content .singleItem:nth-child(22).open {
    -webkit-animation-delay: 1.225s;
    animation-delay: 1.225s; }
  .trips_page .content .singleItem:nth-child(23).close {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s; }
  .trips_page .content .singleItem:nth-child(23).open {
    -webkit-animation-delay: 1.275s;
    animation-delay: 1.275s; }
  .trips_page .content .singleItem:nth-child(24).close {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .trips_page .content .singleItem:nth-child(24).open {
    -webkit-animation-delay: 1.325s;
    animation-delay: 1.325s; }
  .trips_page .content .singleItem:nth-child(25).close {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s; }
  .trips_page .content .singleItem:nth-child(25).open {
    -webkit-animation-delay: 1.375s;
    animation-delay: 1.375s; }
  .trips_page .content .singleItem:nth-child(26).close {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .trips_page .content .singleItem:nth-child(26).open {
    -webkit-animation-delay: 1.425s;
    animation-delay: 1.425s; }
  .trips_page .content .singleItem:nth-child(27).close {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s; }
  .trips_page .content .singleItem:nth-child(27).open {
    -webkit-animation-delay: 1.475s;
    animation-delay: 1.475s; }
  .trips_page .content .singleItem:nth-child(28).close {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .trips_page .content .singleItem:nth-child(28).open {
    -webkit-animation-delay: 1.525s;
    animation-delay: 1.525s; }
  .trips_page .content .singleItem:nth-child(29).close {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s; }
  .trips_page .content .singleItem:nth-child(29).open {
    -webkit-animation-delay: 1.575s;
    animation-delay: 1.575s; }
  .trips_page .content .singleItem:nth-child(30).close {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .trips_page .content .singleItem:nth-child(30).open {
    -webkit-animation-delay: 1.625s;
    animation-delay: 1.625s; }
  .trips_page .content .singleItem:nth-child(31).close {
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s; }
  .trips_page .content .singleItem:nth-child(31).open {
    -webkit-animation-delay: 1.675s;
    animation-delay: 1.675s; }
  .trips_page .content .singleItem:nth-child(32).close {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .trips_page .content .singleItem:nth-child(32).open {
    -webkit-animation-delay: 1.725s;
    animation-delay: 1.725s; }
  .trips_page .content .singleItem:nth-child(33).close {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s; }
  .trips_page .content .singleItem:nth-child(33).open {
    -webkit-animation-delay: 1.775s;
    animation-delay: 1.775s; }
  .trips_page .content .singleItem:nth-child(34).close {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s; }
  .trips_page .content .singleItem:nth-child(34).open {
    -webkit-animation-delay: 1.825s;
    animation-delay: 1.825s; }
  .trips_page .content .singleItem:nth-child(35).close {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s; }
  .trips_page .content .singleItem:nth-child(35).open {
    -webkit-animation-delay: 1.875s;
    animation-delay: 1.875s; }
  .trips_page .content .singleItem:nth-child(36).close {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .trips_page .content .singleItem:nth-child(36).open {
    -webkit-animation-delay: 1.925s;
    animation-delay: 1.925s; }
  .trips_page .content .singleItem:nth-child(37).close {
    -webkit-animation-delay: 1.85s;
    animation-delay: 1.85s; }
  .trips_page .content .singleItem:nth-child(37).open {
    -webkit-animation-delay: 1.975s;
    animation-delay: 1.975s; }
  .trips_page .content .singleItem:nth-child(38).close {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s; }
  .trips_page .content .singleItem:nth-child(38).open {
    -webkit-animation-delay: 2.025s;
    animation-delay: 2.025s; }
  .trips_page .content .singleItem:nth-child(39).close {
    -webkit-animation-delay: 1.95s;
    animation-delay: 1.95s; }
  .trips_page .content .singleItem:nth-child(39).open {
    -webkit-animation-delay: 2.075s;
    animation-delay: 2.075s; }
  .trips_page .content .singleItem:nth-child(40).close {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .trips_page .content .singleItem:nth-child(40).open {
    -webkit-animation-delay: 2.125s;
    animation-delay: 2.125s; }
  .trips_page .content .singleItem:nth-child(41).close {
    -webkit-animation-delay: 2.05s;
    animation-delay: 2.05s; }
  .trips_page .content .singleItem:nth-child(41).open {
    -webkit-animation-delay: 2.175s;
    animation-delay: 2.175s; }
  .trips_page .content .singleItem:nth-child(42).close {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s; }
  .trips_page .content .singleItem:nth-child(42).open {
    -webkit-animation-delay: 2.225s;
    animation-delay: 2.225s; }
  .trips_page .content .singleItem:nth-child(43).close {
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s; }
  .trips_page .content .singleItem:nth-child(43).open {
    -webkit-animation-delay: 2.275s;
    animation-delay: 2.275s; }
  .trips_page .content .singleItem:nth-child(44).close {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s; }
  .trips_page .content .singleItem:nth-child(44).open {
    -webkit-animation-delay: 2.325s;
    animation-delay: 2.325s; }
  .trips_page .content .singleItem:nth-child(45).close {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s; }
  .trips_page .content .singleItem:nth-child(45).open {
    -webkit-animation-delay: 2.375s;
    animation-delay: 2.375s; }
  .trips_page .content .singleItem:nth-child(46).close {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s; }
  .trips_page .content .singleItem:nth-child(46).open {
    -webkit-animation-delay: 2.425s;
    animation-delay: 2.425s; }
  .trips_page .content .singleItem:nth-child(47).close {
    -webkit-animation-delay: 2.35s;
    animation-delay: 2.35s; }
  .trips_page .content .singleItem:nth-child(47).open {
    -webkit-animation-delay: 2.475s;
    animation-delay: 2.475s; }
  .trips_page .content .singleItem:nth-child(48).close {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s; }
  .trips_page .content .singleItem:nth-child(48).open {
    -webkit-animation-delay: 2.525s;
    animation-delay: 2.525s; }
  .trips_page .content .singleItem:nth-child(49).close {
    -webkit-animation-delay: 2.45s;
    animation-delay: 2.45s; }
  .trips_page .content .singleItem:nth-child(49).open {
    -webkit-animation-delay: 2.575s;
    animation-delay: 2.575s; }
  .trips_page .content .singleItem:nth-child(50).close {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s; }
  .trips_page .content .singleItem:nth-child(50).open {
    -webkit-animation-delay: 2.625s;
    animation-delay: 2.625s; }
  .trips_page .content .singleItem.close {
    -webkit-animation-name: cardClose;
    animation-name: cardClose;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .trips_page .content .singleItem.open {
    -webkit-animation-name: cardOpen;
    animation-name: cardOpen;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .trips_page .content.page-content {
    position: relative;
    overflow: hidden;
    padding-top: 100px; }
    @media (max-width: 960px) {
      .trips_page .content.page-content {
        padding-top: 130px; } }

@-webkit-keyframes cardClose {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.9; }
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0.2;
    display: none; } }

@keyframes cardClose {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.9; }
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0.2;
    display: none; } }

@-webkit-keyframes cardOpen {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.2; }
  60% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes cardOpen {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.2; }
  60% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.sk-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.carrier {
  position: relative;
  /* Responsive */ }
  .carrier > .title {
    position: relative;
    display: table;
    width: 100%;
    height: 290px;
    color: #FFFFFF;
    font-family: "NexaHeavy";
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 2px;
    z-index: 1;
    /* Remove - example only*/ }
    .carrier > .title .text {
      position: relative;
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      z-index: 2; }
    .carrier > .title:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 51, 107, 0.4);
      z-index: 1; }
  .carrier:not(:first-child) > .title {
    margin: 70px 0 0 0; }
  .carrier:first-child > .title {
    background-position: top center;
    background-size: auto 300px; }
  .carrier .content {
    margin: 100px auto 0 auto;
    width: 800px;
    color: #5E656F;
    font-family: "NexaBook";
    font-size: 18px;
    line-height: 35px;
    /* Responsive */ }
    .carrier .content .subtitle {
      display: block;
      font-family: "NexaBook";
      font-size: 23px;
      line-height: 35px; }
    .carrier .content p {
      margin: 0 0 35px 0; }
      .carrier .content p .bolder {
        font-weight: 600; }
    .carrier .content .headerBig {
      font-family: "Nexabook";
      font-size: 20px; }
    .carrier .content .headerSmall {
      font-family: "Nexabook";
      font-size: 18px;
      line-height: 24px; }
    .carrier .content .paragraph {
      margin-bottom: 60px; }
      .carrier .content .paragraph.paragraphBig {
        font-family: "Nexabook";
        font-size: 20px;
        line-height: 35px; }
      .carrier .content .paragraph.paragraphSmall {
        font-family: "Nexabook";
        font-size: 16px;
        line-height: 30px; }
    .carrier .content .embedContainer {
      margin: 60px 0; }
      .carrier .content .embedContainer .videoEmbed {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 30px; }
        .carrier .content .embedContainer .videoEmbed iframe, .carrier .content .embedContainer .videoEmbed object, .carrier .content .embedContainer .videoEmbed embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    @media screen and (max-width: 1200px) {
      .carrier .content {
        width: 600px; } }
    @media screen and (max-width: 1040px) {
      .carrier .content {
        width: 520px; } }
  .carrier.belowSticky {
    margin-top: 750px; }
  @media screen and (max-width: 750px) {
    .carrier .content {
      width: 80%; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: portrait) {
  .carrier > .title {
    height: 190px; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .carrier > .title {
    height: 250px; } }

.sidebar {
  position: fixed;
  padding: 0 0 10px 0;
  width: 100px;
  z-index: 5; }
  .sidebar .back {
    position: relative;
    display: block;
    margin: 0 0 50px 0;
    padding: 10px 0 10px 0;
    text-align: right;
    text-decoration: none;
    font-family: "Nexa";
    font-size: 12px;
    line-height: 10px;
    color: #CDD4D8;
    font-weight: 600; }
    .sidebar .back a {
      position: relative;
      display: block;
      color: #CDD4D8;
      font-family: "Nexa";
      font-size: 12px;
      line-height: 10px;
      text-decoration: none;
      font-weight: 600;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .sidebar .back a:before {
        content: '';
        position: absolute;
        top: -webkit-calc(50% - 9px);
        top: calc(50% - 9px);
        left: 0;
        background-image: url(sprites/sp-icons.png);
        background-position: -142px -98px;
        width: 19px;
        height: 19px; }
    .sidebar .back:hover a {
      color: #AAB5BB; }
  .sidebar .pageNavigate {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none; }
    .sidebar .pageNavigate .navDestination {
      margin: 30px 0 30px 0;
      padding: 0 0 0 0;
      background: transparent;
      text-align: left; }
      .sidebar .pageNavigate .navDestination a {
        text-decoration: none;
        font-family: "Nexa";
        font-size: 12px;
        line-height: 10px;
        color: #CDD4D8;
        font-weight: 600;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .sidebar .pageNavigate .navDestination:hover a {
        color: #AAB5BB; }
      .sidebar .pageNavigate .navDestination.active a {
        color: #00A0E2; }
  .sidebar.belowSticky {
    margin-top: 650px; }
  .sidebar.absolute {
    position: absolute; }

.grids {
  background: #EEF2F4;
  /* Responsive */ }
  .grids .primary_container {
    padding: 70px 110px 70px 110px;
    /* Responsive */ }
    @media screen and (max-width: 750px) {
      .grids .primary_container {
        padding: 70px 10px 70px 10px; } }
    @media screen and (max-width: 480px) {
      .grids .primary_container {
        padding: 70px 30px 0px 30px; } }
  .grids .singleGrid .gridTitle {
    display: block;
    margin: 0 0 20px 0;
    padding-left: 15px;
    color: #5E656F;
    font-family: "NexaBook";
    font-size: 20px;
    line-height: 30px; }
  .grids .singleGrid .itemsGrid {
    margin: 0 0 50px 0;
    /* Responsive */ }
    .grids .singleGrid .itemsGrid .singleItem {
      display: block;
      margin: 0 0 20px 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 100%;
      height: 300px;
      background: #FFFFFF;
      position: relative;
      /* Responsive */ }
      .grids .singleGrid .itemsGrid .singleItem .itemContent {
        position: absolute;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        top: 50%;
        left: 15px;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-bottom: 40px !important; }
        .grids .singleGrid .itemsGrid .singleItem .itemContent img {
          max-width: 100%;
          max-height: 230px;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          /* Responsive */ }
        .grids .singleGrid .itemsGrid .singleItem .itemContent .name {
          position: absolute;
          bottom: 5px;
          display: block;
          right: 0;
          left: 0;
          margin-right: auto;
          margin-left: auto;
          color: #AAB5BB;
          font-family: "NexaBook";
          font-size: 12px;
          line-height: 16px; }
      .grids .singleGrid .itemsGrid .singleItem.support {
        /* Responsive */ }
        .grids .singleGrid .itemsGrid .singleItem.support .itemContent {
          padding: 0 56px 0 56px; }
          @media screen and (max-width: 480px) {
            .grids .singleGrid .itemsGrid .singleItem.support .itemContent {
              padding: 0 30px 0 30px; } }
          .grids .singleGrid .itemsGrid .singleItem.support .itemContent .title {
            display: block;
            margin: 0 0 7px 0;
            color: #00A0E2;
            font-family: "NexaBook";
            font-size: 24px;
            line-height: 30px; }
          .grids .singleGrid .itemsGrid .singleItem.support .itemContent .subtitle {
            display: block;
            margin: 0 0 27px 0;
            color: #5E656F;
            font-family: "NexaBook";
            font-size: 14px;
            line-height: 20px; }
          .grids .singleGrid .itemsGrid .singleItem.support .itemContent form {
            text-align: left; }
            .grids .singleGrid .itemsGrid .singleItem.support .itemContent form input[type=submit], .grids .singleGrid .itemsGrid .singleItem.support .itemContent form .forms_button_light button, .forms_button_light .grids .singleGrid .itemsGrid .singleItem.support .itemContent form button, .grids .singleGrid .itemsGrid .singleItem.support .itemContent form .forms_button_transparent button, .forms_button_transparent .grids .singleGrid .itemsGrid .singleItem.support .itemContent form button, .grids .singleGrid .itemsGrid .singleItem.support .itemContent form a {
              display: block;
              margin: 17px auto 0 auto;
              text-align: center; }
              @media screen and (max-width: 480px) {
                .grids .singleGrid .itemsGrid .singleItem.support .itemContent form input[type=submit], .grids .singleGrid .itemsGrid .singleItem.support .itemContent form .forms_button_light button, .forms_button_light .grids .singleGrid .itemsGrid .singleItem.support .itemContent form button, .grids .singleGrid .itemsGrid .singleItem.support .itemContent form .forms_button_transparent button, .forms_button_transparent .grids .singleGrid .itemsGrid .singleItem.support .itemContent form button, .grids .singleGrid .itemsGrid .singleItem.support .itemContent form a {
                  min-width: 100%; } }
      @media screen and (max-width: 480px) {
        .grids .singleGrid .itemsGrid .singleItem .itemContent {
          padding: 30px 0 30px 0; }
          .grids .singleGrid .itemsGrid .singleItem .itemContent .name {
            margin: 12px 0 0 0; } }
    @media screen and (max-width: 480px) {
      .grids .singleGrid .itemsGrid .col {
        width: 100%; } }
  .grids .support_mobile {
    display: none;
    padding: 50px 20px 50px 20px;
    text-align: center;
    background: #FFFFFF;
    /* Responsive */ }
    .grids .support_mobile .title {
      display: block;
      margin: 0 0 7px 0;
      color: #00A0E2;
      font-family: "NexaBook";
      font-size: 24px;
      line-height: 30px; }
    .grids .support_mobile .subtitle {
      display: block;
      margin: 0 0 27px 0;
      color: #5E656F;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 20px; }
    .grids .support_mobile form {
      text-align: left; }
      .grids .support_mobile form input[type=submit], .grids .support_mobile form .forms_button_light button, .forms_button_light .grids .support_mobile form button, .grids .support_mobile form .forms_button_transparent button, .forms_button_transparent .grids .support_mobile form button, .grids .support_mobile form a {
        display: block;
        margin: 17px auto 0 auto;
        text-align: center; }
    @media screen and (max-width: 480px) {
      .grids .support_mobile {
        display: block; } }
  @media screen and (max-width: 480px) {
    .grids {
      padding: 0 0 20px 0; } }

.informationCenter {
  margin: 125px 0 0 0; }
  .informationCenter .primary_container {
    padding: 0 109px 0 109px;
    position: relative;
    /* Responsive*/ }
    @media screen and (max-width: 750px) {
      .informationCenter .primary_container {
        padding: 0 50px 0 50px; } }
    @media screen and (max-width: 480px) {
      .informationCenter .primary_container {
        padding: 0 10px 0 10px; } }
  .informationCenter .welcome {
    padding: 0 0 50px 0;
    text-align: center; }
    .informationCenter .welcome .title {
      font-family: "Nexa";
      font-size: 40px;
      line-height: 48px;
      font-weight: 900; }
    .informationCenter .welcome .subtitle {
      font-family: "Nexa";
      font-size: 16px;
      line-height: 27px;
      color: #5E656F;
      font-weight: 600; }
    .informationCenter .welcome .searchAnswer {
      display: block;
      margin: 40px auto 0 auto;
      max-width: 482px;
      text-align: center; }
      .informationCenter .welcome .searchAnswer input[type=text] {
        position: relative; }
      .informationCenter .welcome .searchAnswer .sendBtn {
        position: absolute;
        top: 15px;
        right: 15px;
        border: 0;
        color: transparent;
        background-color: transparent;
        background-image: url(sprites/sp-icons.png);
        background-position: -118px -56px;
        width: 18px;
        height: 17px; }
  .informationCenter .infoCategories .singleItem {
    /* Responsive */ }
    .informationCenter .infoCategories .singleItem .itemInner {
      display: table;
      padding: 5px 5px 5px 5px;
      width: 100%;
      height: 300px;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.05);
      box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.05);
      text-decoration: none;
      color: #AAB5BB;
      background: #FFFFFF;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      /* Responsive */ }
      .informationCenter .infoCategories .singleItem .itemInner .itemContainer {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
        .informationCenter .infoCategories .singleItem .itemInner .itemContainer i {
          font-family: 'Material';
          font-weight: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-transform: none;
          white-space: nowrap;
          word-wrap: normal;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased;
          /* Support for all WebKit browsers. */
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          font-feature-settings: 'liga';
          display: block;
          margin: 0 0 47px 0;
          font-size: 100px;
          /* Responsive */ }
          @media screen and (max-width: 750px) {
            .informationCenter .infoCategories .singleItem .itemInner .itemContainer i {
              font-size: 50px; } }
          @media screen and (max-width: 480px) {
            .informationCenter .infoCategories .singleItem .itemInner .itemContainer i {
              font-size: 30px; } }
          @media screen and (max-width: 750px) {
            .informationCenter .infoCategories .singleItem .itemInner .itemContainer i {
              margin: 0 0 23px 0; } }
          @media screen and (max-width: 480px) {
            .informationCenter .infoCategories .singleItem .itemInner .itemContainer i {
              margin: 0 0 14px 0; } }
        .informationCenter .infoCategories .singleItem .itemInner .itemContainer .categoryName {
          display: block;
          font-family: "Nexa";
          font-size: 14px;
          line-height: 14px;
          /* Responsive */ }
          @media screen and (max-width: 750px) {
            .informationCenter .infoCategories .singleItem .itemInner .itemContainer .categoryName {
              font-family: "Nexa";
              font-size: 12px;
              line-height: 12px; } }
          @media screen and (max-width: 480px) {
            .informationCenter .infoCategories .singleItem .itemInner .itemContainer .categoryName {
              font-family: "Nexa";
              font-size: 9px;
              line-height: 9px; } }
          @media screen and (max-width: 480px) {
            .informationCenter .infoCategories .singleItem .itemInner .itemContainer .categoryName {
              margin: 0 auto 0 auto; } }
      .informationCenter .infoCategories .singleItem .itemInner.active {
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
        box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
        color: #00A0E2; }
      .informationCenter .infoCategories .singleItem .itemInner:hover {
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
        box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
        color: #00A0E2; }
      @media screen and (max-width: 750px) {
        .informationCenter .infoCategories .singleItem .itemInner {
          height: 150px; } }
      @media screen and (max-width: 480px) {
        .informationCenter .infoCategories .singleItem .itemInner {
          height: 25%;
          -webkit-box-shadow: none;
          box-shadow: none; } }
    @media screen and (max-width: 480px) {
      .informationCenter .infoCategories .singleItem {
        width: 25%; } }
  .informationCenter .infoSubCategories {
    position: relative;
    display: none;
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
    background: #EEF2F4; }
    .informationCenter .infoSubCategories .primary_container {
      padding: 0 105px 60px 105px;
      /* Responsive */ }
      @media screen and (max-width: 480px) {
        .informationCenter .infoSubCategories .primary_container {
          padding: 0 30px 60px 30px; } }
    .informationCenter .infoSubCategories > .arrow {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: -20px;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 20px solid #EEF2F4;
      -webkit-transition: left 0.5s;
      transition: left 0.5s; }
      .informationCenter .infoSubCategories > .arrow.orientation {
        width: 50px;
        height: 20px;
        border: 0;
        background-image: url("images/jumbotron.png");
        background-position: 0 top; }
        .informationCenter .infoSubCategories > .arrow.orientation:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          border-top: 20px solid #FFFFFF;
          border-left: 20px solid transparent;
          border-right: 0 solid transparent;
          height: 0;
          width: 50%; }
        .informationCenter .infoSubCategories > .arrow.orientation:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          border-top: 20px solid #FFFFFF;
          border-left: 0 solid transparent;
          border-right: 20px solid transparent;
          height: 0;
          width: 50%; }
    .informationCenter .infoSubCategories .tabPage {
      display: none;
      padding: 20px 0 0 0;
      overflow: hidden; }
      .informationCenter .infoSubCategories .tabPage .preOrientation_head {
        display: table;
        padding: 0 20px 0 20px;
        width: 100%;
        height: 300px;
        background-image: url("images/jumbotron.png");
        background-size: cover;
        /* Responsive */ }
        .informationCenter .infoSubCategories .tabPage .preOrientation_head .inner {
          display: table-cell;
          text-align: center;
          color: #FFFFFF;
          vertical-align: middle; }
          .informationCenter .infoSubCategories .tabPage .preOrientation_head .inner .title {
            display: block;
            font-family: "Nexa";
            font-size: 40px;
            line-height: 40px;
            font-weight: 900; }
          .informationCenter .infoSubCategories .tabPage .preOrientation_head .inner .subtitle {
            display: block;
            margin: 15px 0 15px 0;
            font-family: "NexaBook";
            font-size: 18px;
            line-height: 22px; }
          .informationCenter .infoSubCategories .tabPage .preOrientation_head .inner .downloadBtn {
            padding: 10px 20px 10px 20px;
            font-family: "Nexa";
            font-size: 14px;
            line-height: 24px; }
            @media screen and (max-width: 480px) {
              .informationCenter .infoSubCategories .tabPage .preOrientation_head .inner .downloadBtn {
                font-family: "Nexa";
                font-size: 12px;
                line-height: 24px; } }
        .informationCenter .infoSubCategories .tabPage .preOrientation_head.open {
          display: table; }
        @media screen and (max-width: 480px) {
          .informationCenter .infoSubCategories .tabPage .preOrientation_head {
            padding: 30px 20px 20px 20px;
            height: auto; } }
      .informationCenter .infoSubCategories .tabPage .itemsGrid {
        margin-top: 70px; }
        .informationCenter .infoSubCategories .tabPage .itemsGrid .singleItem .itemInner {
          display: table;
          width: 100%;
          height: 300px;
          border: solid 1px #EEF2F4;
          -webkit-border-top-left-radius: 4px;
          -moz-border-topleft-radius: 4px;
          border-top-left-radius: 4px;
          -webkit-border-top-right-radius: 4px;
          -moz-border-topright-radius: 4px;
          border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-bottomright-radius: 4px;
          border-bottom-right-radius: 4px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-bottomleft-radius: 4px;
          border-bottom-left-radius: 4px;
          color: #AAB5BB;
          text-decoration: none;
          background: #FFFFFF;
          -webkit-transition: all 1s;
          transition: all 1s;
          /* Responsive */ }
          .informationCenter .infoSubCategories .tabPage .itemsGrid .singleItem .itemInner .itemContainer {
            display: table-cell;
            text-align: center;
            vertical-align: middle; }
            .informationCenter .infoSubCategories .tabPage .itemsGrid .singleItem .itemInner .itemContainer i {
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga';
              display: block;
              margin: 0 0 47px 0;
              font-size: 75px; }
            .informationCenter .infoSubCategories .tabPage .itemsGrid .singleItem .itemInner .itemContainer .subCategoryName {
              font-family: "Nexabook";
              font-size: 12px;
              line-height: 15px; }
            .informationCenter .infoSubCategories .tabPage .itemsGrid .singleItem .itemInner .itemContainer .countryName {
              color: #FFFFFF;
              font-family: "Nexa";
              font-size: 24px;
              line-height: 24px;
              font-weight: 900; }
          .informationCenter .infoSubCategories .tabPage .itemsGrid .singleItem .itemInner:hover {
            color: #00A0E2; }
          @media screen and (max-width: 750px) {
            .informationCenter .infoSubCategories .tabPage .itemsGrid .singleItem .itemInner {
              height: 150px; }
              .informationCenter .infoSubCategories .tabPage .itemsGrid .singleItem .itemInner .itemContainer i {
                margin: 0 0 20px 0; } }
        .informationCenter .infoSubCategories .tabPage .itemsGrid .singleItem.orientaion {
          text-align: center; }
        .informationCenter .infoSubCategories .tabPage .itemsGrid.row {
          margin-bottom: 70px; }
          .informationCenter .infoSubCategories .tabPage .itemsGrid.row .gridTitle {
            color: #5E656F;
            font-family: "NexaBook";
            font-size: 20px;
            line-height: 35px; }
          .informationCenter .infoSubCategories .tabPage .itemsGrid.row .more {
            padding: 0 0 0 30px;
            color: #00A0E2;
            font-family: "Nexa";
            font-size: 12px;
            line-height: 36px;
            text-decoration: none;
            font-weight: 600; }
        .informationCenter .infoSubCategories .tabPage .itemsGrid.paddingTop {
          padding: 50px 0 0 0; }
      .informationCenter .infoSubCategories .tabPage .orientataionGrid {
        text-align: center;
        margin: 0 -15px 0 -15px;
        padding: 0 3px 0 3px;
        list-style: none; }
        .informationCenter .infoSubCategories .tabPage .orientataionGrid > li {
          display: inline-block;
          margin: 0 0 15px 0;
          padding: 0 7px 0 7px;
          width: 24%;
          -webkit-transition: height 0.5s;
          transition: height 0.5s;
          /* Responsive */ }
          @media screen and (max-width: 750px) {
            .informationCenter .infoSubCategories .tabPage .orientataionGrid > li {
              width: 49%; } }
          @media screen and (max-width: 480px) {
            .informationCenter .infoSubCategories .tabPage .orientataionGrid > li {
              width: 100%; } }
      .informationCenter .infoSubCategories .tabPage .filterBar.inner {
        margin: 0 auto 0 auto;
        padding: 20px 40px 0 40px;
        /* Responsive */ }
        @media screen and (max-width: 480px) {
          .informationCenter .infoSubCategories .tabPage .filterBar.inner {
            padding: 20px 5px 0 5px; } }
      .informationCenter .infoSubCategories .tabPage .faq_cat_list {
        padding: 0 0 0 0;
        background: none;
        width: auto;
        display: none; }
      .informationCenter .infoSubCategories .tabPage .faq_sidebar {
        float: left ; }
        .informationCenter .infoSubCategories .tabPage .faq_sidebar .sidebar {
          position: relative; }
          .informationCenter .infoSubCategories .tabPage .faq_sidebar .sidebar .back a {
            font-family: "Nexa";
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 1px;
            color: #AAB5BB; }
          .informationCenter .infoSubCategories .tabPage .faq_sidebar .sidebar .pageNavigate li a {
            font-family: "Nexa";
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 1px;
            color: #AAB5BB;
            -webkit-transition: color 0.5s;
            transition: color 0.5s; }
            .informationCenter .infoSubCategories .tabPage .faq_sidebar .sidebar .pageNavigate li a:hover {
              color: #CDD4D8; }
          .informationCenter .infoSubCategories .tabPage .faq_sidebar .sidebar .pageNavigate li.active a {
            font-weight: 400;
            color: #00A0E2; }
      .informationCenter .infoSubCategories .tabPage .faq_questions {
        float: left ;
        width: 87%;
        /* Responsive */ }
        .informationCenter .infoSubCategories .tabPage .faq_questions .backBtn {
          display: none;
          margin: 0 0 20px 0;
          /* Responsive */ }
          .informationCenter .infoSubCategories .tabPage .faq_questions .backBtn .back a {
            text-decoration: none;
            font-family: "Nexa";
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 1px;
            color: #AAB5BB; }
          @media screen and (max-width: 750px) {
            .informationCenter .infoSubCategories .tabPage .faq_questions .backBtn {
              display: block; } }
        @media screen and (max-width: 1040px) {
          .informationCenter .infoSubCategories .tabPage .faq_questions {
            width: 80%; } }
        @media screen and (max-width: 750px) {
          .informationCenter .infoSubCategories .tabPage .faq_questions {
            float: none;
            width: 100%; } }
      .informationCenter .infoSubCategories .tabPage.noPaddingTop {
        padding: 0 0 0 0; }
    .informationCenter .infoSubCategories .support {
      display: table;
      padding: 25px; }
      .informationCenter .infoSubCategories .support .itemContent {
        display: block;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        .informationCenter .infoSubCategories .support .itemContent .title {
          display: block;
          margin: 0 0 7px 0;
          color: #00A0E2;
          font-family: "NexaBook";
          font-size: 24px;
          line-height: 30px; }
        .informationCenter .infoSubCategories .support .itemContent .subtitle {
          display: block;
          margin: 0 0 27px 0;
          color: #5E656F;
          font-family: "NexaBook";
          font-size: 14px;
          line-height: 20px; }
        .informationCenter .infoSubCategories .support .itemContent .arrow {
          left: 20px !important; }
        .informationCenter .infoSubCategories .support .itemContent form {
          text-align: left; }
          .informationCenter .infoSubCategories .support .itemContent form input[type=submit], .informationCenter .infoSubCategories .support .itemContent form .forms_button_light button, .forms_button_light .informationCenter .infoSubCategories .support .itemContent form button, .informationCenter .infoSubCategories .support .itemContent form .forms_button_transparent button, .forms_button_transparent .informationCenter .infoSubCategories .support .itemContent form button, .informationCenter .infoSubCategories .support .itemContent form a {
            display: block;
            margin: 17px auto 0 auto;
            text-align: center; }

#contactInformationSearch {
  width: 260px; }

.countries {
  padding: 110px 110px 70px 110px;
  background: #EEF2F4;
  /* Responsive */ }
  .countries .region {
    margin: 0 0 40px 0; }
    .countries .region .regionName {
      color: #5E656F;
      font-family: "Nexabook";
      font-size: 20px;
      line-height: 32px; }
    .countries .region .itemsGrid .singleItem .singleCounrty {
      position: relative;
      display: table;
      width: 100%;
      height: 70px;
      -webkit-border-top-left-radius: 4px;
      -moz-border-topleft-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-topright-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottomright-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottomleft-radius: 4px;
      border-bottom-left-radius: 4px;
      color: #5E656F;
      text-decoration: none;
      font-family: "Nexa";
      font-size: 14px;
      line-height: 16px;
      background: #FFFFFF;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
      box-shadow: 0 1px 5px 0 rgba(0, 44, 97, 0.1);
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 1; }
      .countries .region .itemsGrid .singleItem .singleCounrty .name {
        position: relative;
        display: table-cell;
        padding: 0 0 0 80px;
        text-align: left;
        vertical-align: middle;
        z-index: 1; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name:after {
          content: '';
          position: absolute;
          top: 10px;
          left: 16px;
          background-image: url(sprites/sp-flags.png);
          background-position: 0px -530px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.IL:after {
          background-image: url(sprites/sp-flags.png);
          background-position: 0px -530px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.ES:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -477px -742px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.BE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -159px -212px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.AR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -159px -106px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.UY:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -424px -795px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.PY:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -689px -583px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CL:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -212px -318px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CU:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -53px -371px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.SE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -742px -742px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.TR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -795px -583px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.ZA:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -212px -742px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.NZ:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -371px -636px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.MA:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -636px -424px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.IN:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px -212px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.MX:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -636px -53px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.HU:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px -106px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.PL:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -106px -689px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.RO:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -424px -689px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CZ:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -212px -371px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CH:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -795px 0px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.VE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -636px -795px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.PA:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -689px -477px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.BG:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -265px -265px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CO:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -371px -53px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.PE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -689px -636px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.DK:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -318px -371px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.BO:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -265px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.EC:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -424px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -371px -265px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.AT:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -159px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.PT:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -159px -689px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.FI:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -371px -424px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.MD:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -636px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.HR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: 0px -371px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.JO:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -265px -530px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.KE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -371px -530px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.GR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: 0px -477px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.TH:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -795px -265px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CN:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -265px -318px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.NO:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -689px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.EG:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -424px -212px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.JP:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -159px -530px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CY:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -159px -371px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.IR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px -318px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.SY:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -795px -53px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.PH:after {
          background-image: url(sprites/sp-flags.png);
          background-position: 0px -689px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.KG:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -583px 0px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.SK:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -742px -689px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.TJ:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -795px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.SV:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -424px -265px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.KR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -318px -742px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.IE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px -424px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.AM:after {
          background-image: url(sprites/sp-flags.png);
          background-position: 0px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.TN:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -795px -530px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.JM:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -106px -530px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.TM:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -795px -636px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.DO:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -424px -53px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.SG:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -742px -636px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.BA:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -265px -212px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.LU:after {
          background-image: url(sprites/sp-flags.png);
          background-position: 0px 0px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.BD:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -212px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.AF:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -583px -477px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.ET:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -106px -424px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.NI:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -424px -636px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.PR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -212px -689px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.GT:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -212px -477px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.RW:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px -689px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.AL:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -53px -53px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.HN:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px 0px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.WS:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -742px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.TZ:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -795px -212px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.YE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -848px -53px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.IQ:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px -371px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.MK:after {
          background-image: url(sprites/sp-flags.png);
          background-position: 0px -583px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.BB:after {
          background-image: url(sprites/sp-flags.png);
          background-position: 0px -212px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.GH:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -477px -318px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.HK:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px -53px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.VC:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -742px -106px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.VG:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -159px -265px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CF:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -106px -318px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.BM:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -265px -53px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.AE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -159px -795px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.PK:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -689px -318px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.IS:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.TW:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -795px -106px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.UG:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -53px -795px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.RS:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -742px -477px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.ZW:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -848px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.LK:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -530px -742px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.GI:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -477px -371px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.SR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -636px -742px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.SI:after {
          background-image: url(sprites/sp-flags.png);
          background-position: 0px -742px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.MT:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -318px -583px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.BR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -53px -265px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.FR:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -424px -424px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.DE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -477px -265px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.RU:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -477px -689px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.UA:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -106px -795px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.AU:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -106px -159px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.UZ:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -477px -795px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.BY:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -106px -212px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.KZ:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -318px -530px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.LV:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -583px -106px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.GE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -477px -212px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.EE:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -53px -424px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.LT:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -583px -424px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.AZ:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -212px 0px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.IT:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -53px -530px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.GB:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -212px -795px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.NL:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -265px -636px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.US:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -318px -795px;
          width: 48px;
          height: 48px; }
        .countries .region .itemsGrid .singleItem .singleCounrty .name.CA:after {
          background-image: url(sprites/sp-flags.png);
          background-position: -318px -212px;
          width: 48px;
          height: 48px; }
      .countries .region .itemsGrid .singleItem .singleCounrty.selected, .countries .region .itemsGrid .singleItem .singleCounrty.orientationCard.withHover:hover {
        color: #FFFFFF;
        background: #00A0E2; }
        .countries .region .itemsGrid .singleItem .singleCounrty.selected:before, .countries .region .itemsGrid .singleItem .singleCounrty.orientationCard.withHover:hover:before {
          display: none; }
      .countries .region .itemsGrid .singleItem .singleCounrty:hover {
        color: #AAB5BB; }
        .countries .region .itemsGrid .singleItem .singleCounrty:hover:before {
          background: #FFFFFF; }
      .countries .region .itemsGrid .singleItem .singleCounrty:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
  @media screen and (max-width: 750px) {
    .countries {
      padding: 110px 30px 185px 30px; } }

.countryFlag {
  left: 16px; }
  .countryFlag.IL {
    background-image: url(sprites/sp-flags.png);
    background-position: 0px -530px;
    width: 48px;
    height: 48px; }
  .countryFlag.ES {
    background-image: url(sprites/sp-flags.png);
    background-position: -477px -742px;
    width: 48px;
    height: 48px; }
  .countryFlag.BE {
    background-image: url(sprites/sp-flags.png);
    background-position: -159px -212px;
    width: 48px;
    height: 48px; }
  .countryFlag.AR {
    background-image: url(sprites/sp-flags.png);
    background-position: -159px -106px;
    width: 48px;
    height: 48px; }
  .countryFlag.UY {
    background-image: url(sprites/sp-flags.png);
    background-position: -424px -795px;
    width: 48px;
    height: 48px; }
  .countryFlag.PY {
    background-image: url(sprites/sp-flags.png);
    background-position: -689px -583px;
    width: 48px;
    height: 48px; }
  .countryFlag.CL {
    background-image: url(sprites/sp-flags.png);
    background-position: -212px -318px;
    width: 48px;
    height: 48px; }
  .countryFlag.CU {
    background-image: url(sprites/sp-flags.png);
    background-position: -53px -371px;
    width: 48px;
    height: 48px; }
  .countryFlag.SE {
    background-image: url(sprites/sp-flags.png);
    background-position: -742px -742px;
    width: 48px;
    height: 48px; }
  .countryFlag.TR {
    background-image: url(sprites/sp-flags.png);
    background-position: -795px -583px;
    width: 48px;
    height: 48px; }
  .countryFlag.ZA {
    background-image: url(sprites/sp-flags.png);
    background-position: -212px -742px;
    width: 48px;
    height: 48px; }
  .countryFlag.NZ {
    background-image: url(sprites/sp-flags.png);
    background-position: -371px -636px;
    width: 48px;
    height: 48px; }
  .countryFlag.MA {
    background-image: url(sprites/sp-flags.png);
    background-position: -636px -424px;
    width: 48px;
    height: 48px; }
  .countryFlag.IN {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px -212px;
    width: 48px;
    height: 48px; }
  .countryFlag.MX {
    background-image: url(sprites/sp-flags.png);
    background-position: -636px -53px;
    width: 48px;
    height: 48px; }
  .countryFlag.HU {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px -106px;
    width: 48px;
    height: 48px; }
  .countryFlag.PL {
    background-image: url(sprites/sp-flags.png);
    background-position: -106px -689px;
    width: 48px;
    height: 48px; }
  .countryFlag.RO {
    background-image: url(sprites/sp-flags.png);
    background-position: -424px -689px;
    width: 48px;
    height: 48px; }
  .countryFlag.CZ {
    background-image: url(sprites/sp-flags.png);
    background-position: -212px -371px;
    width: 48px;
    height: 48px; }
  .countryFlag.CH {
    background-image: url(sprites/sp-flags.png);
    background-position: -795px 0px;
    width: 48px;
    height: 48px; }
  .countryFlag.VE {
    background-image: url(sprites/sp-flags.png);
    background-position: -636px -795px;
    width: 48px;
    height: 48px; }
  .countryFlag.PA {
    background-image: url(sprites/sp-flags.png);
    background-position: -689px -477px;
    width: 48px;
    height: 48px; }
  .countryFlag.BG {
    background-image: url(sprites/sp-flags.png);
    background-position: -265px -265px;
    width: 48px;
    height: 48px; }
  .countryFlag.CO {
    background-image: url(sprites/sp-flags.png);
    background-position: -371px -53px;
    width: 48px;
    height: 48px; }
  .countryFlag.PE {
    background-image: url(sprites/sp-flags.png);
    background-position: -689px -636px;
    width: 48px;
    height: 48px; }
  .countryFlag.DK {
    background-image: url(sprites/sp-flags.png);
    background-position: -318px -371px;
    width: 48px;
    height: 48px; }
  .countryFlag.BO {
    background-image: url(sprites/sp-flags.png);
    background-position: -265px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.EC {
    background-image: url(sprites/sp-flags.png);
    background-position: -424px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.CR {
    background-image: url(sprites/sp-flags.png);
    background-position: -371px -265px;
    width: 48px;
    height: 48px; }
  .countryFlag.AT {
    background-image: url(sprites/sp-flags.png);
    background-position: -159px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.PT {
    background-image: url(sprites/sp-flags.png);
    background-position: -159px -689px;
    width: 48px;
    height: 48px; }
  .countryFlag.FI {
    background-image: url(sprites/sp-flags.png);
    background-position: -371px -424px;
    width: 48px;
    height: 48px; }
  .countryFlag.MD {
    background-image: url(sprites/sp-flags.png);
    background-position: -636px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.HR {
    background-image: url(sprites/sp-flags.png);
    background-position: 0px -371px;
    width: 48px;
    height: 48px; }
  .countryFlag.JO {
    background-image: url(sprites/sp-flags.png);
    background-position: -265px -530px;
    width: 48px;
    height: 48px; }
  .countryFlag.KE {
    background-image: url(sprites/sp-flags.png);
    background-position: -371px -530px;
    width: 48px;
    height: 48px; }
  .countryFlag.GR {
    background-image: url(sprites/sp-flags.png);
    background-position: 0px -477px;
    width: 48px;
    height: 48px; }
  .countryFlag.TH {
    background-image: url(sprites/sp-flags.png);
    background-position: -795px -265px;
    width: 48px;
    height: 48px; }
  .countryFlag.CN {
    background-image: url(sprites/sp-flags.png);
    background-position: -265px -318px;
    width: 48px;
    height: 48px; }
  .countryFlag.NO {
    background-image: url(sprites/sp-flags.png);
    background-position: -689px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.EG {
    background-image: url(sprites/sp-flags.png);
    background-position: -424px -212px;
    width: 48px;
    height: 48px; }
  .countryFlag.JP {
    background-image: url(sprites/sp-flags.png);
    background-position: -159px -530px;
    width: 48px;
    height: 48px; }
  .countryFlag.CY {
    background-image: url(sprites/sp-flags.png);
    background-position: -159px -371px;
    width: 48px;
    height: 48px; }
  .countryFlag.IR {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px -318px;
    width: 48px;
    height: 48px; }
  .countryFlag.SY {
    background-image: url(sprites/sp-flags.png);
    background-position: -795px -53px;
    width: 48px;
    height: 48px; }
  .countryFlag.PH {
    background-image: url(sprites/sp-flags.png);
    background-position: 0px -689px;
    width: 48px;
    height: 48px; }
  .countryFlag.KG {
    background-image: url(sprites/sp-flags.png);
    background-position: -583px 0px;
    width: 48px;
    height: 48px; }
  .countryFlag.SK {
    background-image: url(sprites/sp-flags.png);
    background-position: -742px -689px;
    width: 48px;
    height: 48px; }
  .countryFlag.TJ {
    background-image: url(sprites/sp-flags.png);
    background-position: -795px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.SV {
    background-image: url(sprites/sp-flags.png);
    background-position: -424px -265px;
    width: 48px;
    height: 48px; }
  .countryFlag.KR {
    background-image: url(sprites/sp-flags.png);
    background-position: -318px -742px;
    width: 48px;
    height: 48px; }
  .countryFlag.IE {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px -424px;
    width: 48px;
    height: 48px; }
  .countryFlag.AM {
    background-image: url(sprites/sp-flags.png);
    background-position: 0px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.TN {
    background-image: url(sprites/sp-flags.png);
    background-position: -795px -530px;
    width: 48px;
    height: 48px; }
  .countryFlag.JM {
    background-image: url(sprites/sp-flags.png);
    background-position: -106px -530px;
    width: 48px;
    height: 48px; }
  .countryFlag.TM {
    background-image: url(sprites/sp-flags.png);
    background-position: -795px -636px;
    width: 48px;
    height: 48px; }
  .countryFlag.DO {
    background-image: url(sprites/sp-flags.png);
    background-position: -424px -53px;
    width: 48px;
    height: 48px; }
  .countryFlag.SG {
    background-image: url(sprites/sp-flags.png);
    background-position: -742px -636px;
    width: 48px;
    height: 48px; }
  .countryFlag.BA {
    background-image: url(sprites/sp-flags.png);
    background-position: -265px -212px;
    width: 48px;
    height: 48px; }
  .countryFlag.LU {
    background-image: url(sprites/sp-flags.png);
    background-position: 0px 0px;
    width: 48px;
    height: 48px; }
  .countryFlag.BD {
    background-image: url(sprites/sp-flags.png);
    background-position: -212px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.AF {
    background-image: url(sprites/sp-flags.png);
    background-position: -583px -477px;
    width: 48px;
    height: 48px; }
  .countryFlag.ET {
    background-image: url(sprites/sp-flags.png);
    background-position: -106px -424px;
    width: 48px;
    height: 48px; }
  .countryFlag.NI {
    background-image: url(sprites/sp-flags.png);
    background-position: -424px -636px;
    width: 48px;
    height: 48px; }
  .countryFlag.PR {
    background-image: url(sprites/sp-flags.png);
    background-position: -212px -689px;
    width: 48px;
    height: 48px; }
  .countryFlag.GT {
    background-image: url(sprites/sp-flags.png);
    background-position: -212px -477px;
    width: 48px;
    height: 48px; }
  .countryFlag.RW {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px -689px;
    width: 48px;
    height: 48px; }
  .countryFlag.AL {
    background-image: url(sprites/sp-flags.png);
    background-position: -53px -53px;
    width: 48px;
    height: 48px; }
  .countryFlag.HN {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px 0px;
    width: 48px;
    height: 48px; }
  .countryFlag.WS {
    background-image: url(sprites/sp-flags.png);
    background-position: -742px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.TZ {
    background-image: url(sprites/sp-flags.png);
    background-position: -795px -212px;
    width: 48px;
    height: 48px; }
  .countryFlag.YE {
    background-image: url(sprites/sp-flags.png);
    background-position: -848px -53px;
    width: 48px;
    height: 48px; }
  .countryFlag.IQ {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px -371px;
    width: 48px;
    height: 48px; }
  .countryFlag.MK {
    background-image: url(sprites/sp-flags.png);
    background-position: 0px -583px;
    width: 48px;
    height: 48px; }
  .countryFlag.BB {
    background-image: url(sprites/sp-flags.png);
    background-position: 0px -212px;
    width: 48px;
    height: 48px; }
  .countryFlag.GH {
    background-image: url(sprites/sp-flags.png);
    background-position: -477px -318px;
    width: 48px;
    height: 48px; }
  .countryFlag.HK {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px -53px;
    width: 48px;
    height: 48px; }
  .countryFlag.VC {
    background-image: url(sprites/sp-flags.png);
    background-position: -742px -106px;
    width: 48px;
    height: 48px; }
  .countryFlag.VG {
    background-image: url(sprites/sp-flags.png);
    background-position: -159px -265px;
    width: 48px;
    height: 48px; }
  .countryFlag.CF {
    background-image: url(sprites/sp-flags.png);
    background-position: -106px -318px;
    width: 48px;
    height: 48px; }
  .countryFlag.BM {
    background-image: url(sprites/sp-flags.png);
    background-position: -265px -53px;
    width: 48px;
    height: 48px; }
  .countryFlag.AE {
    background-image: url(sprites/sp-flags.png);
    background-position: -159px -795px;
    width: 48px;
    height: 48px; }
  .countryFlag.PK {
    background-image: url(sprites/sp-flags.png);
    background-position: -689px -318px;
    width: 48px;
    height: 48px; }
  .countryFlag.IS {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.TW {
    background-image: url(sprites/sp-flags.png);
    background-position: -795px -106px;
    width: 48px;
    height: 48px; }
  .countryFlag.UG {
    background-image: url(sprites/sp-flags.png);
    background-position: -53px -795px;
    width: 48px;
    height: 48px; }
  .countryFlag.RS {
    background-image: url(sprites/sp-flags.png);
    background-position: -742px -477px;
    width: 48px;
    height: 48px; }
  .countryFlag.ZW {
    background-image: url(sprites/sp-flags.png);
    background-position: -848px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.LK {
    background-image: url(sprites/sp-flags.png);
    background-position: -530px -742px;
    width: 48px;
    height: 48px; }
  .countryFlag.GI {
    background-image: url(sprites/sp-flags.png);
    background-position: -477px -371px;
    width: 48px;
    height: 48px; }
  .countryFlag.SR {
    background-image: url(sprites/sp-flags.png);
    background-position: -636px -742px;
    width: 48px;
    height: 48px; }
  .countryFlag.SI {
    background-image: url(sprites/sp-flags.png);
    background-position: 0px -742px;
    width: 48px;
    height: 48px; }
  .countryFlag.MT {
    background-image: url(sprites/sp-flags.png);
    background-position: -318px -583px;
    width: 48px;
    height: 48px; }
  .countryFlag.BR {
    background-image: url(sprites/sp-flags.png);
    background-position: -53px -265px;
    width: 48px;
    height: 48px; }
  .countryFlag.FR {
    background-image: url(sprites/sp-flags.png);
    background-position: -424px -424px;
    width: 48px;
    height: 48px; }
  .countryFlag.DE {
    background-image: url(sprites/sp-flags.png);
    background-position: -477px -265px;
    width: 48px;
    height: 48px; }
  .countryFlag.RU {
    background-image: url(sprites/sp-flags.png);
    background-position: -477px -689px;
    width: 48px;
    height: 48px; }
  .countryFlag.UA {
    background-image: url(sprites/sp-flags.png);
    background-position: -106px -795px;
    width: 48px;
    height: 48px; }
  .countryFlag.AU {
    background-image: url(sprites/sp-flags.png);
    background-position: -106px -159px;
    width: 48px;
    height: 48px; }
  .countryFlag.UZ {
    background-image: url(sprites/sp-flags.png);
    background-position: -477px -795px;
    width: 48px;
    height: 48px; }
  .countryFlag.BY {
    background-image: url(sprites/sp-flags.png);
    background-position: -106px -212px;
    width: 48px;
    height: 48px; }
  .countryFlag.KZ {
    background-image: url(sprites/sp-flags.png);
    background-position: -318px -530px;
    width: 48px;
    height: 48px; }
  .countryFlag.LV {
    background-image: url(sprites/sp-flags.png);
    background-position: -583px -106px;
    width: 48px;
    height: 48px; }
  .countryFlag.GE {
    background-image: url(sprites/sp-flags.png);
    background-position: -477px -212px;
    width: 48px;
    height: 48px; }
  .countryFlag.EE {
    background-image: url(sprites/sp-flags.png);
    background-position: -53px -424px;
    width: 48px;
    height: 48px; }
  .countryFlag.LT {
    background-image: url(sprites/sp-flags.png);
    background-position: -583px -424px;
    width: 48px;
    height: 48px; }
  .countryFlag.AZ {
    background-image: url(sprites/sp-flags.png);
    background-position: -212px 0px;
    width: 48px;
    height: 48px; }
  .countryFlag.IT {
    background-image: url(sprites/sp-flags.png);
    background-position: -53px -530px;
    width: 48px;
    height: 48px; }
  .countryFlag.GB {
    background-image: url(sprites/sp-flags.png);
    background-position: -212px -795px;
    width: 48px;
    height: 48px; }
  .countryFlag.NL {
    background-image: url(sprites/sp-flags.png);
    background-position: -265px -636px;
    width: 48px;
    height: 48px; }
  .countryFlag.US {
    background-image: url(sprites/sp-flags.png);
    background-position: -318px -795px;
    width: 48px;
    height: 48px; }
  .countryFlag.CA {
    background-image: url(sprites/sp-flags.png);
    background-position: -318px -212px;
    width: 48px;
    height: 48px; }

.pageMenu {
  text-align: center;
  border-bottom: 2px solid #EEF2F4; }
  .pageMenu .menu {
    position: relative;
    display: inline-block;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    list-style: none; }
    .pageMenu .menu .menu-option {
      display: inline-block;
      padding: 0px 70px 0px 70px;
      color: #AAB5BB;
      /* Responsive */ }
      .pageMenu .menu .menu-option a {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        color: #AAB5BB;
        height: 66px;
        width: 150px; }
      .pageMenu .menu .menu-option.active a {
        color: #5E656F; }
      @media screen and (max-width: 750px) {
        .pageMenu .menu .menu-option {
          padding: 0px 45px 0px 45px; }
          .pageMenu .menu .menu-option a {
            width: 125px; } }
      @media screen and (max-width: 480px) {
        .pageMenu .menu .menu-option {
          padding: 0px 20px 0px 20px;
          margin: 0px 0px 0px -3px;
          width: 50%; }
          .pageMenu .menu .menu-option a {
            width: inherit; } }
    .pageMenu .menu.animated:before {
      content: '';
      position: absolute;
      display: inline-block;
      left: 0;
      height: 100%;
      background: #EEF2F4;
      z-index: -1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .pageMenu .menu.animated.firstChild:before {
      width: 290px;
      margin-left: 0;
      /* Responsive */ }
      @media screen and (max-width: 750px) {
        .pageMenu .menu.animated.firstChild:before {
          width: 215px; } }
      @media screen and (max-width: 480px) {
        .pageMenu .menu.animated.firstChild:before {
          width: 50%;
          left: 0; } }
    .pageMenu .menu.animated.lastChild:before {
      width: 290px;
      margin-left: 293px;
      /* Responsive */ }
      @media screen and (max-width: 750px) {
        .pageMenu .menu.animated.lastChild:before {
          width: 215px;
          margin-left: 218px; } }
      @media screen and (max-width: 480px) {
        .pageMenu .menu.animated.lastChild:before {
          width: 50%;
          margin-left: 50%; } }
    .pageMenu .menu.animated .active {
      background: initial; }
      .pageMenu .menu.animated .active a {
        text-decoration: none;
        color: #AAB5BB; }

.contactCard {
  padding: 26px 23px 10px 23px;
  width: 100%;
  height: 300px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-topleft-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-topright-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottomright-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottomleft-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #FFFFFF; }
  .contactCard .name {
    display: block;
    color: #00A0E2;
    font-family: "Nexa";
    font-size: 22px;
    line-height: 22px;
    font-weight: 900; }
    .contactCard .name .attachment {
      display: inline-block;
      background-image: url(sprites/sp-icons.png);
      background-position: -142px -122px;
      width: 10px;
      height: 10px; }
  .contactCard .organization {
    display: block;
    margin: 4px 0 20px 0;
    color: #AAB5BB;
    font-family: "Nexa";
    font-size: 12px;
    line-height: 12px; }
  .contactCard .description {
    display: block;
    color: #5E656F;
    font-family: "NexaBook";
    font-size: 14px;
    line-height: 25px; }
    @media screen and (max-width: 1040px) {
      .contactCard .description {
        font-family: "NexaBook";
        font-size: 16px;
        line-height: 20px; } }
    @media screen and (max-width: 750px) {
      .contactCard .description {
        font-family: "NexaBook";
        font-size: 16px;
        line-height: 25px; } }
  .contactCard .phone {
    display: block;
    color: #5E656F;
    font-family: "NexaBook";
    font-size: 14px;
    line-height: 25px; }
    @media screen and (max-width: 1040px) {
      .contactCard .phone {
        font-family: "NexaBook";
        font-size: 16px;
        line-height: 20px; } }
    @media screen and (max-width: 750px) {
      .contactCard .phone {
        font-family: "NexaBook";
        font-size: 16px;
        line-height: 25px; } }
  .contactCard .link {
    display: block;
    color: #00A0E2;
    font-family: "Nexa";
    font-size: 12px;
    line-height: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .contactCard .link:hover {
      color: #002D62;
      text-decoration: none; }
    .contactCard .link:visited, .contactCard .link:link, .contactCard .link:active {
      text-decoration: none; }
  .contactCard .social {
    margin: 18px 0 0 0; }
    .contactCard .social a {
      display: inline-block;
      margin: 0 18px 0 0; }
      .contactCard .social a.facebook {
        background-image: url(sprites/sp-icons.png);
        background-position: -142px -74px;
        width: 19px;
        height: 19px; }
      .contactCard .social a.instagram {
        background-image: url(sprites/sp-icons.png);
        background-position: -142px -50px;
        width: 19px;
        height: 19px; }
      .contactCard .social a.twitter {
        background-image: url(sprites/sp-icons.png);
        background-position: 0px -114px;
        width: 22px;
        height: 18px; }
      .contactCard .social a.youtube {
        background-image: url(sprites/sp-icons.png);
        background-position: -118px -78px;
        width: 19px;
        height: 14px; }

.orientationCard {
  position: relative;
  display: block;
  padding: 44px 23px 42px 23px;
  width: 100%;
  height: 300px;
  text-align: center;
  -webkit-border-top-left-radius: 4px;
  -moz-border-topleft-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-topright-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottomright-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottomleft-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #FFFFFF;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .orientationCard .type {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    width: auto;
    border: solid 1px #EEF2F4;
    -webkit-border-top-left-radius: 3px;
    -moz-border-topleft-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-topright-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottomright-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottomleft-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #AAB5BB;
    font-family: "Nexa";
    font-size: 10px;
    line-height: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .orientationCard .date {
    display: block;
    margin: 12px 0 0 0;
    color: #00A0E2;
    font-family: "Nexa";
    font-size: 22px;
    line-height: 22px;
    font-weight: 900;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .orientationCard .time {
    display: block;
    color: #AAB5BB;
    font-family: "NexaBook";
    font-size: 12px;
    line-height: 12px; }
  .orientationCard .location {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    padding: 0 23px 0 23px;
    right: 0;
    left: 0;
    bottom: 42px; }
    .orientationCard .location span {
      display: block; }
      .orientationCard .location span.federation {
        color: #002D62;
        font-family: "NexaBook";
        font-size: 12px;
        line-height: 16px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .orientationCard .location span.address {
        color: #CDD4D8;
        font-family: "NexaBook";
        font-size: 12px;
        line-height: 16px; }
  .orientationCard.selected, .orientationCard.withHover:hover {
    background: transparent; }
    .orientationCard.selected .type, .orientationCard.withHover:hover .type {
      border-color: #CDD4D8; }
    .orientationCard.selected .date, .orientationCard.withHover:hover .date {
      color: #AAB5BB; }
    .orientationCard.selected .location span.federation, .orientationCard.withHover:hover .location span.federation {
      color: #AAB5BB; }
    .orientationCard.selected .location span.address, .orientationCard.withHover:hover .location span.address {
      color: #AAB5BB; }
  .orientationCard:hover, .orientationCard:visited, .orientationCard:link, .orientationCard:active {
    text-decoration: none; }

.orientationOpen {
  position: absolute;
  display: none;
  padding: 10px 0 75px 0;
  background: #FFFFFF;
  z-index: 5;
  /* Responsive */ }
  .orientationOpen .primary_container {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .orientationOpen .inner_orientation {
    height: 0;
    display: none; }
    .orientationOpen .inner_orientation .eventLocation {
      display: table-cell;
      float: left ;
      width: 50%;
      height: 100%;
      /* Responsive */ }
      .orientationOpen .inner_orientation .eventLocation .map {
        position: relative; }
        .orientationOpen .inner_orientation .eventLocation .map .mapView {
          width: 100%;
          z-index: -1; }
        .orientationOpen .inner_orientation .eventLocation .map .orientationCard {
          position: absolute;
          top: 45px;
          left: 20px;
          width: 230px;
          cursor: default; }
      .orientationOpen .inner_orientation .eventLocation .contactDetails {
        padding: 22px 0 0 4px; }
        .orientationOpen .inner_orientation .eventLocation .contactDetails span {
          display: block; }
          .orientationOpen .inner_orientation .eventLocation .contactDetails span.title {
            color: #00A0E2;
            font-family: "Nexa";
            font-size: 14px;
            line-height: 20px;
            font-weight: 900; }
          .orientationOpen .inner_orientation .eventLocation .contactDetails span.contactName {
            color: #AAB5BB;
            font-family: "Nexa";
            font-size: 14px;
            line-height: 20px; }
        .orientationOpen .inner_orientation .eventLocation .contactDetails a.email {
          color: #AAB5BB;
          text-decoration: none;
          font-family: "Nexa";
          font-size: 14px;
          line-height: 20px;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .orientationOpen .inner_orientation .eventLocation .contactDetails a.email:hover {
            color: #00A0E2; }
      @media screen and (max-width: 750px) {
        .orientationOpen .inner_orientation .eventLocation {
          display: block;
          float: none;
          width: 100%; } }
    .orientationOpen .inner_orientation .register {
      display: table-cell;
      float: right ;
      padding: 0 40px 0 40px;
      width: 50%;
      height: 100%;
      vertical-align: middle;
      /* Responsive */ }
      .orientationOpen .inner_orientation .register .closeForm {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        padding: 100px 0 0 0; }
        .orientationOpen .inner_orientation .register .closeForm .noteClose {
          display: block;
          margin: 0 0 20px 0;
          font-family: "Nexa";
          font-size: 24px;
          line-height: 24px;
          font-weight: 900;
          color: #00A0E2; }
      .orientationOpen .inner_orientation .register .openForm {
        padding: 15px 0 0 0;
        text-align: left; }
        .orientationOpen .inner_orientation .register .openForm form .formTitle {
          display: block;
          margin: 0 0 35px 0;
          color: #00A0E2;
          font-family: "Nexa";
          font-size: 24px;
          line-height: 30px;
          font-weight: 900; }
        .orientationOpen .inner_orientation .register .openForm form .row .col {
          margin: 0 0 30px 0;
          /* Responsive */ }
          @media screen and (max-width: 480px) {
            .orientationOpen .inner_orientation .register .openForm form .row .col {
              width: 100%; } }
        .orientationOpen .inner_orientation .register .openForm form .guestInformation {
          display: none; }
          .orientationOpen .inner_orientation .register .openForm form .guestInformation .title {
            display: block;
            color: #5E656F;
            font-family: "NexaBook";
            font-size: 20px;
            line-height: 30px; }
          .orientationOpen .inner_orientation .register .openForm form .guestInformation .subtitle {
            display: block;
            margin: 0 0 25px 0;
            color: #5E656F;
            font-family: "NexaBook";
            font-size: 14px;
            line-height: 30px; }
          .orientationOpen .inner_orientation .register .openForm form .guestInformation .addGuest {
            padding: 0 0 0 15px;
            color: #00A0E2;
            text-decoration: none;
            font-family: "Nexa";
            font-size: 14px;
            line-height: 30px;
            font-weight: 900; }
          .orientationOpen .inner_orientation .register .openForm form .guestInformation .singleGuest {
            position: relative;
            margin: 0 0 25px 0;
            border-bottom: 1px solid #EEF2F4; }
            .orientationOpen .inner_orientation .register .openForm form .guestInformation .singleGuest .removeGuest {
              position: absolute;
              top: -webkit-calc(50% - 25px);
              top: calc(50% - 25px);
              left: 0;
              color: #00A0E2;
              font-family: "Nexa";
              font-size: 14px;
              line-height: 30px;
              text-decoration: none;
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga'; }
            .orientationOpen .inner_orientation .register .openForm form .guestInformation .singleGuest:first-child .removeGuest {
              display: none; }
            .orientationOpen .inner_orientation .register .openForm form .guestInformation .singleGuest:last-child {
              margin: 0 0 0 0;
              border: 0; }
        .orientationOpen .inner_orientation .register .openForm .sent_note {
          display: none;
          width: 100%;
          text-align: center;
          vertical-align: middle;
          padding: 100px 0 0 0; }
          .orientationOpen .inner_orientation .register .openForm .sent_note .noteClose {
            display: block;
            margin: 0 0 20px 0;
            font-family: "Nexa";
            font-size: 24px;
            line-height: 24px;
            font-weight: 900;
            color: #00A0E2; }
        .orientationOpen .inner_orientation .register .openForm.sent form {
          display: none; }
        .orientationOpen .inner_orientation .register .openForm.sent .sent_note {
          display: block; }
      @media screen and (max-width: 750px) {
        .orientationOpen .inner_orientation .register {
          display: block;
          float: none;
          width: 100%; } }
  .orientationOpen .openArrow {
    position: absolute;
    display: none;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #FFFFFF;
    -webkit-transition: left 0.5s;
    transition: left 0.5s; }
  .orientationOpen.open {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: openOrientation;
    animation-name: openOrientation;
    display: table; }
    .orientationOpen.open .inner_orientation {
      display: none;
      height: auto;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: enterRight;
      animation-name: enterRight; }
  @media screen and (max-width: 750px) {
    .orientationOpen {
      padding: 0 0 75px 0; } }

@-webkit-keyframes openOrientation {
  0% {
    display: block;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    display: block;
    height: 300px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@keyframes openOrientation {
  0% {
    display: block;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    display: block;
    height: 300px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@-webkit-keyframes openOrientationInner {
  0% {
    display: none; }
  100% {
    display: block; } }

@keyframes openOrientationInner {
  0% {
    display: none; }
  100% {
    display: block; } }

@-webkit-keyframes enterRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
    opacity: 0;
    display: none;
    height: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block;
    height: auto; } }

@keyframes enterRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
    opacity: 0;
    display: none;
    height: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block;
    height: auto; } }

.formBlock {
  position: relative;
  -webkit-border-top-left-radius: 4px;
  -moz-border-topleft-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-topright-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottomright-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottomleft-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: left;
  color: #5E656F;
  background: #FFFFFF;
  /* Resposive */ }
  .formBlock .title {
    display: block;
    font-family: "NexaBook";
    font-size: 20px;
    line-height: 30px; }
  .formBlock .subtitle {
    display: block;
    width: 70%;
    margin: 5px 0 25px 0;
    font-family: "NexaBook";
    font-size: 14px;
    line-height: 19px; }
    .formBlock .subtitle.noBottom {
      margin: 5px 0 0 0; }
  .formBlock .submit_button {
    margin: 25px 0 0 0;
    display: block;
    text-align: center; }
  .formBlock .hr {
    display: block;
    border-bottom: 1px solid #EEF2F4; }
  .formBlock .col {
    margin: 25px 0 0 0; }
  .formBlock .close .closeBtn {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 31px;
    height: 31px;
    border: 1px solid #CDD4D8;
    -webkit-border-top-left-radius: 50px;
    -moz-border-topleft-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-topright-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottomright-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottomleft-radius: 50px;
    border-bottom-left-radius: 50px;
    background-image: url("images/select_arrow.png");
    background-repeat: no-repeat;
    background-position: 8px 12px;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    line-height: 33px;
    text-decoration: none; }
  .formBlock .close i {
    display: none; }
  .formBlock .close.closed .closeBtn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: 7px 12px; }
  .formBlock .close.locked {
    background: #88D68F; }
    .formBlock .close.locked i.ico_locked {
      line-height: 28px !important;
      display: block;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      width: 31px;
      height: 31px;
      border: 1px solid #CDD4D8;
      -webkit-border-top-left-radius: 50px;
      -moz-border-topleft-radius: 50px;
      border-top-left-radius: 50px;
      -webkit-border-top-right-radius: 50px;
      -moz-border-topright-radius: 50px;
      border-top-right-radius: 50px;
      -webkit-border-bottom-right-radius: 50px;
      -moz-border-bottomright-radius: 50px;
      border-bottom-right-radius: 50px;
      -webkit-border-bottom-left-radius: 50px;
      -moz-border-bottomleft-radius: 50px;
      border-bottom-left-radius: 50px;
      position: absolute;
      top: 13px;
      right: 17px;
      text-align: center;
      vertical-align: middle;
      font-size: 16px;
      text-decoration: none;
      color: #AAB5BB; }
    .formBlock .close.locked .closeBtn {
      display: none; }
  .formBlock .close.checked i.ico_checked {
    position: absolute;
    top: 13px;
    right: 45px;
    width: 25px;
    height: 25px;
    border: 1px solid #CDD4D8;
    -webkit-border-top-left-radius: 50px;
    -moz-border-topleft-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-topright-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottomright-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottomleft-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #88D68F;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    line-height: 33px;
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
  .formBlock .hiddenOnLoad {
    display: none; }
  .formBlock .noOpacityOnLoad {
    opacity: 0; }
  .formBlock.contactForm {
    margin: 25px 90px 0 90px; }
    .formBlock.contactForm .inner_content {
      padding: 35px 35px 35px 35px; }
  .formBlock.FAQ_single {
    margin: 0 0 25px 40px;
    padding: 25px 40px 25px 40px;
    /* Responsive */ }
    @media screen and (max-width: 750px) {
      .formBlock.FAQ_single {
        margin: 0 0 25px 0; } }
  @media screen and (max-width: 1040px) {
    .formBlock {
      margin: 25px 30px 0 30px; } }
  @media screen and (max-width: 750px) {
    .formBlock {
      margin: 25px 30px 0 30px; } }
  @media screen and (max-width: 480px) {
    .formBlock {
      margin: 25px 0 0 0; }
      .formBlock .col {
        width: 100%;
        margin: 12px 0 0 0; } }

.FAQ_single {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  /* Responsive */ }
  .FAQ_single .content {
    margin: 25px 0 0 0;
    line-height: 22px; }
  @media screen and (max-width: 750px) {
    .FAQ_single {
      width: 100%; } }

.tripCard {
  position: relative;
  display: table;
  padding: 50px 5px 10px 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-topleft-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-topright-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottomright-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottomleft-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 300px;
  text-align: center;
  text-decoration: none !important;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.2);
  z-index: 1;
  /* Responsive */ }
  .tripCard .trip-inner {
    position: absolute;
    padding: 50px 5px 10px 5px;
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    z-index: 1;
    height: 100%;
    /* Responsive */ }
    .tripCard .trip-inner .trip-type {
      padding: 4px 10px 4px 10px;
      border: 1px solid #FFFFFF;
      -webkit-border-top-left-radius: 3px;
      -moz-border-topleft-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-topright-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottomright-radius: 3px;
      border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottomleft-radius: 3px;
      border-bottom-left-radius: 3px;
      font-family: "Nexa";
      font-size: 10px;
      line-height: 10px;
      font-weight: 900; }
    .tripCard .trip-inner .trip-name {
      display: block;
      margin: 20px 0 5px 0;
      font-family: "Nexa";
      font-size: 20px;
      line-height: 20px;
      font-weight: 900;
      /* Responsive */ }
      @media screen and (max-width: 480px) {
        .tripCard .trip-inner .trip-name {
          font-family: "Nexa";
          font-size: 15px;
          line-height: 15px; } }
      @media screen and (max-width: 480px) {
        .tripCard .trip-inner .trip-name {
          width: 100%;
          overflow: hidden;
          height: 50px; } }
    .tripCard .trip-inner .trip-location {
      display: block;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 16px; }
    .tripCard .trip-inner .trip-details {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
      padding: 0 0 0 0;
      list-style: none;
      /* Responsive */ }
      .tripCard .trip-inner .trip-details li {
        position: relative;
        display: inline-block;
        width: 30%;
        font-size: 10px; }
        .tripCard .trip-inner .trip-details li:before {
          content: '';
          position: absolute;
          top: -20px;
          right: 0;
          left: 0;
          margin-right: auto;
          margin-left: auto; }
        .tripCard .trip-inner .trip-details li.trip-period:before {
          background-image: url(sprites/sp-icons.png);
          background-position: -81px 0px;
          width: 32px;
          height: 31px; }
        .tripCard .trip-inner .trip-details li.trip-airport:before {
          background-image: url(sprites/sp-icons.png);
          background-position: -81px -36px;
          width: 31px;
          height: 29px; }
        .tripCard .trip-inner .trip-details li.trip-ages:before {
          background-image: url(sprites/sp-icons.png);
          background-position: 0px -80px;
          width: 28px;
          height: 29px; }
      @media screen and (max-width: 480px) {
        .tripCard .trip-inner .trip-details {
          bottom: 5px; } }
    @media screen and (max-width: 480px) {
      .tripCard .trip-inner {
        padding: 15px 5px 10px 5px; } }
  .tripCard:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-top-left-radius: 5px;
    -moz-border-topleft-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-topright-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottomright-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottomleft-radius: 5px;
    border-bottom-left-radius: 5px;
    background: rgba(0, 51, 107, 0.4);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0; }
  .tripCard:hover:before {
    background: rgba(0, 51, 107, 0.2); }
  .tripCard.sp_Card {
    padding: 0 5px 0 5px;
    cursor: pointer; }
    .tripCard.sp_Card .tripIcon {
      position: absolute;
      top: 10px;
      left: 10px;
      /* Responsive */ }
      .tripCard.sp_Card .tripIcon img {
        max-height: 30px;
        max-width: 80px; }
      @media screen and (max-width: 480px) {
        .tripCard.sp_Card .tripIcon img {
          max-width: 45px; } }
    .tripCard.sp_Card .trip-inner {
      position: relative;
      display: table-cell;
      padding: 0 5px 0 5px;
      text-align: center;
      vertical-align: middle;
      font-weight: 600;
      color: #FFFFFF;
      text-decoration: none;
      z-index: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .tripCard.sp_Card .trip-inner .trip-name {
        font-family: "Nexa";
        font-size: 20px;
        line-height: 22px;
        display: inline-block;
        word-wrap: break-word;
        margin: 0 0 0 0; }
        @media screen and (max-width: 480px) {
          .tripCard.sp_Card .trip-inner .trip-name {
            font-family: "Nexa";
            font-size: 20px;
            line-height: 20px; } }
        @media screen and (max-width: 480px) {
          .tripCard.sp_Card .trip-inner .trip-name {
            height: auto; } }
      .tripCard.sp_Card .trip-inner .trip-details {
        font-family: "NexaBook";
        font-size: 18px;
        line-height: 20px; }
      .tripCard.sp_Card .trip-inner .trip-location {
        max-height: 42px;
        overflow: hidden; }
      .tripCard.sp_Card .trip-inner .cardButton {
        display: block;
        opacity: 0;
        vertical-align: middle;
        font-family: "Nexa";
        font-size: 14px;
        line-height: 16px;
        font-weight: 900;
        margin-top: -10px;
        -webkit-transition: margin 0.5s, opacity 1s;
        transition: margin 0.5s, opacity 1s; }
    .tripCard.sp_Card:hover:before {
      background: rgba(0, 51, 107, 0.2); }
    .tripCard.sp_Card:hover .trip-inner {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      .tripCard.sp_Card:hover .trip-inner .cardButton {
        opacity: 1;
        margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .tripCard {
      padding: 5px 5px 10px 5px;
      height: 150px; }
      .tripCard .trip-inner {
        margin-top: 6px; }
        .tripCard .trip-inner .trip-name {
          height: 30px; }
        .tripCard .trip-inner .trip-type {
          display: none; } }

.tripOpen {
  position: absolute;
  display: none;
  padding: 60px 70px 40px 70px;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 470px;
  z-index: 10;
  /* Responsive */ }
  .tripOpen .overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: url("/site_assets/images/tripOpenBG.png");
    width: 100%;
    height: 100%;
    z-index: -1; }
  .tripOpen .primary_container {
    padding: 0 94px 0 94px;
    /* Responsive */ }
    @media screen and (max-width: 1040px) {
      .tripOpen .primary_container {
        padding: 0 45px 0 45px; } }
    @media screen and (max-width: 750px) {
      .tripOpen .primary_container {
        padding: 0 35px 0 35px; } }
    @media screen and (max-width: 480px) {
      .tripOpen .primary_container {
        padding: 0 40px 0 40px; } }
  .tripOpen .moreDetails {
    padding: 0 0px 0 0;
    overflow: hidden;
    max-height: 367px;
    float: left ;
    width: 68%;
    /* Resposnvie */ }
    .tripOpen .moreDetails .trip-type {
      padding: 4px 10px 4px 10px;
      border: 1px solid #FFFFFF;
      -webkit-border-top-left-radius: 3px;
      -moz-border-topleft-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-topright-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottomright-radius: 3px;
      border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottomleft-radius: 3px;
      border-bottom-left-radius: 3px;
      font-family: "Nexa";
      font-size: 10px;
      line-height: 10px;
      font-weight: 900; }
    .tripOpen .moreDetails .trip-title {
      display: block;
      margin: 20px 0 5px 0;
      font-family: "Nexa";
      font-size: 40px;
      line-height: 40px;
      font-weight: 900; }
      @media screen and (max-width: 480px) {
        .tripOpen .moreDetails .trip-title {
          font-family: "Nexa";
          font-size: 30px;
          line-height: 30px; } }
    .tripOpen .moreDetails .trip-org {
      display: block;
      margin: 0 0 12px 0;
      font-family: "Nexa";
      font-size: 14px;
      line-height: 14px;
      font-weight: 600; }
    .tripOpen .moreDetails .trip-description {
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 19px;
      overflow: hidden;
      display: block; }
      .tripOpen .moreDetails .trip-description a {
        color: #FFFFFF;
        text-decoration: underline; }
        .tripOpen .moreDetails .trip-description a:hover {
          color: #00A0E2; }
    @media screen and (max-width: 1040px) {
      .tripOpen .moreDetails {
        padding: 0 70px 0 0; } }
    @media screen and (max-width: 750px) {
      .tripOpen .moreDetails {
        padding: 0 0 0 0;
        text-align: center;
        float: none;
        width: 100%;
        max-height: 415px; } }
    @media screen and (max-width: 480px) {
      .tripOpen .moreDetails {
        display: block;
        margin: 0 0 120px 0;
        max-height: 390px; } }
  .tripOpen .applyNow {
    position: relative;
    color: #FFFFFF;
    float: right ;
    padding-top: 20px;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 32%;
    /* Responsive */ }
    .tripOpen .applyNow .inner {
      width: 100%;
      float: right ; }
      @media screen and (max-width: 750px) {
        .tripOpen .applyNow .inner {
          padding: 0 0 0 30px;
          float: left ; } }
      @media screen and (max-width: 480px) {
        .tripOpen .applyNow .inner {
          padding: 0 0 0 0;
          float: right ; } }
    .tripOpen .applyNow .single_row {
      position: relative;
      display: block;
      margin: 0px 0 20px 0; }
      .tripOpen .applyNow .single_row.trip-period span:before {
        background-image: url(sprites/sp-icons.png);
        background-position: -81px 0px;
        width: 32px;
        height: 31px; }
      .tripOpen .applyNow .single_row.trip-airport span:before {
        background-image: url(sprites/sp-icons.png);
        background-position: -81px -36px;
        width: 31px;
        height: 29px; }
      .tripOpen .applyNow .single_row.trip-ages span:before {
        background-image: url(sprites/sp-icons.png);
        background-position: 0px -80px;
        width: 28px;
        height: 29px; }
      .tripOpen .applyNow .single_row.trip-show_more {
        color: #FFFFFF; }
        .tripOpen .applyNow .single_row.trip-show_more.hide {
          display: none; }
        @media screen and (max-width: 480px) {
          .tripOpen .applyNow .single_row.trip-show_more {
            font-size: 14px; } }
      .tripOpen .applyNow .single_row span {
        position: relative;
        padding: 0 0 0 30px; }
        .tripOpen .applyNow .single_row span:before {
          content: '';
          position: absolute;
          top: -4px;
          left: 0; }
    .tripOpen .applyNow input[type=submit], .tripOpen .applyNow .forms_button_light button, .forms_button_light .tripOpen .applyNow button, .tripOpen .applyNow .forms_button_transparent button, .forms_button_transparent .tripOpen .applyNow button {
      width: 100%; }
    @media screen and (max-width: 750px) {
      .tripOpen .applyNow .trip-show_more {
        left: auto;
        right: 30px;
        top: 0;
        position: absolute; } }
    @media screen and (max-width: 480px) {
      .tripOpen .applyNow .trip-show_more {
        right: auto;
        top: auto;
        position: relative; } }
    @media screen and (max-width: 750px) {
      .tripOpen .applyNow .applyNowTrip {
        left: auto;
        right: 30px;
        top: 55px;
        position: absolute; } }
    @media screen and (max-width: 480px) {
      .tripOpen .applyNow .applyNowTrip {
        right: auto;
        top: auto;
        position: relative; } }
    .tripOpen .applyNow .cardButton {
      width: 100%;
      display: block;
      word-break: break-all; }
    @media screen and (max-width: 750px) {
      .tripOpen .applyNow {
        padding: 0 0 0 0;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
        float: none;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .tripOpen .applyNow {
        width: 90%; } }
  .tripOpen .close-btn {
    position: absolute;
    top: 40px;
    right: 20px;
    background-image: url(sprites/sp-icons.png);
    background-position: -71px -114px;
    width: 14px;
    height: 14px; }
  .tripOpen:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20px solid #EEF2F4;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 20%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s; }
  .tripOpen:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid #EEF2F4;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    height: 0;
    width: 80%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s; }
  .tripOpen.sp_page .moreDetails {
    width: 68%; }
    @media screen and (max-width: 1040px) {
      .tripOpen.sp_page .moreDetails {
        width: 68%; } }
    @media (max-width: 813px) {
      .tripOpen.sp_page .moreDetails {
        width: 64%; } }
    @media screen and (max-width: 480px) {
      .tripOpen.sp_page .moreDetails {
        max-height: 450px; }
        .tripOpen.sp_page .moreDetails .trip-title {
          font-size: 25px; }
        .tripOpen.sp_page .moreDetails .trip-description {
          max-height: 342px; } }
  .tripOpen.open {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: openTrip;
    animation-name: openTrip;
    height: auto;
    /* Resposnive */ }
    .tripOpen.open .moreDetails {
      padding: 5px 70px 0 0;
      -webkit-animation-name: enterRight;
      animation-name: enterRight;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      /* Resposnvie */ }
      @media screen and (max-width: 1040px) {
        .tripOpen.open .moreDetails {
          padding: 5px 70px 0 0; } }
      @media screen and (max-width: 750px) {
        .tripOpen.open .moreDetails {
          padding: 5px 0 0 0;
          margin: 0 0 20px 0;
          text-align: center;
          float: none;
          width: 100%; }
          .tripOpen.open .moreDetails .trip-description {
            margin: 0 0 60px 0; } }
      @media screen and (max-width: 480px) {
        .tripOpen.open .moreDetails {
          display: block;
          margin: 0 0 10px 0; }
          .tripOpen.open .moreDetails .trip-description {
            margin: 0 0 0 0; } }
    .tripOpen.open .applyNow {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      /* Responsive */ }
      @media screen and (max-width: 750px) {
        .tripOpen.open .applyNow {
          padding: 0 0 0 0;
          text-align: left;
          margin-right: auto;
          margin-left: auto;
          float: none;
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .tripOpen.open .applyNow {
          width: 90%; }
          .tripOpen.open .applyNow:after {
            display: block; } }
    @media screen and (max-width: 750px) {
      .tripOpen.open {
        -webkit-animation-name: openTripMiddle;
        animation-name: openTripMiddle; } }
    @media screen and (max-width: 480px) {
      .tripOpen.open {
        -webkit-animation-name: openTripMobile;
        animation-name: openTripMobile; } }
  .tripOpen.close {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: closeTrip;
    animation-name: closeTrip;
    opacity: 1;
    visibility: hidden;
    /* Resposnive */ }
    .tripOpen.close .applyNow, .tripOpen.close .moreDetails {
      -webkit-animation-name: fadeOut;
      animation-name: fadeOut;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    @media screen and (max-width: 750px) {
      .tripOpen.close {
        -webkit-animation-name: closeTripMiddle;
        animation-name: closeTripMiddle; } }
    @media screen and (max-width: 480px) {
      .tripOpen.close {
        -webkit-animation-name: closeTripMobile;
        animation-name: closeTripMobile; } }
  @media screen and (max-width: 1040px) {
    .tripOpen {
      padding: 60px 30px 40px 30px; } }
  @media screen and (max-width: 750px) {
    .tripOpen {
      padding: 30px 5px 40px 5px; } }
  @media screen and (max-width: 480px) {
    .tripOpen {
      background-size: 1920px 650px; } }

@keyframes enterRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes openTrip {
  0% {
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0; }
  100% {
    height: 470px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 1; } }

@keyframes openTrip {
  0% {
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0; }
  100% {
    height: 470px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 1; } }

@-webkit-keyframes openTripMiddle {
  0% {
    display: block;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    display: block;
    height: 550px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@keyframes openTripMiddle {
  0% {
    display: block;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    display: block;
    height: 550px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@-webkit-keyframes openTripMobile {
  0% {
    display: block;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    display: block;
    height: 650px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@keyframes openTripMobile {
  0% {
    display: block;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    display: block;
    height: 650px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@-webkit-keyframes closeTrip {
  0% {
    opacity: 1;
    height: 470px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    opacity: 0;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@keyframes closeTrip {
  0% {
    opacity: 1;
    height: 470px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    opacity: 0;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@-webkit-keyframes closeTripMiddle {
  0% {
    opacity: 1;
    height: 550px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    opacity: 0;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@keyframes closeTripMiddle {
  0% {
    opacity: 1;
    height: 550px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    opacity: 0;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@-webkit-keyframes closeTripMobile {
  0% {
    opacity: 1;
    height: 650px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    opacity: 0;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@keyframes closeTripMobile {
  0% {
    opacity: 1;
    height: 650px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto; }
  100% {
    opacity: 0;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto; } }

@-webkit-keyframes openTripLarge {
  0% {
    display: block;
    max-height: 0px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin-left: 70px; }
  50% {
    display: block;
    max-height: 467px; }
  100% {
    display: block;
    max-height: 467px;
    width: 100%;
    margin-left: 0px; } }

@keyframes openTripLarge {
  0% {
    display: block;
    max-height: 0px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin-left: 70px; }
  50% {
    display: block;
    max-height: 467px; }
  100% {
    display: block;
    max-height: 467px;
    width: 100%;
    margin-left: 0px; } }

@-webkit-keyframes openTripMedium {
  0% {
    display: block;
    max-height: 0px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin-left: 70px; }
  50% {
    display: block;
    max-height: 467px; }
  100% {
    display: block;
    max-height: 467px;
    width: 100%;
    margin-left: 0px; } }

@keyframes openTripMedium {
  0% {
    display: block;
    max-height: 0px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin-left: 70px; }
  50% {
    display: block;
    max-height: 467px; }
  100% {
    display: block;
    max-height: 467px;
    width: 100%;
    margin-left: 0px; } }

@-webkit-keyframes openTripSmall {
  0% {
    display: block;
    max-height: 0px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin-left: 70px; }
  50% {
    display: block;
    max-height: 467px; }
  100% {
    display: block;
    max-height: 467px;
    width: 100%;
    margin-left: 0px; } }

@keyframes openTripSmall {
  0% {
    display: block;
    max-height: 0px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin-left: 70px; }
  50% {
    display: block;
    max-height: 467px; }
  100% {
    display: block;
    max-height: 467px;
    width: 100%;
    margin-left: 0px; } }

.innerContainer {
  overflow: hidden;
  -webkit-border-top-left-radius: 5px;
  -moz-border-topleft-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-topright-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottomright-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottomleft-radius: 5px;
  border-bottom-left-radius: 5px; }
  .innerContainer .tripCategoryCard {
    position: relative;
    display: table;
    padding: 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-topleft-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-topright-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottomright-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottomleft-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    height: 300px;
    text-align: center;
    text-decoration: none !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 44, 97, 0.2);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .innerContainer .tripCategoryCard .category-text {
      position: relative;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      font-weight: 600;
      color: #FFFFFF;
      text-decoration: none;
      z-index: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .innerContainer .tripCategoryCard .category-text .categoryName {
        font-family: "Nexa";
        font-size: 25px;
        line-height: 25px;
        margin: 0 auto;
        width: 80%;
        display: inline-block;
        word-wrap: break-word; }
      .innerContainer .tripCategoryCard .category-text .details {
        font-family: "NexaBook";
        font-size: 18px;
        line-height: 20px; }
      .innerContainer .tripCategoryCard .category-text .cardButton {
        display: block;
        opacity: 0;
        vertical-align: middle;
        font-family: "Nexa";
        font-size: 14px;
        line-height: 16px;
        font-weight: 900;
        margin-top: -10px;
        -webkit-transition: margin 0.5s, opacity 1s;
        transition: margin 0.5s, opacity 1s; }
    .innerContainer .tripCategoryCard:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-border-top-left-radius: 5px;
      -moz-border-topleft-radius: 5px;
      border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-topright-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-bottomright-radius: 5px;
      border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-bottomleft-radius: 5px;
      border-bottom-left-radius: 5px;
      background: rgba(0, 51, 107, 0.4);
      z-index: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .innerContainer .tripCategoryCard:hover {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25); }
      .innerContainer .tripCategoryCard:hover .category-text {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); }
        .innerContainer .tripCategoryCard:hover .category-text .cardButton {
          opacity: 1;
          margin-top: 30px; }
      .innerContainer .tripCategoryCard:hover:before {
        -webkit-border-top-left-radius: 5px;
        -moz-border-topleft-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-topright-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottomright-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottomleft-radius: 5px;
        border-bottom-left-radius: 5px;
        background: rgba(0, 51, 107, 0.7); }

.org_contact {
  background: #EEF2F4;
  padding-top: 50px;
  padding-bottom: 63px; }
  .org_contact .contactForm {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .org_contact .contactForm .form .sent_note {
      display: none;
      font-family: "Nexa";
      font-size: 16px;
      line-height: 25px; }
    .org_contact .contactForm .form.sent form {
      display: none; }
    .org_contact .contactForm .form.sent .sent_note {
      display: block; }
    .org_contact .contactForm .form input[type=submit], .org_contact .contactForm .form .forms_button_light button, .forms_button_light .org_contact .contactForm .form button, .org_contact .contactForm .form .forms_button_transparent button, .forms_button_transparent .org_contact .contactForm .form button {
      -webkit-transition: color 0.7s ease-in-out;
      transition: color 0.7s ease-in-out; }
      .org_contact .contactForm .form input[type=submit].loading, .org_contact .contactForm .form .forms_button_light button.loading, .forms_button_light .org_contact .contactForm .form button.loading, .org_contact .contactForm .form .forms_button_transparent button.loading, .forms_button_transparent .org_contact .contactForm .form button.loading {
        background: url("https://thecommunitycorps.secure.force.com/volunteers/resource/1444286528000/TCC_2014/images/spinner.gif") no-repeat center center;
        background-size: 28px;
        color: transparent; }
  @media screen and (max-width: 480px) {
    .org_contact {
      padding: 0; } }

.ineligble {
  background-color: #002D62;
  min-height: 1000px;
  color: #FFFFFF;
  margin: 95px auto 0 auto; }
  .ineligble .inner-section {
    width: 60%;
    background-color: #002D62;
    margin: 0 auto 0 auto; }
    .ineligble .inner-section .content {
      width: 100%;
      text-align: center;
      padding: 126px 0 10px 0; }
      .ineligble .inner-section .content i {
        font-size: 74px; }
      .ineligble .inner-section .content .main_title {
        font-family: "Montserrat";
        font-size: 40px;
        line-height: 35px;
        font-weight: 700; }
      .ineligble .inner-section .content .main_subtitle {
        font-family: "Nexa";
        font-size: 18px;
        line-height: 24px;
        font-weight: 600; }
      .ineligble .inner-section .content .text {
        font-family: "Nexa";
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        margin: 72px 0 76px 0; }
      .ineligble .inner-section .content .bring_friend {
        margin: 25px 90px 0 90px;
        padding: 10px 0 10px 0;
        -webkit-border-top-left-radius: 4px;
        -moz-border-topleft-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-topright-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottomright-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottomleft-radius: 4px;
        border-bottom-left-radius: 4px;
        text-align: "center";
        height: 315px;
        color: #FFFFFF;
        background: #002D62;
        /* Resposive */ }
        .ineligble .inner-section .content .bring_friend .outer_block {
          display: table;
          width: 100%;
          height: 100%; }
        .ineligble .inner-section .content .bring_friend .inner_block {
          display: table-cell;
          vertical-align: middle;
          /* Responsive */ }
          .ineligble .inner-section .content .bring_friend .inner_block .title {
            display: block;
            font-family: "Montserrat";
            font-size: 24px;
            line-height: 30px;
            font-weight: 600; }
          .ineligble .inner-section .content .bring_friend .inner_block .subtitle {
            display: block;
            width: 90%;
            margin: 10px auto 40px auto;
            font-family: "Nexa";
            font-size: 14px;
            line-height: 14px; }
            .ineligble .inner-section .content .bring_friend .inner_block .subtitle .strong {
              font-weight: 600; }
          .ineligble .inner-section .content .bring_friend .inner_block .input {
            position: relative;
            display: inline-block; }
          .ineligble .inner-section .content .bring_friend .inner_block .share_links {
            list-style: none;
            margin: 25px 0 0 0;
            padding: 0 0 0 0;
            /* Responsive */ }
            .ineligble .inner-section .content .bring_friend .inner_block .share_links li {
              display: inline-block;
              margin: 0 40px 0 0; }
              .ineligble .inner-section .content .bring_friend .inner_block .share_links li:last-child {
                margin: 0 0 0 0; }
            @media screen and (max-width: 480px) {
              .ineligble .inner-section .content .bring_friend .inner_block .share_links {
                margin: 15px 0 0 0; }
                .ineligble .inner-section .content .bring_friend .inner_block .share_links li {
                  margin: 0 20px 0 0; } }
          @media screen and (max-width: 750px) {
            .ineligble .inner-section .content .bring_friend .inner_block .subtitle {
              width: 80%; } }
        @media screen and (max-width: 1040px) {
          .ineligble .inner-section .content .bring_friend {
            margin: 25px 30px 0 30px; } }
        @media screen and (max-width: 750px) {
          .ineligble .inner-section .content .bring_friend {
            margin: 25px 30px 0 30px; } }
        @media screen and (max-width: 480px) {
          .ineligble .inner-section .content .bring_friend {
            margin: 25px 40px 0 40px; } }
    @media screen and (max-width: 750px) {
      .ineligble .inner-section {
        width: 80%; } }
    @media screen and (max-width: 480px) {
      .ineligble .inner-section {
        width: 100%; }
        .ineligble .inner-section .content .text {
          padding: 0 40px 0 40px; } }

.organizerCard {
  position: relative;
  display: table;
  padding: 10px 10px 10px 10px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-topleft-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-topright-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottomright-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottomleft-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 300px;
  z-index: 1; }
  .organizerCard .imgContainer {
    max-width: 90%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    z-index: 1; }
    .organizerCard .imgContainer .org_name {
      position: absolute;
      bottom: 20px;
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto;
      text-decoration: none;
      color: #AAB5BB;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      font-size: 16px;
      line-height: 20px;
      width: 160px;
      overflow: hidden;
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      /* Responsive */ }
      @media screen and (max-width: 480px) {
        .organizerCard .imgContainer .org_name {
          width: 250px; } }
    .organizerCard .imgContainer img {
      width: 100%;
      max-width: 164px;
      max-height: 210px; }
  .organizerCard:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-top-left-radius: 5px;
    -moz-border-topleft-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-topright-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottomright-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottomleft-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #FFFFFF;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.daterangepicker .calendar-table {
  padding: 0; }

.daterangepicker.dropdown-menu {
  z-index: 15; }

.daterangepicker .calendar td, .daterangepicker .calendar th {
  padding: 8px 8px 8px 8px; }

.daterangepicker .calendar .prev {
  background: url("../site_assets/images/calendar_chev_left.png") no-repeat; }

.daterangepicker .calendar .next {
  background: url("../site_assets/images/calendar_chev_right.png") no-repeat; }

.daterangepicker .calendar .prev,
.daterangepicker .calendar .next {
  width: 24px;
  height: 24px;
  background-position: center; }

.filterBar {
  position: absolute;
  max-width: 1200px;
  padding: 40px 104px 40px 104px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background: #EEF2F4;
  left: 0;
  right: 0;
  top: 0;
  /*responsive*/ }
  .filterBar .clearFilters {
    display: none;
    font-size: 11px;
    text-decoration: none;
    z-index: 3;
    padding: 0 0 0 0;
    margin-right: 11px;
    padding: 0;
    color: #AAB5BB;
    /* Responsive */ }
    .filterBar .clearFilters.showClear {
      display: inline-block; }
    .filterBar .clearFilters i {
      font-family: Material;
      font-size: 20px;
      font-style: normal;
      vertical-align: -5px; }
    @media screen and (max-width: 480px) {
      .filterBar .clearFilters {
        padding: 0 0 0 30px; } }
  .filterBar ._interest .dropdown-menu {
    min-width: 250px !important; }
  .filterBar .trip-show_less {
    position: absolute;
    bottom: 20px;
    font-size: 11px;
    text-decoration: none;
    z-index: 3;
    padding: 0 0 0 15px;
    /* Responsive */ }
    .filterBar .trip-show_less i {
      font-size: 19px;
      vertical-align: -6px; }
    @media screen and (max-width: 480px) {
      .filterBar .trip-show_less {
        padding: 0 0 0 40px; } }
  .filterBar .filterOrderDate {
    text-decoration: none !important;
    position: relative;
    z-index: 2;
    vertical-align: -8px;
    display: inline-block;
    width: 26px;
    height: 25px;
    background-size: 100% 100%;
    margin-right: 7px;
    background-image: url("images/calendar.png"); }
    .filterBar .filterOrderDate.active {
      background-image: url("images/calendar_blue.png"); }
  .filterBar .filterShuffle {
    text-decoration: none !important;
    position: relative;
    z-index: 2;
    vertical-align: -6px;
    display: inline-block;
    margin-right: 7px; }
    .filterBar .filterShuffle.active svg {
      fill: #00A0E2; }
    .filterBar .filterShuffle svg {
      fill: #AAB5BB;
      width: 23px;
      height: 24px;
      display: block; }
  .filterBar .innerFilter {
    position: relative;
    padding: 10px 10px 10px 10px; }
    .filterBar .innerFilter .filters {
      padding: 0 0 0 5px; }
      .filterBar .innerFilter .filters .filterForm {
        background: transparent;
        display: inline-block;
        padding: 0 18px 0 0; }
        .filterBar .innerFilter .filters .filterForm .datePicker {
          opacity: 0;
          cursor: pointer;
          height: 31px;
          width: 130px; }
        .filterBar .innerFilter .filters .filterForm #dates:after {
          content: '';
          position: absolute;
          right: 0;
          top: 13px;
          z-index: -1;
          margin: -2px 0 0 0;
          background-image: url(images/select_arrow.png);
          background-repeat: no-repeat;
          background-position: center center;
          color: #00A0E2;
          border-bottom: 6px solid transparent;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 4px solid transparent; }
        .filterBar .innerFilter .filters .filterForm #dates.organizerTripsCalendar:after {
          display: none; }
        .filterBar .innerFilter .filters .filterForm #dates .selectBox {
          margin-bottom: 0; }
        .filterBar .innerFilter .filters .filterForm #dates label.active {
          color: #00A0E2; }
          .filterBar .innerFilter .filters .filterForm #dates label.active ~ .datePicker {
            width: 200px; }
        @media screen and (max-width: 750px) {
          .filterBar .innerFilter .filters .filterForm #dates:after {
            content: none; } }
        .filterBar .innerFilter .filters .filterForm .selectBox {
          display: inline-block;
          position: relative;
          margin: 5px 15px 5px 0;
          vertical-align: middle; }
          .filterBar .innerFilter .filters .filterForm .selectBox label {
            position: absolute;
            font-family: "Nexa";
            font-size: 12px;
            line-height: 28px;
            color: #AAB5BB;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 0; }
            .filterBar .innerFilter .filters .filterForm .selectBox label.withSelected {
              display: none;
              color: #00A0E2; }
            .filterBar .innerFilter .filters .filterForm .selectBox label.withVal {
              color: #00A0E2; }
            .filterBar .innerFilter .filters .filterForm .selectBox label.checkbox {
              height: 100%;
              cursor: pointer;
              font-weight: 400;
              padding: 3px 20px 3px 10px;
              margin: 0 0 0 0;
              position: relative;
              left: 0;
              color: #AAB5BB; }
          .filterBar .innerFilter .filters .filterForm .selectBox i {
            position: absolute;
            z-index: 5; }
            .filterBar .innerFilter .filters .filterForm .selectBox i.age {
              background-image: url(sprites/sp-icons.png);
              background-position: -62px -80px;
              width: 20px;
              height: 21px; }
            .filterBar .innerFilter .filters .filterForm .selectBox i.departure {
              background-image: url(sprites/sp-icons.png);
              background-position: -142px 0px;
              width: 20px;
              height: 19px;
              margin-top: 4.5px; }
            .filterBar .innerFilter .filters .filterForm .selectBox i.interests {
              background-image: url(sprites/sp-icons.png);
              background-position: -27px -114px;
              width: 20px;
              height: 18px;
              margin-top: 5px; }
            .filterBar .innerFilter .filters .filterForm .selectBox i.campus {
              font-size: 23px;
              margin-top: 2.5px;
              color: #AAB5BB; }
            .filterBar .innerFilter .filters .filterForm .selectBox i.country {
              background-image: url(sprites/sp-icons.png);
              background-position: -87px -80px;
              width: 20px;
              height: 21px;
              margin-top: 3px; }
            .filterBar .innerFilter .filters .filterForm .selectBox i.oriType {
              font-size: 23px;
              margin-top: 2.5px;
              color: #AAB5BB; }
            .filterBar .innerFilter .filters .filterForm .selectBox i.date {
              position: absolute;
              z-index: 5;
              display: block;
              top: 3px;
              left: -7px;
              font-size: 23px;
              color: #AAB5BB;
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga';
              /* Responsive */ }
              @media screen and (max-width: 750px) {
                .filterBar .innerFilter .filters .filterForm .selectBox i.date {
                  top: auto;
                  left: 30px; } }
          .filterBar .innerFilter .filters .filterForm .selectBox .select2-container {
            min-width: 100px !important;
            padding: 0 0 0 20px; }
            .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown {
              top: 28px;
              left: 0;
              -webkit-box-shadow: 0 2px 5px 0 rgba(0, 44, 97, 0.1);
              box-shadow: 0 2px 5px 0 rgba(0, 44, 97, 0.1);
              border-radius: 0; }
              .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-search {
                display: none; }
              .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options {
                position: relative;
                max-height: none;
                -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                -webkit-animation-name: dropDownClose2;
                animation-name: dropDownClose2; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-0:before {
                  top: 0px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-1:before {
                  top: 44px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-2:before {
                  top: 88px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-3:before {
                  top: 132px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-4:before {
                  top: 176px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-5:before {
                  top: 220px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-6:before {
                  top: 264px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-7:before {
                  top: 308px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-8:before {
                  top: 352px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-9:before {
                  top: 396px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-10:before {
                  top: 440px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-11:before {
                  top: 484px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-12:before {
                  top: 528px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-13:before {
                  top: 572px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-14:before {
                  top: 616px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-15:before {
                  top: 660px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-16:before {
                  top: 704px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-17:before {
                  top: 748px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-18:before {
                  top: 792px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-19:before {
                  top: 836px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-20:before {
                  top: 880px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-21:before {
                  top: 924px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-22:before {
                  top: 968px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-23:before {
                  top: 1012px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-24:before {
                  top: 1056px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-25:before {
                  top: 1100px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-26:before {
                  top: 1144px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-27:before {
                  top: 1188px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-28:before {
                  top: 1232px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-29:before {
                  top: 1276px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options.offset-30:before {
                  top: 1320px;
                  display: block; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
                  padding: 3px 0px 3px 0px;
                  font-family: "Nexa";
                  font-size: 16px;
                  line-height: 38px;
                  text-align: center;
                  -webkit-transition: all 0.5s;
                  transition: all 0.5s; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
                  background-color: transparent;
                  color: #AAB5BB; }
                  .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted:hover {
                    color: #00A0E2; }
                .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options:before {
                  content: '';
                  position: absolute;
                  background-color: #EEF2F4;
                  width: 100%;
                  height: 44px;
                  -webkit-transition: all 0.25s;
                  transition: all 0.25s;
                  top: 0;
                  z-index: -1;
                  display: none; }
            .filterBar .innerFilter .filters .filterForm .selectBox .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options {
              -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
              -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-name: dropDownOpen2;
              animation-name: dropDownOpen2;
              overflow-y: scroll;
              overflow-x: hidden; }
          .filterBar .innerFilter .filters .filterForm .selectBox .select2-selection.select2-selection--single {
            border: 0;
            background: transparent; }
          .filterBar .innerFilter .filters .filterForm .selectBox .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #00A0E2;
            padding: 0 30px 0 20px; }
          .filterBar .innerFilter .filters .filterForm .selectBox .select2-selection__arrow {
            right: 6px;
            background-image: url("images/select_arrow.png");
            background-repeat: no-repeat;
            background-position: center center; }
            .filterBar .innerFilter .filters .filterForm .selectBox .select2-selection__arrow b {
              visibility: hidden; }
          .filterBar .innerFilter .filters .filterForm .selectBox .multiselect {
            height: 28px !important;
            width: 100%;
            min-width: 130px;
            background: transparent;
            border: 0;
            padding: 0 0 0 0;
            display: block;
            position: relative; }
            .filterBar .innerFilter .filters .filterForm .selectBox .multiselect .caret {
              position: absolute;
              right: 0;
              top: 13px;
              margin: -2px 0 0 0;
              background-image: url("images/select_arrow.png");
              background-repeat: no-repeat;
              background-position: center center;
              color: #00A0E2;
              border-bottom: 6px solid transparent;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-top: 4px solid transparent;
              /* Responsive */ }
              .filterBar .innerFilter .filters .filterForm .selectBox .multiselect .caret.chosen:before {
                content: attr(amount);
                position: absolute;
                width: 25px;
                height: 25px;
                top: -14px;
                right: -13px;
                -webkit-border-top-left-radius: 25px;
                -moz-border-topleft-radius: 25px;
                border-top-left-radius: 25px;
                -webkit-border-top-right-radius: 25px;
                -moz-border-topright-radius: 25px;
                border-top-right-radius: 25px;
                -webkit-border-bottom-right-radius: 25px;
                -moz-border-bottomright-radius: 25px;
                border-bottom-right-radius: 25px;
                -webkit-border-bottom-left-radius: 25px;
                -moz-border-bottomleft-radius: 25px;
                border-bottom-left-radius: 25px;
                text-align: center;
                font-family: "Nexa";
                font-size: 14px;
                line-height: 25px;
                color: #FFFFFF;
                font-weight: 900;
                background-color: #00A0E2; }
              @media screen and (max-width: 750px) {
                .filterBar .innerFilter .filters .filterForm .selectBox .multiselect .caret {
                  display: none; } }
          .filterBar .innerFilter .filters .filterForm .selectBox.multi {
            z-index: 3; }
            .filterBar .innerFilter .filters .filterForm .selectBox.multi label {
              z-index: -1;
              display: inline-block; }
              .filterBar .innerFilter .filters .filterForm .selectBox.multi label.checkbox {
                z-index: 0; }
            .filterBar .innerFilter .filters .filterForm .selectBox.multi i {
              z-index: -1; }
            .filterBar .innerFilter .filters .filterForm .selectBox.multi .multiselect-selected-text {
              display: none; }
          .filterBar .innerFilter .filters .filterForm .selectBox.initiallyHidden {
            display: none; }
            .filterBar .innerFilter .filters .filterForm .selectBox.initiallyHidden.shown {
              display: inline-block; }
          .filterBar .innerFilter .filters .filterForm .selectBox.wide .select2-container {
            min-width: 210px !important;
            padding: 0 0 0 0; }
          .filterBar .innerFilter .filters .filterForm .selectBox.wide label {
            left: 35px;
            right: initial; }
          .filterBar .innerFilter .filters .filterForm .selectBox.wide .select2-container--default .select2-selection--single .select2-selection__rendered {
            padding: 0 30px 0 35px; }
        .filterBar .innerFilter .filters .filterForm .btn-group.open .multiselect-container {
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-name: dropDownOpen;
          animation-name: dropDownOpen;
          max-height: 239px; }
        .filterBar .innerFilter .filters .filterForm .btn-group .dropdown-menu {
          display: block; }
        .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container {
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-name: dropDownClose;
          animation-name: dropDownClose;
          overflow-y: scroll;
          overflow-x: hidden;
          -webkit-box-shadow: 0 2px 5px 0 rgba(0, 44, 97, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 44, 97, 0.1);
          border: none;
          border-radius: 0;
          max-height: 0;
          padding: 0 0 0 0; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-1:before {
            top: 39px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-2:before {
            top: 89px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-3:before {
            top: 139px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-4:before {
            top: 189px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-5:before {
            top: 239px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-6:before {
            top: 289px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-7:before {
            top: 339px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-8:before {
            top: 389px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-9:before {
            top: 439px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-10:before {
            top: 489px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-11:before {
            top: 539px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-12:before {
            top: 589px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-13:before {
            top: 639px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-14:before {
            top: 689px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-15:before {
            top: 739px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-16:before {
            top: 789px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-17:before {
            top: 839px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-18:before {
            top: 889px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-19:before {
            top: 939px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-20:before {
            top: 989px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-21:before {
            top: 1039px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-22:before {
            top: 1089px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-23:before {
            top: 1139px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-24:before {
            top: 1189px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-25:before {
            top: 1239px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-26:before {
            top: 1289px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-27:before {
            top: 1339px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-28:before {
            top: 1389px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-29:before {
            top: 1439px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container.offset-30:before {
            top: 1489px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container .input-group {
            padding: 5px 0 0 0; }
            .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container .input-group .multiselect-search {
              width: 100%;
              padding: 0 10px 0 10px;
              border: 1px solid #EEF2F4;
              -webkit-border-top-left-radius: 4px;
              -moz-border-topleft-radius: 4px;
              border-top-left-radius: 4px;
              -webkit-border-top-right-radius: 4px;
              -moz-border-topright-radius: 4px;
              border-top-right-radius: 4px;
              -webkit-border-bottom-right-radius: 4px;
              -moz-border-bottomright-radius: 4px;
              border-bottom-right-radius: 4px;
              -webkit-border-bottom-left-radius: 4px;
              -moz-border-bottomleft-radius: 4px;
              border-bottom-left-radius: 4px;
              font-size: 14px;
              line-height: 20px; }
            .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container .input-group .input-group-btn {
              display: none; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container:before {
            content: '';
            position: absolute;
            background-color: #EEF2F4;
            width: 100%;
            height: 50px;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            top: 0;
            z-index: -1;
            display: none; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container li a {
            padding: 3px 20px 3px 0px; }
            .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container li a label {
              font-family: "Nexa";
              font-size: 16px;
              line-height: 38px;
              -webkit-transition: color 0.5s;
              transition: color 0.5s; }
              .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container li a label input[type=checkbox] {
                margin: 0 5px 1px 0;
                width: 17.5px;
                height: 18px;
                border-radius: 4px;
                background-color: #EEF2F4;
                -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.07);
                box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.07);
                -webkit-appearance: none;
                vertical-align: middle;
                cursor: pointer; }
                .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container li a label input[type=checkbox]:checked {
                  background-color: #002D62; }
                  .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container li a label input[type=checkbox]:checked:before {
                    position: absolute;
                    width: 18px;
                    height: 18px;
                    content: "\2713";
                    color: #FFFFFF;
                    font-size: 23px;
                    line-height: 18px; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container li:hover a {
            background-color: transparent; }
            .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container li:hover a label {
              color: #00A0E2; }
          .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container li.active a {
            background-color: transparent; }
            .filterBar .innerFilter .filters .filterForm .btn-group .multiselect-container li.active a label {
              color: #00A0E2; }
        .filterBar .innerFilter .filters .filterForm .dateBox {
          display: inline-block;
          position: relative; }
          .filterBar .innerFilter .filters .filterForm .dateBox label {
            cursor: pointer; }
            .filterBar .innerFilter .filters .filterForm .dateBox label > span {
              cursor: pointer;
              position: absolute;
              z-index: 5;
              width: 100%;
              text-align: center;
              font-family: "Nexa";
              font-size: 12px;
              line-height: 28px;
              color: #AAB5BB;
              -webkit-transition: all 0.5s;
              transition: all 0.5s;
              /* Reponsive */ }
              .filterBar .innerFilter .filters .filterForm .dateBox label > span.withVal {
                display: none; }
              @media screen and (max-width: 1040px) {
                .filterBar .innerFilter .filters .filterForm .dateBox label > span {
                  left: 30px; } }
            .filterBar .innerFilter .filters .filterForm .dateBox label input[type=text], .filterBar .innerFilter .filters .filterForm .dateBox label input[type=password] {
              cursor: pointer;
              padding: 0 0px 0 5px;
              border: 0;
              -webkit-border-top-left-radius: 4px;
              -moz-border-topleft-radius: 4px;
              border-top-left-radius: 4px;
              -webkit-border-top-right-radius: 4px;
              -moz-border-topright-radius: 4px;
              border-top-right-radius: 4px;
              -webkit-border-bottom-right-radius: 4px;
              -moz-border-bottomright-radius: 4px;
              border-bottom-right-radius: 4px;
              -webkit-border-bottom-left-radius: 4px;
              -moz-border-bottomleft-radius: 4px;
              border-bottom-left-radius: 4px;
              max-width: 75px;
              color: #00A0E2;
              font-family: "Nexa";
              font-size: 12px;
              line-height: 28px;
              background: transparent; }
              .filterBar .innerFilter .filters .filterForm .dateBox label input[type=text].start, .filterBar .innerFilter .filters .filterForm .dateBox label input[type=password].start {
                padding: 0 0px 0 30px; }
            .filterBar .innerFilter .filters .filterForm .dateBox label i {
              position: absolute;
              z-index: 5;
              display: block;
              top: 3px;
              left: 2px;
              font-size: 23px;
              color: #AAB5BB;
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga'; }
            .filterBar .innerFilter .filters .filterForm .dateBox label .bootstrap-datetimepicker-widget .glyphicon-trash:before {
              content: 'clear'; }
            .filterBar .innerFilter .filters .filterForm .dateBox label:before {
              content: '';
              position: absolute;
              right: 3px;
              width: 12px;
              height: 10px;
              top: 8px;
              background-image: url("images/select_arrow.png");
              background-repeat: no-repeat;
              background-position: center center; }
              @media screen and (max-width: 1040px) {
                .filterBar .innerFilter .filters .filterForm .dateBox label:before {
                  right: 10px; } }
        .filterBar .innerFilter .filters .filterForm .closeFilters {
          position: absolute;
          bottom: 5px;
          text-decoration: none;
          color: #00A0E2;
          font-family: "Nexa";
          font-size: 14px;
          line-height: 1.43;
          -webkit-transition: color 0.5s;
          transition: color 0.5s; }
          .filterBar .innerFilter .filters .filterForm .closeFilters:hover {
            color: #002D62; }
      .filterBar .innerFilter .filters .filterCollapse {
        display: none;
        margin-left: 0;
        -webkit-transition: margin 0.5s ease;
        transition: margin 0.5s ease;
        /* Responsive */ }
        .filterBar .innerFilter .filters .filterCollapse button {
          position: relative;
          font-family: "Nexa";
          font-size: 12px;
          line-height: 28px;
          color: #AAB5BB;
          text-align: center;
          margin: 0 0 0 3px;
          background: transparent;
          vertical-align: middle;
          border: none;
          min-width: 100px; }
          .filterBar .innerFilter .filters .filterCollapse button b {
            position: absolute;
            right: 0px;
            top: 9px;
            margin: 0 0 0 0;
            background-image: url("images/select_arrow.png");
            background-repeat: no-repeat;
            background-position: center center;
            color: transparent;
            -webkit-transition: all 0.7s;
            transition: all 0.7s;
            width: 12px;
            height: 12px; }
            .filterBar .innerFilter .filters .filterCollapse button b.chosen {
              -webkit-transition: none;
              transition: none; }
              .filterBar .innerFilter .filters .filterCollapse button b.chosen:before {
                content: attr(amount);
                position: absolute;
                width: 24px;
                height: 24px;
                top: -10.25px;
                right: -10.25px;
                -webkit-border-top-left-radius: 25px;
                -moz-border-topleft-radius: 25px;
                border-top-left-radius: 25px;
                -webkit-border-top-right-radius: 25px;
                -moz-border-topright-radius: 25px;
                border-top-right-radius: 25px;
                -webkit-border-bottom-right-radius: 25px;
                -moz-border-bottomright-radius: 25px;
                border-bottom-right-radius: 25px;
                -webkit-border-bottom-left-radius: 25px;
                -moz-border-bottomleft-radius: 25px;
                border-bottom-left-radius: 25px;
                text-align: center;
                font-family: "Nexa";
                font-size: 14px;
                line-height: 25px;
                color: #FFFFFF;
                font-weight: 900;
                background-color: #00A0E2; }
        .filterBar .innerFilter .filters .filterCollapse i {
          position: absolute;
          font-size: 23px;
          margin-top: 2.5px;
          color: #AAB5BB; }
        .filterBar .innerFilter .filters .filterCollapse.showCollapsed button b {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
          .filterBar .innerFilter .filters .filterCollapse.showCollapsed button b.chosen:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
      .filterBar .innerFilter .filters .sortFilters {
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        text-decoration: none; }
        .filterBar .innerFilter .filters .sortFilters i {
          font-size: 23px;
          color: #AAB5BB;
          margin-right: 30px;
          line-height: 38px; }
          .filterBar .innerFilter .filters .sortFilters i.chosen {
            color: #00A0E2; }
      .filterBar .innerFilter .filters .select2-selection__clear {
        display: none; }
    .filterBar .innerFilter .search {
      position: absolute;
      top: -webkit-calc(50% - 11px);
      top: calc(50% - 11px);
      right: 10px; }
      .filterBar .innerFilter .search input[type=text] {
        opacity: 0;
        visibility: hidden;
        padding: 0 16px 0 0px;
        border: 1px solid transparent;
        background: transparent;
        width: 0;
        -webkit-transition: width 0.5s;
        transition: width 0.5s; }
      .filterBar .innerFilter .search label {
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .filterBar .innerFilter .search ::-webkit-input-placeholder {
        color: #AAB5BB;
        font-family: "Nexa";
        font-size: 12px;
        line-height: 22px; }
      .filterBar .innerFilter .search :-ms-input-placeholder {
        color: #AAB5BB;
        font-family: "Nexa";
        font-size: 12px;
        line-height: 22px; }
      .filterBar .innerFilter .search ::-moz-placeholder {
        color: #AAB5BB;
        font-family: "Nexa";
        font-size: 12px;
        line-height: 22px; }
      .filterBar .innerFilter .search :-moz-placeholder {
        color: #AAB5BB;
        font-family: "Nexa";
        font-size: 12px;
        line-height: 22px; }
      .filterBar .innerFilter .search .iconButton {
        position: absolute;
        top: 2px;
        left: 0;
        border: 0;
        background-color: transparent;
        background-image: url(sprites/sp-icons.png);
        background-position: -118px -56px;
        width: 18px;
        height: 17px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        padding: 0; }
    .filterBar .innerFilter:before {
      content: '';
      position: absolute;
      top: 0;
      width: 0%;
      z-index: -1;
      display: block;
      height: 100%;
      right: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .filterBar.inner {
    padding: 40px 90px 40px 90px; }
  .filterBar.searchOpen .innerFilter .filters {
    margin-right: 210px; }
  .filterBar.searchOpen .innerFilter .search .searchLabel {
    position: relative; }
    .filterBar.searchOpen .innerFilter .search .searchLabel .closeIcon {
      position: absolute;
      right: 10px;
      top: 3px;
      background-image: url(sprites/sp-icons.png);
      background-position: -52px -114px;
      width: 14px;
      height: 14px;
      cursor: pointer;
      z-index: 3; }
  .filterBar.searchOpen .innerFilter .search input[type=text] {
    opacity: 1;
    visibility: visible;
    padding: 0 16px 0 36px;
    width: 260px; }
  .filterBar.searchOpen .innerFilter:before {
    width: 100%; }
  .filterBar.regClose .innerFilter {
    visibility: hidden;
    padding: 30px; }
  .filterBar.regClose.right .innerFilter {
    visibility: visible; }
  .filterBar.right .innerFilter .filters .sortFilters {
    opacity: 1; }
  .filterBar.right .innerFilter .filters .filterCollapse {
    opacity: 0;
    visibility: hidden; }
  .filterBar select.multiSelect, .filterBar .forms_normal_select .multiSelect.multiselect, .forms_normal_select .filterBar .multiSelect.multiselect, .filterBar .forms_withoutIcon_select .multiSelect.multiselect, .forms_withoutIcon_select .filterBar .multiSelect.multiselect, .filterBar .forms_labelAbove_select .multiSelect.multiselect, .forms_labelAbove_select .filterBar .multiSelect.multiselect, .filterBar .forms_labelAboveNoIcon_select .multiSelect.multiselect, .forms_labelAboveNoIcon_select .filterBar .multiSelect.multiselect {
    height: 28px !important; }
  .filterBar .multiselect-container li.desc {
    padding-left: 8px; }
  .filterBar .multiselect-container li.desc + li {
    display: none; }
  .filterBar .multiselect-container li.disabled {
    background: #eee; }
    .filterBar .multiselect-container li.disabled * {
      color: #aab5bb !important;
      cursor: not-allowed !important; }
  .filterBar .btn-group .multiselect-container.dropdown-menu {
    opacity: 0 !important; }
  .filterBar .btn-group.open .multiselect-container.dropdown-menu {
    opacity: 1 !important; }
  @media screen and (max-width: 1200px) {
    .filterBar .innerFilter .filters .filterForm {
      display: none;
      position: absolute;
      padding: 15px 0 15px 31px;
      margin: 10px 0 0 0;
      width: 100%;
      min-height: 300px;
      left: 0;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 44, 97, 0.1);
      box-shadow: 0 2px 5px 0 rgba(0, 44, 97, 0.1);
      z-index: 3; }
      .filterBar .innerFilter .filters .filterForm .selectBox {
        width: 100%;
        position: initial; }
        .filterBar .innerFilter .filters .filterForm .selectBox label {
          padding: 0 0 0 62px;
          text-align: left; }
        .filterBar .innerFilter .filters .filterForm .selectBox .select2-selection__arrow {
          display: none; }
        .filterBar .innerFilter .filters .filterForm .selectBox .select2-container .select2-dropdown .select2-results .select2-results__options {
          -webkit-animation: none;
          animation: none;
          height: 0; }
        .filterBar .innerFilter .filters .filterForm .selectBox .select2-container.select2-container--open {
          position: initial; }
          .filterBar .innerFilter .filters .filterForm .selectBox .select2-container.select2-container--open .select2-dropdown {
            -webkit-animation: none;
            animation: none;
            position: absolute;
            top: 0;
            width: -webkit-calc(100% - 175px);
            width: calc(100% - 175px);
            height: 100%;
            overflow: hidden;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            border-radius: 0;
            background-color: #EEF2F4;
            background-clip: content-box;
            max-height: 999px;
            padding: 0 0 0 0;
            margin: 0 0 0 175px; }
            .filterBar .innerFilter .filters .filterForm .selectBox .select2-container.select2-container--open .select2-dropdown .select2-results {
              height: 100%; }
              .filterBar .innerFilter .filters .filterForm .selectBox .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options {
                max-height: 100%;
                height: 100%;
                -webkit-animation: 0;
                animation: 0; }
        .filterBar .innerFilter .filters .filterForm .selectBox .multiSelect .caret {
          display: none; }
          .filterBar .innerFilter .filters .filterForm .selectBox .multiSelect .caret.chosen:before {
            content: attr(amount);
            position: absolute;
            width: 25px;
            height: 25px;
            top: -14px;
            right: -13px;
            -webkit-border-top-left-radius: 25px;
            -moz-border-topleft-radius: 25px;
            border-top-left-radius: 25px;
            -webkit-border-top-right-radius: 25px;
            -moz-border-topright-radius: 25px;
            border-top-right-radius: 25px;
            -webkit-border-bottom-right-radius: 25px;
            -moz-border-bottomright-radius: 25px;
            border-bottom-right-radius: 25px;
            -webkit-border-bottom-left-radius: 25px;
            -moz-border-bottomleft-radius: 25px;
            border-bottom-left-radius: 25px;
            text-align: center;
            font-family: "Nexa";
            font-size: 14px;
            line-height: 25px;
            color: #FFFFFF;
            font-weight: 900;
            background-color: #00A0E2; }
        .filterBar .innerFilter .filters .filterForm .selectBox .btn-group .multiselect-container {
          -webkit-animation: none;
          animation: none;
          height: 0; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group .multiselect-container .input-group {
            text-align: center; }
            .filterBar .innerFilter .filters .filterForm .selectBox .btn-group .multiselect-container .input-group .multiselect-search {
              border: 1px solid #AAB5BB;
              border-radius: 4px;
              background-color: transparent;
              font-size: 14px;
              line-height: 20px;
              padding-left: 4px;
              padding: 5px 10px 5px 10px;
              background: rgba(255, 255, 255, 0.3); }
              .filterBar .innerFilter .filters .filterForm .selectBox .btn-group .multiselect-container .input-group .multiselect-search::-webkit-input-placeholder {
                color: #AAB5BB; }
              .filterBar .innerFilter .filters .filterForm .selectBox .btn-group .multiselect-container .input-group .multiselect-search:-moz-placeholder {
                color: #AAB5BB; }
              .filterBar .innerFilter .filters .filterForm .selectBox .btn-group .multiselect-container .input-group .multiselect-search::-moz-placeholder {
                color: #AAB5BB; }
              .filterBar .innerFilter .filters .filterForm .selectBox .btn-group .multiselect-container .input-group .multiselect-search:-ms-input-placeholder {
                color: #AAB5BB; }
            .filterBar .innerFilter .filters .filterForm .selectBox .btn-group .multiselect-container .input-group .input-group-btn {
              display: none; }
        .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container {
          -webkit-animation: none;
          animation: none;
          position: absolute;
          top: 0;
          width: -webkit-calc(100% - 175px);
          width: calc(100% - 175px);
          height: 100%;
          overflow: scroll;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: none;
          border-radius: 0;
          background-color: #EEF2F4;
          background-clip: content-box;
          max-height: 999px;
          padding: 0 0 0 0;
          margin: 0 0 0 175px; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-0:before {
            top: 0px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-1:before {
            top: 44px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-2:before {
            top: 88px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-3:before {
            top: 132px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-4:before {
            top: 176px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-5:before {
            top: 220px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-6:before {
            top: 264px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-7:before {
            top: 308px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-8:before {
            top: 352px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-9:before {
            top: 396px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-10:before {
            top: 440px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-11:before {
            top: 484px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-12:before {
            top: 528px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-13:before {
            top: 572px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-14:before {
            top: 616px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-15:before {
            top: 660px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-16:before {
            top: 704px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-17:before {
            top: 748px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-18:before {
            top: 792px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-19:before {
            top: 836px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-20:before {
            top: 880px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-21:before {
            top: 924px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-22:before {
            top: 968px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-23:before {
            top: 1012px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-24:before {
            top: 1056px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-25:before {
            top: 1100px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-26:before {
            top: 1144px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-27:before {
            top: 1188px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-28:before {
            top: 1232px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-29:before {
            top: 1276px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container.offset-30:before {
            top: 1320px;
            display: block; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container:before {
            content: '';
            position: absolute;
            background-color: #EEF2F4;
            width: 100%;
            height: 44px;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            top: 0;
            z-index: -1;
            display: none; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li a {
            padding: 3px 0 3px 0; }
            .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li a label {
              font-family: "Nexa";
              font-size: 16px;
              line-height: 38px;
              -webkit-transition: color 0.5s;
              transition: color 0.5s; }
              .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li a label input[type=checkbox] {
                visibility: hidden;
                width: 0;
                margin: 0; }
                .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li a label input[type=checkbox]:checked {
                  background-color: #002D62; }
                  .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li a label input[type=checkbox]:checked:before {
                    position: absolute;
                    width: 18px;
                    height: 18px;
                    content: "\2713";
                    color: #FFFFFF;
                    font-size: 23px;
                    line-height: 18px; }
            .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li a:focus {
              outline: none; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li:hover a {
            background-color: transparent; }
            .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li:hover a label {
              color: #AAB5BB; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li.active a {
            background-color: transparent; }
            .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li.active a label {
              color: #00A0E2; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li:focus {
            outline: none; }
        .filterBar .innerFilter .filters .filterForm .selectBox.initiallyHidden {
          display: none; }
          .filterBar .innerFilter .filters .filterForm .selectBox.initiallyHidden.shown {
            display: inline-block; }
        .filterBar .innerFilter .filters .filterForm .selectBox.wide .select2-container {
          min-width: 150px !important; }
        .filterBar .innerFilter .filters .filterForm .selectBox.wide label {
          left: 0; }
      .filterBar .innerFilter .filters .filterForm .dateBox {
        position: initial;
        height: 28px; }
        .filterBar .innerFilter .filters .filterForm .dateBox label {
          max-width: 175px; }
          .filterBar .innerFilter .filters .filterForm .dateBox label i {
            position: relative;
            display: inline-block;
            left: -2px; }
          .filterBar .innerFilter .filters .filterForm .dateBox label span {
            position: relative;
            left: 0;
            top: -4px; }
          .filterBar .innerFilter .filters .filterForm .dateBox label input[type=text] {
            position: relative;
            top: -4px;
            padding: 0;
            max-width: 45px; }
            .filterBar .innerFilter .filters .filterForm .dateBox label input[type=text].start {
              padding: 0; }
          .filterBar .innerFilter .filters .filterForm .dateBox label .bootstrap-datetimepicker-widget.dropdown-menu {
            overflow-y: scroll;
            overflow-x: hidden;
            right: 0 !important;
            top: 0 !important;
            left: auto !important;
            width: -webkit-calc(100% - 175px);
            width: calc(100% - 175px);
            height: 100%;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            border-radius: 0;
            background-color: #EEF2F4;
            background-clip: content-box;
            max-height: 999px;
            padding: 0 0 0 0;
            margin: 0 0 0 175px; }
            .filterBar .innerFilter .filters .filterForm .dateBox label .bootstrap-datetimepicker-widget.dropdown-menu:before {
              display: none; }
            .filterBar .innerFilter .filters .filterForm .dateBox label .bootstrap-datetimepicker-widget.dropdown-menu:after {
              display: none; }
          .filterBar .innerFilter .filters .filterForm .dateBox label:before {
            display: none; }
      .filterBar .innerFilter .filters .filterForm.showCollapsed {
        display: inline-block; }
    .filterBar .innerFilter .filters .filterCollapse {
      display: block; }
    .filterBar.right .innerFilter .filters .filterForm {
      margin-left: 0; }
    .filterBar.inner .innerFilter .filters .filterForm .selectBox .select2-container.select2-container--open .select2-dropdown {
      width: -webkit-calc(100% - 200px);
      width: calc(100% - 200px);
      margin: 0 0 0 200px; }
    .filterBar.inner .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container {
      width: -webkit-calc(100% - 200px);
      width: calc(100% - 200px);
      margin: 0 0 0 200px; }
    .filterBar.inner .innerFilter .filters .filterForm .dateBox label {
      max-width: 200px; }
      .filterBar.inner .innerFilter .filters .filterForm .dateBox label .bootstrap-datetimepicker-widget.dropdown-menu {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
        margin: 0 0 0 200px; } }
  @media screen and (max-width: 750px) {
    .filterBar {
      padding: 40px 35px 40px 35px; } }
  @media screen and (max-width: 480px) {
    .filterBar {
      padding: 40px 0px 40px 0px; }
      .filterBar .innerFilter .filters {
        padding: 0 10px 0 10px; }
        .filterBar .innerFilter .filters .filterCollapse {
          margin-left: 10px; }
        .filterBar .innerFilter .filters .filterForm .selectBox label {
          max-width: 70%; }
        .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container {
          width: 50%;
          margin: 0 0 0 50%; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container li a {
            padding: 3px 0 3px 0; }
          .filterBar .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container .multiselect-search {
            width: 90%; }
        .filterBar .innerFilter .filters .filterForm .selectBox .select2-container.select2-container--open .select2-dropdown {
          width: -webkit-calc(50%);
          width: calc(50%);
          margin: 0 0 0 50%; }
        .filterBar .innerFilter .filters .filterForm .dateBox label input[type=text] {
          position: relative;
          top: -4px;
          padding: 0;
          max-width: 45px;
          line-height: 20px; }
          .filterBar .innerFilter .filters .filterForm .dateBox label input[type=text].start {
            padding: 0; }
      .filterBar .innerFilter .search {
        margin: 0 20px 0 0;
        top: -webkit-calc(50% - 14px);
        top: calc(50% - 14px);
        width: 0;
        line-height: 28px; }
        .filterBar .innerFilter .search label {
          float: right; }
          .filterBar .innerFilter .search label input[type=text] {
            float: right;
            width: 0; }
          .filterBar .innerFilter .search label .closeIcon {
            float: right; }
        .filterBar .innerFilter .search .iconButton {
          right: 0;
          top: 6px;
          left: initial; }
      .filterBar.searchOpen .innerFilter .filters {
        margin-right: 0; }
      .filterBar.searchOpen .innerFilter .filterCollapse {
        margin-top: 27px; }
      .filterBar.searchOpen .innerFilter .search {
        margin: 0 auto 0 auto;
        top: 0;
        right: 0;
        left: 0;
        width: 90%; }
        .filterBar.searchOpen .innerFilter .search label {
          width: 100%; }
          .filterBar.searchOpen .innerFilter .search label input[type=text] {
            opacity: 1;
            background-color: #FFFFFF;
            padding: 0 24px 0 26px;
            width: 100%;
            height: 30px;
            line-height: 1.2em; }
        .filterBar.searchOpen .innerFilter .search .searchLabel .closeIcon {
          top: 8px; }
        .filterBar.searchOpen .innerFilter .search .iconButton {
          right: -webkit-calc(100% - 23px);
          right: calc(100% - 23px); }
      .filterBar.inner {
        padding: 40px 0 40px 0; }
        .filterBar.inner .innerFilter .filters .filterForm .selectBox {
          margin-bottom: 20px; }
          .filterBar.inner .innerFilter .filters .filterForm .selectBox .select2-container.select2-container--open .select2-dropdown {
            width: 50%;
            margin: 0 0 0 50%; }
          .filterBar.inner .innerFilter .filters .filterForm .selectBox .btn-group.open .multiselect-container {
            width: 50%;
            margin: 0 0 0 50%; } }

@-webkit-keyframes dropDownOpen {
  from {
    max-height: 0; }
  to {
    max-height: 239px; } }

@keyframes dropDownOpen {
  from {
    max-height: 0; }
  to {
    max-height: 239px; } }

@-webkit-keyframes dropDownOpen2 {
  from {
    max-height: 0; }
  to {
    max-height: 176px; } }

@keyframes dropDownOpen2 {
  from {
    max-height: 0; }
  to {
    max-height: 176px; } }

@-webkit-keyframes dropDownClose {
  from {
    max-height: 239px; }
  to {
    max-height: 0px; } }

@keyframes dropDownClose {
  from {
    max-height: 239px; }
  to {
    max-height: 0px; } }

@-webkit-keyframes dropDownClose2 {
  from {
    max-height: 176px; }
  to {
    max-height: 0px; } }

@keyframes dropDownClose2 {
  from {
    max-height: 176px; }
  to {
    max-height: 0px; } }

@media screen and (max-width: 480px) {
  .modalGetStarted .modal-dialog {
    margin: 0;
    height: 100%; } }

.modalGetStarted .modal-dialog .modal-content {
  width: 100%;
  max-width: 380px; }
  @media screen and (max-width: 480px) {
    .modalGetStarted .modal-dialog .modal-content {
      max-width: 100%;
      height: 100%; } }
  .modalGetStarted .modal-dialog .modal-content .mobile-header {
    display: none;
    padding: 17px 9.5px; }
    .modalGetStarted .modal-dialog .modal-content .mobile-header .backArrow {
      background-image: url(sprites/sp-icons.png);
      background-position: -118px -33px;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      display: block; }
  @media screen and (max-width: 480px) {
    .modalGetStarted .modal-dialog .modal-content .mobile-header {
      display: block;
      background: #00A0E2; } }
  .modalGetStarted .modal-dialog .modal-content .modal-title {
    font-size: 16px !important; }
  .modalGetStarted .modal-dialog .modal-content .modal-body {
    padding: 0 !important; }
    .modalGetStarted .modal-dialog .modal-content .modal-body .logWithFb {
      text-align: center; }
      .modalGetStarted .modal-dialog .modal-content .modal-body .logWithFb a {
        display: block; }
      .modalGetStarted .modal-dialog .modal-content .modal-body .logWithFb img.loading {
        width: 18px !important;
        margin-top: 13px; }
    .modalGetStarted .modal-dialog .modal-content .modal-body .OR {
      display: block;
      border: 1px solid #CDD4D8;
      width: 100%;
      height: 2px; }
      .modalGetStarted .modal-dialog .modal-content .modal-body .OR:before {
        display: none !important; }
    .modalGetStarted .modal-dialog .modal-content .modal-body .separateText {
      margin: 20px 0 !important;
      font-family: "NexaBook";
      font-size: 16px;
      line-height: 10px;
      text-align: center;
      color: #CDD4D8;
      z-index: 2; }
    .modalGetStarted .modal-dialog .modal-content .modal-body .emailInput {
      width: 100%;
      margin: 0 auto !important; }

@media screen and (max-width: 480px) {
  .modalLogin .modal-dialog {
    margin: 0;
    height: 100%; } }

.modalLogin .modal-dialog .modal-content {
  width: 100%;
  max-width: 380px; }
  @media screen and (max-width: 480px) {
    .modalLogin .modal-dialog .modal-content {
      max-width: 100%;
      height: 100%; } }
  .modalLogin .modal-dialog .modal-content .mobile-header {
    display: none;
    padding: 17px 9.5px; }
    .modalLogin .modal-dialog .modal-content .mobile-header .backArrow {
      background-image: url(sprites/sp-icons.png);
      background-position: -118px -33px;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      display: block; }
  @media screen and (max-width: 480px) {
    .modalLogin .modal-dialog .modal-content .mobile-header {
      display: block;
      background: #00A0E2; } }
  .modalLogin .modal-dialog .modal-content .modal-title {
    font-size: 16px !important; }
  .modalLogin .modal-dialog .modal-content .modal-body {
    padding: 0 !important; }
    @media screen and (max-width: 480px) {
      .modalLogin .modal-dialog .modal-content .modal-body {
        height: 100%; } }
    .modalLogin .modal-dialog .modal-content .modal-body .link {
      text-align: center; }
    .modalLogin .modal-dialog .modal-content .modal-body .logWithFb a {
      display: block; }
    .modalLogin .modal-dialog .modal-content .modal-body .logWithFb img.loading {
      width: 21px !important;
      margin-top: 10px; }

.modalForgotPass .modal-dialog .modal-title {
  font-size: 16px !important; }

.modalForgotPass .modal-dialog .modal-body form.sent {
  display: none; }

.modalForgotPass .modal-dialog .modal-body .successMessage {
  margin: 35px 0 0 0; }

.modalTripSelect .modal-dialog .modal-body .subscribe {
  margin: 50px 0 0 0; }
  .modalTripSelect .modal-dialog .modal-body .subscribe input[type=text] {
    /* Placeholder*/
    /* Responsive */ }
    .modalTripSelect .modal-dialog .modal-body .subscribe input[type=text]::-webkit-input-placeholder {
      color: #AAB5BB; }
    .modalTripSelect .modal-dialog .modal-body .subscribe input[type=text]:-moz-placeholder {
      /* Firefox 18- */
      color: #AAB5BB; }
    .modalTripSelect .modal-dialog .modal-body .subscribe input[type=text]::-moz-placeholder {
      /* Firefox 19+ */
      color: #AAB5BB; }
    .modalTripSelect .modal-dialog .modal-body .subscribe input[type=text]:-ms-input-placeholder {
      color: #AAB5BB; }
    @media screen and (max-width: 480px) {
      .modalTripSelect .modal-dialog .modal-body .subscribe input[type=text] {
        margin: 0 0 20px 0; } }

.modalTripSelect .modal-dialog .modal-body .otherOptions {
  display: table;
  margin: 65px auto 65px auto;
  padding: 0;
  list-style: none;
  /* Responsive */ }
  .modalTripSelect .modal-dialog .modal-body .otherOptions .option {
    position: relative;
    display: table-cell;
    padding: 0 5px 0 5px;
    width: 30%;
    height: 100%;
    /* Responsive */ }
    .modalTripSelect .modal-dialog .modal-body .otherOptions .option .title {
      display: block;
      color: #AAB5BB;
      font-family: "NexaBook";
      font-size: 20px;
      line-height: 30px; }
      @media screen and (max-width: 480px) {
        .modalTripSelect .modal-dialog .modal-body .otherOptions .option .title {
          font-family: "NexaBook";
          font-size: 16px;
          line-height: 30px; } }
    .modalTripSelect .modal-dialog .modal-body .otherOptions .option .content {
      display: block;
      width: 80%;
      margin: 6px auto 50px auto;
      color: #5E656F;
      font-family: "NexaBook";
      font-size: 14px;
      line-height: 21px; }
    .modalTripSelect .modal-dialog .modal-body .otherOptions .option a {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto;
      color: #00A0E2;
      text-decoration: none;
      font-family: "Nexa";
      font-size: 14px;
      line-height: 14px;
      /* Responsive */ }
      @media screen and (max-width: 480px) {
        .modalTripSelect .modal-dialog .modal-body .otherOptions .option a {
          position: relative; } }
    .modalTripSelect .modal-dialog .modal-body .otherOptions .option .linkArrow {
      display: none;
      width: 8px;
      height: 12px;
      background: url("images/modalLinkArrow.png") no-repeat center center; }
    .modalTripSelect .modal-dialog .modal-body .otherOptions .option:last-child:after {
      display: none; }
    .modalTripSelect .modal-dialog .modal-body .otherOptions .option:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      height: 100%;
      width: 1px;
      background: #EEF2F4; }
    @media screen and (max-width: 480px) {
      .modalTripSelect .modal-dialog .modal-body .otherOptions .option {
        display: block;
        width: 100%;
        text-align: center; }
        .modalTripSelect .modal-dialog .modal-body .otherOptions .option .title {
          display: inline-block;
          margin: 30px 5px 0 0; }
        .modalTripSelect .modal-dialog .modal-body .otherOptions .option .content {
          display: none; }
        .modalTripSelect .modal-dialog .modal-body .otherOptions .option .linkText {
          display: none; }
        .modalTripSelect .modal-dialog .modal-body .otherOptions .option .linkArrow {
          display: inline-block; }
        .modalTripSelect .modal-dialog .modal-body .otherOptions .option:after {
          content: '';
          position: absolute;
          display: none;
          top: 0;
          right: 0;
          height: 100%;
          width: 1px;
          background: #EEF2F4; } }
  @media screen and (max-width: 480px) {
    .modalTripSelect .modal-dialog .modal-body .otherOptions {
      width: 100%; } }

.modalTripSelect .modal-dialog .modal-body .bring_friend {
  display: none;
  margin: 40px 0 0 0;
  text-align: center;
  height: 315px;
  color: #FFFFFF;
  background: #00A0E2; }
  .modalTripSelect .modal-dialog .modal-body .bring_friend .outer_block {
    display: table;
    width: 100%;
    height: 100%; }
  .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block {
    display: table-cell;
    vertical-align: middle;
    /* Responsive */ }
    .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .title {
      display: block;
      color: #FFFFFF;
      font-family: "Montserrat";
      font-size: 24px;
      line-height: 40px;
      font-weight: 600; }
    .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .subtitle {
      display: block;
      width: 40%;
      margin: 10px auto 40px auto;
      font-family: "Nexa";
      font-size: 14px;
      line-height: 14px; }
      .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .subtitle .strong {
        font-weight: 600; }
    .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .input {
      position: relative;
      display: inline-block; }
    .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .share_links {
      list-style: none;
      margin: 25px 0 0 0;
      padding: 0 0 0 0;
      /* Responsive */ }
      .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .share_links li {
        display: inline-block;
        margin: 0 40px 0 0; }
        .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .share_links li:last-child {
          margin: 0 0 0 0; }
      @media screen and (max-width: 480px) {
        .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .share_links {
          margin: 15px 0 0 0; }
          .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .share_links li {
            margin: 0 30px 0 0; } }
    @media screen and (max-width: 750px) {
      .modalTripSelect .modal-dialog .modal-body .bring_friend .inner_block .subtitle {
        width: 80%; } }

.organizer .tab {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 100px; }
  .organizer .tab .filterBar {
    display: none; }
  .organizer .tab.tab_trips.selected .filterBar, .organizer .tab.tab_trips.orientationCard.withHover:hover .filterBar, .organizer .tab.tab_trips2.selected .filterBar, .organizer .tab.tab_trips2.orientationCard.withHover:hover .filterBar, .organizer .tab.tab_noTrips.selected .filterBar, .organizer .tab.tab_noTrips.orientationCard.withHover:hover .filterBar {
    display: block; }
  .organizer .tab.selected, .organizer .tab.orientationCard.withHover:hover {
    z-index: 2;
    display: block; }
  .organizer .tab.process {
    z-index: -2;
    display: block;
    opacity: 0; }
  .organizer .tab.hiddenTab {
    visibility: hidden;
    height: 200px !important;
    overflow: hidden !important; }
  .organizer .tab .primary_container {
    padding: 0 109px 0 109px;
    /* Responsive */ }
    @media screen and (max-width: 750px) {
      .organizer .tab .primary_container {
        padding: 0 35px 0 35px; } }
  @media (max-width: 960px) {
    .organizer .tab {
      padding-top: 130px; } }

.organizer .tripsGrid {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  list-style: none;
  font-size: 0; }
  .organizer .tripsGrid > li {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 7px 0 7px;
    width: 25%;
    vertical-align: top;
    /* Responsive */ }
    .organizer .tripsGrid > li .expand {
      position: absolute; }
    .organizer .tripsGrid > li.expended .expand {
      display: block; }
    .organizer .tripsGrid > li.noTrips {
      color: #000000;
      font-size: 30px;
      opacity: 1;
      width: 100%;
      text-align: center; }
    .organizer .tripsGrid > li.regClose {
      margin: 100px 0 0 0;
      color: #000000;
      font-size: 30px;
      opacity: 1;
      width: 100%;
      text-align: center;
      line-height: 1; }
    .organizer .tripsGrid > li.grid-note {
      position: relative;
      margin: 15px 0 15px 0;
      width: 100%;
      float: left;
      text-align: center;
      z-index: 1; }
      .organizer .tripsGrid > li.grid-note .note-content {
        padding: 5px;
        color: #CDD4D8;
        background: #EEF2F4;
        font-family: "Nexa";
        font-size: 13px;
        line-height: 0;
        z-index: 2; }
      .organizer .tripsGrid > li.grid-note:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
        border: 1px solid #CDD4D8;
        width: 100%;
        height: 2px;
        z-index: -1; }
    @media screen and (max-width: 1040px) {
      .organizer .tripsGrid > li {
        width: 49%; } }
    @media screen and (max-width: 480px) {
      .organizer .tripsGrid > li {
        width: 100%; }
        .organizer .tripsGrid > li:not('.grid-note') {
          height: 150px; } }

.organizer .loadMore {
  display: none;
  cursor: pointer;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #CDD4D8;
  margin-bottom: 20px;
  padding: 22px 0 22px 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-topleft-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-topright-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottomright-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottomleft-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: "Nexa";
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
  background: #CDD4D8; }

.organizer .singleItem:nth-child(1).close {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s; }

.organizer .singleItem:nth-child(1).open {
  -webkit-animation-delay: 0.175s;
  animation-delay: 0.175s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(2).close {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.organizer .singleItem:nth-child(2).open {
  -webkit-animation-delay: 0.225s;
  animation-delay: 0.225s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(3).close {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

.organizer .singleItem:nth-child(3).open {
  -webkit-animation-delay: 0.275s;
  animation-delay: 0.275s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(4).close {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.organizer .singleItem:nth-child(4).open {
  -webkit-animation-delay: 0.325s;
  animation-delay: 0.325s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(5).close {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.organizer .singleItem:nth-child(5).open {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(6).close {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.organizer .singleItem:nth-child(6).open {
  -webkit-animation-delay: 0.425s;
  animation-delay: 0.425s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(7).close {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s; }

.organizer .singleItem:nth-child(7).open {
  -webkit-animation-delay: 0.475s;
  animation-delay: 0.475s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(8).close {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.organizer .singleItem:nth-child(8).open {
  -webkit-animation-delay: 0.525s;
  animation-delay: 0.525s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(9).close {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

.organizer .singleItem:nth-child(9).open {
  -webkit-animation-delay: 0.575s;
  animation-delay: 0.575s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(10).close {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.organizer .singleItem:nth-child(10).open {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(11).close {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s; }

.organizer .singleItem:nth-child(11).open {
  -webkit-animation-delay: 0.675s;
  animation-delay: 0.675s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(12).close {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.organizer .singleItem:nth-child(12).open {
  -webkit-animation-delay: 0.725s;
  animation-delay: 0.725s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(13).close {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s; }

.organizer .singleItem:nth-child(13).open {
  -webkit-animation-delay: 0.775s;
  animation-delay: 0.775s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(14).close {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.organizer .singleItem:nth-child(14).open {
  -webkit-animation-delay: 0.825s;
  animation-delay: 0.825s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(15).close {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.organizer .singleItem:nth-child(15).open {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(16).close {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.organizer .singleItem:nth-child(16).open {
  -webkit-animation-delay: 0.925s;
  animation-delay: 0.925s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(17).close {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s; }

.organizer .singleItem:nth-child(17).open {
  -webkit-animation-delay: 0.975s;
  animation-delay: 0.975s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(18).close {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.organizer .singleItem:nth-child(18).open {
  -webkit-animation-delay: 1.025s;
  animation-delay: 1.025s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(19).close {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s; }

.organizer .singleItem:nth-child(19).open {
  -webkit-animation-delay: 1.075s;
  animation-delay: 1.075s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(20).close {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.organizer .singleItem:nth-child(20).open {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(21).close {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s; }

.organizer .singleItem:nth-child(21).open {
  -webkit-animation-delay: 1.175s;
  animation-delay: 1.175s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(22).close {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.organizer .singleItem:nth-child(22).open {
  -webkit-animation-delay: 1.225s;
  animation-delay: 1.225s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(23).close {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s; }

.organizer .singleItem:nth-child(23).open {
  -webkit-animation-delay: 1.275s;
  animation-delay: 1.275s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(24).close {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.organizer .singleItem:nth-child(24).open {
  -webkit-animation-delay: 1.325s;
  animation-delay: 1.325s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(25).close {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.organizer .singleItem:nth-child(25).open {
  -webkit-animation-delay: 1.375s;
  animation-delay: 1.375s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(26).close {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.organizer .singleItem:nth-child(26).open {
  -webkit-animation-delay: 1.425s;
  animation-delay: 1.425s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(27).close {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s; }

.organizer .singleItem:nth-child(27).open {
  -webkit-animation-delay: 1.475s;
  animation-delay: 1.475s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(28).close {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.organizer .singleItem:nth-child(28).open {
  -webkit-animation-delay: 1.525s;
  animation-delay: 1.525s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(29).close {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s; }

.organizer .singleItem:nth-child(29).open {
  -webkit-animation-delay: 1.575s;
  animation-delay: 1.575s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(30).close {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.organizer .singleItem:nth-child(30).open {
  -webkit-animation-delay: 1.625s;
  animation-delay: 1.625s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(31).close {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s; }

.organizer .singleItem:nth-child(31).open {
  -webkit-animation-delay: 1.675s;
  animation-delay: 1.675s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(32).close {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.organizer .singleItem:nth-child(32).open {
  -webkit-animation-delay: 1.725s;
  animation-delay: 1.725s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(33).close {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s; }

.organizer .singleItem:nth-child(33).open {
  -webkit-animation-delay: 1.775s;
  animation-delay: 1.775s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(34).close {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

.organizer .singleItem:nth-child(34).open {
  -webkit-animation-delay: 1.825s;
  animation-delay: 1.825s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(35).close {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.organizer .singleItem:nth-child(35).open {
  -webkit-animation-delay: 1.875s;
  animation-delay: 1.875s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(36).close {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.organizer .singleItem:nth-child(36).open {
  -webkit-animation-delay: 1.925s;
  animation-delay: 1.925s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(37).close {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s; }

.organizer .singleItem:nth-child(37).open {
  -webkit-animation-delay: 1.975s;
  animation-delay: 1.975s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(38).close {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

.organizer .singleItem:nth-child(38).open {
  -webkit-animation-delay: 2.025s;
  animation-delay: 2.025s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(39).close {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s; }

.organizer .singleItem:nth-child(39).open {
  -webkit-animation-delay: 2.075s;
  animation-delay: 2.075s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(40).close {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.organizer .singleItem:nth-child(40).open {
  -webkit-animation-delay: 2.125s;
  animation-delay: 2.125s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(41).close {
  -webkit-animation-delay: 2.05s;
  animation-delay: 2.05s; }

.organizer .singleItem:nth-child(41).open {
  -webkit-animation-delay: 2.175s;
  animation-delay: 2.175s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(42).close {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.organizer .singleItem:nth-child(42).open {
  -webkit-animation-delay: 2.225s;
  animation-delay: 2.225s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(43).close {
  -webkit-animation-delay: 2.15s;
  animation-delay: 2.15s; }

.organizer .singleItem:nth-child(43).open {
  -webkit-animation-delay: 2.275s;
  animation-delay: 2.275s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(44).close {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s; }

.organizer .singleItem:nth-child(44).open {
  -webkit-animation-delay: 2.325s;
  animation-delay: 2.325s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(45).close {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s; }

.organizer .singleItem:nth-child(45).open {
  -webkit-animation-delay: 2.375s;
  animation-delay: 2.375s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(46).close {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }

.organizer .singleItem:nth-child(46).open {
  -webkit-animation-delay: 2.425s;
  animation-delay: 2.425s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(47).close {
  -webkit-animation-delay: 2.35s;
  animation-delay: 2.35s; }

.organizer .singleItem:nth-child(47).open {
  -webkit-animation-delay: 2.475s;
  animation-delay: 2.475s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(48).close {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.organizer .singleItem:nth-child(48).open {
  -webkit-animation-delay: 2.525s;
  animation-delay: 2.525s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(49).close {
  -webkit-animation-delay: 2.45s;
  animation-delay: 2.45s; }

.organizer .singleItem:nth-child(49).open {
  -webkit-animation-delay: 2.575s;
  animation-delay: 2.575s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem:nth-child(50).close {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.organizer .singleItem:nth-child(50).open {
  -webkit-animation-delay: 2.625s;
  animation-delay: 2.625s; }

.organizer .singleItem.noTrips {
  color: #000000;
  font-size: 30px;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .organizer .singleItem.noTrips i {
    display: block;
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 100px;
    color: #D9E0E4;
    margin: 0 0 65px 0; }
  .organizer .singleItem.noTrips .title {
    color: #00A0E2;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .organizer .singleItem.noTrips .subtitle {
    display: block;
    font-family: "Nexa";
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #5E656F;
    margin: 0 0 35px 0; }
  .organizer .singleItem.noTrips button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: #FFFFFF;
    background: transparent;
    font-family: 'Nexa'; }
    .organizer .singleItem.noTrips button:hover, .organizer .singleItem.noTrips button:visited, .organizer .singleItem.noTrips button:link, .organizer .singleItem.noTrips button:active {
      text-decoration: none; }
    .organizer .singleItem.noTrips button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .organizer .singleItem.noTrips button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .organizer .singleItem.noTrips button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .organizer .singleItem.noTrips button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
  .organizer .singleItem.noTrips.regClose i {
    margin: 0 0 0 0; }
  .organizer .singleItem.noTrips.regClose .title {
    margin: 0 0 105px 0; }

.organizer .singleItem.close {
  -webkit-animation-name: cardClose;
  animation-name: cardClose;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.organizer .singleItem.open {
  -webkit-animation-name: cardOpen;
  animation-name: cardOpen;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.organizer .singleItem.carrier.close, .organizer .singleItem.sidebar.close {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.organizer .singleItem.carrier.open, .organizer .singleItem.sidebar.open {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.organizer.tripsTab {
  background: #EEF2F4; }

.ieOld {
  background: red; }

.artboard .col-sm-12 {
  margin: 0 0 20px 0; }

.artboard .inner_content {
  padding: 34px 21px 24px 21px; }
  .artboard .inner_content > .title {
    margin: 0 0 32px 0;
    font-family: "NexaBook";
    font-size: 20px;
    line-height: 30px; }
  .artboard .inner_content .option-item {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 90px 0 90px 0;
    border: 1px solid #EEF2F4;
    -webkit-border-top-left-radius: 4px;
    -moz-border-topleft-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-topright-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottomleft-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #AAB5BB;
    text-decoration: none;
    font-family: "Nexa";
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
    @media screen and (max-width: 480px) {
      .artboard .inner_content .option-item {
        font-family: "Nexa";
        font-size: 10px;
        line-height: 15px; } }
    .artboard .inner_content .option-item i {
      display: block;
      margin: 0 auto 33px auto;
      width: auto;
      font-size: 86px;
      color: #D9E0E4;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .artboard .inner_content .option-item > .text {
      position: absolute;
      bottom: 42px;
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto; }
      .artboard .inner_content .option-item > .text > .title {
        display: block;
        padding: 0 5px 0 5px;
        font-family: "Montserrat";
        font-size: 14px;
        line-height: 1.14;
        color: #5E656F;
        letter-spacing: 1.2px; }
      .artboard .inner_content .option-item > .text > .description {
        display: block;
        margin: 10px 0 0 0;
        padding: 0 5px 0 5px;
        font-family: "Montserrat";
        font-size: 12px;
        line-height: 1.33;
        color: #AAB5BB;
        letter-spacing: 1px; }
    .artboard .inner_content .option-item.noIcon {
      padding: 32px 0 32px 0; }
      .artboard .inner_content .option-item.noIcon > .text {
        position: relative;
        bottom: auto; }
    .artboard .inner_content .option-item.active, .artboard .inner_content .option-item:hover {
      background-color: #00A0E2;
      color: #FFFFFF; }
      .artboard .inner_content .option-item.active i, .artboard .inner_content .option-item:hover i {
        color: #FFFFFF; }
      .artboard .inner_content .option-item.active > .text > .title, .artboard .inner_content .option-item:hover > .text > .title {
        color: #FFFFFF; }
      .artboard .inner_content .option-item.active > .text > .description, .artboard .inner_content .option-item:hover > .text > .description {
        color: #FFFFFF; }
    @media screen and (max-width: 750px) {
      .artboard .inner_content .option-item:hover {
        background-color: #FFFFFF;
        color: #AAB5BB; }
        .artboard .inner_content .option-item:hover i {
          color: #D9E0E4; }
        .artboard .inner_content .option-item:hover > .text > .title {
          color: #5E656F; }
        .artboard .inner_content .option-item:hover > .text > .description {
          color: #AAB5BB; } }

@media screen and (max-width: 1040px) {
  .artboard .col-sm-6 {
    margin: 0 0 20px 0; } }

.organizer .artboard .option-item {
  background-color: #fff; }

.organizer .artboard {
  margin-top: 10px; }
  .organizer .artboard .option-item {
    background-color: #fff; }
  .organizer .artboard .inner_content {
    text-align: center; }
    .organizer .artboard .inner_content .title {
      margin: auto !important;
      font-size: 18px; }
    .organizer .artboard .inner_content .row {
      margin-top: 30px; }

.popup.popup_container {
  position: fixed;
  display: none;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999; }
  .popup.popup_container .popup_outer {
    position: relative;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3); }
    .popup.popup_container .popup_outer .popup_inner {
      position: fixed;
      top: 50%;
      left: 50%;
      /* bring your own prefixes */
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .popup.popup_container .popup_outer .popup_inner .closePopup {
        position: absolute;
        right: -10px;
        top: -10px;
        /* Responsive */ }
        .popup.popup_container .popup_outer .popup_inner .closePopup i {
          display: inline-block;
          padding: 3px 3px 3px 3px;
          -webkit-border-top-left-radius: 20px;
          -moz-border-topleft-radius: 20px;
          border-top-left-radius: 20px;
          -webkit-border-top-right-radius: 20px;
          -moz-border-topright-radius: 20px;
          border-top-right-radius: 20px;
          -webkit-border-bottom-right-radius: 20px;
          -moz-border-bottomright-radius: 20px;
          border-bottom-right-radius: 20px;
          -webkit-border-bottom-left-radius: 20px;
          -moz-border-bottomleft-radius: 20px;
          border-bottom-left-radius: 20px;
          border: 2px solid #EEF2F4;
          color: #EEF2F4;
          background: #00A0E2;
          font-size: 20px;
          cursor: pointer; }
        @media screen and (max-width: 480px) {
          .popup.popup_container .popup_outer .popup_inner .closePopup {
            right: 10px;
            top: 10px; } }
      .popup.popup_container .popup_outer .popup_inner img {
        max-width: 700px;
        max-height: 500px;
        /* Responsive */ }
        .popup.popup_container .popup_outer .popup_inner img.desktop {
          display: block; }
        .popup.popup_container .popup_outer .popup_inner img.mobile {
          display: none; }
        @media screen and (max-width: 750px) {
          .popup.popup_container .popup_outer .popup_inner img {
            max-width: 375px;
            max-height: 500px; }
            .popup.popup_container .popup_outer .popup_inner img.desktop {
              display: none; }
            .popup.popup_container .popup_outer .popup_inner img.mobile {
              display: block; } }
        @media screen and (max-width: 480px) {
          .popup.popup_container .popup_outer .popup_inner img {
            padding: 20px;
            max-width: 320px; } }

.sp_content {
  margin: 35px 0 0 0; }
  .sp_content .primary_container {
    padding: 0 109px 0 109px;
    /* Responsive */ }
    @media screen and (max-width: 750px) {
      .sp_content .primary_container {
        padding: 0 35px 0 35px; } }
    .sp_content .primary_container .applyNow .inner {
      /*.tripInterestBtnSP {
          @include left(auto);
          @include right(30px);
          top: 55px;
          position: absolute;
        }*/ }
  .sp_content .button {
    display: block;
    margin: 20px auto 20px auto;
    text-align: center; }
  .sp_content .tripsGrid {
    margin: 15px auto 15px auto;
    padding: 0 0 0 0;
    text-align: center;
    list-style: none;
    font-size: 0; }
    .sp_content .tripsGrid > li {
      display: inline-block;
      margin: 0 0 10px 0;
      padding: 0 7px 0 7px;
      width: 25%;
      vertical-align: top;
      /* Responsive */ }
      .sp_content .tripsGrid > li .expand {
        position: absolute; }
      .sp_content .tripsGrid > li.expended .expand {
        display: block; }
      @media screen and (max-width: 1040px) {
        .sp_content .tripsGrid > li {
          width: 49%; } }
      @media screen and (max-width: 480px) {
        .sp_content .tripsGrid > li {
          width: 100%; } }
  .sp_content .carrier .content {
    margin: 0 auto 0 auto;
    font-family: "NexaBook";
    font-size: 18px;
    line-height: 35px; }
    @media screen and (max-width: 480px) {
      .sp_content .carrier .content {
        font-family: "NexaBook";
        font-size: 15px;
        line-height: 18px; } }
    .sp_content .carrier .content .paragraph {
      margin: 0 0 40px 0; }
    .sp_content .carrier .content .embedContainer {
      margin: 40px 0 0 0; }
  .sp_content .tripOpen:before, .sp_content .tripOpen:after {
    border-top-color: #FFFFFF; }

.extension_page_image {
  max-width: 100%; }

.faqSearch {
  max-width: 400px;
  width: 100%;
  padding: 0px;
  margin: 40px auto; }
  .faqSearch .form input[type="text"] {
    padding: 0 20px; }
  .faqSearch .form span {
    left: 20px; }
  .faqSearch .form .rightButton {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 20px;
    color: #aab5bb;
    font-family: Material;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    background: none;
    border: none; }

.countriesPage {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .countriesPage .countriesLogo {
    position: absolute;
    top: 20px;
    left: 20px; }
  .countriesPage .countriesPageContainer {
    padding-top: 200px;
    text-align: center;
    color: #fff; }
    .countriesPage .countriesPageContainer .countries_section_title {
      font-size: 48px;
      font-weight: bold;
      padding-bottom: 20px;
      font-family: 'NexaBold', sans-serif; }
    .countriesPage .countriesPageContainer .countries_subtitle_smaller {
      font-size: 30px;
      line-height: 30px;
      font-weight: bold;
      margin-bottom: 80px;
      font-family: 'NexaBold', sans-serif;
      padding: 0 15px 0 15px; }
    .countriesPage .countriesPageContainer .countriesSelectContainer {
      width: 100%;
      margin: 0 10px;
      max-width: 445px;
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect {
        width: 100%;
        height: 55px;
        display: block;
        position: relative; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect .findCountry {
          display: none; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect .chosenCountry {
          z-index: 1;
          height: 100%;
          display: block;
          cursor: pointer;
          position: relative;
          overflow: hidden;
          padding-right: 30px; }
          .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect .chosenCountry label {
            top: 12px;
            left: 63px;
            z-index: 1;
            color: #000;
            border: none;
            height: 38px;
            display: block;
            font-size: 28px;
            cursor: pointer;
            overflow: hidden;
            background: none;
            text-align: left;
            line-height: 34px;
            position: absolute;
            white-space: nowrap;
            width: -webkit-calc(100% - 97px);
            width: calc(100% - 97px);
            font-family: 'NexaLight', sans-serif; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect.write .chosenCountry {
          display: none; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect.write .findCountry {
          display: block; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect:before, .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect:after {
          top: 0;
          left: 0;
          width: 100%;
          content: '';
          height: 100%;
          position: absolute;
          border-radius: 6px; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect:before {
          opacity: 0.6;
          background: #ffffff; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect:after {
          border: 1px #ffffff solid; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect input {
          top: 11px;
          left: 20px;
          z-index: 1;
          color: #000;
          border: none;
          font-size: 28px;
          background: none;
          position: absolute;
          width: -webkit-calc(100% - 40px);
          width: calc(100% - 40px);
          font-family: 'NexaLight', sans-serif; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect .flag {
          top: 3px;
          left: 8px;
          position: absolute; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesSelect .arrow {
          top: 24px;
          right: 17px;
          position: absolute;
          border: solid black;
          display: inline-block;
          padding: 0 0 7px 7px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-width: 0 3px 3px 0; }
      .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown {
        opacity: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin-top: 3px;
        overflow: hidden;
        min-height: 55px;
        max-height: 319px;
        position: relative;
        visibility: hidden;
        border-radius: 6px;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .countriesSelectBoxContainer {
          overflow-x: hidden;
          overflow-y: scroll;
          min-height: 55px;
          max-height: 319px; }
          .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .countriesSelectBoxContainer::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            background-color: #F5F5F5; }
          .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .countriesSelectBoxContainer::-webkit-scrollbar {
            width: 12px;
            background-color: #F5F5F5; }
          .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .countriesSelectBoxContainer::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #00A0E2; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .mCSB_container {
          margin-right: 0; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .mCSB_scrollTools {
          opacity: 1; }
          .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .mCSB_scrollTools .mCSB_draggerContainer {
            left: 0;
            top: 5%;
            bottom: 0;
            right: 7px;
            z-index: 1;
            width: 7px;
            height: 90%; }
            .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
              width: 7px;
              background: rgba(255, 255, 255, 0.26);
              -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.55);
              box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.55); }
            .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
              background: #00a0e2;
              border-radius: 4px; }
              .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
                background: #00a0e2; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown.open {
          opacity: 1;
          visibility: visible; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown:before, .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown:after {
          top: 0;
          left: 0;
          width: 100%;
          content: '';
          height: 100%;
          position: absolute;
          border-radius: 6px;
          z-index: -1; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown:before {
          opacity: 0.6;
          background: #ffffff; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown:after {
          border: 1px #ffffff solid; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul {
          margin: 0;
          padding: 0;
          z-index: 1;
          width: 100%;
          height: 100%;
          list-style: none;
          position: relative;
          border-radius: 6px; }
          .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li {
            width: 100%;
            color: #000;
            height: 55px;
            cursor: pointer;
            font-size: 28px;
            text-align: left;
            line-height: 55px;
            position: relative;
            white-space: nowrap;
            font-family: 'NexaLight', sans-serif; }
            .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li.selected, .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li.orientationCard.withHover:hover {
              background: #f4f4f3; }
            .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li:hover {
              background: #f4f4f3; }
            .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li:first-child {
              border-radius: 6px 6px 0 0; }
            .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li:last-child {
              border-radius: 0 0 6px 6px; }
              .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li:last-child:after {
                content: none; }
            .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li:after {
              left: 0;
              bottom: 0;
              height: 1px;
              width: 100%;
              content: '';
              position: absolute;
              background: rgba(255, 255, 255, 0.5); }
            .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li .countryFlag {
              float: left;
              margin-left: 8px; }
            .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown ul li .countryName {
              margin-left: 8px; }
      .countriesPage .countriesPageContainer .countriesSelectContainer .countriesContainer {
        display: none; }
      .countriesPage .countriesPageContainer .countriesSelectContainer .countriesGoButton {
        top: 77px;
        width: 100%;
        text-align: center;
        position: absolute; }
        .countriesPage .countriesPageContainer .countriesSelectContainer .countriesGoButton a {
          color: #fff;
          padding: 10px 37px;
          background: #00a0e2;
          border-radius: 17px;
          display: inline-block;
          text-decoration: none;
          -webkit-transition: background .2s;
          transition: background .2s;
          font-family: 'NexaBold', sans-serif; }
          .countriesPage .countriesPageContainer .countriesSelectContainer .countriesGoButton a:hover {
            background: #195dac; }
    .countriesPage .countriesPageContainer .countriesSelectSpan {
      font-size: 30px;
      margin-top: 20px;
      vertical-align: top;
      display: inline-block;
      font-family: 'NexaBold', sans-serif; }
  @media (max-width: 375px) {
    .countriesPage {
      height: auto; } }

@media (max-width: 690px) {
  body.countriesPageHtml {
    overflow: hidden; }
  .countriesPage .countriesPageContainer {
    padding-top: 120px; }
    .countriesPage .countriesPageContainer .countries_section_title {
      font-size: 38px; }
    .countriesPage .countriesPageContainer .countries_subtitle_smaller {
      font-size: 27px; }
    .countriesPage .countriesPageContainer .countriesSelectContainer {
      display: block;
      padding: 0 10px;
      margin: 24px auto; }
    .countriesPage .countriesPageContainer .countriesSelectSpanLast {
      display: none; } }

@media (max-width: 550px) {
  .countriesPage .countriesPageContainer .countries_subtitle_smaller {
    margin-bottom: 40px; }
  .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .countriesSelectBoxContainer {
    max-height: 164px; } }

@media (max-width: 350px) {
  .countriesPage .countriesPageContainer {
    padding-top: 60px; }
    .countriesPage .countriesPageContainer .countries_section_title {
      font-size: 31px; }
    .countriesPage .countriesPageContainer .countries_subtitle_smaller {
      font-size: 24px; }
    .countriesPage .countriesPageContainer .countriesSelectContainer .countriesDropdown .countriesSelectBoxContainer {
      max-height: 164px; } }

.login_page {
  background: #EEF2F4;
  padding: 120px 0 120px 0; }
  @media screen and (max-width: 480px) {
    .login_page {
      padding: 0 0 0 0; } }
  .login_page .logo {
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .login_page .logo {
        background: #27a0e2;
        padding: 20px 0; } }
    .login_page .logo .mobileLogo {
      display: none; }
      .login_page .logo .mobileLogo + img {
        display: inline-block; }
      @media screen and (max-width: 480px) {
        .login_page .logo .mobileLogo {
          display: inline-block;
          height: 85px;
          width: auto; }
          .login_page .logo .mobileLogo + img {
            display: none; } }

.participants_testimonials {
  background: #EEF2F4; }
  .participants_testimonials .head {
    padding: 70px 0 45px 0; }
    .participants_testimonials .head .inner_container {
      max-width: 980px;
      margin: 0 auto 0 auto;
      text-align: center; }
      .participants_testimonials .head .inner_container .title {
        font-family: "Nexa";
        font-size: 40px;
        line-height: 1.25;
        color: #00A0E2;
        font-weight: 900; }
      .participants_testimonials .head .inner_container .subtitle {
        font-family: "Nexa";
        font-size: 16px;
        line-height: 1.69;
        color: #5E656F; }
  .participants_testimonials .grid {
    font-size: 0;
    line-height: 0;
    text-align: center; }
    .participants_testimonials .grid .single_testimonial {
      display: inline-block;
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6);
      vertical-align: top;
      -webkit-transition: all 0.7s ease;
      transition: all 0.7s ease;
      cursor: pointer;
      /* Responsive */ }
      .participants_testimonials .grid .single_testimonial .box_container {
        position: relative;
        overflow: hidden;
        background: #4679BD; }
        .participants_testimonials .grid .single_testimonial .box_container .content {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          color: white;
          text-align: center;
          background-size: cover; }
          .participants_testimonials .grid .single_testimonial .box_container .content .title {
            position: absolute;
            left: 10px;
            bottom: 20px;
            font-family: "Nexa";
            font-size: 16px; }
          .participants_testimonials .grid .single_testimonial .box_container .content img.grayscale:hover {
            filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }
          .participants_testimonials .grid .single_testimonial .box_container .content svg {
            background-size: cover; }
            .participants_testimonials .grid .single_testimonial .box_container .content svg image {
              opacity: 0; }
        .participants_testimonials .grid .single_testimonial .box_container:before {
          content: "";
          display: block;
          padding-top: 100%; }
        .participants_testimonials .grid .single_testimonial .box_container:after {
          content: '';
          display: block;
          clear: both; }
      .participants_testimonials .grid .single_testimonial.disabled {
        cursor: wait; }
      .participants_testimonials .grid .single_testimonial.selected .box_container .content .title, .participants_testimonials .grid .single_testimonial.orientationCard.withHover:hover .box_container .content .title {
        opacity: 0; }
      .participants_testimonials .grid .single_testimonial:hover.selected .box_container .content svg image, .participants_testimonials .grid .single_testimonial.orientationCard.withHover:hover .box_container .content svg image, .participants_testimonials .grid .single_testimonial.unselected.selected .box_container .content svg image, .participants_testimonials .grid .single_testimonial.unselected.orientationCard.withHover:hover .box_container .content svg image {
        opacity: 0; }
      .participants_testimonials .grid .single_testimonial:hover.selected .box_container .content .title, .participants_testimonials .grid .single_testimonial.orientationCard.withHover:hover .box_container .content .title, .participants_testimonials .grid .single_testimonial.unselected.selected .box_container .content .title, .participants_testimonials .grid .single_testimonial.unselected.orientationCard.withHover:hover .box_container .content .title {
        opacity: 0; }
      .participants_testimonials .grid .single_testimonial:hover .box_container .content svg image, .participants_testimonials .grid .single_testimonial.unselected .box_container .content svg image {
        opacity: 1; }
      .participants_testimonials .grid .single_testimonial:hover .box_container .content .title, .participants_testimonials .grid .single_testimonial.unselected .box_container .content .title {
        opacity: 0; }
      @media screen and (max-width: 1200px) {
        .participants_testimonials .grid .single_testimonial {
          width: -webkit-calc(100% / 4);
          width: calc(100% / 4); } }
      @media screen and (max-width: 750px) {
        .participants_testimonials .grid .single_testimonial {
          width: -webkit-calc(100% / 2);
          width: calc(100% / 2); } }
      @media screen and (max-width: 480px) {
        .participants_testimonials .grid .single_testimonial {
          width: 100%; } }

.participants_testimonials_expand {
  position: absolute;
  visibility: hidden;
  display: none;
  width: 100%;
  padding: 80px 0 100px 0;
  text-align: center;
  color: #FFFFFF;
  background: #002D62;
  /* Responsive */ }
  .participants_testimonials_expand .inner_container {
    width: 700px;
    margin: 0 auto;
    color: #FFFFFF; }
    .participants_testimonials_expand .inner_container .apostrophes {
      margin: 0 0 40px 0; }
    .participants_testimonials_expand .inner_container .text {
      font-family: "Nexa";
      font-size: 18px;
      line-height: 1.67;
      margin: 0 0 50px 0; }
    .participants_testimonials_expand .inner_container .name {
      font-family: "NexaBold";
      font-size: 14px;
      line-height: 1.93;
      letter-spacing: 3.5px; }
    .participants_testimonials_expand .inner_container .subtitle {
      font-family: "Nexa";
      font-size: 12px;
      line-height: 2.25;
      font-style: italic; }
  .participants_testimonials_expand .arrow {
    position: absolute;
    top: -25px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 25px solid #002D62;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .participants_testimonials_expand.open {
    display: block;
    visibility: visible; }
  @media screen and (max-width: 750px) {
    .participants_testimonials_expand .inner_container {
      width: 100%;
      padding: 0 15px 0 15px; } }

.special_programs_banners .main_container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 0 140px;
  /* Responsive */ }
  .special_programs_banners .main_container .head {
    padding: 50px 0 0 0; }
    .special_programs_banners .main_container .head .title {
      width: 100%;
      padding: 0 15px 0 15px;
      font-family: "NexaBold";
      font-size: 40px;
      line-height: 1;
      margin: 0 auto 65px auto;
      text-align: center;
      /* Responsive */ }
      @media (max-width: 767px) {
        .special_programs_banners .main_container .head .title {
          width: 300px;
          margin: 0 auto 30px auto;
          padding: 0 0 0 0; } }
  .special_programs_banners .main_container .grid .item {
    margin: 0 0 15px 0;
    /* Responsive */ }
    .special_programs_banners .main_container .grid .item a:hover {
      color: inherit;
      outline: 0;
      text-decoration: none; }
    .special_programs_banners .main_container .grid .item a:focus {
      color: inherit;
      outline: 0;
      text-decoration: none; }
    .special_programs_banners .main_container .grid .item a:visited {
      color: inherit;
      outline: 0;
      text-decoration: none; }
    .special_programs_banners .main_container .grid .item .outer_container {
      display: table;
      width: 100%;
      height: 230px;
      overflow: hidden;
      border-radius: 4px;
      background-size: cover;
      text-decoration: none; }
      .special_programs_banners .main_container .grid .item .outer_container .inner_container {
        position: relative;
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        color: white;
        background-size: cover;
        z-index: 0; }
        .special_programs_banners .main_container .grid .item .outer_container .inner_container .details {
          padding: 0 5px 0 5px;
          z-index: 1; }
          .special_programs_banners .main_container .grid .item .outer_container .inner_container .details .title {
            font-family: "Nexa";
            font-size: 24px;
            line-height: 1;
            margin: 0 0 10px 0; }
          .special_programs_banners .main_container .grid .item .outer_container .inner_container .details .name {
            font-family: "NexaBold";
            font-size: 40px;
            line-height: 1;
            margin: 0 0 10px 0; }
          .special_programs_banners .main_container .grid .item .outer_container .inner_container .details .icon {
            font-size: 40px;
            line-height: 1;
            font-family: 'Material';
            font-weight: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            white-space: nowrap;
            word-wrap: normal;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
            /* Support for all WebKit browsers. */
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            font-feature-settings: 'liga'; }
          .special_programs_banners .main_container .grid .item .outer_container .inner_container .details .image {
            width: 40px;
            height: 40px;
            margin: 0 auto 0 auto; }
        .special_programs_banners .main_container .grid .item .outer_container .inner_container:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-border-top-left-radius: 4px;
          -moz-border-topleft-radius: 4px;
          border-top-left-radius: 4px;
          -webkit-border-top-right-radius: 4px;
          -moz-border-topright-radius: 4px;
          border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-bottomright-radius: 4px;
          border-bottom-right-radius: 4px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-bottomleft-radius: 4px;
          border-bottom-left-radius: 4px;
          background: rgba(0, 51, 107, 0.4);
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          z-index: -1; }
        .special_programs_banners .main_container .grid .item .outer_container .inner_container:hover:before {
          background: rgba(0, 51, 107, 0.2); }
    .special_programs_banners .main_container .grid .item[class*="col-"] {
      padding-left: 10px;
      padding-right: 10px; }
    @media (max-width: 767px) {
      .special_programs_banners .main_container .grid .item {
        width: 100%;
        float: none; } }
  @media screen and (max-width: 1200px) {
    .special_programs_banners .main_container {
      width: 100%;
      padding: 50px 30px 140px; } }
  @media (max-width: 767px) {
    .special_programs_banners .main_container {
      padding: 70px 0; }
      .special_programs_banners .main_container .grid .row {
        margin: 0 0 0 0; } }

.single_trip {
  width: 100%; }
  .single_trip .inner_container .name {
    text-align: left;
    color: #00A0E2;
    font-family: "NexaHeavy";
    font-size: 42px;
    line-height: 1;
    margin: 0 0 10px 0; }
  .single_trip .inner_container .organizer {
    text-align: left;
    color: #5E656F;
    font-family: "Nexa";
    font-size: 16px;
    line-height: 1; }
  .single_trip .inner_container .trip_details {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* Responsive */ }
    .single_trip .inner_container .trip_details .image_block {
      display: inline-block;
      width: 35%;
      min-height: 375px;
      padding: 10px 10px 10px 0px; }
      .single_trip .inner_container .trip_details .image_block .image {
        position: relative;
        background-size: cover;
        background-position: center center;
        height: 100%;
        width: 100%;
        border-radius: 5px;
        overflow: hidden; }
        .single_trip .inner_container .trip_details .image_block .image:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 51, 107, 0.4); }
    .single_trip .inner_container .trip_details .details_block {
      display: inline-block;
      width: 65%;
      padding: 10px 0px 10px 10px; }
      .single_trip .inner_container .trip_details .details_block .details_container {
        position: relative;
        background: #161b42;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        padding: 20px 40px 20px 40px; }
        .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info {
            list-style: none;
            padding: 0;
            text-align: left;
            /* Responsive */ }
            .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info li {
              display: inline-block;
              margin-bottom: 30px;
              margin-right: 30px; }
              .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info li .icon img {
                height: 32px;
                width: auto;
                margin-right: 10px; }
              .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info li span {
                display: inline-block;
                font-family: "Nexa";
                font-size: 16px;
                line-height: 32px;
                color: white;
                vertical-align: bottom; }
                @media screen and (max-width: 750px) {
                  .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info li span {
                    line-height: 18px; } }
            @media screen and (max-width: 1040px) {
              .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info li .icon {
                display: block;
                text-align: center;
                margin-bottom: 5px; }
                .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info li .icon .img {
                  margin-right: 0px; }
              .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info li span {
                display: block; } }
            @media screen and (max-width: 750px) {
              .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info {
                text-align: center; }
                .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info li {
                  margin-right: 10px;
                  margin-left: 10px; } }
            @media screen and (max-width: 480px) {
              .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info li {
                margin-right: 0;
                margin-left: 0;
                float: left ;
                width: -webkit-calc(100% / 3);
                width: calc(100% / 3);
                text-align: center; }
              .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info:after {
                content: '';
                display: block;
                clear: both; } }
          .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .description {
            font-family: "Nexa";
            font-size: 16px;
            line-height: 20px;
            color: #FFFFFF;
            text-align: left;
            margin-bottom: 30px; }
          .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .button {
            text-align: left; }
            @media screen and (max-width: 750px) {
              .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container .button {
                text-align: center; } }
        .single_trip .inner_container .trip_details .details_block .details_container:after {
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: -15px;
          width: 0;
          height: 0;
          border-top: 20px solid transparent;
          border-bottom: 20px solid transparent;
          border-right: 15px solid #161b42; }
    @media screen and (max-width: 750px) {
      .single_trip .inner_container .trip_details {
        display: block; }
        .single_trip .inner_container .trip_details .image_block {
          display: block;
          width: 100%;
          height: 375px;
          padding: 0; }
        .single_trip .inner_container .trip_details .details_block {
          display: block;
          width: 100%;
          padding: 0;
          margin: 20px 0 0 0; }
          .single_trip .inner_container .trip_details .details_block .details_container .details_inner_container {
            top: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; }
          .single_trip .inner_container .trip_details .details_block .details_container:after {
            top: -15px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-top: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #161b42; } }
    @media screen and (max-width: 480px) {
      .single_trip .inner_container .trip_details .details_block .details_container {
        padding: 20px 20px 20px 20px; } }
  .single_trip .inner_container .related_list {
    display: none;
    /* Responsive */ }
    .single_trip .inner_container .related_list .related_table thead th {
      position: relative;
      padding: 20px 0 20px 35px;
      text-align: left;
      font-family: "NexaBold";
      font-size: 16px;
      line-height: 1; }
      .single_trip .inner_container .related_list .related_table thead th i.icon {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .single_trip .inner_container .related_list .related_table thead th:after {
        display: none; }
    .single_trip .inner_container .related_list .related_table tbody tr {
      text-align: left;
      -webkit-box-shadow: 0px 0px 0px 1px #e0e7eb;
      box-shadow: 0px 0px 0px 1px #e0e7eb;
      border-radius: 5px;
      color: #5E656F; }
      .single_trip .inner_container .related_list .related_table tbody tr td {
        position: relative;
        padding: 15px 10px 15px 10px;
        font-family: "Nexabook";
        font-size: 16px;
        line-height: 1;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
        .single_trip .inner_container .related_list .related_table tbody tr td .apply_button {
          opacity: 0;
          text-align: right;
          padding: 0 15px;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          .single_trip .inner_container .related_list .related_table tbody tr td .apply_button.mobile_button {
            position: absolute;
            bottom: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
      .single_trip .inner_container .related_list .related_table tbody tr:hover, .single_trip .inner_container .related_list .related_table tbody tr.active {
        background: #e0e7eb;
        color: #00A0E2; }
        .single_trip .inner_container .related_list .related_table tbody tr:hover .apply_button, .single_trip .inner_container .related_list .related_table tbody tr.active .apply_button {
          opacity: 1; }
      .single_trip .inner_container .related_list .related_table tbody tr.space {
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0; }
        .single_trip .inner_container .related_list .related_table tbody tr.space td {
          padding: 5px 0; }
        .single_trip .inner_container .related_list .related_table tbody tr.space:hover {
          background: none; }
    @media screen and (max-width: 750px) {
      .single_trip .inner_container .related_list .related_table tbody tr td {
        padding: 20px 5px 20px 5px;
        height: 5px;
        vertical-align: top; }
      .single_trip .inner_container .related_list .related_table tbody tr:hover td, .single_trip .inner_container .related_list .related_table tbody tr.active td {
        height: 125px; }
      .single_trip .inner_container .related_list .related_table tbody tr.space td {
        height: auto; } }
    @media screen and (max-width: 480px) {
      .single_trip .inner_container .related_list .related_table thead th {
        padding: 20px 0 20px 25px; }
        .single_trip .inner_container .related_list .related_table thead th i img {
          width: 16px;
          height: auto; }
      .single_trip .inner_container .related_list .related_table tbody tr td {
        padding: 20px 5px 20px 5px; } }
  .single_trip.related_trips .inner_container .trip_details .image_block {
    min-height: 255px; }
  .single_trip.related_trips .inner_container .trip_details .details_block .details_container {
    padding: 10px 30px 10px 30px; }
    .single_trip.related_trips .inner_container .trip_details .details_block .details_container .details_inner_container .trip_info, .single_trip.related_trips .inner_container .trip_details .details_block .details_container .details_inner_container .button {
      display: none; }
    .single_trip.related_trips .inner_container .trip_details .details_block .details_container .details_inner_container .description {
      margin-bottom: 0; }
  .single_trip.related_trips .inner_container .related_list {
    display: block; }

.couple_trips_container {
  font-size: 0;
  /* Responsive */ }
  .couple_trips_container .trip {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 20px 0;
    /* Responsive */ }
    .couple_trips_container .trip .trip_container {
      padding: 0 10px 0 10px; }
      .couple_trips_container .trip .trip_container .image_container {
        width: 100%;
        height: 320px;
        margin: 0 0 20px 0;
        border-radius: 4px;
        overflow: hidden; }
        .couple_trips_container .trip .trip_container .image_container .image {
          position: relative;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat; }
          .couple_trips_container .trip .trip_container .image_container .image:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 51, 107, 0.4); }
      .couple_trips_container .trip .trip_container .trip_details {
        position: relative;
        background: #161b42;
        border-radius: 4px; }
        .couple_trips_container .trip .trip_container .trip_details .details_container {
          padding: 30px; }
          .couple_trips_container .trip .trip_container .trip_details .details_container .name {
            text-align: left;
            font-family: "NexaHeavy";
            font-size: 26px;
            line-height: 1;
            margin-bottom: 5px;
            color: #FFFFFF; }
          .couple_trips_container .trip .trip_container .trip_details .details_container .organizer {
            text-align: left;
            font-family: "NexaBold";
            font-size: 16px;
            line-height: 1;
            margin-bottom: 20px;
            color: #FFFFFF; }
          .couple_trips_container .trip .trip_container .trip_details .details_container .description {
            min-height: 230px;
            text-align: left;
            font-family: "Nexabook";
            font-size: 16px;
            line-height: 1;
            color: #FFFFFF;
            margin: 0 0 20px 0; }
          .couple_trips_container .trip .trip_container .trip_details .details_container .top_border {
            width: 100%;
            height: 1px;
            background: #494e6c; }
          .couple_trips_container .trip .trip_container .trip_details .details_container .trip_info {
            margin: 20px 0 15px 0;
            padding: 0;
            text-align: left;
            /* Responsive */ }
            .couple_trips_container .trip .trip_container .trip_details .details_container .trip_info li {
              display: inline-block;
              margin-right: 10px; }
              .couple_trips_container .trip .trip_container .trip_details .details_container .trip_info li .icon {
                display: inline-block;
                margin-right: 5px; }
                .couple_trips_container .trip .trip_container .trip_details .details_container .trip_info li .icon img {
                  height: 28px;
                  width: auto; }
              .couple_trips_container .trip .trip_container .trip_details .details_container .trip_info li span {
                font-family: "Nexabook";
                font-size: 16px;
                line-height: 1;
                color: #FFFFFF;
                vertical-align: bottom; }
                @media screen and (max-width: 480px) {
                  .couple_trips_container .trip .trip_container .trip_details .details_container .trip_info li span {
                    font-family: "Nexabook";
                    font-size: 12px;
                    line-height: 1; } }
            @media screen and (max-width: 750px) {
              .couple_trips_container .trip .trip_container .trip_details .details_container .trip_info li {
                width: -webkit-calc(100% / 3);
                width: calc(100% / 3);
                margin-right: 0;
                text-align: center; }
                .couple_trips_container .trip .trip_container .trip_details .details_container .trip_info li .icon {
                  display: block;
                  margin-right: 0;
                  margin-bottom: 5px; } }
            @media screen and (max-width: 480px) {
              .couple_trips_container .trip .trip_container .trip_details .details_container .trip_info li .icon img {
                height: 18px; } }
          @media screen and (max-width: 1040px) {
            .couple_trips_container .trip .trip_container .trip_details .details_container .button {
              text-align: center; } }
        .couple_trips_container .trip .trip_container .trip_details:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          top: -15px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          border-top: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 15px solid #161b42; }
      .couple_trips_container .trip .trip_container .related_list {
        display: none;
        /* Responsive */ }
        .couple_trips_container .trip .trip_container .related_list .related_table {
          margin: 0 0 20px 0; }
          .couple_trips_container .trip .trip_container .related_list .related_table thead th {
            position: relative;
            padding: 20px 10px 20px 35px;
            text-align: left;
            font-family: "NexaBold";
            font-size: 16px;
            line-height: 1;
            color: #5E656F; }
            .couple_trips_container .trip .trip_container .related_list .related_table thead th i.icon {
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
            .couple_trips_container .trip .trip_container .related_list .related_table thead th:after {
              display: none; }
          .couple_trips_container .trip .trip_container .related_list .related_table tbody tr {
            text-align: left;
            -webkit-box-shadow: 0px 0px 0px 1px #e0e7eb;
            box-shadow: 0px 0px 0px 1px #e0e7eb;
            border-radius: 5px;
            color: #5E656F; }
            .couple_trips_container .trip .trip_container .related_list .related_table tbody tr td {
              position: relative;
              padding: 15px 10px 15px 10px;
              font-family: "Nexabook";
              font-size: 16px;
              line-height: 1;
              -webkit-transition: 0.3s all;
              transition: 0.3s all; }
              .couple_trips_container .trip .trip_container .related_list .related_table tbody tr td .apply_button {
                opacity: 0;
                text-align: right;
                padding: 0 15px;
                -webkit-transition: 0.3s all;
                transition: 0.3s all; }
                .couple_trips_container .trip .trip_container .related_list .related_table tbody tr td .apply_button .default_button {
                  padding: 10px 10px 10px 10px; }
                .couple_trips_container .trip .trip_container .related_list .related_table tbody tr td .apply_button.mobile_button {
                  position: absolute;
                  bottom: 20px;
                  left: 50%;
                  -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
            .couple_trips_container .trip .trip_container .related_list .related_table tbody tr:hover, .couple_trips_container .trip .trip_container .related_list .related_table tbody tr.active {
              background: #e0e7eb;
              color: #00A0E2; }
              .couple_trips_container .trip .trip_container .related_list .related_table tbody tr:hover .apply_button, .couple_trips_container .trip .trip_container .related_list .related_table tbody tr.active .apply_button {
                opacity: 1; }
            .couple_trips_container .trip .trip_container .related_list .related_table tbody tr.space {
              -webkit-box-shadow: 0 0 0 0;
              box-shadow: 0 0 0 0; }
              .couple_trips_container .trip .trip_container .related_list .related_table tbody tr.space td {
                padding: 5px 0; }
              .couple_trips_container .trip .trip_container .related_list .related_table tbody tr.space:hover {
                background: none; }
        .couple_trips_container .trip .trip_container .related_list .more {
          position: relative;
          display: inline-block; }
          .couple_trips_container .trip .trip_container .related_list .more a {
            font-family: "Nexabook";
            font-size: 16px;
            line-height: 1;
            color: #00A0E2;
            text-decoration: none;
            -webkit-transition: 0.5s all;
            transition: 0.5s all; }
          .couple_trips_container .trip .trip_container .related_list .more:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            right: 0;
            background: #00A0E2;
            -webkit-transition: 0.5s all;
            transition: 0.5s all; }
          .couple_trips_container .trip .trip_container .related_list .more:hover a {
            color: #002D62; }
          .couple_trips_container .trip .trip_container .related_list .more:hover:after {
            background: #002D62; }
        @media screen and (max-width: 750px) {
          .couple_trips_container .trip .trip_container .related_list .related_table tbody tr td {
            padding: 20px 5px 20px 5px;
            height: 5px;
            vertical-align: top; }
          .couple_trips_container .trip .trip_container .related_list .related_table tbody tr:hover td, .couple_trips_container .trip .trip_container .related_list .related_table tbody tr.active td {
            height: 125px; }
          .couple_trips_container .trip .trip_container .related_list .related_table tbody tr.space td {
            height: auto; } }
        @media screen and (max-width: 480px) {
          .couple_trips_container .trip .trip_container .related_list .related_table thead th {
            padding: 20px 10px 20px 25px; }
            .couple_trips_container .trip .trip_container .related_list .related_table thead th i img {
              width: 16px;
              height: auto; }
          .couple_trips_container .trip .trip_container .related_list .related_table tbody tr td {
            padding: 20px 5px 20px 5px; } }
    .couple_trips_container .trip.related_trips .trip_container .trip_details .details_container .trip_info, .couple_trips_container .trip.related_trips .trip_container .trip_details .details_container .top_border, .couple_trips_container .trip.related_trips .trip_container .trip_details .details_container .button {
      display: none; }
    .couple_trips_container .trip.related_trips .trip_container .related_list {
      display: block; }
    @media (max-width: 1140px) {
      .couple_trips_container .trip {
        width: 100%; }
        .couple_trips_container .trip .trip_container {
          padding: 0 0 0 0; } }
  @media (max-width: 1140px) {
    .couple_trips_container {
      padding: 0 10px 0 10px; } }
  @media screen and (max-width: 750px) {
    .couple_trips_container {
      padding: 0 0 0 0; } }

.triple_trips_container {
  font-size: 0; }
  .triple_trips_container .trip {
    display: inline-block;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    height: 585px;
    padding: 0 15px 0 15px;
    cursor: pointer;
    /* Responsive */ }
    .triple_trips_container .trip .trip_container {
      position: relative;
      display: table;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 5px;
      overflow: hidden;
      z-index: 0; }
      .triple_trips_container .trip .trip_container .trip_inner_container {
        display: table-cell;
        padding: 10px 5px 65px 5px;
        vertical-align: middle;
        color: #FFFFFF; }
        .triple_trips_container .trip .trip_container .trip_inner_container .name {
          font-family: "NexaHeavy";
          font-size: 30px;
          line-height: 1;
          margin-bottom: 10px; }
          @media screen and (max-width: 750px) {
            .triple_trips_container .trip .trip_container .trip_inner_container .name {
              font-family: "NexaBold";
              font-size: 26px;
              line-height: 1; } }
        .triple_trips_container .trip .trip_container .trip_inner_container .organizer {
          font-family: "Nexa";
          font-size: 16px;
          line-height: 1;
          margin-bottom: 40px; }
        .triple_trips_container .trip .trip_container .trip_inner_container .trip_info {
          width: 80%;
          margin: 0 auto 0 auto;
          padding: 0;
          text-align: center; }
          .triple_trips_container .trip .trip_container .trip_inner_container .trip_info li {
            display: inline-block;
            width: -webkit-calc(100% / 3);
            width: calc(100% / 3); }
            .triple_trips_container .trip .trip_container .trip_inner_container .trip_info li .icon {
              display: block;
              margin-bottom: 5px; }
              .triple_trips_container .trip .trip_container .trip_inner_container .trip_info li .icon img {
                height: 28px;
                width: auto; }
            .triple_trips_container .trip .trip_container .trip_inner_container .trip_info li span {
              font-family: "Nexabook";
              font-size: 16px;
              line-height: 1;
              color: #FFFFFF;
              vertical-align: bottom; }
              @media screen and (max-width: 480px) {
                .triple_trips_container .trip .trip_container .trip_inner_container .trip_info li span {
                  font-family: "Nexabook";
                  font-size: 12px;
                  line-height: 1; } }
        .triple_trips_container .trip .trip_container .trip_inner_container .description {
          display: none;
          font-family: "Nexa";
          font-size: 14px;
          line-height: 1.3;
          -webkit-transition: 0.5s all;
          transition: 0.5s all;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 6;
          /* number of lines to show */
          line-height: 1.3;
          /* fallback */
          max-height: 6.5;
          padding: 0 15px 0 15px; }
        .triple_trips_container .trip .trip_container .trip_inner_container .more {
          opacity: 0;
          font-family: "NexaBold";
          font-size: 14px;
          line-height: 1;
          text-align: left;
          padding: 0 15px 0 15px;
          -webkit-transition: 0.5s all;
          transition: 0.5s all; }
          .triple_trips_container .trip .trip_container .trip_inner_container .more a {
            color: #FFFFFF; }
        .triple_trips_container .trip .trip_container .trip_inner_container .button {
          position: absolute;
          right: 0;
          left: 0;
          margin-right: auto;
          margin-left: auto;
          bottom: 20px; }
      .triple_trips_container .trip .trip_container:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 51, 107, 0.4);
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        z-index: -1; }
    .triple_trips_container .trip:hover .trip_container .trip_inner_container .description, .triple_trips_container .trip.open .trip_container .trip_inner_container .description {
      margin-top: 30px;
      margin-bottom: 30px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      /* number of lines to show */
      line-height: 1.3;
      /* fallback */
      max-height: 6.5; }
    .triple_trips_container .trip:hover .trip_container .trip_inner_container .more, .triple_trips_container .trip.open .trip_container .trip_inner_container .more {
      opacity: 1; }
    .triple_trips_container .trip:hover .trip_container:after, .triple_trips_container .trip.open .trip_container:after {
      background: rgba(0, 51, 107, 0.7); }
    @media screen and (max-width: 1040px) {
      .triple_trips_container .trip {
        padding: 0 5px 0 5px; } }
    @media screen and (max-width: 750px) {
      .triple_trips_container .trip {
        width: 100%;
        height: 345px;
        -webkit-transition: 0.5s height;
        transition: 0.5s height; }
        .triple_trips_container .trip .trip_container .trip_inner_container .button {
          display: none; }
        .triple_trips_container .trip:hover, .triple_trips_container .trip.open {
          height: 450px; }
          .triple_trips_container .trip:hover .trip_container .trip_inner_container .button, .triple_trips_container .trip.open .trip_container .trip_inner_container .button {
            display: block; } }
    @media screen and (max-width: 480px) {
      .triple_trips_container .trip {
        height: 250px;
        text-align: center; } }

.no_trips {
  padding: 100px 10px 100px 10px; }
  .no_trips .title {
    font-family: "NexaHeavy";
    font-size: 40px;
    line-height: 1;
    text-align: center;
    margin: 0 0 40px 0; }
  .no_trips div.subtitle {
    font-family: "NexaBook";
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #5E656F;
    margin: 0 0 10px 0; }
  .no_trips .button {
    text-align: center;
    margin: 0 0 100px 0; }
  .no_trips .boxes_container {
    width: 100%; }
    .no_trips .boxes_container .row .box {
      width: 30%;
      padding: 10px 10px 10px 10px;
      float: left ;
      /* Responsive */ }
      .no_trips .boxes_container .row .box .box_container {
        position: relative;
        height: 310px;
        border-radius: 5px;
        background-size: cover;
        background-position: center center;
        background-color: #000;
        z-index: 0; }
        .no_trips .boxes_container .row .box .box_container .text {
          position: absolute;
          font-family: "NexaBook";
          font-size: 40px;
          line-height: 1;
          color: #FFFFFF; }
          .no_trips .boxes_container .row .box .box_container .text.top_left {
            top: 30px;
            left: 30px; }
          .no_trips .boxes_container .row .box .box_container .text.top_right {
            top: 30px;
            right: 30px; }
          .no_trips .boxes_container .row .box .box_container .text.bottom_left {
            bottom: 30px;
            left: 30px; }
          .no_trips .boxes_container .row .box .box_container .text.bottom_right {
            bottom: 30px;
            right: 30px; }
          @media screen and (max-width: 480px) {
            .no_trips .boxes_container .row .box .box_container .text.top_left {
              top: 20px;
              left: 20px; }
            .no_trips .boxes_container .row .box .box_container .text.top_right {
              top: 20px;
              right: 20px; }
            .no_trips .boxes_container .row .box .box_container .text.bottom_left {
              bottom: 20px;
              left: 20px; }
            .no_trips .boxes_container .row .box .box_container .text.bottom_right {
              bottom: 20px;
              right: 20px; } }
        .no_trips .boxes_container .row .box .box_container:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 5px;
          background: rgba(0, 51, 107, 0.4);
          -webkit-transition: 0.5s all;
          transition: 0.5s all;
          z-index: -1; }
      .no_trips .boxes_container .row .box.two_col {
        width: 40%; }
      @media screen and (max-width: 750px) {
        .no_trips .boxes_container .row .box {
          width: 50%; }
          .no_trips .boxes_container .row .box.two_col {
            width: 100%; } }
      @media screen and (max-width: 480px) {
        .no_trips .boxes_container .row .box {
          width: 100%; } }
    .no_trips .boxes_container .row.reverse .box {
      float: right ; }
    .no_trips .boxes_container .row:after {
      content: '';
      display: block;
      clear: both; }

.auth_popup {
  width: 380px;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(37.9px);
  margin: 0 auto 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .auth_popup {
      width: 100%;
      height: 100%;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .auth_popup .inner_container .tabs {
    font-size: 0;
    margin: 0; }
    .auth_popup .inner_container .tabs .tab {
      position: relative;
      display: inline-block;
      font-size: 14px;
      width: 50%;
      text-align: center;
      padding: 15px 0;
      background: #00A0E2;
      color: #FFFFFF;
      height: auto;
      cursor: pointer; }
      .auth_popup .inner_container .tabs .tab:first-child {
        border-bottom-right-radius: 5px; }
        .auth_popup .inner_container .tabs .tab:first-child:after {
          content: '';
          position: absolute;
          top: 0;
          right: -3px;
          width: 0;
          height: 0;
          border-top: 8px solid #00A0E2;
          border-right: 8px solid transparent;
          z-index: 5; }
        .auth_popup .inner_container .tabs .tab:first-child.active:after {
          display: none; }
      .auth_popup .inner_container .tabs .tab:last-child {
        border-bottom-left-radius: 5px; }
        .auth_popup .inner_container .tabs .tab:last-child:after {
          content: '';
          position: absolute;
          top: 0;
          left: -3px;
          width: 0;
          height: 0;
          border-top: 8px solid #00A0E2;
          border-left: 8px solid transparent;
          z-index: 5; }
        .auth_popup .inner_container .tabs .tab:last-child.active:after {
          display: none; }
      .auth_popup .inner_container .tabs .tab.active {
        background: #FFFFFF;
        color: #5e656f; }
  .auth_popup .inner_container .content {
    padding: 40px 40px 40px 40px; }
    .auth_popup .inner_container .content .country_select_container {
      margin: 0 0 40px 0; }
      .auth_popup .inner_container .content .country_select_container .country_select {
        position: relative; }
        .auth_popup .inner_container .content .country_select_container .country_select .input {
          position: relative;
          display: table;
          width: 100%;
          height: 45px;
          padding: 0 10px;
          vertical-align: middle;
          border-radius: 4px;
          background-color: #EEF2F4;
          -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          cursor: pointer; }
          .auth_popup .inner_container .content .country_select_container .country_select .input .cell {
            display: table-cell;
            vertical-align: middle;
            text-align: center; }
            .auth_popup .inner_container .content .country_select_container .country_select .input .cell .validate_icon {
              display: none;
              width: 23px;
              height: 23px;
              border-radius: 50%;
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga';
              color: #FFFFFF;
              background: #b0dd34;
              line-height: 23px;
              text-align: center; }
            .auth_popup .inner_container .content .country_select_container .country_select .input .cell .non_selected_icon {
              display: block;
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga';
              color: #AAB5BB;
              font-size: 26px;
              line-height: 23px;
              text-align: center; }
            .auth_popup .inner_container .content .country_select_container .country_select .input .cell .country_name {
              font-family: "Nexa";
              font-size: 14px;
              line-height: 1;
              color: #AAB5BB;
              font-weight: 600; }
            .auth_popup .inner_container .content .country_select_container .country_select .input .cell .flag {
              display: inline-block;
              width: 45px;
              height: 45px; }
              .auth_popup .inner_container .content .country_select_container .country_select .input .cell .flag img {
                height: 100%; }
            .auth_popup .inner_container .content .country_select_container .country_select .input .cell .arrow {
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga';
              color: #CDD4D8;
              font-size: 20px; }
            .auth_popup .inner_container .content .country_select_container .country_select .input .cell.left_text {
              text-align: left; }
            .auth_popup .inner_container .content .country_select_container .country_select .input .cell.right_text {
              text-align: right; }
          .auth_popup .inner_container .content .country_select_container .country_select .input .countrySelectInputWrapper input {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            padding: 0 15px;
            border: 1px solid #EEF2F4;
            display: none; }
        .auth_popup .inner_container .content .country_select_container .country_select .countries_list {
          position: absolute;
          display: none;
          top: 100%;
          left: 0;
          right: 0;
          list-style: none;
          margin: 0;
          padding: 0;
          background: white;
          -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          border: 1px solid #ccc;
          max-height: 200px;
          overflow-y: auto;
          border-radius: 4px;
          z-index: 10; }
          .auth_popup .inner_container .content .country_select_container .country_select .countries_list li {
            line-height: 11px;
            padding: 0 10px;
            cursor: pointer;
            border-bottom: 1px solid #ccc;
            color: #AAB5BB;
            text-align: left; }
            .auth_popup .inner_container .content .country_select_container .country_select .countries_list li .country_name {
              font-family: "Nexa";
              font-size: 14px;
              line-height: 1;
              color: #AAB5BB;
              font-weight: 600; }
            .auth_popup .inner_container .content .country_select_container .country_select .countries_list li .flag {
              display: inline-block;
              width: 45px;
              height: 45px; }
              .auth_popup .inner_container .content .country_select_container .country_select .countries_list li .flag img {
                height: 100%; }
            .auth_popup .inner_container .content .country_select_container .country_select .countries_list li.recommended {
              background-color: rgba(159, 165, 168, 0.15); }
            .auth_popup .inner_container .content .country_select_container .country_select .countries_list li.selected, .auth_popup .inner_container .content .country_select_container .country_select .countries_list li.orientationCard.withHover:hover {
              background-color: rgba(0, 160, 226, 0.15); }
            .auth_popup .inner_container .content .country_select_container .country_select .countries_list li:hover {
              background-color: rgba(0, 0, 0, 0.05); }
            .auth_popup .inner_container .content .country_select_container .country_select .countries_list li:last-child {
              border-bottom-width: 0; }
          .auth_popup .inner_container .content .country_select_container .country_select .countries_list::-webkit-scrollbar {
            width: 12px;
            background-color: #F5F5F5; }
          .auth_popup .inner_container .content .country_select_container .country_select .countries_list::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            background-color: #F5F5F5; }
          .auth_popup .inner_container .content .country_select_container .country_select .countries_list::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #00A0E2; }
        .auth_popup .inner_container .content .country_select_container .country_select.open_list .countrySelectInputWrapper input {
          display: block; }
        .auth_popup .inner_container .content .country_select_container .country_select.open_list .countries_list {
          display: block; }
        .auth_popup .inner_container .content .country_select_container .country_select.selected .cell .validate_icon, .auth_popup .inner_container .content .country_select_container .country_select.orientationCard.withHover:hover .cell .validate_icon {
          display: block; }
        .auth_popup .inner_container .content .country_select_container .country_select.selected .cell .non_selected_icon, .auth_popup .inner_container .content .country_select_container .country_select.orientationCard.withHover:hover .cell .non_selected_icon {
          display: none; }
        .auth_popup .inner_container .content .country_select_container .country_select.selected .cell .country_name, .auth_popup .inner_container .content .country_select_container .country_select.orientationCard.withHover:hover .cell .country_name {
          color: #5E656F; }
    .auth_popup .inner_container .content .facebook_container {
      margin: 0 0 20px 0; }
      .auth_popup .inner_container .content .facebook_container .facebook_button {
        position: relative;
        display: block;
        text-align: center;
        background: #4d61ab;
        overflow: auto;
        border-radius: 4px;
        text-decoration: none;
        padding: 10px 10px 10px 10px; }
        .auth_popup .inner_container .content .facebook_container .facebook_button .image {
          width: 30px;
          height: 30px;
          float: left; }
          .auth_popup .inner_container .content .facebook_container .facebook_button .image:after {
            content: '';
            display: block;
            clear: both; }
        .auth_popup .inner_container .content .facebook_container .facebook_button .text {
          display: inline-block;
          height: 30px;
          color: #FFFFFF;
          font-family: "Nexa";
          font-size: 14px;
          line-height: 30px; }
        .auth_popup .inner_container .content .facebook_container .facebook_button .loading {
          font-family: 'Material';
          color: #fff;
          font-style: normal;
          font-size: 1.5em;
          position: absolute;
          -webkit-animation: spinning 1.4s infinite linear;
          animation: spinning 1.4s infinite linear;
          vertical-align: middle;
          left: -25px; }
      .auth_popup .inner_container .content .facebook_container .facebook_note {
        font-family: "Nexa";
        font-size: 12px;
        line-height: 1;
        color: #AAB5BB;
        text-align: center;
        margin: 5px 0 0 0; }
    .auth_popup .inner_container .content .or {
      position: relative;
      margin: 0 0 30px 0;
      text-align: center;
      z-index: 0; }
      .auth_popup .inner_container .content .or span {
        display: inline-block;
        padding: 0 15px 0 15px;
        background: #FFFFFF;
        color: #AAB5BB;
        font-family: "Nexa";
        font-size: 12px;
        line-height: 1;
        z-index: 1; }
      .auth_popup .inner_container .content .or:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        top: 50%;
        right: 0;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #AAB5BB;
        z-index: -1; }
    .auth_popup .inner_container .content .form_container .input {
      position: relative;
      margin: 20px 0 0 0; }
      .auth_popup .inner_container .content .form_container .input .forget_link {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        font-family: "Nexa";
        font-size: 10px;
        line-height: 1; }
    .auth_popup .inner_container .content .form_container .submit_button input[type=submit], .auth_popup .inner_container .content .form_container .submit_button .forms_button_light button, .forms_button_light .auth_popup .inner_container .content .form_container .submit_button button, .auth_popup .inner_container .content .form_container .submit_button .forms_button_transparent button, .forms_button_transparent .auth_popup .inner_container .content .form_container .submit_button button {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 1;
      text-transform: none;
      font-weight: 300; }
    .auth_popup .inner_container .content .screens .screen {
      display: none; }
      .auth_popup .inner_container .content .screens .screen .screen_description {
        color: #5E656F;
        font-family: "Nexa";
        font-size: 20px;
        line-height: 1.45;
        text-align: center;
        margin: 0 0 35px 0; }
    .auth_popup .inner_container .content .response {
      display: none;
      text-align: center;
      margin: 10px 0 0 0;
      padding: 5px 0 5px 0;
      background: #FF7C7C;
      border: 1px solid red;
      border-radius: 4px;
      color: #FFFFFF; }
  @media (max-width: 380px) {
    .auth_popup {
      width: 100%; } }

.progressBar {
  background: #EEF2F4; }
  .progressBar .progress {
    background: #b0dd34;
    height: 5px;
    width: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }

.informativeVideoSection {
  padding: 97px 0; }
  .informativeVideoSection h2.infoTitle {
    margin: 8px 0 27px;
    font-size: 39px;
    font-weight: 700; }
  .informativeVideoSection p {
    font-family: NexaLight, serif;
    font-size: 18px;
    color: #5e656f;
    line-height: 1.66em;
    text-align: justify;
    margin-bottom: 24px; }
  .informativeVideoSection [class*="col-"]:first-of-type {
    padding-left: 0; }
    @media screen and (max-width: 750px) {
      .informativeVideoSection [class*="col-"]:first-of-type {
        padding-right: 0; } }
  .informativeVideoSection [class*="col-"]:last-of-type {
    padding-right: 0; }
    @media screen and (max-width: 750px) {
      .informativeVideoSection [class*="col-"]:last-of-type {
        padding-left: 0; } }
  .informativeVideoSection .videoWrapper {
    text-align: right;
    position: relative; }
    @media screen and (max-width: 750px) {
      .informativeVideoSection .videoWrapper {
        display: inline-block; } }
  .informativeVideoSection i {
    font-family: 'Material';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
  .informativeVideoSection .button {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-topleft-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottomleft-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
    min-width: 160px;
    min-height: 40px;
    -webkit-transition: color 0.7s ease-in-out;
    transition: color 0.7s ease-in-out;
    text-align: center;
    height: initial;
    border: 1px solid #00A0E2;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-topright-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-bottomright-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "NexaHeavy";
    font-size: 14px;
    line-height: 14px;
    color: #00A0E2;
    background: transparent;
    min-height: initial;
    min-width: initial;
    padding: 10px 30px;
    font-size: 15px;
    font-family: Nexa, serif; }
    .informativeVideoSection .button:hover, .informativeVideoSection .button:visited, .informativeVideoSection .button:link, .informativeVideoSection .button:active {
      text-decoration: none; }
    .informativeVideoSection .button:hover {
      text-decoration: none;
      color: #00A0E2; }
    .informativeVideoSection .button.rightIcon i {
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      right: 12px;
      font-size: 20px;
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
    .informativeVideoSection .button.smallText {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 21px; }
    .informativeVideoSection .button.loading {
      background: url("images/loading.gif") no-repeat center center;
      background-size: 28px;
      color: transparent; }
    .informativeVideoSection .button i {
      font-size: 35px;
      vertical-align: middle; }
    @media screen and (max-width: 750px) {
      .informativeVideoSection .button {
        margin-bottom: 25px; } }
  @media screen and (max-width: 750px) {
    .informativeVideoSection {
      padding: 53px 0;
      text-align: center; } }

.howToApply {
  padding: 65px 0;
  background-color: #172336;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .howToApply {
      padding: 62px 0; } }
  .howToApply .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .howToApply .heading {
    width: 100%;
    font-size: 30px;
    letter-spacing: 2.8px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 25px; }
    @media only screen and (max-width: 768px) {
      .howToApply .heading {
        font-size: 24px;
        margin: 0 0 16px; } }
  .howToApply .description {
    width: 100%;
    height: 28px;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: #b9b9b9;
    margin-bottom: 52px; }
    @media only screen and (max-width: 768px) {
      .howToApply .description {
        font-size: 14px; } }
  .howToApply .stepsWrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
    .howToApply .stepsWrapper .step {
      position: relative;
      display: inline-block; }
      @media only screen and (max-width: 875px) {
        .howToApply .stepsWrapper .step {
          display: block;
          margin-bottom: 63px; }
          .howToApply .stepsWrapper .step:last-of-type {
            margin-bottom: 55px; } }
      .howToApply .stepsWrapper .step:first-child::before {
        display: none; }
      .howToApply .stepsWrapper .step::before {
        position: absolute;
        content: url("/site_images/how_to_apply/arrow.svg");
        top: 12px;
        left: -14px; }
        @media only screen and (max-width: 875px) {
          .howToApply .stepsWrapper .step::before {
            position: absolute;
            content: url("/site_images/how_to_apply/arrow-down.png");
            top: -46px;
            width: 100%;
            text-align: center;
            left: 0; } }
      .howToApply .stepsWrapper .step .info {
        width: 160px;
        height: 32px;
        margin-top: 22px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.33;
        letter-spacing: 1px;
        text-align: center;
        color: #f6f9f9;
        white-space: pre; }
        @media only screen and (max-width: 875px) {
          .howToApply .stepsWrapper .step .info {
            margin: 22px auto; } }
      .howToApply .stepsWrapper .step .icon {
        margin: 0 auto;
        text-align: center; }
        @media only screen and (max-width: 875px) {
          .howToApply .stepsWrapper .step .icon {
            display: block;
            margin: 0 auto 23px; } }
  .howToApply .learnMore {
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
    background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
    background-image: linear-gradient(to right, #00cef3, #00a0e2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer; }

@font-face {
  font-family: 'icomoon';
  src: url("/site_assets/fonts/icomoon.eot?mk81bw");
  src: url("/site_assets/fonts/icomoon.eot?mk81bw#iefix") format("embedded-opentype"), url("/site_assets/fonts/icomoon.ttf?mk81bw") format("truetype"), url("/site_assets/fonts/icomoon.woff?mk81bw") format("woff"), url("/site_assets/fonts/icomoon.svg?mk81bw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-exclamation-mark:before {
  content: "\e927"; }

.icon-error-outline:before {
  content: "\e926"; }

.icon-check-circle:before {
  content: "\e924"; }

.icon-flip-arrow:before {
  content: "\e925"; }

.icon-taglit-large-logo .path1:before {
  content: "\e918";
  color: #2a93c5; }

.icon-taglit-large-logo .path2:before {
  content: "\e919";
  margin-left: -4.599609375em;
  color: #00a0e2; }

.icon-taglit-large-logo .path3:before {
  content: "\e91a";
  margin-left: -4.599609375em;
  color: #00318b; }

.icon-taglit-large-logo .path4:before {
  content: "\e91b";
  margin-left: -4.599609375em;
  color: #00a0e2; }

.icon-taglit-large-logo .path5:before {
  content: "\e91c";
  margin-left: -4.599609375em;
  color: #00a0e2; }

.icon-taglit-large-logo .path6:before {
  content: "\e91d";
  margin-left: -4.599609375em;
  color: #00a0e2; }

.icon-taglit-large-logo .path7:before {
  content: "\e91e";
  margin-left: -4.599609375em;
  color: #00a0e2; }

.icon-taglit-large-logo .path8:before {
  content: "\e91f";
  margin-left: -4.599609375em;
  color: #00a0e2; }

.icon-taglit-large-logo .path9:before {
  content: "\e920";
  margin-left: -4.599609375em;
  color: #00a0e2; }

.icon-taglit-large-logo .path10:before {
  content: "\e921";
  margin-left: -4.599609375em;
  color: #00a0e2; }

.icon-taglit-large-logo .path11:before {
  content: "\e922";
  margin-left: -4.599609375em;
  color: #00318b; }

.icon-taglit-small-logo:before {
  content: "\e923"; }

.icon-error:before {
  content: "\e915"; }

.icon-reset:before {
  content: "\e916"; }

.icon-search:before {
  content: "\e917"; }

.icon-add:before {
  content: "\e912"; }

.icon-checked:before {
  content: "\e913"; }

.icon-clear:before {
  content: "\e914"; }

.icon-v-down-bold:before {
  content: "\e909"; }

.icon-v-right-bold:before {
  content: "\e90e"; }

.icon-v-left-bold:before {
  content: "\e90b"; }

.icon-v-up-bold:before {
  content: "\e90c"; }

.icon-v-right:before {
  content: "\e90d"; }

.icon-v-left:before {
  content: "\e90f"; }

.icon-v-down:before {
  content: "\e910"; }

.icon-v-up:before {
  content: "\e911"; }

.icon-instagram:before {
  content: "\e90a"; }

.icon-airplane:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-calendar:before {
  content: "\e902"; }

.icon-details-form:before {
  content: "\e903"; }

.icon-hamburger:before {
  content: "\e904"; }

.icon-location:before {
  content: "\e905"; }

.icon-phone:before {
  content: "\e906"; }

.icon-site:before {
  content: "\e907"; }

.icon-traveler:before {
  content: "\e908"; }

.countryToast {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: 0 20px;
  background: #f1f5f6;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  z-index: 100; }
  .countryToast .container {
    width: 100%;
    padding: 10px 20px; }
    .countryToast .container .itemContainer {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }
      .countryToast .container .itemContainer p {
        margin: 0; }
    .countryToast .container .flagContainer img {
      max-height: 36px;
      width: auto; }
    .countryToast .container .textContainer {
      font-family: "Nexa";
      font-size: 14px;
      line-height: 1.43;
      color: #666675; }
      .countryToast .container .textContainer .countryName {
        color: #00A0E2;
        font-weight: 600; }
    .countryToast .container .changeButtonContainer {
      text-align: right; }
      .countryToast .container .changeButtonContainer a {
        font-family: "Nexa";
        font-size: 14px;
        line-height: 1.43;
        color: #00beed;
        letter-spacing: 2px;
        font-weight: 600;
        text-decoration: none; }
    .countryToast .container .closeContainer {
      text-align: right; }
      .countryToast .container .closeContainer a {
        cursor: pointer;
        text-decoration: none; }
        .countryToast .container .closeContainer a i {
          font-size: 25px;
          color: #aab5bb; }
    .countryToast .container .floatRight {
      float: right;
      margin-top: 5px; }
  @media screen and (max-width: 750px) {
    .countryToast {
      margin: 0;
      bottom: 0;
      border-radius: 6px 6px 0 0; }
      .countryToast .container {
        padding: 20px 20px 10px;
        font-size: 0; }
        .countryToast .container .flagContainer {
          vertical-align: top;
          width: 15%; }
        .countryToast .container .textContainer {
          vertical-align: top;
          width: 85%; } }

header.primary {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 90px;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 0 28px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  @media screen and (max-width: 480px) {
    header.primary {
      height: 65px;
      padding: 0 20px; } }
  header.primary .logoWrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    header.primary .logoWrapper img.logo {
      width: 200px;
      height: 45px; }
      @media screen and (max-width: 480px) {
        header.primary .logoWrapper img.logo {
          width: 138px;
          height: 30px; } }
  header.primary nav {
    position: relative;
    display: inline-block;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    header.primary nav ul.desktopList {
      display: inline-block;
      height: 100%;
      color: #ffffff;
      list-style: none;
      vertical-align: middle;
      -webkit-padding-start: 0;
      margin-bottom: 0; }
      header.primary nav ul.desktopList li {
        position: relative;
        display: none;
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          header.primary nav ul.desktopList li {
            margin: 0 10px 0 0;
            font-size: 10px; } }
        header.primary nav ul.desktopList li a {
          text-decoration: none;
          padding: 10px 5px;
          margin: 0 15px;
          color: #ffffff;
          display: inline-block; }
          header.primary nav ul.desktopList li a.button {
            border-radius: 100px;
            padding: 13px 18px; }
        header.primary nav ul.desktopList li.button a {
          margin-left: 5px;
          border: 1px solid #ffffff; }
        header.primary nav ul.desktopList li#authItem a span {
          vertical-align: middle; }
        header.primary nav ul.desktopList li#authItem a .expand {
          vertical-align: middle;
          font-size: 19px;
          line-height: unset; }
  header.primary .countryIndicator {
    color: #ffffff;
    cursor: pointer;
    margin-left: 17px;
    display: inline-block; }
    @media screen and (max-width: 1040px) {
      header.primary .countryIndicator {
        display: none; } }
    header.primary .countryIndicator i.material-icons {
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      vertical-align: middle;
      font-size: 17px; }
    header.primary .countryIndicator img.flag {
      width: 35px; }
  header.primary nav .hamburgerWrapper {
    display: inline-block;
    position: relative; }
  header.primary nav .menu {
    position: absolute;
    top: 45px;
    right: 0;
    width: 250px;
    background: #ffffff;
    text-align: left;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 7px 17px;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      header.primary nav .menu {
        top: 2em; } }
    header.primary nav .menu .listItemGroup:last-of-type {
      border-bottom: none; }
      header.primary nav .menu .listItemGroup:last-of-type li:last-of-type {
        border-bottom: none; }
    header.primary nav .menu .listItemGroup li:last-of-type {
      border-bottom: 1px solid #f1f5f6;
      padding: 7px 0; }
    header.primary nav .menu li {
      position: relative;
      display: block;
      padding: 10px 0;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      width: 100%; }
      header.primary nav .menu li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        width: 100%;
        color: #666675;
        font-weight: 600; }
      @media screen and (max-width: 480px) {
        header.primary nav .menu li {
          font-size: 10px; } }
  header.primary #authMenu {
    position: absolute;
    top: 45px;
    right: 0;
    background: #ffffff;
    text-align: left;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 7px 17px;
    overflow: hidden; }
    header.primary #authMenu ul {
      padding: 0;
      margin: 0; }
      header.primary #authMenu ul li {
        text-align: left;
        position: relative;
        display: block;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        width: 100%; }
        header.primary #authMenu ul li a {
          position: relative;
          display: inline-block;
          text-decoration: none;
          width: 100%;
          color: #666675;
          font-weight: 600;
          margin: unset; }
        @media screen and (max-width: 480px) {
          header.primary #authMenu ul li {
            font-size: 10px; } }
  header.primary.sticky {
    background: #ffffff;
    color: #aab5bb;
    padding: 20px 28px; }
    @media screen and (max-width: 480px) {
      header.primary.sticky {
        padding: 0 20px; } }
    header.primary.sticky nav {
      padding: 0; }
      header.primary.sticky nav .desktopList {
        color: #aab5bb; }
        header.primary.sticky nav .desktopList a {
          color: #aab5bb; }
        header.primary.sticky nav .desktopList .button a {
          color: #FFFFFF;
          background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
          background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
          background-image: linear-gradient(to right, #00cef3, #00a0e2);
          border: none; }
    header.primary.sticky .navHamburger span {
      background: #aab5bb; }
    header.primary.sticky .countryIndicator {
      color: #aab5bb; }

.navHamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .navHamburger:hover {
    opacity: 0.7; }
  .navHamburger.sticky .hamburger-inner, .navHamburger.sticky .hamburger-inner::before, .navHamburger.sticky .hamburger-inner::after {
    background-color: #aab5bb; }
  @media screen and (max-width: 480px) {
    .navHamburger {
      height: 18px; } }

.hamburger-box {
  width: 18px;
  height: 20px;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 480px) {
    .hamburger-box {
      height: 14px; } }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    @media screen and (max-width: 480px) {
      .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        height: 1.5px; } }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
    @media screen and (max-width: 480px) {
      .hamburger-inner::before {
        top: -5px; } }
  .hamburger-inner::after {
    bottom: -8px; }
    @media screen and (max-width: 480px) {
      .hamburger-inner::after {
        bottom: -5px; } }

.hamburger--spring .hamburger-inner {
  top: 3px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  @media screen and (max-width: 480px) {
    .hamburger--spring .hamburger-inner {
      top: 0; } }

.hamburger--spring.isOpen .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.isOpen .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.isOpen .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

.tripsJumbotron {
  min-height: 100vh;
  color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .tripsJumbotron .container {
    padding-left: 30px;
    padding-right: 30px; }
  .tripsJumbotron .jumbotronWrapper {
    height: 100vh; }
    .tripsJumbotron .jumbotronWrapper .container {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
        .tripsJumbotron .jumbotronWrapper .container {
          width: 100%; } }
    .tripsJumbotron .jumbotronWrapper .subTitle {
      width: 100%;
      font-size: 30px;
      font-weight: normal;
      letter-spacing: 3px; }
      @media screen and (max-width: 750px) {
        .tripsJumbotron .jumbotronWrapper .subTitle {
          font-size: 17px; } }
    .tripsJumbotron .jumbotronWrapper .title {
      width: 100%;
      font-size: 80px;
      line-height: 0.9;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 25px; }
      @media screen and (max-width: 750px) {
        .tripsJumbotron .jumbotronWrapper .title {
          font-size: 35px; } }
    .tripsJumbotron .jumbotronWrapper .paragraph {
      font-size: 18px;
      line-height: 1;
      letter-spacing: 0.9px;
      margin-bottom: 48px; }
      @media screen and (max-width: 750px) {
        .tripsJumbotron .jumbotronWrapper .paragraph {
          font-size: 14px; } }
      @media only screen and (max-width: 375px) {
        .tripsJumbotron .jumbotronWrapper .paragraph {
          margin: 0 0 20px; } }
    .tripsJumbotron .jumbotronWrapper .scrollDown {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 2vh;
      left: 0;
      font-size: 40px;
      z-index: 0; }
      @media only screen and (max-width: 768px) {
        .tripsJumbotron .jumbotronWrapper .scrollDown {
          bottom: 2px; } }
    .tripsJumbotron .jumbotronWrapper .filtersBar {
      margin: 0 auto;
      position: relative;
      display: inline-block; }
      .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn {
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin: 0 5px;
        width: 146px;
        /* Select Input Styling Start */
        /* Select Input Styling End */
        /* Input Styling Start */
        /* Input Styling End */ }
        @media only screen and (max-width: 820px) {
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn {
            width: 225px;
            margin: 0 auto 10px; } }
        .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select, .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn input {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.3);
          border-radius: 6px;
          display: inline-block;
          cursor: pointer;
          text-align: left;
          position: relative; }
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .indicator, .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn input .indicator {
            color: #ffffff;
            font-size: 10px;
            border-radius: 8.5px;
            vertical-align: top;
            right: 15px;
            width: 15px;
            text-align: center;
            background-image: -webkit-linear-gradient(44deg, #00cef3, #00a0e2);
            background-image: linear-gradient(46deg, #00cef3, #00a0e2);
            display: inline-block;
            position: absolute;
            top: 13px; }
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select.hasError, .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn input.hasError {
            border: solid 1px #dc6565; }
        .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select {
          padding: 11px 10px 12px; }
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .label {
            text-transform: uppercase;
            display: inline-block;
            /* Handle Span Without An Icon Start */
            /* Handle Span Without An Icon End */ }
            .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .label span {
              font-size: 12px;
              letter-spacing: 2px;
              margin-left: 4px;
              display: inline-block;
              width: 90px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              vertical-align: middle; }
              @media only screen and (max-width: 768px) {
                .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .label span {
                  width: 145px; } }
            .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .label [class*="icon-"] {
              font-size: 12px;
              vertical-align: middle; }
            .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .label i:not([class*="icon-"]) + span {
              margin-left: 8px; }
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select i.toggle {
            display: inline-block;
            font-size: 12px;
            position: absolute;
            top: 15px;
            right: 15px; }
            .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select i.toggle.flip {
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper {
            position: absolute;
            top: 45px;
            left: 0;
            width: 100%;
            color: #666675;
            background-color: #ffffff;
            border-radius: 6px;
            -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            z-index: 2;
            padding: 9px;
            overflow: hidden;
            overflow-y: scroll;
            max-height: 220px;
            /* Customized Scrollbar Style Start */
            /* Customized Scrollbar Style End */ }
            .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup .titleWrapper {
              width: 100%;
              display: inline-block;
              text-align: justify;
              padding: 0 5px; }
              .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup .titleWrapper .title {
                text-align: left;
                font-size: 14px;
                text-transform: uppercase;
                display: inline-block; }
                .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup .titleWrapper .title:after {
                  font-family: 'icomoon' !important;
                  color: #aab5bb;
                  content: "\e912";
                  padding: 0 10px;
                  font-size: 10px; }
              .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup .titleWrapper .counter {
                display: inline-block;
                font-size: 10px;
                font-weight: bold;
                padding: 2px 7px;
                color: #FFFFFF;
                border-radius: 10px;
                background-color: #00318b; }
              .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup .titleWrapper:after {
                content: '';
                display: inline-block;
                width: 100%; }
            .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup.selected .titleWrapper, .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup.orientationCard.withHover:hover .titleWrapper {
              margin: 0;
              padding: 5px;
              width: 100%;
              max-height: 30px;
              border-radius: 4px;
              background-color: #cdd4d8; }
              .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup.selected .titleWrapper .title, .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup.orientationCard.withHover:hover .titleWrapper .title {
                padding: 0; }
                .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup.selected .titleWrapper .title:after, .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .optionsGroup.orientationCard.withHover:hover .titleWrapper .title:after {
                  color: #172336;
                  font-family: 'icomoon' !important;
                  content: "\e914"; }
            .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .option {
              cursor: pointer;
              display: inline-block;
              position: relative;
              padding: 5px 9px;
              margin: 2px 0;
              width: 100%; }
              .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .option .optionTitle {
                display: inline-block;
                font-size: 12px;
                font-weight: 600;
                letter-spacing: 1.6px;
                text-align: left;
                text-transform: uppercase;
                width: 100%; }
              .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .option.disabled {
                color: #dcdcdc; }
              .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .option:not(.disabled).selected, .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .option.orientationCard.withHover:not(.disabled):hover {
                color: #fff;
                border-radius: 4px;
                background-image: -webkit-linear-gradient(12deg, #00cef3, #00a0e2);
                background-image: linear-gradient(78deg, #00cef3, #00a0e2);
                text-align: justify; }
                .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .option:not(.disabled).selected .optionTitle, .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper .option.orientationCard.withHover:not(.disabled):hover .optionTitle {
                  display: inline-block; }
            .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper::-webkit-scrollbar {
              width: 5px; }
              .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper::-webkit-scrollbar-track {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                background: #f1f1f1; }
              .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper::-webkit-scrollbar-thumb {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                background: #b3b3b3; }
                .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select .optionsWrapper::-webkit-scrollbar-thumb:hover {
                  background: #a4a4a4; }
        .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn input {
          padding: 12px 16px;
          font-size: 12px;
          letter-spacing: 2px;
          color: #ffffff;
          border: none;
          cursor: auto; }
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn input::-webkit-input-placeholder {
            color: #ffffff; }
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn input::-moz-placeholder {
            color: #ffffff; }
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn input:-ms-input-placeholder {
            color: #ffffff; }
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn input::placeholder {
            color: #ffffff; }
        @media only screen and (max-width: 820px) {
          .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn {
            display: block;
            position: relative; }
            .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn .select, .tripsJumbotron .jumbotronWrapper .filtersBar .filterColumn input {
              width: 100%; } }
      .tripsJumbotron .jumbotronWrapper .filtersBar .actionContainer {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .tripsJumbotron .jumbotronWrapper .filtersBar .actionContainer .viewTrips {
          display: inline-block;
          border-radius: 100px;
          background-image: -webkit-linear-gradient(17deg, #00cef3, #00a0e2);
          background-image: linear-gradient(73deg, #00cef3, #00a0e2);
          cursor: pointer;
          color: #ffffff;
          padding: 13px 18px;
          margin: 0 6px;
          font-size: 12px;
          line-height: 1.17;
          letter-spacing: 2px;
          font-weight: 600;
          text-align: center;
          text-decoration: none; }
        .tripsJumbotron .jumbotronWrapper .filtersBar .actionContainer .numberOfResults {
          position: absolute;
          bottom: -22px;
          width: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-size: 14px; }
        @media only screen and (max-width: 820px) {
          .tripsJumbotron .jumbotronWrapper .filtersBar .actionContainer {
            width: 100%; }
            .tripsJumbotron .jumbotronWrapper .filtersBar .actionContainer .viewTrips {
              width: 225px;
              margin: 5px 0; } }
      .tripsJumbotron .jumbotronWrapper .filtersBar .alertContainer {
        position: absolute;
        left: 4px;
        top: 50px; }
        .tripsJumbotron .jumbotronWrapper .filtersBar .alertContainer .alertMessage {
          font-weight: normal;
          font-size: 14px;
          font-style: italic;
          letter-spacing: 0; }
        .tripsJumbotron .jumbotronWrapper .filtersBar .alertContainer .icon-error {
          color: #dc6565;
          font-size: 16px; }
        @media only screen and (max-width: 756px) {
          .tripsJumbotron .jumbotronWrapper .filtersBar .alertContainer {
            position: relative;
            margin: 12px 0 8px;
            left: 0;
            top: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }

@keyframes slideDownAnimation {
  0% {
    max-height: 0; }
  100% {
    max-height: 220px; } }

@-webkit-keyframes slideDownAnimation {
  0% {
    max-height: 0; }
  100% {
    max-height: 220px; } }
      .tripsJumbotron .jumbotronWrapper .filtersBar .animateSlideDown {
        -webkit-animation: slideDownAnimation 0.5s;
        animation: slideDownAnimation 0.5s; }
  .tripsJumbotron .participantsCounter {
    margin: auto; }
    .tripsJumbotron .participantsCounter .container {
      padding-bottom: 75px; }
      @media only screen and (max-width: 768px) {
        .tripsJumbotron .participantsCounter .container {
          padding-bottom: 35px; } }
    .tripsJumbotron .participantsCounter .heading {
      font-size: 30px;
      line-height: 1.2;
      letter-spacing: 2.8px;
      text-align: center;
      color: #ffffff;
      padding: 55px 0 10px;
      margin: 0;
      border-top: 1px solid #41414f; }
      @media only screen and (max-width: 768px) {
        .tripsJumbotron .participantsCounter .heading {
          font-size: 24px;
          line-height: 1.9;
          letter-spacing: 1.5px;
          padding: 45px 0 10px; } }
    .tripsJumbotron .participantsCounter .description {
      font-size: 16px;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: center;
      color: #b9b9b9;
      margin: auto;
      max-width: 610px; }
      @media only screen and (max-width: 768px) {
        .tripsJumbotron .participantsCounter .description {
          font-size: 14px; } }
    .tripsJumbotron .participantsCounter .actionsContainer {
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1px;
      text-align: center;
      padding-top: 21px; }
      .tripsJumbotron .participantsCounter .actionsContainer a.learnMoreLink {
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
        background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
        background-image: linear-gradient(to right, #00cef3, #00a0e2); }

.tripsJumbotronPlaceholder {
  background-color: #172336;
  height: 100vh; }
  .tripsJumbotronPlaceholder .middleContainer {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .tripsJumbotronPlaceholder .middleContainer .subTitle {
      display: block;
      width: 39vw;
      max-width: 400px;
      height: 1vh;
      border-radius: 4.5px;
      background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
      background-image: -webkit-linear-gradient(right, #8b919a, #505967);
      background-image: linear-gradient(to left, #8b919a, #505967);
      margin: 0 auto;
      margin-bottom: 33px; }
      @media only screen and (max-width: 550px) {
        .tripsJumbotronPlaceholder .middleContainer .subTitle {
          width: 49vw;
          height: 1vh;
          margin-bottom: 19px; } }
    .tripsJumbotronPlaceholder .middleContainer .title {
      display: block;
      width: 61.5vw;
      max-width: 630px;
      height: 4.5vh;
      border-radius: 6px;
      background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
      background-image: -webkit-linear-gradient(right, #8b919a, #505967);
      background-image: linear-gradient(to left, #8b919a, #505967);
      margin: 0 auto;
      margin-bottom: 22px; }
      @media only screen and (max-width: 550px) {
        .tripsJumbotronPlaceholder .middleContainer .title {
          width: 77vw;
          height: 5vh;
          margin-bottom: 12px; } }
    .tripsJumbotronPlaceholder .middleContainer .paragraph {
      display: block;
      width: 46.5vw;
      max-width: 500px;
      height: 4.5vh;
      border-radius: 6px;
      background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
      background-image: -webkit-linear-gradient(right, #8b919a, #505967);
      background-image: linear-gradient(to left, #8b919a, #505967);
      margin: 0 auto;
      margin-bottom: 104px; }
      @media only screen and (max-width: 550px) {
        .tripsJumbotronPlaceholder .middleContainer .paragraph {
          width: 61.5vw;
          height: 5vh;
          margin-bottom: 75px; } }
    .tripsJumbotronPlaceholder .middleContainer .filterBarPlaceholder .selectFilter {
      display: inline-block;
      width: 146px;
      height: 40px;
      border: 2px solid transparent;
      border-radius: 6px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#172336), to(#172336)), radial-gradient(circle at top left, #8b919a, #505967);
      background-image: -webkit-linear-gradient(#172336, #172336), -webkit-radial-gradient(top left, circle, #8b919a, #505967);
      background-image: linear-gradient(#172336, #172336), radial-gradient(circle at top left, #8b919a, #505967);
      background-origin: border-box;
      background-clip: content-box, border-box;
      opacity: 0.5;
      margin: 0 5px; }
    .tripsJumbotronPlaceholder .middleContainer .filterBarPlaceholder .buttonFilter {
      display: inline-block;
      width: 130px;
      height: 40px;
      border-radius: 100px;
      background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
      background-image: -webkit-linear-gradient(right, #8b919a, #505967);
      background-image: linear-gradient(to left, #8b919a, #505967);
      margin-left: 5px; }
    @media only screen and (max-width: 550px) {
      .tripsJumbotronPlaceholder .middleContainer .filterBarPlaceholder .selectFilter {
        display: block;
        margin: 10px auto;
        width: 61vw; }
      .tripsJumbotronPlaceholder .middleContainer .filterBarPlaceholder .buttonFilter {
        width: 61vw; } }

.tripInterestDesktop .interestWrapper {
  display: table;
  min-height: 300px; }
  .tripInterestDesktop .interestWrapper:nth-of-type(2n+3) {
    direction: rtl; }
    .tripInterestDesktop .interestWrapper:nth-of-type(2n+3) .imageInterest:before {
      right: unset;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.tripInterestDesktop .title {
  margin: 0;
  font-size: 18px;
  font-family: Nexa, sans-serif;
  color: #172336;
  line-height: 2.67;
  letter-spacing: 1.7px; }

.tripInterestDesktop .text {
  font-family: Nexa, sans-serif;
  margin: 5px 0 70px;
  font-size: 16px;
  color: #6f6f6f;
  line-height: 1.75; }

.tripInterestDesktop img {
  min-width: 410px;
  height: 300px;
  width: auto; }

.tripInterestDesktop .imageInterest {
  width: 410px;
  background-color: #FAFAFA;
  display: table-cell;
  background-size: cover;
  direction: ltr;
  position: relative; }
  .tripInterestDesktop .imageInterest:before {
    width: 0;
    height: 0;
    right: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #FAFAFA;
    content: '';
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.tripInterestDesktop .tripInterest {
  margin: 0 auto;
  position: relative;
  width: 820px;
  text-align: left;
  display: table-row;
  direction: ltr; }

.tripInterestDesktop .navigation {
  position: relative;
  width: 820px;
  margin: 0 auto; }

.tripInterestDesktop .interestInfo {
  width: 410px;
  height: 100%;
  padding: 30px 50px;
  position: relative;
  background-color: #fafafa;
  display: table-cell;
  /*&.reverse {
      float: left;
    }*/ }

.tripInterestDesktop .uppercase {
  text-transform: uppercase; }

.tripInterestDesktop .buttons {
  position: absolute;
  bottom: 30px; }
  .tripInterestDesktop .buttons a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 20px;
    border-radius: 100px;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
    background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
    background-image: linear-gradient(to right, #00cef3, #00a0e2);
    font-size: 12px;
    font-family: Nexa, sans-serif;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 2px;
    color: #ffffff;
    display: inline-block; }

.tripInterestDesktop .clear {
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer; }

.tripInterestDesktop .inverse {
  /*background-image: none;*/
  /*background-image: -webkit-linear-gradient(left, #E0F8F7, #585858, #fff); !* For Chrome and Safari *!*/
  /*background-image:    -moz-linear-gradient(left, #E0F8F7, #585858, #fff); !* For old Fx (3.6 to 15) *!*/
  /*background-image:     -ms-linear-gradient(left, #E0F8F7, #585858, #fff); !* For pre-releases of IE 10*!*/
  /*background-image:      -o-linear-gradient(left, #E0F8F7, #585858, #fff); !* For old Opera (11.1 to 12.0) *!*/
  background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
  background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
  background-image: linear-gradient(to right, #00cef3, #00a0e2);
  /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text; }

.tripInterestDesktop .arrowContainer {
  position: absolute;
  top: -webkit-calc(300px / 2 - 17px);
  top: calc(300px / 2 - 17px);
  left: -webkit-calc(410px - 17px);
  left: calc(410px - 17px); }

.tripInterestDesktop #arrow {
  width: 0;
  height: 0;
  border: 17px solid transparent;
  border-bottom-color: #fafafa;
  position: relative;
  top: -17px; }

.tripInterestDesktop #arrow:after {
  content: '';
  position: absolute;
  left: -17px;
  top: 17px;
  width: 0;
  height: 0;
  border: 17px solid transparent;
  border-top-color: #fafafa; }

.tripInterestDesktop .positionBottom {
  top: -webkit-calc(100% - 125px);
  top: calc(100% - 125px); }

.tripInterestDesktop .fixed {
  position: fixed;
  top: -webkit-calc(50% - 125px);
  top: calc(50% - 125px); }

.slideNav .uppercase {
  text-transform: uppercase; }

.slideNav li {
  cursor: pointer;
  display: inline-block;
  color: #172336;
  text-align: center;
  text-decoration: none;
  width: 200px;
  height: 50px; }
  .slideNav li:hover {
    text-decoration: none; }
  .slideNav li.selected > a, .slideNav li.orientationCard.withHover:hover > a {
    background: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
    background: -webkit-linear-gradient(left, #00cef3, #00a0e2);
    background: linear-gradient(to right, #00cef3, #00a0e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .slideNav li .underline {
    width: 100%;
    display: inline-block;
    height: 1px;
    margin-bottom: 1px;
    background-color: rgba(35, 41, 51, 0.2);
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .slideNav li.selected > span, .slideNav li.orientationCard.withHover:hover > span {
    margin: 0;
    height: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
    background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
    background-image: linear-gradient(to right, #00cef3, #00a0e2); }

.slideNav a {
  position: relative;
  text-decoration: none;
  color: #b9b9b9;
  margin: 0 auto;
  font-family: 'nexa', sans-serif;
  font-size: 14px; }
  .slideNav a:hover {
    text-decoration: none;
    color: inherit; }

.slideNav ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style-type: none;
  padding: 60px 0 0;
  margin: 0 auto 20px; }

.slideNav .new-tag {
  position: absolute;
  top: -5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
  background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
  background-image: linear-gradient(to right, #00cef3, #00a0e2);
  font-family: Nexa, sans-serif;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.7px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.slidePagination {
  display: block;
  position: relative;
  margin: 56px 0 0; }
  .slidePagination .timerNav {
    position: relative;
    top: -24px; }
  .slidePagination .page {
    display: inline-block;
    width: 89px;
    height: 1px;
    background-color: rgba(35, 41, 51, 0.2);
    margin: 0 10px 1px 10px; }
    .slidePagination .page.current {
      margin-bottom: 0;
      height: 3px;
      background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
      background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
      background-image: linear-gradient(to right, #00cef3, #00a0e2); }
  .slidePagination .clicker {
    position: relative;
    bottom: 9px;
    display: inline-block;
    cursor: pointer;
    width: 90px;
    height: 20px; }
  .slidePagination .timedNavContainer {
    display: inline-block;
    width: 90px;
    margin: 0 10px; }
  .slidePagination .timedNav {
    width: 0px;
    height: 1px;
    margin-bottom: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
    background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
    background-image: linear-gradient(to right, #00cef3, #00a0e2); }
    .slidePagination .timedNav.current {
      margin-bottom: 0;
      height: 3px;
      width: 90px;
      -webkit-transition: width 3000ms linear;
      transition: width 3000ms linear; }
      .slidePagination .timedNav.current.slow {
        -webkit-transition: width 5000ms linear;
        transition: width 5000ms linear; }
  @media (max-width: 980px) {
    .slidePagination .slidePagination {
      display: none; } }

.swiperNavigation {
  width: 820px;
  position: relative;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .swiperNavigation .navArrow {
    display: none;
    position: absolute;
    top: 125px;
    width: 25px;
    height: 25px;
    background-color: transparent; }
    .swiperNavigation .navArrow.next {
      border-top: 2px solid rgba(122, 122, 122, 0.3);
      border-right: 2px solid rgba(122, 122, 122, 0.3);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -70px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .swiperNavigation .navArrow.next:hover {
        border-top: 2px solid #00a5e4;
        border-right: 2px solid #00a5e4;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: -70px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
    .swiperNavigation .navArrow.prev {
      border-top: 2px solid rgba(122, 122, 122, 0.3);
      border-left: 2px solid rgba(122, 122, 122, 0.3);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: -70px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .swiperNavigation .navArrow.prev:hover {
        border-top: 2px solid #00a5e4;
        border-left: 2px solid #00a5e4;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: -70px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
  @media (min-width: 992px) {
    .swiperNavigation .navArrow {
      display: block; } }

.tripInterestMobile {
  width: 820px; }
  .tripInterestMobile .title {
    margin: 10px 0;
    font-size: 18px;
    font-family: Nexa, sans-serif;
    color: #172336;
    line-height: 2.67;
    letter-spacing: 1.7px; }
  .tripInterestMobile img {
    min-width: 265px;
    height: 200px;
    width: auto; }
  .tripInterestMobile .imgInterest {
    overflow: hidden;
    width: 265px;
    display: inline-block;
    background-color: rgba(211, 212, 214, 0.1); }
  .tripInterestMobile .tripInterest {
    margin: 0 auto;
    position: relative;
    width: 265px;
    height: 510px;
    background: #FAFAFA;
    text-align: start; }
  .tripInterestMobile .interestInfo {
    padding: 0 23px;
    height: 310px;
    font-family: Nexa;
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: #6f6f6f; }
  .tripInterestMobile .uppercase {
    text-transform: uppercase; }
  .tripInterestMobile .buttons {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0; }
    .tripInterestMobile .buttons a {
      width: 200px;
      padding: 17px;
      border-radius: 100px;
      font-weight: bold;
      background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
      background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
      background-image: linear-gradient(to right, #00cef3, #00a0e2);
      font-size: 12px;
      font-family: Nexa, sans-serif;
      font-stretch: normal;
      line-height: 1.17;
      letter-spacing: 2px;
      color: #ffffff;
      display: inline-block; }
  .tripInterestMobile .clear {
    text-decoration: none;
    background-color: transparent;
    border: none;
    cursor: pointer; }
  .tripInterestMobile .inverse {
    /*background-image: none;*/
    /*background-image: -webkit-linear-gradient(left, #E0F8F7, #585858, #fff); !* For Chrome and Safari *!*/
    /*background-image:    -moz-linear-gradient(left, #E0F8F7, #585858, #fff); !* For old Fx (3.6 to 15) *!*/
    /*background-image:     -ms-linear-gradient(left, #E0F8F7, #585858, #fff); !* For pre-releases of IE 10*!*/
    /*background-image:      -o-linear-gradient(left, #E0F8F7, #585858, #fff); !* For old Opera (11.1 to 12.0) *!*/
    background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
    background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
    background-image: linear-gradient(to right, #00cef3, #00a0e2);
    /* Standard syntax; must be last */
    color: transparent;
    -webkit-background-clip: text; }

.exploreTripStyles {
  text-align: center;
  padding: 20px 40px; }
  .exploreTripStyles .container {
    padding: 0;
    width: 820px; }
  .exploreTripStyles .uppercase {
    text-transform: uppercase; }
  .exploreTripStyles .tripInterests .sectionTitle {
    text-transform: uppercase;
    font-family: Nexa;
    font-size: 18px;
    line-height: 2.67;
    letter-spacing: 1.7px;
    text-align: center;
    color: #172336;
    padding: 60px 40px 20px; }
  .exploreTripStyles .buttons i {
    font-size: 7px;
    position: relative;
    bottom: 1.5px;
    color: #00a0e2; }
  .exploreTripStyles .heading {
    text-transform: uppercase;
    font-family: Nexa;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #172336; }
  .exploreTripStyles .paragraphBlock {
    font-size: 16px;
    color: #aab5bb;
    margin-bottom: 36px; }

@media (min-width: 992px) {
  .exploreTripStyles {
    padding: 60px 40px 20px 40px; }
    .exploreTripStyles .heading {
      margin-bottom: 0;
      font-size: 18px;
      letter-spacing: 1.7px; } }

.swiperNavigation {
  width: 820px;
  position: relative;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .swiperNavigation .navArrow {
    display: none;
    position: absolute;
    top: 125px;
    width: 25px;
    height: 25px;
    background-color: transparent; }
    .swiperNavigation .navArrow.next {
      border-top: 2px solid rgba(122, 122, 122, 0.3);
      border-right: 2px solid rgba(122, 122, 122, 0.3);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -70px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .swiperNavigation .navArrow.next:hover {
        border-top: 2px solid #00a5e4;
        border-right: 2px solid #00a5e4;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: -70px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
    .swiperNavigation .navArrow.prev {
      border-top: 2px solid rgba(122, 122, 122, 0.3);
      border-left: 2px solid rgba(122, 122, 122, 0.3);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: -70px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .swiperNavigation .navArrow.prev:hover {
        border-top: 2px solid #00a5e4;
        border-left: 2px solid #00a5e4;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: -70px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
  @media (min-width: 992px) {
    .swiperNavigation .navArrow {
      display: block; } }

.instagramMobile {
  margin-bottom: 50px;
  width: 820px; }
  .instagramMobile .instaSlider {
    height: 260px;
    width: 820px;
    overflow-x: hidden; }

.instagramImage .instaImage {
  width: 260px;
  height: 260px;
  overflow: hidden; }

.instagramImage .instaLogo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 11px;
  height: 23px; }

.instagramImage .instaName {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  color: #fff;
  font-size: 12px; }

.instagramDesktop .instaSlider {
  height: 260px;
  width: 100vw;
  overflow-x: hidden; }

.instagramDesktop .instaSlider {
  width: 820px; }

.instagramSlider {
  text-align: center;
  padding: 20px 40px; }
  .instagramSlider .container {
    padding: 0;
    width: 820px; }
  .instagramSlider .heading {
    font-family: Nexa, sans-serif;
    font-size: 18px;
    line-height: 2.67;
    text-align: center;
    color: #172336;
    margin-bottom: 25px; }

.articleImage {
  position: relative;
  width: 260px;
  height: 270px; }
  .articleImage .articleImageText {
    font-family: Nexa;
    text-align: left;
    position: absolute;
    bottom: 22px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    color: #ffffff; }
  .articleImage .articleUrl {
    width: 260px;
    height: 270px; }

.articleSlider {
  padding: 20px 40px 55px;
  background-color: rgba(238, 242, 244, 0.8); }
  .articleSlider .container {
    width: 820px;
    text-align: center;
    padding: 0;
    margin: 0 auto; }
  .articleSlider .articlePagination {
    display: none; }
  @media (min-width: 860px) {
    .articleSlider .articleSlider {
      margin-bottom: 0;
      padding: 20px 40px; }
    .articleSlider .articlePagination {
      height: 0;
      display: block; } }

.articleSlider .heading {
  font-family: Nexa, sans-serif;
  font-size: 18px;
  line-height: 2.67;
  text-align: center;
  color: #172336;
  margin-bottom: 25px; }

.itinerarySection {
  background-color: #f1f5f6; }
  .itinerarySection .itineraryMain {
    margin-top: 90px;
    padding: 65px 0;
    text-align: center;
    display: block; }
    .itinerarySection .itineraryMain .tripData .title {
      font-family: Nexa;
      font-size: 30px;
      line-height: 1.2;
      letter-spacing: 2.8px;
      color: #172336;
      margin: 2% auto 10px auto;
      text-transform: uppercase; }
    .itinerarySection .itineraryMain .tripData .description {
      max-width: 600px;
      font-family: Nexa;
      font-size: 16px;
      line-height: 1.75;
      text-align: center;
      color: #666675;
      text-align: center;
      margin: 1.5% auto; }
    .itinerarySection .itineraryMain .tripData .linkContainer {
      margin: 30px auto 22px auto; }
      .itinerarySection .itineraryMain .tripData .linkContainer .link {
        font-family: Nexa;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #00beed;
        text-transform: uppercase; }
      .itinerarySection .itineraryMain .tripData .linkContainer [class*="icon-"] {
        font-size: 10px; }
    .itinerarySection .itineraryMain .timeline {
      overflow: hidden;
      margin: 2px 0; }
      .itinerarySection .itineraryMain .timeline .item {
        width: 50%;
        padding: 70px 35px; }
      .itinerarySection .itineraryMain .timeline .item:nth-child(1) {
        margin-top: 60px; }
      .itinerarySection .itineraryMain .timeline .item:nth-child(2) {
        margin-top: 207px; }
      .itinerarySection .itineraryMain .timeline .item:last-child {
        margin-bottom: 50px; }
      .itinerarySection .itineraryMain .timeline .divider {
        background-color: #cdd4d8;
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
        width: 4px;
        margin: 50px auto 0 auto;
        border-radius: 2px; }
      .itinerarySection .itineraryMain .timeline .icon {
        position: absolute;
        top: 0;
        left: -webkit-calc(50% - 13.5px);
        left: calc(50% - 13.5px);
        background-color: red;
        width: 27px;
        height: 50px;
        margin: 0 auto;
        background-image: url("/site_images/itinerary/airplane.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #f1f5f6; }
      .itinerarySection .itineraryMain .timeline .bus {
        background-image: url("/site_images/itinerary/bus.png"); }
      .itinerarySection .itineraryMain .timeline .fixed {
        position: fixed;
        top: 110px; }
      .itinerarySection .itineraryMain .timeline .bottom {
        bottom: 0px;
        top: auto; }
    .itinerarySection .itineraryMain .bottomLinks {
      margin: 5% auto;
      cursor: pointer; }
      .itinerarySection .itineraryMain .bottomLinks .viewTrips {
        text-decoration: none;
        padding: 13px 18px;
        border-radius: 100px;
        background-image: -webkit-linear-gradient(17deg, #00cef3, #00a0e2);
        background-image: linear-gradient(73deg, #00cef3, #00a0e2);
        font-family: Nexa;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.17;
        letter-spacing: 2px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  .itinerarySection .itineraryMain .tripData .description {
    margin: 5% auto;
    padding: 0 15px; }
  .itinerarySection .itineraryMain .tripData .linkContainer {
    margin: 32px auto 22px auto; }
  .itinerarySection .itineraryMain .timeline .item {
    width: 100%;
    padding: 18px 0 32px 0; }
    .itinerarySection .itineraryMain .timeline .item:not(:last-child)::after {
      position: absolute;
      content: '';
      background-color: #cdd4d8;
      height: 30px;
      width: 4px;
      margin: 0 auto;
      top: -webkit-calc(100% - 21px);
      top: calc(100% - 21px);
      border-radius: 2px; }
    .itinerarySection .itineraryMain .timeline .item:nth-child(-n + 2) {
      margin-top: 0; }
    .itinerarySection .itineraryMain .timeline .item:last-child {
      margin-bottom: 0px; }
  .itinerarySection .itineraryMain .buttomLinks {
    margin: 5% auto 28% auto; }
  .itinerarySection .itineraryMain .divider {
    display: none; }
  .itinerarySection .itineraryMain .icon {
    display: none; } }

.itineraryItem {
  border-radius: 10px;
  background-color: white; }
  .itineraryItem .title {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background-size: -webkit-calc(100% + 30px) 100%;
    background-size: calc(100% + 30px) 100%;
    z-index: 1; }
    .itineraryItem .title::before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(35, 41, 51, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .itineraryItem .title > * {
      color: blue;
      z-index: 10; }
    .itineraryItem .title .day {
      padding-top: 7%;
      font-family: Nexa;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px;
      color: #ffffff; }
    .itineraryItem .title .description {
      font-family: Nexa;
      font-size: 24px;
      line-height: 2;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin: 0;
      padding: 1% 0 11% 0; }
    .itineraryItem .title .arrowHolder {
      position: absolute;
      top: -webkit-calc(50% - 16px);
      top: calc(50% - 16px);
      height: 30px;
      width: 30px;
      z-index: 10;
      overflow: hidden;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .itineraryItem .title .arrowHolder .imageHolder {
        position: relative;
        height: 45px;
        width: 30px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-repeat: no-repeat; }
        .itineraryItem .title .arrowHolder .imageHolder::before {
          content: '';
          width: 100%;
          height: 100%;
          background-color: rgba(35, 41, 51, 0.3);
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1; }
  .itineraryItem .tripDirections {
    color: gray;
    text-align: left;
    padding: 3.5% 4% 3% 3%; }
    .itineraryItem .tripDirections .steps {
      padding: 1% 2%;
      list-style: none;
      line-height: 1.45; }
      .itineraryItem .tripDirections .steps .step {
        padding: 7px 2% 2% 35px;
        font-family: NexaBook;
        font-size: 14px;
        color: #666675;
        background-image: url("/site_images/itinerary/v-shape-gray.png");
        background-position: left 8px;
        background-repeat: no-repeat; }
      .itineraryItem .tripDirections .steps .completed {
        background-image: url("/site_images/itinerary/v-shape-blue.png"); }

.itineraryMain .left {
  position: relative; }
  .itineraryMain .left .title {
    background-position-x: 0px; }
    .itineraryMain .left .title .arrowHolder {
      right: -15px; }
      .itineraryMain .left .title .arrowHolder .imageHolder {
        top: -10px;
        left: 10px; }

.itineraryMain .right {
  position: relative; }
  .itineraryMain .right .title {
    background-position-x: -30px; }
    .itineraryMain .right .title .arrowHolder {
      left: -15px; }
      .itineraryMain .right .title .arrowHolder .imageHolder {
        top: 10px;
        right: 10px;
        background-position-x: 0px !important; }

@media only screen and (max-width: 768px) {
  .itineraryItem .title {
    background-size: 100% 100%;
    background-position: 0 0; }
    .itineraryItem .title .day {
      padding-top: 9%; }
    .itineraryItem .title .description {
      padding: 0 0 13% 0; }
    .itineraryItem .title .arrowHolder {
      display: none; }
  .itineraryItem .tripDirections {
    padding: 20px 12px 9px 13px; }
    .itineraryItem .tripDirections .steps {
      padding: 1% 0% 0% 2%;
      line-height: 1.3;
      margin-bottom: 0; }
      .itineraryItem .tripDirections .steps .step {
        padding: 3px 5px 19px 35px; } }

body.marketPage {
  background-color: #F0F5F6;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  padding-left: 25px; }
  body.marketPage.menuOpened {
    padding-left: 300px; }
    @media only screen and (max-width: 768px) {
      body.marketPage.menuOpened {
        padding-left: 0; } }
  body.marketPage .tripsWrapper .container {
    padding-left: 30px;
    padding-right: 30px; }
  @media only screen and (min-width: 1400px) {
    body.marketPage .tripsWrapper .container {
      width: 1140px; }
    body.marketPage .tripsWrapper .tripTile {
      width: 20%; } }
  @media only screen and (max-width: 1400px) {
    body.marketPage .tripsWrapper .container {
      width: 920px; } }
  @media only screen and (max-width: 992px) {
    body.marketPage .tripsWrapper .container {
      width: 100%; }
    body.marketPage .tripsWrapper .tripTile {
      width: 25%; } }
  @media only screen and (max-width: 900px) {
    body.marketPage .tripsWrapper .tripTile {
      width: 33.333333333%; } }
  @media only screen and (max-width: 768px) {
    body.marketPage .tripsWrapper .tripTile {
      width: 33.333333333%; } }
  @media only screen and (max-width: 550px) {
    body.marketPage .tripsWrapper .tripTile {
      width: 50%;
      padding: 0 5px;
      margin-bottom: 8px; } }
  @media only screen and (max-width: 1400px) {
    body.marketPage.menuOpened .tripsWrapper .tripTile {
      width: 25%; } }
  @media only screen and (max-width: 1200px) {
    body.marketPage.menuOpened .tripsWrapper .container {
      width: 700px; }
    body.marketPage.menuOpened .tripsWrapper .tripTile {
      width: 33.333333333%; } }
  @media only screen and (max-width: 992px) {
    body.marketPage.menuOpened .tripsWrapper .container {
      width: 100%; }
    body.marketPage.menuOpened .tripsWrapper .tripTile {
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    body.marketPage.menuOpened .tripsWrapper .tripTile {
      width: 33.333333333%; } }
  @media only screen and (max-width: 550px) {
    body.marketPage.menuOpened .tripsWrapper .tripTile {
      width: 50%;
      padding: 0 5px;
      margin-bottom: 8px; } }
  body.marketPage .marketContainer {
    margin-top: 90px;
    height: 100%;
    width: 100%;
    font-size: 0;
    background-color: #F0F5F6;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    @media only screen and (max-width: 480px) {
      body.marketPage .marketContainer {
        margin-top: 65px; } }
    body.marketPage .marketContainer.mask {
      margin-top: 90px; }
    @media only screen and (max-width: 480px) {
      body.marketPage .marketContainer {
        margin-top: 65px; }
        body.marketPage .marketContainer.mask {
          margin-top: 65px; } }
    body.marketPage .marketContainer::after {
      content: "";
      display: table;
      clear: both; }
    body.marketPage .marketContainer.backgroundColorChange {
      background-color: #AAB2B6; }
  @media only screen and (max-width: 768px) {
    body.marketPage .returnFilterWrapper {
      border-radius: 6px;
      cursor: pointer;
      position: fixed;
      background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
      background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
      background-image: linear-gradient(to right, #00cef3, #00a0e2);
      padding: 0px 0px;
      bottom: 10px;
      left: 10px;
      z-index: 6;
      font-size: 18px;
      font-weight: bold;
      opacity: 0;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      color: white;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      body.marketPage .returnFilterWrapper.show {
        opacity: 1;
        padding: 20px 14.5px; } }

/* START TRANSITION AND ANIMATION FILTER BAR */
.accordion-enter-active {
  -webkit-transition: all .8s ease;
  transition: all .8s ease; }

.accordion-leave-active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.accordion-enter, .accordion-leave-to {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

/* END TRANSITION AND ANIMATION FILTER BAR */
/* START MESSAGE POPUP FOR EMPTY CHOOSING STYLE */
.getStartedWrapper {
  position: absolute;
  /*.speech-bubble {
    border-radius: .4em;
  }

  .speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: #ffffff;
    border-left: 0;
    margin-top: -13px;
    margin-left: -15px;
  }*/ }
  @media only screen and (min-width: 768px) {
    .getStartedWrapper {
      top: 132px;
      left: 326px; } }
  @media only screen and (max-width: 768px) {
    .getStartedWrapper {
      bottom: 0;
      width: 100%;
      text-align: center;
      -webkit-transform: translateY(112%);
      -ms-transform: translateY(112%);
      transform: translateY(112%);
      position: absolute;
      z-index: 10; } }
  .getStartedWrapper .tooltip {
    padding: 20px 81px 20px 27px;
    width: 270px;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    text-align: left;
    display: inline-block; }
    .getStartedWrapper .tooltip .title {
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 1.3px;
      color: #172336;
      text-transform: uppercase; }
    .getStartedWrapper .tooltip .content {
      font-size: 14px;
      line-height: 1.71;
      letter-spacing: 0.1px;
      color: #5e656f; }
    .getStartedWrapper .tooltip::after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border: 15px solid transparent;
      border-right-color: #ffffff;
      border-left: 0; }
      @media only screen and (min-width: 768px) {
        .getStartedWrapper .tooltip::after {
          left: -15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media only screen and (max-width: 768px) {
        .getStartedWrapper .tooltip::after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          left: 125px;
          top: -22px; } }
  @media only screen and (min-width: 768px) {
    .getStartedWrapper:before {
      -webkit-filter: blur(50px);
      filter: blur(50px);
      width: 285px;
      height: 285px;
      content: "";
      position: absolute;
      z-index: -1;
      background-color: #172336;
      opacity: 0.3;
      right: 149px;
      top: -36px; } }

/* END MESSAGE POPUP FOR EMPTY CHOOSING STYLE */
/* START DATE PICKER STYLE */
.calenderWrapper {
  background-color: white;
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 6px; }
  .calenderWrapper .titleDatePicker {
    position: relative;
    top: 15px;
    z-index: 5;
    left: 18px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #172336; }
  .calenderWrapper .datePikerWrapper {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .calenderWrapper .datePikerWrapper header {
      display: none; }
    .calenderWrapper .datePikerWrapper .cell.day-header {
      display: none; }
  .calenderWrapper .vdp-datepicker__calendar {
    width: 270px;
    border: none; }
  .calenderWrapper .vdp-datepicker__calendar .cell {
    font-size: 12px;
    color: #6f6f6f;
    height: 30px;
    line-height: 28px; }
    .calenderWrapper .vdp-datepicker__calendar .cell.disabled {
      color: #cdd4d8; }
  .calenderWrapper .vdp-datepicker__calendar .cell.selected, .calenderWrapper .vdp-datepicker__calendar .cell.orientationCard.withHover:hover {
    position: relative;
    z-index: 10;
    background-color: transparent;
    color: white; }
    .calenderWrapper .vdp-datepicker__calendar .cell.selected:after, .calenderWrapper .vdp-datepicker__calendar .cell.orientationCard.withHover:hover:after {
      border-radius: 6px;
      z-index: -1;
      content: "";
      background-image: -webkit-linear-gradient(45deg, #00cef3, #00a0e2);
      background-image: linear-gradient(45deg, #00cef3, #00a0e2);
      display: inline-block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 79%;
      height: 90%; }
  .calenderWrapper .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .calenderWrapper .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .calenderWrapper .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: 1px solid transparent;
    position: relative; }
    .calenderWrapper .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover:before, .calenderWrapper .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover:before, .calenderWrapper .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover:before {
      border-radius: 6px;
      z-index: 1;
      content: "";
      border: 1px solid #00A0E2;
      display: inline-block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 79%;
      height: 90%; }
  .calenderWrapper .vdp-datepicker__calendar .cell.selected, .calenderWrapper .vdp-datepicker__calendar .cell.orientationCard.withHover:hover, .calenderWrapper .vdp-datepicker__calendar .cell.selected.highlighted, .calenderWrapper .vdp-datepicker__calendar .cell.highlighted.orientationCard.withHover:hover, .calenderWrapper .vdp-datepicker__calendar .cell.selected:hover, .calenderWrapper .vdp-datepicker__calendar .cell.orientationCard.withHover:hover {
    background: none; }
  .calenderWrapper .vdp-datepicker__clear-button {
    display: none !important; }

/* END DATE PICKER STYLE */
/* START FILER LOADING MASK */
.filtersBarLoadingMask {
  position: fixed;
  left: 0;
  background-color: #1C2838;
  color: white;
  width: 300px;
  padding-top: 50px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  min-height: 100vh;
  display: inline-block;
  float: left;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .filtersBarLoadingMask {
      position: static; } }
  .filtersBarLoadingMask .barHeader {
    padding: 0 33px 54px 43px; }
    .filtersBarLoadingMask .barHeader .title {
      font-size: 18px;
      letter-spacing: 2px; }
    .filtersBarLoadingMask .barHeader .actionsWrapper {
      float: right;
      cursor: pointer; }
      .filtersBarLoadingMask .barHeader .actionsWrapper .title {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.1px;
        position: relative;
        top: -2px;
        right: -2px; }
      .filtersBarLoadingMask .barHeader .actionsWrapper .resetButton {
        padding-right: 3px;
        font-size: 12px; }
  .filtersBarLoadingMask .container {
    margin: 0 0 0 25px;
    width: 92%; }
    .filtersBarLoadingMask .container .firstLineMask {
      width: 105px;
      height: 17px;
      border-radius: 3px;
      background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
      background-image: -webkit-linear-gradient(right, #8b919a, #505967);
      background-image: linear-gradient(to left, #8b919a, #505967); }
    .filtersBarLoadingMask .container .longLIneWrapper {
      margin-top: 32px; }
      .filtersBarLoadingMask .container .longLIneWrapper .line {
        float: left;
        width: 135px;
        height: 8px;
        border-radius: 3px;
        background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
        background-image: -webkit-linear-gradient(right, #8b919a, #505967);
        background-image: linear-gradient(to left, #8b919a, #505967); }
      .filtersBarLoadingMask .container .longLIneWrapper .indicatorLine {
        float: right;
        width: 20px;
        height: 8px;
        opacity: 0.5;
        border-radius: 3px;
        background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
        background-image: -webkit-linear-gradient(right, #8b919a, #505967);
        background-image: linear-gradient(to left, #8b919a, #505967); }
    .filtersBarLoadingMask .container .shortLIneWrapper {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 33px; }
      .filtersBarLoadingMask .container .shortLIneWrapper .line {
        float: left;
        width: 105px;
        height: 8px;
        border-radius: 3px;
        background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
        background-image: -webkit-linear-gradient(right, #8b919a, #505967);
        background-image: linear-gradient(to left, #8b919a, #505967); }
      .filtersBarLoadingMask .container .shortLIneWrapper .indicatorLine {
        float: right;
        width: 10px;
        height: 8px;
        opacity: 0.5;
        border-radius: 3px;
        background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
        background-image: -webkit-linear-gradient(right, #8b919a, #505967);
        background-image: linear-gradient(to left, #8b919a, #505967); }

/* END FILER LOADING MASK */
/* START FILTER BAR STYLE */
.marketFiltersBar {
  position: fixed;
  left: 0;
  top: 90px;
  background-color: #1C2838;
  color: white;
  width: 300px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  min-height: 100vh;
  font-size: 16px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  @media only screen and (min-width: 768px) {
    .marketFiltersBar {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0); } }
  @media only screen and (max-width: 768px) {
    .marketFiltersBar {
      position: relative;
      min-height: initial;
      top: unset; } }
  .marketFiltersBar .contentWrapper {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    padding-top: 50px; }
    @media only screen and (min-width: 768px) {
      .marketFiltersBar .contentWrapper {
        height: 100vh;
        overflow-y: scroll;
        /* Customized Scrollbar Style Start */
        /* Customized Scrollbar Style End */ } }
  @media only screen and (min-width: 768px) and (-ms-high-contrast: active) {
    .marketFiltersBar .contentWrapper {
      /* IE10+ CSS styles */
      height: -webkit-calc(100vh - 90px);
      height: calc(100vh - 90px); } }
    @media only screen and (min-width: 768px) {
        @supports (-ms-accelerator: true) {
          .marketFiltersBar .contentWrapper {
            /* IE Edge 12+ CSS styles */
            height: -webkit-calc(100vh - 90px);
            height: calc(100vh - 90px); } }
      @-moz-document url-prefix() {
        .marketFiltersBar .contentWrapper {
          /* FireFox CSS styles */
          height: calc(100vh - 90px); } }
        .marketFiltersBar .contentWrapper::-webkit-scrollbar {
          width: 5px; }
          .marketFiltersBar .contentWrapper::-webkit-scrollbar-track {
            background: transparent; }
          .marketFiltersBar .contentWrapper::-webkit-scrollbar-thumb {
            border-radius: 15px;
            background: #535b6a; }
            .marketFiltersBar .contentWrapper::-webkit-scrollbar-thumb:hover {
              background: #434b59; } }
    @media only screen and (min-width: 768px) {
      .marketFiltersBar .contentWrapper {
        padding-bottom: 190px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .marketFiltersBar .contentWrapper {
      padding-bottom: 90px; } }
    .marketFiltersBar .contentWrapper:after {
      content: "";
      display: table;
      clear: both; }
  .marketFiltersBar .toggleIconWrapper {
    position: absolute;
    top: 40px;
    right: -15px;
    padding: 10px 0;
    width: 15px;
    border-radius: 0 5px 5px 0;
    font-size: 10px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
    background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
    background-image: linear-gradient(to right, #00cef3, #00a0e2);
    color: white;
    cursor: pointer; }
    .marketFiltersBar .toggleIconWrapper span {
      display: block;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
  .marketFiltersBar.closed {
    transform: translateX(-92%);
    -webkit-transform: translateX(-92%);
    -ms-transform: translateX(-92%);
    /*.filterGroup, .barHeader {
      visibility: hidden;
    }*/ }
    .marketFiltersBar.closed .close span {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .marketFiltersBar.closed .icon-v-left-bold {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  .marketFiltersBar.minHeight {
    height: 0; }
  .marketFiltersBar .barHeader {
    padding: 0 33px 45px 43px; }
    .marketFiltersBar .barHeader .title {
      display: inline-block;
      font-size: 18px;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .marketFiltersBar .barHeader .actionsWrapper {
      float: right;
      cursor: pointer; }
      .marketFiltersBar .barHeader .actionsWrapper .title {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.1px;
        position: relative;
        top: -2px;
        right: -2px; }
      .marketFiltersBar .barHeader .actionsWrapper .resetButton {
        padding-right: 3px;
        font-size: 12px; }
    @media only screen and (max-width: 768px) {
      .marketFiltersBar .barHeader {
        padding: 0 34px 30px 45px; } }
  .marketFiltersBar .filterGroup {
    padding-top: 10px;
    -webkit-transition: padding-top 1s;
    transition: padding-top 1s; }
    @media only screen and (max-width: 768px) {
      .marketFiltersBar .filterGroup {
        padding-top: 0;
        margin-bottom: 11px; } }
    .marketFiltersBar .filterGroup.hidden {
      display: none; }
    .marketFiltersBar .filterGroup .header {
      padding-bottom: 20px;
      -webkit-transition: padding-bottom 1s;
      transition: padding-bottom 1s;
      cursor: pointer;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .marketFiltersBar .filterGroup .header {
          padding: 10px 3px; } }
      .marketFiltersBar .filterGroup .header .iconVWrapper {
        -webkit-transition: -webkit-transform 150ms ease;
        transition: -webkit-transform 150ms ease;
        transition: transform 150ms ease;
        transition: transform 150ms ease, -webkit-transform 150ms ease;
        display: inline-block; }
        .marketFiltersBar .filterGroup .header .iconVWrapper.vRotate {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
          padding-right: 1px; }
        .marketFiltersBar .filterGroup .header .iconVWrapper [class*="icon-"] {
          font-size: 10px;
          padding: 14px; }
      .marketFiltersBar .filterGroup .header .title {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: inline-block; }
      .marketFiltersBar .filterGroup .header .indicator {
        position: relative;
        top: -3px;
        text-align: center;
        float: right;
        width: 21px;
        height: 20px;
        border-radius: 8.5px;
        margin-right: 29px;
        background-image: -webkit-linear-gradient(44deg, #00cef3, #00a0e2);
        background-image: linear-gradient(46deg, #00cef3, #00a0e2); }
        .marketFiltersBar .filterGroup .header .indicator .currentIndicatorNumber {
          font-size: 12px;
          position: relative;
          top: 1px; }
      .marketFiltersBar .filterGroup .header .warningIcon {
        position: relative;
        top: -3px;
        text-align: center;
        float: right;
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 8.5px;
        margin-right: 29px;
        background-image: -webkit-linear-gradient(#f5a623, #f5a623), -webkit-linear-gradient(45deg, #ffc800, #f76b1c);
        background-image: linear-gradient(#f5a623, #f5a623), linear-gradient(45deg, #ffc800, #f76b1c); }
      .marketFiltersBar .filterGroup .header .informationIcon {
        position: absolute;
        color: rgba(255, 255, 255, 0.5);
        margin: 0 5px;
        padding: 0 5px;
        font-size: 16px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .marketFiltersBar .filterGroup .header .informationIcon:hover {
          color: unset; }
      .marketFiltersBar .filterGroup .header .tooltipWrapper {
        position: absolute;
        top: 33px;
        left: 0;
        z-index: 1;
        width: 100%;
        padding: 0 20px; }
      .marketFiltersBar .filterGroup .header .tooltip {
        width: 100%;
        border-radius: 6px;
        background-color: #ffffff;
        line-height: 1.5; }
        .marketFiltersBar .filterGroup .header .tooltip .body {
          padding: 15px 20px;
          font-size: 12px;
          color: #666675; }
    .marketFiltersBar .filterGroup .optionsWrapper {
      padding-left: 35px; }
      .marketFiltersBar .filterGroup .optionsWrapper .option {
        width: 100%;
        padding: 1px 30px 4px 0; }
        .marketFiltersBar .filterGroup .optionsWrapper .option .datePickerWrapper {
          display: initial; }
        .marketFiltersBar .filterGroup .optionsWrapper .option .title {
          font-family: NexaLight, Nexa, sans-serif;
          display: inline-block;
          cursor: pointer;
          font-size: 13px;
          line-height: 1;
          letter-spacing: 0.2px;
          width: 180px;
          padding: 8px 10px 6px 10px;
          border-radius: 6px; }
          .marketFiltersBar .filterGroup .optionsWrapper .option .title.disabled {
            color: #6F7882; }
          .marketFiltersBar .filterGroup .optionsWrapper .option .title.isSelectedNotSelectable {
            border: solid 1px #8d8d95; }
            .marketFiltersBar .filterGroup .optionsWrapper .option .title.isSelectedNotSelectable .errorSelectable {
              float: right;
              padding-right: 15px; }
          @media only screen and (max-width: 768px) {
            .marketFiltersBar .filterGroup .optionsWrapper .option .title {
              width: 80%; }
              .marketFiltersBar .filterGroup .optionsWrapper .option .title:hover:not(.active) {
                background-image: none !important; } }
          .marketFiltersBar .filterGroup .optionsWrapper .option .title .iconInHover {
            display: none; }
          .marketFiltersBar .filterGroup .optionsWrapper .option .title:hover:not(.disabled) .iconInHover {
            display: none; }
          .marketFiltersBar .filterGroup .optionsWrapper .option .title.active:not(.disabled) {
            background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
            background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
            background-image: linear-gradient(to right, #00cef3, #00a0e2);
            font-weight: 700; }
            .marketFiltersBar .filterGroup .optionsWrapper .option .title.active:not(.disabled) .iconInHover {
              display: block; }
          .marketFiltersBar .filterGroup .optionsWrapper .option .title .icon-checked, .marketFiltersBar .filterGroup .optionsWrapper .option .title .icon-calendar, .marketFiltersBar .filterGroup .optionsWrapper .option .title .icon-search {
            float: right;
            margin-right: 10px; }
        .marketFiltersBar .filterGroup .optionsWrapper .option .indicator {
          float: right;
          color: #5B6470;
          font-size: 12px;
          padding-top: 5px; }
        .marketFiltersBar .filterGroup .optionsWrapper .option .sectionItemInputDate .inputDate {
          padding-left: 10px;
          font-family: Nexa;
          font-size: 12px;
          color: white;
          border: 1px solid rgba(255, 255, 255, 0.1);
          width: 192px;
          height: 35px;
          border-radius: 6px;
          background-color: rgba(255, 255, 255, 0.1); }
          .marketFiltersBar .filterGroup .optionsWrapper .option .sectionItemInputDate .inputDate.error {
            border: 1px solid #dc6565; }
        .marketFiltersBar .filterGroup .optionsWrapper .option .sectionItemInputDate .errorMessageWrapper {
          margin-top: 10px;
          display: -webkit-box; }
          .marketFiltersBar .filterGroup .optionsWrapper .option .sectionItemInputDate .errorMessageWrapper .error {
            font-size: 14px;
            font-weight: bold;
            font-style: italic; }
          .marketFiltersBar .filterGroup .optionsWrapper .option .sectionItemInputDate .errorMessageWrapper .iconInformationError {
            position: relative;
            top: 1px;
            left: 3px;
            width: 16px;
            height: 16px;
            border: solid 1px rgba(255, 255, 255, 0.5);
            border-radius: 100%;
            margin-right: 5px;
            text-align: center;
            background-color: #dc6565;
            font-style: unset; }
            .marketFiltersBar .filterGroup .optionsWrapper .option .sectionItemInputDate .errorMessageWrapper .iconInformationError .iconInformationSign {
              position: relative;
              top: -2.6px;
              left: 0px;
              font-size: 10px; }
        .marketFiltersBar .filterGroup .optionsWrapper .option.optionDatePickerWrapper {
          position: relative; }
        .marketFiltersBar .filterGroup .optionsWrapper .option .calenderWrapper {
          position: absolute;
          right: 15px;
          z-index: 1;
          top: 35px; }
        .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper {
          position: relative; }
          .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .inputSearch {
            width: 170px;
            margin-top: 7px;
            height: 30px;
            backdrop-filter: blur(20px);
            border-radius: 6px;
            -webkit-backdrop-filter: blur(20px);
            background-color: rgba(255, 255, 255, 0.2);
            border: none;
            padding-left: 10px;
            font-size: 11px; }
          .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper {
            position: absolute;
            z-index: 1;
            top: 40px;
            width: 110%;
            max-height: 250px;
            margin-top: 5px;
            padding: 0 15px;
            overflow: auto;
            background-color: white;
            border-radius: 6px;
            -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            /* Customized Scrollbar Style Start */
            /* Customized Scrollbar Style End */ }
            .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper .result {
              font-size: 11px;
              font-weight: 600;
              color: #666675; }
              .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper .result .title {
                white-space: nowrap; }
                .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper .result .title.disabled {
                  cursor: default;
                  color: #dcdcdc; }
                .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper .result .title.active {
                  color: white;
                  min-width: 180px;
                  width: auto; }
                .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper .result .title [class*='icon-'] {
                  display: none; }
              .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper .result.option:first-child {
                padding-top: 10px; }
              .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper .result.option:last-child {
                padding-bottom: 10px; }
            .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper::-webkit-scrollbar {
              width: 5px;
              height: 5px; }
              .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper::-webkit-scrollbar-track {
                border-radius: 45px;
                background: transparent; }
              .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper::-webkit-scrollbar-thumb {
                border-radius: 45px;
                background: #b3b3b3; }
                .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper::-webkit-scrollbar-thumb:hover {
                  background: #434343; }
              .marketFiltersBar .filterGroup .optionsWrapper .option .inputAutoCompleteWrapper .resultsWrapper::-webkit-scrollbar-corner {
                background: transparent; }
      .marketFiltersBar .filterGroup .optionsWrapper .option:last-child {
        padding-bottom: 50px; }
    .marketFiltersBar .filterGroup.moreFiltersHeader {
      display: none; }
      @media only screen and (max-width: 768px) {
        .marketFiltersBar .filterGroup.moreFiltersHeader {
          display: inline-block;
          width: 100%; } }
    @media only screen and (max-width: 768px) {
      .marketFiltersBar .filterGroup.moreFiltersDisplay {
        display: none; } }
    .marketFiltersBar .filterGroup.moreFiltersDisplay:nth-child(1) {
      background-color: white; }

/* END FILTER BAR STYLE */
/* START MOBILE STYLE */
@media screen and (max-width: 768px) {
  .marketFiltersBar {
    width: 100%;
    /*.barHeader {
      padding: 0 33px 41px 43px;
    }*/ }
    .marketFiltersBar .close {
      top: unset;
      right: 50%;
      bottom: -22px;
      -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg); }
      .marketFiltersBar .close span {
        display: block;
        -webkit-transition: 0.5s all;
        transition: 0.5s all; }
    .marketFiltersBar.closed {
      width: 100% !important;
      min-height: 100.3px;
      -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
      transform: translateX(0%) !important; }
      .marketFiltersBar.closed .contentWrapper {
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        opacity: 1;
        height: 30px; }
      .marketFiltersBar.closed .close span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .marketFiltersBar .filterGroup .header {
      padding-bottom: 5px; }
    .marketFiltersBar .filterGroup .calenderWrapper {
      width: 275px;
      left: -20px; }
    .marketFiltersBar .filterGroup .optionsWrapper .option:first-child {
      margin-top: 20px; }
  .filtersBarLoadingMask {
    width: 100%;
    min-height: 187px !important;
    padding-top: 40px; }
    .filtersBarLoadingMask .barHeader {
      padding: 0 33px 4px 43px; }
    .filtersBarLoadingMask .container .firstLineMask {
      display: none; }
    .filtersBarLoadingMask .container .longLIneWrapper {
      display: none; }
    .filtersBarLoadingMask .container .shortLIneWrapper {
      display: none; }
    .filtersBarLoadingMask .container :nth-child(2) {
      display: block; }
    .filtersBarLoadingMask .container :nth-child(3) {
      display: block; }
  .toolTipWrapper {
    position: static;
    margin: 18px auto; }
    .toolTipWrapper:before {
      -webkit-filter: blur(50px);
      filter: blur(50px);
      width: 285px;
      height: 285px;
      content: "";
      position: absolute;
      z-index: -1;
      background-color: #172336;
      opacity: 0.3;
      right: 105px;
      top: 152px; }
  .speech-bubble {
    position: relative;
    background: #2adff1;
    border-radius: .4em;
    margin: -42px 68px -21px 58px;
    -webkit-transform: rotate(91deg);
    -ms-transform: rotate(91deg);
    transform: rotate(91deg); } }

/* END MOBILE STYLE */
/*
* Market trips Wrapper styling.
*/
.tripsWrapper {
  width: 100%;
  height: 100%;
  padding-top: 34px;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  background-color: transparent;
  min-height: -webkit-calc(100vh - 90px);
  min-height: calc(100vh - 90px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 768px) {
    .tripsWrapper {
      min-height: 300px;
      width: 100%;
      padding-top: 25px; } }
  .tripsWrapper .row {
    margin-left: -10px;
    margin-right: -10px; }
    @media only screen and (max-width: 550px) {
      .tripsWrapper .row {
        margin-left: -5px;
        margin-right: -5px; } }
  .tripsWrapper .sectionHeaderWrapper {
    margin-bottom: 20px; }
  .tripsWrapper .sectionHeader {
    width: 100%;
    padding: 13px 0;
    margin-bottom: 0;
    position: relative; }
    .tripsWrapper .sectionHeader .titleWrapper {
      display: inline-block; }
      .tripsWrapper .sectionHeader .titleWrapper .title {
        color: #41414f;
        letter-spacing: 3px;
        font-size: 30px;
        vertical-align: middle;
        line-height: normal; }
        @media only screen and (max-width: 480px) {
          .tripsWrapper .sectionHeader .titleWrapper .title {
            font-size: 23px; } }
    .tripsWrapper .sectionHeader .searchWrapper {
      display: inline-block;
      float: right;
      margin-top: 10px;
      overflow: hidden;
      -webkit-transition: all 1s ease-in;
      transition: all 1s ease-in; }
      @media only screen and (max-width: 480px) {
        .tripsWrapper .sectionHeader .searchWrapper {
          margin-top: 5px; } }
      .tripsWrapper .sectionHeader .searchWrapper .testing {
        display: inline-block;
        cursor: pointer;
        padding: 2px; }
        @media only screen and (min-width: 768px) {
          .tripsWrapper .sectionHeader .searchWrapper .testing {
            padding-left: 10px; } }
        .tripsWrapper .sectionHeader .searchWrapper .testing span {
          font-family: NexaBold, sans-serif;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 2px;
          color: #aab5bb;
          vertical-align: middle;
          padding-right: 7px; }
          @media only screen and (max-width: 768px) {
            .tripsWrapper .sectionHeader .searchWrapper .testing span {
              display: none; } }
        .tripsWrapper .sectionHeader .searchWrapper .testing .icon {
          vertical-align: middle;
          color: #41414f;
          font-size: 18px; }
      .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px; }
        @media only screen and (max-width: 480px) {
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper {
            height: 45px; } }
        .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 6px;
          font-size: 12px;
          border: none;
          letter-spacing: 2px;
          font-weight: 600;
          padding: 23px 150px 22px 60px;
          font-family: NexaBold, sans-serif;
          text-transform: uppercase;
          color: #6f6f6f;
          background: #ffffff url("/site_images/Components/market/search-icon.png") no-repeat;
          background-position: left 24px center;
          background-size: 20px 20px; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput::-webkit-input-placeholder {
            color: #aab5bb;
            opacity: 1; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput::-moz-placeholder {
            color: #aab5bb;
            opacity: 1; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput:-ms-input-placeholder {
            color: #aab5bb;
            opacity: 1; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput::placeholder {
            color: #aab5bb;
            opacity: 1; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput::-webkit-input-placeholder {
            color: #aab5bb; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput::-moz-placeholder {
            color: #aab5bb; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput:-ms-input-placeholder {
            color: #aab5bb; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput:-moz-placeholder {
            color: #aab5bb; }
          @media only screen and (max-width: 480px) {
            .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .searchInput {
              padding: 0 130px 0 45px;
              line-height: 45px;
              background-position: left 15px center;
              background-size: 15px 15px; } }
        .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .indicator {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          padding-right: 20px;
          font-size: 14px;
          line-height: 1.14;
          color: #8e8e8e;
          vertical-align: middle;
          width: 150px;
          position: absolute;
          right: 0;
          z-index: 2;
          text-align: right; }
          @media only screen and (max-width: 480px) {
            .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .indicator {
              width: 130px; } }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .indicator.noTrips {
            color: #dc6565; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .indicator span {
            vertical-align: middle; }
          .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .indicator .clearIcon {
            font-family: 'Material';
            font-weight: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            white-space: nowrap;
            word-wrap: normal;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
            /* Support for all WebKit browsers. */
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            font-feature-settings: 'liga';
            vertical-align: middle;
            color: #cdd4d8;
            font-size: 20px;
            margin-left: 25px;
            cursor: pointer; }
            @media only screen and (max-width: 480px) {
              .tripsWrapper .sectionHeader .searchWrapper .searchInputWrapper .indicator .clearIcon {
                margin-left: 5px; } }
    .tripsWrapper .sectionHeader .searchTermWrapper {
      font-family: NexaBold, sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2px;
      margin-top: 10px; }
      @media only screen and (min-width: 768px) {
        .tripsWrapper .sectionHeader .searchTermWrapper {
          float: right; } }
      @media only screen and (max-width: 768px) {
        .tripsWrapper .sectionHeader .searchTermWrapper {
          width: 100%; } }
      .tripsWrapper .sectionHeader .searchTermWrapper span {
        vertical-align: middle;
        color: #00a0e2;
        font-size: 12px;
        word-wrap: break-word; }
      .tripsWrapper .sectionHeader .searchTermWrapper .clearIcon {
        font-family: 'Material';
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        /* Support for all WebKit browsers. */
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        vertical-align: middle;
        color: #cdd4d8;
        font-size: 18px;
        cursor: pointer; }
  .tripsWrapper .searchError {
    margin-top: 15px; }
    .tripsWrapper .searchError span {
      font-family: NexaBold, sans-serif;
      font-size: 14px;
      font-style: italic;
      color: #ffffff; }
    .tripsWrapper .searchError .errorIcon {
      font-family: 'Material';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      /* Support for all WebKit browsers. */
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      vertical-align: middle;
      color: #E06567;
      font-size: 19px;
      position: relative;
      z-index: 1; }
      .tripsWrapper .searchError .errorIcon:before {
        content: '';
        height: 70%;
        width: 70%;
        left: 15%;
        border-radius: 50%;
        background: #ffffff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1; }
  .tripsWrapper .tripTile {
    width: 25%;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 30px;
    position: relative;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .tripsWrapper .tripTile {
        -webkit-filter: drop-shadow(0px 0 10px rgba(0, 0, 0, 0.1)); }
        .tripsWrapper .tripTile:hover {
          -webkit-filter: drop-shadow(0px 0 15px rgba(0, 0, 0, 0.15)); } }
    .tripsWrapper .tripTile .contentWrapper {
      cursor: pointer;
      position: relative;
      display: inline-block;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      width: 100%;
      /* Trip Tile Header Start */
      /* Trip Tile Header End */
      /* Trip Tile Organizer Start */
      /* Trip Tile Organizer End */
      /* Trip Tile Description Start */
      /* Trip Tile Description End */ }
      @media only screen and (min-width: 768px) {
        .tripsWrapper .tripTile .contentWrapper {
          -webkit-mask-box-image: url("/site_images/Components/tripTile/mask.svg");
          mask-border: url("/site_images/Components/tripTile/mask.svg"); } }
      @media only screen and (min-width: 768px) {
        .tripsWrapper .tripTile .contentWrapper:after {
          position: absolute;
          content: "";
          width: 100%;
          bottom: 0;
          left: 0;
          height: 5px;
          background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
          background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
          background-image: linear-gradient(to right, #00cef3, #00a0e2);
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          opacity: 0; } }
      .tripsWrapper .tripTile .contentWrapper:hover:not(.fullTripMask):after {
        opacity: 1; }
      .tripsWrapper .tripTile .contentWrapper.fullTripMask {
        -webkit-filter: grayscale(85%);
        filter: grayscale(85%);
        opacity: 0.6; }
      .tripsWrapper .tripTile .contentWrapper .header {
        color: white;
        height: 125px;
        width: 100%;
        position: relative;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background-size: cover; }
        @media only screen and (max-width: 768px) {
          .tripsWrapper .tripTile .contentWrapper .header {
            height: 190px;
            border-radius: 6px;
            -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); } }
        .tripsWrapper .tripTile .contentWrapper .header:not(.mask):before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)), -webkit-linear-gradient(143deg, transparent, rgba(0, 0, 0, 0.3));
          background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)), linear-gradient(307deg, transparent, rgba(0, 0, 0, 0.3)); }
          @media only screen and (max-width: 768px) {
            .tripsWrapper .tripTile .contentWrapper .header:not(.mask):before {
              background-image: none;
              background-color: rgba(0, 0, 0, 0.2);
              border-radius: 6px; } }
        .tripsWrapper .tripTile .contentWrapper .header .dataLayer {
          position: absolute;
          vertical-align: middle;
          padding: 0 10px 11px 10px;
          z-index: 2;
          bottom: unset;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .tripsWrapper .tripTile .contentWrapper .header .dataLayer {
              bottom: 0; } }
          @media only screen and (max-width: 768px) {
            .tripsWrapper .tripTile .contentWrapper .header .dataLayer {
              padding-top: 23px;
              text-align: center;
              top: 0;
              height: 100%; } }
          .tripsWrapper .tripTile .contentWrapper .header .dataLayer .interest {
            display: inline-block;
            padding: 5px 7px 3px;
            line-height: 1;
            font-size: 9px;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 6px;
            border: 1px solid #ffffff;
            margin-bottom: 7px; }
            @media only screen and (max-width: 768px) {
              .tripsWrapper .tripTile .contentWrapper .header .dataLayer .interest {
                margin-bottom: 11px; } }
          .tripsWrapper .tripTile .contentWrapper .header .dataLayer .name {
            line-height: 1.2;
            font-size: 19px;
            font-weight: 600; }
          .tripsWrapper .tripTile .contentWrapper .header .dataLayer .organizer {
            display: none;
            font-size: 10px;
            color: #ffffff;
            position: absolute;
            line-height: 1;
            bottom: 17px;
            padding: 0;
            left: 0;
            text-align: center;
            width: 100%;
            background-color: transparent; }
            @media only screen and (max-width: 768px) {
              .tripsWrapper .tripTile .contentWrapper .header .dataLayer .organizer {
                display: block; } }
        .tripsWrapper .tripTile .contentWrapper .header .fullTrip {
          position: relative;
          top: -104px;
          width: 200px;
          height: 158px;
          opacity: 0.5;
          background-image: -webkit-linear-gradient(16deg, transparent, #000000);
          background-image: linear-gradient(74deg, transparent, #000000); }
      .tripsWrapper .tripTile .contentWrapper .organizer {
        background-color: #f1f5f6;
        font-family: Nexa, sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #273e58;
        padding: 7px 10px 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media only screen and (max-width: 768px) {
          .tripsWrapper .tripTile .contentWrapper .organizer {
            display: none; } }
      .tripsWrapper .tripTile .contentWrapper .description {
        background-color: white;
        height: 155px;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .tripsWrapper .tripTile .contentWrapper .description {
            display: none; } }
        .tripsWrapper .tripTile .contentWrapper .description .checkList {
          color: #6f6f6f;
          list-style: none;
          padding: 11px 10px 0; }
          .tripsWrapper .tripTile .contentWrapper .description .checkList li {
            font-size: 11px;
            letter-spacing: 0.4px;
            position: relative;
            margin-bottom: 2px;
            padding-left: 10px; }
            .tripsWrapper .tripTile .contentWrapper .description .checkList li [class*="icon-"] {
              position: absolute;
              color: #00a0e2;
              border-radius: 5px;
              top: 5px;
              left: 0;
              font-size: 4px; }
            .tripsWrapper .tripTile .contentWrapper .description .checkList li span {
              display: inline-block;
              line-height: 1.5em;
              overflow-y: hidden; }
        .tripsWrapper .tripTile .contentWrapper .description .fullTrip {
          width: 100%;
          height: 125px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
          background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
          position: relative;
          top: -133px;
          z-index: 0; }
    .tripsWrapper .tripTile .noticeFullTrip {
      position: absolute;
      bottom: 45px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline-block;
      border-radius: 4px;
      background-image: -webkit-linear-gradient(#f5a623, #f5a623), -webkit-linear-gradient(18deg, #ffc800, #f76b1c);
      background-image: linear-gradient(#f5a623, #f5a623), linear-gradient(72deg, #ffc800, #f76b1c);
      width: 52px;
      height: 17px;
      text-align: center; }
      .tripsWrapper .tripTile .noticeFullTrip .content {
        letter-spacing: 0.5px;
        color: white;
        font-size: 12px;
        opacity: 0.8;
        font-weight: 700; }
    .tripsWrapper .tripTile.mask .contentWrapper:hover:not(.fullTripMask):after {
      opacity: 0 !important; }
    .tripsWrapper .tripTile.mask .contentWrapper .fixedToBottom {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%; }
    .tripsWrapper .tripTile.mask .contentWrapper .organizer {
      display: block;
      margin: auto;
      width: 100px;
      height: 10px;
      padding: 0; }
    .tripsWrapper .tripTile.mask .contentWrapper .header {
      height: 125px; }
      @media only screen and (max-width: 768px) {
        .tripsWrapper .tripTile.mask .contentWrapper .header {
          display: none; } }
    .tripsWrapper .tripTile.mask .contentWrapper .description {
      height: 173px;
      padding: 15px;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .tripsWrapper .tripTile.mask .contentWrapper .description {
          display: block;
          border-radius: 6px; } }
      .tripsWrapper .tripTile.mask .contentWrapper .description .contentHeader {
        margin-bottom: 21px; }
        .tripsWrapper .tripTile.mask .contentWrapper .description .contentHeader .interest {
          width: 55px;
          height: 10px;
          margin: 0 auto 22px; }
        .tripsWrapper .tripTile.mask .contentWrapper .description .contentHeader .heading {
          width: 100%;
          height: 14px;
          margin-bottom: 9px; }
        .tripsWrapper .tripTile.mask .contentWrapper .description .contentHeader .subHeading {
          width: 80%;
          height: 14px;
          margin: auto; }
      .tripsWrapper .tripTile.mask .contentWrapper .description .listItem {
        margin-bottom: 6px; }
        .tripsWrapper .tripTile.mask .contentWrapper .description .listItem .circle {
          width: 10px;
          height: 10px;
          display: inline-block;
          margin-bottom: 4px; }
          .tripsWrapper .tripTile.mask .contentWrapper .description .listItem .circle + .rectangle {
            margin-left: 15px;
            width: 105px; }
        .tripsWrapper .tripTile.mask .contentWrapper .description .listItem .rectangle {
          width: 90px;
          height: 10px;
          display: inline-block;
          margin-left: 25px;
          margin-bottom: 4px; }
  .tripsWrapper .loadMoreWrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 25px; }
    .tripsWrapper .loadMoreWrapper .button {
      position: relative;
      color: white;
      letter-spacing: 2px;
      font-weight: bold;
      font-size: 12px;
      border-radius: 6px;
      background-color: #cdd4d8;
      cursor: pointer;
      margin: 0 auto;
      width: 97%;
      padding: 22px 0; }
      .tripsWrapper .loadMoreWrapper .button .title {
        z-index: 1;
        position: relative; }
      .tripsWrapper .loadMoreWrapper .button .loading {
        position: absolute;
        height: 100%;
        top: 0;
        border-radius: 6px;
        -webkit-transition: width 0.8s ease-in;
        transition: width 0.8s ease-in;
        background-image: -webkit-gradient(linear, left top, right top, from(#00cef3), to(#00a0e2));
        background-image: -webkit-linear-gradient(left, #00cef3, #00a0e2);
        background-image: linear-gradient(to right, #00cef3, #00a0e2); }

.tripOfferingPopupContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999; }
  .tripOfferingPopupContainer .backdrop {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #172336; }
  .tripOfferingPopupContainer .tripOfferingPopup {
    width: 740px;
    margin: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100; }
    @media only screen and (max-width: 768px) {
      .tripOfferingPopupContainer .tripOfferingPopup {
        width: 100%;
        height: 100%;
        background: #ffffff;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
        .tripOfferingPopupContainer .tripOfferingPopup .tableRow > div {
          display: block;
          width: 100%; } }
    .tripOfferingPopupContainer .tripOfferingPopup .tripDetails {
      border-radius: 15px;
      position: relative;
      width: 50%;
      vertical-align: top;
      padding: 30px 28px;
      color: #ffffff;
      font-weight: 600;
      -webkit-mask-box-image: url("/site_images/Components/tripOfferingPopup/leftCardMask.svg") 55;
      mask-border: url("/site_images/Components/tripOfferingPopup/leftCardMask.svg") 55;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 768px) {
        .tripOfferingPopupContainer .tripOfferingPopup .tripDetails {
          -webkit-mask-box-image: initial;
          mask-border: initial;
          border-radius: 0;
          width: 100%;
          padding: 22px 35px; } }
      .tripOfferingPopupContainer .tripOfferingPopup .tripDetails::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
        border-radius: 15px; }
        @media only screen and (max-width: 768px) {
          .tripOfferingPopupContainer .tripOfferingPopup .tripDetails::before {
            border-radius: 0; } }
      .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .associations {
          margin-bottom: 16px; }
          .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .associations .item {
            display: inline-block;
            color: #fdfdfd;
            border: solid 0.9px #fdfdfd;
            border-radius: 6px;
            padding: 4px 10px;
            font-size: 9px;
            letter-spacing: 0.9px;
            margin-right: 7px;
            text-transform: uppercase; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .title {
          font-size: 28px;
          margin-bottom: 45px;
          line-height: 1; }
          @media only screen and (max-width: 768px) {
            .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .title {
              margin-bottom: 50px; } }
        .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .detailsList {
          padding: 0;
          font-size: 12px;
          margin: 0 0 75px; }
          @media only screen and (max-width: 768px) {
            .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .detailsList {
              margin-bottom: 50px; } }
          .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .detailsList li {
            list-style-type: none;
            margin: 0 8px 10px 0; }
            .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .detailsList li [class*="icon-"] {
              margin-right: 10px;
              padding: 1px;
              font-size: 8px;
              color: #ffffff;
              border-radius: 5px; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .back {
          display: none;
          cursor: pointer;
          text-transform: uppercase;
          font-size: 10px;
          letter-spacing: 1.8px;
          margin-bottom: 25px; }
          @media only screen and (max-width: 768px) {
            .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .back {
              display: block; } }
          .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .contentContainer .back .icon-arrow-right {
            display: inline-block;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
      .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .itineraryLink {
        color: #ffffff;
        font-size: 11px;
        margin: 0 2px;
        text-transform: uppercase;
        position: absolute;
        bottom: 30px;
        z-index: 2;
        letter-spacing: 2px;
        text-decoration: none; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .itineraryLink:hover {
          text-decoration: none;
          color: #ffffff; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripDetails .itineraryLink [class*="icon-"] {
          font-size: 8px; }
    .tripOfferingPopupContainer .tripOfferingPopup .leftMaskCell {
      display: table-cell;
      -webkit-mask-box-image: url("/site_images/Components/tripOfferingPopup/partialRightCardMask.svg");
      mask-border: url("/site_images/Components/tripOfferingPopup/partialRightCardMask.svg");
      background-color: white;
      width: 25px;
      border-radius: 15px 0 0 15px; }
      @media only screen and (max-width: 768px) {
        .tripOfferingPopupContainer .tripOfferingPopup .leftMaskCell {
          display: none; } }
    .tripOfferingPopupContainer .tripOfferingPopup .tripOptions {
      position: relative;
      vertical-align: top;
      width: -webkit-calc(50% - 25px);
      width: calc(50% - 25px);
      padding: 30px 35px 30px 10px;
      border-radius: 0 15px 15px 0;
      background: #ffffff;
      color: #b9b9b9; }
      @media only screen and (max-width: 768px) {
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions {
          border-radius: 0;
          -webkit-mask-box-image: initial;
          mask-border: initial;
          padding-right: 0;
          width: 100%;
          padding-left: 35px; } }
      .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .optionsGroup {
        margin-bottom: 8px; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .optionsGroup:nth-last-child(2) {
          margin-bottom: 60px; }
      .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .title {
        font-size: 8px;
        font-weight: bold;
        letter-spacing: 1.5px;
        color: #6f6f6f;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 5px; }
      @media only screen and (max-width: 768px) {
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .optionsContainer {
          overflow-x: scroll;
          white-space: nowrap;
          -webkit-overflow-scrolling: touch; } }
      .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .optionsContainer .option {
        display: inline-block;
        padding: 4px 11px;
        font-size: 11px;
        border: solid 1px rgba(151, 151, 151, 0.3);
        border-radius: 7px;
        color: #b9b9b9;
        margin: 0 10px 10px 0;
        font-weight: 600;
        cursor: pointer; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .optionsContainer .option.disable {
          color: #b9b9b9;
          cursor: default;
          border: none; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .optionsContainer .option.selected, .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .optionsContainer .option.orientationCard.withHover:hover {
          color: #ffffff;
          background: #00318b;
          opacity: 1; }
      .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .select {
        cursor: pointer;
        display: inline-block; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .select .label {
          display: inline-block;
          padding: 4px 11px;
          font-size: 11px;
          border: solid 1px rgba(151, 151, 151, 0.3);
          margin: 0px -26px 10px 0;
          border-radius: 7px;
          width: 140px; }
          .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .select .label [class*="icon-"] {
            font-size: 10px;
            color: #FFFFFF;
            float: right;
            margin: 3px; }
          .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .select .label.active {
            color: #FFFFFF;
            background: #00318b; }
      .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu {
        position: absolute;
        top: 80%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 160px;
        overflow: hidden;
        overflow-y: scroll;
        max-height: 150px;
        padding: 5px;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
        color: #b9b9b9;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        @media only screen and (max-width: 768px) {
          .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu {
            top: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu .option {
          display: inline-block;
          width: 140px;
          font-weight: 600;
          font-size: 11px;
          color: #b9b9b9;
          cursor: pointer;
          padding: 4px 11px; }
          .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu .option.disable {
            -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
            cursor: default; }
          .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu .option.selected, .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu .option.orientationCard.withHover:hover {
            color: #FFFFFF;
            background: #00318b;
            opacity: 1; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu::-webkit-scrollbar {
          width: 5px; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu::-webkit-scrollbar-track {
          background: #f1f1f1; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu::-webkit-scrollbar-thumb {
          background: #888; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .dropDownMenu::-webkit-scrollbar-thumb:hover {
          background: #555; }
      .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .actionsContainer {
        position: absolute;
        display: inline-block;
        bottom: 30px;
        font-size: 12px; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .actionsContainer .applyButton {
          text-transform: uppercase;
          border-radius: 100px;
          background-image: -webkit-linear-gradient(17deg, #00cef3, #00a0e2);
          background-image: linear-gradient(73deg, #00cef3, #00a0e2);
          cursor: pointer;
          color: #FFFFFF;
          padding: 13px 47px;
          letter-spacing: 2px;
          text-align: center;
          font-weight: bold;
          display: inline-block; }
          .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .actionsContainer .applyButton.disabled {
            cursor: not-allowed;
            background: #EEF2F4; }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .actionsContainer [class*="icon-"] {
          display: inline-block;
          margin: 0 15px;
          color: #cdd4d8;
          font-size: 15px; }
      .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .closeButton {
        position: absolute;
        font-size: 13px;
        color: #cdd4d8;
        top: 15px;
        right: 15px;
        cursor: pointer; }
        @media only screen and (max-width: 768px) {
          .tripOfferingPopupContainer .tripOfferingPopup .tripOptions .closeButton {
            display: none; } }
      .tripOfferingPopupContainer .tripOfferingPopup .tripOptions.tripOptionsPlaceholder .optionsGroup .optionsContainer .option {
        width: 138px;
        height: 25px;
        border: none;
        border-radius: 6px;
        background: blue;
        background-image: -webkit-gradient(linear, left top, right top, from(#f9fbfb), to(#f1f5f6));
        background-image: -webkit-linear-gradient(left, #f9fbfb, #f1f5f6);
        background-image: linear-gradient(to right, #f9fbfb, #f1f5f6); }
        .tripOfferingPopupContainer .tripOfferingPopup .tripOptions.tripOptionsPlaceholder .optionsGroup .optionsContainer .option.age {
          width: 60px; }
      .tripOfferingPopupContainer .tripOfferingPopup .tripOptions.tripOptionsPlaceholder .actionsContainer .applyButton {
        width: 190px;
        height: 42px;
        background-image: -webkit-gradient(linear, left top, right top, from(#f9fbfb), to(#f1f5f6));
        background-image: -webkit-linear-gradient(left, #f9fbfb, #f1f5f6);
        background-image: linear-gradient(to right, #f9fbfb, #f1f5f6); }

body.orientationPage .material-icons {
  font-family: 'Material';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: middle; }
  body.orientationPage .material-icons ~ span {
    vertical-align: middle; }

body.orientationPage section {
  /**
       * Events list styling
       */ }
  body.orientationPage section .eventBlock {
    position: relative;
    background: #ffffff;
    padding: 44px 20px 38px;
    font-family: NexaLight, serif;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
    body.orientationPage section .eventBlock .fullBadge {
      position: absolute;
      background: #27a0e2;
      color: #ffffff;
      padding: 7px 25px;
      top: -1px;
      left: -1px; }
    body.orientationPage section .eventBlock .dataWrapper {
      margin: 0; }
      body.orientationPage section .eventBlock .dataWrapper p {
        line-height: 1.3em; }
      body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] {
        min-height: 150px;
        border-left: 1px solid #eef2f4; }
        @media screen and (max-width: 750px) {
          body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] {
            border-left: none;
            min-height: initial;
            padding-left: 53px;
            border-bottom: 1px solid #eef2f4;
            padding-bottom: 10px;
            margin-bottom: 20px; }
            body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"]:before {
              font-family: Material;
              position: absolute;
              left: 15px;
              top: 0;
              font-size: 30px;
              color: #5D656E; }
            body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"].whereInfo:before {
              content: '\E80B'; }
            body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"].whenInfo:before {
              content: '\E8DF'; }
            body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"].eventTypeInfo:before {
              content: '\E838'; }
            body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"].engagementBlock {
              padding: 0;
              text-align: center;
              border-bottom: none;
              margin-bottom: 0; }
              body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"].engagementBlock .button {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none; } }
        body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .heading {
          margin-bottom: 17px; }
          @media screen and (max-width: 750px) {
            body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .heading {
              display: none; } }
        body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"].engagementBlock {
          border-left: none; }
        body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] p .emphasized {
          color: #27a0e2;
          display: block;
          font-size: 18px;
          font-family: NexaHeavy, serif;
          margin-bottom: 6px; }
          body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] p .emphasized.note {
            display: block;
            margin-top: 25px; }
        body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button {
          position: relative;
          display: inline-block;
          padding: 10px 30px 10px 30px;
          border: 0;
          -webkit-border-top-left-radius: 20px;
          -moz-border-topleft-radius: 20px;
          border-top-left-radius: 20px;
          -webkit-border-top-right-radius: 20px;
          -moz-border-topright-radius: 20px;
          border-top-right-radius: 20px;
          -webkit-border-bottom-right-radius: 20px;
          -moz-border-bottomright-radius: 20px;
          border-bottom-right-radius: 20px;
          -webkit-border-bottom-left-radius: 20px;
          -moz-border-bottomleft-radius: 20px;
          border-bottom-left-radius: 20px;
          text-decoration: none;
          min-width: 160px;
          min-height: 40px;
          -webkit-transition: color 0.7s ease-in-out;
          transition: color 0.7s ease-in-out;
          text-align: center;
          color: #FFFFFF;
          font-weight: 600;
          text-transform: uppercase;
          background: #00A0E2;
          font-family: "Nexa";
          font-size: 16px;
          line-height: 23px;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          min-height: initial;
          line-height: 1;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button:hover, body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button:visited, body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button:link, body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button:active {
            text-decoration: none; }
          body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button.successBtn {
            background: #89df48; }
            body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button.successBtn:hover {
              background: #89df48; }
          body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button:hover {
            text-decoration: none;
            color: #FFFFFF;
            background: #195dac; }
          body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button:active, body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button:link, body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button:visited {
            color: #FFFFFF; }
          body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button.rightIcon i {
            position: absolute;
            top: -webkit-calc(50% - 10px);
            top: calc(50% - 10px);
            right: 12px;
            font-size: 20px;
            font-family: 'Material';
            font-weight: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            white-space: nowrap;
            word-wrap: normal;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
            /* Support for all WebKit browsers. */
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            font-feature-settings: 'liga'; }
          body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button.smallText {
            font-family: "Nexa";
            font-size: 14px;
            line-height: 21px; }
          body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button.loading {
            background: url("images/loading.gif") no-repeat center center;
            background-size: 28px;
            color: transparent; }
          @media screen and (max-width: 750px) {
            body.orientationPage section .eventBlock .dataWrapper > div[class*="col-"] .button {
              position: relative; } }
    body.orientationPage section .eventBlock.full {
      border: 1px solid #009fe1; }
  body.orientationPage section.jumbotron {
    height: 474px;
    padding: 0;
    background: url("/site_assets/images/orientation-jumbotron.png") no-repeat center;
    background-size: cover; }
    body.orientationPage section.jumbotron .container {
      height: 474px; }
      @media screen and (max-width: 750px) {
        body.orientationPage section.jumbotron .container {
          height: 67vh; } }
      body.orientationPage section.jumbotron .container h1 {
        margin: 0 auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: NexaHeavy, serif;
        font-size: 45px;
        color: #ffffff;
        z-index: 1; }
        @media screen and (max-width: 750px) {
          body.orientationPage section.jumbotron .container h1 {
            font-size: 6.3vw; } }
  body.orientationPage section.orientationSection {
    background: #eef2f4;
    padding: 50px 0;
    color: #5d656f;
    line-height: 1;
    /* Responsive */ }
    body.orientationPage section.orientationSection .orientationFilterBar {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 6px;
      margin-bottom: 23px; }
      body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse {
        display: none;
        color: #5d656f; }
        body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse button {
          position: relative;
          font-family: "Nexa";
          font-size: 12px;
          line-height: 28px;
          font-size: 16px;
          text-align: center;
          margin: 0 0 0 3px;
          background: transparent;
          vertical-align: middle;
          border: none;
          min-width: 100px;
          padding: 0 20px; }
          body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse button b {
            position: absolute;
            right: 0px;
            top: 9px;
            margin: 0 0 0 0;
            background-image: url("images/select_arrow.png");
            background-repeat: no-repeat;
            background-position: center center;
            color: transparent;
            -webkit-transition: all 0.7s;
            transition: all 0.7s;
            width: 12px;
            height: 12px; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse button b.chosen {
              -webkit-transition: none;
              transition: none; }
              body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse button b.chosen:before {
                content: attr(amount);
                position: absolute;
                width: 24px;
                height: 24px;
                top: -10.25px;
                right: -10.25px;
                -webkit-border-top-left-radius: 25px;
                -moz-border-topleft-radius: 25px;
                border-top-left-radius: 25px;
                -webkit-border-top-right-radius: 25px;
                -moz-border-topright-radius: 25px;
                border-top-right-radius: 25px;
                -webkit-border-bottom-right-radius: 25px;
                -moz-border-bottomright-radius: 25px;
                border-bottom-right-radius: 25px;
                -webkit-border-bottom-left-radius: 25px;
                -moz-border-bottomleft-radius: 25px;
                border-bottom-left-radius: 25px;
                text-align: center;
                font-family: "Nexa";
                font-size: 14px;
                line-height: 25px;
                color: #FFFFFF;
                font-weight: 900;
                background-color: #00A0E2; }
        body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse i {
          position: absolute;
          font-size: 23px;
          margin-top: 2.5px; }
        body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse.showCollapsed button b {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
          body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse.showCollapsed button b.chosen:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
      body.orientationPage section.orientationSection .orientationFilterBar .filterCol {
        display: inline-block;
        font-size: 18px;
        margin-right: 55px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 200ms;
        transition: all 200ms; }
        body.orientationPage section.orientationSection .orientationFilterBar .filterCol:hover, body.orientationPage section.orientationSection .orientationFilterBar .filterCol.hasSelectedOptions {
          color: #00a0e2; }
        body.orientationPage section.orientationSection .orientationFilterBar .filterCol .badge {
          font-family: arial, serif;
          font-size: 13px;
          font-weight: 700;
          font-style: normal;
          border-radius: 50%;
          background: #00a0e2;
          display: inline-block;
          color: white;
          width: 25px;
          padding: 5px 0;
          line-height: 1;
          vertical-align: middle;
          text-align: center;
          margin-left: 3px; }
        body.orientationPage section.orientationSection .orientationFilterBar .filterCol:last-of-type {
          margin-right: 0; }
        body.orientationPage section.orientationSection .orientationFilterBar .filterCol i {
          font-size: 1.7em; }
          body.orientationPage section.orientationSection .orientationFilterBar .filterCol i.expand {
            font-size: 26px;
            vertical-align: top; }
        body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions {
          display: none;
          position: absolute;
          max-height: 325px;
          background: #ffffff;
          width: 210px;
          left: 0;
          top: 120%;
          z-index: 2;
          overflow: hidden;
          border: 1px solid #edeeef;
          padding: 20px 10px; }
          body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions.opened {
            display: block; }
          body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionsWrapper {
            overflow-y: scroll;
            max-height: 280px; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionsWrapper .optionWrapper input[class*='search'] {
              max-width: 90%;
              border: 1px solid #eef2f4;
              border-radius: 3px;
              line-height: 1.5em;
              padding-left: 10px;
              margin: 7px; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionsWrapper .optionWrapper.search {
              display: none; }
              @media screen and (max-width: 750px) {
                body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionsWrapper .optionWrapper.search {
                  display: block; } }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionsWrapper::-webkit-scrollbar {
              width: 7px;
              background-color: #edeeef; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionsWrapper::-webkit-scrollbar-thumb {
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
              background-color: #b1bbbf;
              height: 20px; }
          body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper {
            font-size: 16px;
            font-size: 16px;
            color: #acafb1; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper label {
              padding: 17px 0;
              display: inline-block;
              width: 100%; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper:first-of-type label:first-of-type {
              margin-top: -16px; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:not(:checked),
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:checked {
              display: none; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:not(:checked) + label,
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:checked + label {
              position: relative;
              padding-left: 2.5em;
              cursor: pointer; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:not(:checked) + label:before,
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:checked + label:before {
              content: '';
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              position: absolute;
              left: 0.6em;
              width: 1.25em;
              height: 1.25em;
              border: none;
              background: #eef2f4;
              -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:not(:checked) + label:after,
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:checked + label:after {
              content: '✔';
              position: absolute;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              top: 0.85em;
              left: 0.5em;
              font-size: 1.3em;
              line-height: 0.8;
              color: #27a0e2;
              font-family: Helvetica, Arial, sans-serif; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:not(:checked) + label:after {
              opacity: 0;
              -webkit-transform: scale(0);
              -ms-transform: scale(0);
              transform: scale(0); }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:checked + label:after {
              opacity: 1;
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:disabled:not(:checked) + label:before,
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:disabled:checked + label:before {
              -webkit-box-shadow: none;
              box-shadow: none;
              border-color: #bbb;
              background-color: #ddd; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:disabled:checked + label:after {
              color: #999; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCol .filterOptions .optionWrapper [type="checkbox"]:disabled + label {
              color: #aaa; }
    body.orientationPage section.orientationSection .intro p {
      margin-bottom: 38px; }
    @media screen and (max-width: 750px) {
      body.orientationPage section.orientationSection .orientationFilterBar {
        border-bottom: none; }
        body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse {
          display: inline-block;
          width: 100%; }
          body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .openFilters i {
            position: relative; }
          body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .openFilters .badge {
            font-family: arial, serif;
            font-size: 13px;
            font-weight: 700;
            font-style: normal;
            border-radius: 50%;
            background: #00a0e2;
            display: inline-block;
            color: white;
            width: 25px;
            padding: 5px 0;
            line-height: 1;
            vertical-align: middle;
            text-align: center;
            margin-left: 3px; }
          body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen {
            background-color: #fff;
            position: relative;
            max-width: 100%;
            padding: 10px 15px;
            top: 5px; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol {
              display: block;
              padding: 10px;
              position: unset;
              margin: 13px 0; }
              body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol i {
                position: relative; }
                body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol i:last-of-type {
                  display: none; }
              body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol.clear {
                color: #acafb1; }
                body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol.clear i {
                  display: inline-block; }
              body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol .filterOptions {
                top: 0px;
                left: 51%;
                max-height: 100%;
                border: none;
                width: 50%;
                height: 100%;
                padding: 34px 10px 10px; }
                body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol .filterOptions .optionsWrapper {
                  overflow-y: auto;
                  max-height: 100%; }
            body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol:not('.clear'):after {
              font-family: 'Material';
              content: '\E315';
              font-size: 30px;
              vertical-align: middle;
              font-weight: 600; } }
    @media screen and (max-width: 750px) and (max-width: 480px) {
      body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol i:last-of-type {
        display: inline-block; }
      body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol .filterOptions {
        position: relative;
        left: 0;
        width: 100%; }
      body.orientationPage section.orientationSection .orientationFilterBar .filterCollapse .filterOpen .filterCol:after {
        content: ''; } }
    @media screen and (max-width: 750px) {
        body.orientationPage section.orientationSection .orientationFilterBar .filterScatter {
          display: none; } }
  body.orientationPage section.notification.noEvents {
    background: #eef2f4;
    padding: 50px 0;
    color: #5d656f;
    text-align: center; }
    body.orientationPage section.notification.noEvents h2 {
      font-size: 28px;
      text-transform: uppercase;
      font-family: NexaLight, serif;
      margin-bottom: 5px; }
    body.orientationPage section.notification.noEvents p {
      color: #161b42;
      font-size: 18px; }
    @media screen and (max-width: 750px) {
      body.orientationPage section.notification.noEvents p {
        margin-top: 20px; } }
  body.orientationPage section.eventData {
    background: #eef2f4; }
    body.orientationPage section.eventData .nav {
      font-size: 14px;
      color: #161b42;
      padding: 13px 0; }
      body.orientationPage section.eventData .nav a {
        color: inherit;
        text-decoration: none; }
        body.orientationPage section.eventData .nav a:active, body.orientationPage section.eventData .nav a:visited, body.orientationPage section.eventData .nav a:hover {
          color: inherit;
          text-decoration: none; }
    body.orientationPage section.eventData .eventWrapper {
      padding: 60px 0; }
      body.orientationPage section.eventData .eventWrapper h2 {
        text-transform: uppercase;
        font-size: 23px;
        color: #161b42;
        font-family: NexaLight, serif; }
    body.orientationPage section.eventData .eventBlock {
      padding: 25px 10px;
      -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
      margin-bottom: 25px; }
      body.orientationPage section.eventData .eventBlock .heading {
        margin-bottom: 15px;
        font-size: 20px;
        color: #a9adb1;
        text-transform: uppercase; }
      body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"] {
        border-left: none;
        min-height: initial; }
        body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"] p {
          color: #161b42;
          font-family: Nexa, serif;
          margin-bottom: 0; }
          body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"] p .emphasized {
            font-size: 15px;
            margin-bottom: 7px;
            text-transform: uppercase; }
        body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper {
          position: absolute;
          top: -25px; }
          body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .mapImageWrapper {
            position: relative;
            width: 170px;
            margin-bottom: 6px;
            cursor: pointer; }
            body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .mapImageWrapper a {
              color: #ffffff;
              text-decoration: none; }
              body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .mapImageWrapper a:active, body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .mapImageWrapper a:visited, body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .mapImageWrapper a:hover {
                color: #ffffff;
                text-decoration: none; }
            body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .mapImageWrapper .expandMapIcon {
              padding: 3px;
              background: #11a5e3;
              color: #ffffff;
              bottom: 0;
              right: 0;
              font-size: 24px;
              position: absolute; }
          body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .expandMapLink {
            color: #161b42;
            font-family: Nexa, serif;
            text-decoration: underline; }
            body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .expandMapLink a {
              color: inherit;
              text-decoration: none; }
              body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .expandMapLink a:active, body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .expandMapLink a:visited, body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .expandMapLink a:hover {
                color: inherit;
                text-decoration: none; }
          @media screen and (max-width: 750px) {
            body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper {
              top: 0;
              margin-top: 20px;
              position: relative; }
              body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .mapImageWrapper {
                width: 100%; }
                body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .mapImageWrapper iframe {
                  width: 100%; } }
      body.orientationPage section.eventData .eventBlock.full {
        padding: 45px 10px 25px; }
        body.orientationPage section.eventData .eventBlock.full .dataWrapper > div[class*="col-"].mapData .mapWrapper {
          position: absolute;
          top: -45px; }
          @media screen and (max-width: 750px) {
            body.orientationPage section.eventData .eventBlock.full .dataWrapper > div[class*="col-"].mapData .mapWrapper {
              position: relative;
              top: 0; } }
      body.orientationPage section.eventData .eventBlock .contactInfoBlock {
        padding: 0 10px;
        font-size: 16px;
        color: #a9adb1;
        margin-bottom: 20px; }
        body.orientationPage section.eventData .eventBlock .contactInfoBlock:last-of-type {
          margin-bottom: 0; }
        body.orientationPage section.eventData .eventBlock .contactInfoBlock i {
          font-size: 1.4em;
          color: #11a5e3; }
      @media screen and (max-width: 750px) {
        body.orientationPage section.eventData .eventBlock .dataWrapper > div[class*="col-"]:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        body.orientationPage section.eventData .eventBlock .dataWrapper .mapData .mapWrapper {
          margin: -20px -10px; } }
    body.orientationPage section.eventData .contactInfoWrapper {
      padding-left: 0; }
    body.orientationPage section.eventData .button {
      position: relative;
      display: inline-block;
      padding: 10px 30px 10px 30px;
      border: 0;
      -webkit-border-top-left-radius: 20px;
      -moz-border-topleft-radius: 20px;
      border-top-left-radius: 20px;
      -webkit-border-top-right-radius: 20px;
      -moz-border-topright-radius: 20px;
      border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-bottomright-radius: 20px;
      border-bottom-right-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-bottomleft-radius: 20px;
      border-bottom-left-radius: 20px;
      text-decoration: none;
      min-width: 160px;
      min-height: 40px;
      -webkit-transition: color 0.7s ease-in-out;
      transition: color 0.7s ease-in-out;
      text-align: center;
      color: #FFFFFF;
      font-weight: 600;
      text-transform: uppercase;
      background: #00A0E2;
      font-family: "Nexa";
      font-size: 16px;
      line-height: 23px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      font-family: NexaLight, serif;
      width: 315px;
      cursor: pointer; }
      body.orientationPage section.eventData .button:hover, body.orientationPage section.eventData .button:visited, body.orientationPage section.eventData .button:link, body.orientationPage section.eventData .button:active {
        text-decoration: none; }
      body.orientationPage section.eventData .button.successBtn {
        background: #89df48; }
        body.orientationPage section.eventData .button.successBtn:hover {
          background: #89df48; }
      body.orientationPage section.eventData .button:hover {
        text-decoration: none;
        color: #FFFFFF;
        background: #195dac; }
      body.orientationPage section.eventData .button:active, body.orientationPage section.eventData .button:link, body.orientationPage section.eventData .button:visited {
        color: #FFFFFF; }
      body.orientationPage section.eventData .button.rightIcon i {
        position: absolute;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 12px;
        font-size: 20px;
        font-family: 'Material';
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        /* Support for all WebKit browsers. */
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga'; }
      body.orientationPage section.eventData .button.smallText {
        font-family: "Nexa";
        font-size: 14px;
        line-height: 21px; }
      body.orientationPage section.eventData .button.loading {
        background: url("images/loading.gif") no-repeat center center;
        background-size: 28px;
        color: transparent; }
      body.orientationPage section.eventData .button .loaderWrapper {
        display: none; }
      body.orientationPage section.eventData .button.processing {
        background: #7e8284;
        cursor: none; }
        body.orientationPage section.eventData .button.processing .loaderWrapper {
          display: inline-block; }
          body.orientationPage section.eventData .button.processing .loaderWrapper i {
            display: inline-block;
            -webkit-animation: spinning 1.4s infinite linear;
            animation: spinning 1.4s infinite linear; }
    body.orientationPage section.eventData .parent .eventBlock:first-of-type {
      margin-bottom: 37px; }
    body.orientationPage section.eventData .parent .eventBlock .dataWrapper > div[class*="col-"] {
      padding: 3px 33px 35px; }
      body.orientationPage section.eventData .parent .eventBlock .dataWrapper > div[class*="col-"].mapData {
        padding: 0;
        margin-bottom: 15px; }
        body.orientationPage section.eventData .parent .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper {
          position: relative;
          top: initial;
          margin: 0px -10px; }
          body.orientationPage section.eventData .parent .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper .mapImageWrapper {
            width: 100%; }
    body.orientationPage section.eventData .parent .formContainer {
      padding-left: 45px; }
      body.orientationPage section.eventData .parent .formContainer h2 {
        border-bottom: 1px solid #cbd3d7;
        padding-bottom: 15px; }
        body.orientationPage section.eventData .parent .formContainer h2 .delete {
          text-transform: initial;
          font-size: 0.7em;
          float: right;
          padding: 5px 12px 0 0;
          cursor: pointer; }
          body.orientationPage section.eventData .parent .formContainer h2 .delete i.material-icons {
            font-size: 1.3em;
            color: #11a5e3; }
      body.orientationPage section.eventData .parent .formContainer .inputWrapper {
        position: relative;
        margin: 14px 0; }
        body.orientationPage section.eventData .parent .formContainer .inputWrapper.required:before {
          content: '*';
          display: block;
          position: absolute;
          top: 18px;
          left: 11px;
          font-size: 14px;
          color: #ff7c7c; }
        body.orientationPage section.eventData .parent .formContainer .inputWrapper.required.hasError:before {
          display: none; }
        body.orientationPage section.eventData .parent .formContainer .inputWrapper.select:after {
          font-family: 'Material';
          font-weight: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-transform: none;
          white-space: nowrap;
          word-wrap: normal;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased;
          /* Support for all WebKit browsers. */
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          font-feature-settings: 'liga';
          content: '\E5CF';
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          background: #ffffff;
          padding: 16px 13px 0 7px;
          font-size: 22px; }
        body.orientationPage section.eventData .parent .formContainer .inputWrapper .date input {
          background: #ffffff url("/site_assets/images/calendar-input-icon.png") no-repeat center right 15px;
          padding-right: 45px; }
        body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError input, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError select, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_normal_select .multiselect, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_withoutIcon_select .multiselect, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAbove_select .multiselect, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAboveNoIcon_select .multiselect, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect {
          border: 1px solid #ff7b7b;
          padding-left: 36px;
          background: #ffffff url("/site_assets/images/input-has-error.png") no-repeat center left 10px; }
          body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError input::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError select::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_normal_select .multiselect::-webkit-input-placeholder, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_withoutIcon_select .multiselect::-webkit-input-placeholder, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAbove_select .multiselect::-webkit-input-placeholder, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAboveNoIcon_select .multiselect::-webkit-input-placeholder, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-webkit-input-placeholder {
            color: #ff7b7b;
            opacity: 1; }
          body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError input::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError select::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_normal_select .multiselect::-moz-placeholder, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_withoutIcon_select .multiselect::-moz-placeholder, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAbove_select .multiselect::-moz-placeholder, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAboveNoIcon_select .multiselect::-moz-placeholder, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-moz-placeholder {
            color: #ff7b7b;
            opacity: 1; }
          body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError input:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError select:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_normal_select .multiselect:-ms-input-placeholder, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_withoutIcon_select .multiselect:-ms-input-placeholder, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAbove_select .multiselect:-ms-input-placeholder, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAboveNoIcon_select .multiselect:-ms-input-placeholder, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-ms-input-placeholder {
            color: #ff7b7b;
            opacity: 1; }
          body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError input::placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError select::placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_normal_select .multiselect::placeholder, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_withoutIcon_select .multiselect::placeholder, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAbove_select .multiselect::placeholder, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAboveNoIcon_select .multiselect::placeholder, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::placeholder {
            color: #ff7b7b;
            opacity: 1; }
          body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError input::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError select::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_normal_select .multiselect::-webkit-input-placeholder, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_withoutIcon_select .multiselect::-webkit-input-placeholder, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAbove_select .multiselect::-webkit-input-placeholder, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-webkit-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAboveNoIcon_select .multiselect::-webkit-input-placeholder, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-webkit-input-placeholder {
            color: #ff7b7b; }
          body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError input::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError select::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_normal_select .multiselect::-moz-placeholder, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_withoutIcon_select .multiselect::-moz-placeholder, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAbove_select .multiselect::-moz-placeholder, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAboveNoIcon_select .multiselect::-moz-placeholder, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect::-moz-placeholder {
            color: #ff7b7b; }
          body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError input:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError select:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_normal_select .multiselect:-ms-input-placeholder, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_withoutIcon_select .multiselect:-ms-input-placeholder, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAbove_select .multiselect:-ms-input-placeholder, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-ms-input-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAboveNoIcon_select .multiselect:-ms-input-placeholder, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-ms-input-placeholder {
            color: #ff7b7b; }
          body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError input:-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError select:-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_normal_select .multiselect:-moz-placeholder, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_withoutIcon_select .multiselect:-moz-placeholder, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAbove_select .multiselect:-moz-placeholder, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-moz-placeholder, body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .forms_labelAboveNoIcon_select .multiselect:-moz-placeholder, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError .multiselect:-moz-placeholder {
            color: #ff7b7b; }
        body.orientationPage section.eventData .parent .formContainer .inputWrapper.hasError.date input {
          padding-left: 36px;
          background: url("/site_assets/images/input-has-error.png") no-repeat center left 10px, url("/site_assets/images/calendar-input-icon.png") no-repeat center right 15px;
          background-color: #ffffff; }
      body.orientationPage section.eventData .parent .formContainer input, body.orientationPage section.eventData .parent .formContainer select, body.orientationPage section.eventData .parent .formContainer .forms_normal_select .multiselect, .forms_normal_select body.orientationPage section.eventData .parent .formContainer .multiselect, body.orientationPage section.eventData .parent .formContainer .forms_withoutIcon_select .multiselect, .forms_withoutIcon_select body.orientationPage section.eventData .parent .formContainer .multiselect, body.orientationPage section.eventData .parent .formContainer .forms_labelAbove_select .multiselect, .forms_labelAbove_select body.orientationPage section.eventData .parent .formContainer .multiselect, body.orientationPage section.eventData .parent .formContainer .forms_labelAboveNoIcon_select .multiselect, .forms_labelAboveNoIcon_select body.orientationPage section.eventData .parent .formContainer .multiselect {
        width: 100%;
        background: #ffffff;
        border: none;
        border-radius: 3px;
        font-size: 1em;
        padding: 16px 20px; }
      body.orientationPage section.eventData .parent .formContainer .addGuests {
        margin-top: 10px; }
        body.orientationPage section.eventData .parent .formContainer .addGuests .guestsLimit {
          color: #161b42;
          font-family: NexaLight, serif;
          font-size: 14px;
          padding: 15px 0;
          letter-spacing: 0.01em;
          margin-bottom: 2px; }
        body.orientationPage section.eventData .parent .formContainer .addGuests .button {
          position: relative;
          display: inline-block;
          padding: 10px 30px 10px 30px;
          border: 0;
          -webkit-border-top-left-radius: 20px;
          -moz-border-topleft-radius: 20px;
          border-top-left-radius: 20px;
          -webkit-border-top-right-radius: 20px;
          -moz-border-topright-radius: 20px;
          border-top-right-radius: 20px;
          -webkit-border-bottom-right-radius: 20px;
          -moz-border-bottomright-radius: 20px;
          border-bottom-right-radius: 20px;
          -webkit-border-bottom-left-radius: 20px;
          -moz-border-bottomleft-radius: 20px;
          border-bottom-left-radius: 20px;
          text-decoration: none;
          min-width: 160px;
          min-height: 40px;
          -webkit-transition: color 0.7s ease-in-out;
          transition: color 0.7s ease-in-out;
          text-align: center;
          height: initial;
          border: 1px solid #00A0E2;
          -webkit-border-top-left-radius: 100px;
          -moz-border-topleft-radius: 100px;
          border-top-left-radius: 100px;
          -webkit-border-top-right-radius: 100px;
          -moz-border-topright-radius: 100px;
          border-top-right-radius: 100px;
          -webkit-border-bottom-right-radius: 100px;
          -moz-border-bottomright-radius: 100px;
          border-bottom-right-radius: 100px;
          -webkit-border-bottom-left-radius: 100px;
          -moz-border-bottomleft-radius: 100px;
          border-bottom-left-radius: 100px;
          font-family: "NexaHeavy";
          font-size: 14px;
          line-height: 14px;
          color: #00A0E2;
          background: transparent;
          font-family: NexaLight, serif;
          width: initial;
          font-size: 16px;
          padding: 1px 38px 0px 17px; }
          body.orientationPage section.eventData .parent .formContainer .addGuests .button:hover, body.orientationPage section.eventData .parent .formContainer .addGuests .button:visited, body.orientationPage section.eventData .parent .formContainer .addGuests .button:link, body.orientationPage section.eventData .parent .formContainer .addGuests .button:active {
            text-decoration: none; }
          body.orientationPage section.eventData .parent .formContainer .addGuests .button:hover {
            text-decoration: none;
            color: #00A0E2; }
          body.orientationPage section.eventData .parent .formContainer .addGuests .button.rightIcon i {
            position: absolute;
            top: -webkit-calc(50% - 10px);
            top: calc(50% - 10px);
            right: 12px;
            font-size: 20px;
            font-family: 'Material';
            font-weight: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            white-space: nowrap;
            word-wrap: normal;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
            /* Support for all WebKit browsers. */
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            font-feature-settings: 'liga'; }
          body.orientationPage section.eventData .parent .formContainer .addGuests .button.smallText {
            font-family: "Nexa";
            font-size: 14px;
            line-height: 21px; }
          body.orientationPage section.eventData .parent .formContainer .addGuests .button.loading {
            background: url("images/loading.gif") no-repeat center center;
            background-size: 28px;
            color: transparent; }
          body.orientationPage section.eventData .parent .formContainer .addGuests .button .material-icons {
            font-size: 37px; }
            body.orientationPage section.eventData .parent .formContainer .addGuests .button .material-icons ~ span {
              font-weight: 300;
              font-size: inherit; }
      body.orientationPage section.eventData .parent .formContainer .engagementBlock {
        text-align: right;
        margin-top: 50px; }
        body.orientationPage section.eventData .parent .formContainer .engagementBlock .button {
          width: 277px;
          font-weight: 300; }
    @media screen and (max-width: 750px) {
      body.orientationPage section.eventData .parent .eventBlock .dataWrapper > div[class*="col-"] {
        padding: 0 55px 35px; }
        body.orientationPage section.eventData .parent .eventBlock .dataWrapper > div[class*="col-"].mapData {
          padding: 0;
          margin-bottom: 30px;
          border-bottom: none; }
          body.orientationPage section.eventData .parent .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper {
            position: relative;
            top: initial;
            margin: -20px -10px; }
      body.orientationPage section.eventData .parent .formContainer {
        padding-left: 15px; }
        body.orientationPage section.eventData .parent .formContainer .engagementBlock {
          margin-top: 25px; }
          body.orientationPage section.eventData .parent .formContainer .engagementBlock .button {
            display: block;
            margin: 0 auto 30px;
            width: 170px; }
        body.orientationPage section.eventData .parent .formContainer .clearfix {
          display: none; }
        body.orientationPage section.eventData .parent .formContainer .inputWrapper {
          margin: 24px 0; } }
    body.orientationPage section.eventData .participant .eventBlock:first-of-type {
      margin-bottom: 37px; }
    @media screen and (max-width: 480px) {
      body.orientationPage section.eventData .participant .eventBlock .dataWrapper > div[class*="col-"] {
        padding: 3px 33px 35px; }
        body.orientationPage section.eventData .participant .eventBlock .dataWrapper > div[class*="col-"].mapData {
          padding-left: 0;
          padding-right: 0; }
          body.orientationPage section.eventData .participant .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper {
            margin-top: 0; } }
    @media screen and (max-width: 750px) {
      body.orientationPage section.eventData .participant .eventBlock .dataWrapper > div[class*="col-"] {
        padding: 0 55px 35px; }
        body.orientationPage section.eventData .participant .eventBlock .dataWrapper > div[class*="col-"].mapData {
          padding: 0;
          margin-bottom: 30px;
          border-bottom: none; }
          body.orientationPage section.eventData .participant .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper {
            position: relative;
            top: initial;
            margin: -20px -10px; }
        body.orientationPage section.eventData .participant .eventBlock .dataWrapper > div[class*="col-"].visible-xs {
          padding: 0; }
          body.orientationPage section.eventData .participant .eventBlock .dataWrapper > div[class*="col-"].visible-xs .button {
            display: block;
            margin: 40px auto -10px;
            width: 170px; }
      body.orientationPage section.eventData .participant .contactInfoWrapper {
        padding-left: 15px; } }
    body.orientationPage section.eventData.notification .iconWrapper {
      text-align: center; }
    body.orientationPage section.eventData.notification .messageWrapper {
      margin-top: 21px;
      margin-bottom: 17px; }
      body.orientationPage section.eventData.notification .messageWrapper h2 {
        text-align: center;
        color: #161b42;
        font-family: NexaLight, serif;
        font-size: 31px;
        text-transform: uppercase;
        margin-top: 31px; }
      body.orientationPage section.eventData.notification .messageWrapper .message {
        color: #161b42;
        font-size: 17px;
        text-align: center;
        line-height: 1.4em; }
        body.orientationPage section.eventData.notification .messageWrapper .message p {
          margin-bottom: 22px; }
          body.orientationPage section.eventData.notification .messageWrapper .message p .welcomeTitle {
            display: block;
            margin-bottom: 17px; }
      body.orientationPage section.eventData.notification .messageWrapper .eventBlock {
        padding: 25px 42px; }
        body.orientationPage section.eventData.notification .messageWrapper .eventBlock .dataWrapper {
          margin-bottom: 40px; }
        body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper {
          margin: 0;
          border-top: 1px solid #f2f4f5;
          padding-top: 28px; }
          body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper > div[class*="col-"]:first-of-type {
            padding-left: 0;
            text-align: left; }
          body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper > div[class*="col-"]:last-of-type {
            padding-right: 0;
            text-align: right; }
          body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button {
            position: relative;
            display: inline-block;
            padding: 10px 30px 10px 30px;
            border: 0;
            -webkit-border-top-left-radius: 20px;
            -moz-border-topleft-radius: 20px;
            border-top-left-radius: 20px;
            -webkit-border-top-right-radius: 20px;
            -moz-border-topright-radius: 20px;
            border-top-right-radius: 20px;
            -webkit-border-bottom-right-radius: 20px;
            -moz-border-bottomright-radius: 20px;
            border-bottom-right-radius: 20px;
            -webkit-border-bottom-left-radius: 20px;
            -moz-border-bottomleft-radius: 20px;
            border-bottom-left-radius: 20px;
            text-decoration: none;
            min-width: 160px;
            min-height: 40px;
            -webkit-transition: color 0.7s ease-in-out;
            transition: color 0.7s ease-in-out;
            text-align: center;
            height: initial;
            border: 1px solid #00A0E2;
            -webkit-border-top-left-radius: 100px;
            -moz-border-topleft-radius: 100px;
            border-top-left-radius: 100px;
            -webkit-border-top-right-radius: 100px;
            -moz-border-topright-radius: 100px;
            border-top-right-radius: 100px;
            -webkit-border-bottom-right-radius: 100px;
            -moz-border-bottomright-radius: 100px;
            border-bottom-right-radius: 100px;
            -webkit-border-bottom-left-radius: 100px;
            -moz-border-bottomleft-radius: 100px;
            border-bottom-left-radius: 100px;
            font-family: "NexaHeavy";
            font-size: 14px;
            line-height: 14px;
            color: #00A0E2;
            background: transparent;
            padding: 12px 82px 12px 35px;
            font-size: 16px;
            line-height: 1;
            width: initial;
            min-height: initial;
            background: transparent;
            font-family: NexaLight, serif;
            border: 1px solid #b2e2f6; }
            body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button:hover, body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button:visited, body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button:link, body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button:active {
              text-decoration: none; }
            body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button:hover {
              text-decoration: none;
              color: #00A0E2; }
            body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button.rightIcon i {
              position: absolute;
              top: -webkit-calc(50% - 10px);
              top: calc(50% - 10px);
              right: 12px;
              font-size: 20px;
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga'; }
            body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button.smallText {
              font-family: "Nexa";
              font-size: 14px;
              line-height: 21px; }
            body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button.loading {
              background: url("images/loading.gif") no-repeat center center;
              background-size: 28px;
              color: transparent; }
            body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .addToCalendar .button:after {
              font-family: 'Material';
              font-weight: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-transform: none;
              white-space: nowrap;
              word-wrap: normal;
              -webkit-font-feature-settings: 'liga';
              -webkit-font-smoothing: antialiased;
              /* Support for all WebKit browsers. */
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga';
              content: '\E5CF';
              position: absolute;
              top: 0;
              right: 0;
              padding: 10px 19px;
              font-size: 23px; }
          body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .cancelRSVP {
            font-size: 16px;
            color: #161b42;
            padding-top: 5px; }
            body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .cancelRSVP a {
              color: inherit;
              text-decoration: none; }
              body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .cancelRSVP a:active, body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .cancelRSVP a:visited, body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .cancelRSVP a:hover {
                color: inherit;
                text-decoration: none; }
            body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper .cancelRSVP i {
              font-size: 28px;
              color: #29a6e4; }
      body.orientationPage section.eventData.notification .messageWrapper .thankYouMessage {
        text-align: center;
        font-size: 26px;
        color: #161b42;
        line-height: 1.5em;
        margin-bottom: 95px; }
      @media screen and (max-width: 750px) {
        body.orientationPage section.eventData.notification .messageWrapper .eventBlock {
          padding: 25px 10px; }
          body.orientationPage section.eventData.notification .messageWrapper .eventBlock .dataWrapper {
            margin-bottom: 0; }
            body.orientationPage section.eventData.notification .messageWrapper .eventBlock .dataWrapper > div[class*="col-"] {
              padding: 0 55px 30px; }
              body.orientationPage section.eventData.notification .messageWrapper .eventBlock .dataWrapper > div[class*="col-"]:last-child {
                padding-bottom: 0; }
              body.orientationPage section.eventData.notification .messageWrapper .eventBlock .dataWrapper > div[class*="col-"].mapData {
                padding: 0;
                margin-bottom: 30px;
                border-bottom: none; }
                body.orientationPage section.eventData.notification .messageWrapper .eventBlock .dataWrapper > div[class*="col-"].mapData .mapWrapper {
                  position: relative;
                  top: initial;
                  margin: -20px -10px; }
          body.orientationPage section.eventData.notification .messageWrapper .eventBlock .engagementWrapper {
            border-top: none;
            position: absolute;
            right: 8px;
            bottom: -40px; } }
    body.orientationPage section.eventData.notification.error .button {
      position: relative;
      display: inline-block;
      padding: 10px 30px 10px 30px;
      border: 0;
      -webkit-border-top-left-radius: 20px;
      -moz-border-topleft-radius: 20px;
      border-top-left-radius: 20px;
      -webkit-border-top-right-radius: 20px;
      -moz-border-topright-radius: 20px;
      border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-bottomright-radius: 20px;
      border-bottom-right-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-bottomleft-radius: 20px;
      border-bottom-left-radius: 20px;
      text-decoration: none;
      min-width: 160px;
      min-height: 40px;
      -webkit-transition: color 0.7s ease-in-out;
      transition: color 0.7s ease-in-out;
      text-align: center;
      height: initial;
      border: 1px solid #00A0E2;
      -webkit-border-top-left-radius: 100px;
      -moz-border-topleft-radius: 100px;
      border-top-left-radius: 100px;
      -webkit-border-top-right-radius: 100px;
      -moz-border-topright-radius: 100px;
      border-top-right-radius: 100px;
      -webkit-border-bottom-right-radius: 100px;
      -moz-border-bottomright-radius: 100px;
      border-bottom-right-radius: 100px;
      -webkit-border-bottom-left-radius: 100px;
      -moz-border-bottomleft-radius: 100px;
      border-bottom-left-radius: 100px;
      font-family: "NexaHeavy";
      font-size: 14px;
      line-height: 14px;
      color: #00A0E2;
      background: transparent;
      color: #00A0E2;
      background: transparent;
      min-height: initial;
      line-height: 1;
      min-width: initial;
      width: initial;
      font-family: NexaLight, serif;
      padding: 13px 49px; }
      body.orientationPage section.eventData.notification.error .button:hover, body.orientationPage section.eventData.notification.error .button:visited, body.orientationPage section.eventData.notification.error .button:link, body.orientationPage section.eventData.notification.error .button:active {
        text-decoration: none; }
      body.orientationPage section.eventData.notification.error .button:hover {
        text-decoration: none;
        color: #00A0E2; }
      body.orientationPage section.eventData.notification.error .button.rightIcon i {
        position: absolute;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 12px;
        font-size: 20px;
        font-family: 'Material';
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        /* Support for all WebKit browsers. */
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga'; }
      body.orientationPage section.eventData.notification.error .button.smallText {
        font-family: "Nexa";
        font-size: 14px;
        line-height: 21px; }
      body.orientationPage section.eventData.notification.error .button.loading {
        background: url("images/loading.gif") no-repeat center center;
        background-size: 28px;
        color: transparent; }
    body.orientationPage section.eventData.notification.error .messageWrapper .message p:last-of-type {
      margin-bottom: 45px; }
    body.orientationPage section.eventData.notification.error .showMoreWrapper {
      margin-bottom: 75px; }
    body.orientationPage section.eventData.notification.rsvp .message {
      text-align: left; }
    @media screen and (max-width: 750px) {
      body.orientationPage section.eventData .eventWrapper {
        padding: 0;
        padding-bottom: 60px; } }

@media screen and (max-width: 1040px) {
  body.orientationPage .button {
    margin: 10px auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  body.orientationPage .videoWrapper img {
    margin: 0 auto;
    display: block;
    max-width: 100%; } }

@media screen and (max-width: 750px) {
  body.orientationPage .container {
    padding: 0 35px; } }

.modalWrapper {
  background: RGBA(0, 0, 0, 0.42);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  color: white;
  height: 100%;
  z-index: 200;
  cursor: pointer; }
  .modalWrapper .modalContainer {
    position: fixed;
    top: 100px;
    text-align: center;
    width: 100%; }
    .modalWrapper .modalContainer .prompt {
      width: 90%;
      max-width: 720px;
      text-align: left;
      display: inline-block; }
      .modalWrapper .modalContainer .prompt .heading {
        background: #29a6e4;
        font-size: 24px;
        text-transform: uppercase;
        padding: 25px 34px;
        line-height: 1;
        font-family: NexaLight, serif; }
        .modalWrapper .modalContainer .prompt .heading .close {
          float: right;
          cursor: pointer; }
      .modalWrapper .modalContainer .prompt .content {
        color: #161b42;
        padding: 28px 39px;
        background: #ffffff;
        font-family: NexaLight, serif;
        font-size: 18px;
        line-height: 1.35em; }
        .modalWrapper .modalContainer .prompt .content a.button {
          display: inline-block;
          position: relative;
          display: inline-block;
          padding: 10px 30px 10px 30px;
          border: 0;
          -webkit-border-top-left-radius: 20px;
          -moz-border-topleft-radius: 20px;
          border-top-left-radius: 20px;
          -webkit-border-top-right-radius: 20px;
          -moz-border-topright-radius: 20px;
          border-top-right-radius: 20px;
          -webkit-border-bottom-right-radius: 20px;
          -moz-border-bottomright-radius: 20px;
          border-bottom-right-radius: 20px;
          -webkit-border-bottom-left-radius: 20px;
          -moz-border-bottomleft-radius: 20px;
          border-bottom-left-radius: 20px;
          text-decoration: none;
          min-width: 160px;
          min-height: 40px;
          -webkit-transition: color 0.7s ease-in-out;
          transition: color 0.7s ease-in-out;
          text-align: center;
          color: #FFFFFF;
          font-weight: 600;
          text-transform: uppercase;
          background: #00A0E2;
          font-family: "Nexa";
          font-size: 16px;
          line-height: 23px;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          font-size: 18px;
          line-height: 1;
          border-radius: 32px;
          padding: 10px 27px;
          font-family: NexaLight, serif;
          text-transform: initial; }
          .modalWrapper .modalContainer .prompt .content a.button:hover, .modalWrapper .modalContainer .prompt .content a.button:visited, .modalWrapper .modalContainer .prompt .content a.button:link, .modalWrapper .modalContainer .prompt .content a.button:active {
            text-decoration: none; }
          .modalWrapper .modalContainer .prompt .content a.button.successBtn {
            background: #89df48; }
            .modalWrapper .modalContainer .prompt .content a.button.successBtn:hover {
              background: #89df48; }
          .modalWrapper .modalContainer .prompt .content a.button:hover {
            text-decoration: none;
            color: #FFFFFF;
            background: #195dac; }
          .modalWrapper .modalContainer .prompt .content a.button:active, .modalWrapper .modalContainer .prompt .content a.button:link, .modalWrapper .modalContainer .prompt .content a.button:visited {
            color: #FFFFFF; }
          .modalWrapper .modalContainer .prompt .content a.button.rightIcon i {
            position: absolute;
            top: -webkit-calc(50% - 10px);
            top: calc(50% - 10px);
            right: 12px;
            font-size: 20px;
            font-family: 'Material';
            font-weight: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            white-space: nowrap;
            word-wrap: normal;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
            /* Support for all WebKit browsers. */
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            font-feature-settings: 'liga'; }
          .modalWrapper .modalContainer .prompt .content a.button.smallText {
            font-family: "Nexa";
            font-size: 14px;
            line-height: 21px; }
          .modalWrapper .modalContainer .prompt .content a.button.loading {
            background: url("images/loading.gif") no-repeat center center;
            background-size: 28px;
            color: transparent; }
        .modalWrapper .modalContainer .prompt .content .action {
          text-align: center;
          margin-top: 51px; }
          .modalWrapper .modalContainer .prompt .content .action a.button {
            text-transform: uppercase;
            width: 265px; }
            .modalWrapper .modalContainer .prompt .content .action a.button:first-of-type {
              margin-right: 12px; }
            .modalWrapper .modalContainer .prompt .content .action a.button:last-of-type {
              margin-left: 12px; }
            .modalWrapper .modalContainer .prompt .content .action a.button small {
              display: block;
              font-size: 0.73em;
              text-transform: initial;
              margin-top: 6px; }
        .modalWrapper .modalContainer .prompt .content .engagement {
          text-align: center;
          margin-top: 15px; }
          .modalWrapper .modalContainer .prompt .content .engagement a.button {
            font-weight: 200;
            font-size: 20px;
            padding: 13px 27px; }
      @media screen and (max-width: 750px) {
        .modalWrapper .modalContainer .prompt .heading {
          text-align: center; }
        .modalWrapper .modalContainer .prompt .content .action a.button {
          display: block;
          width: 100%; }
          .modalWrapper .modalContainer .prompt .content .action a.button:first-of-type {
            margin-right: 0px;
            margin-bottom: 10px;
            margin: 10px auto; }
          .modalWrapper .modalContainer .prompt .content .action a.button:last-of-type {
            margin-left: 0px;
            margin-top: 10px;
            margin: 10px auto; }
          .modalWrapper .modalContainer .prompt .content .action a.button small {
            display: inline;
            font-size: 1em;
            text-transform: initial; }
            .modalWrapper .modalContainer .prompt .content .action a.button small:before {
              content: ' - '; } }
    .modalWrapper .modalContainer .video {
      width: 90%;
      max-width: 725px;
      text-align: center;
      display: inline-block; }
      .modalWrapper .modalContainer .video .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0; }
        .modalWrapper .modalContainer .video .videoWrapper iframe {
          position: absolute;
          top: 0;
          left: 0;
          border: none;
          width: 100%;
          height: 100%; }

@media screen and (max-width: 750px) {
  .breakLineOnMobile {
    display: block; } }

#headerLoadingMask header {
  height: 90px;
  position: fixed;
  width: 100%;
  padding: 0 20px;
  top: 0;
  left: 0;
  z-index: 10;
  background: #172336; }
  @media only screen and (max-width: 480px) {
    #headerLoadingMask header {
      height: 70px; } }
  #headerLoadingMask header .logo {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    font-size: 80px;
    opacity: 0.3;
    color: #ffffff; }
    @media only screen and (max-width: 480px) {
      #headerLoadingMask header .logo {
        font-size: 50px; } }
  #headerLoadingMask header .listItemContainer {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right; }
    @media only screen and (max-width: 768px) {
      #headerLoadingMask header .listItemContainer {
        display: none; } }
    #headerLoadingMask header .listItemContainer .listItem {
      float: right;
      width: 70px;
      height: 9px;
      margin: 0 10px;
      border-radius: 4.5px;
      background-image: -webkit-gradient(linear, right top, left top, from(#8b919a), to(#505967));
      background-image: -webkit-linear-gradient(right, #8b919a, #505967);
      background-image: linear-gradient(to left, #8b919a, #505967); }
  #headerLoadingMask header .hamburgerWrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right;
    opacity: 0.3;
    color: #ffffff;
    display: none; }
    @media only screen and (max-width: 768px) {
      #headerLoadingMask header .hamburgerWrapper {
        display: block; } }

.popupWrapper {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 5000; }
  .popupWrapper .dropShadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #172336;
    opacity: 0.5;
    z-index: -1; }
  .popupWrapper .popupContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 340px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    background: white;
    padding: 40px 35px; }
    @media only screen and (max-width: 420px) {
      .popupWrapper .popupContainer {
        margin: 0 auto;
        width: 90%; } }
    .popupWrapper .popupContainer .closeButton {
      position: absolute;
      right: 14px;
      top: 14px;
      color: #d9e0e4;
      cursor: pointer; }
    .popupWrapper .popupContainer .innerContainer .title {
      margin: 0 auto;
      width: 70%;
      text-align: center;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 1.5px;
      color: #172336; }
    .popupWrapper .popupContainer .innerContainer .content {
      text-align: center;
      font-family: 'Nexa';
      font-size: 14px;
      line-height: 1.71;
      letter-spacing: 0.2px;
      color: #5e656f;
      margin: 30px 0 35px; }
      .popupWrapper .popupContainer .innerContainer .content .bold {
        font-weight: 600;
        color: #00a0e2; }
    .popupWrapper .popupContainer .innerContainer .actions .button {
      display: block;
      width: 190px;
      margin: 0 auto;
      border-radius: 100px;
      background-image: -webkit-linear-gradient(17deg, #00cef3, #00a0e2);
      background-image: linear-gradient(73deg, #00cef3, #00a0e2);
      cursor: pointer;
      color: #ffffff;
      padding: 13px 18px;
      font-size: 12px;
      line-height: 1.17;
      letter-spacing: 2px;
      font-weight: 600;
      text-align: center;
      text-decoration: none; }

a.singleCounrty {
  cursor: pointer; }

.modal div.error_message {
  background: #FF7C7C;
  padding: 12px 23px;
  border: 1px solid #bf5656;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  line-height: 20px; }

.modal div.info_message {
  background: #00a0e2;
  padding: 12px 23px;
  border: 1px solid #0087be;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 4px; }

.iframeParent iframe {
  width: 90%;
  border: none;
  overflow: hidden; }

.organizer .tab.tab_trips2,
.organizer .tab.tab_noTrips {
  background: transparent; }

.organizer.page-content > .content {
  background: #EEF2F4; }

.organizer .tab.tab_noTrips {
  min-height: 300px; }

.nl-field ul {
  background: #71d5ff; }

.nl-dd ul li.nl-dd-checked {
  color: #00A0E2; }

.country-select .country-list {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .desktopDisplayTable {
    display: table; }
  .desktopTableRow {
    display: table-row; }
  .desktopTableCell {
    display: table-cell; } }

.desktopBreak {
  display: block; }
  @media only screen and (max-width: 768px) {
    .desktopBreak {
      display: inline-block; } }

.materialIcon {
  font-family: 'Material';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }
